@charset "UTF-8";

/* src/styles.scss */
/*!
 * Bootstrap  v5.2.3 (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Copyright 2011-2022 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-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-white-rgb:
    255,
    255,
    255;
  --bs-black-rgb:
    0,
    0,
    0;
  --bs-body-color-rgb:
    33,
    37,
    41;
  --bs-body-bg-rgb:
    255,
    255,
    255;
  --bs-font-sans-serif:
    "Nunito",
    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:
    Nunito,
    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-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-bg: #fff;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-2xl: 2rem;
  --bs-border-radius-pill: 50rem;
  --bs-link-color: #0d6efd;
  --bs-link-hover-color: rgb(10.4, 88, 202.4);
  --bs-code-color: #d63384;
  --bs-highlight-bg: rgb(255, 242.6, 205.4);
}
*,
*::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: 1px 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;
}
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;
  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: var(--bs-link-color);
  text-decoration: underline;
}
a:hover {
  color: var(--bs-link-hover-color);
}
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: #6c757d;
  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] {
  outline-offset: -2px;
  -webkit-appearance: textfield;
}
::-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: #fff;
  border: 1px solid var(--bs-border-color);
  border-radius: 0.375rem;
  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: #6c757d;
}
.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;
  }
}
.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.3333333333%;
}
.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}
.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}
.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.6666666667%;
}
.col-auto {
  flex: 0 0 auto;
  width: auto;
}
.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}
.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}
.col-3 {
  flex: 0 0 auto;
  width: 25%;
}
.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}
.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}
.col-6 {
  flex: 0 0 auto;
  width: 50%;
}
.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}
.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}
.col-9 {
  flex: 0 0 auto;
  width: 75%;
}
.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}
.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}
.col-12 {
  flex: 0 0 auto;
  width: 100%;
}
.offset-1 {
  margin-left: 8.33333333%;
}
.offset-2 {
  margin-left: 16.66666667%;
}
.offset-3 {
  margin-left: 25%;
}
.offset-4 {
  margin-left: 33.33333333%;
}
.offset-5 {
  margin-left: 41.66666667%;
}
.offset-6 {
  margin-left: 50%;
}
.offset-7 {
  margin-left: 58.33333333%;
}
.offset-8 {
  margin-left: 66.66666667%;
}
.offset-9 {
  margin-left: 75%;
}
.offset-10 {
  margin-left: 83.33333333%;
}
.offset-11 {
  margin-left: 91.66666667%;
}
.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}
.g-0,
.gy-0 {
  --bs-gutter-y: 0;
}
.g-1,
.gx-1 {
  --bs-gutter-x: 0.25rem;
}
.g-1,
.gy-1 {
  --bs-gutter-y: 0.25rem;
}
.g-2,
.gx-2 {
  --bs-gutter-x: 0.5rem;
}
.g-2,
.gy-2 {
  --bs-gutter-y: 0.5rem;
}
.g-3,
.gx-3 {
  --bs-gutter-x: 1rem;
}
.g-3,
.gy-3 {
  --bs-gutter-y: 1rem;
}
.g-4,
.gx-4 {
  --bs-gutter-x: 1.5rem;
}
.g-4,
.gy-4 {
  --bs-gutter-y: 1.5rem;
}
.g-5,
.gx-5 {
  --bs-gutter-x: 3rem;
}
.g-5,
.gy-5 {
  --bs-gutter-y: 3rem;
}
@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%;
  }
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0;
  }
  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0;
  }
  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 1rem;
  }
  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 1rem;
  }
  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 3rem;
  }
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0;
  }
  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0;
  }
  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 1rem;
  }
  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 1rem;
  }
  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 3rem;
  }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%;
  }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0;
  }
  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0;
  }
  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 1rem;
  }
  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 1rem;
  }
  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 3rem;
  }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%;
  }
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0;
  }
  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0;
  }
  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0%;
  }
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
  .g-xxl-0,
  .gx-xxl-0 {
    --bs-gutter-x: 0;
  }
  .g-xxl-0,
  .gy-xxl-0 {
    --bs-gutter-y: 0;
  }
  .g-xxl-1,
  .gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xxl-3,
  .gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
}
.table {
  --bs-table-color: var(--bs-body-color);
  --bs-table-bg: transparent;
  --bs-table-border-color: var(--bs-border-color);
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: var(--bs-body-color);
  --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
  --bs-table-active-color: var(--bs-body-color);
  --bs-table-active-bg: rgba(0, 0, 0, 0.1);
  --bs-table-hover-color: var(--bs-body-color);
  --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
  width: 100%;
  margin-bottom: 1rem;
  color: var(--bs-table-color);
  vertical-align: top;
  border-color: var(--bs-table-border-color);
}
.table > :not(caption) > * > * {
  padding: 0.5rem 0.5rem;
  background-color: var(--bs-table-bg);
  border-bottom-width: 1px;
  box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}
.table > tbody {
  vertical-align: inherit;
}
.table > thead {
  vertical-align: bottom;
}
.table-group-divider {
  border-top: 2px solid currentcolor;
}
.caption-top {
  caption-side: top;
}
.table-sm > :not(caption) > * > * {
  padding: 0.25rem 0.25rem;
}
.table-bordered > :not(caption) > * {
  border-width: 1px 0;
}
.table-bordered > :not(caption) > * > * {
  border-width: 0 1px;
}
.table-borderless > :not(caption) > * > * {
  border-bottom-width: 0;
}
.table-borderless > :not(:first-child) {
  border-top-width: 0;
}
.table-striped > tbody > tr:nth-of-type(odd) > * {
  --bs-table-accent-bg: var(--bs-table-striped-bg);
  color: var(--bs-table-striped-color);
}
.table-striped-columns > :not(caption) > tr > :nth-child(even) {
  --bs-table-accent-bg: var(--bs-table-striped-bg);
  color: var(--bs-table-striped-color);
}
.table-active {
  --bs-table-accent-bg: var(--bs-table-active-bg);
  color: var(--bs-table-active-color);
}
.table-hover > tbody > tr:hover > * {
  --bs-table-accent-bg: var(--bs-table-hover-bg);
  color: var(--bs-table-hover-color);
}
.table-primary {
  --bs-table-color: #000;
  --bs-table-bg: rgb(206.6, 226, 254.6);
  --bs-table-border-color: rgb(185.94, 203.4, 229.14);
  --bs-table-striped-bg: rgb(196.27, 214.7, 241.87);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(185.94, 203.4, 229.14);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(191.105, 209.05, 235.505);
  --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: rgb(225.6, 227.4, 229);
  --bs-table-border-color: rgb(203.04, 204.66, 206.1);
  --bs-table-striped-bg: rgb(214.32, 216.03, 217.55);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(203.04, 204.66, 206.1);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(208.68, 210.345, 211.825);
  --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: rgb(209, 231, 220.8);
  --bs-table-border-color: rgb(188.1, 207.9, 198.72);
  --bs-table-striped-bg: rgb(198.55, 219.45, 209.76);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(188.1, 207.9, 198.72);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(193.325, 213.675, 204.24);
  --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: rgb(206.6, 244.4, 252);
  --bs-table-border-color: rgb(185.94, 219.96, 226.8);
  --bs-table-striped-bg: rgb(196.27, 232.18, 239.4);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(185.94, 219.96, 226.8);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(191.105, 226.07, 233.1);
  --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: rgb(255, 242.6, 205.4);
  --bs-table-border-color: rgb(229.5, 218.34, 184.86);
  --bs-table-striped-bg: rgb(242.25, 230.47, 195.13);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(229.5, 218.34, 184.86);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(235.875, 224.405, 189.995);
  --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: rgb(248, 214.6, 217.8);
  --bs-table-border-color: rgb(223.2, 193.14, 196.02);
  --bs-table-striped-bg: rgb(235.6, 203.87, 206.91);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(223.2, 193.14, 196.02);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(229.4, 198.505, 201.465);
  --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: rgb(223.2, 224.1, 225);
  --bs-table-striped-bg: rgb(235.6, 236.55, 237.5);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(223.2, 224.1, 225);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(229.4, 230.325, 231.25);
  --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: rgb(55.2, 58.8, 62.4);
  --bs-table-striped-bg: rgb(44.1, 47.9, 51.7);
  --bs-table-striped-color: #fff;
  --bs-table-active-bg: rgb(55.2, 58.8, 62.4);
  --bs-table-active-color: #fff;
  --bs-table-hover-bg: rgb(49.65, 53.35, 57.05);
  --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 + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}
.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
}
.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
}
.form-text {
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #6c757d;
}
.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  appearance: none;
  border-radius: 0.375rem;
  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: #212529;
  background-color: #fff;
  border-color: rgb(134, 182.5, 254);
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-control::-webkit-date-and-time-value {
  height: 1.5em;
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled {
  background-color: #e9ecef;
  opacity: 1;
}
.form-control::file-selector-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  margin-inline-end: 0.75rem;
  color: #212529;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  transition:
    color 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: rgb(221.35, 224.2, 227.05);
}
.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 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 + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.25rem;
}
.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 + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.5rem;
}
.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 + 2px);
}
textarea.form-control-sm {
  min-height: calc(1.5em + 0.5rem + 2px);
}
textarea.form-control-lg {
  min-height: calc(1.5em + 1rem + 2px);
}
.form-control-color {
  width: 3rem;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem;
}
.form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control-color::-moz-color-swatch {
  border: 0 !important;
  border-radius: 0.375rem;
}
.form-control-color::-webkit-color-swatch {
  border-radius: 0.375rem;
}
.form-control-color.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
}
.form-control-color.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
}
.form-select {
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  -moz-padding-start: calc(0.75rem - 3px);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: 1px solid #ced4da;
  border-radius: 0.375rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-select {
    transition: none;
  }
}
.form-select:focus {
  border-color: rgb(134, 182.5, 254);
  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: #e9ecef;
}
.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #212529;
}
.form-select-sm {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.25rem;
}
.form-select-lg {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
  border-radius: 0.5rem;
}
.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 {
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: top;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid rgba(0, 0, 0, 0.25);
  appearance: none;
  -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: rgb(134, 182.5, 254);
  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] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}
.form-check-input:checked[type=radio] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}
.form-check-input[type=checkbox]:indeterminate {
  background-color: #0d6efd;
  border-color: #0d6efd;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}
.form-check-input:disabled {
  pointer-events: none;
  filter: none;
  opacity: 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 {
  width: 2em;
  margin-left: -2.5em;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
  background-position: left center;
  border-radius: 2em;
  transition: background-position 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-switch .form-check-input {
    transition: none;
  }
}
.form-switch .form-check-input:focus {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgb%28134, 182.5, 254%29'/%3e%3c/svg%3e");
}
.form-switch .form-check-input:checked {
  background-position: right center;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
.form-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;
}
.form-range {
  width: 100%;
  height: 1.5rem;
  padding: 0;
  background-color: transparent;
  appearance: none;
}
.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;
  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;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-webkit-slider-thumb {
    transition: none;
  }
}
.form-range::-webkit-slider-thumb:active {
  background-color: rgb(182.4, 211.5, 254.4);
}
.form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.form-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  transition:
    background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-moz-range-thumb {
    transition: none;
  }
}
.form-range::-moz-range-thumb:active {
  background-color: rgb(182.4, 211.5, 254.4);
}
.form-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.form-range:disabled {
  pointer-events: none;
}
.form-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}
.form-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}
.form-floating {
  position: relative;
}
.form-floating > .form-control,
.form-floating > .form-control-plaintext,
.form-floating > .form-select {
  height: calc(3.5rem + 2px);
  line-height: 1.25;
}
.form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 1rem 0.75rem;
  overflow: hidden;
  text-align: start;
  text-overflow: ellipsis;
  white-space: nowrap;
  pointer-events: none;
  border: 1px solid transparent;
  transform-origin: 0 0;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-floating > label {
    transition: none;
  }
}
.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 {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:-webkit-autofill ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control-plaintext ~ label {
  border-width: 1px 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: #212529;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.375rem;
}
.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: 0.5rem;
}
.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: 0.25rem;
}
.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) {
  margin-left: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.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: #198754;
}
.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: rgba(25, 135, 84, 0.9);
  border-radius: 0.375rem;
}
.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: #198754;
  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: #198754;
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 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: #198754;
}
.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"] {
  padding-right: 4.125rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.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-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: #198754;
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 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: #198754;
}
.was-validated .form-check-input:valid:checked,
.form-check-input.is-valid:checked {
  background-color: #198754;
}
.was-validated .form-check-input:valid:focus,
.form-check-input.is-valid:focus {
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}
.was-validated .form-check-input:valid ~ .form-check-label,
.form-check-input.is-valid ~ .form-check-label {
  color: #198754;
}
.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: #dc3545;
}
.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: rgba(220, 53, 69, 0.9);
  border-radius: 0.375rem;
}
.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: #dc3545;
  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: #dc3545;
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 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: #dc3545;
}
.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"] {
  padding-right: 4.125rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-position: right 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: #dc3545;
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 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: #dc3545;
}
.was-validated .form-check-input:invalid:checked,
.form-check-input.is-invalid:checked {
  background-color: #dc3545;
}
.was-validated .form-check-input:invalid:focus,
.form-check-input.is-invalid:focus {
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}
.was-validated .form-check-input:invalid ~ .form-check-label,
.form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}
.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: #212529;
  --bs-btn-bg: transparent;
  --bs-btn-border-width: 1px;
  --bs-btn-border-color: transparent;
  --bs-btn-border-radius: 0.375rem;
  --bs-btn-hover-border-color: transparent;
  --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  --bs-btn-disabled-opacity: 0.65;
  --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
  display: inline-block;
  padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
  font-family: var(--bs-btn-font-family);
  font-size: var(--bs-btn-font-size);
  font-weight: var(--bs-btn-font-weight);
  line-height: var(--bs-btn-line-height);
  color: var(--bs-btn-color);
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  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: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: rgb(11.05, 93.5, 215.05);
  --bs-btn-hover-border-color: rgb(10.4, 88, 202.4);
  --bs-btn-focus-shadow-rgb:
    49,
    132,
    253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(10.4, 88, 202.4);
  --bs-btn-active-border-color: rgb(9.75, 82.5, 189.75);
  --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: rgb(91.8, 99.45, 106.25);
  --bs-btn-hover-border-color: rgb(86.4, 93.6, 100);
  --bs-btn-focus-shadow-rgb:
    130,
    138,
    145;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(86.4, 93.6, 100);
  --bs-btn-active-border-color: rgb(81, 87.75, 93.75);
  --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: rgb(21.25, 114.75, 71.4);
  --bs-btn-hover-border-color: rgb(20, 108, 67.2);
  --bs-btn-focus-shadow-rgb:
    60,
    153,
    110;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(20, 108, 67.2);
  --bs-btn-active-border-color: rgb(18.75, 101.25, 63);
  --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: rgb(49.3, 209.95, 242.25);
  --bs-btn-hover-border-color: rgb(37.2, 207.3, 241.5);
  --bs-btn-focus-shadow-rgb:
    11,
    172,
    204;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(61.4, 212.6, 243);
  --bs-btn-active-border-color: rgb(37.2, 207.3, 241.5);
  --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: rgb(255, 202.3, 44.2);
  --bs-btn-hover-border-color: rgb(255, 199.2, 31.8);
  --bs-btn-focus-shadow-rgb:
    217,
    164,
    6;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(255, 205.4, 56.6);
  --bs-btn-active-border-color: rgb(255, 199.2, 31.8);
  --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: rgb(187, 45.05, 58.65);
  --bs-btn-hover-border-color: rgb(176, 42.4, 55.2);
  --bs-btn-focus-shadow-rgb:
    225,
    83,
    97;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(176, 42.4, 55.2);
  --bs-btn-active-border-color: rgb(165, 39.75, 51.75);
  --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: rgb(210.8, 211.65, 212.5);
  --bs-btn-hover-border-color: rgb(198.4, 199.2, 200);
  --bs-btn-focus-shadow-rgb:
    211,
    212,
    213;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(198.4, 199.2, 200);
  --bs-btn-active-border-color: rgb(186, 186.75, 187.5);
  --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: rgb(66.3, 69.7, 73.1);
  --bs-btn-hover-border-color: rgb(55.2, 58.8, 62.4);
  --bs-btn-focus-shadow-rgb:
    66,
    70,
    73;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(77.4, 80.6, 83.8);
  --bs-btn-active-border-color: rgb(55.2, 58.8, 62.4);
  --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: none;
  --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: 0.5rem;
}
.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: 0.25rem;
}
.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: #212529;
  --bs-dropdown-bg: #fff;
  --bs-dropdown-border-color: var(--bs-border-color-translucent);
  --bs-dropdown-border-radius: 0.375rem;
  --bs-dropdown-border-width: 1px;
  --bs-dropdown-inner-border-radius: calc(0.375rem - 1px);
  --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
  --bs-dropdown-divider-margin-y: 0.5rem;
  --bs-dropdown-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-dropdown-link-color: #212529;
  --bs-dropdown-link-hover-color: rgb(29.7, 33.3, 36.9);
  --bs-dropdown-link-hover-bg: #e9ecef;
  --bs-dropdown-link-active-color: #fff;
  --bs-dropdown-link-active-bg: #0d6efd;
  --bs-dropdown-link-disabled-color: #adb5bd;
  --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;
}
.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: 0.375rem;
}
.btn-group > :not(.btn-check:first-child) + .btn,
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}
.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: -1px;
}
.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: #6c757d;
  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;
  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.disabled {
  color: var(--bs-nav-link-disabled-color);
  pointer-events: none;
  cursor: default;
}
.nav-tabs {
  --bs-nav-tabs-border-width: 1px;
  --bs-nav-tabs-border-color: #dee2e6;
  --bs-nav-tabs-border-radius: 0.375rem;
  --bs-nav-tabs-link-hover-border-color: #e9ecef #e9ecef #dee2e6;
  --bs-nav-tabs-link-active-color: #495057;
  --bs-nav-tabs-link-active-bg: #fff;
  --bs-nav-tabs-link-active-border-color: #dee2e6 #dee2e6 #fff;
  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));
  background: none;
  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.disabled,
.nav-tabs .nav-link:disabled {
  color: var(--bs-nav-link-disabled-color);
  background-color: transparent;
  border-color: transparent;
}
.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: 0.375rem;
  --bs-nav-pills-link-active-color: #fff;
  --bs-nav-pills-link-active-bg: #0d6efd;
}
.nav-pills .nav-link {
  background: none;
  border: 0;
  border-radius: var(--bs-nav-pills-border-radius);
}
.nav-pills .nav-link:disabled {
  color: var(--bs-nav-link-disabled-color);
  background-color: transparent;
  border-color: transparent;
}
.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-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(0, 0, 0, 0.55);
  --bs-navbar-hover-color: rgba(0, 0, 0, 0.7);
  --bs-navbar-disabled-color: rgba(0, 0, 0, 0.3);
  --bs-navbar-active-color: rgba(0, 0, 0, 0.9);
  --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(0, 0, 0, 0.9);
  --bs-navbar-brand-hover-color: rgba(0, 0, 0, 0.9);
  --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%280, 0, 0, 0.55%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(0, 0, 0, 0.1);
  --bs-navbar-toggler-border-radius: 0.375rem;
  --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 .show > .nav-link,
.navbar-nav .nav-link.active {
  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 {
  --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");
}
.card {
  --bs-card-spacer-y: 1rem;
  --bs-card-spacer-x: 1rem;
  --bs-card-title-spacer-y: 0.5rem;
  --bs-card-border-width: 1px;
  --bs-card-border-color: var(--bs-border-color-translucent);
  --bs-card-border-radius: 0.375rem;
  --bs-card-box-shadow: ;
  --bs-card-inner-border-radius: calc(0.375rem - 1px);
  --bs-card-cap-padding-y: 0.5rem;
  --bs-card-cap-padding-x: 1rem;
  --bs-card-cap-bg: rgba(0, 0, 0, 0.03);
  --bs-card-cap-color: ;
  --bs-card-height: ;
  --bs-card-color: ;
  --bs-card-bg: #fff;
  --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);
  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);
}
.card-subtitle {
  margin-top: calc(-0.5 * var(--bs-card-title-spacer-y));
  margin-bottom: 0;
}
.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: #212529;
  --bs-accordion-bg: #fff;
  --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: 1px;
  --bs-accordion-border-radius: 0.375rem;
  --bs-accordion-inner-border-radius: calc(0.375rem - 1px);
  --bs-accordion-btn-padding-x: 1.25rem;
  --bs-accordion-btn-padding-y: 1rem;
  --bs-accordion-btn-color: #212529;
  --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='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  --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='rgb%2811.7, 99, 227.7%29'%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-focus-border-color: rgb(134, 182.5, 254);
  --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: rgb(11.7, 99, 227.7);
  --bs-accordion-active-bg: rgb(230.8, 240.5, 254.8);
}
.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;
  border-color: var(--bs-accordion-btn-focus-border-color);
  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-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-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-collapse {
  border-width: 0;
}
.accordion-flush .accordion-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
.accordion-flush .accordion-item:first-child {
  border-top: 0;
}
.accordion-flush .accordion-item:last-child {
  border-bottom: 0;
}
.accordion-flush .accordion-item .accordion-button,
.accordion-flush .accordion-item .accordion-button.collapsed {
  border-radius: 0;
}
.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: #6c757d;
  --bs-breadcrumb-item-padding-x: 0.5rem;
  --bs-breadcrumb-item-active-color: #6c757d;
  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: #fff;
  --bs-pagination-border-width: 1px;
  --bs-pagination-border-color: #dee2e6;
  --bs-pagination-border-radius: 0.375rem;
  --bs-pagination-hover-color: var(--bs-link-hover-color);
  --bs-pagination-hover-bg: #e9ecef;
  --bs-pagination-hover-border-color: #dee2e6;
  --bs-pagination-focus-color: var(--bs-link-hover-color);
  --bs-pagination-focus-bg: #e9ecef;
  --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: #6c757d;
  --bs-pagination-disabled-bg: #fff;
  --bs-pagination-disabled-border-color: #dee2e6;
  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: -1px;
}
.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: 0.5rem;
}
.pagination-sm {
  --bs-pagination-padding-x: 0.5rem;
  --bs-pagination-padding-y: 0.25rem;
  --bs-pagination-font-size: 0.875rem;
  --bs-pagination-border-radius: 0.25rem;
}
.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: 0.375rem;
  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: 1px solid var(--bs-alert-border-color);
  --bs-alert-border-radius: 0.375rem;
  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;
}
.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: rgb(7.8, 66, 151.8);
  --bs-alert-bg: rgb(206.6, 226, 254.6);
  --bs-alert-border-color: rgb(182.4, 211.5, 254.4);
}
.alert-primary .alert-link {
  color: rgb(6.24, 52.8, 121.44);
}
.alert-secondary {
  --bs-alert-color: rgb(64.8, 70.2, 75);
  --bs-alert-bg: rgb(225.6, 227.4, 229);
  --bs-alert-border-color: rgb(210.9, 213.6, 216);
}
.alert-secondary .alert-link {
  color: rgb(51.84, 56.16, 60);
}
.alert-success {
  --bs-alert-color: rgb(15, 81, 50.4);
  --bs-alert-bg: rgb(209, 231, 220.8);
  --bs-alert-border-color: rgb(186, 219, 203.7);
}
.alert-success .alert-link {
  color: rgb(12, 64.8, 40.32);
}
.alert-info {
  --bs-alert-color: rgb(5.2, 80.8, 96);
  --bs-alert-bg: rgb(206.6, 244.4, 252);
  --bs-alert-border-color: rgb(182.4, 239.1, 250.5);
}
.alert-info .alert-link {
  color: rgb(4.16, 64.64, 76.8);
}
.alert-warning {
  --bs-alert-color: rgb(102, 77.2, 2.8);
  --bs-alert-bg: rgb(255, 242.6, 205.4);
  --bs-alert-border-color: rgb(255, 236.4, 180.6);
}
.alert-warning .alert-link {
  color: rgb(81.6, 61.76, 2.24);
}
.alert-danger {
  --bs-alert-color: rgb(132, 31.8, 41.4);
  --bs-alert-bg: rgb(248, 214.6, 217.8);
  --bs-alert-border-color: rgb(244.5, 194.4, 199.2);
}
.alert-danger .alert-link {
  color: rgb(105.6, 25.44, 33.12);
}
.alert-light {
  --bs-alert-color: rgb(99.2, 99.6, 100);
  --bs-alert-bg: rgb(253.6, 253.8, 254);
  --bs-alert-border-color: rgb(252.9, 253.2, 253.5);
}
.alert-light .alert-link {
  color: rgb(79.36, 79.68, 80);
}
.alert-dark {
  --bs-alert-color: rgb(19.8, 22.2, 24.6);
  --bs-alert-bg: rgb(210.6, 211.4, 212.2);
  --bs-alert-border-color: rgb(188.4, 189.6, 190.8);
}
.alert-dark .alert-link {
  color: rgb(15.84, 17.76, 19.68);
}
@keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem;
  }
}
.progress {
  --bs-progress-height: 1rem;
  --bs-progress-font-size: 0.75rem;
  --bs-progress-bg: #e9ecef;
  --bs-progress-border-radius: 0.375rem;
  --bs-progress-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --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-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: #212529;
  --bs-list-group-bg: #fff;
  --bs-list-group-border-color: rgba(0, 0, 0, 0.125);
  --bs-list-group-border-width: 1px;
  --bs-list-group-border-radius: 0.375rem;
  --bs-list-group-item-padding-x: 1rem;
  --bs-list-group-item-padding-y: 0.5rem;
  --bs-list-group-action-color: #495057;
  --bs-list-group-action-hover-color: #495057;
  --bs-list-group-action-hover-bg: #f8f9fa;
  --bs-list-group-action-active-color: #212529;
  --bs-list-group-action-active-bg: #e9ecef;
  --bs-list-group-disabled-color: #6c757d;
  --bs-list-group-disabled-bg: #fff;
  --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 {
  color: rgb(7.8, 66, 151.8);
  background-color: rgb(206.6, 226, 254.6);
}
.list-group-item-primary.list-group-item-action:hover,
.list-group-item-primary.list-group-item-action:focus {
  color: rgb(7.8, 66, 151.8);
  background-color: rgb(185.94, 203.4, 229.14);
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: rgb(7.8, 66, 151.8);
  border-color: rgb(7.8, 66, 151.8);
}
.list-group-item-secondary {
  color: rgb(64.8, 70.2, 75);
  background-color: rgb(225.6, 227.4, 229);
}
.list-group-item-secondary.list-group-item-action:hover,
.list-group-item-secondary.list-group-item-action:focus {
  color: rgb(64.8, 70.2, 75);
  background-color: rgb(203.04, 204.66, 206.1);
}
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: rgb(64.8, 70.2, 75);
  border-color: rgb(64.8, 70.2, 75);
}
.list-group-item-success {
  color: rgb(15, 81, 50.4);
  background-color: rgb(209, 231, 220.8);
}
.list-group-item-success.list-group-item-action:hover,
.list-group-item-success.list-group-item-action:focus {
  color: rgb(15, 81, 50.4);
  background-color: rgb(188.1, 207.9, 198.72);
}
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: rgb(15, 81, 50.4);
  border-color: rgb(15, 81, 50.4);
}
.list-group-item-info {
  color: rgb(5.2, 80.8, 96);
  background-color: rgb(206.6, 244.4, 252);
}
.list-group-item-info.list-group-item-action:hover,
.list-group-item-info.list-group-item-action:focus {
  color: rgb(5.2, 80.8, 96);
  background-color: rgb(185.94, 219.96, 226.8);
}
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: rgb(5.2, 80.8, 96);
  border-color: rgb(5.2, 80.8, 96);
}
.list-group-item-warning {
  color: rgb(102, 77.2, 2.8);
  background-color: rgb(255, 242.6, 205.4);
}
.list-group-item-warning.list-group-item-action:hover,
.list-group-item-warning.list-group-item-action:focus {
  color: rgb(102, 77.2, 2.8);
  background-color: rgb(229.5, 218.34, 184.86);
}
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: rgb(102, 77.2, 2.8);
  border-color: rgb(102, 77.2, 2.8);
}
.list-group-item-danger {
  color: rgb(132, 31.8, 41.4);
  background-color: rgb(248, 214.6, 217.8);
}
.list-group-item-danger.list-group-item-action:hover,
.list-group-item-danger.list-group-item-action:focus {
  color: rgb(132, 31.8, 41.4);
  background-color: rgb(223.2, 193.14, 196.02);
}
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: rgb(132, 31.8, 41.4);
  border-color: rgb(132, 31.8, 41.4);
}
.list-group-item-light {
  color: rgb(99.2, 99.6, 100);
  background-color: rgb(253.6, 253.8, 254);
}
.list-group-item-light.list-group-item-action:hover,
.list-group-item-light.list-group-item-action:focus {
  color: rgb(99.2, 99.6, 100);
  background-color: rgb(228.24, 228.42, 228.6);
}
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: rgb(99.2, 99.6, 100);
  border-color: rgb(99.2, 99.6, 100);
}
.list-group-item-dark {
  color: rgb(19.8, 22.2, 24.6);
  background-color: rgb(210.6, 211.4, 212.2);
}
.list-group-item-dark.list-group-item-action:hover,
.list-group-item-dark.list-group-item-action:focus {
  color: rgb(19.8, 22.2, 24.6);
  background-color: rgb(189.54, 190.26, 190.98);
}
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: rgb(19.8, 22.2, 24.6);
  border-color: rgb(19.8, 22.2, 24.6);
}
.btn-close {
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: #000;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 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") center/1em auto no-repeat;
  border: 0;
  border-radius: 0.375rem;
  opacity: 0.5;
}
.btn-close:hover {
  color: #000;
  text-decoration: none;
  opacity: 0.75;
}
.btn-close:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  opacity: 1;
}
.btn-close:disabled,
.btn-close.disabled {
  pointer-events: none;
  -webkit-user-select: none;
  user-select: none;
  opacity: 0.25;
}
.btn-close-white {
  filter: invert(1) grayscale(100%) brightness(200%);
}
.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(255, 255, 255, 0.85);
  --bs-toast-border-width: 1px;
  --bs-toast-border-color: var(--bs-border-color-translucent);
  --bs-toast-border-radius: 0.375rem;
  --bs-toast-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-toast-header-color: #6c757d;
  --bs-toast-header-bg: rgba(255, 255, 255, 0.85);
  --bs-toast-header-border-color: rgba(0, 0, 0, 0.05);
  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: #fff;
  --bs-modal-border-color: var(--bs-border-color-translucent);
  --bs-modal-border-width: 1px;
  --bs-modal-border-radius: 0.5rem;
  --bs-modal-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-modal-inner-border-radius: calc(0.5rem - 1px);
  --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: 1px;
  --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: 1px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-modal-zindex);
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: var(--bs-modal-margin);
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}
.modal-dialog-scrollable {
  height: calc(100% - var(--bs-modal-margin) * 2);
}
.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}
.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - var(--bs-modal-margin) * 2);
}
.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  color: var(--bs-modal-color);
  pointer-events: auto;
  background-color: var(--bs-modal-bg);
  background-clip: padding-box;
  border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
  border-radius: var(--bs-modal-border-radius);
  outline: 0;
}
.modal-backdrop {
  --bs-backdrop-zindex: 1050;
  --bs-backdrop-bg: #000;
  --bs-backdrop-opacity: 0.5;
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-backdrop-zindex);
  width: 100vw;
  height: 100vh;
  background-color: var(--bs-backdrop-bg);
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: var(--bs-backdrop-opacity);
}
.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  padding: var(--bs-modal-header-padding);
  border-bottom: var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);
  border-top-left-radius: var(--bs-modal-inner-border-radius);
  border-top-right-radius: var(--bs-modal-inner-border-radius);
}
.modal-header .btn-close {
  padding: calc(var(--bs-modal-header-padding-y) * 0.5) calc(var(--bs-modal-header-padding-x) * 0.5);
  margin: calc(-0.5 * var(--bs-modal-header-padding-y)) calc(-0.5 * var(--bs-modal-header-padding-x)) calc(-0.5 * var(--bs-modal-header-padding-y)) auto;
}
.modal-title {
  margin-bottom: 0;
  line-height: var(--bs-modal-title-line-height);
}
.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: var(--bs-modal-padding);
}
.modal-footer {
  display: flex;
  flex-shrink: 0;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap) * 0.5);
  background-color: var(--bs-modal-footer-bg);
  border-top: var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color);
  border-bottom-right-radius: var(--bs-modal-inner-border-radius);
  border-bottom-left-radius: var(--bs-modal-inner-border-radius);
}
.modal-footer > * {
  margin: calc(var(--bs-modal-footer-gap) * 0.5);
}
@media (min-width: 576px) {
  .modal {
    --bs-modal-margin: 1.75rem;
    --bs-modal-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  }
  .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: #fff;
  --bs-tooltip-bg: #000;
  --bs-tooltip-border-radius: 0.375rem;
  --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;
  padding: var(--bs-tooltip-arrow-height);
  margin: var(--bs-tooltip-margin);
  font-family:
    "Nunito",
    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";
  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: 0;
}
.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: 0;
  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: 0;
}
.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: 0;
  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: #fff;
  --bs-popover-border-width: 1px;
  --bs-popover-border-color: var(--bs-border-color-translucent);
  --bs-popover-border-radius: 0.5rem;
  --bs-popover-inner-border-radius: calc(0.5rem - 1px);
  --bs-popover-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-popover-header-padding-x: 1rem;
  --bs-popover-header-padding-y: 0.5rem;
  --bs-popover-header-font-size: 1rem;
  --bs-popover-header-color: ;
  --bs-popover-header-bg: rgb(239.7, 239.7, 239.7);
  --bs-popover-body-padding-x: 1rem;
  --bs-popover-body-padding-y: 1rem;
  --bs-popover-body-color: #212529;
  --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:
    "Nunito",
    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";
  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%;
  list-style: none;
}
.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 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;
}
.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: ;
  --bs-offcanvas-bg: #fff;
  --bs-offcanvas-border-width: 1px;
  --bs-offcanvas-border-color: var(--bs-border-color-translucent);
  --bs-offcanvas-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}
@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: transform 0.3s ease-in-out;
  }
}
@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: transform 0.3s ease-in-out;
  }
}
@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: transform 0.3s ease-in-out;
  }
}
@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: transform 0.3s ease-in-out;
  }
}
@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: transform 0.3s ease-in-out;
  }
}
@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: transform 0.3s ease-in-out;
}
@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;
  justify-content: space-between;
  padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
}
.offcanvas-header .btn-close {
  padding: calc(var(--bs-offcanvas-padding-y) * 0.5) calc(var(--bs-offcanvas-padding-x) * 0.5);
  margin-top: calc(-0.5 * var(--bs-offcanvas-padding-y));
  margin-right: calc(-0.5 * var(--bs-offcanvas-padding-x));
  margin-bottom: calc(-0.5 * var(--bs-offcanvas-padding-y));
}
.offcanvas-title {
  margin-bottom: 0;
  line-height: 1.5;
}
.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 {
  mask-image:
    linear-gradient(
      130deg,
      #000 55%,
      rgba(0, 0, 0, 0.8) 75%,
      #000 95%);
  mask-size: 200% 100%;
  animation: placeholder-wave 2s linear infinite;
}
@keyframes placeholder-wave {
  100% {
    mask-position: -200% 0%;
  }
}
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}
.text-bg-primary {
  color: #fff !important;
  background-color: RGBA(13, 110, 253, var(--bs-bg-opacity, 1)) !important;
}
.text-bg-secondary {
  color: #fff !important;
  background-color: RGBA(108, 117, 125, var(--bs-bg-opacity, 1)) !important;
}
.text-bg-success {
  color: #fff !important;
  background-color: RGBA(25, 135, 84, var(--bs-bg-opacity, 1)) !important;
}
.text-bg-info {
  color: #000 !important;
  background-color: RGBA(13, 202, 240, var(--bs-bg-opacity, 1)) !important;
}
.text-bg-warning {
  color: #000 !important;
  background-color: RGBA(255, 193, 7, var(--bs-bg-opacity, 1)) !important;
}
.text-bg-danger {
  color: #fff !important;
  background-color: RGBA(220, 53, 69, var(--bs-bg-opacity, 1)) !important;
}
.text-bg-light {
  color: #000 !important;
  background-color: RGBA(248, 249, 250, var(--bs-bg-opacity, 1)) !important;
}
.text-bg-dark {
  color: #fff !important;
  background-color: RGBA(33, 37, 41, var(--bs-bg-opacity, 1)) !important;
}
.link-primary {
  color: #0d6efd !important;
}
.link-primary:hover,
.link-primary:focus {
  color: rgb(10.4, 88, 202.4) !important;
}
.link-secondary {
  color: #6c757d !important;
}
.link-secondary:hover,
.link-secondary:focus {
  color: rgb(86.4, 93.6, 100) !important;
}
.link-success {
  color: #198754 !important;
}
.link-success:hover,
.link-success:focus {
  color: rgb(20, 108, 67.2) !important;
}
.link-info {
  color: #0dcaf0 !important;
}
.link-info:hover,
.link-info:focus {
  color: rgb(61.4, 212.6, 243) !important;
}
.link-warning {
  color: #ffc107 !important;
}
.link-warning:hover,
.link-warning:focus {
  color: rgb(255, 205.4, 56.6) !important;
}
.link-danger {
  color: #dc3545 !important;
}
.link-danger:hover,
.link-danger:focus {
  color: rgb(176, 42.4, 55.2) !important;
}
.link-light {
  color: #f8f9fa !important;
}
.link-light:hover,
.link-light:focus {
  color: rgb(249.4, 250.2, 251) !important;
}
.link-dark {
  color: #212529 !important;
}
.link-dark:hover,
.link-dark:focus {
  color: rgb(26.4, 29.6, 32.8) !important;
}
.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) {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.vr {
  display: inline-block;
  align-self: stretch;
  width: 1px;
  min-height: 1em;
  background-color: currentcolor;
  opacity: 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;
}
.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;
}
.d-inline {
  display: inline !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-block {
  display: block !important;
}
.d-grid {
  display: grid !important;
}
.d-table {
  display: table !important;
}
.d-table-row {
  display: table-row !important;
}
.d-table-cell {
  display: table-cell !important;
}
.d-flex {
  display: flex !important;
}
.d-inline-flex {
  display: inline-flex !important;
}
.d-none {
  display: none !important;
}
.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}
.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}
.shadow-none {
  box-shadow: none !important;
}
.position-static {
  position: static !important;
}
.position-relative {
  position: relative !important;
}
.position-absolute {
  position: absolute !important;
}
.position-fixed {
  position: fixed !important;
}
.position-sticky {
  position: 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-white {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-white-rgb), var(--bs-border-opacity)) !important;
}
.border-1 {
  --bs-border-width: 1px;
}
.border-2 {
  --bs-border-width: 2px;
}
.border-3 {
  --bs-border-width: 3px;
}
.border-4 {
  --bs-border-width: 4px;
}
.border-5 {
  --bs-border-width: 5px;
}
.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;
}
.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-light {
  font-weight: 300 !important;
}
.fw-lighter {
  font-weight: lighter !important;
}
.fw-normal {
  font-weight: 400 !important;
}
.fw-bold {
  font-weight: 700 !important;
}
.fw-semibold {
  font-weight: 600 !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-uppercase {
  text-transform: uppercase !important;
}
.text-wrap {
  white-space: normal !important;
}
.text-nowrap {
  white-space: nowrap !important;
}
.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}
.text-primary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}
.text-secondary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important;
}
.text-success {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important;
}
.text-info {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important;
}
.text-warning {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important;
}
.text-danger {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important;
}
.text-light {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important;
}
.text-dark {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important;
}
.text-black {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important;
}
.text-white {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}
.text-body {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important;
}
.text-muted {
  --bs-text-opacity: 1;
  color: #6c757d !important;
}
.text-black-50 {
  --bs-text-opacity: 1;
  color: rgba(0, 0, 0, 0.5) !important;
}
.text-white-50 {
  --bs-text-opacity: 1;
  color: rgba(255, 255, 255, 0.5) !important;
}
.text-reset {
  --bs-text-opacity: 1;
  color: inherit !important;
}
.text-opacity-25 {
  --bs-text-opacity: 0.25;
}
.text-opacity-50 {
  --bs-text-opacity: 0.5;
}
.text-opacity-75 {
  --bs-text-opacity: 0.75;
}
.text-opacity-100 {
  --bs-text-opacity: 1;
}
.bg-primary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important;
}
.bg-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important;
}
.bg-success {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important;
}
.bg-info {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important;
}
.bg-warning {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important;
}
.bg-danger {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important;
}
.bg-light {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
}
.bg-dark {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important;
}
.bg-black {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important;
}
.bg-white {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
}
.bg-body {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important;
}
.bg-transparent {
  --bs-bg-opacity: 1;
  background-color: transparent !important;
}
.bg-opacity-10 {
  --bs-bg-opacity: 0.1;
}
.bg-opacity-25 {
  --bs-bg-opacity: 0.25;
}
.bg-opacity-50 {
  --bs-bg-opacity: 0.5;
}
.bg-opacity-75 {
  --bs-bg-opacity: 0.75;
}
.bg-opacity-100 {
  --bs-bg-opacity: 1;
}
.bg-gradient {
  background-image: var(--bs-gradient) !important;
}
.user-select-all {
  -webkit-user-select: all !important;
  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-2xl) !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-end {
  border-top-right-radius: var(--bs-border-radius) !important;
  border-bottom-right-radius: var(--bs-border-radius) !important;
}
.rounded-bottom {
  border-bottom-right-radius: var(--bs-border-radius) !important;
  border-bottom-left-radius: var(--bs-border-radius) !important;
}
.rounded-start {
  border-bottom-left-radius: var(--bs-border-radius) !important;
  border-top-left-radius: var(--bs-border-radius) !important;
}
.visible {
  visibility: visible !important;
}
.invisible {
  visibility: hidden !important;
}
@media (min-width: 576px) {
  .float-sm-start {
    float: left !important;
  }
  .float-sm-end {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-grid {
    display: grid !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
  .d-sm-none {
    display: none !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .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;
  }
  .text-sm-start {
    text-align: left !important;
  }
  .text-sm-end {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .float-md-start {
    float: left !important;
  }
  .float-md-end {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-grid {
    display: grid !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  .d-md-none {
    display: none !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .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;
  }
  .text-md-start {
    text-align: left !important;
  }
  .text-md-end {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .float-lg-start {
    float: left !important;
  }
  .float-lg-end {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-grid {
    display: grid !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .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;
  }
  .text-lg-start {
    text-align: left !important;
  }
  .text-lg-end {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-start {
    float: left !important;
  }
  .float-xl-end {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-grid {
    display: grid !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
  .d-xl-none {
    display: none !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .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;
  }
  .text-xl-start {
    text-align: left !important;
  }
  .text-xl-end {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1400px) {
  .float-xxl-start {
    float: left !important;
  }
  .float-xxl-end {
    float: right !important;
  }
  .float-xxl-none {
    float: none !important;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-grid {
    display: grid !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
  .d-xxl-none {
    display: none !important;
  }
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxl-row {
    flex-direction: row !important;
  }
  .flex-xxl-column {
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .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;
  }
  .text-xxl-start {
    text-align: left !important;
  }
  .text-xxl-end {
    text-align: right !important;
  }
  .text-xxl-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .fs-1 {
    font-size: 2.5rem !important;
  }
  .fs-2 {
    font-size: 2rem !important;
  }
  .fs-3 {
    font-size: 1.75rem !important;
  }
  .fs-4 {
    font-size: 1.5rem !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-grid {
    display: grid !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
  .d-print-none {
    display: none !important;
  }
}
.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: 0.375rem;
  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.2, 43.68, 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: rgb(13, 70.2, 43.68) !important;
  background-color: rgb(209, 231, 220.8);
  border: 1px solid rgb(190.6, 221.4, 207.12);
}
.toast-success a {
  text-decoration: underline !important;
  color: rgb(5, 27, 16.8) !important;
}
.toast-success a:hover {
  color: rgb(1, 5.4, 3.36) !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.4, 27.56, 35.88, 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: rgb(114.4, 27.56, 35.88) !important;
  background-color: rgb(248, 214.6, 217.8);
  border: 1px solid rgb(245.2, 198.44, 202.92);
}
.toast-error a {
  text-decoration: underline !important;
  color: rgb(44, 10.6, 13.8) !important;
}
.toast-error a:hover {
  color: rgb(8.8, 2.12, 2.76) !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(6.76, 105.04, 124.8, 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: rgb(6.76, 105.04, 124.8) !important;
  background-color: rgb(206.6, 244.4, 252);
  border: 1px solid rgb(187.24, 240.16, 250.8);
}
.toast-info a {
  text-decoration: underline !important;
  color: rgb(2.6, 40.4, 48) !important;
}
.toast-info a:hover {
  color: rgb(0.52, 8.08, 9.6) !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(132.6, 100.36, 3.64, 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: rgb(132.6, 100.36, 3.64) !important;
  background-color: rgb(255, 242.6, 205.4);
  border: 1px solid rgb(255, 237.64, 185.56);
}
.toast-warning a {
  text-decoration: underline !important;
  color: rgb(51, 38.6, 1.4) !important;
}
.toast-warning a:hover {
  color: rgb(10.2, 7.72, 0.28) !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: #276534;
}
.theme-color-1 {
  --theme-color: #d99f46;
}
.theme-color-2 {
  --theme-color: #276534;
}
.theme-color-3 {
  --theme-color: #239698;
}
.theme-color-4 {
  --theme-color: #6262a6;
}
.theme-color-5 {
  --theme-color: #417394;
}
@keyframes shake {
  0%, 100% {
    transform: skewX(0) scale(1);
  }
  50% {
    transform: skewX(5deg) scale(0.9);
  }
}
@keyframes particleUp {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    top: -100%;
    transform: scale(0.5);
  }
}
@keyframes shape {
  0% {
    background-position: 100% 0;
  }
  50% {
    background-position: 50% 50%;
  }
  100% {
    background-position: 0 100%;
  }
}
@keyframes rounded {
  0% {
    transform: rotate(0);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes move {
  0% {
    transform: scale(1) rotate(0deg) translate3d(0, 0, 1px);
  }
  30% {
    opacity: 1;
  }
  100% {
    z-index: 10;
    transform: scale(0) rotate(360deg) translate3d(0, 0, 1px);
  }
}
@keyframes mover {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-10px);
  }
}
@keyframes flash {
  0% {
    opacity: 0.4;
    transition: 0.3s ease-in-out;
  }
  100% {
    opacity: 1;
    transition: 0.3s ease-in-out;
  }
}
@keyframes shake {
  0% {
    transform: translate(3px, 0);
  }
  50% {
    transform: translate(-3px, 0);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes grow {
  0%, 100% {
    transform: scale(0);
    opacity: 0;
  }
  50% {
    transform: scale(1);
    opacity: 1;
  }
}
@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 blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.accordion-box {
  display: grid;
  gap: 24px;
}
.accordion-box .accordion-item {
  border: 1px solid #ececec;
  border-radius: 6px;
  overflow: hidden;
}
.accordion-box .accordion-item .accordion-header.collapsed .accordion-button {
  border-bottom: unset;
}
.accordion-box .accordion-item .accordion-header .accordion-button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #222222;
  background-color: #f8f8f8;
  box-shadow: unset;
  font-size: 18px;
  font-weight: 600;
  border-bottom: 1px solid #ececec;
}
.accordion-box .accordion-item .accordion-header .accordion-button::after {
  content: "\ea4e";
  position: relative;
  font-family: remixicon;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  background: unset;
  font-size: 23px;
  width: auto;
  height: auto;
  line-height: 1;
  font-weight: normal;
  margin: 0;
  color: #777;
}
.accordion-box .accordion-item .accordion-header .accordion-button:focus {
  z-index: 0;
  border-color: transparent;
  outline: 0;
  box-shadow: unset;
}
.accordion-box .accordion-item .accordion-body .product-description .ckeditor-content p {
  font-size: 15px;
}
.alert {
  font-size: 15px;
  letter-spacing: 0.3px;
  padding: 18px 24px;
}
@media (max-width: 575px) {
  .alert {
    top: 0px !important;
    right: 0px !important;
    margin: 12px !important;
    width: fit-content;
  }
}
.alert .alert-success {
  background: #39da8a !important;
  color: #ffffff !important;
  border: none;
}
.alert .alert-success .close {
  color: #ffffff;
  opacity: 1;
  top: -4px;
  text-shadow: none;
  font-weight: 400;
  font-size: 24px;
}
.alert .btn-close {
  top: 50% !important;
  transform: translateY(-50%) !important;
}
body.rtl .alert .btn-close {
  right: unset !important;
  left: 10px !important;
}
[data-notify=icon] {
  margin-right: 5px;
}
body.rtl [data-notify=icon] {
  margin-right: unset;
  margin-left: 5px;
}
[data-notify=progressbar] {
  width: 100%;
  height: 5px;
  margin-bottom: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  border-radius: 0;
}
.progress-bar-info {
  background-color: #0c5460;
}
.add-cart-box {
  display: flex;
  flex-wrap: nowrap;
  gap: 10px;
  position: fixed;
  top: -90px;
  right: calc(10px + 10 * (100vw - 320px) / 1600);
  border: 1px solid #ececec;
  align-items: center;
  padding: 5px 10px;
  box-shadow: 0px 3px 5px rgba(34, 34, 34, 0.129);
  border-radius: 5px;
  transition: all 0.3s ease-in-out;
  background-color: #ffffff;
  z-index: 6;
}
.add-cart-box.show {
  top: calc(10px + 10 * (100vw - 320px) / 1600);
}
.add-cart-box .add-iamge {
  width: 50px;
  height: auto;
}
.add-cart-box .btn-close {
  color: #ffffff;
  background-color: var(--theme-color);
  opacity: 1;
  background-image: none;
  position: absolute;
  top: -6px;
  right: -6px;
}
.add-cart-box .add-contain h6,
.add-cart-box .add-contain .h6 {
  font-weight: 600;
}
.breadcrumb-section {
  background-color: #f8f8f8;
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  .breadcrumb-section {
    margin-top: 12px;
  }
}
.breadcrumb-section .breadcrumb-contain {
  padding: calc(26px + 14 * (100vw - 320px) / 1600) 0;
  text-align: center;
  color: #222222;
  font-family: "Nunito", sans-serif;
  display: flex;
  align-items: center;
}
@media (max-width: 480px) {
  .breadcrumb-section .breadcrumb-contain {
    display: block;
  }
}
.breadcrumb-section .breadcrumb-contain h2,
.breadcrumb-section .breadcrumb-contain .h2 {
  font-weight: 700;
  font-size: calc(16px + 6 * (100vw - 320px) / 1600);
  margin-bottom: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.3;
  max-width: calc(205px + 200 * (100vw - 320px) / 1600);
}
@media (max-width: 480px) {
  .breadcrumb-section .breadcrumb-contain h2,
  .breadcrumb-section .breadcrumb-contain .h2 {
    text-align: center;
    margin: 0 auto 8px;
  }
}
.breadcrumb-section .breadcrumb-contain .search-box-breadcrumb {
  position: relative;
  width: 70%;
  margin: 0 auto;
}
@media (max-width: 575px) {
  .breadcrumb-section .breadcrumb-contain .search-box-breadcrumb {
    width: 90%;
  }
}
@media (max-width: 360px) {
  .breadcrumb-section .breadcrumb-contain .search-box-breadcrumb {
    width: 100%;
  }
}
.breadcrumb-section .breadcrumb-contain .search-box-breadcrumb input {
  width: 100%;
  border: none;
  border-radius: 6px;
  font-size: 15px;
}
.breadcrumb-section .breadcrumb-contain .search-box-breadcrumb i {
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  right: calc(14px + 6 * (100vw - 320px) / 1600);
  color: #4a5568;
  font-size: calc(15px + 3 * (100vw - 320px) / 1600);
}
.breadcrumb-section .breadcrumb-contain nav {
  margin-left: auto;
}
body.rtl .breadcrumb-section .breadcrumb-contain nav {
  margin-left: unset;
  margin-right: auto;
}
.breadcrumb-section .breadcrumb-contain nav .breadcrumb {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media (max-width: 480px) {
  .breadcrumb-section .breadcrumb-contain nav .breadcrumb {
    justify-content: center;
  }
}
.breadcrumb-section .breadcrumb-contain nav .breadcrumb .breadcrumb-item {
  font-weight: 500;
  display: flex;
  line-height: 1;
  align-items: center;
}
.breadcrumb-section .breadcrumb-contain nav .breadcrumb .breadcrumb-item i {
  color: #4a5568;
  font-size: 20px;
}
.breadcrumb-section .breadcrumb-contain nav .breadcrumb .breadcrumb-item.active {
  color: #000000;
  margin-top: 0;
}
.breadcrumb-section .breadcrumb-contain nav .breadcrumb .breadcrumb-item + .breadcrumb-item {
  position: relative;
  white-space: nowrap;
  max-width: calc(180px + 160 * (100vw - 320px) / 1600);
  overflow: hidden;
  text-overflow: ellipsis;
}
body.rtl .breadcrumb-section .breadcrumb-contain nav .breadcrumb .breadcrumb-item + .breadcrumb-item {
  padding-left: unset;
  padding-right: 8px;
}
.breadcrumb-section .breadcrumb-contain nav .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  font-family: remixicon;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  content: "\ea6e";
  color: #4a5568;
  font-size: 20px;
  line-height: 1;
}
body.rtl .breadcrumb-section .breadcrumb-contain nav .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  float: right;
  padding-right: unset;
  padding-left: 0.5rem;
}
.breadcrumb-section .breadcrumb-order {
  display: block;
}
.breadcrumb-section .breadcrumb-order .order-box .order-image {
  width: calc(170px + 80 * (100vw - 320px) / 1600);
  height: auto;
  margin: 0 auto calc(16px + 12 * (100vw - 320px) / 1600);
}
.breadcrumb-section .breadcrumb-order .order-box .order-image .checkmark {
  position: relative;
  padding: 30px;
  animation: checkmark 5m cubic-bezier(0.42, 0, 0.275, 1.155) both;
  display: inline-block;
  transform: scale(0.8);
  margin: -20px;
}
.breadcrumb-section .breadcrumb-order .order-box .order-image .checkmark__check {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10;
  transform: translate3d(-50%, -50%, 0);
  fill: white;
}
.breadcrumb-section .breadcrumb-order .order-box .order-image .checkmark__background {
  fill: var(--theme-color);
  animation: rotate 35s linear both infinite;
}
.breadcrumb-section .breadcrumb-order .order-box .order-image .checkmark {
  position: relative;
  padding: 30px;
  animation: checkmark 5m cubic-bezier(0.42, 0, 0.275, 1.155) both;
  display: inline-block;
  transform: scale(0.8);
  margin: -20px;
}
.breadcrumb-section .breadcrumb-order .order-box .order-image .checkmark__check {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10;
  transform: translate3d(-50%, -50%, 0);
  fill: white;
}
.breadcrumb-section .breadcrumb-order .order-box .order-image .checkmark__background {
  fill: var(--theme-color);
  animation: rotate 35s linear both infinite;
}
.breadcrumb-section .breadcrumb-order .order-box .order-image i {
  font-size: 50px;
  color: #4ead4e;
}
.breadcrumb-section .breadcrumb-order .order-box .order-image h2,
.breadcrumb-section .breadcrumb-order .order-box .order-image .h2 {
  margin-top: 10px;
  margin-bottom: 15px;
}
.breadcrumb-section .breadcrumb-order .order-box .order-image p {
  font-size: 18px;
  text-transform: uppercase;
}
.breadcrumb-section .breadcrumb-order .order-box .order-image.order-fail i {
  color: var(--theme-color);
}
.breadcrumb-section .breadcrumb-order .order-box .order-contain h3,
.breadcrumb-section .breadcrumb-order .order-box .order-contain .h3 {
  font-size: calc(21px + 3 * (100vw - 320px) / 1600);
  font-weight: 700;
  margin-bottom: 6px;
}
.breadcrumb-section .breadcrumb-order .order-box .order-contain h5,
.breadcrumb-section .breadcrumb-order .order-box .order-contain .h5 {
  margin-bottom: 8px;
  line-height: 1.4;
}
.faq-breadscrumb {
  background-color: #f8f8f8;
  position: relative;
  overflow: hidden;
}
.faq-breadscrumb .breadcrumb-contain {
  padding: calc(26px + 34 * (100vw - 320px) / 1600) 0;
  text-align: center;
  color: #222222;
  display: block;
}
.faq-breadscrumb .breadcrumb-contain h2,
.faq-breadscrumb .breadcrumb-contain .h2 {
  font-size: calc(22px + 26 * (100vw - 320px) / 1600);
  font-weight: 700;
  margin-top: -6px;
}
.faq-breadscrumb .breadcrumb-contain p {
  margin: calc(11px + 5 * (100vw - 320px) / 1600) auto 0;
  color: #4a5568;
  width: 50%;
  line-height: 1.7;
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
}
@media (max-width: 1660px) {
  .faq-breadscrumb .breadcrumb-contain p {
    width: 60%;
  }
}
@media (max-width: 1366px) {
  .faq-breadscrumb .breadcrumb-contain p {
    width: 70%;
  }
}
@media (max-width: 991px) {
  .faq-breadscrumb .breadcrumb-contain p {
    width: 90%;
  }
}
@media (max-width: 767px) {
  .faq-breadscrumb .breadcrumb-contain p {
    width: 100%;
  }
}
.faq-breadscrumb .breadcrumb-contain p span {
  display: inline;
}
.faq-breadscrumb .breadcrumb-contain .faq-form-tag {
  position: relative;
  margin: calc(18px + 17 * (100vw - 320px) / 1600) auto 0;
  width: 50%;
}
@media (max-width: 1660px) {
  .faq-breadscrumb .breadcrumb-contain .faq-form-tag {
    width: 60%;
  }
}
@media (max-width: 1366px) {
  .faq-breadscrumb .breadcrumb-contain .faq-form-tag {
    width: 70%;
  }
}
@media (max-width: 991px) {
  .faq-breadscrumb .breadcrumb-contain .faq-form-tag {
    width: 90%;
  }
}
@media (max-width: 767px) {
  .faq-breadscrumb .breadcrumb-contain .faq-form-tag {
    width: 100%;
  }
}
.faq-breadscrumb .breadcrumb-contain .faq-form-tag .input-group {
  background-color: #ffffff;
}
.faq-breadscrumb .breadcrumb-contain .faq-form-tag .input-group i {
  display: flex;
  align-items: center;
  padding: 0 calc(12px + 8 * (100vw - 320px) / 1600);
  color: var(--theme-color);
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
}
.faq-breadscrumb .breadcrumb-contain .faq-form-tag .input-group .form-control {
  padding-left: 0;
  border: none;
}
body.rtl .faq-breadscrumb .breadcrumb-contain .faq-form-tag .input-group .form-control {
  padding-left: unset;
  padding-right: 0;
}
.faq-breadscrumb .breadcrumb-contain .faq-form-tag .input-group .form-control:focus {
  background-color: transparent;
}
.faq-breadscrumb .breadcrumb-contain .faq-form-tag .input-group .faq-dropdown-menu li {
  display: block;
}
.faq-breadscrumb .breadcrumb-contain .faq-form-tag .input-group .faq-dropdown-button {
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
  font-weight: 600;
  color: var(--theme-color);
  z-index: 0;
}
.faq-breadscrumb .breadcrumb-contain .faq-form-tag .input-group .faq-dropdown-button::after {
  content: unset;
}
.faq-breadscrumb .breadcrumb-contain .faq-form-tag .input-group .faq-dropdown-button i {
  position: relative;
  padding: 0;
  margin-left: 5px;
  font-size: calc(13px + 1 * (100vw - 320px) / 1600);
}
body.rtl .faq-breadscrumb .breadcrumb-contain .faq-form-tag .input-group .faq-dropdown-button i {
  margin-left: unset;
  margin-right: 5px;
}
.vendore-breadcrumb-section {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: calc(52px + 48 * (100vw - 320px) / 1600) 0px;
}
.vendore-breadcrumb-section .breadcrumb-contain {
  width: 50%;
  margin: 0 auto;
}
@media (max-width: 1366px) {
  .vendore-breadcrumb-section .breadcrumb-contain {
    width: 63%;
  }
}
@media (max-width: 991px) {
  .vendore-breadcrumb-section .breadcrumb-contain {
    width: 85%;
  }
}
@media (max-width: 767px) {
  .vendore-breadcrumb-section .breadcrumb-contain {
    width: 100%;
  }
}
.vendore-breadcrumb-section .breadcrumb-contain h2,
.vendore-breadcrumb-section .breadcrumb-contain .h2 {
  font-size: calc(27px + 27 * (100vw - 320px) / 1600);
  text-align: center;
  margin-bottom: calc(14px + 4 * (100vw - 320px) / 1600);
}
.vendore-breadcrumb-section .breadcrumb-contain form {
  position: relative;
}
.vendore-breadcrumb-section .breadcrumb-contain form span {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 16px;
}
body.rtl .vendore-breadcrumb-section .breadcrumb-contain form span {
  left: unset;
  right: 16px;
}
.vendore-breadcrumb-section .breadcrumb-contain form span i {
  font-size: calc(21px + 6 * (100vw - 320px) / 1600);
  color: var(--theme-color);
}
.vendore-breadcrumb-section .breadcrumb-contain form .form-control {
  padding: calc(8px + 6 * (100vw - 320px) / 1600) calc(95px + 27 * (100vw - 320px) / 1600) calc(8px + 6 * (100vw - 320px) / 1600) calc(48px + 11 * (100vw - 320px) / 1600);
  border: none;
}
body.rtl .vendore-breadcrumb-section .breadcrumb-contain form .form-control {
  padding-left: calc(95px + 27 * (100vw - 320px) / 1600);
  padding-right: calc(48px + 11 * (100vw - 320px) / 1600);
}
.vendore-breadcrumb-section .breadcrumb-contain form button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: calc(3px + 3 * (100vw - 320px) / 1600);
  padding: 0;
  font-size: calc(14px + 3 * (100vw - 320px) / 1600);
  width: calc(77px + 31 * (100vw - 320px) / 1600);
  height: calc(33px + 9 * (100vw - 320px) / 1600);
}
body.rtl .vendore-breadcrumb-section .breadcrumb-contain form button {
  right: unset;
  left: calc(3px + 3 * (100vw - 320px) / 1600);
}
.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #222222;
  padding: calc(7px + 7 * (100vw - 320px) / 1600) calc(14px + 18 * (100vw - 320px) / 1600);
  font-weight: 500;
  background: transparent;
  transition: all 0.3s ease;
  position: relative;
  border: none;
  font-size: calc(14px + 4 * (100vw - 320px) / 1600);
  z-index: 0;
  white-space: nowrap;
}
.btn > div {
  display: flex;
  align-items: center;
  gap: 7px;
}
.btn:focus {
  box-shadow: none;
}
.btn:hover .icon {
  transform: translateX(3px);
}
.btn.dark-button {
  background:
    linear-gradient(
      93.33deg,
      #222221 12.35%,
      #2f2f2d 99.38%) !important;
}
.btn .icon {
  margin-left: calc(6px + 6 * (100vw - 320px) / 1600);
  transition: 0.3s ease;
}
body.rtl .btn .icon {
  margin-left: unset;
  margin-right: calc(6px + 6 * (100vw - 320px) / 1600);
}
.btn .icon-2 {
  margin-left: 6px;
  transition: 0.3s ease;
}
body.rtl .btn .icon-2 {
  margin-left: unset;
  margin-right: 6px;
}
.btn-furniture {
  border: 1px solid #4a5568;
  color: #4a5568;
  display: block;
}
.btn-animation {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  color: #ffffff;
  border-radius: 5px;
  font-weight: 600;
  background: transparent;
  transition: all 0.3s ease;
  position: relative;
  background: #ffba00;
  background:
    linear-gradient(
      90deg,
      #ffba00 0%,
      #ffba00 100%);
  border: none;
  z-index: 0;
}
.btn-animation.disabled,
.btn-animation:hover {
  color: #ffffff;
}
.btn-animation i {
  transition: 0.3s ease;
}
.btn-animation:focus-visible {
  color: #ffffff !important;
}
.btn-md {
  padding: calc(8px + 3 * (100vw - 320px) / 1600) calc(16px + 8 * (100vw - 320px) / 1600);
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
  font-weight: 500;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 8px 16px;
  font-size: 14px;
  font-weight: 500;
}
.btn-2 {
  padding: 9px 25px;
  font-size: calc(14px + 4 * (100vw - 320px) / 1600);
  font-weight: 400;
}
.btn-2:hover::after {
  top: 0;
  height: 100%;
}
.btn-2-animation {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  transition: all 0.3s ease;
  position: relative;
  background: var(--theme-color);
  background:
    linear-gradient(
      90deg,
      var(--theme-color) 0%,
      #0e947a 100%);
  border: none;
  z-index: 0;
}
.btn-2-animation::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  border-radius: 5px;
  background: var(--theme-color);
  background:
    linear-gradient(
      90deg,
      #0e947a 0%,
      var(--theme-color) 100%);
  transition: all 0.3s ease;
}
.btn-category {
  padding: calc(6px + 2 * (100vw - 320px) / 1600) calc(16px + 11 * (100vw - 320px) / 1600);
  letter-spacing: 0.8px;
  font-size: calc(16px + 2 * (100vw - 320px) / 1600);
  font-weight: 700;
  border-radius: 50px;
}
.btn-theme-outline {
  color: var(--theme-color);
  border: 1px solid var(--theme-color);
  transition: all 0.5s ease;
}
.btn-theme-outline:hover {
  background-color: var(--theme-color);
  color: white;
}
disabled {
  cursor: not-allowed;
}
.title-header {
  padding-bottom: calc(15px + 10 * (100vw - 320px) / 1600);
  position: relative;
  color: #1c2128;
  font-size: 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
}
.title-header .right-options ul {
  display: flex;
  align-items: center;
  gap: 15px;
}
.title-header a {
  font-size: 16px;
  color: #222222;
  text-transform: uppercase;
}
.title-header a.text-theme {
  color: var(--theme-color) !important;
}
.title-header a.btn {
  font-size: 14px;
  color: #ffffff;
  border: 1px solid var(--theme-color);
}
.title-header a.btn:hover {
  color: var(--theme-color);
  background-color: #ffffff;
  border: 1px solid var(--theme-color);
}
.title-header-1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.title-header-block {
  display: block;
}
.title-header-block .card-order-section {
  margin-top: 20px;
  border-top: 1px solid rgba(35, 35, 35, 0.15);
  border-bottom: 1px solid rgba(35, 35, 35, 0.15);
  padding: 10px 0;
}
.title-header-block .card-order-section ul {
  margin: -8px;
  color: #232323;
}
.title-header-block .card-order-section ul li {
  display: inline-block;
  margin: 0 15px;
  font-size: 18px;
  position: relative;
  color: #4a5568;
}
.title-header-block .card-order-section ul li::before {
  content: "/";
  position: absolute;
  top: 0;
  right: -15px;
  width: 0;
  height: 100%;
}
.title-header-block .card-order-section ul li:first-child {
  margin-left: 15px;
}
.title-header-block .card-order-section ul li:last-child {
  margin-right: 0;
}
.title-header-block .card-order-section ul li:last-child::before {
  content: none;
}
.title-header-block .custome-breadcrum .breadcrumb .breadcrumb-item a {
  color: #9a9a9a;
}
.title-header h5,
.title-header .h5 {
  font-size: calc(18px + 6 * (100vw - 320px) / 1600);
  font-weight: 700;
  letter-spacing: 0.03em;
  position: relative;
}
.title-header h5:after,
.title-header .h5:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -28px;
  width: 3px;
  height: 26px;
  background-color: var(--theme-color);
}
body.rtl .title-header h5:after,
body.rtl .title-header .h5:after {
  left: unset;
  right: -28px;
}
@media (max-width: 1213px) {
  .title-header h5:after,
  .title-header .h5:after {
    left: -23px;
  }
  body.rtl .title-header h5:after,
  body.rtl .title-header .h5:after {
    left: unset;
    right: -23px;
  }
}
@media (max-width: 576px) {
  .title-header h5:after,
  .title-header .h5:after {
    left: -19px;
  }
  body.rtl .title-header h5:after,
  body.rtl .title-header .h5:after {
    left: unset;
    right: -19px;
  }
}
.title-header h5:not(.mb-0),
.title-header .h5:not(.mb-0),
.title-header h5:not(.m-0),
.title-header .h5:not(.m-0) {
  margin-bottom: 0;
  text-transform: uppercase;
}
.card {
  margin-bottom: 30px;
  border: none;
  letter-spacing: 0.5px;
  border-radius: 15px;
  padding: 25px;
}
@media (max-width: 576px) {
  .card {
    padding: 15px;
  }
}
.card.card-hover {
  transition: all 0.3s ease;
}
.card.card-hover:hover {
  box-shadow: 0 0 25px rgba(35, 35, 35, 0.1);
  transition: all 0.4s ease;
  transform: translateY(-5px);
}
.card.card-tiles {
  border: 1px solid #ddd;
}
.card .card-header {
  background-color: #ffffff;
  padding: 0;
  border-bottom: 1px solid #f8f8f8;
  position: relative;
  margin-bottom: 16px;
}
.card .card-header--2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 40px;
}
.card .card-header-1 {
  margin: 40px 0 20px;
  color: #1c2128;
}
.card .card-header-1 h5,
.card .card-header-1 .h5 {
  font-size: 20px;
  font-weight: 700;
}
.card .card-header-2 {
  color: #1c2128;
  margin-bottom: 30px;
}
.card .card-header-2 h5,
.card .card-header-2 .h5 {
  font-size: calc(18px + 4 * (100vw - 320px) / 1600);
  font-weight: 700;
}
.card .card-header-block {
  display: block;
  padding: 40px;
}
.card .card-header-block .card-order-section {
  margin-top: 20px;
  border-top: 1px solid rgba(35, 35, 35, 0.15);
  border-bottom: 1px solid rgba(35, 35, 35, 0.15);
  padding: 10px 0;
}
.card .card-header-block .card-order-section ul {
  margin: -8px;
}
.card .card-header-block .card-order-section ul li {
  display: inline-block;
  margin: 8px;
  position: relative;
}
.card .card-header-block .card-order-section ul li::before {
  content: "/";
  position: absolute;
  top: 0;
  right: -10px;
  width: 0;
  height: 100%;
}
.card .card-header-block .card-order-section ul li:last-child::before {
  content: none;
}
.card .card-header-block .custome-breadcrum .breadcrumb .breadcrumb-item a {
  color: #9a9a9a;
}
.card .card-header-top {
  padding: 16px;
}
.card .card-header.card-no-border {
  border-bottom: none !important;
}
.card .card-header h5,
.card .card-header .h5 {
  font-size: 30px;
  font-weight: 700;
}
.card .card-header h5:not(.mb-0),
.card .card-header .h5:not(.mb-0),
.card .card-header h5:not(.m-0),
.card .card-header .h5:not(.m-0) {
  margin-bottom: 0;
  text-transform: uppercase;
}
.card .card-header > span {
  font-size: 12px;
  color: rgba(74, 85, 104, 0.7);
  margin-top: 5px;
  display: block;
  letter-spacing: 1px;
}
.card .card-header .card-header-right {
  border-radius: 0 0 0 7px;
  right: 35px;
  top: 33px;
  display: inline-block;
  padding: 8px 0;
  position: absolute;
  background-color: #ffffff;
  z-index: 1;
}
.card .card-header .card-header-right .card-option {
  text-align: right;
  width: 35px;
  height: 20px;
  overflow: hidden;
  transition: 0.3s ease-in-out;
}
.card .card-header .card-header-right .card-option li {
  display: inline-block;
}
.card .card-header .card-header-right .card-option li:first-child i {
  transition: 1s;
  font-size: 16px;
  color: var(--theme-color);
}
.card .card-header .card-header-right .card-option li:first-child i.icofont {
  color: unset;
}
.card .card-header .card-header-right i {
  margin: 0 5px;
  cursor: pointer;
  color: #2c323f;
  line-height: 20px;
}
.card .card-header .card-header-right i.icofont-refresh {
  font-size: 13px;
}
.card .card-header .best-selling-box {
  display: flex;
  align-items: center;
}
.card .card-header .best-selling-box span {
  margin-right: 6px;
  font-weight: 700;
  color: #222222;
}
body.rtl .card .card-header .best-selling-box span {
  margin-right: unset;
  margin-left: 6px;
}
.card .card-header .best-selling-box .dropdown .dropdown-toggle {
  color: #4a5568;
}
.card .card-body {
  padding: 0;
  background-color: transparent;
}
.card .card-body-2 {
  padding: 16px;
}
.card .card-body p:last-child {
  margin-bottom: 0;
}
.card .sub-title {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 5px;
  margin-bottom: 8px;
  font-size: 18px;
}
.card .card-footer {
  background-color: #ffffff;
  border-top: 1px solid #f8f8f8;
  padding: 30px 40px;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}
.card.card-load .card-loader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 8;
  display: flex;
  align-items: center;
  justify-content: center;
}
.card.card-load .card-loader i {
  margin: 0 auto;
  color: var(--theme-color);
  font-size: 20px;
}
.card.full-card {
  position: fixed;
  top: 0;
  z-index: 99999;
  box-shadow: none;
  right: 0;
  border-radius: 0;
  border: 1px solid #efefef;
  width: calc(100vw - 12px);
  height: 100vh;
}
.card.full-card .card-body {
  overflow: auto;
}
.card-absolute {
  margin-top: 20px;
}
.card-absolute .card-header {
  position: absolute;
  top: -20px;
  left: 15px;
  border-radius: 0.25rem;
  padding: 10px 15px;
}
.card-absolute .card-header h5,
.card-absolute .card-header .h5 {
  font-size: 17px;
}
.card-absolute .card-body {
  margin-top: 10px;
}
.card-header .border-tab {
  margin-bottom: -13px;
}
.custom-card {
  overflow: hidden;
  padding: 30px;
}
.custom-card .card-header {
  padding: 0;
}
.custom-card .card-header img {
  border-radius: 50%;
  margin-top: -100px;
  transform: scale(1.5);
}
.custom-card .card-profile {
  text-align: center;
}
.custom-card .card-profile img {
  height: 110px;
  padding: 7px;
  background-color: #ffffff;
  z-index: 1;
  position: relative;
}
.custom-card .card-social {
  text-align: center;
}
.custom-card .card-social li {
  display: inline-block;
  padding: 15px 0;
}
.custom-card .card-social li:last-child a {
  margin-right: 0;
}
.custom-card .card-social li a {
  padding: 0;
  margin-right: 15px;
  color: rgb(188, 198, 222);
  font-size: 16px;
  transition: all 0.3s ease;
}
.custom-card .card-social li a:hover {
  color: var(--theme-color);
  transition: all 0.3s ease;
}
.custom-card .profile-details h6,
.custom-card .profile-details .h6 {
  margin-bottom: 30px;
  margin-top: 10px;
  color: rgba(74, 85, 104, 0.7);
  font-size: 14px;
}
.custom-card .card-footer {
  padding: 0;
}
.custom-card .card-footer > div {
  padding: 15px;
  text-align: center;
}
.custom-card .card-footer > div + div {
  border-left: 1px solid #efefef;
}
.custom-card .card-footer > div h3,
.custom-card .card-footer > div .h3 {
  margin-bottom: 0;
  font-size: 24px;
}
.custom-card .card-footer > div h6,
.custom-card .card-footer > div .h6 {
  font-size: 14px;
  color: rgba(74, 85, 104, 0.7);
}
.custom-card .card-footer > div h5,
.custom-card .card-footer > div .h5 {
  font-size: 16px;
  margin-bottom: 0;
}
.custom-card .card-footer > div i {
  font-size: 24px;
  display: inline-block;
  margin-bottom: 15px;
}
.custom-card .card-footer > div .m-b-card {
  margin-bottom: 10px;
}
.card .pagination-box {
  margin: 0 auto;
  padding-bottom: 30px;
  padding-top: 5px;
}
.cookie-bar-box {
  background: #ffffff;
  position: fixed;
  bottom: 10px;
  right: 10px;
  border-radius: calc(8px + 12 * (100vw - 320px) / 1600);
  max-width: 370px;
  overflow: hidden;
  z-index: 2;
  box-shadow: 0 0.25rem 0.5rem rgba(34, 34, 34, 0.05), 0 24px 35px rgba(34, 34, 34, 0.1);
  transition: all 0.3s ease-in-out;
}
body.rtl .cookie-bar-box {
  right: unset;
  left: 10px;
}
@media (max-width: 480px) {
  .cookie-bar-box {
    max-width: 100%;
    right: 0;
    margin: 0 10px;
  }
  body.rtl .cookie-bar-box {
    right: unset;
    left: 0;
  }
}
.cookie-bar-box.hide {
  opacity: 0;
  bottom: -350px;
}
.cookie-bar-box .cookie-box {
  padding: calc(13px + 17 * (100vw - 320px) / 1600);
  text-align: center;
}
.cookie-bar-box .cookie-box .cookie-image {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cookie-bar-box .cookie-box .cookie-image img {
  width: calc(15px + 10 * (100vw - 320px) / 1600);
  height: auto;
  margin-right: 10px;
}
body.rtl .cookie-bar-box .cookie-box .cookie-image img {
  margin-right: unset;
  margin-left: 10px;
}
.cookie-bar-box .cookie-box .cookie-contain {
  margin-top: calc(10px + 6 * (100vw - 320px) / 1600);
}
.cookie-bar-box .cookie-box .cookie-contain h2,
.cookie-bar-box .cookie-box .cookie-contain .h2 {
  margin-bottom: calc(7px + 3 * (100vw - 320px) / 1600);
  font-size: calc(18px + 4 * (100vw - 320px) / 1600);
  font-weight: 700;
}
.cookie-bar-box .cookie-box .cookie-contain h5,
.cookie-bar-box .cookie-box .cookie-contain .h5 {
  font-size: calc(14px + 4 * (100vw - 320px) / 1600);
  margin: 0 auto;
  line-height: 1.3;
}
.cookie-bar-box .button-group {
  display: flex;
  margin: 0;
  flex-wrap: wrap;
}
.cookie-bar-box .button-group button {
  white-space: unset;
  width: 50%;
  font-weight: 700;
  border-radius: 0;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  height: auto;
}
.cookie-bar-box .button-group button.privacy-button {
  background-color: #f8f8f8;
}
.cookie-bar-box .button-group button.ok-button {
  background-color: var(--theme-color);
  color: #ffffff;
}
.cookie-bar-box-2 {
  position: fixed;
  bottom: 10px;
  right: 10px;
  background-color: #eadfd8;
  max-width: 400px;
  padding: 20px;
  border-radius: 20px;
  text-align: center;
}
.cookie-bar-box-2 .cookie-bar-image {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 47px;
  height: 47px;
  background-color: #ded4cd;
  border-radius: 100%;
  margin: 0 auto 13px;
}
.cookie-bar-box-2 .cookie-bar-image i {
  font-size: 26px;
  height: auto;
  color: #2c3249;
}
.cookie-bar-box-2 .cookie-bar-detail h4,
.cookie-bar-box-2 .cookie-bar-detail .h4 {
  line-height: 1.5;
  color: #2c3249;
}
.cookie-bar-box-2 .cookie-bar-detail .cookie-button-group {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
  flex-wrap: nowrap;
  gap: 12px;
}
.cookie-bar-box-2 .cookie-bar-detail .cookie-button-group .allow-button {
  background-color: rgba(44, 50, 73, 0.16);
  padding: 11px 17px;
  border: 1px solid #2c3249;
  border-radius: 50px 15px 15px 50px;
  font-size: 14px;
  font-weight: 600;
}
.cookie-bar-box-2 .cookie-bar-detail .cookie-button-group .decline-button {
  background-color: rgba(44, 50, 73, 0.16);
  padding: 11px 17px;
  border-radius: 15px 50px 50px 15px;
  font-size: 14px;
  font-weight: 600;
}
.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: 9px;
  height: 3.6px;
  background-color: #d13447;
  top: -10%;
  left: 68%;
  opacity: 0.6256288046;
  transform: rotate(18.5445011003deg);
  animation: drop-0 8.3587401467s 0.6644670949s infinite;
}
@keyframes drop-0 {
  100% {
    top: 110%;
    left: 76%;
  }
}
.confetti-1 {
  width: 11px;
  height: 4.4px;
  background-color: #d13447;
  top: -10%;
  left: 49%;
  opacity: 0.8525070173;
  transform: rotate(102.8014771866deg);
  animation: drop-1 8.598013823s 0.8358978061s infinite;
}
@keyframes drop-1 {
  100% {
    top: 110%;
    left: 54%;
  }
}
.confetti-2 {
  width: 11px;
  height: 4.4px;
  background-color: #ffbf00;
  top: -10%;
  left: 43%;
  opacity: 1.2478713122;
  transform: rotate(294.1200566285deg);
  animation: drop-2 8.1657007058s 0.8343817214s infinite;
}
@keyframes drop-2 {
  100% {
    top: 110%;
    left: 51%;
  }
}
.confetti-3 {
  width: 2px;
  height: 0.8px;
  background-color: #263672;
  top: -10%;
  left: 54%;
  opacity: 1.4281703379;
  transform: rotate(108.4976325525deg);
  animation: drop-3 8.587578799s 0.2003042586s infinite;
}
@keyframes drop-3 {
  100% {
    top: 110%;
    left: 62%;
  }
}
.confetti-4 {
  width: 5px;
  height: 2px;
  background-color: #ffbf00;
  top: -10%;
  left: 3%;
  opacity: 0.9528463902;
  transform: rotate(121.1037734493deg);
  animation: drop-4 8.4108333946s 0.1818343484s infinite;
}
@keyframes drop-4 {
  100% {
    top: 110%;
    left: 8%;
  }
}
.confetti-5 {
  width: 4px;
  height: 1.6px;
  background-color: #263672;
  top: -10%;
  left: 57%;
  opacity: 1.1264418151;
  transform: rotate(332.9103285433deg);
  animation: drop-5 8.5059618714s 0.6684709518s infinite;
}
@keyframes drop-5 {
  100% {
    top: 110%;
    left: 62%;
  }
}
.confetti-6 {
  width: 13px;
  height: 5.2px;
  background-color: #ffbf00;
  top: -10%;
  left: 17%;
  opacity: 0.9872484581;
  transform: rotate(36.5784698243deg);
  animation: drop-6 8.4024488934s 0.8788903495s infinite;
}
@keyframes drop-6 {
  100% {
    top: 110%;
    left: 18%;
  }
}
.confetti-7 {
  width: 15px;
  height: 6px;
  background-color: #263672;
  top: -10%;
  left: 12%;
  opacity: 0.9740752519;
  transform: rotate(255.7604815415deg);
  animation: drop-7 8.9465550477s 0.7311087831s infinite;
}
@keyframes drop-7 {
  100% {
    top: 110%;
    left: 15%;
  }
}
.confetti-8 {
  width: 15px;
  height: 6px;
  background-color: #d13447;
  top: -10%;
  left: 87%;
  opacity: 1.0950487974;
  transform: rotate(244.4043975086deg);
  animation: drop-8 8.5311889287s 0.0232298597s infinite;
}
@keyframes drop-8 {
  100% {
    top: 110%;
    left: 94%;
  }
}
.confetti-9 {
  width: 13px;
  height: 5.2px;
  background-color: #263672;
  top: -10%;
  left: 56%;
  opacity: 1.0265127933;
  transform: rotate(13.7561893488deg);
  animation: drop-9 8.34123097s 0.432062529s infinite;
}
@keyframes drop-9 {
  100% {
    top: 110%;
    left: 61%;
  }
}
.confetti-10 {
  width: 3px;
  height: 1.2px;
  background-color: #ffbf00;
  top: -10%;
  left: 25%;
  opacity: 1.0066018567;
  transform: rotate(87.5568812137deg);
  animation: drop-10 8.6267733721s 0.7231089059s infinite;
}
@keyframes drop-10 {
  100% {
    top: 110%;
    left: 30%;
  }
}
.confetti-11 {
  width: 12px;
  height: 4.8px;
  background-color: #ffbf00;
  top: -10%;
  left: 41%;
  opacity: 1.3606638731;
  transform: rotate(112.4675904825deg);
  animation: drop-11 8.4852980299s 0.6644178153s infinite;
}
@keyframes drop-11 {
  100% {
    top: 110%;
    left: 46%;
  }
}
.confetti-12 {
  width: 14px;
  height: 5.6px;
  background-color: #263672;
  top: -10%;
  left: 50%;
  opacity: 1.1833914143;
  transform: rotate(279.5705299017deg);
  animation: drop-12 8.1203072625s 0.3647806073s infinite;
}
@keyframes drop-12 {
  100% {
    top: 110%;
    left: 56%;
  }
}
.confetti-13 {
  width: 6px;
  height: 2.4px;
  background-color: #d13447;
  top: -10%;
  left: 96%;
  opacity: 1.1967086389;
  transform: rotate(146.0410284858deg);
  animation: drop-13 8.8034784907s 0.8147501326s infinite;
}
@keyframes drop-13 {
  100% {
    top: 110%;
    left: 100%;
  }
}
.confetti-14 {
  width: 16px;
  height: 6.4px;
  background-color: #ffbf00;
  top: -10%;
  left: 7%;
  opacity: 1.1129356878;
  transform: rotate(271.4665952252deg);
  animation: drop-14 8.1968360466s 0.3051021739s infinite;
}
@keyframes drop-14 {
  100% {
    top: 110%;
    left: 8%;
  }
}
.confetti-15 {
  width: 4px;
  height: 1.6px;
  background-color: #ffbf00;
  top: -10%;
  left: 16%;
  opacity: 0.5288104213;
  transform: rotate(23.2470889254deg);
  animation: drop-15 8.589693368s 0.4708803887s infinite;
}
@keyframes drop-15 {
  100% {
    top: 110%;
    left: 24%;
  }
}
.confetti-16 {
  width: 17px;
  height: 6.8px;
  background-color: #263672;
  top: -10%;
  left: 35%;
  opacity: 1.365061855;
  transform: rotate(133.9466153629deg);
  animation: drop-16 8.4138232375s 0.9577610212s infinite;
}
@keyframes drop-16 {
  100% {
    top: 110%;
    left: 42%;
  }
}
.confetti-17 {
  width: 12px;
  height: 4.8px;
  background-color: #ffbf00;
  top: -10%;
  left: 81%;
  opacity: 0.5378699768;
  transform: rotate(108.344301057deg);
  animation: drop-17 8.7716189032s 0.566104185s infinite;
}
@keyframes drop-17 {
  100% {
    top: 110%;
    left: 83%;
  }
}
.confetti-18 {
  width: 2px;
  height: 0.8px;
  background-color: #263672;
  top: -10%;
  left: 42%;
  opacity: 1.2012773324;
  transform: rotate(348.9066792945deg);
  animation: drop-18 8.6832011815s 0.5532182285s infinite;
}
@keyframes drop-18 {
  100% {
    top: 110%;
    left: 49%;
  }
}
.confetti-19 {
  width: 11px;
  height: 4.4px;
  background-color: #263672;
  top: -10%;
  left: 25%;
  opacity: 0.7843963103;
  transform: rotate(264.728073292deg);
  animation: drop-19 8.5717465164s 0.128112323s infinite;
}
@keyframes drop-19 {
  100% {
    top: 110%;
    left: 26%;
  }
}
.confetti-20 {
  width: 5px;
  height: 2px;
  background-color: #263672;
  top: -10%;
  left: 10%;
  opacity: 0.7757501066;
  transform: rotate(161.99460413deg);
  animation: drop-20 8.1953961885s 0.4266717639s infinite;
}
@keyframes drop-20 {
  100% {
    top: 110%;
    left: 15%;
  }
}
.confetti-21 {
  width: 4px;
  height: 1.6px;
  background-color: #263672;
  top: -10%;
  left: 55%;
  opacity: 1.1193912656;
  transform: rotate(253.6476924297deg);
  animation: drop-21 8.6945597655s 0.539100237s infinite;
}
@keyframes drop-21 {
  100% {
    top: 110%;
    left: 57%;
  }
}
.confetti-22 {
  width: 8px;
  height: 3.2px;
  background-color: #263672;
  top: -10%;
  left: 15%;
  opacity: 1.4756098241;
  transform: rotate(244.6327203962deg);
  animation: drop-22 8.3271597661s 0.557060175s infinite;
}
@keyframes drop-22 {
  100% {
    top: 110%;
    left: 20%;
  }
}
.confetti-23 {
  width: 6px;
  height: 2.4px;
  background-color: #263672;
  top: -10%;
  left: 52%;
  opacity: 0.5184535966;
  transform: rotate(92.4898601821deg);
  animation: drop-23 8.2228007896s 0.3602045947s infinite;
}
@keyframes drop-23 {
  100% {
    top: 110%;
    left: 53%;
  }
}
.confetti-24 {
  width: 13px;
  height: 5.2px;
  background-color: #ffbf00;
  top: -10%;
  left: 25%;
  opacity: 0.9452446267;
  transform: rotate(102.9102060905deg);
  animation: drop-24 8.7574293582s 0.7535194495s infinite;
}
@keyframes drop-24 {
  100% {
    top: 110%;
    left: 27%;
  }
}
.confetti-25 {
  width: 7px;
  height: 2.8px;
  background-color: #d13447;
  top: -10%;
  left: 31%;
  opacity: 0.5197146543;
  transform: rotate(320.3905505248deg);
  animation: drop-25 8.4870627645s 0.3362120136s infinite;
}
@keyframes drop-25 {
  100% {
    top: 110%;
    left: 34%;
  }
}
.confetti-26 {
  width: 7px;
  height: 2.8px;
  background-color: #d13447;
  top: -10%;
  left: 84%;
  opacity: 0.7698448627;
  transform: rotate(203.5232144475deg);
  animation: drop-26 8.9075413039s 0.0139738896s infinite;
}
@keyframes drop-26 {
  100% {
    top: 110%;
    left: 91%;
  }
}
.confetti-27 {
  width: 18px;
  height: 7.2px;
  background-color: #263672;
  top: -10%;
  left: 3%;
  opacity: 0.9240416465;
  transform: rotate(156.8669646973deg);
  animation: drop-27 8.364775476s 0.8211681698s infinite;
}
@keyframes drop-27 {
  100% {
    top: 110%;
    left: 10%;
  }
}
.confetti-28 {
  width: 4px;
  height: 1.6px;
  background-color: #d13447;
  top: -10%;
  left: 92%;
  opacity: 0.6077487946;
  transform: rotate(100.0034503713deg);
  animation: drop-28 8.3441664002s 0.3136302602s infinite;
}
@keyframes drop-28 {
  100% {
    top: 110%;
    left: 99%;
  }
}
.confetti-29 {
  width: 7px;
  height: 2.8px;
  background-color: #d13447;
  top: -10%;
  left: 89%;
  opacity: 1.1297013514;
  transform: rotate(161.8889765314deg);
  animation: drop-29 8.2043748975s 0.4779725359s infinite;
}
@keyframes drop-29 {
  100% {
    top: 110%;
    left: 97%;
  }
}
.confetti-30 {
  width: 6px;
  height: 2.4px;
  background-color: #d13447;
  top: -10%;
  left: 9%;
  opacity: 1.0641170984;
  transform: rotate(12.9280618071deg);
  animation: drop-30 8.3209078067s 0.600311966s infinite;
}
@keyframes drop-30 {
  100% {
    top: 110%;
    left: 16%;
  }
}
.confetti-31 {
  width: 16px;
  height: 6.4px;
  background-color: #263672;
  top: -10%;
  left: 21%;
  opacity: 1.352265646;
  transform: rotate(102.3574879707deg);
  animation: drop-31 8.1788414415s 0.3158946288s infinite;
}
@keyframes drop-31 {
  100% {
    top: 110%;
    left: 28%;
  }
}
.confetti-32 {
  width: 3px;
  height: 1.2px;
  background-color: #263672;
  top: -10%;
  left: 87%;
  opacity: 1.2682202037;
  transform: rotate(15.110846461deg);
  animation: drop-32 8.5786242905s 0.6872643463s infinite;
}
@keyframes drop-32 {
  100% {
    top: 110%;
    left: 94%;
  }
}
.confetti-33 {
  width: 8px;
  height: 3.2px;
  background-color: #d13447;
  top: -10%;
  left: 77%;
  opacity: 0.8245675566;
  transform: rotate(238.5063537557deg);
  animation: drop-33 8.0515588484s 0.2838476803s infinite;
}
@keyframes drop-33 {
  100% {
    top: 110%;
    left: 83%;
  }
}
.confetti-34 {
  width: 4px;
  height: 1.6px;
  background-color: #263672;
  top: -10%;
  left: 78%;
  opacity: 1.2801031657;
  transform: rotate(243.9027444523deg);
  animation: drop-34 8.369341517s 0.2793566829s infinite;
}
@keyframes drop-34 {
  100% {
    top: 110%;
    left: 86%;
  }
}
.confetti-35 {
  width: 4px;
  height: 1.6px;
  background-color: #263672;
  top: -10%;
  left: 50%;
  opacity: 1.4669386713;
  transform: rotate(273.9836535866deg);
  animation: drop-35 8.496664678s 0.4242027781s infinite;
}
@keyframes drop-35 {
  100% {
    top: 110%;
    left: 53%;
  }
}
.confetti-36 {
  width: 17px;
  height: 6.8px;
  background-color: #d13447;
  top: -10%;
  left: 15%;
  opacity: 1.3118331101;
  transform: rotate(92.9346286226deg);
  animation: drop-36 8.3109492969s 0.0854848737s infinite;
}
@keyframes drop-36 {
  100% {
    top: 110%;
    left: 19%;
  }
}
.confetti-37 {
  width: 7px;
  height: 2.8px;
  background-color: #ffbf00;
  top: -10%;
  left: 29%;
  opacity: 0.8118785818;
  transform: rotate(293.1218839646deg);
  animation: drop-37 8.3314047807s 0.8002395967s infinite;
}
@keyframes drop-37 {
  100% {
    top: 110%;
    left: 35%;
  }
}
.confetti-38 {
  width: 1px;
  height: 0.4px;
  background-color: #263672;
  top: -10%;
  left: 68%;
  opacity: 1.1900540042;
  transform: rotate(77.85303855deg);
  animation: drop-38 8.1536025557s 0.2645560893s infinite;
}
@keyframes drop-38 {
  100% {
    top: 110%;
    left: 75%;
  }
}
.confetti-39 {
  width: 1px;
  height: 0.4px;
  background-color: #d13447;
  top: -10%;
  left: 35%;
  opacity: 0.5673005699;
  transform: rotate(52.5543944351deg);
  animation: drop-39 8.8888897709s 0.7151961856s infinite;
}
@keyframes drop-39 {
  100% {
    top: 110%;
    left: 37%;
  }
}
.confetti-40 {
  width: 8px;
  height: 3.2px;
  background-color: #263672;
  top: -10%;
  left: 34%;
  opacity: 0.8104423556;
  transform: rotate(327.549360237deg);
  animation: drop-40 8.3021128079s 0.9073830014s infinite;
}
@keyframes drop-40 {
  100% {
    top: 110%;
    left: 42%;
  }
}
.confetti-41 {
  width: 7px;
  height: 2.8px;
  background-color: #263672;
  top: -10%;
  left: 12%;
  opacity: 1.0907893915;
  transform: rotate(139.9542391209deg);
  animation: drop-41 8.0281704606s 0.9975358974s infinite;
}
@keyframes drop-41 {
  100% {
    top: 110%;
    left: 19%;
  }
}
.confetti-42 {
  width: 12px;
  height: 4.8px;
  background-color: #ffbf00;
  top: -10%;
  left: 26%;
  opacity: 0.5598849943;
  transform: rotate(300.8172748202deg);
  animation: drop-42 8.5087753946s 0.2838924078s infinite;
}
@keyframes drop-42 {
  100% {
    top: 110%;
    left: 31%;
  }
}
.confetti-43 {
  width: 9px;
  height: 3.6px;
  background-color: #263672;
  top: -10%;
  left: 78%;
  opacity: 1.1101916559;
  transform: rotate(113.5939570769deg);
  animation: drop-43 8.3432844407s 0.8664686507s infinite;
}
@keyframes drop-43 {
  100% {
    top: 110%;
    left: 81%;
  }
}
.confetti-44 {
  width: 2px;
  height: 0.8px;
  background-color: #d13447;
  top: -10%;
  left: 80%;
  opacity: 1.1345037156;
  transform: rotate(330.0423591464deg);
  animation: drop-44 8.9215570256s 0.0307285816s infinite;
}
@keyframes drop-44 {
  100% {
    top: 110%;
    left: 86%;
  }
}
.confetti-45 {
  width: 13px;
  height: 5.2px;
  background-color: #263672;
  top: -10%;
  left: 88%;
  opacity: 0.7705208401;
  transform: rotate(218.5757881006deg);
  animation: drop-45 8.4268358589s 0.0002552225s infinite;
}
@keyframes drop-45 {
  100% {
    top: 110%;
    left: 91%;
  }
}
.confetti-46 {
  width: 2px;
  height: 0.8px;
  background-color: #d13447;
  top: -10%;
  left: 74%;
  opacity: 1.1626684648;
  transform: rotate(159.6585940172deg);
  animation: drop-46 8.3070529209s 0.0277437629s infinite;
}
@keyframes drop-46 {
  100% {
    top: 110%;
    left: 80%;
  }
}
.confetti-47 {
  width: 7px;
  height: 2.8px;
  background-color: #ffbf00;
  top: -10%;
  left: 62%;
  opacity: 1.3889400623;
  transform: rotate(46.0132457724deg);
  animation: drop-47 8.2826350385s 0.9895911914s infinite;
}
@keyframes drop-47 {
  100% {
    top: 110%;
    left: 63%;
  }
}
.confetti-48 {
  width: 7px;
  height: 2.8px;
  background-color: #d13447;
  top: -10%;
  left: 43%;
  opacity: 1.3653113597;
  transform: rotate(142.5305155296deg);
  animation: drop-48 8.295892948s 0.1077641498s infinite;
}
@keyframes drop-48 {
  100% {
    top: 110%;
    left: 50%;
  }
}
.confetti-49 {
  width: 12px;
  height: 4.8px;
  background-color: #d13447;
  top: -10%;
  left: 50%;
  opacity: 0.9539305257;
  transform: rotate(343.7492746471deg);
  animation: drop-49 8.7533911767s 0.1070609315s infinite;
}
@keyframes drop-49 {
  100% {
    top: 110%;
    left: 55%;
  }
}
.confetti-50 {
  width: 3px;
  height: 1.2px;
  background-color: #d13447;
  top: -10%;
  left: 91%;
  opacity: 0.9958790217;
  transform: rotate(181.3807090043deg);
  animation: drop-50 8.3207028713s 0.0154810925s infinite;
}
@keyframes drop-50 {
  100% {
    top: 110%;
    left: 97%;
  }
}
.confetti-51 {
  width: 3px;
  height: 1.2px;
  background-color: #263672;
  top: -10%;
  left: 95%;
  opacity: 1.4965256697;
  transform: rotate(66.8981997324deg);
  animation: drop-51 8.7634357307s 0.0132778806s infinite;
}
@keyframes drop-51 {
  100% {
    top: 110%;
    left: 98%;
  }
}
.confetti-52 {
  width: 7px;
  height: 2.8px;
  background-color: #d13447;
  top: -10%;
  left: 19%;
  opacity: 0.9152730287;
  transform: rotate(8.7843584189deg);
  animation: drop-52 8.4701730107s 0.2357973169s infinite;
}
@keyframes drop-52 {
  100% {
    top: 110%;
    left: 23%;
  }
}
.confetti-53 {
  width: 10px;
  height: 4px;
  background-color: #263672;
  top: -10%;
  left: 61%;
  opacity: 0.9017105082;
  transform: rotate(146.9785230503deg);
  animation: drop-53 8.9386870852s 0.1751978044s infinite;
}
@keyframes drop-53 {
  100% {
    top: 110%;
    left: 68%;
  }
}
.confetti-54 {
  width: 1px;
  height: 0.4px;
  background-color: #ffbf00;
  top: -10%;
  left: 92%;
  opacity: 0.9117040742;
  transform: rotate(207.9617325588deg);
  animation: drop-54 8.8460371653s 0.098434725s infinite;
}
@keyframes drop-54 {
  100% {
    top: 110%;
    left: 93%;
  }
}
.confetti-55 {
  width: 5px;
  height: 2px;
  background-color: #d13447;
  top: -10%;
  left: 37%;
  opacity: 1.3014191572;
  transform: rotate(90.9381642322deg);
  animation: drop-55 8.1418933467s 0.8314026222s infinite;
}
@keyframes drop-55 {
  100% {
    top: 110%;
    left: 40%;
  }
}
.confetti-56 {
  width: 8px;
  height: 3.2px;
  background-color: #ffbf00;
  top: -10%;
  left: 87%;
  opacity: 1.4720117813;
  transform: rotate(73.5575547121deg);
  animation: drop-56 8.4642687711s 0.1775043532s infinite;
}
@keyframes drop-56 {
  100% {
    top: 110%;
    left: 89%;
  }
}
.confetti-57 {
  width: 10px;
  height: 4px;
  background-color: #d13447;
  top: -10%;
  left: 66%;
  opacity: 1.2274635297;
  transform: rotate(125.8851201654deg);
  animation: drop-57 8.1323816489s 0.0912988704s infinite;
}
@keyframes drop-57 {
  100% {
    top: 110%;
    left: 68%;
  }
}
.confetti-58 {
  width: 5px;
  height: 2px;
  background-color: #263672;
  top: -10%;
  left: 33%;
  opacity: 1.2136954884;
  transform: rotate(58.3687041959deg);
  animation: drop-58 8.7725760168s 0.0284290216s infinite;
}
@keyframes drop-58 {
  100% {
    top: 110%;
    left: 41%;
  }
}
.confetti-59 {
  width: 2px;
  height: 0.8px;
  background-color: #263672;
  top: -10%;
  left: 33%;
  opacity: 0.6453802984;
  transform: rotate(233.1676261525deg);
  animation: drop-59 8.8149320977s 0.2275312317s infinite;
}
@keyframes drop-59 {
  100% {
    top: 110%;
    left: 40%;
  }
}
.confetti-60 {
  width: 9px;
  height: 3.6px;
  background-color: #263672;
  top: -10%;
  left: 46%;
  opacity: 1.2290701781;
  transform: rotate(350.2529377575deg);
  animation: drop-60 8.5720134759s 0.5375395878s infinite;
}
@keyframes drop-60 {
  100% {
    top: 110%;
    left: 49%;
  }
}
.confetti-61 {
  width: 12px;
  height: 4.8px;
  background-color: #263672;
  top: -10%;
  left: 64%;
  opacity: 0.7273524916;
  transform: rotate(359.1886005979deg);
  animation: drop-61 8.8941703s 0.952647675s infinite;
}
@keyframes drop-61 {
  100% {
    top: 110%;
    left: 70%;
  }
}
.confetti-62 {
  width: 8px;
  height: 3.2px;
  background-color: #263672;
  top: -10%;
  left: 74%;
  opacity: 1.3611421963;
  transform: rotate(69.9334748657deg);
  animation: drop-62 8.9189451965s 0.1712452105s infinite;
}
@keyframes drop-62 {
  100% {
    top: 110%;
    left: 81%;
  }
}
.confetti-63 {
  width: 6px;
  height: 2.4px;
  background-color: #263672;
  top: -10%;
  left: 74%;
  opacity: 0.9527453084;
  transform: rotate(200.062109385deg);
  animation: drop-63 8.1963149085s 0.4376456496s infinite;
}
@keyframes drop-63 {
  100% {
    top: 110%;
    left: 81%;
  }
}
.confetti-64 {
  width: 12px;
  height: 4.8px;
  background-color: #263672;
  top: -10%;
  left: 61%;
  opacity: 0.9464012583;
  transform: rotate(273.6118094763deg);
  animation: drop-64 8.4495370108s 0.272867555s infinite;
}
@keyframes drop-64 {
  100% {
    top: 110%;
    left: 64%;
  }
}
.confetti-65 {
  width: 18px;
  height: 7.2px;
  background-color: #d13447;
  top: -10%;
  left: 22%;
  opacity: 0.9263133973;
  transform: rotate(46.4787892144deg);
  animation: drop-65 8.4926069017s 0.0539284138s infinite;
}
@keyframes drop-65 {
  100% {
    top: 110%;
    left: 27%;
  }
}
.confetti-66 {
  width: 14px;
  height: 5.6px;
  background-color: #263672;
  top: -10%;
  left: 23%;
  opacity: 1.1009690257;
  transform: rotate(96.6317556492deg);
  animation: drop-66 8.1952847152s 0.5762663962s infinite;
}
@keyframes drop-66 {
  100% {
    top: 110%;
    left: 30%;
  }
}
.confetti-67 {
  width: 12px;
  height: 4.8px;
  background-color: #ffbf00;
  top: -10%;
  left: 13%;
  opacity: 0.5637732868;
  transform: rotate(27.7490438064deg);
  animation: drop-67 8.5584519567s 0.0160046338s infinite;
}
@keyframes drop-67 {
  100% {
    top: 110%;
    left: 20%;
  }
}
.confetti-68 {
  width: 17px;
  height: 6.8px;
  background-color: #d13447;
  top: -10%;
  left: 22%;
  opacity: 1.3191993039;
  transform: rotate(103.6599020856deg);
  animation: drop-68 8.5090817336s 0.0783895105s infinite;
}
@keyframes drop-68 {
  100% {
    top: 110%;
    left: 27%;
  }
}
.confetti-69 {
  width: 17px;
  height: 6.8px;
  background-color: #263672;
  top: -10%;
  left: 72%;
  opacity: 1.1550114221;
  transform: rotate(2.8547924071deg);
  animation: drop-69 8.7928560298s 0.4781241057s infinite;
}
@keyframes drop-69 {
  100% {
    top: 110%;
    left: 77%;
  }
}
.confetti-70 {
  width: 7px;
  height: 2.8px;
  background-color: #263672;
  top: -10%;
  left: 87%;
  opacity: 0.9678182406;
  transform: rotate(267.2884579401deg);
  animation: drop-70 8.1026433499s 0.5782009588s infinite;
}
@keyframes drop-70 {
  100% {
    top: 110%;
    left: 93%;
  }
}
.confetti-71 {
  width: 17px;
  height: 6.8px;
  background-color: #ffbf00;
  top: -10%;
  left: 79%;
  opacity: 1.4845062552;
  transform: rotate(48.5253813032deg);
  animation: drop-71 8.522573752s 0.0593422244s infinite;
}
@keyframes drop-71 {
  100% {
    top: 110%;
    left: 80%;
  }
}
.confetti-72 {
  width: 14px;
  height: 5.6px;
  background-color: #d13447;
  top: -10%;
  left: 5%;
  opacity: 0.6896870278;
  transform: rotate(91.4242088098deg);
  animation: drop-72 8.4853864973s 0.0723815187s infinite;
}
@keyframes drop-72 {
  100% {
    top: 110%;
    left: 7%;
  }
}
.confetti-73 {
  width: 12px;
  height: 4.8px;
  background-color: #263672;
  top: -10%;
  left: 80%;
  opacity: 0.8342392718;
  transform: rotate(68.2778696639deg);
  animation: drop-73 8.1624265074s 0.4231049369s infinite;
}
@keyframes drop-73 {
  100% {
    top: 110%;
    left: 86%;
  }
}
.confetti-74 {
  width: 1px;
  height: 0.4px;
  background-color: #263672;
  top: -10%;
  left: 96%;
  opacity: 1.2398702619;
  transform: rotate(66.3686850394deg);
  animation: drop-74 8.69311537s 0.8263452415s infinite;
}
@keyframes drop-74 {
  100% {
    top: 110%;
    left: 98%;
  }
}
.confetti-75 {
  width: 5px;
  height: 2px;
  background-color: #ffbf00;
  top: -10%;
  left: 35%;
  opacity: 1.104252137;
  transform: rotate(263.7932281576deg);
  animation: drop-75 8.2620970468s 0.1530275194s infinite;
}
@keyframes drop-75 {
  100% {
    top: 110%;
    left: 42%;
  }
}
.confetti-76 {
  width: 11px;
  height: 4.4px;
  background-color: #d13447;
  top: -10%;
  left: 66%;
  opacity: 1.4119837685;
  transform: rotate(194.0566356869deg);
  animation: drop-76 8.0807041471s 0.9716859337s infinite;
}
@keyframes drop-76 {
  100% {
    top: 110%;
    left: 67%;
  }
}
.confetti-77 {
  width: 7px;
  height: 2.8px;
  background-color: #ffbf00;
  top: -10%;
  left: 93%;
  opacity: 1.3427524067;
  transform: rotate(99.9084205948deg);
  animation: drop-77 8.1078366689s 0.1494123315s infinite;
}
@keyframes drop-77 {
  100% {
    top: 110%;
    left: 97%;
  }
}
.confetti-78 {
  width: 8px;
  height: 3.2px;
  background-color: #ffbf00;
  top: -10%;
  left: 40%;
  opacity: 0.5794494343;
  transform: rotate(343.6392374302deg);
  animation: drop-78 8.4220760521s 0.8657193603s infinite;
}
@keyframes drop-78 {
  100% {
    top: 110%;
    left: 46%;
  }
}
.confetti-79 {
  width: 7px;
  height: 2.8px;
  background-color: #ffbf00;
  top: -10%;
  left: 41%;
  opacity: 0.8930442633;
  transform: rotate(98.2414335534deg);
  animation: drop-79 8.0619398572s 0.1765726093s infinite;
}
@keyframes drop-79 {
  100% {
    top: 110%;
    left: 45%;
  }
}
.confetti-80 {
  width: 16px;
  height: 6.4px;
  background-color: #ffbf00;
  top: -10%;
  left: 24%;
  opacity: 0.9257967399;
  transform: rotate(230.9976907252deg);
  animation: drop-80 8.2515224857s 0.516269967s infinite;
}
@keyframes drop-80 {
  100% {
    top: 110%;
    left: 27%;
  }
}
.confetti-81 {
  width: 9px;
  height: 3.6px;
  background-color: #d13447;
  top: -10%;
  left: 23%;
  opacity: 1.2251766055;
  transform: rotate(57.7894047202deg);
  animation: drop-81 8.0280587187s 0.9861193682s infinite;
}
@keyframes drop-81 {
  100% {
    top: 110%;
    left: 24%;
  }
}
.confetti-82 {
  width: 18px;
  height: 7.2px;
  background-color: #d13447;
  top: -10%;
  left: 40%;
  opacity: 1.1830122177;
  transform: rotate(61.8474800088deg);
  animation: drop-82 8.9838803406s 0.9174901521s infinite;
}
@keyframes drop-82 {
  100% {
    top: 110%;
    left: 42%;
  }
}
.confetti-83 {
  width: 12px;
  height: 4.8px;
  background-color: #d13447;
  top: -10%;
  left: 25%;
  opacity: 1.4873940798;
  transform: rotate(131.3758702225deg);
  animation: drop-83 8.9117677551s 0.7782487214s infinite;
}
@keyframes drop-83 {
  100% {
    top: 110%;
    left: 29%;
  }
}
.confetti-84 {
  width: 13px;
  height: 5.2px;
  background-color: #d13447;
  top: -10%;
  left: 87%;
  opacity: 0.5639220577;
  transform: rotate(168.0748709103deg);
  animation: drop-84 8.4684577064s 0.6313797989s infinite;
}
@keyframes drop-84 {
  100% {
    top: 110%;
    left: 92%;
  }
}
.confetti-85 {
  width: 3px;
  height: 1.2px;
  background-color: #d13447;
  top: -10%;
  left: 16%;
  opacity: 1.2242401486;
  transform: rotate(184.7108176703deg);
  animation: drop-85 8.5786010838s 0.3802331044s infinite;
}
@keyframes drop-85 {
  100% {
    top: 110%;
    left: 18%;
  }
}
.confetti-86 {
  width: 10px;
  height: 4px;
  background-color: #ffbf00;
  top: -10%;
  left: 3%;
  opacity: 0.9977527658;
  transform: rotate(274.4175247682deg);
  animation: drop-86 8.2574774016s 0.0589582389s infinite;
}
@keyframes drop-86 {
  100% {
    top: 110%;
    left: 11%;
  }
}
.confetti-87 {
  width: 13px;
  height: 5.2px;
  background-color: #263672;
  top: -10%;
  left: 35%;
  opacity: 0.8649627055;
  transform: rotate(305.9887811752deg);
  animation: drop-87 8.0578495908s 0.4822553006s infinite;
}
@keyframes drop-87 {
  100% {
    top: 110%;
    left: 42%;
  }
}
.confetti-88 {
  width: 11px;
  height: 4.4px;
  background-color: #ffbf00;
  top: -10%;
  left: 4%;
  opacity: 1.3656656902;
  transform: rotate(350.1654980856deg);
  animation: drop-88 8.4240486957s 0.9720373663s infinite;
}
@keyframes drop-88 {
  100% {
    top: 110%;
    left: 10%;
  }
}
.confetti-89 {
  width: 2px;
  height: 0.8px;
  background-color: #263672;
  top: -10%;
  left: 41%;
  opacity: 0.8831528142;
  transform: rotate(358.4556576775deg);
  animation: drop-89 8.2582312668s 0.686532864s infinite;
}
@keyframes drop-89 {
  100% {
    top: 110%;
    left: 48%;
  }
}
.confetti-90 {
  width: 12px;
  height: 4.8px;
  background-color: #d13447;
  top: -10%;
  left: 43%;
  opacity: 0.8671945497;
  transform: rotate(307.1275129505deg);
  animation: drop-90 8.8915819378s 0.3106848531s infinite;
}
@keyframes drop-90 {
  100% {
    top: 110%;
    left: 46%;
  }
}
.confetti-91 {
  width: 18px;
  height: 7.2px;
  background-color: #ffbf00;
  top: -10%;
  left: 6%;
  opacity: 1.3778146745;
  transform: rotate(42.2819113156deg);
  animation: drop-91 8.9627042629s 0.8712808152s infinite;
}
@keyframes drop-91 {
  100% {
    top: 110%;
    left: 14%;
  }
}
.confetti-92 {
  width: 3px;
  height: 1.2px;
  background-color: #d13447;
  top: -10%;
  left: 41%;
  opacity: 0.7030270928;
  transform: rotate(16.8365127702deg);
  animation: drop-92 8.783385508s 0.1593044902s infinite;
}
@keyframes drop-92 {
  100% {
    top: 110%;
    left: 42%;
  }
}
.confetti-93 {
  width: 8px;
  height: 3.2px;
  background-color: #d13447;
  top: -10%;
  left: 5%;
  opacity: 1.4737534021;
  transform: rotate(345.3998592deg);
  animation: drop-93 8.3257873504s 0.5535800659s infinite;
}
@keyframes drop-93 {
  100% {
    top: 110%;
    left: 11%;
  }
}
.confetti-94 {
  width: 14px;
  height: 5.6px;
  background-color: #d13447;
  top: -10%;
  left: 14%;
  opacity: 0.6346268627;
  transform: rotate(337.1695869554deg);
  animation: drop-94 8.3840667828s 0.7109247709s infinite;
}
@keyframes drop-94 {
  100% {
    top: 110%;
    left: 17%;
  }
}
.confetti-95 {
  width: 5px;
  height: 2px;
  background-color: #263672;
  top: -10%;
  left: 83%;
  opacity: 1.470366629;
  transform: rotate(9.6234714847deg);
  animation: drop-95 8.5193372342s 0.7885766382s infinite;
}
@keyframes drop-95 {
  100% {
    top: 110%;
    left: 88%;
  }
}
.confetti-96 {
  width: 1px;
  height: 0.4px;
  background-color: #263672;
  top: -10%;
  left: 98%;
  opacity: 1.0168326639;
  transform: rotate(159.8042228791deg);
  animation: drop-96 8.5134248093s 0.9260959774s infinite;
}
@keyframes drop-96 {
  100% {
    top: 110%;
    left: 101%;
  }
}
.confetti-97 {
  width: 11px;
  height: 4.4px;
  background-color: #263672;
  top: -10%;
  left: 74%;
  opacity: 1.2871155986;
  transform: rotate(120.3992251243deg);
  animation: drop-97 8.2726526083s 0.3269173223s infinite;
}
@keyframes drop-97 {
  100% {
    top: 110%;
    left: 75%;
  }
}
.confetti-98 {
  width: 15px;
  height: 6px;
  background-color: #d13447;
  top: -10%;
  left: 19%;
  opacity: 0.7409389736;
  transform: rotate(358.2942426298deg);
  animation: drop-98 8.0103144356s 0.5913315318s infinite;
}
@keyframes drop-98 {
  100% {
    top: 110%;
    left: 22%;
  }
}
.confetti-99 {
  width: 18px;
  height: 7.2px;
  background-color: #263672;
  top: -10%;
  left: 68%;
  opacity: 0.7253491058;
  transform: rotate(307.7779965179deg);
  animation: drop-99 8.5124785157s 0.1637381837s infinite;
}
@keyframes drop-99 {
  100% {
    top: 110%;
    left: 73%;
  }
}
.confetti-100 {
  width: 15px;
  height: 6px;
  background-color: #ffbf00;
  top: -10%;
  left: 98%;
  opacity: 1.4765115394;
  transform: rotate(82.1762462061deg);
  animation: drop-100 8.8747060432s 0.058039894s infinite;
}
@keyframes drop-100 {
  100% {
    top: 110%;
    left: 102%;
  }
}
.confetti-101 {
  width: 5px;
  height: 2px;
  background-color: #ffbf00;
  top: -10%;
  left: 3%;
  opacity: 1.1040724488;
  transform: rotate(351.7379858279deg);
  animation: drop-101 8.7775668687s 0.5109815299s infinite;
}
@keyframes drop-101 {
  100% {
    top: 110%;
    left: 11%;
  }
}
.confetti-102 {
  width: 5px;
  height: 2px;
  background-color: #263672;
  top: -10%;
  left: 98%;
  opacity: 1.1558036843;
  transform: rotate(336.071346693deg);
  animation: drop-102 8.4788291694s 0.7479946814s infinite;
}
@keyframes drop-102 {
  100% {
    top: 110%;
    left: 105%;
  }
}
.confetti-103 {
  width: 7px;
  height: 2.8px;
  background-color: #d13447;
  top: -10%;
  left: 94%;
  opacity: 1.231018407;
  transform: rotate(145.3918207463deg);
  animation: drop-103 8.1374175546s 0.0870523835s infinite;
}
@keyframes drop-103 {
  100% {
    top: 110%;
    left: 102%;
  }
}
.confetti-104 {
  width: 14px;
  height: 5.6px;
  background-color: #d13447;
  top: -10%;
  left: 69%;
  opacity: 0.7385801856;
  transform: rotate(292.359178869deg);
  animation: drop-104 8.8008946478s 0.3709136676s infinite;
}
@keyframes drop-104 {
  100% {
    top: 110%;
    left: 77%;
  }
}
.confetti-105 {
  width: 9px;
  height: 3.6px;
  background-color: #ffbf00;
  top: -10%;
  left: 77%;
  opacity: 0.8079365599;
  transform: rotate(166.2385639886deg);
  animation: drop-105 8.337032012s 0.8305414864s infinite;
}
@keyframes drop-105 {
  100% {
    top: 110%;
    left: 78%;
  }
}
.confetti-106 {
  width: 17px;
  height: 6.8px;
  background-color: #263672;
  top: -10%;
  left: 45%;
  opacity: 0.8569954038;
  transform: rotate(266.8758979088deg);
  animation: drop-106 8.1098053431s 0.4867417651s infinite;
}
@keyframes drop-106 {
  100% {
    top: 110%;
    left: 52%;
  }
}
.confetti-107 {
  width: 11px;
  height: 4.4px;
  background-color: #263672;
  top: -10%;
  left: 35%;
  opacity: 0.7251695063;
  transform: rotate(356.9559369502deg);
  animation: drop-107 8.2087455918s 0.0980479502s infinite;
}
@keyframes drop-107 {
  100% {
    top: 110%;
    left: 40%;
  }
}
.confetti-108 {
  width: 15px;
  height: 6px;
  background-color: #d13447;
  top: -10%;
  left: 62%;
  opacity: 1.0766932277;
  transform: rotate(125.4773653802deg);
  animation: drop-108 8.5387932376s 0.04185949s infinite;
}
@keyframes drop-108 {
  100% {
    top: 110%;
    left: 68%;
  }
}
.confetti-109 {
  width: 14px;
  height: 5.6px;
  background-color: #ffbf00;
  top: -10%;
  left: 71%;
  opacity: 1.3304285732;
  transform: rotate(295.3687867803deg);
  animation: drop-109 8.4760314819s 0.5201962213s infinite;
}
@keyframes drop-109 {
  100% {
    top: 110%;
    left: 74%;
  }
}
.confetti-110 {
  width: 13px;
  height: 5.2px;
  background-color: #ffbf00;
  top: -10%;
  left: 79%;
  opacity: 1.2618849008;
  transform: rotate(224.030878744deg);
  animation: drop-110 8.0587907225s 0.0963849729s infinite;
}
@keyframes drop-110 {
  100% {
    top: 110%;
    left: 84%;
  }
}
.confetti-111 {
  width: 10px;
  height: 4px;
  background-color: #ffbf00;
  top: -10%;
  left: 39%;
  opacity: 1.3842968558;
  transform: rotate(333.138584079deg);
  animation: drop-111 8.0344269305s 0.1950254244s infinite;
}
@keyframes drop-111 {
  100% {
    top: 110%;
    left: 41%;
  }
}
.confetti-112 {
  width: 5px;
  height: 2px;
  background-color: #263672;
  top: -10%;
  left: 16%;
  opacity: 1.2098602846;
  transform: rotate(264.1914896786deg);
  animation: drop-112 8.9824684811s 0.2358341794s infinite;
}
@keyframes drop-112 {
  100% {
    top: 110%;
    left: 22%;
  }
}
.confetti-113 {
  width: 10px;
  height: 4px;
  background-color: #263672;
  top: -10%;
  left: 40%;
  opacity: 0.5436073755;
  transform: rotate(237.2238792603deg);
  animation: drop-113 8.6887796017s 0.8864302608s infinite;
}
@keyframes drop-113 {
  100% {
    top: 110%;
    left: 48%;
  }
}
.confetti-114 {
  width: 9px;
  height: 3.6px;
  background-color: #d13447;
  top: -10%;
  left: 14%;
  opacity: 1.3741220085;
  transform: rotate(229.1397610357deg);
  animation: drop-114 8.5732909366s 0.419568462s infinite;
}
@keyframes drop-114 {
  100% {
    top: 110%;
    left: 17%;
  }
}
.confetti-115 {
  width: 17px;
  height: 6.8px;
  background-color: #ffbf00;
  top: -10%;
  left: 51%;
  opacity: 0.756896702;
  transform: rotate(192.3424251335deg);
  animation: drop-115 8.1587029554s 0.3786290589s infinite;
}
@keyframes drop-115 {
  100% {
    top: 110%;
    left: 56%;
  }
}
.confetti-116 {
  width: 14px;
  height: 5.6px;
  background-color: #ffbf00;
  top: -10%;
  left: 31%;
  opacity: 1.4493652054;
  transform: rotate(79.6084202704deg);
  animation: drop-116 8.401018581s 0.1465049366s infinite;
}
@keyframes drop-116 {
  100% {
    top: 110%;
    left: 34%;
  }
}
.confetti-117 {
  width: 18px;
  height: 7.2px;
  background-color: #d13447;
  top: -10%;
  left: 79%;
  opacity: 1.4425032498;
  transform: rotate(112.3555313706deg);
  animation: drop-117 8.0407437928s 0.431470057s infinite;
}
@keyframes drop-117 {
  100% {
    top: 110%;
    left: 83%;
  }
}
.confetti-118 {
  width: 17px;
  height: 6.8px;
  background-color: #d13447;
  top: -10%;
  left: 32%;
  opacity: 1.2240888841;
  transform: rotate(228.9211443252deg);
  animation: drop-118 8.8514020156s 0.9342811797s infinite;
}
@keyframes drop-118 {
  100% {
    top: 110%;
    left: 33%;
  }
}
.confetti-119 {
  width: 1px;
  height: 0.4px;
  background-color: #d13447;
  top: -10%;
  left: 10%;
  opacity: 0.7996367856;
  transform: rotate(91.4868462919deg);
  animation: drop-119 8.4630352832s 0.8340521911s infinite;
}
@keyframes drop-119 {
  100% {
    top: 110%;
    left: 12%;
  }
}
.confetti-120 {
  width: 5px;
  height: 2px;
  background-color: #ffbf00;
  top: -10%;
  left: 47%;
  opacity: 0.8677956115;
  transform: rotate(181.6443224816deg);
  animation: drop-120 8.4445952991s 0.7145716278s infinite;
}
@keyframes drop-120 {
  100% {
    top: 110%;
    left: 53%;
  }
}
.confetti-121 {
  width: 9px;
  height: 3.6px;
  background-color: #d13447;
  top: -10%;
  left: 9%;
  opacity: 0.8749887475;
  transform: rotate(86.1012896146deg);
  animation: drop-121 8.1282002041s 0.1878611064s infinite;
}
@keyframes drop-121 {
  100% {
    top: 110%;
    left: 14%;
  }
}
.confetti-122 {
  width: 11px;
  height: 4.4px;
  background-color: #d13447;
  top: -10%;
  left: 91%;
  opacity: 0.8465048867;
  transform: rotate(190.951172052deg);
  animation: drop-122 8.4700028483s 0.4925460227s infinite;
}
@keyframes drop-122 {
  100% {
    top: 110%;
    left: 94%;
  }
}
.confetti-123 {
  width: 17px;
  height: 6.8px;
  background-color: #ffbf00;
  top: -10%;
  left: 33%;
  opacity: 1.2212849229;
  transform: rotate(38.1220998939deg);
  animation: drop-123 8.3853491721s 0.4646600556s infinite;
}
@keyframes drop-123 {
  100% {
    top: 110%;
    left: 35%;
  }
}
.confetti-124 {
  width: 10px;
  height: 4px;
  background-color: #d13447;
  top: -10%;
  left: 95%;
  opacity: 1.1579739909;
  transform: rotate(151.3863483956deg);
  animation: drop-124 8.1421160585s 0.8377124787s infinite;
}
@keyframes drop-124 {
  100% {
    top: 110%;
    left: 97%;
  }
}
.confetti-125 {
  width: 3px;
  height: 1.2px;
  background-color: #263672;
  top: -10%;
  left: 86%;
  opacity: 0.955906539;
  transform: rotate(92.0767942571deg);
  animation: drop-125 8.4173739399s 0.3105255835s infinite;
}
@keyframes drop-125 {
  100% {
    top: 110%;
    left: 94%;
  }
}
.confetti-126 {
  width: 2px;
  height: 0.8px;
  background-color: #ffbf00;
  top: -10%;
  left: 97%;
  opacity: 0.5231024618;
  transform: rotate(117.5179709758deg);
  animation: drop-126 8.4256193911s 0.4553183671s infinite;
}
@keyframes drop-126 {
  100% {
    top: 110%;
    left: 103%;
  }
}
.confetti-127 {
  width: 12px;
  height: 4.8px;
  background-color: #263672;
  top: -10%;
  left: 66%;
  opacity: 0.6140407983;
  transform: rotate(181.4878383547deg);
  animation: drop-127 8.6575684791s 0.6930341237s infinite;
}
@keyframes drop-127 {
  100% {
    top: 110%;
    left: 67%;
  }
}
.confetti-128 {
  width: 11px;
  height: 4.4px;
  background-color: #d13447;
  top: -10%;
  left: 20%;
  opacity: 1.1833845252;
  transform: rotate(353.7076443846deg);
  animation: drop-128 8.374504452s 0.5848976606s infinite;
}
@keyframes drop-128 {
  100% {
    top: 110%;
    left: 24%;
  }
}
.confetti-129 {
  width: 13px;
  height: 5.2px;
  background-color: #ffbf00;
  top: -10%;
  left: 99%;
  opacity: 1.3828059797;
  transform: rotate(59.1593011478deg);
  animation: drop-129 8.8801285227s 0.4946777475s infinite;
}
@keyframes drop-129 {
  100% {
    top: 110%;
    left: 100%;
  }
}
.confetti-130 {
  width: 2px;
  height: 0.8px;
  background-color: #263672;
  top: -10%;
  left: 1%;
  opacity: 1.0331443562;
  transform: rotate(357.5893503765deg);
  animation: drop-130 8.9208349723s 0.183557061s infinite;
}
@keyframes drop-130 {
  100% {
    top: 110%;
    left: 8%;
  }
}
.confetti-131 {
  width: 6px;
  height: 2.4px;
  background-color: #263672;
  top: -10%;
  left: 13%;
  opacity: 0.6011802957;
  transform: rotate(265.8526629737deg);
  animation: drop-131 8.7375753039s 0.7910028452s infinite;
}
@keyframes drop-131 {
  100% {
    top: 110%;
    left: 18%;
  }
}
.confetti-132 {
  width: 11px;
  height: 4.4px;
  background-color: #ffbf00;
  top: -10%;
  left: 29%;
  opacity: 1.3900047333;
  transform: rotate(139.6546836946deg);
  animation: drop-132 8.5111566793s 0.1946055667s infinite;
}
@keyframes drop-132 {
  100% {
    top: 110%;
    left: 37%;
  }
}
.confetti-133 {
  width: 13px;
  height: 5.2px;
  background-color: #ffbf00;
  top: -10%;
  left: 97%;
  opacity: 1.2730507053;
  transform: rotate(217.2569031242deg);
  animation: drop-133 8.0454781448s 0.3641167641s infinite;
}
@keyframes drop-133 {
  100% {
    top: 110%;
    left: 102%;
  }
}
.confetti-134 {
  width: 18px;
  height: 7.2px;
  background-color: #263672;
  top: -10%;
  left: 48%;
  opacity: 0.5248350553;
  transform: rotate(158.1944039173deg);
  animation: drop-134 8.871690948s 0.5860275297s infinite;
}
@keyframes drop-134 {
  100% {
    top: 110%;
    left: 53%;
  }
}
.confetti-135 {
  width: 16px;
  height: 6.4px;
  background-color: #263672;
  top: -10%;
  left: 77%;
  opacity: 1.2637437844;
  transform: rotate(86.1450521694deg);
  animation: drop-135 8.7470796413s 0.9670662235s infinite;
}
@keyframes drop-135 {
  100% {
    top: 110%;
    left: 85%;
  }
}
.confetti-136 {
  width: 12px;
  height: 4.8px;
  background-color: #263672;
  top: -10%;
  left: 80%;
  opacity: 0.7766186631;
  transform: rotate(69.9735415981deg);
  animation: drop-136 8.1762581291s 0.1762258046s infinite;
}
@keyframes drop-136 {
  100% {
    top: 110%;
    left: 86%;
  }
}
.confetti-137 {
  width: 18px;
  height: 7.2px;
  background-color: #d13447;
  top: -10%;
  left: 26%;
  opacity: 1.0903611915;
  transform: rotate(252.6043682788deg);
  animation: drop-137 8.3484242548s 0.7756912913s infinite;
}
@keyframes drop-137 {
  100% {
    top: 110%;
    left: 27%;
  }
}
.confetti-138 {
  width: 17px;
  height: 6.8px;
  background-color: #ffbf00;
  top: -10%;
  left: 98%;
  opacity: 0.8758241955;
  transform: rotate(11.7782830831deg);
  animation: drop-138 8.2877659956s 0.8420396551s infinite;
}
@keyframes drop-138 {
  100% {
    top: 110%;
    left: 99%;
  }
}
.confetti-139 {
  width: 6px;
  height: 2.4px;
  background-color: #263672;
  top: -10%;
  left: 45%;
  opacity: 1.1588954709;
  transform: rotate(356.696616168deg);
  animation: drop-139 8.6555350958s 0.1623569075s infinite;
}
@keyframes drop-139 {
  100% {
    top: 110%;
    left: 49%;
  }
}
.confetti-140 {
  width: 1px;
  height: 0.4px;
  background-color: #d13447;
  top: -10%;
  left: 38%;
  opacity: 0.7384248939;
  transform: rotate(143.0760348193deg);
  animation: drop-140 8.720100746s 0.3381347113s infinite;
}
@keyframes drop-140 {
  100% {
    top: 110%;
    left: 45%;
  }
}
.confetti-141 {
  width: 12px;
  height: 4.8px;
  background-color: #ffbf00;
  top: -10%;
  left: 1%;
  opacity: 0.5994521701;
  transform: rotate(231.3564574723deg);
  animation: drop-141 8.9750627598s 0.4357054469s infinite;
}
@keyframes drop-141 {
  100% {
    top: 110%;
    left: 8%;
  }
}
.confetti-142 {
  width: 15px;
  height: 6px;
  background-color: #263672;
  top: -10%;
  left: 95%;
  opacity: 0.5235612712;
  transform: rotate(205.1657904981deg);
  animation: drop-142 8.3860002706s 0.1248181983s infinite;
}
@keyframes drop-142 {
  100% {
    top: 110%;
    left: 97%;
  }
}
.confetti-143 {
  width: 7px;
  height: 2.8px;
  background-color: #ffbf00;
  top: -10%;
  left: 64%;
  opacity: 1.0306286856;
  transform: rotate(305.6160024282deg);
  animation: drop-143 8.8415896343s 0.8240523175s infinite;
}
@keyframes drop-143 {
  100% {
    top: 110%;
    left: 65%;
  }
}
.confetti-144 {
  width: 1px;
  height: 0.4px;
  background-color: #263672;
  top: -10%;
  left: 92%;
  opacity: 0.9994413556;
  transform: rotate(162.2748873385deg);
  animation: drop-144 8.746324146s 0.2301236347s infinite;
}
@keyframes drop-144 {
  100% {
    top: 110%;
    left: 95%;
  }
}
.confetti-145 {
  width: 18px;
  height: 7.2px;
  background-color: #263672;
  top: -10%;
  left: 78%;
  opacity: 0.5880433074;
  transform: rotate(141.4442479166deg);
  animation: drop-145 8.311312585s 0.4474088371s infinite;
}
@keyframes drop-145 {
  100% {
    top: 110%;
    left: 85%;
  }
}
.confetti-146 {
  width: 2px;
  height: 0.8px;
  background-color: #d13447;
  top: -10%;
  left: 88%;
  opacity: 0.9469662937;
  transform: rotate(31.6035230391deg);
  animation: drop-146 8.8635004429s 0.5710560499s infinite;
}
@keyframes drop-146 {
  100% {
    top: 110%;
    left: 90%;
  }
}
.confetti-147 {
  width: 7px;
  height: 2.8px;
  background-color: #d13447;
  top: -10%;
  left: 51%;
  opacity: 1.2024802419;
  transform: rotate(329.1068349441deg);
  animation: drop-147 8.5842222927s 0.0820851822s infinite;
}
@keyframes drop-147 {
  100% {
    top: 110%;
    left: 58%;
  }
}
.confetti-148 {
  width: 11px;
  height: 4.4px;
  background-color: #ffbf00;
  top: -10%;
  left: 9%;
  opacity: 0.7640024069;
  transform: rotate(346.0263310537deg);
  animation: drop-148 8.0779885829s 0.0895028054s infinite;
}
@keyframes drop-148 {
  100% {
    top: 110%;
    left: 11%;
  }
}
.confetti-149 {
  width: 18px;
  height: 7.2px;
  background-color: #d13447;
  top: -10%;
  left: 2%;
  opacity: 0.5015162734;
  transform: rotate(170.8333791747deg);
  animation: drop-149 8.7665447877s 0.7478526841s infinite;
}
@keyframes drop-149 {
  100% {
    top: 110%;
    left: 9%;
  }
}
.confetti-150 {
  width: 14px;
  height: 5.6px;
  background-color: #ffbf00;
  top: -10%;
  left: 62%;
  opacity: 0.8337648862;
  transform: rotate(192.321840815deg);
  animation: drop-150 8.2159149549s 0.6056474617s infinite;
}
@keyframes drop-150 {
  100% {
    top: 110%;
    left: 70%;
  }
}
.counter {
  display: flex;
  align-items: center;
}
.counter .qty-left-minus,
.counter .qty-right-plus {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(30px + 5 * (100vw - 320px) / 1600);
  height: calc(30px + 5 * (100vw - 320px) / 1600);
  border: 1px solid #ececec;
  box-sizing: border-box;
  cursor: pointer;
  border-radius: 20px;
  line-height: 24px;
  -webkit-user-select: none;
  user-select: none;
  border-radius: 0;
}
.counter .qty-left-minus i,
.counter .qty-right-plus i {
  font-size: 12px;
  margin-top: 3px;
}
.counter .qty-left-minus:hover,
.counter .qty-right-plus:hover {
  color: rgb(1.1262135922, 1.786407767, 0.213592233);
}
.counter .qty-left-minus {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  border-right: 0;
}
body.rtl .counter .qty-left-minus {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-right: 1px solid #ececec;
  border-left: 0;
}
.counter .qty-right-plus {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-left: 0;
}
body.rtl .counter .qty-right-plus {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right: 0;
  border-left: 1px solid #ececec;
}
.counter input {
  width: 45px;
  height: calc(30px + 5 * (100vw - 320px) / 1600);
  border: 1px solid #ececec;
  appearance: none;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  background-color: rgba(0, 0, 0, 0.06);
  border-radius: 0;
}
body.rtl .counter input {
  text-align: center;
}
.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;
}
body.rtl .intl-tel-input .flag-box {
  margin-right: 0;
  margin-left: 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=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  appearance: none;
}
.form-check-input:active {
  filter: unset;
}
.form-check-input:focus {
  border-color: unset;
}
.newsletter-form {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 11px;
}
.newsletter-form .form-control {
  background-color: transparent;
  padding: calc(8px + 4 * (100vw - 320px) / 1600);
}
.newsletter-form .form-control::placeholder {
  color: #ffffff;
  font-size: calc(14px + 4 * (100vw - 320px) / 1600);
}
.normal-form .form-control {
  border: none;
}
.normal-form .form-control:focus {
  background-color: #ffffff;
}
.invalid-feedback {
  display: block !important;
}
.theme-form-check {
  cursor: pointer;
  transition: background 0.2s ease;
}
.theme-form-check input {
  width: 20px;
  height: 20px;
  vertical-align: middle;
  border-radius: 10px;
  background: none;
  border: 0;
  box-shadow: inset 0 0 0 1.5px #9f9f9f;
  appearance: none;
  padding: 0;
  margin: 0;
  transition: box-shadow 150ms cubic-bezier(0.95, 0.15, 0.5, 1.25);
  pointer-events: none;
}
.theme-form-check input:focus {
  outline: none;
}
.theme-form-check input:checked {
  box-shadow: inset 0 0 0 6px #6743ee;
}
.theme-form-check input label {
  vertical-align: middle;
  display: inline-block;
  line-height: 20px;
  padding: 0 8px;
}
.form-floating > label {
  font-size: 16px;
}
.theme-form-floating label {
  font-size: calc(13px + 3 * (100vw - 320px) / 1600);
  color: #4a5568;
  border: none;
}
.theme-form-floating-2 > .form-control:focus ~ label,
.theme-form-floating-2 > .form-control:not(:placeholder-shown) ~ label,
.theme-form-floating-2 > .form-select ~ label {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: calc(14px + 4 * (100vw - 320px) / 1600);
  opacity: 0.95;
  top: -5px;
  left: 10px;
  height: 31px;
  background-color: #ffffff;
  padding: 0 10px;
  opacity: 1;
}
body.rtl .theme-form-floating-2 > .form-control:focus ~ label,
body.rtl .theme-form-floating-2 > .form-control:not(:placeholder-shown) ~ label,
body.rtl .theme-form-floating-2 > .form-select ~ label {
  left: unset;
  right: 10px;
}
.theme-form-floating-2 > .form-control:focus,
.theme-form-floating-2 > .form-control:not(:placeholder-shown) {
  padding-top: 12px;
  padding-bottom: 10px;
  font-size: 15px;
  font-weight: 500;
}
.theme-form-floating-2 > .form-select {
  padding-top: 12px;
  padding-bottom: 10px;
  font-size: calc(14px + 1 * (100vw - 320px) / 1600);
  font-weight: 500;
}
.theme-form-floating-2 > .form-select:focus {
  border-color: var(--theme-color);
  outline: 0;
  box-shadow: 0 0 0 4px transparent;
}
.theme-form-floating-2 .form-control:focus {
  background-color: #ffffff;
  border: 1px solid #ced4da;
}
.theme-form-floating-2 > .form-control,
.theme-form-floating-2 > .form-select {
  height: 46px;
}
.theme-form-floating-2 > label {
  top: 50%;
  transform: translateY(-50%);
  left: 9px;
  padding: 0;
  border: none;
  height: auto;
}
body.rtl .theme-form-floating-2 > label {
  left: unset;
  right: 9px;
}
.theme-form-floating-2 > .form-control {
  padding: 14px 10px;
}
.theme-form-floating-2 label {
  font-size: calc(13px + 3 * (100vw - 320px) / 1600);
  color: #4a5568;
}
.checkbox_animated {
  cursor: pointer;
  position: relative;
  margin-right: 16px;
}
body.rtl .checkbox_animated {
  margin-right: unset;
  margin-left: 16px;
}
.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, 0);
  left: 4px;
  top: 4px;
  z-index: 1;
  border: 2px solid var(--theme-color);
  border-top-style: none;
  border-right-style: none;
}
body.rtl .checkbox_animated:before {
  left: unset;
  right: 4px;
}
.checkbox_animated:after {
  content: "";
  position: absolute;
  width: 21px;
  height: 21px;
  top: -2px;
  left: 0;
  background-color: #ffffff;
  border: 2px solid #ececec;
  cursor: pointer;
}
body.rtl .checkbox_animated:after {
  left: unset;
  right: 0;
}
.checkbox_animated:checked:before {
  transform: rotate(-45deg) scale(1, 1);
}
.custom-form-check-2 {
  min-height: auto;
  margin-bottom: 0;
}
.custom-form-check .form-check-input {
  width: calc(15px + 2 * (100vw - 320px) / 1600);
  height: calc(15px + 2 * (100vw - 320px) / 1600);
  margin-top: 0;
}
body.rtl .custom-form-check .form-check-input {
  margin-right: -1.5em;
  margin-left: unset;
}
.custom-form-check .form-check-input:checked {
  background-color: var(--theme-color);
  border-color: var(--theme-color);
}
.custom-form-check .form-check-input:focus {
  box-shadow: none;
}
.form-control {
  font-size: 14px;
  padding: calc(8px + 6 * (100vw - 320px) / 1600) calc(12px + 3 * (100vw - 320px) / 1600);
}
.form-control.subscribe-input {
  border: none;
  border-radius: 0;
}
body.rtl .form-control {
  text-align: right;
}
.form-control:focus {
  box-shadow: none;
  color: #000000;
}
.form-select {
  font-size: 14px;
}
.form-select.theme-form-select:focus {
  background-color: #ffffff;
  box-shadow: none;
  color: #000000;
}
.input-group .btn {
  z-index: 1;
}
.outer-otp {
  width: 235px;
  overflow: hidden;
  margin-bottom: 40px;
}
.outer-otp .inner-otp {
  left: 0;
  position: sticky;
}
.outer-otp .inner-otp input {
  padding-left: 15px;
  letter-spacing: 41px;
  border: 0;
  background-image:
    linear-gradient(
      to left,
      rgb(189, 189, 189) 70%,
      rgba(255, 255, 255, 0) 0%);
  background-position: bottom;
  background-size: 50px 1px;
  background-repeat: repeat-x;
  background-position-x: 35px;
  width: 300px;
  min-width: 300px;
  background-color: transparent;
}
.label-flex {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  align-items: center;
}
.label-flex .discount {
  background-color: var(--theme-color);
  color: #ffffff;
  padding: 4px calc(7px + 3 * (100vw - 320px) / 1600);
  border-radius: 4px;
}
.label-flex .discount.sm-discount label {
  font-size: 12px;
}
.label-flex .discount label {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: -2px 0;
}
.label-flex .wishlist {
  font-size: calc(16px + 6 * (100vw - 320px) / 1600);
  color: #4a5568;
  margin-left: auto;
}
body.rtl .label-flex .wishlist {
  margin-left: unset;
  margin-right: auto;
}
.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;
}
@keyframes rotate360 {
  100% {
    transform: rotate(360deg);
  }
}
.loader-wrapper,
.custom-loader-wrapper {
  position: fixed;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #ffffff;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 15px;
  top: 0;
}
.loader-wrapper .loader,
.custom-loader-wrapper .loader {
  width: 48px;
  height: 48px;
  border: 5px solid #eaeaea;
  border-bottom-color: var(--theme-color);
  border-radius: 50%;
  display: inline-block;
  animation: rotation 1s linear infinite;
}
.loader-wrapper h3,
.loader-wrapper .h3,
.custom-loader-wrapper h3,
.custom-loader-wrapper .h3 {
  margin-top: 6px;
  color: #777;
  font-weight: 400;
}
.custom-box-loader {
  position: relative;
  z-index: 0;
}
.custom-box-loader .box-loader .loader-wrapper,
.custom-box-loader .box-loader .custom-loader-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  padding: 0;
  gap: 0;
  z-index: 8;
  align-items: flex-start;
}
.custom-box-loader .box-loader .loader-wrapper > div,
.custom-box-loader .box-loader .custom-loader-wrapper > div {
  padding-top: 30%;
}
@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
div#loading-bar {
  color: var(--theme-deafult) !important;
}
div#loading-bar .bar {
  background: var(--theme-deafult) !important;
}
#loading-bar-spinner {
  top: 15px !important;
  left: unset !important;
  right: 0 !important;
  margin-right: 20px;
  color: var(--theme-deafult) !important;
}
#loading-bar-spinner .spinner-icon {
  width: 16px !important;
  height: 16px !important;
}
.loader-bg .ngx-bar {
  background-color: var(--theme-color) !important;
}
.loader-bg .ngx-spinner {
  color: var(--theme-color) !important;
  right: 10px;
  left: unset !important;
}
.skeleton-body {
  background-image: none !important;
  overflow: hidden;
  pointer-events: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
}
.skeleton-body .bg-effect {
  background-image: none;
}
.skeleton-body .title {
  opacity: 0;
  visibility: hidden;
}
.skeleton-body .skeleton-banner-xl {
  position: relative;
}
.skeleton-body .skeleton-banner-xl .bg-size {
  background-color: #f8f8f8 !important;
  background-image: none !important;
}
.skeleton-body .skeleton-banner-xl [class*=col-] {
  position: relative;
}
.skeleton-body .skeleton-banner-sm {
  position: relative;
}
.skeleton-body .skeleton-banner-sm .bg-size {
  background-color: #f8f8f8 !important;
  background-image: none !important;
}
.skeleton-body .skeleton-banner-sm [class*=col-] {
  position: relative;
}
.skeleton-body .skeleton-banner-sm .skeleton-text-wrap .placeholder {
  min-height: 6.8%;
}
.skeleton-body .skeleton-banner-vertical {
  position: relative;
}
.skeleton-body .skeleton-banner-vertical .bg-size {
  background-color: #f8f8f8 !important;
  background-image: none !important;
}
.skeleton-body .skeleton-banner-vertical [class*=col-] {
  position: relative;
}
.skeleton-body .skeleton-banner-vertical .skeleton-text-wrap {
  justify-content: flex-start;
}
.skeleton-body .skeleton-banner-vertical .skeleton-text-wrap .placeholder {
  min-height: 3.3%;
}
.skeleton-body .skeleton-text-wrap {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 12px;
  justify-content: center;
  padding: 30px;
}
.skeleton-body .skeleton-text-wrap .placeholder {
  min-height: 4.3%;
  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 infinite linear;
  border-radius: 10px;
}
.skeleton-body .home-section-2 {
  background-color: #f2f2f2;
  background-image: none !important;
}
.skeleton-body .setting-box,
.skeleton-body .compare-fix,
.skeleton-body .recently-purchase {
  display: none;
}
.skeleton-text-wrap {
  display: none;
}
.skeleton-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: max-content;
  padding: calc(8px + 6 * (100vw - 320px) / 1600);
  z-index: 0;
  background-color: #f9f9f6;
}
.skeleton *:empty {
  background: #f6f7f8;
  background-position: -500px 0;
  animation: skeletonShine 1s linear 0s infinite normal forwards;
  border-radius: 5px;
  background-image:
    linear-gradient(
      135deg,
      #f6f7f8 0%,
      #edeef1 20%,
      #f6f7f8 40%,
      #f6f7f8 100%);
  background-repeat: no-repeat;
  background-size: 1000px 100%;
  width: 100%;
}
[class=dark] .skeleton *:empty {
  background-color: #1d1d22;
  background-image:
    linear-gradient(
      135deg,
      #1d1d22 0%,
      #2a2d2d 20%,
      #1d1d22 40%,
      #1d1d22 100%);
}
.skeleton__section + .skeleton__section {
  margin-top: 16px;
}
.skeleton-section {
  width: 100%;
}
.skeleton__section--actions {
  display: flex;
  flex-direction: row;
  gap: 8px;
  margin-bottom: 16px;
}
.skeleton__section--card {
  display: flex;
  flex-direction: row;
  margin-bottom: 24px;
}
.skeleton__header {
  margin-bottom: 6px;
  height: 32px;
  width: 200px;
  max-width: 35%;
}
.skeleton__header--long {
  width: 300px;
  max-width: 85%;
}
.skeleton__p {
  height: 16px;
  width: 100%;
  margin-bottom: 8px;
}
.skeleton__p:last-child {
  width: 45%;
}
.skeleton__p--short {
  max-width: 120px;
}
.skeleton__img {
  height: 160px;
  width: 64px;
  border-radius: 8px;
}
.skeleton__tree .skeleton__p {
  width: 100%;
  max-width: none;
}
@keyframes skeletonShine {
  to {
    background-position: 500px 0;
  }
}
.skeleton-seller .vendor-text {
  width: 66px;
  height: 66px;
  border-radius: 11px;
  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%;
}
.skeleton-seller .contain-name h3,
.skeleton-seller .contain-name .h3 {
  background: #f6f7f8;
  background-position: -500px 0;
  animation: skeletonShine 1s linear 0s infinite normal forwards;
  border-radius: 5px;
  background-image:
    linear-gradient(
      135deg,
      #f6f7f8 0%,
      #edeef1 20%,
      #f6f7f8 40%,
      #f6f7f8 100%);
  background-repeat: no-repeat;
  background-size: 1000px 100%;
  width: 50%;
  height: 28px;
}
.skeleton-seller .contain-name .product-label {
  background: #f6f7f8;
  background-position: -500px 0;
  animation: skeletonShine 1s linear 0s infinite normal forwards;
  border-radius: 5px;
  background-image:
    linear-gradient(
      135deg,
      #f6f7f8 0%,
      #edeef1 20%,
      #f6f7f8 40%,
      #f6f7f8 100%);
  background-repeat: no-repeat;
  background-size: 1000px 100%;
  width: 20%;
  height: 28px;
}
.skeleton-seller .contain-name .product-label:after {
  display: none;
}
.skeleton-seller .saller-contact {
  background: #f6f7f8;
  background-position: -500px 0;
  animation: skeletonShine 1s linear 0s infinite normal forwards;
  border-radius: 5px;
  background-image:
    linear-gradient(
      135deg,
      #f6f7f8 0%,
      #edeef1 20%,
      #f6f7f8 40%,
      #f6f7f8 100%);
  background-repeat: no-repeat;
  background-size: 1000px 100%;
  width: 50% !important;
  height: 28px;
}
.skeleton-seller .saller-contact.mt-2 {
  width: 60% !important;
}
.blog-skeleton .product-box {
  padding: 0;
  background-color: transparent;
}
.blog-skeleton .skeleton__img {
  height: 224px;
}
.list_view .skeleton {
  display: flex;
  align-items: center;
}
.list_view .skeleton__section--card {
  display: flex;
  flex-direction: row;
  margin-bottom: -1px;
  width: 38%;
  transition: all 0.3s ease-in-out;
  height: 300px;
}
.list_view .skeleton__img {
  height: 100%;
}
.list_view .content-div {
  width: 50%;
  margin-left: 30px;
}
body.rtl .list_view .content-div {
  margin-left: unset;
  margin-right: 30px;
}
.skeleton-vertical .offer-image {
  width: 80px;
  height: 80px;
  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: 7px;
}
.skeleton-vertical.offer-product .offer-detail .vertical-price {
  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: 120px;
  height: 21px;
  border-radius: 9px;
}
.skeleton-vertical.offer-product .offer-detail 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: 30px;
  height: 20px;
  border-radius: 9px;
}
.skeleton-vertical.offer-product .offer-detail a .name {
  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: 120px;
  height: 16px;
  border-radius: 9px;
}
.skeleton-offer .coupon-box {
  padding: 40px 27px;
}
.skeleton-offer .coupon-box .coupon-name .card-name h5,
.skeleton-offer .coupon-box .coupon-name .card-name .h5 {
  background: #ffffff;
  background-position: -500px 0;
  animation: skeletonShine 2s linear 0s infinite normal forwards;
  border-radius: 5px;
  background-image:
    linear-gradient(
      135deg,
      #ffffff 0%,
      #e1e1e1 20%,
      #ffffff 40%,
      #ffffff 100%);
  background-repeat: no-repeat;
  background-size: 1000px 100%;
  opacity: 1;
  height: 24px;
  width: 140px;
}
.skeleton-offer .coupon-box .coupon-name .card-name h5::after,
.skeleton-offer .coupon-box .coupon-name .card-name .h5::after {
  display: none;
}
.skeleton-offer .coupon-box .coupon-content p {
  background: #ffffff;
  background-position: -500px 0;
  animation: skeletonShine 2s linear 0s infinite normal forwards;
  border-radius: 5px;
  background-image:
    linear-gradient(
      135deg,
      #ffffff 0%,
      #e1e1e1 20%,
      #ffffff 40%,
      #ffffff 100%);
  background-repeat: no-repeat;
  background-size: 1000px 100%;
  opacity: 1;
  height: 22px;
  margin-bottom: 0;
  width: 70%;
}
.skeleton-offer .coupon-box .coupon-content .long {
  width: 90%;
  margin-top: 10px;
}
.skeleton-offer .coupon-box .coupon-content .long.long-s {
  width: 60%;
}
.common-skeleton ul {
  display: flex;
  flex-direction: column;
  padding: 0 !important;
}
.common-skeleton ul li {
  display: block !important;
}
.common-skeleton ul .placeholder {
  background: #f6f7f8;
  background-position: -500px 0;
  animation: skeletonShine 1s linear 0s infinite normal forwards;
  border-radius: 5px;
  background-image:
    linear-gradient(
      135deg,
      #f6f7f8 0%,
      #edeef1 20%,
      #f6f7f8 40%,
      #f6f7f8 100%);
  background-repeat: no-repeat;
  background-size: 1000px 100%;
  opacity: 1;
  height: 24px;
}
.common-skeleton ul .placeholder + .placeholder {
  margin-top: 14px;
}
.common-skeleton .img-box {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}
.common-skeleton .img-box .img-content {
  width: 80%;
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-left: 40px;
}
body.rtl .common-skeleton .img-box .img-content {
  margin-left: unset;
  margin-right: 40px;
}
.common-skeleton .img-box .img {
  width: 230px;
  height: 230px;
  border-radius: 15px;
  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%;
  opacity: 1;
}
.common-skeleton .img-box .placeholder {
  background: #f6f7f8;
  background-position: -500px 0;
  animation: skeletonShine 1s linear 0s infinite normal forwards;
  border-radius: 5px;
  background-image:
    linear-gradient(
      135deg,
      #f6f7f8 0%,
      #edeef1 20%,
      #f6f7f8 40%,
      #f6f7f8 100%);
  background-repeat: no-repeat;
  background-size: 1000px 100%;
  opacity: 1;
  height: 20px;
}
@keyframes skeleton-loader {
  0% {
    transform: translateZ(0);
    background-position: -468px 0;
  }
  100% {
    transform: translateZ(0);
    background-position: 468px 0;
  }
}
.product-section-box .question-answer.skeleton-qa li h6,
.product-section-box .question-answer.skeleton-qa li .h6 {
  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 infinite linear;
  height: 20px;
  width: 15%;
}
.product-section-box .question-answer.skeleton-qa li .answer-box > div {
  width: 100%;
}
.product-section-box .question-answer.skeleton-qa li .answer-box 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 infinite linear;
  height: 20px;
  width: 40%;
  margin-bottom: 6px;
}
.product-section-box .question-answer.skeleton-qa li .answer-box p:nth-child(2) {
  width: 60%;
}
.product-section-box .question-answer.skeleton-qa li .answer-box p:nth-child(3) {
  width: 50%;
}
.product-section-box .question-answer.skeleton-qa li .answer-box h5,
.product-section-box .question-answer.skeleton-qa li .answer-box .h5,
.product-section-box .question-answer.skeleton-qa li .question-box h5,
.product-section-box .question-answer.skeleton-qa li .question-box .h5 {
  border: none;
  background-color: #f8f8f8;
}
.theme-modal .modal-dialog .modal-content {
  border: none;
  background-color: #ffffff;
}
.theme-modal .modal-dialog .modal-content .modal-header {
  border-bottom: none;
  padding: calc(13px + 3 * (100vw - 320px) / 1600) calc(15px + 2 * (100vw - 320px) / 1600);
}
.theme-modal .modal-dialog .modal-content .modal-header .modal-title {
  font-weight: 600;
  font-size: 20px;
  width: 95%;
  margin-top: -4px;
}
@media (max-width: 575px) {
  .theme-modal .modal-dialog .modal-content .modal-header .modal-title {
    margin-top: 0;
  }
}
.theme-modal .modal-dialog .modal-content .modal-header .btn-close {
  position: absolute;
  top: 10px;
  right: 10px;
  background-color: var(--theme-color);
  opacity: 1;
  background-image: none;
  border-radius: 4px;
  font-size: calc(15px + 2 * (100vw - 320px) / 1600);
  color: #ffffff;
  margin: 0;
  padding: 8px;
  z-index: 1;
}
body.rtl .theme-modal .modal-dialog .modal-content .modal-header .btn-close {
  right: unset;
  left: 10px;
}
.theme-modal .modal-dialog .modal-content .modal-header .btn-close i {
  font-size: calc(19px + 3 * (100vw - 320px) / 1600);
}
.theme-modal .modal-dialog .modal-content .modal-body {
  padding-top: 5px;
}
.theme-modal .modal-dialog .modal-content .policy-body p {
  color: #4a5568;
  line-height: 1.5;
  font-size: 15px;
  margin-bottom: 0;
}
.theme-modal .modal-dialog .modal-content .policy-body p strong {
  font-size: 17px;
  color: #222222;
}
.theme-modal .modal-dialog .modal-content .policy-body p + p {
  margin-top: 12px;
}
.theme-modal .modal-dialog .modal-content .policy-body ul {
  list-style-type: disc;
  padding-left: 19px;
  margin-top: 2px;
  display: grid;
  gap: 3px;
}
body.rtl .theme-modal .modal-dialog .modal-content .policy-body ul {
  padding-left: unset;
  padding-right: 19px;
}
.theme-modal .modal-dialog .modal-content .policy-body ul li {
  display: list-item;
}
.theme-modal .modal-dialog .modal-content .review-form-box .review-box + .review-box {
  margin-top: 20px;
}
.theme-modal .modal-dialog .modal-content .review-form-box .review-box .form-control {
  height: calc(41px + 11 * (100vw - 320px) / 1600);
  border-radius: 5px;
  font-size: 14px;
  padding: calc(8px + 6 * (100vw - 320px) / 1600) calc(12px + 3 * (100vw - 320px) / 1600);
  border: 1px solid #eee;
  background-color: #f8f8f8;
}
.theme-modal .modal-dialog .modal-content .review-form-box .review-box .form-label {
  font-size: 16px;
  color: #4a5568;
}
.theme-modal .modal-dialog .modal-content .modal-footer {
  border: none;
  padding: calc(8px + 8 * (100vw - 320px) / 1600) 0 0;
  gap: 8px;
}
body.rtl .theme-modal .modal-dialog .modal-content .modal-footer {
  justify-content: flex-start;
}
.theme-modal .modal-dialog .modal-content .modal-footer button {
  margin: 0;
}
.modal .modal-body h5,
.modal .modal-body .h5 {
  font-weight: 700;
  font-size: calc(17px + 8 * (100vw - 320px) / 1600);
  margin-bottom: calc(15px + 5 * (100vw - 320px) / 1600);
}
.modal .modal-body p {
  margin-bottom: 20px;
  font-size: 14px;
}
.modal .modal-body .btn {
  transition: none !important;
}
.modal .modal-body .button-box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}
.modal .modal-body .button-box .btn {
  font-size: 16px;
  padding: 11px 50px;
  transition: none !important;
}
.modal .modal-body .custom-select .select2-container .select2-container-dropdown .select2-dropdown {
  box-shadow: none;
}
.modal .modal-body .icon-box {
  width: 70px;
  height: 70px;
  padding: 18px;
  border-radius: 100%;
  background-color: rgba(26, 164, 136, 0.1);
  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 .modal-body .icon-box.wo-bg {
  padding: 0;
  background-color: transparent;
  font-size: 60px;
  width: max-content;
  height: max-content;
  line-height: 1;
}
.modal .modal-body .modal-title {
  font-weight: 700;
  font-size: calc(17px + 8 * (100vw - 320px) / 1600);
  margin-bottom: 7px;
}
.modal .modal-body .btn--no {
  margin-left: auto;
  margin-right: 15px;
  color: #fff !important;
  background-color: #6c757d !important;
}
.modal .btn-close {
  position: absolute;
  right: 15px;
  top: 15px;
}
@media (max-width: 991px) {
  .view-modal .modal-dialog .modal-content .modal-header .btn-close {
    top: 7px;
    right: 7px;
  }
}
.view-modal .modal-dialog .modal-content .view-image-slider {
  background-color: #f8f8f8;
}
.view-modal .modal-dialog .modal-content .view-image-slider .owl-nav [class*=owl-] {
  position: absolute;
  top: 50%;
  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) 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;
}
.view-modal .modal-dialog .modal-content .view-image-slider .owl-nav [class*=owl-]::before {
  font-family: remixicon;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  font-size: 24px;
  color: rgba(34, 34, 34, 0.88);
}
.view-modal .modal-dialog .modal-content .view-image-slider .owl-nav .owl-prev {
  left: -18px;
}
@media (max-width: 991px) {
  .view-modal .modal-dialog .modal-content .view-image-slider .owl-nav .owl-prev {
    left: 0;
  }
}
.view-modal .modal-dialog .modal-content .view-image-slider .owl-nav .owl-prev::before {
  content: "\ea64";
}
.view-modal .modal-dialog .modal-content .view-image-slider .owl-nav .owl-next {
  right: -18px;
}
@media (max-width: 991px) {
  .view-modal .modal-dialog .modal-content .view-image-slider .owl-nav .owl-next {
    right: 0;
  }
}
.view-modal .modal-dialog .modal-content .view-image-slider .owl-nav .owl-next::before {
  content: "\ea6e";
}
.view-modal .modal-dialog .modal-content .modal-body {
  padding: calc(18px + 11 * (100vw - 320px) / 1600);
  border: none;
}
.view-modal .modal-dialog .modal-content .modal-body .slider-image {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  background-color: #f9f9f9;
  cursor: pointer;
}
.view-modal .modal-dialog .modal-content .modal-body .slider-image img {
  width: 100%;
}
.view-modal .modal-dialog .modal-content .modal-body .right-sidebar-modal .selection-section h4,
.view-modal .modal-dialog .modal-content .modal-body .right-sidebar-modal .selection-section .h4 {
  font-size: 16px;
}
.view-modal .modal-dialog .modal-content .modal-body .right-sidebar-modal .title-name {
  font-weight: 600;
  line-height: 1.3;
  text-transform: uppercase;
  margin-bottom: calc(3px + 4 * (100vw - 320px) / 1600);
  font-size: calc(17px + 8 * (100vw - 320px) / 1600);
  width: 96%;
}
.view-modal .modal-dialog .modal-content .modal-body .right-sidebar-modal .price {
  color: var(--theme-color);
  font-weight: 600;
  font-size: calc(19px + 3 * (100vw - 320px) / 1600);
}
.view-modal .modal-dialog .modal-content .modal-body .right-sidebar-modal .price del {
  color: #4a5568;
  font-weight: 400;
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
  margin: 0 calc(0px + 2 * (100vw - 320px) / 1600);
}
.view-modal .modal-dialog .modal-content .modal-body .right-sidebar-modal .price .modal-label {
  font-weight: 500;
  margin-left: 12px;
  padding: 5px calc(14px + 2 * (100vw - 320px) / 1600);
  background-color: rgba(255, 79, 79, 0.1);
  border-radius: 5px;
  color: #ff4f4f;
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
}
body.rtl .view-modal .modal-dialog .modal-content .modal-body .right-sidebar-modal .price .modal-label {
  margin-left: unset;
  margin-right: 12px;
}
.view-modal .modal-dialog .modal-content .modal-body .right-sidebar-modal .brand-list {
  display: flex;
  flex-wrap: wrap;
  gap: calc(9px + 3 * (100vw - 320px) / 1600);
  align-items: center;
  margin-top: calc(13px + 6 * (100vw - 320px) / 1600);
  border-bottom: 1px dashed #ececec;
  padding-bottom: 14px;
}
body.rtl .view-modal .modal-dialog .modal-content .modal-body .right-sidebar-modal .brand-list {
  padding-right: 0;
}
.view-modal .modal-dialog .modal-content .modal-body .right-sidebar-modal .brand-list li {
  width: 100%;
}
.view-modal .modal-dialog .modal-content .modal-body .right-sidebar-modal .brand-list li .brand-box {
  display: flex;
  align-items: center;
}
.view-modal .modal-dialog .modal-content .modal-body .right-sidebar-modal .brand-list li .brand-box h5,
.view-modal .modal-dialog .modal-content .modal-body .right-sidebar-modal .brand-list li .brand-box .h5 {
  width: 110px;
  font-size: 14px;
  color: #4a5568;
}
.view-modal .modal-dialog .modal-content .modal-body .right-sidebar-modal .select-size {
  display: flex;
  flex-wrap: nowrap;
  gap: 15px;
  margin-top: 10px;
  align-items: center;
  margin-top: calc(16px + 5 * (100vw - 320px) / 1600);
}
.view-modal .modal-dialog .modal-content .modal-body .right-sidebar-modal .select-size h4,
.view-modal .modal-dialog .modal-content .modal-body .right-sidebar-modal .select-size .h4 {
  font-size: calc(14px + 1 * (100vw - 320px) / 1600);
  white-space: nowrap;
}
.view-modal .modal-dialog .modal-content .modal-body .right-sidebar-modal .select-size .select-form-size {
  width: auto;
}
.view-modal .modal-dialog .modal-content .modal-body .right-sidebar-modal .product-rating {
  border-bottom: 1px dashed #ececec;
  padding-bottom: 14px;
  margin-top: 14px;
}
.view-modal .modal-dialog .modal-content .modal-body .right-sidebar-modal .product-rating i {
  color: #ffb321;
}
.view-modal .modal-dialog .modal-content .modal-body .right-sidebar-modal .product-detail {
  margin-top: 12px;
}
.view-modal .modal-dialog .modal-content .modal-body .right-sidebar-modal .product-detail h4,
.view-modal .modal-dialog .modal-content .modal-body .right-sidebar-modal .product-detail .h4 {
  font-weight: 600;
  margin-bottom: 7px;
}
.view-modal .modal-dialog .modal-content .modal-body .right-sidebar-modal .product-detail p {
  font-size: calc(14px + 1 * (100vw - 320px) / 1600);
  line-height: 1.4;
  margin: 0;
  color: #4a5568;
  display: -webkit-box;
}
.view-modal .modal-dialog .modal-content .modal-body .right-sidebar-modal .modal-qty {
  width: 150px;
}
.view-modal .modal-dialog .modal-content .modal-body .right-sidebar-modal .modal-qty .input-group {
  background-color: #f8f8f8;
  border-radius: 7px;
  padding: 5px 4px;
  text-align: center;
  z-index: 0;
  border: 1px solid #eee;
}
.view-modal .modal-dialog .modal-content .modal-body .right-sidebar-modal .modal-qty .input-group .form-control {
  height: auto;
  background-color: transparent;
  border: none;
  padding: 0;
  text-align: center;
  font-size: 14px;
  color: #4a5568;
}
.view-modal .modal-dialog .modal-content .modal-body .right-sidebar-modal .modal-qty .input-group button {
  transition: all 0.3s ease-in-out;
  width: calc(26px + 9 * (100vw - 320px) / 1600);
  height: calc(26px + 9 * (100vw - 320px) / 1600);
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  padding: 0 !important;
  background-color: #ffffff;
  z-index: 0;
  border-radius: 4px !important;
}
.view-modal .modal-dialog .modal-content .modal-body .right-sidebar-modal .select-wight {
  display: flex;
  align-items: center;
  margin-top: 17px;
}
.view-modal .modal-dialog .modal-content .modal-body .right-sidebar-modal .select-wight .select-form-wight {
  width: auto;
}
@media (max-width: 480px) {
  .view-modal .modal-dialog .modal-content .modal-body .right-sidebar-modal .select-wight .select-form-wight {
    width: 100%;
  }
}
.view-modal .modal-dialog .modal-content .modal-body .right-sidebar-modal .select-wight .stoke-box {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 100%;
  flex-wrap: wrap;
  gap: 6px;
}
@media (max-width: 575px) {
  .view-modal .modal-dialog .modal-content .modal-body .right-sidebar-modal .select-wight .stoke-box {
    justify-content: flex-start;
  }
}
.view-modal .modal-dialog .modal-content .modal-body .right-sidebar-modal .select-wight .stoke-box .feather,
.view-modal .modal-dialog .modal-content .modal-body .right-sidebar-modal .select-wight .stoke-box i {
  width: 19px;
  height: auto;
  color: #61b33e;
  font-size: 19px;
}
.view-modal .modal-dialog .modal-content .modal-body .right-sidebar-modal .select-wight .stoke-box h6,
.view-modal .modal-dialog .modal-content .modal-body .right-sidebar-modal .select-wight .stoke-box .h6 {
  font-size: 16px;
  letter-spacing: 0.9px;
  color: #4a5568;
}
.view-modal .modal-dialog .modal-content .modal-body .right-sidebar-modal .select-wight .select-form-wight:focus {
  border-color: #ececec;
  box-shadow: none;
}
.view-modal .modal-dialog .modal-content .modal-body .right-sidebar-modal .modal-button {
  display: flex;
  align-items: center;
  margin-top: 20px;
}
.view-modal .modal-dialog .modal-content .modal-body .right-sidebar-modal .modal-button .add-cart-button {
  background-color: #ffffff;
  border: 1px solid var(--theme-color);
  color: var(--theme-color);
  font-weight: 600;
}
.view-modal .modal-dialog .modal-content .modal-body .right-sidebar-modal .modal-button .view-button {
  margin-left: 15px;
}
body.rtl .view-modal .modal-dialog .modal-content .modal-body .right-sidebar-modal .modal-button .view-button {
  margin-left: unset;
  margin-right: 15px;
}
.view-modal .modal-dialog .modal-content .modal-body .right-sidebar-modal .form-check {
  margin: 0;
  padding: 0;
  min-height: auto;
  display: flex;
  align-items: center;
  gap: 8px;
}
.view-modal .modal-dialog .modal-content .modal-body .right-sidebar-modal .form-check:hover .form-check-input {
  border-color: rgba(154, 154, 154, 0.65);
}
.view-modal .modal-dialog .modal-content .modal-body .right-sidebar-modal .form-check:hover .form-check-label {
  color: #222222;
}
.view-modal .modal-dialog .modal-content .modal-body .right-sidebar-modal .form-check + .form-check {
  margin-left: 15px;
}
body.rtl .view-modal .modal-dialog .modal-content .modal-body .right-sidebar-modal .form-check + .form-check {
  margin-left: unset;
  margin-right: 15px;
}
.view-modal .modal-dialog .modal-content .modal-body .right-sidebar-modal .form-check .form-check-input {
  cursor: pointer;
  float: unset;
  margin: 0;
  width: 16px;
  height: 16px;
  background-color: #f8f8f8;
  border: 1px solid rgba(154, 154, 154, 0.4);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.view-modal .modal-dialog .modal-content .modal-body .right-sidebar-modal .form-check .form-check-input::after {
  content: "";
  position: relative;
  width: 12px;
  height: 12px;
  background-color: var(--theme-color);
  border-radius: 100%;
  transition: 0.3s ease-in-out;
  transform: scale(0);
}
.view-modal .modal-dialog .modal-content .modal-body .right-sidebar-modal .form-check .form-check-input:focus {
  box-shadow: unset;
}
.view-modal .modal-dialog .modal-content .modal-body .right-sidebar-modal .form-check .form-check-input:active {
  filter: unset;
}
.view-modal .modal-dialog .modal-content .modal-body .right-sidebar-modal .form-check .form-check-input:checked {
  background-color: #ffffff;
  border-color: var(--theme-color);
}
.view-modal .modal-dialog .modal-content .modal-body .right-sidebar-modal .form-check .form-check-input:checked::after {
  transform: scale(1);
}
.view-modal .modal-dialog .modal-content .modal-body .right-sidebar-modal .form-check .form-check-input:checked ~ .form-check-label {
  color: #222222;
}
.view-modal .modal-dialog .modal-content .modal-body .right-sidebar-modal .form-check .form-check-label {
  line-height: 1;
  font-size: 16px;
  font-weight: 600;
  margin-top: 1px;
  color: #4a5568;
  cursor: pointer;
}
.view-modal .modal-dialog .modal-content .modal-body .right-sidebar-modal .product-info .product-info-list {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  align-items: flex-start;
  text-align: left;
  background-color: #f9f9f9;
  padding: 15px;
  border-radius: 12px;
  width: 80%;
  max-width: 390px;
}
body.rtl .view-modal .modal-dialog .modal-content .modal-body .right-sidebar-modal .product-info .product-info-list {
  text-align: right;
}
@media (max-width: 575px) {
  .view-modal .modal-dialog .modal-content .modal-body .right-sidebar-modal .product-info .product-info-list {
    width: 100%;
    max-width: 100%;
  }
}
.view-modal .modal-dialog .modal-content .modal-body .right-sidebar-modal .product-info .product-info-list li {
  padding-left: 13px;
  width: 100%;
  font-size: calc(14px + 1 * (100vw - 320px) / 1600);
  position: relative;
  color: #777;
}
body.rtl .view-modal .modal-dialog .modal-content .modal-body .right-sidebar-modal .product-info .product-info-list li {
  padding-left: unset;
  padding-right: 13px;
}
.view-modal .modal-dialog .modal-content .modal-body .right-sidebar-modal .product-info .product-info-list li::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 5px;
  height: 5px;
  left: 0;
  background-color: #4a5568;
  border-radius: 100%;
}
body.rtl .view-modal .modal-dialog .modal-content .modal-body .right-sidebar-modal .product-info .product-info-list li::after {
  left: unset;
  right: 0;
}
.location-modal .modal-dialog .modal-content .modal-header {
  display: block;
  padding: calc(13px + 17 * (100vw - 320px) / 1600);
  padding-bottom: 0;
}
.location-modal .modal-dialog .modal-content .modal-header p {
  margin-bottom: 0;
  line-height: 1.6;
}
.location-modal .modal-dialog .modal-content .modal-body {
  padding: calc(13px + 17 * (100vw - 320px) / 1600) calc(13px + 17 * (100vw - 320px) / 1600);
}
.location-modal .modal-dialog .modal-content .modal-body .location-list .search-input {
  position: relative;
}
.location-modal .modal-dialog .modal-content .modal-body .location-list .search-input .form-control {
  padding-left: 45px;
}
body.rtl .location-modal .modal-dialog .modal-content .modal-body .location-list .search-input .form-control {
  padding-left: unset;
  padding-right: 45px;
}
.location-modal .modal-dialog .modal-content .modal-body .location-list .search-input i {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  display: flex;
  align-items: center;
  padding: 0 15px;
  font-size: 17px;
  color: #4a5568;
}
body.rtl .location-modal .modal-dialog .modal-content .modal-body .location-list .search-input i {
  left: unset;
  right: 0;
}
.location-modal .modal-dialog .modal-content .modal-body .location-list .disabled-box {
  display: flex;
  align-items: center;
  padding: calc(10px + 5 * (100vw - 320px) / 1600) calc(7px + 7 * (100vw - 320px) / 1600);
  border-bottom: 1px solid #ececec;
  margin-top: calc(12px + 8 * (100vw - 320px) / 1600);
}
.location-modal .modal-dialog .modal-content .modal-body .location-list .disabled-box h6,
.location-modal .modal-dialog .modal-content .modal-body .location-list .disabled-box .h6 {
  color: #4a5568;
  transition: all 0.3s ease-in-out;
}
.location-modal .modal-dialog .modal-content .modal-body .location-list .disabled-box span {
  margin-left: auto;
  margin-right: 5px;
  transition: all 0.3s ease-in-out;
  font-size: 10px;
  font-weight: 500;
  color: #9b9bb4;
  padding: 3px 10px;
  border-radius: 30px;
}
body.rtl .location-modal .modal-dialog .modal-content .modal-body .location-list .disabled-box span {
  margin-right: auto;
  margin-left: unset;
}
.location-modal .modal-dialog .modal-content .modal-body .location-list .location-select li {
  display: block;
}
.location-modal .modal-dialog .modal-content .modal-body .location-list .location-select li a {
  display: flex;
  align-items: center;
  padding: calc(10px + 0 * (100vw - 320px) / 1600) calc(7px + 7 * (100vw - 320px) / 1600);
  position: relative;
  transition: all 0.3s ease-in-out;
  z-index: 0;
}
.location-modal .modal-dialog .modal-content .modal-body .location-list .location-select li a::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: var(--theme-color);
  opacity: 0;
  transition: all 0.3s ease-in-out;
  z-index: -1;
}
.location-modal .modal-dialog .modal-content .modal-body .location-list .location-select li a:hover::after {
  opacity: 0.2;
}
.location-modal .modal-dialog .modal-content .modal-body .location-list .location-select li a:hover h6,
.location-modal .modal-dialog .modal-content .modal-body .location-list .location-select li a:hover .h6 {
  color: var(--theme-color);
}
.location-modal .modal-dialog .modal-content .modal-body .location-list .location-select li a:hover span {
  border-color: transparent;
  background-color: var(--theme-color);
  color: #ffffff;
}
.location-modal .modal-dialog .modal-content .modal-body .location-list .location-select li a h6,
.location-modal .modal-dialog .modal-content .modal-body .location-list .location-select li a .h6 {
  color: #222222;
  transition: all 0.3s ease-in-out;
}
.location-modal .modal-dialog .modal-content .modal-body .location-list .location-select li a span {
  margin-left: auto;
  transition: all 0.3s ease-in-out;
  font-size: 10px;
  font-weight: 500;
  border: 1px solid #e2e2ec;
  color: #9b9bb4;
  padding: 3px 10px;
  border-radius: 30px;
}
body.rtl .location-modal .modal-dialog .modal-content .modal-body .location-list .location-select li a span {
  margin-right: auto;
  margin-left: unset;
}
.deal-modal .modal-dialog .modal-content .modal-header {
  padding: calc(13px + 17 * (100vw - 320px) / 1600);
  padding-bottom: 0;
}
.deal-modal .modal-dialog .modal-content .modal-header p {
  margin-bottom: 0;
  margin-top: 4px;
  line-height: 1.6;
}
.deal-modal .modal-dialog .modal-content .modal-body {
  padding: calc(13px + 17 * (100vw - 320px) / 1600) calc(13px + 17 * (100vw - 320px) / 1600);
  border: unset;
}
.deal-modal .modal-dialog .modal-content .modal-body .deal-offer-box {
  height: 334px;
  overflow: auto;
}
.deal-modal .modal-dialog .modal-content .modal-body .deal-offer-box::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: rgba(85, 85, 85, 0.14);
}
.deal-modal .modal-dialog .modal-content .modal-body .deal-offer-box::-webkit-scrollbar {
  width: 4px;
  background-color: #f5f5f5;
  border-radius: 50px;
}
.deal-modal .modal-dialog .modal-content .modal-body .deal-offer-box::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: rgba(85, 85, 85, 0.5);
}
@media (max-width: 575px) {
  .deal-modal .modal-dialog .modal-content .modal-body .deal-offer-box {
    height: auto;
  }
}
.deal-modal .modal-dialog .modal-content .modal-body .deal-offer-box .deal-offer-list {
  display: flex;
  flex-wrap: wrap;
  gap: calc(6px + 10 * (100vw - 320px) / 1600);
}
body.rtl .deal-modal .modal-dialog .modal-content .modal-body .deal-offer-box .deal-offer-list {
  padding-right: 0;
}
.deal-modal .modal-dialog .modal-content .modal-body .deal-offer-box .deal-offer-list li {
  width: 100%;
}
.deal-modal .modal-dialog .modal-content .modal-body .deal-offer-box .deal-offer-list li:nth-child(3n+1) .deal-offer-contain::before {
  background-color: var(--theme-color);
}
.deal-modal .modal-dialog .modal-content .modal-body .deal-offer-box .deal-offer-list li:nth-child(3n+2) .deal-offer-contain::before {
  background-color: #ff4f4f;
}
.deal-modal .modal-dialog .modal-content .modal-body .deal-offer-box .deal-offer-list li:nth-child(3n+3) .deal-offer-contain::before {
  background-color: #ffa53b;
}
.deal-modal .modal-dialog .modal-content .modal-body .deal-offer-box .deal-offer-list li .deal-offer-contain {
  display: flex;
  flex-wrap: nowrap;
  gap: 13px;
  position: relative;
  z-index: 0;
  padding: 10px;
  align-items: center;
  border-radius: 12px;
  overflow: hidden;
}
.deal-modal .modal-dialog .modal-content .modal-body .deal-offer-box .deal-offer-list li .deal-offer-contain::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0.15;
}
.deal-modal .modal-dialog .modal-content .modal-body .deal-offer-box .deal-offer-list li .deal-offer-contain .deal-image img {
  width: calc(69px + 11 * (100vw - 320px) / 1600);
  height: calc(69px + 11 * (100vw - 320px) / 1600);
  object-fit: contain;
}
.deal-modal .modal-dialog .modal-content .modal-body .deal-offer-box .deal-offer-list li .deal-offer-contain .deal-contain {
  display: block;
  color: #222222;
}
.deal-modal .modal-dialog .modal-content .modal-body .deal-offer-box .deal-offer-list li .deal-offer-contain .deal-contain a {
  color: #222222;
}
.deal-modal .modal-dialog .modal-content .modal-body .deal-offer-box .deal-offer-list li .deal-offer-contain .deal-contain a:hover {
  color: #222222;
}
.deal-modal .modal-dialog .modal-content .modal-body .deal-offer-box .deal-offer-list li .deal-offer-contain .deal-contain a h5,
.deal-modal .modal-dialog .modal-content .modal-body .deal-offer-box .deal-offer-list li .deal-offer-contain .deal-contain a .h5 {
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  margin-bottom: 5px;
  font-weight: 500;
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
}
.deal-modal .modal-dialog .modal-content .modal-body .deal-offer-box .deal-offer-list li .deal-offer-contain .deal-contain h5,
.deal-modal .modal-dialog .modal-content .modal-body .deal-offer-box .deal-offer-list li .deal-offer-contain .deal-contain .h5 {
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 6px;
}
.deal-modal .modal-dialog .modal-content .modal-body .deal-offer-box .deal-offer-list li .deal-offer-contain .deal-contain h6,
.deal-modal .modal-dialog .modal-content .modal-body .deal-offer-box .deal-offer-list li .deal-offer-contain .deal-contain .h6 {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  align-items: flex-end;
  font-size: 15px;
  font-weight: 400;
  margin-top: 6px;
}
.deal-modal .modal-dialog .modal-content .modal-body .deal-offer-box .deal-offer-list li .deal-offer-contain .deal-contain h6 del,
.deal-modal .modal-dialog .modal-content .modal-body .deal-offer-box .deal-offer-list li .deal-offer-contain .deal-contain .h6 del {
  color: #ff4f4f;
  font-weight: 400;
  font-size: 13px;
}
.deal-modal .modal-dialog .modal-content .modal-body .deal-offer-box .deal-offer-list li .deal-offer-contain .deal-contain h6 span,
.deal-modal .modal-dialog .modal-content .modal-body .deal-offer-box .deal-offer-list li .deal-offer-contain .deal-contain .h6 span {
  color: #4a5568;
  font-size: 13px;
  font-weight: 400;
}
.remove-profile .modal-dialog .modal-content .modal-header {
  justify-content: center;
  padding-bottom: 0;
}
.remove-profile .modal-dialog .modal-content .modal-body .remove-box p {
  text-align: center;
  line-height: 1.6;
  margin: 0;
  color: #4a5568;
}
.pickup-offcanvas {
  border: none;
}
.pickup-offcanvas .offcanvas-header {
  border-bottom: 1px solid #ececec;
  align-items: flex-start;
}
.pickup-offcanvas .offcanvas-header .offcanvas-title {
  font-weight: 600;
}
.pickup-offcanvas .offcanvas-header .offcanvas-title span {
  display: block;
  color: #4a5568;
  font-size: 14px;
  font-weight: 400;
  margin-top: 4px;
}
.pickup-offcanvas .offcanvas-body .check-box {
  margin-top: 10px;
}
.pickup-offcanvas .offcanvas-body .check-box h6,
.pickup-offcanvas .offcanvas-body .check-box .h6 {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  font-size: 15px;
  color: #4a5568;
}
.pickup-offcanvas .offcanvas-body .check-box h6 i,
.pickup-offcanvas .offcanvas-body .check-box .h6 i {
  font-size: 20px;
}
.pickup-offcanvas .offcanvas-body .address-box {
  margin-top: 18px;
}
body.rtl .pickup-offcanvas .offcanvas-body .address-box ul {
  padding-right: 0;
}
.pickup-offcanvas .offcanvas-body .address-box ul li {
  display: block;
  font-size: 13px;
  color: #4a5568;
}
.categories-canvas {
  width: 320px;
}
.categories-canvas .offcanvas-header {
  padding: 20px 24px;
  border-bottom: 1px solid #ececec;
  box-shadow: 0 2px 10px -3px rgba(34, 34, 34, 0.1);
}
.categories-canvas .offcanvas-header .offcanvas-title {
  color: var(--theme-color);
  font-weight: 600;
}
.categories-canvas .offcanvas-header .close-button {
  padding: 0;
  margin: -10px 0;
  font-size: 16px;
  background-image: none;
}
.categories-canvas .offcanvas-body {
  padding: 20px 24px;
  margin-top: 13px;
}
.categories-canvas .offcanvas-body .categories-list ul {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
}
body.rtl .categories-canvas .offcanvas-body .categories-list ul {
  padding-left: unset;
  padding-right: 0;
}
.categories-canvas .offcanvas-body .categories-list ul li {
  display: block;
  width: 100%;
}
.categories-canvas .offcanvas-body .categories-list ul li a {
  display: flex;
  align-items: center;
  color: #4a5568;
}
.categories-canvas .offcanvas-body .categories-list ul li a:hover h6,
.categories-canvas .offcanvas-body .categories-list ul li a:hover .h6 {
  letter-spacing: 0.3px;
}
.categories-canvas .offcanvas-body .categories-list ul li a:hover h6::before,
.categories-canvas .offcanvas-body .categories-list ul li a:hover .h6::before {
  width: 65px;
}
.categories-canvas .offcanvas-body .categories-list ul li a h6,
.categories-canvas .offcanvas-body .categories-list ul li a .h6 {
  font-size: 17px;
  font-weight: 500;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.categories-canvas .offcanvas-body .categories-list ul li a h6:before,
.categories-canvas .offcanvas-body .categories-list ul li a .h6:before {
  content: "";
  position: absolute;
  width: 0;
  height: 3px;
  bottom: 0;
  left: 0;
  background-color: var(--theme-color);
  opacity: 0.5;
  transition: all 0.3s ease-in-out;
}
.categories-canvas .offcanvas-body .categories-list ul li a i {
  margin-left: auto;
}
body.rtl .categories-canvas .offcanvas-body .categories-list ul li a i {
  margin-left: unset;
  margin-right: auto;
}
.phone-field {
  position: relative;
}
.phone-field .form-control {
  padding-left: 134px !important;
}
body.rtl .phone-field .form-control {
  padding-left: unset !important;
  padding-right: 134px !important;
}
.phone-field .custom-select.intl-tel-input .select2-container .select2-selection {
  border-radius: 4px 0 0 4px;
  border-left: none !important;
  background-color: #f8f9fa !important;
}
body.rtl .phone-field .custom-select.intl-tel-input .select2-container .select2-selection {
  border-radius: 0 4px 4px 0;
  border-left: 1px solid #ced4da !important;
  border-right: unset !important;
}
.phone-field .custom-select.intl-tel-input .select2-container .select2-selection .country {
  background-color: #f8f9fa !important;
}
.product-review-form .product-wrapper {
  display: flex;
  align-items: center;
  padding: 17px 23px;
  gap: 14px;
  margin-bottom: 22px;
  border-radius: 8px;
  background-color: #f8f8f8;
}
.product-review-form .product-wrapper .product-image {
  width: 80px;
  border-radius: 5px;
  overflow: hidden;
  background-color: #ffffff;
}
.product-review-form .product-wrapper .product-content .name {
  font-size: calc(15px + 1 * (100vw - 320px) / 1600);
  font-weight: 600;
  margin-bottom: 4px;
}
.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: #4a5568;
  font-weight: 400;
}
.product-review-form .product-wrapper .product-content .product-review-rating .price-number {
  line-height: 1;
  color: rgba(74, 85, 104, 0.6);
  display: flex;
  align-items: center;
  gap: 3px;
  margin: 5px 0 0;
}
.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;
}
.address-form .form-control {
  padding: 10px 10px 11px 10px;
}
.address-form .custom-select.intl-tel-input {
  left: 13px;
  top: 29px;
}
body.rtl .address-form .custom-select.intl-tel-input {
  right: 13px;
  left: unset;
}
.address-form .custom-select .select2-container .select2-selection {
  border-color: #ced4da !important;
  background: transparent !important;
}
.address-form .custom-select .select2-container--default .select2-selection--single {
  width: 100% !important;
}
.address-form .modal-footer > * {
  margin: 0;
}
.newsletter-modal .modal-box,
.exit-modal .modal-box {
  display: flex;
}
@media (max-width: 991px) {
  .newsletter-modal .modal-box,
  .exit-modal .modal-box {
    display: block;
  }
}
.newsletter-modal .modal-box .modal-image,
.exit-modal .modal-box .modal-image {
  height: 100%;
  width: 400px;
}
@media (max-width: 991px) {
  .newsletter-modal .modal-box .modal-image,
  .exit-modal .modal-box .modal-image {
    height: 340px;
    width: 100%;
  }
  .newsletter-modal .modal-box .modal-image img,
  .exit-modal .modal-box .modal-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
.newsletter-modal .modal-box .modal-content,
.exit-modal .modal-box .modal-content {
  border-radius: 0;
  background-color: #f8f8f8;
  width: calc(100% - 400px);
  padding: 30px;
  display: flex;
  flex-direction: unset;
  align-items: center;
}
@media (max-width: 991px) {
  .newsletter-modal .modal-box .modal-content,
  .exit-modal .modal-box .modal-content {
    width: 100%;
  }
}
.newsletter-modal .modal-box .modal-content .modal-logo,
.exit-modal .modal-box .modal-content .modal-logo {
  width: 100px;
  margin-bottom: 23px;
}
.newsletter-modal .modal-box .modal-content h2,
.newsletter-modal .modal-box .modal-content .h2,
.exit-modal .modal-box .modal-content h2,
.exit-modal .modal-box .modal-content .h2 {
  font-size: 38px;
  font-weight: bolder;
  text-transform: uppercase;
  color: var(--theme-color);
  margin-bottom: 21px;
}
.newsletter-modal .modal-box .modal-content h2 span,
.newsletter-modal .modal-box .modal-content .h2 span,
.exit-modal .modal-box .modal-content h2 span,
.exit-modal .modal-box .modal-content .h2 span {
  color: #222222;
}
.newsletter-modal .modal-box .modal-content h5,
.newsletter-modal .modal-box .modal-content .h5,
.exit-modal .modal-box .modal-content h5,
.exit-modal .modal-box .modal-content .h5 {
  color: rgba(34, 34, 34, 0.5);
  margin-bottom: 4px;
}
.newsletter-modal .modal-box .modal-content p,
.exit-modal .modal-box .modal-content p {
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 0;
}
.newsletter-modal .modal-box .modal-content .modal-form-box,
.exit-modal .modal-box .modal-content .modal-form-box {
  margin-top: 36px;
}
.newsletter-modal .modal-box .modal-content .modal-form-box .form-control,
.exit-modal .modal-box .modal-content .modal-form-box .form-control {
  color: #222222;
  font-size: 14px;
  padding: 12px;
  border: unset;
  background-color: #ffffff;
  box-shadow: 0px 0px 12px 0px rgba(34, 34, 34, 0.05);
  border-radius: 0;
}
.newsletter-modal .modal-box .modal-content .modal-form-box .form-control::placeholder,
.exit-modal .modal-box .modal-content .modal-form-box .form-control::placeholder {
  font-size: 14px;
  color: #909090;
}
.newsletter-modal .modal-box .modal-content .modal-form-box .input-group-text,
.exit-modal .modal-box .modal-content .modal-form-box .input-group-text {
  padding: 12px 24px;
  background-color: var(--theme-color);
  color: #fff;
  font-size: 14px;
  border: unset;
  border-radius: 0;
}
.newsletter-modal.show .modal-box .modal-image,
.exit-modal.show .modal-box .modal-image {
  margin-right: 0;
}
.pay-modal .modal-body .payment-option .form-check {
  margin: 0;
  min-height: unset;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 13px 20px;
  border-radius: 8px;
  position: relative;
  background-color: #f9f9f6;
}
.pay-modal .modal-body .payment-option .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;
  position: relative;
  border: unset;
}
.pay-modal .modal-body .payment-option .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 #ececec;
}
.pay-modal .modal-body .payment-option .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%;
}
.pay-modal .modal-body .payment-option .form-check .form-check-input:checked {
  background-color: transparent;
  border-color: transparent;
}
.pay-modal .modal-body .payment-option .form-check .form-check-input:checked::before {
  border-color: var(--theme-color);
}
.pay-modal .modal-body .payment-option .form-check .form-check-input:checked::after {
  transform: translate(-50%, -50%) scale(1);
}
.pay-modal .modal-body .payment-option .form-check .form-check-input:focus {
  box-shadow: unset;
}
.pay-modal .modal-body .payment-option .form-check .form-check-label {
  cursor: pointer;
  font-size: calc(15px + 2 * (100vw - 320px) / 1600);
  font-weight: 500;
  margin-bottom: 0;
  width: calc(100% - (15px + 2 * (100vw - 320px) / 1600) - 12px);
}
.variation-modal .modal-content .modal-header {
  padding: 0 !important;
  border: unset;
  background-color: transparent;
}
.variation-modal .modal-content .modal-body {
  padding-top: 16px !important;
  border: unset !important;
}
@media (max-width: 767px) {
  .variation-modal .modal-content .modal-body .right-box-contain {
    text-align: center;
  }
}
.variation-modal .modal-content .modal-body .right-box-contain .offer-top {
  font-weight: 500;
  padding: 5px calc(12px + 4 * (100vw - 320px) / 1600);
  background-color: rgba(255, 79, 79, 0.1);
  border-radius: 5px;
  color: #ff4f4f;
  display: inline-block;
  margin-bottom: 0;
  margin-left: 12px;
}
body.rtl .variation-modal .modal-content .modal-body .right-box-contain .offer-top {
  margin-left: unset;
  margin-right: 12px;
}
.variation-modal .modal-content .modal-body .right-box-contain .name {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: calc(10px + 5 * (100vw - 320px) / 1600);
}
.variation-modal .modal-content .modal-body .right-box-contain .price-rating {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1460px) {
  .variation-modal .modal-content .modal-body .right-box-contain .price-rating-2 {
    display: block;
  }
}
@media (max-width: 1460px) {
  .variation-modal .modal-content .modal-body .right-box-contain .price-rating-2 .custom-rate {
    margin-top: 5px;
  }
}
@media (max-width: 767px) {
  .variation-modal .modal-content .modal-body .right-box-contain .price-rating {
    display: block;
  }
}
@media (max-width: 1460px) {
  .variation-modal .modal-content .modal-body .right-box-contain .price-rating-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
@media (max-width: 480px) {
  .variation-modal .modal-content .modal-body .right-box-contain .price-rating-box {
    display: block;
  }
}
@media (max-width: 1460px) {
  .variation-modal .modal-content .modal-body .right-box-contain .price-rating-box .custom-rate {
    margin-top: 0 !important;
  }
}
@media (max-width: 480px) {
  .variation-modal .modal-content .modal-body .right-box-contain .price-rating-box .custom-rate {
    margin-top: 10px !important;
  }
}
@media (max-width: 767px) {
  .variation-modal .modal-content .modal-body .right-box-contain .price-rating .custom-rate {
    margin-top: 10px;
    justify-content: center;
  }
}
.variation-modal .modal-content .modal-body .right-box-contain .price-rating .price {
  font-weight: 600;
  font-size: calc(19px + 3 * (100vw - 320px) / 1600);
}
.variation-modal .modal-content .modal-body .right-box-contain .price-rating .price del {
  font-weight: 400;
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
  margin: 0 calc(0px + 2 * (100vw - 320px) / 1600);
}
.variation-modal .modal-content .modal-body .right-box-contain .price-rating .price span {
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
  font-weight: 500;
}
.variation-modal .modal-content .modal-body .right-box-contain .price-rating .custom-rate ul li .feather {
  width: 16px;
  height: 16px;
}
.variation-modal .modal-content .modal-body .right-box-contain .price-rating .custom-rate .review {
  font-size: 13px;
  margin-left: 8px;
  color: #222222;
}
body.rtl .variation-modal .modal-content .modal-body .right-box-contain .price-rating .custom-rate .review {
  margin-left: unset;
  margin-right: 12px;
}
.variation-modal .modal-content .modal-body .right-box-contain .product-contain {
  border-bottom: 1px solid #ececec;
  padding-bottom: 16px;
}
.variation-modal .modal-content .modal-body .right-box-contain .product-contain p {
  color: #4a5568;
  line-height: 1.7;
  margin: calc(14px + 2 * (100vw - 320px) / 1600) 0 0;
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
  width: 100%;
}
@media (max-width: 767px) {
  .variation-modal .modal-content .modal-body .right-box-contain .product-contain p {
    width: 100%;
  }
}
.variation-modal .modal-content .modal-body .right-box-contain .product-package .select-package {
  display: flex;
  flex-wrap: wrap;
  gap: calc(5px + 8 * (100vw - 320px) / 1600);
}
@media (max-width: 767px) {
  .variation-modal .modal-content .modal-body .right-box-contain .product-package .select-package {
    justify-content: center;
  }
}
body.rtl .variation-modal .modal-content .modal-body .right-box-contain .product-package .select-package {
  padding-right: 0;
}
.variation-modal .modal-content .modal-body .right-box-contain .product-package .select-package li {
  border: 1px solid rgba(154, 154, 154, 0.4);
  border-radius: 6px;
  padding: 3px;
  transition: all 0.3s ease-in-out;
}
.variation-modal .modal-content .modal-body .right-box-contain .product-package .select-package li a,
.variation-modal .modal-content .modal-body .right-box-contain .product-package .select-package li button {
  padding: 6px 11px;
  border: 1px solid #ececec;
  border-radius: 4px;
  display: block;
  color: #4a5568;
  font-size: 14px;
  transition: all 0.3s ease-in-out;
  background: transparent;
}
.variation-modal .modal-content .modal-body .right-box-contain .product-package .select-package li:hover {
  border: 1px solid rgba(154, 154, 154, 0.65);
}
.variation-modal .modal-content .modal-body .right-box-contain .product-package .select-package li:hover button,
.variation-modal .modal-content .modal-body .right-box-contain .product-package .select-package li:hover img {
  border-color: rgba(154, 154, 154, 0.65);
}
.variation-modal .modal-content .modal-body .right-box-contain .product-package .select-package li.active {
  border: 1px solid var(--theme-color);
  border-radius: 6px;
  padding: 3px;
}
.variation-modal .modal-content .modal-body .right-box-contain .product-package .select-package li.active button,
.variation-modal .modal-content .modal-body .right-box-contain .product-package .select-package li.active img {
  background: var(--theme-color);
  color: #ffffff;
  font-weight: 600;
}
.variation-modal .modal-content .modal-body .right-box-contain .product-package .select-package li.disabled {
  position: relative;
  -webkit-user-select: none;
  user-select: none;
  cursor: default;
  opacity: 0.6 !important;
  pointer-events: none;
}
.variation-modal .modal-content .modal-body .right-box-contain .product-package .select-package 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;
}
.variation-modal .modal-content .modal-body .right-box-contain .product-package .select-package li.disabled a,
.variation-modal .modal-content .modal-body .right-box-contain .product-package .select-package li.disabled button {
  cursor: default;
}
.variation-modal .modal-content .modal-body .right-box-contain .product-package .color li {
  opacity: 0.7;
}
.variation-modal .modal-content .modal-body .right-box-contain .product-package .color li.active {
  opacity: 1;
  border-color: #222222;
}
.variation-modal .modal-content .modal-body .right-box-contain .product-package .color li button {
  width: 36px !important;
  height: 36px !important;
}
.variation-modal .modal-content .modal-body .right-box-contain .product-package .circle li {
  border: 1px solid rgba(154, 154, 154, 0.4);
  border-radius: 100% !important;
  padding: 3px;
  transition: all 0.3s ease-in-out;
}
.variation-modal .modal-content .modal-body .right-box-contain .product-package .circle li:hover button {
  color: #222;
  background-color: #f1f0f0;
}
.variation-modal .modal-content .modal-body .right-box-contain .product-package .circle li.active button {
  color: #ffffff;
  background-color: var(--theme-color);
}
.variation-modal .modal-content .modal-body .right-box-contain .product-package .circle li button {
  width: 35px;
  height: 35px;
  background-color: #f8f8f8;
  border-radius: 100%;
  color: #4a5568;
  padding: 0;
  border: unset;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
}
.variation-modal .modal-content .modal-body .right-box-contain .product-package .form-check {
  margin: 0;
  padding: 0;
  min-height: auto;
  display: flex;
  align-items: center;
  gap: 8px;
}
.variation-modal .modal-content .modal-body .right-box-contain .product-package .form-check:hover .form-check-input {
  border-color: rgba(154, 154, 154, 0.65);
}
.variation-modal .modal-content .modal-body .right-box-contain .product-package .form-check:hover .form-check-label {
  color: #222222;
}
.variation-modal .modal-content .modal-body .right-box-contain .product-package .form-check + .form-check {
  margin-left: 15px;
}
.variation-modal .modal-content .modal-body .right-box-contain .product-package .form-check .form-check-input {
  cursor: pointer;
  float: unset;
  margin: 0;
  width: 16px;
  height: 16px;
  background-color: #f8f8f8;
  border: 1px solid rgba(154, 154, 154, 0.4);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.variation-modal .modal-content .modal-body .right-box-contain .product-package .form-check .form-check-input::after {
  content: "";
  position: relative;
  width: 12px;
  height: 12px;
  background-color: var(--theme-color);
  border-radius: 100%;
  transition: 0.3s ease-in-out;
  transform: scale(0);
}
.variation-modal .modal-content .modal-body .right-box-contain .product-package .form-check .form-check-input:focus {
  box-shadow: unset;
}
.variation-modal .modal-content .modal-body .right-box-contain .product-package .form-check .form-check-input:active {
  filter: unset;
}
.variation-modal .modal-content .modal-body .right-box-contain .product-package .form-check .form-check-input:checked {
  background-color: #ffffff;
  border-color: var(--theme-color);
}
.variation-modal .modal-content .modal-body .right-box-contain .product-package .form-check .form-check-input:checked::after {
  transform: scale(1);
}
.variation-modal .modal-content .modal-body .right-box-contain .product-package .form-check .form-check-input:checked ~ .form-check-label {
  color: #222222;
}
.variation-modal .modal-content .modal-body .right-box-contain .product-package .form-check .form-check-label {
  line-height: 1;
  font-size: 16px;
  font-weight: 600;
  margin-top: 1px;
  color: #4a5568;
  cursor: pointer;
}
.variation-modal .modal-content .modal-body .right-box-contain .product-package .form-select {
  background:
    linear-gradient(
      187.77deg,
      #fafafa 5.52%,
      #f8f8f8 94%);
  border-radius: 7px;
  border: 1px solid #eee;
  display: inline-block;
}
.variation-modal .modal-content .modal-body .right-box-contain .product-package .image li {
  border: 1px solid rgba(154, 154, 154, 0.4);
  border-radius: 6px;
  padding: 3px;
  width: 65px;
  height: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #eee;
  border-radius: 5px;
  padding: 5px;
}
.variation-modal .modal-content .modal-body .right-box-contain .product-package .image li button,
.variation-modal .modal-content .modal-body .right-box-contain .product-package .image li img {
  width: 65px;
  border-radius: 4px;
  cursor: pointer;
  height: 65px;
  padding: 0;
  overflow: hidden;
}
.variation-modal .modal-content .modal-body .right-box-contain .product-package .rectangle li {
  border: 1px solid rgba(154, 154, 154, 0.4);
  border-radius: 6px;
  padding: 3px;
}
.variation-modal .modal-content .modal-body .right-box-contain .product-package .rectangle li:hover button {
  color: #222;
  background-color: #f1f0f0;
}
.variation-modal .modal-content .modal-body .right-box-contain .product-package .rectangle li.active button {
  color: #ffffff;
  background-color: var(--theme-color);
}
.variation-modal .modal-content .modal-body .right-box-contain .product-package .rectangle li button {
  background-color: #f8f8f8;
  border: unset;
}
.variation-modal .modal-content .modal-body .right-box-contain .note-box {
  display: flex;
  flex-wrap: nowrap;
  gap: calc(7px + 8 * (100vw - 320px) / 1600);
  align-items: center;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .variation-modal .modal-content .modal-body .right-box-contain .note-box {
    justify-content: center;
  }
}
.variation-modal .modal-content .modal-body .right-box-contain .note-box .compare-button {
  background-color: #f8f8f8;
}
.variation-modal .modal-content .modal-body .right-box-contain .note-box .cart-button {
  max-width: 250px;
  width: 250px;
  background-color: rgb(33, 37, 41);
  text-transform: uppercase;
}
.variation-modal .modal-content .modal-body .right-box-contain .note-box .cart-button:hover {
  background-color: rgba(33, 37, 41, 0.8);
}
.variation-modal .modal-content .modal-body .right-box-contain .note-box .cart-button i {
  animation: ring 4s 0.7s ease-in-out infinite;
  line-height: 1;
  margin-top: -3px;
  font-size: 19px;
}
.variation-modal .modal-content .modal-body .right-box-contain .note-box .product-qty {
  width: auto;
  margin-top: 0;
}
@media (max-width: 360px) {
  .variation-modal .modal-content .modal-body .right-box-contain .note-box .product-qty {
    width: 160px;
  }
}
.variation-modal .modal-content .modal-body .right-box-contain .note-box .product-qty .input-group {
  background:
    linear-gradient(
      187.77deg,
      #fafafa 5.52%,
      #f8f8f8 94%);
}
.variation-modal .modal-content .modal-body .right-box-contain .note-box .product-qty button:hover {
  background-color: #ffffff;
}
.variation-modal .modal-content .modal-body .right-box-contain .note-box .product-qty button:hover i {
  color: var(--theme-color);
}
.variation-modal .modal-content .modal-body .right-box-contain .note-box .wishlist-button {
  padding: 0;
  width: 46px;
  height: 46px;
  border: 1px solid #eee;
  border-radius: 100%;
  background-color: #f8f8f8;
}
.variation-modal .modal-content .modal-body .right-box-contain .note-box .wishlist-button i {
  font-size: 20px;
}
.variation-modal .modal-content .modal-body .right-box-contain .buy-now-button {
  margin-top: 20px;
  padding-bottom: 16px;
  border-bottom: 1px solid #ececec;
}
.variation-modal .modal-content .modal-body .right-box-contain .buy-now-button button {
  background-color: #ff7272;
}
.variation-modal .modal-content .modal-body .right-box-contain .buy-box {
  display: flex;
  flex-wrap: wrap;
  gap: 11px;
  align-items: center;
  margin-top: 20px;
}
.variation-modal .modal-content .modal-body .right-box-contain .buy-box .team-box {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
}
.variation-modal .modal-content .modal-body .right-box-contain .buy-box .team-box input {
  margin-top: -7px;
  display: block;
}
.variation-modal .modal-content .modal-body .right-box-contain .buy-box .team-box .form-check-label span {
  display: flex;
  align-items: center;
}
.variation-modal .modal-content .modal-body .right-box-contain .buy-box .team-box .form-check-label span a {
  text-decoration: underline;
  margin-left: 3px;
  color: #222222;
}
@media (max-width: 767px) {
  .variation-modal .modal-content .modal-body .right-box-contain .buy-box {
    justify-content: center;
  }
}
.variation-modal .modal-content .modal-body .right-box-contain .buy-box a {
  display: flex;
  flex-wrap: wrap;
  gap: calc(5px + 3 * (100vw - 320px) / 1600);
  font-size: 16px;
  align-items: center;
  color: #777;
}
.variation-modal .modal-content .modal-body .right-box-contain .buy-box a:hover {
  color: #222;
}
.variation-modal .modal-content .modal-body .right-box-contain .buy-box a i {
  font-size: 17px;
}
.variation-modal .modal-content .modal-body .right-box-contain .pickup-box {
  padding-bottom: 20px;
  border-bottom: 1px solid #ececec;
}
.variation-modal .modal-content .modal-body .right-box-contain .pickup-box .product-info {
  margin-top: 20px;
}
.variation-modal .modal-content .modal-body .right-box-contain .pickup-box .product-info .product-info-list {
  display: flex;
  flex-wrap: wrap;
  gap: calc(8px + 4 * (100vw - 320px) / 1600);
  align-items: flex-start;
  text-align: left;
  display: inline-block;
  column-count: 2;
  background-color: #f9f9f9;
  padding: 15px;
  border-radius: 12px;
  width: 80%;
  max-width: 390px;
}
@media (max-width: 480px) {
  .variation-modal .modal-content .modal-body .right-box-contain .pickup-box .product-info .product-info-list {
    column-count: 1;
    padding: 15px;
  }
}
.variation-modal .modal-content .modal-body .right-box-contain .pickup-box .product-info .product-info-list-2 {
  display: flex;
}
@media (max-width: 1500px) {
  .variation-modal .modal-content .modal-body .right-box-contain .pickup-box .product-info .product-info-list-2 {
    width: 100%;
  }
}
@media (max-width: 1450px) {
  .variation-modal .modal-content .modal-body .right-box-contain .pickup-box .product-info .product-info-list-2 {
    column-count: 1;
    padding: 15px;
  }
}
@media (max-width: 1199px) {
  .variation-modal .modal-content .modal-body .right-box-contain .pickup-box .product-info .product-info-list-2 {
    column-count: 2;
    display: block;
    padding-bottom: 4px;
  }
  .variation-modal .modal-content .modal-body .right-box-contain .pickup-box .product-info .product-info-list-2 li {
    margin-bottom: 8px;
  }
}
@media (max-width: 480px) {
  .variation-modal .modal-content .modal-body .right-box-contain .pickup-box .product-info .product-info-list-2 {
    display: flex;
    padding-bottom: 15px;
  }
  .variation-modal .modal-content .modal-body .right-box-contain .pickup-box .product-info .product-info-list-2 li {
    margin-bottom: 0;
  }
}
.variation-modal .modal-content .modal-body .right-box-contain .pickup-box .product-info .product-info-list-3 {
  width: 50%;
}
.variation-modal .modal-content .modal-body .right-box-contain .pickup-box .product-info .product-info-list-3 li {
  margin-bottom: 7px;
}
@media (max-width: 360px) {
  .variation-modal .modal-content .modal-body .right-box-contain .pickup-box .product-info .product-info-list-3 li {
    margin-bottom: 0;
  }
}
@media (max-width: 1366px) {
  .variation-modal .modal-content .modal-body .right-box-contain .pickup-box .product-info .product-info-list-3 {
    width: 80%;
  }
}
@media (max-width: 767px) {
  .variation-modal .modal-content .modal-body .right-box-contain .pickup-box .product-info .product-info-list-3 {
    width: 100%;
  }
}
@media (max-width: 360px) {
  .variation-modal .modal-content .modal-body .right-box-contain .pickup-box .product-info .product-info-list-3 {
    display: flex;
  }
}
.variation-modal .modal-content .modal-body .right-box-contain .pickup-box .product-info .product-info-list li {
  padding-left: 13px;
  width: 100%;
  font-size: calc(14px + 1 * (100vw - 320px) / 1600);
  position: relative;
  color: #777;
}
@media (max-width: 575px) {
  .variation-modal .modal-content .modal-body .right-box-contain .pickup-box .product-info .product-info-list li {
    width: auto;
    margin-left: 18px;
  }
}
@media (max-width: 480px) {
  .variation-modal .modal-content .modal-body .right-box-contain .pickup-box .product-info .product-info-list li {
    margin-left: unset;
    width: 100%;
    padding-left: unset;
  }
  .variation-modal .modal-content .modal-body .right-box-contain .pickup-box .product-info .product-info-list li::after {
    content: none !important;
  }
}
.variation-modal .modal-content .modal-body .right-box-contain .pickup-box .product-info .product-info-list li::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 5px;
  height: 5px;
  left: 0;
  background-color: #4a5568;
  border-radius: 100%;
}
.variation-modal .modal-content .modal-body .right-box-contain .pickup-box .product-info .product-info-list li a {
  margin-left: 5px;
  color: #222222;
  font-weight: 500;
}
.variation-modal .modal-content .modal-body .right-box-contain .pickup-box .product-info .product-info-list li a + a {
  margin-left: 0;
}
.variation-modal .modal-content .modal-body .right-box-contain .pickup-box .pickup-icon i {
  font-size: 20px;
  color: var(--theme-color);
}
.variation-modal .modal-content .modal-body .right-box-contain .pickup-box .pickup-detail h4,
.variation-modal .modal-content .modal-body .right-box-contain .pickup-box .pickup-detail .h4 {
  width: 90%;
  font-weight: 400;
  margin-bottom: 5px;
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
  line-height: 1.6;
}
@media (max-width: 767px) {
  .variation-modal .modal-content .modal-body .right-box-contain .pickup-box .pickup-detail h4,
  .variation-modal .modal-content .modal-body .right-box-contain .pickup-box .pickup-detail .h4 {
    width: 100%;
  }
}
.variation-modal .modal-content .modal-body .right-box-contain .pickup-box .pickup-detail h6,
.variation-modal .modal-content .modal-body .right-box-contain .pickup-box .pickup-detail .h6 {
  margin-top: 4px;
}
.variation-modal .modal-content .modal-body .right-box-contain .pickup-box .pickup-detail a {
  margin-top: 0;
  color: var(--theme-color);
  display: inline-block;
}
.variation-modal .modal-content .modal-body .right-box-contain .paymnet-option .payment-img {
  width: 52%;
}
.variation-modal .modal-content .modal-body .right-box-contain .paymnet-option ul {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: calc(3px + 5 * (100vw - 320px) / 1600);
}
@media (max-width: 767px) {
  .variation-modal .modal-content .modal-body .right-box-contain .paymnet-option ul {
    justify-content: center;
  }
}
body.rtl .variation-modal .modal-content .modal-body .right-box-contain .paymnet-option ul {
  padding-right: 0;
}
.variation-modal .modal-content .modal-body .right-box-contain .share-option {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #ececec;
}
.variation-modal .modal-content .modal-body .right-box-contain .share-option ul {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.variation-modal .modal-content .modal-body .right-box-contain .share-option ul li {
  display: block;
}
.variation-modal .modal-content .modal-body .right-box-contain .share-option ul li:hover a {
  transform: translateY(-4px);
}
.variation-modal .modal-content .modal-body .right-box-contain .share-option ul li a {
  display: block;
  text-align: center;
  font-size: 18px;
  color: #4a5568;
  transition: all 0.5s ease;
}
.variation-modal .modal-content .modal-body .right-box-contain .share-option ul li a:hover {
  color: var(--theme-color);
  transition: all 0.5s ease;
}
.variation-modal .modal-content .modal-body .right-box-contain .product-package .select-package {
  display: flex;
  flex-wrap: wrap;
  gap: calc(5px + 8 * (100vw - 320px) / 1600);
}
@media (max-width: 767px) {
  .variation-modal .modal-content .modal-body .right-box-contain .product-package .select-package {
    justify-content: center;
  }
}
body.rtl .variation-modal .modal-content .modal-body .right-box-contain .product-package .select-package {
  padding-right: 0;
}
.variation-modal .modal-content .modal-body .right-box-contain .product-package .select-package li {
  border: 1px solid rgba(154, 154, 154, 0.4);
  border-radius: 6px;
  padding: 3px;
  transition: all 0.3s ease-in-out;
}
.variation-modal .modal-content .modal-body .right-box-contain .product-package .select-package li a,
.variation-modal .modal-content .modal-body .right-box-contain .product-package .select-package li button {
  padding: 6px 11px;
  border: 1px solid #ececec;
  border-radius: 4px;
  display: block;
  color: #4a5568;
  font-size: 14px;
  transition: all 0.3s ease-in-out;
  background: transparent;
}
.variation-modal .modal-content .modal-body .right-box-contain .product-package .select-package li:hover {
  border: 1px solid rgba(154, 154, 154, 0.65);
}
.variation-modal .modal-content .modal-body .right-box-contain .product-package .select-package li:hover button,
.variation-modal .modal-content .modal-body .right-box-contain .product-package .select-package li:hover img {
  border-color: rgba(154, 154, 154, 0.65);
}
.variation-modal .modal-content .modal-body .right-box-contain .product-package .select-package li.active {
  border: 1px solid var(--theme-color);
  border-radius: 6px;
  padding: 3px;
}
.variation-modal .modal-content .modal-body .right-box-contain .product-package .select-package li.active button,
.variation-modal .modal-content .modal-body .right-box-contain .product-package .select-package li.active img {
  background: var(--theme-color);
  color: #ffffff;
  font-weight: 600;
}
.variation-modal .modal-content .modal-body .right-box-contain .product-package .select-package li.active img {
  background: #ffffff;
}
.variation-modal .modal-content .modal-body .right-box-contain .product-package .select-package li.disabled {
  position: relative;
  -webkit-user-select: none;
  user-select: none;
  cursor: default;
  opacity: 0.6 !important;
  pointer-events: none;
}
.variation-modal .modal-content .modal-body .right-box-contain .product-package .select-package 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;
}
.variation-modal .modal-content .modal-body .right-box-contain .product-package .select-package li.disabled a,
.variation-modal .modal-content .modal-body .right-box-contain .product-package .select-package li.disabled button {
  cursor: default;
}
.variation-modal .modal-content .modal-body .right-box-contain .product-package .color li {
  opacity: 0.7;
}
.variation-modal .modal-content .modal-body .right-box-contain .product-package .color li.active {
  opacity: 1;
  border-color: #222222;
}
.variation-modal .modal-content .modal-body .right-box-contain .product-package .color li button {
  width: 36px !important;
  height: 36px !important;
}
.variation-modal .modal-content .modal-body .right-box-contain .product-package .circle li {
  border: 1px solid rgba(154, 154, 154, 0.4);
  border-radius: 100% !important;
  padding: 3px;
  transition: all 0.3s ease-in-out;
}
.variation-modal .modal-content .modal-body .right-box-contain .product-package .circle li:hover button {
  color: #222;
  background-color: #f1f0f0;
}
.variation-modal .modal-content .modal-body .right-box-contain .product-package .circle li.active button {
  color: #ffffff;
  background-color: var(--theme-color);
}
.variation-modal .modal-content .modal-body .right-box-contain .product-package .circle li button {
  width: 35px !important;
  height: 35px !important;
  background-color: #f8f8f8;
  border-radius: 100%;
  color: #4a5568;
  padding: 0;
  border: unset;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
}
.variation-modal .modal-content .modal-body .right-box-contain .product-package .form-check {
  margin: 0;
  padding: 0;
  min-height: auto;
  display: flex;
  align-items: center;
  gap: 8px;
}
.variation-modal .modal-content .modal-body .right-box-contain .product-package .form-check:hover .form-check-input {
  border-color: rgba(154, 154, 154, 0.65);
}
.variation-modal .modal-content .modal-body .right-box-contain .product-package .form-check:hover .form-check-label {
  color: #222222;
}
.variation-modal .modal-content .modal-body .right-box-contain .product-package .form-check + .form-check {
  margin-left: 15px;
}
.variation-modal .modal-content .modal-body .right-box-contain .product-package .form-check .form-check-input {
  cursor: pointer;
  float: unset;
  margin: 0;
  width: 16px;
  height: 16px;
  background-color: #f8f8f8;
  border: 1px solid rgba(154, 154, 154, 0.4);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.variation-modal .modal-content .modal-body .right-box-contain .product-package .form-check .form-check-input::after {
  content: "";
  position: relative;
  width: 12px;
  height: 12px;
  background-color: var(--theme-color);
  border-radius: 100%;
  transition: 0.3s ease-in-out;
  transform: scale(0);
}
.variation-modal .modal-content .modal-body .right-box-contain .product-package .form-check .form-check-input:focus {
  box-shadow: unset;
}
.variation-modal .modal-content .modal-body .right-box-contain .product-package .form-check .form-check-input:active {
  filter: unset;
}
.variation-modal .modal-content .modal-body .right-box-contain .product-package .form-check .form-check-input:checked {
  background-color: #ffffff;
  border-color: var(--theme-color);
}
.variation-modal .modal-content .modal-body .right-box-contain .product-package .form-check .form-check-input:checked::after {
  transform: scale(1);
}
.variation-modal .modal-content .modal-body .right-box-contain .product-package .form-check .form-check-input:checked ~ .form-check-label {
  color: #222222;
}
.variation-modal .modal-content .modal-body .right-box-contain .product-package .form-check .form-check-label {
  line-height: 1;
  font-size: 16px;
  font-weight: 600;
  margin-top: 1px;
  color: #4a5568;
  cursor: pointer;
}
.variation-modal .modal-content .modal-body .right-box-contain .product-package .form-select {
  background:
    linear-gradient(
      187.77deg,
      #fafafa 5.52%,
      #f8f8f8 94%);
  border-radius: 7px;
  border: 1px solid #eee;
  display: inline-block;
}
.variation-modal .modal-content .modal-body .right-box-contain .product-package .image li {
  border: 1px solid rgba(154, 154, 154, 0.4);
  border-radius: 6px;
  padding: 3px;
}
.variation-modal .modal-content .modal-body .right-box-contain .product-package .image li button,
.variation-modal .modal-content .modal-body .right-box-contain .product-package .image li img {
  width: 65px;
  border-radius: 4px;
  cursor: pointer;
  height: 65px;
  padding: 0;
  overflow: hidden;
}
.variation-modal .modal-content .modal-body .right-box-contain .product-package .image li img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.variation-modal .modal-content .modal-body .right-box-contain .product-package .rectangle li {
  border: 1px solid rgba(154, 154, 154, 0.4);
  border-radius: 6px;
  padding: 3px;
}
.variation-modal .modal-content .modal-body .right-box-contain .product-package .rectangle li:hover button {
  color: #222;
  background-color: #f1f0f0;
}
.variation-modal .modal-content .modal-body .right-box-contain .product-package .rectangle li.active button {
  color: #ffffff;
  background-color: var(--theme-color);
}
.variation-modal .modal-content .modal-body .right-box-contain .product-package .rectangle li button {
  background-color: #f8f8f8;
  border: unset;
}
.product-review-form .custom-select .select2-container .select2-selection {
  width: 100% !important;
}
.circle li {
  border-radius: 100% !important;
}
.circle li button {
  border-radius: 100% !important;
}
.product-section-box {
  margin-top: calc(12px + 36 * (100vw - 320px) / 1600);
}
.product-section-box .custom-nav {
  flex-wrap: nowrap;
  border: none;
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  margin: 0;
  border-bottom: 1px solid #ececec;
}
.product-section-box .custom-nav .nav-item .nav-link {
  color: #222222;
  padding: 0 calc(17px + 3 * (100vw - 320px) / 1600) calc(12px + 3 * (100vw - 320px) / 1600);
  font-size: calc(16px + 4 * (100vw - 320px) / 1600);
  letter-spacing: 0.6px;
  border: none;
  font-weight: 600;
  position: relative;
}
.product-section-box .custom-nav .nav-item .nav-link::after {
  content: "";
  position: absolute;
  width: 0;
  height: 3px;
  bottom: 0;
  left: 0;
  background-color: transparent;
  transition: all 0.3s ease-in-out;
}
body.rtl .product-section-box .custom-nav .nav-item .nav-link::after {
  left: unset;
  right: 0;
}
.product-section-box .custom-nav .nav-item .nav-link:focus,
.product-section-box .custom-nav .nav-item .nav-link:hover,
.product-section-box .custom-nav .nav-item .nav-link.active {
  background-color: #ffffff;
}
.product-section-box .custom-nav .nav-item .nav-link:focus::after,
.product-section-box .custom-nav .nav-item .nav-link:hover::after,
.product-section-box .custom-nav .nav-item .nav-link.active::after {
  width: 100%;
  background: #276534;
}
.product-section-box .offer-table {
  margin-bottom: 0;
  border: 1px solid #ececec;
  table-layout: fixed;
  display: inherit;
  border-radius: 6px;
}
body.rtl .product-section-box .offer-table {
  right: unset;
  left: 10px;
}
.product-section-box .offer-table tbody tr th,
.product-section-box .offer-table tbody tr td {
  padding: 12px 16px;
}
.product-section-box .offer-table tbody tr th {
  width: 7%;
}
.product-section-box .offer-table tbody tr td {
  vertical-align: middle;
}
.product-section-box .offer-table tbody tr td.offer-name {
  width: 20%;
}
.product-section-box .custom-tab {
  padding-top: calc(20px + 10 * (100vw - 320px) / 1600);
}
.product-section-box .custom-tab .nav-desh {
  margin-bottom: calc(22px + 8 * (100vw - 320px) / 1600);
}
.product-section-box .custom-tab .nav-desh:last-of-type {
  margin-bottom: 0;
}
.product-section-box .custom-tab .nav-desh .desh-title {
  margin-bottom: 8px;
}
.product-section-box .custom-tab .nav-desh .desh-title h5,
.product-section-box .custom-tab .nav-desh .desh-title .h5 {
  font-weight: 700;
}
.product-section-box .custom-tab .product-detail .detail-title h5,
.product-section-box .custom-tab .product-detail .detail-title .h5 {
  font-weight: 600;
  color: #4a5568;
  font-size: 17px;
  margin-bottom: 10px;
}
.product-section-box .custom-tab .product-detail .detail-list {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}
.product-section-box .custom-tab .product-detail .detail-list li {
  display: flex;
  align-items: flex-start;
  color: #4a5568;
  width: 100%;
}
.product-section-box .custom-tab .product-detail .detail-list li i {
  font-size: 6px;
  color: #4a5568;
  margin: 6px 6px 0 0;
}
.product-section-box .custom-tab .tab-pane .product-description p {
  margin-bottom: calc(12px + 8 * (100vw - 320px) / 1600);
  color: #4a5568;
  line-height: 1.7;
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
}
.product-section-box .custom-tab .tab-pane .product-description p:last-child {
  margin-bottom: 0;
}
.product-section-box .custom-tab .information-box ul {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}
.product-section-box .custom-tab .information-box ul li {
  color: #4a5568;
  width: 100%;
  display: list-item;
  list-style-type: circle;
  margin-left: 35px;
  font-size: calc(14px + 1 * (100vw - 320px) / 1600);
}
.product-section-box .custom-tab .review-box .review-title {
  margin-bottom: calc(10px + 8 * (100vw - 320px) / 1600);
}
.product-section-box .custom-tab .review-box .review-people .review-list {
  display: flex;
  flex-wrap: wrap;
  gap: 26px;
}
body.rtl .product-section-box .custom-tab .review-box .review-people .review-list {
  padding-right: 0;
}
.product-section-box .custom-tab .review-box .review-people .review-list li {
  display: block;
  width: 100%;
}
.product-section-box .custom-tab .review-box .review-people .review-list li .people-box {
  display: flex;
  align-items: center;
  width: 100%;
  border-radius: 10px;
  padding: 20px 26px;
  background: #f8f8f8;
}
@media (max-width: 480px) {
  .product-section-box .custom-tab .review-box .review-people .review-list li .people-box {
    display: block;
  }
}
.product-section-box .custom-tab .review-box .review-people .review-list li .people-box:hover .reply a {
  opacity: 1;
}
.product-section-box .custom-tab .review-box .review-people .review-list li .people-box .people-image {
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  border-radius: 5px;
}
.product-section-box .custom-tab .review-box .review-people .review-list li .people-box .people-image h2,
.product-section-box .custom-tab .review-box .review-people .review-list li .people-box .people-image .h2 {
  color: #575757;
  font-size: 40px;
}
@media (max-width: 480px) {
  .product-section-box .custom-tab .review-box .review-people .review-list li .people-box .people-image {
    margin: 0 auto;
  }
}
.product-section-box .custom-tab .review-box .review-people .review-list li .people-box .people-image img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 575px) {
  .product-section-box .custom-tab .review-box .review-people .review-list li .people-box .people-image img {
    border-radius: 8px;
  }
}
.product-section-box .custom-tab .review-box .review-people .review-list li .people-box .people-comment {
  padding-left: 15px;
  width: calc(100% - 70px);
}
.product-section-box .custom-tab .review-box .review-people .review-list li .people-box .people-comment .name {
  display: block;
  font-weight: 600;
  font-size: 15px;
}
.product-section-box .custom-tab .review-box .review-people .review-list li .people-box .people-comment .name:hover {
  color: var(--theme-color);
}
body.rtl .product-section-box .custom-tab .review-box .review-people .review-list li .people-box .people-comment {
  padding-left: unset;
  padding-right: 15px;
}
@media (max-width: 480px) {
  .product-section-box .custom-tab .review-box .review-people .review-list li .people-box .people-comment {
    padding: 0;
    width: 100%;
    margin-top: 16px;
  }
}
.product-section-box .custom-tab .review-box .review-people .review-list li .people-box .people-comment .date-time {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.product-section-box .custom-tab .review-box .review-people .review-list li .people-box .people-comment .date-time h6,
.product-section-box .custom-tab .review-box .review-people .review-list li .people-box .people-comment .date-time .h6 {
  font-size: 13px;
  color: #777;
  margin-top: 1px;
}
@media (max-width: 360px) {
  .product-section-box .custom-tab .review-box .review-people .review-list li .people-box .people-comment .date-time {
    display: block;
  }
  .product-section-box .custom-tab .review-box .review-people .review-list li .people-box .people-comment .date-time .product-rating {
    margin-top: 8px;
  }
}
.product-section-box .custom-tab .review-box .review-people .review-list li .people-box .reply {
  margin-top: 9px;
  line-height: 1.6;
  color: #4a5568;
  position: relative;
}
.product-section-box .custom-tab .review-box .review-people .review-list li .people-box .reply p {
  width: 90%;
  margin: 0;
  line-height: 1.6;
}
@media (max-width: 480px) {
  .product-section-box .custom-tab .review-box .review-people .review-list li .people-box .reply p {
    width: 100%;
  }
}
.product-section-box .custom-tab .review-box .review-people .review-list li .people-box .reply a {
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0;
  font-weight: 600;
  transition: all 0.3s ease-in-out;
}
body.rtl .product-section-box .custom-tab .review-box .review-people .review-list li .people-box .reply a {
  right: unset;
  left: 0;
}
@media (max-width: 575px) {
  .product-section-box .custom-tab .review-box .review-people .review-list li .people-box .reply a {
    opacity: 1;
  }
}
@media (max-width: 480px) {
  .product-section-box .custom-tab .review-box .review-people .review-list li .people-box .reply a {
    position: relative;
    margin-left: 8px;
  }
}
.product-section-box .custom-tab .review-box .rating-box {
  margin-top: 17px;
}
.product-section-box .custom-tab .review-box .rating-box ul {
  display: flex;
  flex-wrap: wrap;
  gap: calc(13px + 7 * (100vw - 320px) / 1600);
  align-items: center;
}
body.rtl .product-section-box .custom-tab .review-box .rating-box ul {
  padding-right: 0;
}
.product-section-box .custom-tab .review-box .rating-box ul li {
  width: 100%;
}
.product-section-box .custom-tab .review-box .rating-box ul li .rating-list {
  display: flex;
  flex-wrap: nowrap;
  gap: 14px;
  align-items: center;
}
.product-section-box .custom-tab .review-box .rating-box ul li .rating-list h5,
.product-section-box .custom-tab .review-box .rating-box ul li .rating-list .h5 {
  white-space: nowrap;
}
.product-section-box .custom-tab .review-box .rating-box ul li .rating-list .progress {
  width: 100%;
  border-radius: 3px;
}
.product-section-box .custom-tab .review-box .rating-box ul li .rating-list .progress .progress-bar {
  background: var(--theme-color);
}
.product-section-box .custom-tab .info-table {
  border: 1px solid #ececec;
  margin-bottom: 0;
}
.product-section-box .custom-tab .info-table.table-striped tbody tr:nth-of-type(odd) td {
  background-color: #f8f8f8;
  color: #222222;
}
.product-section-box .custom-tab .info-table tbody tr th,
.product-section-box .custom-tab .info-table tbody tr td {
  padding: calc(10px + 4 * (100vw - 320px) / 1600) calc(12px + 6 * (100vw - 320px) / 1600);
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
  white-space: nowrap;
}
.product-section-box .custom-tab .info-table tbody tr td {
  border-left: 1px solid #ececec;
}
.product-section-box .question-answer li {
  display: block;
  margin-bottom: 25px;
  padding-bottom: 19px;
  border-bottom: 1px solid #ececec;
}
.product-section-box .question-answer li .question-box {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 15px;
}
.product-section-box .question-answer li .question-box h5,
.product-section-box .question-answer li .question-box .h5 {
  border: 1px solid #eee;
  background-color: #f8f8f8;
  text-transform: uppercase;
  font-size: 16px;
  width: auto;
  height: 30px;
  padding-inline: 7px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
}
.product-section-box .question-answer li .question-box .link-dislike-box {
  display: flex;
  align-items: center;
  gap: 13px;
  margin-left: auto;
}
body.rtl .product-section-box .question-answer li .question-box .link-dislike-box {
  margin-left: unset;
  margin-right: auto;
}
.product-section-box .question-answer li .question-box .link-dislike-box li {
  margin: 0;
  padding: 0;
  border: unset;
}
.product-section-box .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);
}
.product-section-box .question-answer li .question-box .link-dislike-box li a span i {
  font-size: 16px;
}
.product-section-box .question-answer li .answer-box {
  display: flex;
  gap: 15px;
}
.product-section-box .question-answer li .answer-box h5,
.product-section-box .question-answer li .answer-box .h5 {
  border: 1px solid transparent;
  background-color: var(--theme-color);
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  width: auto;
  padding-inline: 7px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
  margin-top: 3px;
}
.product-section-box .question-answer li .answer-box p {
  margin: 0;
  width: calc(100% - 15px - 30px);
  line-height: 1.5;
  color: #4a5568;
  letter-spacing: 0.6px;
}
.product-section-box .question-answer li h6,
.product-section-box .question-answer li .h6 {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.6px;
}
.product-section-box .question-answer li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
.product-section-box .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;
  justify-content: flex-end;
  gap: 4px;
  margin-top: 7px;
}
.product-section-box .question-answer li .report-text i {
  font-size: 15px;
}
.custome-pagination {
  margin-top: calc(22px + 13 * (100vw - 320px) / 1600);
}
.custome-pagination .pagination {
  flex-wrap: wrap;
  gap: calc(6px + 7 * (100vw - 320px) / 1600);
  align-items: center;
}
.custome-pagination .pagination .page-item {
  border-radius: 5px;
  overflow: hidden;
}
.custome-pagination .pagination .page-item:not(:first-child) .page-link {
  margin: 0;
}
.custome-pagination .pagination .page-item.active .page-link {
  background-color: var(--theme-color);
  border-color: var(--theme-color);
  color: #ffffff;
  z-index: unset;
}
.custome-pagination .pagination .page-item.active .page-link:focus {
  background-color: var(--theme-color);
  color: #ffffff;
  border-color: var(--theme-color);
}
.custome-pagination .pagination .page-item:first-child.disabled,
.custome-pagination .pagination .page-item:last-child.disabled {
  opacity: 0.3;
}
.custome-pagination .pagination .page-item.disabled {
  cursor: not-allowed;
}
.custome-pagination .pagination .page-item .page-link {
  color: #4a5568;
  border: 1px solid transparent;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.custome-pagination .pagination .page-item .page-link i {
  font-size: 22px;
}
body.rtl .custome-pagination .pagination .page-item .page-link i {
  transform: rotateY(180deg);
}
.custome-pagination .pagination .page-item .page-link:hover {
  border-radius: 5px;
  border: 1px solid var(--theme-color);
  background-color: unset;
}
.custome-pagination .pagination .page-item .page-link:focus {
  color: var(--theme-color);
  background-color: #ffffff;
  box-shadow: none;
}
.ratio_12 .bg-size:before {
  content: "";
  padding-top: 12%;
  display: block;
}
.ratio_30 .bg-size:before {
  content: "";
  padding-top: 30%;
  display: block;
}
.ratio_35 .bg-size:before {
  content: "";
  padding-top: 35%;
  display: block;
}
.ratio_45 .bg-size:before {
  content: "";
  padding-top: 45.4%;
  display: block;
}
.ratio_50 .bg-size:before {
  content: "";
  padding-top: 50%;
  display: block;
}
.ratio_50_1 .bg-size:before {
  content: "";
  padding-top: 50%;
  display: block;
}
@media (max-width: 1660px) {
  .ratio_50_1 .bg-size:before {
    padding-top: 57%;
  }
}
@media (max-width: 1199px) {
  .ratio_50_1 .bg-size:before {
    padding-top: 80%;
  }
}
@media (max-width: 991px) {
  .ratio_50_1 .bg-size:before {
    padding-top: 59%;
  }
}
@media (max-width: 767px) {
  .ratio_50_1 .bg-size:before {
    padding-top: 68%;
  }
}
@media (max-width: 575px) {
  .ratio_50_1 .bg-size:before {
    padding-top: 77%;
  }
}
@media (max-width: 480px) {
  .ratio_50_1 .bg-size:before {
    padding-top: 84%;
  }
}
.ratio_58 .bg-size:before {
  content: "";
  padding-top: 58%;
  display: block;
}
.ratio_60 .bg-size:before {
  content: "";
  padding-top: 60%;
  display: block;
}
.ratio_65 .bg-size:before {
  content: "";
  padding-top: 65%;
  display: block;
}
.ratio_87 .bg-size:before {
  content: "";
  padding-top: 87%;
  display: block;
}
.ratio_square .bg-size:before {
  padding-top: 100%;
  content: "";
  display: block;
}
.ratio_110 .bg-size:before {
  padding-top: 110%;
  content: "";
  display: block;
}
.ratio_125 .bg-size::before {
  content: "";
  padding-top: 125%;
  display: block;
}
.ratio_148 .bg-size::before {
  content: "";
  padding-top: 148%;
  display: block;
}
.ratio_156 .bg-size:before {
  content: "";
  padding-top: 156%;
  display: block;
}
.ratio_medium .bg-size:before {
  content: "";
  padding-top: 134%;
  display: block;
}
.ratio_180 .bg-size:before {
  content: "";
  padding-top: 180%;
  display: block;
}
.ratio_209 .bg-size:before {
  content: "";
  padding-top: 209%;
  display: block;
}
.ratio_148_1 .bg-size {
  content: "";
  padding-top: 148%;
  display: block;
}
@media (max-width: 1199px) {
  .ratio_148_1 .bg-size {
    padding-top: 88%;
  }
}
.b-bottom {
  background-position: bottom !important;
}
.b-top {
  background-position: top !important;
}
.b-left {
  background-position: left !important;
}
.b-right {
  background-position: right !important;
}
.b-cl {
  background-position: center left !important;
}
.b-c {
  background-position: center !important;
}
.slider-dots .owl-theme .owl-dots .owl-dot.active span {
  width: calc(30px + 10 * (100vw - 320px) / 1600);
  background-color: var(--theme-color);
  transition: all 0.5s ease;
}
.slider-dots .owl-theme .owl-dots .owl-dot:hover span {
  background: rgba(35, 35, 35, 0.2);
}
.slider-dots .owl-theme .owl-dots .owl-dot span {
  margin: 0 5px;
  width: calc(6px + 2 * (100vw - 320px) / 1600);
  height: calc(6px + 2 * (100vw - 320px) / 1600);
  background: rgba(35, 35, 35, 0.2);
  transition: all 0.5s ease;
  border-radius: 100px;
}
.product-wrapper .timer {
  position: absolute;
  top: 15px;
  left: 0;
  right: 0;
  text-align: center;
}
.arrow-slider .owl-prev,
.arrow-slider .owl-next {
  width: calc(30px + 10 * (100vw - 320px) / 1600);
  height: calc(30px + 10 * (100vw - 320px) / 1600);
  background-color: #ffffff;
  box-shadow: 0px 1px 4px rgba(34, 34, 34, 0.14);
  position: absolute;
  top: calc(-28px + -15 * (100vw - 320px) / 1600);
  border-radius: 5px;
  transition: all 0.3s ease-in-out;
}
.arrow-slider .owl-prev::before,
.arrow-slider .owl-next::before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: var(--theme-color);
  font-size: calc(17px + 3 * (100vw - 320px) / 1600);
}
.arrow-slider .owl-prev:hover,
.arrow-slider .owl-next:hover {
  background-color: var(--theme-color);
}
.arrow-slider .owl-prev:hover::before,
.arrow-slider .owl-next:hover::before {
  color: #ffffff;
}
.arrow-slider .owl-prev {
  left: unset;
  right: 60px;
}
body.rtl .arrow-slider .owl-prev {
  right: unset;
  left: 0;
}
.arrow-slider .owl-prev::before {
  content: "\f104";
}
@media (max-width: 575px) {
  .arrow-slider .owl-prev {
    right: 45px;
  }
}
.arrow-slider .owl-next {
  right: 5px;
}
body.rtl .arrow-slider .owl-next {
  right: unset;
  left: 50px;
}
.arrow-slider .owl-next::before {
  content: "\f105";
}
@media (max-width: 575px) {
  body.rtl .arrow-slider .owl-next {
    left: 40px;
  }
}
.arrow-slider-2 .owl-prev,
.arrow-slider-2 .owl-next {
  top: -42px;
}
@media (max-width: 1460px) {
  .arrow-slider-2 .owl-prev,
  .arrow-slider-2 .owl-next {
    top: -38px;
  }
}
@media (max-width: 1199px) {
  .arrow-slider-2 .owl-prev,
  .arrow-slider-2 .owl-next {
    top: -37px;
  }
}
@media (max-width: 767px) {
  .arrow-slider-2 .owl-prev,
  .arrow-slider-2 .owl-next {
    top: -33px;
  }
}
@media (max-width: 480px) {
  .arrow-slider-2 .owl-prev,
  .arrow-slider-2 .owl-next {
    top: -31px;
  }
}
@media (max-width: 360px) {
  .arrow-slider-2 .owl-prev,
  .arrow-slider-2 .owl-next {
    top: -29px;
  }
}
.arrow-slider-2 .owl-prev {
  left: unset;
  right: 50px;
}
body.rtl .arrow-slider-2 .owl-prev {
  right: unset;
  left: 0;
}
.arrow-slider-2 .owl-prev::before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f053";
  color: #222222;
  transition: all 0.3s ease-in-out;
}
.arrow-slider-2 .owl-prev:hover::before {
  color: var(--theme-color);
}
.arrow-slider-2 .owl-next {
  right: 5px;
}
body.rtl .arrow-slider-2 .owl-next {
  right: unset;
  left: 30px;
}
.arrow-slider-2 .owl-next::before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f054";
  color: #222222;
}
.arrow-slider-2 .owl-next:hover::before {
  color: var(--theme-color);
}
.img-slider img {
  display: initial;
}
.product-arrow .owl-theme .owl-nav .owl-prev,
.product-arrow .owl-theme .owl-nav .owl-next {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(28px + 12 * (100vw - 320px) / 1600) !important;
  height: calc(28px + 12 * (100vw - 320px) / 1600) !important;
  background-color: #ececec;
  border-radius: 5px;
  z-index: 1;
  transition: all 0.3s ease;
  position: absolute;
  display: flex !important;
  align-items: center;
  justify-content: center;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  top: 50%;
  transform: translate(0, -50%);
  font-size: 0;
}
.product-arrow .owl-theme .owl-nav .owl-prev::before,
.product-arrow .owl-theme .owl-nav .owl-next::before {
  font-family: remixicon;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  font-size: 22px;
}
.product-arrow .owl-theme .owl-nav .owl-prev {
  left: 0;
}
.product-arrow .owl-theme .owl-nav .owl-prev::before {
  color: #000000;
  content: "\ea64";
}
.product-arrow .owl-theme .owl-nav .owl-prev:hover,
.product-arrow .owl-theme .owl-nav .owl-prev:focus {
  background-color: var(--theme-color);
}
.product-arrow .owl-theme .owl-nav .owl-prev:hover::before,
.product-arrow .owl-theme .owl-nav .owl-prev:focus::before {
  color: #ffffff;
}
.product-arrow .owl-theme .owl-nav .owl-next {
  right: 0;
}
body.rtl .product-arrow .owl-theme .owl-nav .owl-next {
  right: unset;
  left: 91%;
}
.product-arrow .owl-theme .owl-nav .owl-next:before {
  color: #000000;
  content: "\ea6e";
}
.product-arrow .owl-theme .owl-nav .owl-next:hover,
.product-arrow .owl-theme .owl-nav .owl-next:focus {
  background-color: var(--theme-color);
}
.product-arrow .owl-theme .owl-nav .owl-next:hover::before,
.product-arrow .owl-theme .owl-nav .owl-next:focus::before {
  color: #ffffff;
}
.product-box-arrow .owl-prev,
.product-box-arrow .owl-next {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(28px + 12 * (100vw - 320px) / 1600);
  height: calc(28px + 12 * (100vw - 320px) / 1600);
  border-radius: 50%;
  z-index: 1;
  transition: all 0.3s ease;
  background-color: #ffffff;
  box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.14);
  color: #4a5568;
}
.product-box-arrow .owl-prev::before,
.product-box-arrow .owl-next::before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: #000000;
  font-size: calc(15px + 3 * (100vw - 320px) / 1600);
}
.product-box-arrow .owl-prev:hover,
.product-box-arrow .owl-prev:focus,
.product-box-arrow .owl-next:hover,
.product-box-arrow .owl-next:focus {
  background-color: var(--theme-color);
}
.product-box-arrow .owl-prev:hover::before,
.product-box-arrow .owl-prev:focus::before,
.product-box-arrow .owl-next:hover::before,
.product-box-arrow .owl-next:focus::before {
  color: #ffffff;
}
.product-box-arrow .owl-prev {
  left: -28px;
}
@media (max-width: 575px) {
  .product-box-arrow .owl-prev {
    left: -8px;
  }
}
.product-box-arrow .owl-prev::before {
  content: "\f104";
}
.product-box-arrow .owl-next {
  right: -28px;
}
@media (max-width: 575px) {
  .product-box-arrow .owl-next {
    right: -8px;
  }
}
.product-box-arrow .owl-next:before {
  content: "\f105";
}
.vertical-tabs .nav-pills {
  border: none;
  position: sticky;
  top: 100px;
}
@media (max-width: 991px) {
  .vertical-tabs .nav-pills {
    display: flex;
    flex-wrap: unset;
    position: relative;
    top: 0;
    flex-direction: unset !important;
    gap: 15px;
    margin-bottom: 20px;
    overflow: auto;
  }
}
.vertical-tabs .nav-pills .nav-item {
  display: block;
  width: 100%;
  margin: 0;
  position: relative;
  background-color: #f8f8f8;
  margin-bottom: 6px;
  border-radius: 6px;
}
@media (max-width: 991px) {
  .vertical-tabs .nav-pills .nav-item {
    margin-bottom: 0;
    display: inline-block;
    width: max-content;
    margin: 0;
  }
}
.vertical-tabs .nav-pills .nav-item.is-invalid {
  border-color: transparent;
  border: none !important;
  padding-right: 0 !important;
  background-image: unset;
}
.vertical-tabs .nav-pills .nav-item.is-invalid .nav-link:before {
  content: "";
  position: absolute;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='15' height='15' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-position: right 0.75rem center, center right 2.25rem !important;
  background-size: 18px !important;
  background-repeat: no-repeat;
  border-color: rgba(220, 53, 69, 0) !important;
  z-index: 1;
  width: 30px;
  height: 30px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.vertical-tabs .nav-pills .nav-item.is-invalid .nav-link.active:before {
  filter: invert(1) brightness(100);
}
.vertical-tabs .nav-pills .nav-item .nav-link {
  width: 100%;
  text-align: left;
  border-radius: 0;
  padding: 12px 25px;
  display: flex;
  align-items: center;
  gap: 13px;
  color: #212529;
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
  font-weight: 500;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .vertical-tabs .nav-pills .nav-item .nav-link {
    padding: calc(8px + 2 * (100vw - 320px) / 1600) calc(12px + 2 * (100vw - 320px) / 1600);
    gap: 8px;
    white-space: nowrap;
  }
}
.vertical-tabs .nav-pills .nav-item .nav-link.active {
  background:
    linear-gradient(
      -45deg,
      var(--theme-color),
      #009289);
  border-radius: 6px;
  font-weight: 500;
  color: #ffffff;
}
.vertical-tabs .nav-pills .nav-item + .nav-item {
  margin-top: 8px;
}
@media (max-width: 991px) {
  .vertical-tabs .nav-pills .nav-item + .nav-item {
    margin-top: 0;
  }
}
.vertical-tabs .tab-content {
  border-left: 1px dashed #ddd;
  padding-left: 24px;
  height: 100%;
}
body.rtl .vertical-tabs .tab-content {
  padding-left: 0;
  padding-right: 24px;
  border-left: none;
  border-right: 1px dashed #ddd;
}
@media (max-width: 991px) {
  body.rtl .vertical-tabs .tab-content {
    border-right: none;
    padding-right: 0;
  }
}
@media (max-width: 991px) {
  .vertical-tabs .tab-content {
    border-top: 1px dashed #ddd;
    padding-top: 20px;
    border-left: none;
    padding-left: 0;
  }
}
.variant-row .row .col-sm-2,
.variant-row .row .col-sm-10 {
  width: 100% !important;
}
.delete-variant {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 576px) {
  .delete-variant .invalid-feedback {
    margin-top: 0;
    margin-bottom: 20px;
  }
}
.variant-box.border-top {
  padding-top: 20px;
  border-top: 1px solid #eee;
}
@media (max-width: 991px) {
  .inside-horizontal-tabs {
    margin-top: -32px;
    background-color: #ffffff;
  }
}
.inside-horizontal-tabs .nav-tabs {
  display: flex;
  align-items: center;
  flex-wrap: unset;
  border-bottom: 1px solid #efefef;
  overflow-x: auto;
  overflow-y: hidden;
}
.inside-horizontal-tabs .nav-tabs * {
  scrollbar-width: auto;
  scrollbar-color: #ffffff #ffffff;
}
.inside-horizontal-tabs .nav-tabs::-webkit-scrollbar {
  width: 0;
  height: 0;
}
.inside-horizontal-tabs .nav-tabs::-webkit-scrollbar-track {
  background: #ffffff;
}
.inside-horizontal-tabs .nav-tabs::-webkit-scrollbar-thumb {
  background-color: #ffffff;
  border-radius: 10px;
  border: 3px solid #ffffff;
}
.inside-horizontal-tabs .nav-tabs .nav-item {
  display: inline-block;
  width: auto;
  border-radius: 6px;
  background-color: transparent;
  margin-bottom: 0;
}
.inside-horizontal-tabs .nav-tabs .nav-item .nav-link {
  background-color: transparent;
  border-radius: 0;
  padding: 12px 20px;
  color: #212529;
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
  border: none;
  text-transform: uppercase;
  display: flex;
  gap: 10px;
  white-space: nowrap;
}
.inside-horizontal-tabs .nav-tabs .nav-item .nav-link.active {
  background: transparent;
  color: var(--theme-color);
  border-radius: 0;
  font-weight: 600;
  border: none;
  border-bottom: 2px solid var(--theme-color);
}
.inside-horizontal-tabs .nav-tabs .nav-item + .nav-item {
  margin-top: 0;
}
.inside-horizontal-tabs .tab-content {
  padding-left: 0;
  border-left: none;
  padding-top: 10px;
}
body.rtl .inside-horizontal-tabs .tab-content {
  border-right: none;
}
@media (max-width: 991px) {
  .inside-horizontal-tabs .tab-content {
    border-top: none;
    padding-top: 0;
  }
}
.tab-style-color {
  display: flex;
  flex-wrap: nowrap;
  gap: calc(8px + 12 * (100vw - 320px) / 1600);
  border: none;
  overflow-x: auto;
  overflow-y: hidden;
}
@media (max-width: 1265px) {
  .tab-style-color {
    margin-top: 13px;
  }
}
@media (max-width: 1265px) {
  .tab-style-color-2 {
    margin-top: 0;
  }
}
@media (max-width: 850px) {
  .tab-style-color-2 {
    margin-top: 13px;
    padding-bottom: 11px;
  }
}
.tab-style-color .nav-item .nav-link {
  border: none;
  color: #222222;
  font-weight: 500;
  transition: all 0.3s ease-in-out;
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
  white-space: nowrap;
  background-color: #ffffff;
  line-height: 1;
  border: 1px solid var(--theme-color);
  padding: calc(9px + 5 * (100vw - 320px) / 1600) calc(14px + 16 * (100vw - 320px) / 1600);
  margin: 0;
}
.tab-style-color .nav-item .nav-link.active,
.tab-style-color .nav-item .nav-link:hover {
  background-color: var(--theme-color);
  color: #ffffff;
}
.tab-style-color .nav-item .nav-link img {
  margin-right: 5px;
}
body.rtl .tab-style-color .nav-item .nav-link img {
  margin-right: unset;
  margin-left: 5px;
}
.theme-option {
  position: fixed;
  bottom: calc(10px + 15 * (100vw - 320px) / 1600);
  right: calc(10px + 15 * (100vw - 320px) / 1600);
  z-index: 0;
  transition: all 0.3s ease-in-out;
}
body.rtl .theme-option {
  right: unset;
  left: calc(10px + 15 * (100vw - 320px) / 1600);
}
@media (max-width: 767px) {
  .theme-option {
    bottom: calc(75px + 5 * (100vw - 320px) / 1600);
  }
}
.theme-option .back-to-top {
  cursor: pointer;
  background-color: var(--theme-color);
  padding: 0;
  border-radius: 5px;
  z-index: 1;
  margin-top: 12px;
  position: relative;
  transform: translateX(70px);
  opacity: 0;
  visibility: hidden;
  display: none;
}
.theme-option .back-to-top.show {
  display: block;
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}
.theme-option .back-to-top a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(30px + 10 * (100vw - 320px) / 1600);
  height: calc(30px + 10 * (100vw - 320px) / 1600);
  line-height: 1;
}
.theme-option .back-to-top a i {
  font-size: 23px;
  line-height: 1;
  color: #ffffff;
}
.stickyCart .theme-option {
  bottom: 107px;
}
@media (max-width: 767px) {
  .stickyCart .theme-option {
    bottom: 174px;
  }
}
.stickyCart .compare-fix a {
  bottom: 107px;
}
@media (max-width: 767px) {
  .stickyCart .compare-fix a {
    bottom: 142px;
  }
}
.stickyCart footer {
  margin-bottom: 98px;
}
@media (max-width: 767px) {
  .stickyCart footer {
    margin-bottom: 168px;
  }
}
.setting-box {
  background-color: var(--theme-color);
  padding: 0;
  border-radius: 5px;
  z-index: 1;
  position: relative;
  transition: all 0.3s ease-in-out;
  width: max-content;
}
.setting-box .setting-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(30px + 10 * (100vw - 320px) / 1600);
  height: calc(30px + 10 * (100vw - 320px) / 1600);
  padding: 0;
  color: #ffffff;
  line-height: 1;
}
.setting-box .setting-button i {
  font-size: 22px;
  line-height: 1;
}
.setting-box .theme-setting-2 {
  position: absolute;
  bottom: calc(40px + 6 * (100vw - 320px) / 1600);
  right: 12px;
  width: 350px;
  background-color: #ffffff;
  padding: 12px;
  border-radius: 8px 8px 0 8px;
  box-shadow: 0 4px 8px rgba(34, 34, 34, 0.12);
  transform: scale(0);
  transform-origin: bottom right;
  transition: all 0.3s ease-in-out;
}
body.rtl .setting-box .theme-setting-2 {
  transform-origin: bottom left;
}
body.rtl .setting-box .theme-setting-2 {
  right: unset;
  left: 12px;
  border-radius: 8px 8px 8px 0;
}
@media (max-width: 360px) {
  .setting-box .theme-setting-2 {
    width: 275px;
  }
}
.setting-box .theme-setting-2.active {
  transform: scale(1);
  transform-origin: bottom right;
}
body.rtl .setting-box .theme-setting-2.active {
  transform-origin: bottom left;
}
.setting-box .theme-setting-2 .theme-box ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 22px;
  gap: calc(7px + 8 * (100vw - 320px) / 1600);
}
body.rtl .setting-box .theme-setting-2 .theme-box ul {
  padding-right: 0;
}
.setting-box .theme-setting-2 .theme-box ul li {
  display: flex;
  align-items: center;
  width: 100%;
  padding-bottom: 14px;
  gap: 20px;
  border-bottom: 1px dashed #ececec;
}
.setting-box .theme-setting-2 .theme-box ul li:last-child {
  padding-bottom: 0;
  border: none;
}
.setting-box .theme-setting-2 .theme-box ul li.color-box {
  display: block;
  gap: 19px;
}
.setting-box .theme-setting-2 .theme-box ul li .setting-name {
  margin-bottom: 0;
  width: 15%;
}
.setting-box .theme-setting-2 .theme-box ul li .theme-setting-button {
  display: grid;
  gap: 10px;
  align-items: center;
  padding-top: 0;
  width: 100%;
  grid-template-columns: 1fr 1fr;
}
.setting-box .theme-setting-2 .theme-box ul li .theme-setting-button button {
  width: 100%;
  background-color: var(--theme-color);
  color: #ffffff;
  font-size: calc(14px + 1 * (100vw - 320px) / 1600);
}
.setting-box .theme-setting-2 .theme-box ul li .theme-setting-button button.outline {
  color: var(--theme-color);
  border: 1px solid var(--theme-color);
  background-color: #ffffff;
}
.setting-box .theme-setting-2 .theme-box ul li .theme-setting-button button.rtl-outline {
  color: var(--theme-color);
  border: 1px solid var(--theme-color);
  background-color: #ffffff;
}
body.rtl .setting-box .theme-setting-2 .theme-box ul li .theme-setting-button button.rtl-outline {
  color: #ffffff;
  border: 1px solid transparent;
  background-color: var(--theme-color);
}
.setting-box .theme-setting-2 .theme-box ul li .theme-setting-button button.rtl-unline {
  color: #ffffff;
  border: 1px solid transparent;
  background-color: var(--theme-color);
}
body.rtl .setting-box .theme-setting-2 .theme-box ul li .theme-setting-button button.rtl-unline {
  color: var(--theme-color);
  border: 1px solid var(--theme-color);
  background-color: #ffffff;
}
.setting-box .theme-setting-2 .theme-box ul li .theme-setting-button.color-picker {
  padding: 0;
  border: none;
  background-color: transparent;
  box-shadow: none;
}
.setting-box .theme-setting-2 .theme-box ul li .theme-setting-button.color-picker .form-control {
  background-color: transparent;
  display: flex;
  flex-wrap: nowrap;
  gap: 15px;
  padding: 0;
  border: none;
  align-items: center;
}
.setting-box .theme-setting-2 .theme-box ul li .theme-setting-button.color-picker .form-control .form-control-color {
  width: 38px;
  height: 35px;
  padding: 0;
  font-size: 13px;
  border: none;
}
body.rtl .setting-box .theme-setting-2 .theme-box ul li .theme-setting-button.color-picker .form-control .form-control-color {
  max-width: 100%;
}
.setting-box .theme-setting-2 .theme-box ul li .theme-setting-button.color-picker .form-control .form-label {
  white-space: nowrap;
  width: auto;
  font-size: 16px;
  color: #4a5568;
}
.timer ul {
  display: flex;
  align-items: center;
}
body.rtl .timer ul {
  padding-left: unset;
  padding-right: 0;
}
@media (max-width: 360px) {
  .timer ul {
    justify-content: space-between;
  }
}
@media (max-width: 575px) {
  .timer ul {
    margin-top: 12px;
    justify-content: center;
  }
}
.timer ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  position: relative;
  background-color: #ececec;
  padding: 8px;
  border-radius: 5px;
}
@media (max-width: 575px) {
  .timer ul li {
    width: 40px;
    height: 40px;
  }
}
.timer ul li + li {
  margin-left: 15px;
}
body.rtl .timer ul li + li {
  margin-left: unset;
  margin-right: 15px;
}
.timer ul li + li::after {
  content: ":";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-weight: bolder;
  left: -10px;
}
body.rtl .timer ul li + li::after {
  left: unset;
  right: -10px;
}
.timer ul li .counter h4,
.timer ul li .counter .h4 {
  font-weight: 500;
}
@media (max-width: 575px) {
  .timer ul li .counter h4,
  .timer ul li .counter .h4 {
    font-size: 15px;
  }
}
.timer-2 {
  margin-left: 40px;
}
@media (max-width: 575px) {
  .timer-2 {
    margin-left: 0;
  }
}
.timer-2 ul li {
  width: 60px;
  height: 60px;
  color: #000000;
  border: 1px solid #dddddd;
  background-color: white;
}
.timer-2 ul li.bg-color {
  background-color: var(--theme-color);
  color: #ffffff;
}
.timer-2 ul li .counter {
  font-size: 20px;
  font-weight: 500;
}
.timer-2 ul li .counter h6,
.timer-2 ul li .counter .h6 {
  font-size: 20px;
  font-weight: 500;
}
.timer-2 ul li + li::after {
  color: #4a5568;
}
.timer-box ul {
  display: flex;
  align-items: center;
}
@media (max-width: 360px) {
  .timer-box ul {
    justify-content: space-between;
  }
}
@media (max-width: 575px) {
  .timer-box ul {
    margin-top: 12px;
    justify-content: center;
  }
}
.timer-box ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  position: relative;
  background-color: #ececec;
  padding: 8px;
  border-radius: 5px;
}
@media (max-width: 575px) {
  .timer-box ul li {
    width: 40px;
    height: 40px;
  }
}
.timer-box ul li + li {
  margin-left: 15px;
}
.timer-box ul li + li::after {
  content: ":";
  position: absolute;
  font-weight: bolder;
  top: 50%;
  transform: translateY(-50%);
  left: -10px;
}
.timer-box ul li .counter h4,
.timer-box ul li .counter .h4 {
  font-weight: 500;
}
@media (max-width: 575px) {
  .timer-box ul li .counter h4,
  .timer-box ul li .counter .h4 {
    font-size: 15px;
  }
}
.title-leaf {
  width: 140px;
  text-align: center;
  margin-top: 7px;
  position: relative;
  z-index: 0;
}
.title-leaf::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: 1px;
  left: 0;
  background-color: var(--theme-color);
  z-index: -1;
}
.title-leaf svg {
  background-color: #ffffff;
  width: 45px;
  z-index: 1;
  fill: var(--theme-color);
}
.title-leaf svg.bg-gray {
  background-color: #f8f8f8;
}
.title {
  margin-bottom: calc(16px + 14 * (100vw - 320px) / 1600);
  display: inline-block;
  position: relative;
}
.title h2,
.title .h2 {
  font-weight: 700;
  color: #222222;
  position: relative;
}
.title p {
  line-height: 1.5;
  margin: calc(5px + 5 * (100vw - 320px) / 1600) 0 0;
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
  color: #4a5568;
}
.title-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1265px) {
  .title-flex {
    display: block;
  }
}
.title-flex .timing-box {
  display: inline-block;
}
.title-flex .timing-box .timing {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ff4f4f;
  color: #ffffff;
  padding: calc(8px + 4 * (100vw - 320px) / 1600) calc(9px + 2 * (100vw - 320px) / 1600);
  border-radius: 5px;
}
@media (max-width: 1265px) {
  .title-flex .timing-box .timing {
    margin-top: calc(14px + 6 * (100vw - 320px) / 1600);
  }
}
.title-flex .timing-box .timing i {
  -webkit-text-stroke: 1px #ffffff;
  color: transparent;
  margin-right: 9px;
}
.title-flex .timing-box .timing .feather,
.title-flex .timing-box .timing i {
  font-size: 17px;
  width: 17px;
  height: 17px;
  margin-right: 9px;
}
body.rtl .title-flex .timing-box .timing .feather,
body.rtl .title-flex .timing-box .timing i {
  margin-left: 9px;
  margin-right: unset;
}
.title-flex .timing-box .timing .name {
  font-weight: 600;
  margin-right: 8px;
  line-height: 1;
}
body.rtl .title-flex .timing-box .timing .name {
  margin-left: 8px;
  margin-right: unset;
}
.title-flex .timing-box .timing .time ul {
  display: flex;
  align-items: center;
}
body.rtl .title-flex .timing-box .timing .time ul {
  padding-left: unset;
  padding-right: 0;
}
.title-flex .timing-box .timing .time ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  line-height: 1;
}
.title-flex .timing-box .timing .time ul li + li {
  margin-left: 15px;
}
body.rtl .title-flex .timing-box .timing .time ul li + li {
  margin-left: unset;
  margin-right: 15px;
}
.title-flex .timing-box .timing .time ul li + li::after {
  content: ":";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-weight: bolder;
  left: -10px;
}
body.rtl .title-flex .timing-box .timing .time ul li + li::after {
  left: unset;
  right: -10px;
}
.title-flex .timing-box .timing .time ul li .counter h6,
.title-flex .timing-box .timing .time ul li .counter .h6 {
  font-weight: 600;
}
.title .product-tabs {
  border: none;
  position: absolute;
  top: 0;
  right: 0;
}
.title .product-tabs .nav-item {
  position: relative;
}
.title .product-tabs .nav-item .nav-link {
  border: none;
  border-radius: unset;
  color: #4a5568;
  position: relative;
  font-weight: 400;
  font-size: 16px;
}
.title .product-tabs .nav-item .nav-link.active {
  font-weight: 500;
  color: var(--theme-color);
}
.title .product-tabs .nav-item .nav-link.active::before {
  content: "";
  position: absolute;
  width: 50px;
  height: 2px;
  bottom: 0;
  left: 17px;
  border-radius: 50px;
  background-color: var(--theme-color);
}
.title .product-tabs .nav-item .nav-link.active::after {
  content: "";
  position: absolute;
  width: 4px;
  height: 2px;
  bottom: 0;
  left: 75px;
  border-radius: 50px;
  background-color: var(--theme-color);
}
.title .product-tabs .nav-item + .nav-item {
  margin-left: 10px;
}
.title .product-tabs .nav-item + .nav-item::before {
  content: "";
  position: absolute;
  width: 13px;
  height: 13px;
  top: 9px;
  left: -11px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.title-border {
  border-bottom: 1px solid #ececec;
  padding-bottom: calc(14px + 6 * (100vw - 320px) / 1600);
  margin-bottom: calc(5px + 5 * (100vw - 320px) / 1600);
}
.vendor-title h5,
.vendor-title .h5 {
  font-weight: 700;
  font-size: calc(18px + 8 * (100vw - 320px) / 1600);
  margin-bottom: 10px;
  letter-spacing: 0.5px;
}
.vendor-title p {
  margin-bottom: 0;
  font-size: calc(15px + 1 * (100vw - 320px) / 1600);
  color: #4a5568;
  line-height: 1.6;
}
.seller-title h2,
.seller-title .h2 {
  font-weight: 700;
  font-size: calc(24px + 13 * (100vw - 320px) / 1600);
  margin-bottom: calc(10px + 13 * (100vw - 320px) / 1600);
  letter-spacing: 0.5px;
  line-height: 1.3;
}
.seller-title p {
  margin-bottom: 0;
  font-size: calc(15px + 1 * (100vw - 320px) / 1600);
  color: #4a5568;
  line-height: 1.6;
}
.title-flex-2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 850px) {
  .title-flex-2 {
    display: block;
  }
}
.title-flex-2 .timing-box {
  display: inline-block;
}
.title-flex-2 .timing-box .timing {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ff4f4f;
  color: #ffffff;
  padding: calc(8px + 4 * (100vw - 320px) / 1600) calc(9px + 2 * (100vw - 320px) / 1600);
  border-radius: 5px;
}
@media (max-width: 850px) {
  .title-flex-2 .timing-box .timing {
    margin-top: calc(14px + 6 * (100vw - 320px) / 1600);
  }
}
.title-flex-2 .timing-box .timing i {
  -webkit-text-stroke: 1px #ffffff;
  color: transparent;
  margin-right: 9px;
}
.title-flex-2 .timing-box .timing .feather,
.title-flex-2 .timing-box .timing i {
  font-size: 17px;
  width: 17px;
  height: 17px;
  margin-right: 9px;
}
body.rtl .title-flex-2 .timing-box .timing .feather,
body.rtl .title-flex-2 .timing-box .timing i {
  margin-left: 9px;
  margin-right: unset;
}
.title-flex-2 .timing-box .timing .name {
  font-weight: 600;
  margin-right: 8px;
  line-height: 1;
}
body.rtl .title-flex-2 .timing-box .timing .name {
  margin-left: 8px;
  margin-right: unset;
}
.user-dashboard-title {
  position: relative;
}
.user-dashboard-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: -20px;
  width: 3px;
  height: 26px;
  background-color: var(--theme-color);
}
body.rtl .user-dashboard-title::after {
  left: unset;
  right: -20px;
}
.tooltip {
  transition: opacity 0.15s linear;
}
.tooltip .tooltip-arrow::before {
  border-top-color: var(--theme-color);
}
.tooltip .tooltip-inner {
  font-weight: 500;
  background-color: var(--theme-color);
  color: #ffffff;
}
@media (min-width: 1464px) {
  .container {
    max-width: 1440px;
  }
}
.col-custome-3 {
  width: 22%;
}
@media (max-width: 1399px) {
  .col-custome-3 {
    width: 25%;
  }
}
@media (max-width: 1199px) {
  .col-custome-3 {
    width: 30%;
  }
}
@media (max-width: 991px) {
  .col-custome-3 {
    width: 0;
  }
}
.col-custome-9 {
  width: 78%;
}
@media (max-width: 1399px) {
  .col-custome-9 {
    width: 75%;
  }
}
@media (max-width: 1199px) {
  .col-custome-9 {
    width: 70%;
  }
}
@media (max-width: 991px) {
  .col-custome-9 {
    width: 100%;
  }
}
.fw-300 {
  font-weight: 300;
}
.w-60 {
  width: 60% !important;
}
.section-small-space {
  padding: calc(18px + 24 * (100vw - 320px) / 1600) 0;
}
.section-big-space {
  padding: calc(40px + 120 * (100vw - 320px) / 1600) 0;
}
.section-lg-space {
  padding: calc(30px + 40 * (100vw - 320px) / 1600) 0;
}
section,
.section-t-space {
  padding-top: calc(30px + 20 * (100vw - 320px) / 1600);
}
.section-b-space {
  padding-bottom: calc(30px + 20 * (100vw - 320px) / 1600);
}
.container-fluid-lg {
  padding: 0 calc(12px + 148 * (100vw - 320px) / 1600);
}
.container-fluid-md {
  padding: 0 calc(12px + 38 * (100vw - 320px) / 1600);
}
.container-fluid-xs {
  padding: 0 calc(12px + 13 * (100vw - 320px) / 1600);
}
.section-small-space {
  padding: 30px 0;
}
.p-top-left {
  display: flex;
  justify-content: flex-start;
}
body.rtl .p-top-left {
  justify-content: flex-end;
}
.p-top-center {
  display: flex;
  justify-content: center;
}
.p-top-right {
  display: flex;
  justify-content: flex-end;
}
.p-center-left {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
body.rtl .p-center-left {
  justify-content: flex-end;
}
.p-center {
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-center-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
body.rtl .p-center-right {
  justify-content: flex-start;
}
.p-bottom-left {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
}
body.rtl .p-bottom-left {
  justify-content: flex-end;
}
.p-bottom-center {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.p-bottom-right {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
.p-sticky {
  position: sticky;
  top: 130px;
}
.ls-expanded {
  letter-spacing: 12px;
  margin-right: -12px;
}
.ls-resize-expanded {
  letter-spacing: calc(4px + 6 * (100vw - 320px) / 1600);
}
.g-8 {
  margin: -8px;
}
.g-8 > div {
  padding: 8px;
}
.icon-width {
  width: 25px;
  height: 25px;
}
.rating {
  display: flex;
  align-items: center;
}
@media (max-width: 360px) {
  .rating {
    display: flex;
    align-items: center;
  }
}
body.rtl .rating {
  padding-left: unset;
  padding-right: 0;
}
.rating li {
  line-height: 1.3;
}
.rating li + li {
  margin-left: 2px;
}
body.rtl .rating li + li {
  margin-left: unset;
  margin-right: 2px;
}
.rating li i {
  font-size: 14px;
  color: #ffb321;
}
.rating li i.fill {
  color: #ffb321;
}
.product-rating {
  display: flex;
  align-items: center;
}
.product-rating span {
  color: #ffb321;
  font-size: 20px;
  margin-right: 1px;
  line-height: 1;
}
body.rtl .product-rating span {
  margin-left: 1px;
  margin-right: 0;
}
.product-rating .rating-content {
  color: #4a5568;
  font-size: 12px;
  margin-left: 5px;
}
.mend-auto {
  margin-right: auto !important;
  text-align: left;
}
.mstart-auto {
  margin-left: auto !important;
  text-align: left;
}
.fw-500 {
  font-weight: 500;
}
.text-theme {
  color: var(--theme-color);
}
.text-title {
  color: #222222 !important;
}
.text-content {
  color: #4a5568;
}
.text-yellow {
  color: #ffb321 !important;
}
.text-danger {
  color: #ff4f4f !important;
}
.bg-gray {
  background-color: #f8f8f8 !important;
}
.bg-theme {
  background-color: var(--theme-color);
}
.bg-theme.disabled {
  background-color: var(--theme-color);
  color: white;
}
disabled.bg-theme {
  background-color: var(--theme-color);
}
.bg-gradient-color {
  background:
    linear-gradient(
      149.8deg,
      #f8f8fb 17.21%,
      #f3f5f9 79.21%);
}
.orange-color {
  color: #ffbc5d !important;
}
.text-exo {
  font-family: "Exo 2", sans-serif;
}
.text-russo {
  font-family: "Russo One", sans-serif;
}
.text-pacifico {
  font-family: "Pacifico", cursive;
}
.text-kaushan {
  font-family: "Kaushan Script", cursive;
}
.text-great {
  font-family: "Great Vibes", cursive;
}
.text-qwitcher {
  font-family: "Qwitcher Grypen", cursive;
}
.w-58 {
  width: 58% !important;
}
.colorpick-eyedropper-input-trigger {
  display: none;
}
.hover-effect:hover {
  opacity: 1;
  animation: flash 1.5s;
}
.bg-size {
  background-size: cover;
  background-repeat: no-repeat;
  display: block;
  background-position: center;
}
.disabled-cls {
  opacity: 0.5;
  pointer-events: none;
  -webkit-user-select: none;
  user-select: none;
}
.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: #4a5568 !important;
}
.ckeditor-content ul li + li,
.ckeditor-content ol li + li {
  margin-top: 10px;
}
.ckeditor-content p {
  color: #4a5568 !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 #276534;
  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;
}
a:hover {
  color: var(--theme-color);
}
.header-offer .swiper .swiper-wrapper .swiper-slide {
  height: 20px !important;
}
[class^=status-] span {
  padding: calc(3px + 2 * (100vw - 320px) / 1600) calc(13px + 3 * (100vw - 320px) / 1600);
  text-transform: uppercase;
  display: inline-block;
  border-radius: 100px;
  font-size: calc(13px + 1 * (100vw - 320px) / 1600);
  font-weight: 400;
}
.status-danger span,
.status-OutOfStock span,
.status-failed span,
.status-debit span {
  color: #e22454;
  border: 1px solid #e22454;
}
.status-success span,
.status-InStock span,
.status-completed span,
.status-approved span,
.status-delivered span,
.status-credit span {
  color: #2f8733;
  border: 1px solid #2f8733;
}
.status-pending span,
.status-draft span {
  color: #db8827;
  border: 1px solid #db8827;
}
.status-processing span {
  color: #0077b3;
  border: 1px solid #0077b3;
}
.status-refund span,
.status-cancelled span,
.status-rejected span {
  color: #d9534f;
  border: 1px solid #d9534f;
}
.status-awaiting_for_approval span {
  color: #7e7e7e;
  border: 1px solid #7e7e7e;
}
.ngx-toastr {
  border: none;
  padding: 20px 30px 20px 60px !important;
  background-color: white;
  border: 1px solid gainsboro;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.11) !important;
  margin-top: 20px !important;
  width: 390px !important;
}
.ngx-toastr::after {
  content: "";
  position: absolute;
  left: 0;
  background-color: #0d462c;
  height: 32px;
  width: 2px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 2px;
}
.ngx-toastr .toast-message {
  font-weight: 500;
  font-size: 16px;
}
.toast-success {
  background-image: none;
  border: 1px solid #0d462c !important;
}
.toast-success::after {
  content: "";
  position: absolute;
  left: 0;
  background-color: #0d462c;
  height: 32px;
  width: 2px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 2px;
}
.toast-success::before {
  content: "\eb7b";
  position: absolute;
  font-family: remixicon;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  left: 22px;
  width: 25px;
  height: 25px;
  border-radius: 100%;
  background-color: #0d462c;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.toast-error {
  border: 1px solid rgba(114, 28, 36, 0.5215686275) !important;
}
.toast-error::after {
  content: "";
  position: absolute;
  left: 0;
  background-color: #721c24;
  height: 32px;
  width: 2px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 2px;
}
body.rtl .toast-error::after {
  left: unset;
  right: 0;
}
.owl-carousel {
  z-index: 0;
}
.tooltip.show {
  opacity: 1;
}
.w-max-content {
  width: max-content;
}
.btn:disabled {
  pointer-events: none;
  cursor: none;
}
.menu-no-data {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  background-color: #f8f8f8;
}
body {
  font-family: "Nunito", sans-serif;
  position: relative;
  font-size: 14px;
  color: #222222;
  margin: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
  padding-right: 0 !important;
}
html {
  scroll-behavior: smooth;
}
.bg-overlay {
  width: 100vw;
  height: 100vh;
  background-color: #222222;
  position: fixed;
  z-index: 9;
  top: 0;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
  left: 0;
}
.bg-overlay.show {
  visibility: visible;
  opacity: 0.5;
}
ul {
  padding-left: 0;
  margin-bottom: 0;
}
li {
  display: inline-block;
  font-size: 14px;
}
p {
  font-size: 14px;
  line-height: 18px;
}
a {
  color: var(--theme-color);
  transition: 0.5s ease;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  transition: 0.5s ease;
}
a:focus {
  outline: none;
}
button:focus {
  outline: none;
}
.alert {
  display: flex;
  align-items: center;
  gap: 10px;
  background-color: #ffffff;
  box-shadow: 0 0 8px #ddd;
  border: none;
  border-left: 3px solid;
  border-radius: 0;
}
.alert i {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  border-radius: 6px;
  font-size: 20px;
}
.alert.alert-danger i {
  background-color: #842029;
}
.alert.alert-success i {
  background-color: #0f5132;
}
.btn-close:focus {
  box-shadow: none;
}
:focus {
  outline: none;
}
.form-control {
  background-color: #ffffff;
}
.form-control:focus {
  box-shadow: none;
  border-color: #ced4da;
}
h1,
.h1 {
  font-size: calc(40px + 30 * (100vw - 320px) / 1600);
  font-weight: 600;
  line-height: 1.1;
  text-transform: uppercase;
  margin: 0;
}
h2,
.h2 {
  font-size: calc(22px + 6 * (100vw - 320px) / 1600);
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  margin: 0;
}
h3,
.h3 {
  font-size: calc(16px + 4 * (100vw - 320px) / 1600);
  font-weight: 500;
  line-height: 1.2;
  margin: 0;
}
h4,
.h4 {
  font-size: calc(17px + 1 * (100vw - 320px) / 1600);
  line-height: 1.2;
  margin: 0;
  font-weight: 400;
}
h5,
.h5 {
  font-size: calc(15px + 1 * (100vw - 320px) / 1600);
  line-height: 1.2;
  margin: 0;
  font-weight: 400;
}
h6,
.h6 {
  font-size: calc(13px + 1 * (100vw - 320px) / 1600);
  line-height: 1.2;
  margin: 0;
  font-weight: 400;
}
span {
  display: inline-block;
}
.theme-color {
  color: var(--theme-color) !important;
}
.theme-bg-color {
  background: var(--theme-color) !important;
}
.sale-banner img {
  height: calc(74px + 62 * (100vw - 320px) / 1600) !important;
  object-position: center;
  object-fit: cover;
  border-radius: 5px;
}
.sale-banner .banner-contain img {
  height: calc(74px + 62 * (100vw - 320px) / 1600) !important;
  object-position: center;
  object-fit: cover;
}
.banner-contain {
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  height: 100%;
}
.banner-contain img {
  object-fit: cover;
  object-position: left;
}
body.rtl .banner-contain .banner-details {
  text-align: left;
}
.banner-contain .banner-details.banner-b-space {
  padding: calc(27px + 18 * (100vw - 320px) / 1600) calc(20px + 120 * (100vw - 320px) / 1600);
}
.banner-contain .banner-details .banner-box {
  position: absolute;
  top: 30px;
  left: 0;
  background-color: rgba(255, 255, 255, 0.5);
  padding: calc(8px + 4 * (100vw - 320px) / 1600) calc(30px + 9 * (100vw - 320px) / 1600) calc(8px + 4 * (100vw - 320px) / 1600) calc(8px + 4 * (100vw - 320px) / 1600);
  border-radius: 0px 60px 60px 0px;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  box-shadow: 0px 11px 10px rgba(74, 85, 104, 0.06);
}
.banner-contain .banner-details .banner-box h5,
.banner-contain .banner-details .banner-box .h5 {
  margin: calc(4px + 2 * (100vw - 320px) / 1600) 0;
  font-size: calc(14px + 4 * (100vw - 320px) / 1600);
  font-weight: 600;
}
.banner-contain .banner-details .banner-button {
  position: absolute;
  bottom: calc(8px + 8 * (100vw - 320px) / 1600);
  left: calc(14px + 8 * (100vw - 320px) / 1600);
  color: #ffffff;
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
  font-weight: 600;
  display: flex;
  align-items: center;
}
.banner-contain .banner-details h2,
.banner-contain .banner-details .h2 {
  font-size: calc(20px + 22 * (100vw - 320px) / 1600);
}
.banner-contain .banner-details h2.banner-title,
.banner-contain .banner-details .banner-title.h2 {
  font-size: calc(31px + 19 * (100vw - 320px) / 1600);
  font-weight: 700;
}
.banner-contain .banner-details h3,
.banner-contain .banner-details .h3 {
  font-size: calc(20px + 10 * (100vw - 320px) / 1600);
  margin-top: -7px;
}
.banner-contain .banner-details h4,
.banner-contain .banner-details .h4 {
  font-size: calc(20px + 4 * (100vw - 320px) / 1600);
  line-height: 1.6;
}
.banner-contain .banner-details .coupon-code {
  padding: calc(7px + 3 * (100vw - 320px) / 1600) calc(9px + 6 * (100vw - 320px) / 1600);
  border: 2px dashed rgba(255, 255, 255, 0.5);
  display: inline-block;
  font-weight: 500;
  margin-top: 13px;
  position: relative;
  z-index: 0;
}
.banner-contain .banner-details .coupon-code:after {
  content: "";
  position: absolute;
  background-color: var(--theme-color);
  opacity: 0.5;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.banner-contain .banner-details .coupon-code-white {
  background-color: rgba(255, 255, 255, 0.2);
}
.banner-contain .banner-details .coupon-code.code-2 {
  background-color: rgba(153, 105, 31, 0.5);
}
.banner-contain .banner-details p {
  color: #4a5568;
  line-height: 1.5;
}
body.rtl .banner-contain .banner-details p {
  margin-right: auto;
}
.banner-contain .banner-details p.banner-text {
  width: 62%;
}
@media (max-width: 575px) {
  .banner-contain .banner-details p.banner-text {
    width: 80%;
  }
}
@media (max-width: 480px) {
  .banner-contain .banner-details p.banner-text {
    width: 100%;
  }
}
.banner-contain .banner-details .banner-timing {
  width: 100%;
  height: 210px;
  position: absolute;
  top: 0;
  left: 0;
  background:
    linear-gradient(
      181.97deg,
      rgba(0, 0, 0, 0.3) 1.66%,
      rgba(0, 0, 0, 0) 95.27%);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  text-align: center;
  color: #ffffff;
}
.banner-contain .banner-details .banner-timing .time {
  margin-top: 25px;
}
.banner-contain .banner-details .banner-timing .time ul {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
.banner-contain .banner-details .banner-timing .time ul li .counter {
  width: 55px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px dashed #ffffff;
}
.banner-contain .banner-details .banner-timing .time ul li .counter h5,
.banner-contain .banner-details .banner-timing .time ul li .counter .h5 {
  font-weight: 600;
  margin-bottom: 4px;
}
.banner-contain-2 {
  position: relative;
  border-radius: 5px;
  overflow: hidden;
}
.banner-contain-2 img {
  width: 100%;
}
.banner-contain-2 .banner-detail {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding: calc(14px + 11 * (100vw - 320px) / 1600) calc(19px + 6 * (100vw - 320px) / 1600);
}
body.rtl .banner-contain-2 .banner-detail {
  left: unset;
  right: 0;
  text-align: left;
}
.banner-contain-2 .banner-detail .banner-detail-box {
  position: relative;
  padding: 7px 0;
}
.banner-contain-2 .banner-detail .banner-detail-box::before {
  content: "";
  position: absolute;
  width: 2px;
  height: 100%;
  top: 0;
  left: -10px;
  background-color: var(--theme-color);
}
.banner-contain-2 .banner-detail .banner-detail-box-2 {
  padding: 7px 0 7px 17px;
}
.banner-contain-2 .banner-detail .banner-detail-box-2::before {
  width: 5px;
  border-radius: 50px;
  left: 0;
}
body.rtl .banner-contain-2 .banner-detail .banner-detail-box-2::before {
  left: 0;
  right: unset;
}
.banner-contain-2 .banner-detail h3,
.banner-contain-2 .banner-detail .h3 {
  font-size: calc(27px + 7 * (100vw - 320px) / 1600);
}
.banner-contain-2 .banner-detail h3 .brand-name,
.banner-contain-2 .banner-detail .h3 .brand-name {
  font-weight: bold;
  background-color: var(--theme-color);
  color: #ffffff;
  padding: calc(6px + 4 * (100vw - 320px) / 1600) calc(8px + 2 * (100vw - 320px) / 1600);
  position: relative;
  z-index: 0;
}
.banner-contain-2 .banner-detail h3 .brand-name::before,
.banner-contain-2 .banner-detail .h3 .brand-name::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: calc(3px + 4 * (100vw - 320px) / 1600);
  left: calc(3px + 3 * (100vw - 320px) / 1600);
  border: calc(1px + 1 * (100vw - 320px) / 1600) solid #222222;
  z-index: -1;
}
.banner-contain-2 .banner-detail h2,
.banner-contain-2 .banner-detail .h2 {
  font-size: calc(42px + 17 * (100vw - 1199px) / 721);
  font-weight: 700;
}
.banner-contain-2 .banner-detail h4,
.banner-contain-2 .banner-detail .h4 {
  font-weight: 600;
  font-size: calc(17px + 4 * (100vw - 320px) / 1600);
  color: #222222;
}
.banner-contain-2 .banner-detail-2 {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding: calc(14px + 11 * (100vw - 320px) / 1600) calc(19px + 6 * (100vw - 320px) / 1600);
}
body.rtl .banner-contain-2 .banner-detail-2 {
  left: unset;
  right: 0;
}
.banner-contain-2 .banner-detail-2 > div {
  background:
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.2) 24.21%,
      rgba(255, 255, 255, 0.2) 75.22%);
  padding: 22px;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
}
.banner-contain-2 .banner-detail-2 h3,
.banner-contain-2 .banner-detail-2 .h3 {
  font-size: calc(27px + 9 * (100vw - 320px) / 1600);
  font-weight: 700;
  color: #ffffff;
}
.banner-contain-2 .banner-detail-2 h2,
.banner-contain-2 .banner-detail-2 .h2 {
  font-size: calc(42px + 17 * (100vw - 1199px) / 721);
  font-weight: 700;
}
.banner-contain-2 .banner-detail-2 button {
  background-color: var(--theme-color);
  color: #ffffff;
  margin: 9px auto 0;
}
.banner-contain-3 {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.banner-contain-3 .flower-pot {
  position: absolute;
  bottom: 0;
  right: -59px;
}
@media (max-width: 1199px) {
  .banner-contain-3 .flower-pot {
    display: none;
  }
}
.banner-contain-3 .social-image {
  height: 100%;
  object-fit: cover;
}
.banner-contain-3 .delivery-bike {
  text-align: center;
}
.banner-contain-3 .delivery-bike img {
  margin-top: -16px;
}
.banner-contain-3.banner-contain-bg {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: block;
}
.banner-contain-3 .banner-detail-2 h2,
.banner-contain-3 .banner-detail-2 .h2 {
  font-size: calc(25px + 15 * (100vw - 320px) / 1600);
  margin-bottom: 10px;
  text-transform: none;
}
.banner-contain-3 .banner-detail-2 h3,
.banner-contain-3 .banner-detail-2 .h3 {
  font-size: 35px;
}
.banner-contain-3 .banner-detail-2 h4,
.banner-contain-3 .banner-detail-2 .h4 {
  font-size: 40px;
}
.banner-contain-3 .banner-minus-position {
  margin-top: -13px;
}
@media (max-width: 575px) {
  .banner-contain-3 .banner-minus-position {
    margin-top: 0;
  }
}
@media (max-width: 1660px) {
  .banner-contain-3 .banner-detail-deliver {
    width: 60% !important;
    margin-left: auto;
  }
}
@media (max-width: 575px) {
  .banner-contain-3 .banner-detail-deliver {
    width: 100% !important;
    background: #eaf5f5;
  }
}
.banner-contain-3 .banner-detail {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  left: 0;
  padding: calc(20px + 30 * (100vw - 320px) / 1600);
}
.banner-contain-3 .banner-detail.banner-half-width {
  width: 50%;
}
.banner-contain-3 .banner-detail.banner-p-sm {
  padding: calc(15px + 15 * (100vw - 320px) / 1600) !important;
}
.banner-contain-3 .banner-detail h2,
.banner-contain-3 .banner-detail .h2 {
  font-size: calc(25px + 20 * (100vw - 320px) / 1600);
  margin-bottom: 3px;
}
.banner-contain-3 .banner-detail h2.sale-name,
.banner-contain-3 .banner-detail .sale-name.h2 {
  font-size: calc(25px + 13 * (100vw - 320px) / 1600);
}
.banner-contain-3 .banner-detail h3,
.banner-contain-3 .banner-detail .h3 {
  font-size: calc(18px + 14 * (100vw - 320px) / 1600);
  margin-bottom: 10px;
  line-height: 1.4;
}
.banner-contain-3 .banner-detail h3.banner-contain,
.banner-contain-3 .banner-detail .banner-contain.h3 {
  font-size: 33px;
  font-weight: bold;
  margin-bottom: 0;
}
@media (max-width: 1500px) {
  .banner-contain-3 .banner-detail h3.banner-contain,
  .banner-contain-3 .banner-detail .banner-contain.h3 {
    font-size: 20px;
  }
}
.banner-contain-3 .banner-detail h4,
.banner-contain-3 .banner-detail .h4 {
  font-size: calc(16px + 6 * (100vw - 320px) / 1600);
  margin-bottom: 5px;
  line-height: 1.4;
}
.banner-contain-3 .banner-detail h4.furniture-title,
.banner-contain-3 .banner-detail .furniture-title.h4 {
  position: relative;
  display: inline-block;
}
.banner-contain-3 .banner-detail h4.furniture-title img,
.banner-contain-3 .banner-detail .furniture-title.h4 img {
  position: absolute;
  top: -26px;
  right: -185px;
}
@media (max-width: 1199px) {
  .banner-contain-3 .banner-detail h4.furniture-title img,
  .banner-contain-3 .banner-detail .furniture-title.h4 img {
    display: none;
  }
}
@media (max-width: 1500px) {
  .banner-contain-3 .banner-detail h4 .delivery-contain,
  .banner-contain-3 .banner-detail .h4 .delivery-contain {
    font-size: 16px;
  }
}
.banner-contain-3 .banner-detail h5,
.banner-contain-3 .banner-detail .h5 {
  font-size: calc(15px + 3 * (100vw - 320px) / 1600);
  letter-spacing: 1px;
}
.banner-contain-3 .banner-detail h6,
.banner-contain-3 .banner-detail .h6 {
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
  margin-bottom: calc(10px + 10 * (100vw - 320px) / 1600);
}
.banner-contain-3 .banner-detail p {
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
  margin-bottom: 0;
  line-height: 1.5;
  color: #4a5568;
  letter-spacing: 0.8px;
}
.banner-contain-3 .banner-detail .banner-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
body.rtl .banner-contain-3 .banner-detail .banner-list {
  padding-right: 0;
}
.banner-contain-3 .banner-detail .banner-list li {
  display: block;
  width: 100%;
}
.banner-contain-3 .banner-detail .banner-list li .delivery-box {
  display: flex;
  flex-wrap: nowrap;
  gap: 11px;
  align-items: center;
}
.banner-contain-3 .banner-detail .banner-list li .delivery-box .check-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  background-color: #6bbe66;
  color: #ffffff;
  border-radius: 100%;
  font-size: 11px;
}
@media (max-width: 1500px) {
  .banner-contain-3 .banner-detail .banner-list li .delivery-box .check-contain h5,
  .banner-contain-3 .banner-detail .banner-list li .delivery-box .check-contain .h5 {
    font-size: 14px;
  }
}
.banner-contain-3 .banner-detail .shop-now-button {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  color: #ffffff;
  font-size: 15px;
}
.banner-contain-3 .banner-detail .shop-now-button i {
  font-size: 14px;
  margin-left: 8px;
  margin-top: -2px;
}
body.rtl .banner-contain-3 .banner-detail .shop-now-button i {
  margin-left: unset;
  margin-right: 8px;
}
.offer-banner {
  border-radius: 15px;
  overflow: hidden;
  position: relative;
}
.offer-banner:hover .banner-detail {
  border-radius: 5px;
}
.offer-banner:hover .banner-detail::after {
  opacity: 1;
}
.offer-banner .banner-detail {
  position: absolute;
  top: calc(9px + 9 * (100vw - 320px) / 1600);
  left: calc(9px + 9 * (100vw - 320px) / 1600);
  padding: calc(7px + 3 * (100vw - 320px) / 1600) calc(21px + 5 * (100vw - 320px) / 1600) calc(7px + 3 * (100vw - 320px) / 1600) calc(10px + 5 * (100vw - 320px) / 1600);
  border-radius: 5px 30px 30px 5px;
  box-shadow: 0px 3px 4px rgba(34, 34, 34, 0.14);
  z-index: 0;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  background-color: rgba(255, 255, 255, 0.95);
}
.offer-banner .banner-detail h5,
.offer-banner .banner-detail .h5 {
  letter-spacing: 0.6px;
  margin-bottom: 3px;
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
}
.offer-banner .banner-detail h6,
.offer-banner .banner-detail .h6 {
  letter-spacing: 1.7px;
  color: #4a5568;
}
.offer-banner .offer-box {
  position: absolute;
  bottom: calc(7px + 11 * (100vw - 320px) / 1600);
  right: calc(7px + 11 * (100vw - 320px) / 1600);
  background-color: var(--theme-color);
  border-radius: 50px;
}
.offer-banner .offer-box a {
  color: #ffffff;
  padding: calc(4px + 4 * (100vw - 320px) / 1600) calc(15px + 6 * (100vw - 320px) / 1600);
  display: block;
}
.offer-banner .offer-box a span {
  letter-spacing: 1.5px;
  font-size: calc(16px + 2 * (100vw - 320px) / 1600);
  font-weight: 500;
}
.bank-section .bank-offer {
  border-radius: calc(9px + 11 * (100vw - 320px) / 1600);
  overflow: hidden;
}
.bank-section .bank-offer:hover .bank-footer .bank-coupon::after {
  top: 0;
  height: 100%;
}
.bank-section .bank-offer .bank-footer {
  padding: calc(7px + 10 * (100vw - 320px) / 1600) calc(13px + 13 * (100vw - 320px) / 1600);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background:
    linear-gradient(
      85.8deg,
      #bb0032 -4.64%,
      #ff584d 109.73%,
      #ff8c75 131.73%);
}
.bank-section .bank-offer .bank-footer .bank-coupon {
  background:
    linear-gradient(
      85.8deg,
      #ff584d -4.64%,
      rgba(187, 0, 50, 0.1) 131.73%);
}
.bank-section .bank-offer .bank-footer .bank-coupon::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  border-radius: 5px;
  transition: all 0.3s ease;
  background: #ff584d;
  background:
    linear-gradient(
      85.8deg,
      rgba(187, 0, 50, 0.1) 131.73%,
      #ff584d -4.64%);
}
.bank-section .bank-offer .bank-footer h4,
.bank-section .bank-offer .bank-footer .h4 {
  font-weight: 500;
  font-size: calc(15px + 3 * (100vw - 320px) / 1600);
  display: flex;
  align-items: center;
}
.bank-section .bank-offer .bank-footer h4 input,
.bank-section .bank-offer .bank-footer .h4 input {
  pointer-events: none;
  background-color: transparent;
  color: #ffffff;
  border: none;
  font-weight: 600;
  width: 60%;
  padding-block: 0;
}
body.rtl .bank-section .bank-offer .bank-footer h4 input,
body.rtl .bank-section .bank-offer .bank-footer .h4 input {
  text-align: left;
}
.bank-section .bank-offer .bank-footer .bank-coupon {
  margin-left: auto;
  color: #ffffff;
  font-weight: 600;
  padding: 6px 21px;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
  z-index: 0;
}
.bank-section .slider-bank-3 .owl-carousel .owl-stage .owl-item:nth-child(even) .bank-offer .bank-footer {
  background:
    linear-gradient(
      90deg,
      #2395e8 15.92%,
      #4eb5ff 49.57%);
}
.bank-section .slider-bank-3 .owl-carousel .owl-stage .owl-item:nth-child(even) .bank-offer .bank-footer .bank-coupon {
  background:
    linear-gradient(
      90deg,
      #2395e8 15.92%,
      #4eb5ff 49.57%);
}
.bank-section .slider-bank-3 .owl-carousel .owl-stage .owl-item:nth-child(even) .bank-offer .bank-footer .bank-coupon::after {
  background: #4eb5ff;
  background:
    linear-gradient(
      90deg,
      #4eb5ff 15.92%,
      #2395e8 49.57%);
}
.bank-section .slider-bank-3 .owl-carousel .owl-stage .owl-item:nth-child(3n+1) .bank-offer .bank-footer {
  background:
    linear-gradient(
      85.8deg,
      #ffb321 -4.64%,
      #ff584d 109.73%,
      #ff8c75 131.73%);
}
.bank-section .slider-bank-3 .owl-carousel .owl-stage .owl-item:nth-child(3n+1) .bank-offer .bank-footer .bank-coupon {
  background:
    linear-gradient(
      85.8deg,
      #ffb321 -4.64%,
      #ff584d 109.73%,
      #ff8c75 131.73%);
}
.bank-section .slider-bank-3 .owl-carousel .owl-stage .owl-item:nth-child(3n+1) .bank-offer .bank-footer .bank-coupon::after {
  background: #ffb321;
  background:
    linear-gradient(
      85.8deg,
      #ffb321 -4.64%,
      #ff584d 109.73%,
      #ff8c75 131.73%);
}
.shop-banner {
  width: 52% !important;
}
@media (max-width: 575px) {
  .shop-banner {
    width: 100% !important;
  }
}
.shop-banner > div {
  padding: calc(20px + 12 * (100vw - 320px) / 1600);
  background: var(--theme-color);
  color: #ffffff;
  border-radius: 9px;
}
.shop-banner > div h2,
.shop-banner > div .h2 {
  font-size: calc(21px + 16 * (100vw - 320px) / 1600) !important;
  font-weight: 700 !important;
  line-height: 1.2;
}
.shop-banner > div h3,
.shop-banner > div .h3 {
  font-size: calc(19px + 11 * (100vw - 320px) / 1600) !important;
  margin-top: 18px;
  margin-bottom: -2px;
}
@media (max-width: 575px) {
  .banner-small.ratio_65 .bg-size:before {
    padding-top: 53%;
  }
}
.banner-furniture > .row {
  direction: ltr;
}
@media (min-width: 1400px) {
  .banner-furniture > .row > div {
    margin-left: 16.6666666667%;
  }
}
@media (min-width: 1400px) {
  .banner-furniture > .row > div {
    margin-left: 8.3333333333%;
  }
}
.blog-box:hover .blog-box-image a {
  transform: scale(1.12) rotate(3deg);
  overflow: hidden;
}
.blog-box:hover .blog-detail h5,
.blog-box:hover .blog-detail .h5 {
  color: var(--theme-color);
}
.blog-box .blog-box-image {
  overflow: hidden;
  border-radius: 5px;
}
.blog-box .blog-box-image .blog-image {
  transition: all 0.3s ease-in-out;
  display: block;
}
.blog-box .blog-box-image .blog-image img {
  width: 100%;
  height: 100%;
}
.blog-box .blog-detail {
  margin-top: 15px;
  display: block;
}
.blog-box .blog-detail.blog-contain {
  background-color: #ff4f4f;
  display: block;
  height: 155px;
}
.blog-box .blog-detail h6,
.blog-box .blog-detail .h6 {
  color: #4a5568;
  margin-bottom: 3px;
  font-weight: 400;
}
.blog-box .blog-detail h5,
.blog-box .blog-detail .h5 {
  color: #222222;
  line-height: 1.5;
  font-weight: 600;
  font-size: calc(15px + 3 * (100vw - 320px) / 1600);
  transition: all 0.3s ease-in-out;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
}
.blog-box.sticky-blog-box {
  position: relative;
}
.blog-box.sticky-blog-box::before {
  content: "\f038";
  position: absolute;
  font-family: remixicon;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 33px;
  height: 33px;
  color: #ffffff;
  top: 8px;
  right: 8px;
  background-color: var(--theme-color);
  z-index: 1;
  border-radius: 6px;
  font-size: 18px;
}
.blog-box.sticky-blog-box::after {
  content: none;
}
.blog-section {
  z-index: 0;
  position: relative;
}
.blog-section .blog-box {
  padding-bottom: 1px;
  border-radius: 10px;
  border: 1px solid #ececec;
  overflow: hidden;
  position: relative;
}
.blog-section .blog-box:hover .blog-box-image a {
  transform: scale(1.12) rotate(3deg);
  overflow: hidden;
}
.blog-section .blog-box:hover .blog-detail label {
  color: #ffffff;
}
.blog-section .blog-box:hover .blog-detail label::before {
  opacity: 1;
}
.blog-section .blog-box .blog-box-image {
  overflow: hidden;
  border-radius: 0;
}
.blog-section .blog-box .blog-box-image a {
  transition: all 0.3s ease-in-out;
}
.blog-section .blog-box .blog-image {
  position: relative;
}
.blog-section .blog-box .blog-image label {
  position: absolute;
  bottom: 10px;
  left: 10px;
  background-color: var(--theme-color);
  color: #ffffff;
  border-radius: 5px;
  border: none;
  padding: 8px 10px;
  font-size: 12px;
  letter-spacing: 0.9px;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.2);
}
.blog-section .blog-box .blog-detail {
  padding: calc(11px + 9 * (100vw - 320px) / 1600);
  margin-top: 0;
}
.blog-section .blog-box .blog-detail h2,
.blog-section .blog-box .blog-detail .h2 {
  font-size: calc(18px + 4 * (100vw - 320px) / 1600);
  line-height: 1.4;
}
.blog-section .blog-box .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.3s ease-in-out;
}
.blog-section .blog-box .blog-detail label::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: var(--theme-color);
  opacity: 0.1;
  z-index: -1;
  transition: all 0.3s ease-in-out;
}
.blog-section .blog-box .blog-detail a {
  color: #222222;
  display: block;
}
.blog-section .blog-box .blog-detail h3,
.blog-section .blog-box .blog-detail .h3 {
  line-height: 1.4;
  margin-bottom: 5px;
  font-weight: 600;
}
.blog-section .blog-box .blog-detail h5,
.blog-section .blog-box .blog-detail .h5 {
  font-size: 15px;
  margin-top: 10px;
  font-weight: 500;
  color: #4a5568;
}
.blog-section .blog-box .blog-detail .blog-list {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 15px;
  gap: calc(14px + 8 * (100vw - 320px) / 1600);
}
.blog-section .blog-box .blog-detail .blog-list span {
  color: #4a5568;
  margin-bottom: -5px;
  font-size: calc(13px + 1 * (100vw - 320px) / 1600);
}
.blog-section .blog-box .blog-detail .blog-list .blog-social-icon {
  position: relative;
}
.blog-section .blog-box .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.3s ease-in-out;
  opacity: 0;
}
.blog-section .blog-box .blog-detail .blog-list .blog-social-icon .icon li {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  transition: all 0.3s ease-in-out;
}
.blog-section .blog-box .blog-detail .blog-list .blog-social-icon .icon li .fab {
  font-size: 14px;
  color: #4a5568;
}
.blog-section .blog-box .blog-detail .blog-list .blog-social-icon:hover .icon {
  opacity: 1;
}
.tags-sec {
  display: flex;
  align-items: center;
  gap: 15px;
}
.tags-sec h5,
.tags-sec .h5 {
  text-transform: uppercase;
  font-weight: 500;
}
.tags-sec .contain-list {
  display: flex;
  align-items: center;
  gap: 10px;
}
.tags-sec .contain-list li a {
  padding: 8px 16px;
  border-radius: 7px;
  background-color: #f8f8f8;
  color: #222222;
}
.tags-sec .contain-list li a:hover {
  background-color: var(--theme-color);
  color: white;
}
.dropdown-menu .blog-box .blog-box-image .blog-image img {
  height: 220px;
  object-fit: cover;
}
.category-box {
  background-color: #f8f8f8;
  margin: 0px auto;
  display: block;
  width: 100%;
  text-align: center;
  border-radius: 5px;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  position: relative;
  padding: calc(15px + 20 * (100vw - 320px) / 1600) 8px;
  z-index: 0;
}
.category-box.category-bg {
  background:
    linear-gradient(
      149.8deg,
      #f6f5f2 17.21%,
      #fbfaf9 79.21%);
}
.category-box::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: var(--theme-color);
  opacity: 0;
  z-index: -1;
  transition: all 0.3s ease-in-out;
}
.category-box:hover,
.category-box.active {
  background-color: transparent;
}
.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 {
  width: calc(38px + 7 * (100vw - 320px) / 1600) !important;
  height: calc(38px + 7 * (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: #222222;
  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;
}
.shop-box .shop-category-box {
  padding: 20px 10px;
  background-color: #f8f8f8;
  display: block;
  text-align: center;
  border-radius: 0;
  margin: 0 !important;
  border-right: 1px solid #ececec;
}
.shop-box .shop-category-box a {
  display: block;
  width: 100%;
}
.shop-box .shop-category-box a .shop-category-image {
  width: 68px;
  height: 68px;
  display: inline-block;
  background-color: #f8f8f8;
  padding: 8px;
  border-radius: 7px;
}
.shop-box .shop-category-box a .shop-category-image img {
  width: 100%;
  height: 100%;
}
.shop-box .shop-category-box a .category-box-name {
  position: relative;
  width: 90%;
  margin: 10px auto 0;
  background-color: #f8f8f8;
  color: #222222;
  border-radius: 4px;
}
.shop-box .shop-category-box a .category-box-name h6,
.shop-box .shop-category-box a .category-box-name .h6 {
  color: #4a5568;
  font-size: 14px;
  font-weight: 500;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
}
.deal-section .deal-box {
  border-radius: 12px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: calc(18px + 7 * (100vw - 320px) / 1600);
  position: relative;
  display: flex;
  align-items: center;
}
.deal-section .deal-box:hover .category-image img {
  transform: scale(1.05);
}
@media (max-width: 575px) {
  .deal-section .deal-box {
    display: block;
  }
}
.deal-section .deal-box .category-image {
  width: 60%;
}
@media (max-width: 575px) {
  .deal-section .deal-box .category-image {
    width: 100%;
  }
}
.deal-section .deal-box .category-image img {
  width: 80%;
  margin-left: auto;
  transition: all 0.3s ease-in-out;
}
body.rtl .deal-section .deal-box .category-image img {
  margin-left: unset;
  margin-right: auto;
}
@media (max-width: 575px) {
  .deal-section .deal-box .category-image img {
    width: 60%;
    margin: 0 auto 30px;
  }
}
.deal-section .deal-box .buy-box {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: calc(18px + 7 * (100vw - 320px) / 1600);
  right: calc(18px + 7 * (100vw - 320px) / 1600);
  background-color: var(--theme-color);
  padding: calc(7px + 3 * (100vw - 320px) / 1600);
  border-radius: 5px;
}
body.rtl .deal-section .deal-box .buy-box {
  right: unset;
  left: calc(18px + 7 * (100vw - 320px) / 1600);
}
.deal-section .deal-box .buy-box .iconly-Buy {
  font-size: 24px;
}
.deal-section .deal-box .deal-detail {
  width: 65%;
}
@media (max-width: 575px) {
  .deal-section .deal-box .deal-detail {
    width: 100%;
  }
}
.deal-section .deal-box .deal-detail .hot-deal {
  background-color: var(--theme-color);
  display: inline-block;
  padding: 3px 10px;
  border-radius: 50px;
  font-size: 11px;
  color: #ffffff;
  letter-spacing: 0.8px;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.deal-section .deal-box .deal-detail .hot-deal span {
  line-height: 2.1;
}
.deal-section .deal-box .deal-detail h5,
.deal-section .deal-box .deal-detail .h5 {
  font-size: calc(16px + 2 * (100vw - 320px) / 1600);
  margin: 10px 0 8px;
  text-transform: uppercase;
  font-weight: 500;
}
.deal-section .deal-box .deal-detail .price {
  color: var(--theme-color);
  font-weight: 500;
  margin-bottom: 10px;
}
.deal-section .deal-box .deal-detail .price span {
  color: #4a5568;
  text-decoration: line-through;
  font-weight: 400;
  transition: 0.3s ease;
}
.deal-section .deal-box .deal-detail .custom-progressbar {
  border-radius: 50px;
  height: 10px;
}
.deal-section .deal-box .deal-detail .custom-progressbar .progress-bar {
  background: var(--theme-color2);
  border-radius: 50px;
}
.deal-section .deal-box .deal-detail .item {
  color: #4a5568;
  margin-top: 18px;
}
.deal-section .deal-box .deal-detail .item span {
  color: #222222;
  font-weight: 500;
}
.deal-section .deal-box .deal-detail .timer {
  margin-top: 15px;
}
.deal-section .deal-box .deal-detail .timer ul li .counter {
  font-size: calc(16px + 2 * (100vw - 320px) / 1600);
}
.deal-section .deal-box .deal-detail .timer ul li .counter > div {
  line-height: 1;
}
.deal-section .deal-box .offer {
  color: #4a5568;
  margin: 5px 0 12px;
}
.category-section-2 .category-slider .owl-stage .owl-item:nth-child(4n+2) .shop-category-box a::before {
  background-color: #fff2ec;
}
.category-section-2 .category-slider .owl-stage .owl-item:nth-child(4n+3) .shop-category-box a::before {
  background-color: #fce9e9;
}
.category-section-2 .category-slider .owl-stage .owl-item:nth-child(4n+4) .shop-category-box a::before {
  background-color: #fcf1ff;
}
.category-section-2 .category-slider .shop-category-box {
  position: relative;
  padding-top: 14px;
}
.category-section-2 .category-slider .shop-category-box:hover a::before {
  border-radius: 11px;
}
.category-section-2 .category-slider .shop-category-box:hover a img {
  transform: scale(1.04);
}
.category-section-2 .category-slider .shop-category-box a {
  display: block;
  position: relative;
}
.category-section-2 .category-slider .shop-category-box a.circle-1::before {
  background-color: #fff9d8;
}
.category-section-2 .category-slider .shop-category-box a.circle-2::before {
  background-color: #fff2ec;
}
.category-section-2 .category-slider .shop-category-box a.circle-3::before {
  background-color: #fce9e9;
}
.category-section-2 .category-slider .shop-category-box a.circle-4::before {
  background-color: #fcf1ff;
}
.category-section-2 .category-slider .shop-category-box a::before {
  content: "";
  position: absolute;
  top: -14px;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100px;
  transition: all 0.3s ease-in-out;
}
.category-section-2 .category-slider .shop-category-box a img {
  position: relative;
  width: calc(87px + 23 * (100vw - 320px) / 1600);
  height: calc(87px + 13 * (100vw - 320px) / 1600);
  object-fit: contain;
  margin: 0 auto;
  transition: all 0.3s ease-in-out;
}
.category-section-2 .category-slider .shop-category-box .category-name {
  position: relative;
  text-align: center;
  z-index: 0;
  margin: 16px auto 0;
}
.category-section-2 .category-slider .shop-category-box .category-name h6,
.category-section-2 .category-slider .shop-category-box .category-name .h6 {
  transition: all 0.3s ease-in-out;
  margin: 0 auto;
  font-size: calc(13px + 2 * (100vw - 320px) / 1600);
  letter-spacing: 0.7px;
  line-height: 1.3;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  -webkit-line-clamp: 3;
  margin-bottom: 0;
  font-weight: 500;
}
.category-section-3 .category-box-list {
  padding: 20px;
  border-radius: 15px;
  background-color: #f8f8f8;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  z-index: 0;
}
.category-section-3 .category-box-list::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--theme-color);
  z-index: -1;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.category-section-3 .category-box-list:hover {
  background-color: #ffffff;
}
.category-section-3 .category-box-list:hover::after {
  opacity: 0.15;
}
.category-section-3 .category-box-list:hover .category-name h4,
.category-section-3 .category-box-list:hover .category-name .h4 {
  font-weight: 700;
  color: var(--theme-color);
}
.category-section-3 .category-box-list:hover .category-name h6,
.category-section-3 .category-box-list:hover .category-name .h6 {
  color: #222222;
}
.category-section-3 .category-box-list:hover .category-box-view .shop-button {
  opacity: 1;
  bottom: 17px;
}
.category-section-3 .category-box-list:hover a img {
  opacity: 0.7;
  transform: scale(1.03);
}
.category-section-3 .category-box-list .category-box-view .shop-button {
  left: 50%;
  transform: translateX(-50%);
  background-color: var(--theme-color);
  font-size: 14px;
  padding: 10px 20px;
  color: #ffffff;
  font-weight: 600;
  position: absolute;
  bottom: -40px;
  opacity: 0;
}
.category-section-3 .category-box-list .category-box-view .shop-button i {
  margin-left: 6px;
  font-size: 12px;
}
.category-section-3 .category-box-list .category-box-view > a {
  width: 100%;
  height: 130px;
}
.category-section-3 .category-box-list .category-box-view > a img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.category-section-3 .category-box-list .category-name {
  margin-bottom: 20px;
  color: #222222;
  display: block;
}
.category-section-3 .category-box-list .category-name h4,
.category-section-3 .category-box-list .category-name .h4 {
  font-weight: 600;
  transition: all 0.3s ease-in-out;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
}
.category-section-3 .category-box-list .category-name h6,
.category-section-3 .category-box-list .category-name .h6 {
  margin-top: 5px;
  color: #4a5568;
  transition: all 0.3s ease-in-out;
}
.category-section-3 .category-box-list a {
  display: block;
  position: relative;
}
.category-section-3 .category-box-list a img {
  margin: 0 auto;
  transition: all 0.3s ease-in-out;
}
.category-section-4 .shop-category-box {
  text-align: center;
}
.category-section-4 .shop-category-box img {
  width: 120px;
  height: 120px;
  object-fit: contain;
  border-radius: 25px;
  margin: 0 auto;
  border: 2px solid #ffffff;
}
.category-section-4 .shop-category-box .category-name {
  margin-top: 14px;
}
.category-section-4 .shop-category-box .category-name h6,
.category-section-4 .shop-category-box .category-name .h6 {
  font-size: 16px;
  color: #ffffff;
  font-weight: 500;
}
.no-bg-category .product-list:before,
.no-bg-category .product-list:after {
  display: none;
}
.no-bg-category .category-menu {
  background-color: transparent;
  padding: 0;
}
footer {
  background-color: #276534;
  position: relative;
  z-index: 0;
}
@media (max-width: 767px) {
  footer .main-footer {
    border: none;
    padding-top: 0;
  }
}
footer .main-footer .footer-theme .footer-theme-contain {
  margin-top: calc(13px + 7 * (100vw - 320px) / 1600);
}
footer .main-footer .footer-theme .footer-theme-contain p {
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
  color: #ffffff;
  line-height: 27px;
  margin-bottom: 0;
}
footer .main-footer .footer-theme .footer-theme-contain ul.address {
  margin-top: calc(17px + 13 * (100vw - 320px) / 1600);
}
footer .main-footer .footer-theme .footer-theme-contain ul.address li {
  display: flex;
  align-items: center;
}
footer .main-footer .footer-theme .footer-theme-contain ul.address li i {
  font-size: 18px;
  color: #ffffff;
}
footer .main-footer .footer-theme .footer-theme-contain ul.address li p {
  margin: 1px 0 0 10px;
  color: #ffffff;
}
body.rtl footer .main-footer .footer-theme .footer-theme-contain ul.address li p {
  margin: 1px 10px 0 0;
}
footer .main-footer .footer-theme .footer-theme-contain ul li {
  display: block;
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
}
footer .main-footer .footer-theme .footer-theme-contain ul li a:hover {
  color: #ffffff;
}
footer .main-footer .footer-theme .footer-theme-contain ul li + li {
  margin-top: calc(4px + 11 * (100vw - 320px) / 1600);
}
footer .main-footer .footer-logo .theme-logo {
  display: flex;
  align-items: center;
}
@media (max-width: 575px) {
  footer .main-footer .footer-logo .theme-logo {
    margin-bottom: 15px;
  }
}
footer .main-footer .footer-logo .theme-logo a img {
  width: calc(120px + 40 * (100vw - 320px) / 1600);
}
footer .main-footer .footer-logo .theme-logo h4,
footer .main-footer .footer-logo .theme-logo .h4 {
  margin-left: 10px;
}
footer .main-footer .footer-logo .footer-logo-contain {
  margin: calc(13px + 7 * (100vw - 320px) / 1600) 0;
}
footer .main-footer .footer-logo .footer-logo-contain p {
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
  color: #ffffff;
  line-height: 27px;
  margin-bottom: 0;
  width: 88%;
}
@media (max-width: 575px) {
  footer .main-footer .footer-logo .footer-logo-contain p {
    width: calc(100% + -12 * (100vw - 320px) / 255);
  }
}
footer .main-footer .footer-logo .footer-logo-contain .address {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: calc(7px + 23 * (100vw - 320px) / 1600);
}
body.rtl footer .main-footer .footer-logo .footer-logo-contain .address {
  padding-left: unset;
  padding-right: 0;
}
footer .main-footer .footer-logo .footer-logo-contain .address li {
  display: flex;
  align-items: flex-start;
  width: 100%;
}
footer .main-footer .footer-logo .footer-logo-contain .address li:hover a {
  transition: all 0.3s ease-in-out;
}
footer .main-footer .footer-logo .footer-logo-contain .address li:hover i {
  transition: all 0.3s ease-in-out;
}
footer .main-footer .footer-logo .footer-logo-contain .address li i {
  color: #ffffff;
  line-height: 1;
  font-size: 18px;
}
footer .main-footer .footer-logo .footer-logo-contain .address li a {
  margin: 0 0 0 10px;
  color: #ffffff;
  line-height: 18px;
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
}
body.rtl footer .main-footer .footer-logo .footer-logo-contain .address li a {
  margin-right: 10px;
  margin-left: unset;
}
footer .main-footer .footer-title {
  position: relative;
}
footer .main-footer .footer-title h4,
footer .main-footer .footer-title .h4 {
  color: white;
}
@media (max-width: 575px) {
  footer .main-footer .footer-title {
    cursor: pointer;
  }
  footer .main-footer .footer-title:before {
    font-family: remixicon;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    content: "\ea4e";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #ffffff;
    right: 0;
    font-size: 19px;
    line-height: 1;
  }
  body.rtl footer .main-footer .footer-title:before {
    right: unset;
    left: 0;
  }
  footer .main-footer .footer-title.show::before {
    transform: translateY(-50%) rotateX(180deg);
  }
  footer .main-footer .footer-title.show ~ .footer-contain {
    height: auto;
    visibility: visible;
  }
}
@media (max-width: 575px) {
  footer .main-footer .footer-title.contact-title {
    cursor: default;
  }
  footer .main-footer .footer-title.contact-title:before {
    content: none;
  }
}
footer .main-footer .footer-title h4,
footer .main-footer .footer-title .h4 {
  font-size: calc(17px + 3 * (100vw - 320px) / 1600);
  font-weight: 600;
}
@media (max-width: 575px) {
  footer .main-footer .footer-title h4,
  footer .main-footer .footer-title .h4 {
    font-weight: 500;
  }
}
footer .main-footer .footer-contain {
  margin-top: calc(12px + 8 * (100vw - 320px) / 1600);
}
@media (max-width: 575px) {
  footer .main-footer .footer-contain {
    height: 0;
    overflow: hidden;
    visibility: hidden;
    transition: all 0.5s ease-in-out;
  }
}
footer .main-footer .footer-contain p {
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
  color: #ffffff;
  line-height: 27px;
  margin-bottom: 0;
}
footer .main-footer .footer-contain ul.address {
  margin-top: calc(17px + 13 * (100vw - 320px) / 1600);
}
footer .main-footer .footer-contain ul.address li {
  display: flex;
  align-items: flex-start;
}
footer .main-footer .footer-contain ul.address li i {
  color: #ffffff;
  font-size: 18px;
}
footer .main-footer .footer-contain ul.address li p,
footer .main-footer .footer-contain ul.address li a {
  margin: 0 0 0 10px;
  color: #ffffff;
  line-height: 18px;
}
body.rtl footer .main-footer .footer-contain ul.address li p,
body.rtl footer .main-footer .footer-contain ul.address li a {
  margin-right: 10px;
  margin-left: unset;
}
footer .main-footer .footer-contain ul li {
  display: block;
  font-size: 16px;
}
footer .main-footer .footer-contain ul li a {
  display: inline-block;
  position: relative;
}
footer .main-footer .footer-contain ul li a::before {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  left: 0;
  bottom: 0;
  background-color: var(--theme-color);
  transition: all 0.3s ease-in-out;
}
body.rtl footer .main-footer .footer-contain ul li a::before {
  left: unset;
  right: 0;
}
footer .main-footer .footer-contain ul li a::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 5px;
  height: 5px;
  left: -13px;
  background-color: var(--theme-color);
  border-radius: 100%;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
body.rtl footer .main-footer .footer-contain ul li a::after {
  left: unset;
  right: -13px;
}
footer .main-footer .footer-contain ul li a:hover {
  margin-left: 13px;
}
body.rtl footer .main-footer .footer-contain ul li a:hover {
  margin-left: unset;
  margin-right: 13px;
}
footer .main-footer .footer-contain ul li a:hover::before {
  width: 100%;
}
footer .main-footer .footer-contain ul li a:hover::after {
  opacity: 1;
}
@media (max-width: 575px) {
  footer .main-footer .footer-contain ul li a {
    padding-left: 13px;
    margin-left: 5px;
  }
  body.rtl footer .main-footer .footer-contain ul li a {
    padding-left: unset;
    padding-right: 13px;
    margin-left: unset;
    margin-right: 5px;
  }
  footer .main-footer .footer-contain ul li a::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 5px;
    height: 1px;
    left: 0;
    background-color: rgba(255, 255, 255, 0.76);
    border-radius: 100%;
    opacity: 1;
    transition: all 0.3s ease-in-out;
  }
  body.rtl footer .main-footer .footer-contain ul li a::after {
    left: unset;
    right: 0;
  }
  footer .main-footer .footer-contain ul li a::before {
    content: unset;
  }
  footer .main-footer .footer-contain ul li a:hover {
    color: white;
    margin-left: 5px;
  }
  body.rtl footer .main-footer .footer-contain ul li a:hover {
    margin-left: unset;
    margin-right: 5px;
  }
  footer .main-footer .footer-contain ul li a:hover::before {
    width: 100%;
  }
  footer .main-footer .footer-contain ul li a:hover::after {
    opacity: 1;
  }
}
footer .main-footer .footer-contain ul li + li {
  margin-top: calc(8px + 7 * (100vw - 320px) / 1600);
}
footer .main-footer .social-app::before {
  content: none;
}
footer .main-footer .social-app ul {
  display: flex;
  flex-wrap: nowrap;
  gap: 8px;
  align-items: center;
}
footer .main-footer .social-app ul li {
  display: inline-block;
}
footer .main-footer .social-app ul li::before {
  content: none !important;
}
footer .main-footer .social-app ul li a {
  display: block;
}
footer .main-footer .social-app ul li a img {
  width: calc(114px + 26 * (100vw - 320px) / 1600);
}
footer .main-footer .footer-contact {
  margin-top: calc(13px + 7 * (100vw - 320px) / 1600);
}
body.rtl footer .main-footer .footer-contact {
  padding-left: unset;
  padding-right: 0;
}
footer .main-footer .footer-contact ul li {
  display: block;
  margin-bottom: calc(30px + 20 * (100vw - 320px) / 1600);
  position: relative;
}
footer .main-footer .footer-contact ul li:last-child {
  margin-bottom: 0;
}
footer .main-footer .footer-contact ul li:last-child::before {
  content: none;
}
footer .main-footer .footer-contact ul li.social-app ul li a {
  display: block;
}
footer .main-footer .footer-contact ul li.social-app ul li a img {
  width: calc(114px + 25 * (100vw - 320px) / 1600);
}
footer .main-footer .footer-contact ul li::before {
  content: "";
  position: absolute;
  bottom: -24px;
  right: 0;
  width: calc(100% - 33px);
  border-bottom: 1px dashed #c1c1c1;
}
body.rtl footer .main-footer .footer-contact ul li::before {
  right: unset;
  left: 0;
}
@media (max-width: 1460px) {
  footer .main-footer .footer-contact ul li::before {
    bottom: -20px;
  }
}
@media (max-width: 991px) {
  footer .main-footer .footer-contact ul li::before {
    bottom: -18px;
  }
}
@media (max-width: 767px) {
  footer .main-footer .footer-contact ul li::before {
    bottom: -16px;
  }
}
@media (max-width: 360px) {
  footer .main-footer .footer-contact ul li::before {
    bottom: -13px;
  }
}
footer .main-footer .footer-contact ul li .footer-number {
  display: flex;
  flex-wrap: nowrap;
  gap: 12px;
  align-items: flex-start;
}
footer .main-footer .footer-contact ul li .footer-number i {
  color: #ffffff;
  font-size: 22px;
  line-height: 1;
}
footer .main-footer .footer-contact ul li .footer-number .contact-number h5,
footer .main-footer .footer-contact ul li .footer-number .contact-number .h5 {
  margin-top: 6px;
  font-weight: 600;
  color: #222222;
}
footer .sub-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px dashed #c1c1c1;
}
@media (max-width: 991px) {
  footer .sub-footer {
    display: block;
    text-align: center;
  }
}
@media (max-width: 767px) {
  footer .sub-footer {
    margin-bottom: 50px;
  }
}
@media (max-width: 991px) {
  footer .sub-footer .payment {
    margin: 8px 0;
  }
}
footer .sub-footer .reserve h6,
footer .sub-footer .reserve .h6 {
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
}
footer .sub-footer .social-link {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  footer .sub-footer .social-link {
    justify-content: center;
  }
}
footer .sub-footer .social-link h6,
footer .sub-footer .social-link .h6 {
  margin-right: 10px;
  font-size: 16px;
}
body.rtl footer .sub-footer .social-link h6,
body.rtl footer .sub-footer .social-link .h6 {
  margin-left: 10px;
  margin-right: unset;
}
footer .sub-footer .social-link ul {
  display: flex;
  align-items: center;
}
footer .sub-footer .social-link ul li:hover i {
  transform: translateY(-5px);
}
footer .sub-footer .social-link ul li a {
  display: block;
}
footer .sub-footer .social-link ul li a:hover i {
  transform: translateY(-5px);
  color: #000000;
}
footer .sub-footer .social-link ul li a i {
  font-size: calc(26px + 2 * (100vw - 320px) / 1600);
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
footer .sub-footer .social-link ul li + li {
  margin-left: 8px;
}
body.rtl footer .sub-footer .social-link ul li + li {
  margin-left: unset;
  margin-right: 8px;
}
footer .sub-footer ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 6px;
}
@media (max-width: 991px) {
  footer .sub-footer ul {
    display: block;
    text-align: center;
  }
}
footer .sub-footer ul li {
  display: block;
}
footer.footer-section-2 {
  background-color: #f8f8f8;
}
footer.footer-section-2 .text-content {
  color: white;
}
footer.footer-section-2::before,
footer.footer-section-2::after {
  content: none;
}
footer.footer-section-2 .download-image {
  margin-top: calc(20px + 10 * (100vw - 320px) / 1600);
}
footer.footer-section-2.footer-color-2 {
  background-color: #051616;
}
footer.footer-section-2.footer-color-2 .no-data-footer h4,
footer.footer-section-2.footer-color-2 .no-data-footer .h4 {
  color: white;
}
footer.footer-section-2.footer-color-3 {
  background-color: #1d2328;
}
footer.footer-section-2 .main-footer .footer-logo .footer-logo-contain .address li a,
footer.footer-section-2 .main-footer .footer-logo .footer-logo-contain .address li i {
  color: #bfbfbf;
}
footer.footer-section-2 .main-footer .footer-title h4,
footer.footer-section-2 .main-footer .footer-title .h4 {
  color: #fff;
}
footer.footer-section-2 .main-footer .footer-contain ul li a {
  color: white;
}
footer.footer-section-2 .main-footer .footer-contact ul li::before {
  border-color: rgba(236, 236, 236, 0.2);
}
footer.footer-section-2 .main-footer .footer-contact ul li .footer-number i {
  color: white;
}
footer.footer-section-2 .main-footer .footer-contact ul li .footer-number .contact-number h6,
footer.footer-section-2 .main-footer .footer-contact ul li .footer-number .contact-number .h6 {
  color: white;
}
footer.footer-section-2 .main-footer .footer-contact ul li .footer-number .contact-number h5,
footer.footer-section-2 .main-footer .footer-contact ul li .footer-number .contact-number .h5 {
  color: #fff;
}
footer.footer-section-2 .main-footer {
  padding-bottom: calc(18px + 32 * (100vw - 320px) / 1600);
  border-top: unset;
}
footer.footer-section-2 .main-footer .foot-logo img {
  width: calc(120px + 40 * (100vw - 320px) / 1600);
}
footer.footer-section-2 .main-footer .information-text {
  margin-bottom: 0;
  margin-top: calc(5px + 15 * (100vw - 320px) / 1600);
  color: #ffffff;
  font-weight: 400;
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
  line-height: 1.7;
}
footer.footer-section-2 .main-footer .information-text-2 {
  color: #bfbfbf;
  margin-top: calc(18px + 12 * (100vw - 320px) / 1600);
}
footer.footer-section-2 .main-footer .footer-logo-contain p {
  color: #bfbfbf;
  margin-top: calc(18px + 12 * (100vw - 320px) / 1600);
}
footer.footer-section-2 .main-footer .footer-logo-contain .social-link ul {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-top: 15px;
}
footer.footer-section-2 .main-footer .footer-logo-contain .social-link ul li a i {
  font-size: 24px;
  color: #ffffff;
  transition: color 0.3s ease;
}
footer.footer-section-2 .main-footer .footer-logo-contain .social-link ul li a i:hover {
  color: var(--theme-color);
}
footer.footer-section-2 .main-footer .social-icon {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 20px;
}
body.rtl footer.footer-section-2 .main-footer .social-icon {
  padding-left: unset;
  padding-right: 0;
}
footer.footer-section-2 .main-footer .social-icon li {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  position: relative;
  z-index: 0;
  transition: all 0.3s ease-in-out;
}
footer.footer-section-2 .main-footer .social-icon li.light-bg::after {
  background-color: #ffffff;
  opacity: 0.1;
  transition: all 0.3s ease-in-out;
}
footer.footer-section-2 .main-footer .social-icon li.light-bg:hover::after {
  opacity: 0.3;
}
footer.footer-section-2 .main-footer .social-icon li::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: var(--theme-color);
  opacity: 0.06;
  border-radius: 50%;
  z-index: -1;
  transition: all 0.3s ease-in-out;
}
footer.footer-section-2 .main-footer .social-icon li:hover::after {
  opacity: 1;
}
footer.footer-section-2 .main-footer .social-icon li:hover i {
  color: #ffffff;
}
footer.footer-section-2 .main-footer .social-icon li a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
}
footer.footer-section-2 .main-footer .social-icon li a i {
  transition: all 0.3s ease-in-out;
}
footer.footer-section-2 .main-footer .social-icon li a.footer-link-color {
  color: #ffffff;
}
footer.footer-section-2 .main-footer .download-app {
  margin-top: 20px;
}
footer.footer-section-2 .main-footer .download-app span {
  margin-bottom: 0;
  margin-top: 20px;
  color: #ffffff;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
}
footer.footer-section-2 .main-footer .download-app img {
  width: 110px;
  margin-left: 8px;
}
footer.footer-section-2 .main-footer .footer-title {
  margin-bottom: calc(13px + 23 * (100vw - 320px) / 1600);
  font-size: calc(18px + 4 * (100vw - 320px) / 1600);
  font-family: "Nunito", sans-serif;
  font-weight: 600;
  position: relative;
}
footer.footer-section-2 .main-footer .footer-list-light li a:hover {
  color: #ffffff;
}
footer.footer-section-2 .main-footer .footer-list {
  display: flex;
  flex-wrap: wrap;
  gap: calc(7px + 9 * (100vw - 320px) / 1600);
}
body.rtl footer.footer-section-2 .main-footer .footer-list {
  padding-right: 0;
}
footer.footer-section-2 .main-footer .footer-list li {
  display: block;
  width: 100%;
}
@media (max-width: 575px) {
  footer.footer-section-2 .main-footer .footer-list li:last-child {
    margin-bottom: 16px;
  }
}
footer.footer-section-2 .main-footer .footer-list li a {
  color: #ffffff;
  position: relative;
  display: flex;
  align-items: center;
  font-size: 16px;
}
footer.footer-section-2 .main-footer .footer-list li a i {
  margin-right: 10px;
}
body.rtl footer.footer-section-2 .main-footer .footer-list li a i {
  margin-right: unset;
  margin-left: 10px;
}
footer.footer-section-2 .main-footer .footer-list li a.light-text {
  color: #bfbfbf;
}
footer.footer-section-2 .main-footer .footer-list li a:hover {
  color: #ffffff;
  padding-left: 14px;
}
body.rtl footer.footer-section-2 .main-footer .footer-list li a:hover {
  padding-left: unset;
  padding-right: 14px;
}
footer.footer-section-2 .main-footer .footer-list li a:hover::before {
  left: 0;
  opacity: 0.7;
}
body.rtl footer.footer-section-2 .main-footer .footer-list li a:hover::before {
  left: unset;
  right: 0;
}
footer.footer-section-2 .main-footer .footer-list li a:before {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  top: 50%;
  transform: translateY(-50%);
  left: -20px;
  border-radius: 100%;
  opacity: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
body.rtl footer.footer-section-2 .main-footer .footer-list li a:before {
  left: unset;
  right: -20px;
}
footer.footer-section-2 .main-footer .footer-list li a.footer-contain-2::before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  width: unset;
  height: unset;
  top: 50%;
  transform: translateY(-50%);
  content: "\f105";
  left: 0;
  opacity: 0;
  background: none;
  color: var(--theme-color);
}
footer.footer-section-2 .main-footer .footer-list li a.footer-contain-2:hover {
  padding-left: 6px;
  color: var(--theme-color);
}
footer.footer-section-2 .main-footer .footer-list li a.footer-contain-2:hover::before {
  opacity: 1;
}
body.rtl footer.footer-section-2 .main-footer .footer-address {
  padding-right: 0;
}
footer.footer-section-2 .main-footer .footer-address li {
  margin-bottom: 16px;
  display: flex;
  align-items: center;
}
footer.footer-section-2 .main-footer .footer-address li:last-child {
  margin-bottom: 0;
}
footer.footer-section-2 .main-footer .footer-address li a {
  color: #ffffff;
  position: relative;
  font-size: 16px;
  display: block;
  width: 100%;
}
footer.footer-section-2 .main-footer .footer-address li a.light-text {
  color: #bfbfbf;
}
footer.footer-section-2 .main-footer .footer-address li a .inform-box {
  display: flex;
  align-items: center;
}
footer.footer-section-2 .main-footer .footer-address li a .inform-box.flex-start-box {
  align-items: flex-start;
}
footer.footer-section-2 .main-footer .footer-address li a .inform-box i {
  font-size: 20px;
  margin-right: 10px;
}
body.rtl footer.footer-section-2 .main-footer .footer-address li a .inform-box i {
  margin-right: unset;
  margin-left: 10px;
}
footer.footer-section-2 .main-footer .footer-address li a .inform-box p {
  margin: -3px 0 0;
  width: calc(100% + -36 * (100vw - 320px) / 1600);
  font-size: 16px;
  line-height: 30px;
}
footer.footer-section-2 .sub-footer {
  border-color: rgba(236, 236, 236, 0.2);
}
footer.footer-section-2 .sub-footer-lite {
  border-top: 1px solid rgba(236, 236, 236, 0.2);
}
footer.footer-section-2 .sub-footer p {
  margin-bottom: 0;
  font-size: 15px;
  color: #ffffff;
  text-transform: uppercase;
}
footer.footer-section-2 .sub-footer p.light-text {
  color: #bfbfbf;
}
footer.footer-section-2 .sub-footer .payment-box {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media (max-width: 1199px) {
  footer.footer-section-2 .sub-footer .payment-box {
    justify-content: center;
    margin-top: 10px;
  }
}
footer.footer-section-2 .sub-footer .payment-box li {
  margin: 0 5px;
}
footer.footer-section-2 .sub-footer .payment-box li img {
  width: 40px;
  margin-bottom: -6px;
  display: block;
}
footer.footer-section-2 .sub-footer .social-link ul li a i {
  color: #ffffff;
}
.footer-sm {
  margin-left: 320px;
  background-color: #ffffff;
}
body.rtl .footer-sm {
  margin-left: unset;
  margin-right: 320px;
}
@media (max-width: 1199px) {
  .footer-sm {
    margin-left: 0;
  }
  body.rtl .footer-sm {
    margin-left: unset;
    margin-right: 0;
  }
}
.footer-sm:after,
.footer-sm:before {
  display: none;
}
.footer-sm .sub-footer {
  border-top: none;
  padding: 20px 0;
}
.onhover-category-box {
  position: absolute;
  top: 0;
  left: 100%;
  background: #ffffff;
  box-shadow: 0 0 8px #ddd;
  padding: 20px 25px;
  border-radius: 5px;
  width: 520px;
  height: 100%;
  overflow: auto;
  display: grid;
  grid-template-columns: auto auto;
  opacity: 0;
  visibility: hidden;
  margin-left: 14px;
  transition: all 0.3s ease-in-out;
}
body.rtl .onhover-category-box {
  margin-left: unset;
  margin-right: 14px;
}
@media (max-width: 1199px) {
  .onhover-category-box {
    grid-template-columns: auto;
    display: block;
    width: 100%;
  }
  .onhover-category-box .list-2 {
    margin-top: 15px;
  }
}
@media (max-width: 767px) {
  .onhover-category-box {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    box-shadow: none;
    padding: 12px 11px;
    margin-top: 7px;
    opacity: 1;
    visibility: visible;
    margin-left: 0;
  }
}
.onhover-category-box .category-title-box {
  margin-bottom: calc(8px + 12 * (100vw - 320px) / 1600);
  display: flex;
  align-items: center;
}
.onhover-category-box .category-title-box h5,
.onhover-category-box .category-title-box .h5 {
  font-weight: 600;
}
.onhover-category-box ul {
  display: flex;
  flex-wrap: wrap;
  gap: calc(4px + 7 * (100vw - 320px) / 1600);
}
.onhover-category-box ul li {
  position: relative;
}
.onhover-category-box ul li::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 5px;
  height: 5px;
  background-color: #4a5568;
  border-radius: 100%;
}
.onhover-category-box ul li a {
  margin-left: 13px;
}
header.active .sticky-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #ffffff;
  color: #222222;
  box-shadow: 0 8px 10px rgba(34, 34, 34, 0.05);
  z-index: 3;
  padding: calc(15px + 9 * (100vw - 320px) / 1600) 0;
}
header.active .sticky-header .search-full {
  top: 48px;
}
header.active .sticky-header-2 {
  background-color: var(--theme-color);
  padding: 14px 0;
}
header.active .sticky-header-3 {
  padding: 14px 0;
}
header .timer-notification {
  color: #ffffff;
  text-align: center;
  transition: all 0.3s ease-in-out;
  position: relative;
}
@media (max-width: 1399px) {
  header .timer-notification {
    text-align: left;
  }
}
header .timer-notification h6,
header .timer-notification .h6 {
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
}
header .timer-notification h6 a,
header .timer-notification .h6 a {
  text-decoration: underline;
  font-weight: 600;
  display: inline-block;
  margin-left: 5px;
}
header .header-notification {
  position: relative;
}
header .header-notification.remove {
  display: none;
}
@media (max-width: 767px) {
  header .header-notification .notification-slider .timer-notification {
    width: 80%;
    margin: 0 auto;
  }
}
header .header-notification .close-notification {
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  right: 11px;
  padding: 0;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
}
@media (max-width: 575px) {
  header .header-notification .close-notification {
    top: 10px;
    transform: none;
  }
}
@media (max-width: 575px) {
  header .header-notification .close-notification span {
    display: none;
  }
}
header .header-notification .close-notification i {
  margin-left: 5px;
  margin-top: 1px;
}
header .onhover-category-list:hover .onhover-category-box {
  opacity: 1;
  visibility: visible;
  margin-left: 0;
}
body.rtl header .onhover-category-list:hover .onhover-category-box {
  margin-left: unset;
  margin-right: 0;
}
@media (max-width: 767px) {
  header .onhover-category-list .list-1 {
    margin-bottom: 21px;
  }
}
header .onhover-category-list .onhover-category-box {
  position: absolute;
  top: 0;
  left: 100%;
  background: #ffffff;
  box-shadow: 0 0 8px #ddd;
  padding: 20px 25px;
  border-radius: 5px;
  width: 520px;
  height: 100%;
  overflow: auto;
  display: grid;
  grid-template-columns: auto auto;
  opacity: 0;
  visibility: hidden;
  margin-left: 14px;
  transition: all 0.3s ease-in-out;
}
body.rtl header .onhover-category-list .onhover-category-box {
  margin-left: unset;
  margin-right: 14px;
}
@media (max-width: 991px) {
  header .onhover-category-list .onhover-category-box {
    grid-template-columns: auto;
    display: block;
    width: 100%;
  }
  header .onhover-category-list .onhover-category-box .list-2 {
    margin-top: 15px;
  }
}
@media (max-width: 767px) {
  header .onhover-category-list .onhover-category-box {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    box-shadow: none;
    padding: 12px 11px;
    margin-top: 7px;
    opacity: 1;
    visibility: visible;
    margin-left: 0;
  }
}
header .onhover-category-list .onhover-category-box .category-title-box {
  margin-bottom: calc(8px + 12 * (100vw - 320px) / 1600);
  display: flex;
  align-items: center;
}
header .onhover-category-list .onhover-category-box .category-title-box h5,
header .onhover-category-list .onhover-category-box .category-title-box .h5 {
  font-weight: 600;
}
header .onhover-category-list .onhover-category-box ul {
  display: flex;
  flex-wrap: wrap;
  gap: calc(4px + 7 * (100vw - 320px) / 1600);
}
header .onhover-category-list .onhover-category-box ul li {
  position: relative;
}
header .onhover-category-list .onhover-category-box ul li::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 5px;
  height: 5px;
  background-color: #4a5568;
  border-radius: 100%;
}
header .onhover-category-list .onhover-category-box ul li a {
  margin-left: 13px;
}
header .header-top {
  padding: 8px 0;
  background-color: var(--theme-color);
}
header .header-top-2 {
  background-color: #222222;
}
header .header-top .top-left-header {
  display: flex;
  align-items: center;
  height: 100%;
  gap: 6px;
}
header .header-top .top-left-header a {
  display: flex;
  align-items: center;
  height: 100%;
  gap: 6px;
}
header .header-top .top-left-header i {
  font-size: 18px;
}
header .header-top .top-left-header span {
  margin-top: 1px;
  font-weight: 500;
}
header .header-top .about-list {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 100%;
}
body.rtl header .header-top .about-list {
  padding-left: unset;
  padding-right: 0;
}
header .header-top .about-list > li {
  display: flex;
  align-items: center;
}
header .header-top .about-list > li i {
  font-size: 18px;
  margin-right: 5px;
}
body.rtl header .header-top .about-list > li i {
  margin-right: unset;
  margin-left: 5px;
}
header .header-top .about-list > li span {
  margin-top: 0;
  font-weight: 500;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 10px;
}
header .header-top .about-list > li + li {
  margin-left: 25px;
  position: relative;
}
body.rtl header .header-top .about-list > li + li {
  margin-left: unset;
  margin-right: 25px;
}
header .header-top .about-list > li + li::after {
  content: "";
  position: absolute;
  width: 2px;
  height: 90%;
  left: -13px;
  background-color: rgba(255, 255, 255, 0.3);
}
body.rtl header .header-top .about-list > li + li::after {
  left: unset;
  right: -13px;
}
header .header-top .about-list > li .theme-form-select {
  padding: 0;
  background-color: transparent;
  color: #ffffff;
  border: none;
  background-image: none;
  position: relative;
}
header .header-top .about-list > li .theme-form-select .form-select {
  font-size: 14px;
  background-color: transparent;
  border: initial;
  color: white;
  padding: 0 18px 0 0;
  background-image: none;
  box-shadow: none;
}
header .header-top .about-list > li .theme-form-select.select-arrow {
  position: relative;
}
header .header-top .about-list > li .theme-form-select.select-arrow::before {
  content: "\ea4e";
  position: absolute;
  font-family: remixicon;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  color: #ffffff;
  display: block !important;
}
header .header-top .about-list > li .theme-form-select .dropdown-toggle {
  font-size: 14px;
  font-weight: 500;
  color: #ffffff;
  padding: 0 18px 0 0;
}
header .header-top .about-list > li .theme-form-select .dropdown-toggle img {
  width: 20px;
  margin-right: 10px;
}
body.rtl header .header-top .about-list > li .theme-form-select .dropdown-toggle img {
  margin-right: unset;
  margin-left: 10px;
}
header .header-top .about-list > li .theme-form-select .dropdown-toggle::after {
  content: none;
}
header .header-top .about-list > li .theme-form-select .dropdown-toggle:focus {
  box-shadow: none;
}
header .header-top .about-list > li .theme-form-select .dropdown-toggle::before {
  content: "\ea4e";
  position: absolute;
  font-family: remixicon;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  color: #ffffff;
}
header .header-top .about-list > li .theme-form-select .dropdown-menu {
  right: 0;
}
body.rtl header .header-top .about-list > li .theme-form-select .dropdown-menu {
  right: unset;
  left: 0;
}
header .header-top .about-list > li .theme-form-select .dropdown-menu.sm-dropdown-menu {
  min-width: 100%;
}
header .header-top .about-list > li .theme-form-select .dropdown-menu li {
  display: block;
}
header .header-top .about-list > li .theme-form-select .dropdown-menu li + li {
  margin-left: 0;
}
body.rtl header .header-top .about-list > li .theme-form-select .dropdown-menu li + li {
  margin-left: unset;
  margin-right: 0;
}
header .header-top .about-list > li .theme-form-select .dropdown-menu li .dropdown-item {
  display: flex;
  align-items: center;
  font-size: 14px;
  gap: 10px;
}
header .header-top .about-list > li .theme-form-select .dropdown-menu li .dropdown-item:hover,
header .header-top .about-list > li .theme-form-select .dropdown-menu li .dropdown-item:focus {
  background-color: transparent;
  color: var(--theme-color);
}
header .header-top .about-list > li .theme-form-select .dropdown-menu li .dropdown-item.active,
header .header-top .about-list > li .theme-form-select .dropdown-menu li .dropdown-item:active {
  color: #222222;
  background-color: transparent;
}
header .header-top .about-list > li .theme-form-select .dropdown-menu li .dropdown-item img {
  width: 20px;
  margin-right: 10px;
}
body.rtl header .header-top .about-list > li .theme-form-select .dropdown-menu li .dropdown-item img {
  margin-right: unset;
  margin-left: 10px;
}
header .nav-about {
  padding: 10px 0;
  background-color: var(--theme-color);
}
header .nav-about-2 {
  background-color: #222222;
}
header .top-nav {
  padding: 24px 0;
}
@media (max-width: 1199px) {
  header .top-nav {
    padding: 24px 0 12px;
  }
}
@media (max-width: 767px) {
  header .top-nav {
    padding: 14px 0 0;
  }
}
header .top-nav .navbar-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
@media (max-width: 1199px) {
  header .top-nav .navbar-top {
    justify-content: normal;
  }
}
@media (max-width: 767px) {
  header .top-nav .navbar-top {
    justify-content: space-between;
  }
}
header .top-nav .navbar-top .web-logo {
  display: flex;
}
header .top-nav .navbar-top .web-logo:hover {
  color: var(--theme-color);
}
header .top-nav .navbar-top .web-logo img {
  width: calc(100px + 42 * (100vw - 320px) / 1600);
  height: auto;
  object-fit: contain;
}
@media (max-width: 767px) {
  header .top-nav .navbar-top .web-logo img {
    margin: 0 auto;
  }
}
header .top-nav .navbar-top .web-logo h2,
header .top-nav .navbar-top .web-logo .h2 {
  font-size: calc(29px + 10 * (100vw - 320px) / 1600);
  object-fit: contain;
}
header .top-nav .navbar-top .middle-box {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  header .top-nav .navbar-top .middle-box {
    display: none;
  }
}
header .top-nav .navbar-top .middle-box .location-box {
  border-radius: 5px;
  border: 1px solid #ececec;
  display: flex;
  align-items: center;
  padding: 7px;
  margin-right: 13px;
  position: relative;
  cursor: pointer;
}
body.rtl header .top-nav .navbar-top .middle-box .location-box {
  margin-right: unset;
  margin-left: 13px;
}
[class=dark] header .top-nav .navbar-top .middle-box .location-box {
  border-color: #777;
}
@media (max-width: 1556px) {
  header .top-nav .navbar-top .middle-box .location-box {
    padding-right: 7px;
  }
  body.rtl header .top-nav .navbar-top .middle-box .location-box {
    padding-right: 7px;
    padding-left: 7px;
  }
}
@media (max-width: 1300px) {
  header .top-nav .navbar-top .middle-box .location-box {
    display: none;
  }
}
header .top-nav .navbar-top .middle-box .location-box button {
  display: flex;
  align-items: center;
  padding: 0;
}
header .top-nav .navbar-top .middle-box .location-box button:focus {
  box-shadow: none;
}
header .top-nav .navbar-top .middle-box .location-box button .location-arrow {
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #4a5568;
  background-color: #f3f5f9;
  border-radius: 5px;
  margin-right: 12px;
}
body.rtl header .top-nav .navbar-top .middle-box .location-box button .location-arrow {
  margin-right: unset;
  margin-left: 12px;
}
@media (max-width: 1300px) {
  header .top-nav .navbar-top .middle-box .location-box button .location-arrow {
    margin-right: 0;
  }
  body.rtl header .top-nav .navbar-top .middle-box .location-box button .location-arrow {
    margin-right: unset;
    margin-left: 0;
  }
}
header .top-nav .navbar-top .middle-box .location-box button .location-arrow i {
  display: block;
  font-size: 18px;
}
header .top-nav .navbar-top .middle-box .location-box button .locat-name {
  font-size: 16px;
  font-weight: 400;
  border: none;
  box-shadow: none;
  cursor: pointer;
}
body.rtl header .top-nav .navbar-top .middle-box .location-box button .locat-name {
  padding: 0.375rem 0.75rem 0.375rem 2.25rem;
  background-position: left 0.75rem center;
}
@media (max-width: 1300px) {
  header .top-nav .navbar-top .middle-box .location-box button .locat-name {
    display: none;
  }
}
header .top-nav .navbar-top .middle-box .location-box button i {
  color: #4a5568;
}
body.rtl header .top-nav .navbar-top .middle-box .location-box button i {
  margin-left: unset;
  margin-right: 17px;
}
@media (max-width: 1300px) {
  header .top-nav .navbar-top .middle-box .location-box button i {
    display: none;
  }
}
@media (max-width: 1199px) {
  header .top-nav .navbar-top .middle-box .search-box {
    display: none;
  }
}
header .top-nav .navbar-top .middle-box .search-box .input-group::placeholder {
  font-size: 16px;
  font-weight: 400;
}
header .top-nav .navbar-top .middle-box .search-box .input-group .form-control {
  width: 577px;
  border-right-color: transparent;
  border-radius: 6px 0 0 6px;
  border-color: #ececec;
  height: 51px;
}
body.rtl header .top-nav .navbar-top .middle-box .search-box .input-group .form-control {
  border-radius: 0 6px 6px 0;
  border-right-color: rgba(119, 119, 119, 0.44);
  border-left-color: transparent;
}
@media (max-width: 1812px) {
  header .top-nav .navbar-top .middle-box .search-box .input-group .form-control {
    width: 466px;
  }
}
@media (max-width: 1346px) {
  header .top-nav .navbar-top .middle-box .search-box .input-group .form-control {
    width: 412px;
  }
}
@media (max-width: 1306px) {
  header .top-nav .navbar-top .middle-box .search-box .input-group .form-control {
    width: 423px;
  }
}
header .top-nav .navbar-top .middle-box .search-box .input-group .form-control:focus {
  border-color: #ececec;
  background-color: #ffffff;
}
header .top-nav .navbar-top .middle-box .search-box .input-group button {
  background-color: #ffa53b;
  color: #ffffff;
  height: 51px;
  padding: 14px 20px;
  border-radius: 5px;
  border: 1px solid #ffa53b;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
header .top-nav .navbar-top .middle-box .search-box .input-group button.bg-theme {
  background-color: var(--theme-color);
  border-color: var(--theme-color);
}
header .top-nav .navbar-top .middle-box .search-box .input-group button.search-button-2 {
  background-color: var(--theme-color);
  border-color: var(--theme-color);
}
body.rtl header .top-nav .navbar-top .middle-box .search-box .input-group button {
  border-radius: 5px 0 0 5px !important;
}
header .top-nav .navbar-top .middle-box .search-box .input-group button i {
  font-size: 22px;
}
@media (max-width: 1199px) {
  header .top-nav .navbar-top .rightside-box {
    margin-left: auto;
  }
  body.rtl header .top-nav .navbar-top .rightside-box {
    margin-left: unset;
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  header .top-nav .navbar-top .rightside-box {
    margin-left: unset;
  }
  body.rtl header .top-nav .navbar-top .rightside-box {
    margin-left: unset;
    margin-right: unset;
  }
}
header .top-nav .navbar-top .rightside-box .right-side-menu {
  display: flex;
  align-items: center;
}
body.rtl header .top-nav .navbar-top .rightside-box .right-side-menu {
  padding-left: unset;
  padding-right: 0;
}
header .top-nav .navbar-top .rightside-box .right-side-menu .right-side {
  position: relative;
  padding-right: 30px;
}
body.rtl header .top-nav .navbar-top .rightside-box .right-side-menu .right-side {
  padding-right: unset;
  padding-left: 30px;
}
@media (max-width: 767px) {
  header .top-nav .navbar-top .rightside-box .right-side-menu .right-side {
    display: none;
  }
  header .top-nav .navbar-top .rightside-box .right-side-menu .right-side:last-child {
    display: block;
  }
}
header .top-nav .navbar-top .rightside-box .right-side-menu .right-side:last-child {
  padding-right: 0;
}
body.rtl header .top-nav .navbar-top .rightside-box .right-side-menu .right-side:last-child {
  padding-right: unset;
  padding-left: 0;
}
header .top-nav .navbar-top .rightside-box .right-side-menu .right-side:last-child::before {
  content: none;
}
header .top-nav .navbar-top .rightside-box .right-side-menu .right-side::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 24px;
  right: 14px;
  background-color: #eee;
}
body.rtl header .top-nav .navbar-top .rightside-box .right-side-menu .right-side::before {
  right: unset;
  left: 14px;
}
header .top-nav .navbar-top .rightside-box .right-side-menu .right-side .delivery-login-box {
  display: flex;
  align-items: center;
  cursor: default;
  font-size: 24px;
}
header .top-nav .navbar-top .rightside-box .right-side-menu .right-side .delivery-login-box .delivery-icon .user-box {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background-color: #f8f8f8;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
header .top-nav .navbar-top .rightside-box .right-side-menu .right-side .delivery-login-box .delivery-icon i {
  color: #222222;
  font-size: 24px;
  cursor: pointer;
}
@media (max-width: 767px) {
  header .top-nav .navbar-top .rightside-box .right-side-menu .right-side .delivery-login-box .delivery-icon i {
    font-size: 20px;
  }
}
@media (max-width: 1660px) {
  header .top-nav .navbar-top .rightside-box .right-side-menu .right-side .delivery-login-box .delivery-icon i {
    margin-right: 0;
  }
  body.rtl header .top-nav .navbar-top .rightside-box .right-side-menu .right-side .delivery-login-box .delivery-icon i {
    margin-right: unset;
    margin-left: 0;
  }
}
header .top-nav .navbar-top .rightside-box .right-side-menu .right-side .delivery-login-box .delivery-detail {
  margin-left: 12px;
}
body.rtl header .top-nav .navbar-top .rightside-box .right-side-menu .right-side .delivery-login-box .delivery-detail {
  margin-left: unset;
  margin-right: 12px;
}
@media (max-width: 1660px) {
  header .top-nav .navbar-top .rightside-box .right-side-menu .right-side .delivery-login-box .delivery-detail {
    display: none;
  }
}
header .top-nav .navbar-top .rightside-box .right-side-menu .right-side .delivery-login-box .delivery-detail h6,
header .top-nav .navbar-top .rightside-box .right-side-menu .right-side .delivery-login-box .delivery-detail .h6 {
  color: #4a5568;
  margin-bottom: 3px;
  max-width: 140px;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
}
header .top-nav .navbar-top .rightside-box .right-side-menu .right-side .delivery-login-box .delivery-detail h5,
header .top-nav .navbar-top .rightside-box .right-side-menu .right-side .delivery-login-box .delivery-detail .h5 {
  font-weight: 500;
  color: #222222;
}
header .top-nav .navbar-top .rightside-box .right-side-menu .right-side .header-badge {
  padding-right: 0;
}
header .top-nav .navbar-top .rightside-box .right-side-menu .right-side .header-wishlist i {
  line-height: 1;
  font-size: 24px;
  color: #4a5568;
}
@media (max-width: 1660px) {
  header .top-nav .navbar-top .rightside-box .right-side-menu .right-side .header-wishlist i {
    color: #222222;
  }
}
header .top-nav .navbar-top .rightside-box .right-side-menu .right-side .header-wishlist:focus {
  box-shadow: none;
}
header .top-nav .navbar-top .rightside-box .right-side-menu .right-side .header-wishlist span {
  width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ff7272;
  font-size: 12px;
  padding: 0;
  border-radius: 2px;
}
body.rtl header .top-nav .navbar-top .rightside-box .right-side-menu .right-side .header-wishlist span {
  right: 0 !important;
}
header .onhover-dropdown {
  position: relative;
}
header .onhover-dropdown:hover .onhover-div {
  opacity: 1;
  top: 50px;
  visibility: visible;
}
header .onhover-dropdown .onhover-div {
  z-index: 0;
  overflow: hidden;
  position: absolute;
  top: 60px;
  right: -10px;
  background-color: #ffffff;
  z-index: 1001;
  width: 360px;
  border-radius: 10px;
  padding: 0;
  box-shadow: -1px 0 10px 0 rgba(34, 34, 34, 0.07), 5px 20px 40px 0 rgba(34, 34, 34, 0.04);
  opacity: 0;
  transition: all 0.3s ease-in-out;
  visibility: hidden;
}
header .onhover-dropdown .onhover-div .cart-title,
header .onhover-dropdown .onhover-div .free,
header .onhover-dropdown .onhover-div .progress {
  display: none;
}
header .onhover-dropdown .onhover-div .cart-list > li .drop-cart .drop-contain h5,
header .onhover-dropdown .onhover-div .cart-list > li .drop-cart .drop-contain .h5 {
  margin-bottom: 0 !important;
}
header .onhover-dropdown .onhover-div .cart-list > li .drop-cart .rating {
  margin-bottom: 5px;
}
header .onhover-dropdown .onhover-div .qty-box {
  width: 108px;
  position: absolute;
  bottom: 0;
  right: 0;
}
body.rtl header .onhover-dropdown .onhover-div .qty-box {
  right: unset;
  left: 0;
}
header .onhover-dropdown .onhover-div .qty-box .input-group {
  border: 1px solid rgba(193, 193, 193, 0.3);
  background-color: #f8f8f8;
}
header .onhover-dropdown .onhover-div .qty-box .input-group button {
  width: 30px;
  height: 30px;
}
header .onhover-dropdown .onhover-div .qty-box .input-group button:hover {
  background-color: #ffffff;
}
header .onhover-dropdown .onhover-div .qty-box .input-group button:hover i {
  color: var(--theme-color);
}
header .onhover-dropdown .onhover-div .empty-cart-box {
  padding: 28px 22px;
}
header .onhover-dropdown .onhover-div.fixed-cart {
  position: fixed;
  right: -420px;
  height: 100vh;
  top: 0;
  border-radius: 0;
  opacity: 1;
  visibility: visible;
  padding: 0;
  width: 400px;
  z-index: 10;
}
body.rtl header .onhover-dropdown .onhover-div.fixed-cart {
  right: unset;
  left: -420px;
}
header .onhover-dropdown .onhover-div.fixed-cart .empty-cart-box {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 70%;
}
header .onhover-dropdown .onhover-div.fixed-cart .bg-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  width: 100vw;
  height: 100vh;
  opacity: 0;
  visibility: hidden;
  background-color: #000000;
  transition: 0.3s ease-in-out;
}
header .onhover-dropdown .onhover-div.fixed-cart.show {
  right: 0;
}
body.rtl header .onhover-dropdown .onhover-div.fixed-cart.show {
  right: unset;
  left: 0;
}
header .onhover-dropdown .onhover-div.fixed-cart.show .bg-overlay {
  opacity: 0.5;
  visibility: visible;
}
header .onhover-dropdown .onhover-div.fixed-cart .cart-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 15px 20px;
  background-color: #f8f8f8;
  border-bottom: 1px solid #eee;
  margin-bottom: 20px;
}
header .onhover-dropdown .onhover-div.fixed-cart .cart-title h4,
header .onhover-dropdown .onhover-div.fixed-cart .cart-title .h4 {
  font-size: 20px;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 5px;
}
header .onhover-dropdown .onhover-div.fixed-cart .cart-title a {
  line-height: 1;
}
header .onhover-dropdown .onhover-div.fixed-cart .cart-title a i {
  font-size: 22px;
}
header .onhover-dropdown .onhover-div.fixed-cart .cart-list {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  overflow: auto;
  padding: 15px;
  max-height: calc(100vh - 247px - 85px - 78px);
}
header .onhover-dropdown .onhover-div.fixed-cart .bottom-box {
  position: absolute;
  width: 100%;
  padding: 20px;
  bottom: 0;
  right: 0;
  max-width: 420px;
  border-top: 1px solid rgba(193, 193, 193, 0.3098039216);
  background-color: #f8f8f8;
}
header .onhover-dropdown .onhover-div.fixed-cart .bottom-box .free {
  color: #4a5568;
  display: block;
  margin-bottom: 9px;
}
header .onhover-dropdown .onhover-div.fixed-cart .bottom-box .check-box {
  min-height: unset;
  padding: 0;
  margin-bottom: 20px;
  display: flex;
  align-items: flex-start;
}
header .onhover-dropdown .onhover-div.fixed-cart .bottom-box .check-box .checkbox_animated {
  width: 21px;
  height: 21px;
  border: unset;
  margin-right: 11px;
}
header .onhover-dropdown .onhover-div.fixed-cart .bottom-box .check-box .checkbox_animated::after {
  top: 0;
  left: 0;
}
header .onhover-dropdown .onhover-div.fixed-cart .bottom-box .check-box .checkbox_animated::before {
  left: 5px;
  top: 6px;
  width: 11px;
  height: 6px;
}
header .onhover-dropdown .onhover-div.fixed-cart .bottom-box .check-box .form-check-label {
  color: #4a5568;
  font-size: 14px;
}
header .onhover-dropdown .onhover-div.fixed-cart .bottom-box .progress {
  display: block;
  margin-top: calc(8px + 10 * (100vw - 320px) / 1600);
  height: calc(5px + 3 * (100vw - 320px) / 1600);
  background-color: #e6e7e9;
  border-radius: 100px;
  position: relative;
  overflow: unset;
  margin-bottom: calc(18px + 13 * (100vw - 320px) / 1600);
}
header .onhover-dropdown .onhover-div.fixed-cart .bottom-box .progress .progress-bar {
  height: calc(5px + 3 * (100vw - 320px) / 1600);
  background-color: var(--theme-color);
  border-radius: 100px;
}
header .onhover-dropdown .onhover-div.fixed-cart .bottom-box .progress i {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 90px;
  width: calc(22px + 6 * (100vw - 320px) / 1600);
  height: calc(22px + 6 * (100vw - 320px) / 1600);
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--theme-color);
  color: #ffffff;
  font-size: calc(15px + 2 * (100vw - 320px) / 1600);
}
header .onhover-dropdown .onhover-div.fixed-cart .pere-text-box {
  padding: 0 15px 12px;
  display: block;
}
header .onhover-dropdown .onhover-div.fixed-cart .price-box {
  padding-block: calc(7px + 4 * (100vw - 320px) / 1600);
}
header .onhover-dropdown .onhover-div.fixed-cart .progress {
  display: block;
  margin-block: calc(8px + 10 * (100vw - 320px) / 1600);
  height: calc(5px + 3 * (100vw - 320px) / 1600);
  background-color: #e6e7e9;
  border-radius: 100px;
  position: relative;
  overflow: unset;
}
body.rtl header .onhover-dropdown .onhover-div.fixed-cart .progress {
  direction: rtl;
}
header .onhover-dropdown .onhover-div.fixed-cart .progress .progress-bar {
  height: calc(5px + 3 * (100vw - 320px) / 1600);
  background-color: var(--theme-color);
  border-radius: 100px;
  position: relative;
  overflow: unset;
  max-width: 96%;
  min-width: 3%;
}
header .onhover-dropdown .onhover-div.fixed-cart .progress i {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -16px;
  width: calc(22px + 6 * (100vw - 320px) / 1600);
  height: calc(22px + 6 * (100vw - 320px) / 1600);
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--theme-color);
  color: #ffffff;
  font-size: calc(15px + 2 * (100vw - 320px) / 1600);
}
body.rtl header .onhover-dropdown .onhover-div.fixed-cart .progress i {
  right: unset;
  left: -16px;
}
header .onhover-dropdown .onhover-div.fixed-cart .progress.danger-progress p span.price {
  color: #ff4f4f;
}
header .onhover-dropdown .onhover-div.fixed-cart .progress.danger-progress .progress-bar,
header .onhover-dropdown .onhover-div.fixed-cart .progress.danger-progress i {
  background-color: #ff4f4f;
}
header .onhover-dropdown .onhover-div.fixed-cart .progress.warning-progress p span.price {
  color: #ffa53b;
}
header .onhover-dropdown .onhover-div.fixed-cart .progress.warning-progress .progress-bar,
header .onhover-dropdown .onhover-div.fixed-cart .progress.warning-progress i {
  background-color: #ffa53b;
}
header .onhover-dropdown .onhover-div.fixed-cart .progress.success-progress p span.price {
  color: var(--theme-color);
}
header .onhover-dropdown .onhover-div.fixed-cart .progress.success-progress .progress-bar,
header .onhover-dropdown .onhover-div.fixed-cart .progress.success-progress i {
  background-color: var(--theme-color);
}
header .onhover-dropdown .onhover-div.fixed-cart .button-group {
  display: grid;
}
header .onhover-dropdown .onhover-div .bottom-box {
  padding: 15px;
  border-top: 1px solid rgba(193, 193, 193, 0.3098039216);
}
body.rtl header .onhover-dropdown .onhover-div {
  right: unset;
  left: 10px;
}
header .onhover-dropdown .onhover-div-login {
  right: 0;
  width: 160px;
  padding: 10px;
}
body.rtl header .onhover-dropdown .onhover-div-login {
  right: unset;
  left: 0;
}
header .onhover-dropdown .onhover-div-login .user-box-name {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  align-items: center;
}
header .onhover-dropdown .onhover-div-login .user-box-name li {
  display: block;
  width: 100%;
}
header .onhover-dropdown .onhover-div-login .user-box-name li + li {
  padding-top: 8px;
  margin-top: 8px;
  border-top: 1px solid #eee;
}
header .onhover-dropdown .onhover-div-login .user-box-name li a {
  color: #222222;
  display: flex;
  align-items: center;
  position: relative;
}
header .onhover-dropdown .onhover-div-login .user-box-name li a:hover::after {
  width: 40%;
}
header .onhover-dropdown .onhover-div-login .user-box-name 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;
}
body.rtl header .onhover-dropdown .onhover-div-login .user-box-name li a::after {
  left: unset;
  right: 0;
}
header .onhover-dropdown .onhover-div .cart-list {
  display: flex;
  flex-wrap: wrap;
  max-height: 300px;
  overflow: auto;
  padding: 15px;
}
header .onhover-dropdown .onhover-div .cart-list::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: rgba(85, 85, 85, 0.14);
}
header .onhover-dropdown .onhover-div .cart-list::-webkit-scrollbar {
  width: 4px;
  background-color: #f5f5f5;
  border-radius: 50px;
}
header .onhover-dropdown .onhover-div .cart-list::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: var(--theme-color);
  opacity: 0.44;
}
header .onhover-dropdown .onhover-div .cart-list > li {
  margin: 0;
  width: 100%;
}
header .onhover-dropdown .onhover-div .cart-list > li + li {
  margin-left: 0;
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #ececec;
}
header .onhover-dropdown .onhover-div .cart-list > li::after {
  content: none !important;
}
header .onhover-dropdown .onhover-div .cart-list > li .drop-cart {
  display: flex;
  flex-wrap: nowrap;
  gap: 15px;
  align-items: center;
  position: relative;
}
header .onhover-dropdown .onhover-div .cart-list > li .drop-cart::after {
  content: none;
}
header .onhover-dropdown .onhover-div .cart-list > li .drop-cart .drop-image img {
  width: 87px;
  background: #f8f8f8;
  padding: 10px;
  height: 90px;
  object-fit: contain;
}
header .onhover-dropdown .onhover-div .cart-list > li .drop-cart .drop-contain {
  width: calc(100% - 87px - 15px);
  padding-right: 40px;
}
body.rtl header .onhover-dropdown .onhover-div .cart-list > li .drop-cart .drop-contain {
  padding-right: unset;
  padding-left: 40px;
}
header .onhover-dropdown .onhover-div .cart-list > li .drop-cart .drop-contain h5,
header .onhover-dropdown .onhover-div .cart-list > li .drop-cart .drop-contain .h5 {
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  margin-bottom: 5px;
  font-size: calc(15px + 2 * (100vw - 320px) / 1600);
  color: #222222;
  font-weight: 500;
}
header .onhover-dropdown .onhover-div .cart-list > li .drop-cart .drop-contain .gram {
  display: inline-block;
  font-size: 13px;
  margin-top: 10px;
  color: #4a5568;
  border: 1px solid rgba(193, 193, 193, 0.3);
  background-color: #f8f8f8;
  border-radius: 3px;
  padding: 3px 6px;
  font-weight: 400;
}
header .onhover-dropdown .onhover-div .cart-list > li .drop-cart .drop-contain .gram a {
  font-size: 14px;
  color: rgba(74, 85, 104, 0.7);
}
header .onhover-dropdown .onhover-div .cart-list > li .drop-cart .drop-contain h6,
header .onhover-dropdown .onhover-div .cart-list > li .drop-cart .drop-contain .h6 {
  margin-top: 6px;
  display: flex;
  flex-wrap: nowrap;
  gap: 5px;
  align-items: flex-end;
  font-weight: 500;
  color: #222222;
  font-size: 16px;
}
header .onhover-dropdown .onhover-div .cart-list > li .drop-cart .drop-contain h6 span,
header .onhover-dropdown .onhover-div .cart-list > li .drop-cart .drop-contain .h6 span {
  margin-top: -2px;
  font-weight: normal;
  color: #4a5568;
}
header .onhover-dropdown .onhover-div .cart-list > li .drop-cart .drop-contain .close-button {
  background-color: transparent;
  border: none;
  padding: 0;
  color: rgba(74, 85, 104, 0.7);
  font-size: 12px;
  display: flex;
  margin-top: -3px;
}
header .onhover-dropdown .onhover-div .cart-list > li .drop-cart .drop-contain .close-button i {
  font-size: 12px;
}
header .onhover-dropdown .onhover-div .cart-list > li .drop-cart .drop-contain .header-button-group {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  gap: 6px;
}
body.rtl header .onhover-dropdown .onhover-div .cart-list > li .drop-cart .drop-contain .header-button-group {
  right: unset;
  left: 0;
}
header .onhover-dropdown .onhover-div .cart-list > li .drop-cart .drop-contain .header-button-group .delete-button,
header .onhover-dropdown .onhover-div .cart-list > li .drop-cart .drop-contain .header-button-group .edit-button {
  color: #4a5568;
  width: 24px;
  height: 24px;
  background-color: #f8f8f8;
  border: 1px solid #eee;
  padding: 0;
  font-size: 13px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
header .onhover-dropdown .onhover-div .pere-text-box {
  display: none;
  border-bottom: 1px solid #ececec;
  padding: 20px 15px 20px;
}
header .onhover-dropdown .onhover-div .pere-text-box p {
  margin: 0;
  line-height: 1.5;
  color: rgba(74, 85, 104, 0.65);
  font-weight: 400;
}
header .onhover-dropdown .onhover-div .pere-text-box p span {
  font-weight: 500;
  color: #222222;
}
header .onhover-dropdown .onhover-div .pere-text-box p span.price {
  color: var(--theme-color);
}
header .onhover-dropdown .onhover-div .pere-text-box p span.shipping {
  color: #222222;
}
header .onhover-dropdown .onhover-div .pere-text-box.danger-progress p span.price {
  color: #ff4f4f;
}
header .onhover-dropdown .onhover-div .pere-text-box.danger-progress .progress .progress-bar,
header .onhover-dropdown .onhover-div .pere-text-box.danger-progress .progress i {
  background-color: #ff4f4f;
}
header .onhover-dropdown .onhover-div .pere-text-box.warning-progress p span.price {
  color: #ffa53b;
}
header .onhover-dropdown .onhover-div .pere-text-box.warning-progress .progress .progress-bar,
header .onhover-dropdown .onhover-div .pere-text-box.warning-progress .progress i {
  background-color: #ffa53b;
}
header .onhover-dropdown .onhover-div .pere-text-box.success-progress p span.price {
  color: var(--theme-color);
}
header .onhover-dropdown .onhover-div .pere-text-box.success-progress .progress .progress-bar,
header .onhover-dropdown .onhover-div .pere-text-box.success-progress .progress i {
  background-color: var(--theme-color);
}
header .onhover-dropdown .onhover-div .button-group {
  gap: calc(8px + 8 * (100vw - 320px) / 1600);
  display: flex;
  margin-top: calc(10px + 10 * (100vw - 320px) / 1600);
}
header .onhover-dropdown .onhover-div .button-group .cart-button {
  border: 2px solid var(--theme-color);
  color: var(--theme-color);
  padding: 10px;
  width: 100%;
  font-size: 16px;
}
header .onhover-dropdown .onhover-div .button-group .cart-button:hover {
  background-color: var(--theme-color);
  color: #ffffff;
}
header .onhover-dropdown .onhover-div .price-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0;
  padding: 0;
}
header .onhover-dropdown .onhover-div .price-box h5,
header .onhover-dropdown .onhover-div .price-box .h5 {
  font-size: 20px;
}
header .onhover-dropdown .onhover-div .price-box h4,
header .onhover-dropdown .onhover-div .price-box .h4 {
  font-size: 20px;
  color: var(--theme-color);
  font-weight: 600;
}
header .search-full {
  width: 0;
  height: 0;
  background-color: #ffffff;
  position: fixed;
  top: 92px;
  right: 0;
  z-index: 3;
  transform: scale(0);
  display: flex;
  align-items: center;
  margin-inline: calc(12px + 148 * (100vw - 320px) / 1600);
}
@media (max-width: 1199px) {
  header .search-full {
    top: 84px;
  }
}
@media (max-width: 991px) {
  header .search-full {
    top: 80px;
  }
}
header .search-full .input-group {
  border: 1px solid #f0f3f8;
}
header .search-full .input-group .input-group-text {
  background-color: #ffffff;
  border: none;
}
header .search-full .input-group .input-group-text.close-search {
  cursor: pointer;
}
header .search-full .input-group .input-group-text svg {
  height: 18px;
}
header .search-full .input-group input {
  border: none;
}
header .search-full.open {
  width: -webkit-fill-available;
  animation: zoomIn 0.5s ease-in-out;
  transform: scale(1);
}
header .search-full.show .search-suggestion {
  padding: 10px;
  border: 1px solid #f0f3f8;
  height: max-content;
  max-height: 500px;
  transition: max-height 1000ms cubic-bezier(0.27, 0.7, 0, 0.99);
}
header .header-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  header .header-nav {
    z-index: 3;
    position: relative;
    height: 0;
  }
}
header .header-nav .header-nav-left {
  position: relative;
}
header .header-nav .header-nav-left .dropdown-category {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: calc(10px + 5 * (100vw - 320px) / 1600) calc(16px + 15 * (100vw - 320px) / 1600);
  background: var(--theme-color);
  color: #ffffff;
  border-radius: 5px;
  border: none;
}
header .header-nav .header-nav-left .dropdown-category > div {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  header .header-nav .header-nav-left .dropdown-category {
    display: none;
  }
}
header .header-nav .header-nav-left .dropdown-category-2 {
  background:
    linear-gradient(
      93.33deg,
      #222221 12.35%,
      #2f2f2d 99.38%);
}
header .header-nav .header-nav-left .dropdown-category i {
  line-height: 1;
  font-size: 23px;
  margin-right: calc(9px + 7 * (100vw - 320px) / 1600);
}
body.rtl header .header-nav .header-nav-left .dropdown-category i {
  margin-right: unset;
  margin-left: calc(9px + 7 * (100vw - 320px) / 1600);
}
header .header-nav .header-nav-left .dropdown-category span {
  font-size: calc(15px + 3 * (100vw - 320px) / 1600);
  font-weight: 600;
  line-height: 1;
}
header .header-nav .header-nav-left .dropdown-category .dropdown {
  display: inline-block;
}
header .header-nav .header-nav-left .dropdown-category .dropdown.custom-dropdown {
  position: unset;
}
header .header-nav .header-nav-left .dropdown-category .dropdown.custom-dropdown a {
  display: block;
  color: #ffffff;
  text-decoration: none;
  transition: background 0.35s ease;
  font-family: "Nunito", sans-serif;
  font-weight: 500;
  font-size: 18px;
}
header .header-nav .header-nav-left .dropdown-category .dropdown.custom-dropdown .fa {
  margin-top: 3px;
  margin-left: 10px;
  font-size: 14px;
  color: var(--theme-color);
}
header .header-nav .header-nav-left .dropdown-category .dropdown.custom-dropdown ul {
  display: none;
  border: 1px solid #ececec;
  border-radius: 5px;
  position: absolute;
  top: 53px;
  width: 100%;
  left: 0;
  background-color: #ffffff;
  box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.14);
  z-index: 999;
}
header .header-nav .header-nav-left .dropdown-category .dropdown.custom-dropdown ul .show {
  display: block;
}
@media (max-width: 1199px) {
  header .header-nav .header-nav-left .dropdown-category .dropdown.custom-dropdown ul {
    position: fixed;
    top: 0;
    left: 0;
    width: 320px;
  }
}
header .header-nav .header-nav-left .dropdown-category .dropdown.custom-dropdown ul li {
  display: flex;
  align-items: center;
  padding: 12px 14px;
  border-bottom: 1px solid #ececec;
  cursor: pointer;
  transition: background 0.35s ease;
  color: #222222;
}
header .header-nav .header-nav-left .dropdown-category .dropdown.custom-dropdown ul li img {
  width: 25px;
  height: 25px;
  object-fit: contain;
  margin-right: 6px;
}
header .header-nav .header-nav-left .dropdown-category .dropdown.custom-dropdown ul li:last-child {
  border-bottom: none;
}
header .header-nav .header-nav-left .dropdown-category .dropdown.custom-dropdown ul li:focus,
header .header-nav .header-nav-left .dropdown-category .dropdown.custom-dropdown ul li:hover {
  background-color: #ececec;
}
header .header-nav .header-nav-left:hover .category-dropdown {
  opacity: 1;
  visibility: visible;
  top: 63px;
  max-height: 450px;
  overflow: auto;
}
header .header-nav .header-nav-left .category-dropdown {
  position: absolute;
  top: 72px;
  left: 0;
  background-color: #ffffff;
  box-shadow: 0 0 8px #ddd;
  z-index: 2;
  width: 300px;
  border-radius: 6px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}
body.rtl header .header-nav .header-nav-left .category-dropdown {
  left: unset;
  right: 0;
}
@media (max-width: 767px) {
  header .header-nav .header-nav-left .category-dropdown {
    width: calc(300px + 20 * (100vw - 320px) / 1600);
    height: 100vh;
    position: fixed;
    top: 0;
    left: -320px;
    border-radius: 0;
    z-index: 10;
    padding: 0;
    opacity: 1;
    visibility: visible;
    transition: all 0.3s ease-in-out;
    box-shadow: none;
  }
  body.rtl header .header-nav .header-nav-left .category-dropdown {
    left: unset;
    right: -320px;
  }
  header .header-nav .header-nav-left .category-dropdown.show {
    left: 0;
  }
  body.rtl header .header-nav .header-nav-left .category-dropdown.show {
    left: unset;
    right: 0;
  }
  header .header-nav .header-nav-left .category-dropdown:hover {
    opacity: 1;
    visibility: visible;
    top: 0;
  }
}
header .header-nav .header-nav-left .category-dropdown .category-title {
  display: none;
}
@media (max-width: 767px) {
  header .header-nav .header-nav-left .category-dropdown .category-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 24px;
    border-bottom: 1px solid #ececec;
    box-shadow: 0 2px 10px -3px rgba(34, 34, 34, 0.1);
  }
}
header .header-nav .header-nav-left .category-dropdown .category-title h5,
header .header-nav .header-nav-left .category-dropdown .category-title .h5 {
  color: var(--theme-color);
  font-weight: 600;
}
header .header-nav .header-nav-left .category-dropdown .category-list {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
  padding: 20px 25px;
}
header .header-nav .header-nav-left .category-dropdown .category-list li {
  display: block;
  width: 100%;
}
header .header-nav .header-nav-left .category-dropdown .category-list li a {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  color: #4a5568;
}
header .header-nav .header-nav-left .category-dropdown .category-list li a:hover h6::before,
header .header-nav .header-nav-left .category-dropdown .category-list li a:hover .h6::before {
  width: 65px;
}
header .header-nav .header-nav-left .category-dropdown .category-list li a img {
  width: 23px;
  height: 23px;
  object-fit: contain;
}
header .header-nav .header-nav-left .category-dropdown .category-list li a h6,
header .header-nav .header-nav-left .category-dropdown .category-list li a .h6 {
  font-size: 17px;
  font-weight: 500;
  position: relative;
  transition: all 0.3s ease-in-out;
}
header .header-nav .header-nav-left .category-dropdown .category-list li a h6:before,
header .header-nav .header-nav-left .category-dropdown .category-list li a .h6:before {
  content: "";
  position: absolute;
  width: 0;
  height: 3px;
  bottom: 0;
  left: 0;
  background-color: var(--theme-color);
  opacity: 0.5;
  transition: all 0.3s ease-in-out;
}
body.rtl header .header-nav .header-nav-left .category-dropdown .category-list li a h6:before,
body.rtl header .header-nav .header-nav-left .category-dropdown .category-list li a .h6:before {
  left: unset;
  right: 0;
}
header .header-nav .header-nav-left .category-dropdown .category-list li a .according-menu {
  margin-left: auto;
}
body.rtl header .header-nav .header-nav-left .category-dropdown .category-list li a .according-menu {
  margin-left: unset;
  margin-right: auto;
}
header .header-nav .header-nav-left .category-dropdown .category-list li a i {
  margin-left: auto;
}
body.rtl header .header-nav .header-nav-left .category-dropdown .category-list li a i {
  margin-left: unset;
  margin-right: auto;
}
@media (max-width: 767px) {
  header .header-nav .header-nav-left .category-dropdown .category-list li a i {
    display: none;
  }
}
@media (max-width: 767px) {
  header .header-nav .header-nav-right {
    display: none;
  }
}
header .header-nav .header-nav-right .deal-button {
  color: var(--theme-color);
  padding: calc(6px + 9 * (100vw - 320px) / 1600) calc(11px + 9 * (100vw - 320px) / 1600);
  position: relative;
  border-radius: 5px;
  overflow: hidden;
  z-index: 0;
}
header .header-nav .header-nav-right .deal-button::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: var(--theme-color);
  opacity: 0.1;
  z-index: -1;
}
header .header-nav .header-nav-right .deal-button i {
  margin-right: 10px;
  font-size: 24px;
  line-height: 1;
}
body.rtl header .header-nav .header-nav-right .deal-button i {
  margin-right: unset;
  margin-left: 10px;
}
@media (max-width: 1366px) {
  header .header-nav .header-nav-right .deal-button i {
    margin-right: 0;
  }
  body.rtl header .header-nav .header-nav-right .deal-button i {
    margin-right: unset;
    margin-left: 0;
  }
}
header .header-nav .header-nav-right .deal-button span {
  font-size: 16px;
  font-weight: 600;
}
@media (max-width: 1366px) {
  header .header-nav .header-nav-right .deal-button span {
    display: none;
  }
}
header.header-compact .top-nav .navbar-top {
  justify-content: unset;
}
header.header-compact .top-nav .navbar-top .rightside-box {
  margin-left: auto;
  display: flex;
  align-items: center;
}
body.rtl header.header-compact .top-nav .navbar-top .rightside-box {
  margin-left: unset;
  margin-right: auto;
}
header.header-compact .location-box {
  padding-right: 10px;
}
header.bg-theme .navbar-light .navbar-nav .nav-link {
  color: #ffffff !important;
}
header.bg-theme .navbar-light .navbar-nav .nav-link:hover {
  color: #ffffff !important;
}
header.bg-theme .top-nav .navbar-top .rightside-box .right-side-menu .right-side:before {
  background-color: rgba(255, 255, 255, 0.5);
}
header.bg-theme .top-nav .navbar-top .rightside-box .right-side-menu .right-side .header-wishlist i {
  color: #ffffff;
}
header.bg-theme .top-nav .navbar-top .rightside-box .right-side-menu .right-side .delivery-login-box .delivery-detail h5,
header.bg-theme .top-nav .navbar-top .rightside-box .right-side-menu .right-side .delivery-login-box .delivery-detail .h5 {
  color: #ffffff;
}
header.bg-theme .top-nav .navbar-top .rightside-box .right-side-menu .right-side .delivery-login-box .delivery-detail h6,
header.bg-theme .top-nav .navbar-top .rightside-box .right-side-menu .right-side .delivery-login-box .delivery-detail .h6 {
  color: rgba(255, 255, 255, 0.7);
}
header.bg-theme .top-nav .navbar-top .rightside-box .right-side-menu .right-side .delivery-login-box .delivery-icon i {
  color: #ffffff;
}
header.bg-theme .location-box {
  border-color: rgba(255, 255, 255, 0.5);
}
header.bg-theme .location-box button i {
  color: #ffffff;
}
header.bg-theme .location-box button .locat-name {
  color: #ffffff;
}
header.bg-theme .location-box button .location-arrow {
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.24);
}
header.header-absolute {
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  z-index: 1;
}
header.header-absolute.bg-theme {
  background-color: transparent;
}
@media (min-width: 1200px) {
  body.rtl header.header-absolute .navbar-expand-xl .dropdown:hover .dropdown-menu-2 {
    transform: translateX(-50%) translateY(0);
  }
}
header.fixed-header {
  position: fixed;
  top: 0;
  left: 0;
  width: calc(100vw - 320px);
  z-index: 1;
  background-color: #ffffff;
  margin-left: 320px;
  border-bottom: 1px solid #ececec;
}
body.rtl header.fixed-header {
  left: unset;
  right: 0;
  margin-left: unset;
  margin-right: 320px;
}
@media (max-width: 1199px) {
  header.fixed-header {
    width: 100%;
    margin-left: 0;
  }
  body.rtl header.fixed-header {
    margin-left: unset;
    margin-right: 0;
  }
}
header.fixed-header .top-nav {
  padding: 18px 0;
}
header .location-box {
  border-radius: 5px;
  border: 1px solid #ececec;
  display: flex;
  align-items: center;
  padding: 7px;
  padding-right: 20px;
  margin-right: 13px;
  position: relative;
}
body.rtl header .location-box {
  margin-right: unset;
  margin-left: 13px;
  padding-right: 7px;
  padding-left: 20px;
}
@media (max-width: 1199px) {
  header .location-box {
    margin-right: unset;
    margin-left: 13px;
  }
  body.rtl header .location-box {
    margin-left: unset;
    margin-right: 13px;
  }
}
@media (max-width: 1556px) {
  header .location-box {
    padding-right: 7px;
  }
  body.rtl header .location-box {
    padding-right: 7px;
    padding-left: 7px;
  }
}
@media (max-width: 767px) {
  header .location-box {
    display: none;
  }
}
header .location-box button {
  display: flex;
  align-items: center;
  padding: 0;
}
header .location-box button:focus {
  box-shadow: none;
}
header .location-box button .location-arrow {
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #4a5568;
  background-color: #f3f5f9;
  border-radius: 5px;
  margin-right: 12px;
}
body.rtl header .location-box button .location-arrow {
  margin-right: unset;
  margin-left: 12px;
}
@media (max-width: 1300px) {
  header .location-box button .location-arrow {
    margin-right: 0;
  }
  body.rtl header .location-box button .location-arrow {
    margin-right: unset;
    margin-left: 0;
  }
}
header .location-box button .location-arrow i {
  font-size: 18px;
}
header .location-box button .locat-name {
  font-size: 16px;
  font-weight: 500;
  color: #222222;
}
@media (max-width: 1300px) {
  header .location-box button .locat-name {
    display: none;
  }
}
header .location-box button i {
  margin-left: 5px;
  color: #4a5568;
}
body.rtl header .location-box button i {
  margin-left: unset;
  margin-right: 17px;
}
@media (max-width: 1300px) {
  header .location-box button i {
    display: none;
  }
}
.mobile-menu {
  position: fixed;
  bottom: 0;
  padding: 10px;
  width: 100%;
  background-color: var(--theme-color);
  z-index: 2;
  overflow: hidden;
  box-shadow: 0 -3px 10px 0px rgba(0, 0, 0, 0.08);
}
body.rtl .mobile-menu {
  left: 0;
}
.mobile-menu ul {
  display: flex;
  width: 70%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .mobile-menu ul {
    width: 100%;
  }
}
body.rtl .mobile-menu ul {
  padding: 0;
}
.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: #ffffff;
  border-radius: 100%;
}
.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: #ffffff;
  font-weight: 600;
}
.mobile-menu ul li a {
  display: block;
}
.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: #ffffff;
}
.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(255, 255, 255, 0.8);
}
.header-2 .navbar-top {
  display: flex;
  align-items: center;
}
@media (max-width: 480px) {
  .header-2 .navbar-top {
    justify-content: space-between;
  }
}
.header-2 .navbar-top .navbar-toggler:focus {
  box-shadow: none;
}
.header-2 .search-box {
  display: none;
}
@media (max-width: 991px) {
  .header-2 .search-box {
    display: block;
    background-color: #ffffff;
    padding: 6px;
    border-radius: 5px;
    border: 1px solid #4a5568;
    text-align: right;
    margin-left: auto;
  }
  .header-2 .search-box a {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000000;
  }
  .header-2 .search-box a i {
    font-size: 25px;
  }
}
@media (max-width: 480px) {
  .header-2 .search-box {
    margin-left: unset;
  }
}
.header-2 .dropdown-list.drop-state {
  margin-right: 20px;
  width: 100%;
  display: flex;
  align-items: center;
}
@media (max-width: 1199px) {
  .header-2 .dropdown-list.drop-state {
    margin-right: 0;
  }
}
@media (max-width: 991px) {
  .header-2 .dropdown-list {
    background-color: transparent;
    margin: 0;
  }
}
.header-2 .dropdown-list .location-icon {
  margin-right: 8px;
  display: flex;
}
.header-2 .dropdown-list .location-icon .iconly-Location {
  font-size: 25px;
}
.header-2 .dropdown-list .dropdown {
  display: flex;
  align-items: center;
  justify-content: center;
}
.header-2 .dropdown-list .dropdown .dropdown-toggle {
  padding-left: 0;
  font-size: 16px;
  display: flex;
  align-items: center;
  font-weight: 500;
  letter-spacing: 0.5px;
  position: relative;
  margin-top: 4px;
}
.header-2 .dropdown-list .dropdown .dropdown-toggle::after {
  display: none;
}
.header-2 .dropdown-list .dropdown .dropdown-toggle i {
  color: #000000;
  margin-left: 5px;
}
.header-2 .dropdown-list .dropdown .dropdown-menu {
  min-width: 100%;
}
.header-2 .dropdown-list .dropdown .dropdown-menu li {
  display: block;
}
.header-2 .form-select {
  font-size: 16px;
  font-weight: 600;
  border: none;
  border-radius: 0;
  font-family: "Nunito", sans-serif;
  color: #222222;
}
.header-2 .form-select:focus {
  border-color: transparent;
  box-shadow: none;
}
.header-2 .top-nav {
  padding: 14px 0;
  border-bottom: 1px solid #ececec;
}
@media (max-width: 767px) {
  .header-2 .top-nav {
    border-bottom: unset;
    padding-bottom: 0;
  }
}
.header-2 .top-nav-color {
  background-color: #ffe03e;
}
.header-2 .top-nav span {
  color: #222222;
}
.header-2 .top-nav span i {
  font-size: 25px;
}
.header-2 .top-nav .nav-logo {
  display: flex;
  font-size: calc(28px + 7 * (100vw - 320px) / 1600);
  color: var(--theme-color);
  font-weight: bolder;
  font-family: "Nunito", sans-serif;
}
.header-2 .top-nav .nav-logo span {
  color: #222222;
}
.header-2 .top-nav .search-full {
  width: 0;
  height: 0;
  background-color: #ffffff;
  position: absolute;
  top: 40px;
  right: 0;
  z-index: 1;
  transform: scale(0);
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
}
@media (max-width: 360px) {
  .header-2 .top-nav .search-full {
    right: -5px;
  }
}
.header-2 .top-nav .search-full .input-group {
  border: 1px solid #f0f3f8;
  box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.14);
}
.header-2 .top-nav .search-full .input-group .input-group-text {
  background-color: #ffffff;
  border: none;
  color: #4a5568;
}
.header-2 .top-nav .search-full .input-group .input-group-text.close-search {
  cursor: pointer;
}
.header-2 .top-nav .search-full .input-group input {
  border: none;
  height: 50px;
}
.header-2 .top-nav .search-full.open {
  width: 100%;
  animation: zoomIn 0.5s ease-in-out;
  transform: scale(1);
  transition: all 0.3s ease;
  padding: 0 30px;
}
@media (max-width: 575px) {
  .header-2 .top-nav .search-full.open {
    padding: 0 25px;
  }
}
@media (max-width: 480px) {
  .header-2 .top-nav .search-full.open {
    padding: 0 15px;
  }
}
@media (max-width: 360px) {
  .header-2 .top-nav .search-full.open {
    left: 50%;
    transform: translateX(-50%);
    padding: 0;
    width: 95%;
  }
}
.header-2 .top-nav .search-full.show .search-suggestion {
  padding: 10px;
  border: 1px solid #f0f3f8;
  height: max-content;
  max-height: 500px;
  transition: max-height 1000ms cubic-bezier(0.27, 0.7, 0, 0.99);
}
.header-2 .top-nav .middle-box {
  display: inline-block;
  margin-left: calc(16px + 13 * (100vw - 320px) / 1600);
}
body.rtl .header-2 .top-nav .middle-box {
  margin-left: unset;
  margin-right: calc(16px + 13 * (100vw - 320px) / 1600);
}
@media (max-width: 1366px) {
  .header-2 .top-nav .middle-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-left: 25px;
    float: right;
  }
}
@media (max-width: 1199px) {
  .header-2 .top-nav .middle-box {
    margin-left: 15px;
  }
}
@media (max-width: 991px) {
  .header-2 .top-nav .middle-box {
    display: none;
  }
}
.header-2 .top-nav .middle-box .center-box {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .header-2 .top-nav .middle-box .center-box {
    display: none;
  }
}
.header-2 .top-nav .middle-box .searchbar-box {
  position: relative;
}
@media (max-width: 991px) {
  .header-2 .top-nav .middle-box .searchbar-box {
    display: none;
  }
}
.header-2 .top-nav .middle-box .searchbar-box .search-button {
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  padding: 0 19px;
  right: 0;
  height: 100%;
  cursor: pointer;
}
body.rtl .header-2 .top-nav .middle-box .searchbar-box .search-button {
  right: unset;
  left: 0;
}
.header-2 .top-nav .middle-box .searchbar-box .search-button i {
  font-size: calc(18px + 7 * (100vw - 320px) / 1600);
  color: #4a5568;
}
.header-2 .top-nav .middle-box .searchbar-box input {
  width: 685px;
  height: 45px;
  padding: 8px 60px 8px 18px;
  color: #222222;
  border-color: #eee;
  font-size: 16px;
}
body.rtl .header-2 .top-nav .middle-box .searchbar-box input {
  padding: 8px 18px 8px 60px;
}
@media (max-width: 1754px) {
  .header-2 .top-nav .middle-box .searchbar-box input {
    width: 630px;
  }
}
@media (max-width: 1678px) {
  .header-2 .top-nav .middle-box .searchbar-box input {
    width: 580px;
  }
}
@media (max-width: 1604px) {
  .header-2 .top-nav .middle-box .searchbar-box input {
    width: 529px;
  }
}
@media (max-width: 1332px) {
  .header-2 .top-nav .middle-box .searchbar-box input {
    width: 483px;
  }
}
@media (max-width: 1270px) {
  .header-2 .top-nav .middle-box .searchbar-box input {
    width: 436px;
  }
}
@media (max-width: 1235px) {
  .header-2 .top-nav .middle-box .searchbar-box input {
    width: 415px;
  }
}
.header-2 .top-nav .middle-box .searchbar-box input::placeholder {
  color: #4a5568;
  font-size: 16px;
}
.header-2 .top-nav .middle-box .location-box-2 {
  display: flex;
  align-items: center;
  margin-right: 20px;
  position: relative;
}
body.rtl .header-2 .top-nav .middle-box .location-box-2 {
  margin-right: unset;
  margin-left: 20px;
}
@media (max-width: 1199px) {
  .header-2 .top-nav .middle-box .location-box-2 {
    margin-right: unset;
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .header-2 .top-nav .middle-box .location-box-2 {
    display: none;
  }
}
.header-2 .top-nav .middle-box .location-box-2 button {
  display: flex;
  align-items: center;
  padding: 0;
}
.header-2 .top-nav .middle-box .location-box-2 button:focus {
  box-shadow: none;
}
.header-2 .top-nav .middle-box .location-box-2 button i {
  margin-right: 9px;
  font-size: 22px;
}
body.rtl .header-2 .top-nav .middle-box .location-box-2 button i {
  margin-right: unset;
  margin-left: 9px;
}
@media (max-width: 1556px) {
  .header-2 .top-nav .middle-box .location-box-2 button i {
    margin-right: 0;
  }
}
.header-2 .top-nav .middle-box .location-box-2 button span {
  font-size: 16px;
}
@media (max-width: 1556px) {
  .header-2 .top-nav .middle-box .location-box-2 button span {
    display: none;
  }
}
.header-2 .top-nav .middle-box .location-box-2 button .down-arrow {
  margin-left: 10px;
}
body.rtl .header-2 .top-nav .middle-box .location-box-2 button .down-arrow {
  margin-left: unset;
  margin-right: 10px;
}
@media (max-width: 1556px) {
  .header-2 .top-nav .middle-box .location-box-2 button .down-arrow {
    display: none;
  }
}
.header-2 .rightside-menu {
  display: flex;
  align-items: center;
  margin-left: auto;
}
body.rtl .header-2 .rightside-menu {
  margin-left: unset;
  margin-right: auto;
}
.header-2 .rightside-menu .dropdown-dollar {
  display: flex;
  align-items: center;
  margin-right: 22px;
}
body.rtl .header-2 .rightside-menu .dropdown-dollar {
  margin-right: unset;
  margin-left: 22px;
}
@media (max-width: 991px) {
  .header-2 .rightside-menu .dropdown-dollar {
    display: none;
  }
}
.header-2 .rightside-menu .dropdown-dollar .dropdown {
  position: relative;
  z-index: 1;
}
.header-2 .rightside-menu .dropdown-dollar .dropdown .dropdown-toggle {
  font-size: 16px;
  display: flex;
  align-items: center;
  font-weight: 500;
  position: relative;
  border: none;
  background-color: transparent;
  padding: 0;
}
.header-2 .rightside-menu .dropdown-dollar .dropdown .dropdown-toggle i {
  margin-left: 8px;
}
body.rtl .header-2 .rightside-menu .dropdown-dollar .dropdown .dropdown-toggle i {
  margin-left: unset;
  margin-right: 8px;
}
.header-2 .rightside-menu .dropdown-dollar .dropdown .dropdown-toggle::after {
  display: none;
}
.header-2 .rightside-menu .dropdown-dollar .dropdown + .dropdown {
  margin-left: 23px;
}
body.rtl .header-2 .rightside-menu .dropdown-dollar .dropdown + .dropdown {
  margin-left: unset;
  margin-right: 23px;
}
.header-2 .rightside-menu .dropdown-dollar .dropdown + .dropdown::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 25px;
  left: -10px;
  background-color: #ececec;
}
body.rtl .header-2 .rightside-menu .dropdown-dollar .dropdown + .dropdown::after {
  left: unset;
  right: -10px;
}
.header-2 .rightside-menu .dropdown-dollar .dropdown .dropdown-menu {
  min-width: 100%;
}
.header-2 .rightside-menu .dropdown-dollar .dropdown .dropdown-menu li {
  display: block;
}
.header-2 .rightside-menu .wishlist-box {
  display: flex;
  align-items: center;
}
.header-2 .rightside-menu .wishlist-box .header-icon {
  width: calc(35px + 11 * (100vw - 320px) / 1600);
  height: calc(35px + 11 * (100vw - 320px) / 1600);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  border: 1px solid #ececec;
  background-color: #ffffff;
  border-radius: 100%;
  padding: 10px;
  position: relative;
}
.header-2 .rightside-menu .wishlist-box .header-icon + .header-icon {
  margin-left: 38px;
}
.header-2 .rightside-menu .wishlist-box .header-icon + .header-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 100%;
  left: -50%;
  background-color: #ececec;
}
.header-2 .rightside-menu .wishlist-box .header-icon.swap-icon {
  margin-left: 0;
}
.header-2 .rightside-menu .wishlist-box .header-icon.swap-icon::after {
  content: none;
}
.header-2 .rightside-menu .wishlist-box .header-icon.bag-icon {
  display: block;
}
@media (max-width: 480px) {
  .header-2 .rightside-menu .wishlist-box .header-icon.bag-icon {
    display: none;
  }
}
.header-2 .rightside-menu .wishlist-box .header-icon.search-box {
  display: none;
}
@media (max-width: 1199px) {
  .header-2 .rightside-menu .wishlist-box .header-icon.search-box {
    display: flex;
  }
  .header-2 .rightside-menu .wishlist-box .header-icon.search-box + .header-icon {
    margin-left: 38px;
  }
  .header-2 .rightside-menu .wishlist-box .header-icon.search-box + .header-icon::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 100%;
    left: -50%;
    background-color: #ececec;
  }
}
.header-2 .rightside-menu .wishlist-box .header-icon .badge-number {
  width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -10px;
  right: 0;
  background: var(--theme-color);
  font-weight: 600;
  color: #ffffff;
  border-radius: 100%;
  font-size: 10px;
}
.header-2 .rightside-menu .wishlist-box .header-icon i {
  color: #000000;
  font-size: calc(18px + 4 * (100vw - 320px) / 1600);
}
.header-2 .rightside-menu .wishlist-box .header-icon i.iconly-Swap {
  transform: rotate(90deg);
}
.header-2 .rightside-menu .option-list > ul {
  display: flex;
}
body.rtl .header-2 .rightside-menu .option-list > ul {
  padding-right: 0;
}
.header-2 .rightside-menu .option-list > ul > li {
  position: relative;
}
.header-2 .rightside-menu .option-list > ul > li:nth-of-type(5n-4) + li {
  margin-left: 0;
}
body.rtl .header-2 .rightside-menu .option-list > ul > li:nth-of-type(5n-4) + li {
  margin-left: unset;
  margin-right: 0;
}
.header-2 .rightside-menu .option-list > ul > li:nth-of-type(5n-4) + li::after {
  content: none;
}
@media (max-width: 1199px) {
  .header-2 .rightside-menu .option-list > ul > li:nth-of-type(5n-3) {
    display: block;
  }
  .header-2 .rightside-menu .option-list > ul > li:nth-of-type(5n-3) + li {
    margin-left: 22px;
  }
  body.rtl .header-2 .rightside-menu .option-list > ul > li:nth-of-type(5n-3) + li {
    margin-left: unset;
    margin-right: 22px;
  }
  .header-2 .rightside-menu .option-list > ul > li:nth-of-type(5n-3) + li::after {
    content: "";
  }
}
@media (max-width: 767px) {
  .header-2 .rightside-menu .option-list > ul > li:not(:nth-last-of-type(5n-5)) {
    display: none;
  }
}
.header-2 .rightside-menu .option-list > ul > li + li {
  margin-left: 37px;
}
body.rtl .header-2 .rightside-menu .option-list > ul > li + li {
  margin-left: unset;
  margin-right: 37px;
}
@media (max-width: 1460px) {
  .header-2 .rightside-menu .option-list > ul > li + li {
    margin-left: 22px;
  }
  body.rtl .header-2 .rightside-menu .option-list > ul > li + li {
    margin-left: unset;
    margin-right: 22px;
  }
}
.header-2 .rightside-menu .option-list > ul > li + li::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 80%;
  left: -20px;
  background-color: #ececec;
}
body.rtl .header-2 .rightside-menu .option-list > ul > li + li::after {
  left: unset;
  right: -20px;
}
@media (max-width: 1460px) {
  .header-2 .rightside-menu .option-list > ul > li + li::after {
    left: -13px;
  }
  body.rtl .header-2 .rightside-menu .option-list > ul > li + li::after {
    left: unset;
    right: -13px;
  }
}
.header-2 .rightside-menu .option-list > ul > li .header-icon {
  width: calc(35px + 11 * (100vw - 320px) / 1600);
  height: calc(35px + 11 * (100vw - 320px) / 1600);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  border: 1px solid #ececec;
  background-color: #ffffff;
  border-radius: 100%;
  padding: 10px;
  position: relative;
}
.header-2 .rightside-menu .option-list > ul > li .header-icon + .header-icon {
  margin-left: 38px;
}
.header-2 .rightside-menu .option-list > ul > li .header-icon + .header-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 100%;
  left: -50%;
  background-color: #ececec;
}
.header-2 .rightside-menu .option-list > ul > li .header-icon.swap-icon {
  margin-left: 0;
}
.header-2 .rightside-menu .option-list > ul > li .header-icon.swap-icon::after {
  content: none;
}
@media (max-width: 480px) {
  .header-2 .rightside-menu .option-list > ul > li .header-icon.bag-icon {
    display: none;
  }
}
.header-2 .rightside-menu .option-list > ul > li .header-icon.search-box {
  display: none;
}
@media (max-width: 1199px) {
  .header-2 .rightside-menu .option-list > ul > li .header-icon.search-box {
    display: flex;
  }
  .header-2 .rightside-menu .option-list > ul > li .header-icon.search-box + .header-icon {
    margin-left: 38px;
  }
  .header-2 .rightside-menu .option-list > ul > li .header-icon.search-box + .header-icon::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 100%;
    left: -50%;
    background-color: #ececec;
  }
}
.header-2 .rightside-menu .option-list > ul > li .header-icon .badge-number {
  width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -10px;
  right: 0;
  background-color: var(--theme-color);
  font-weight: 600;
  color: #ffffff;
  border-radius: 100%;
  font-size: 10px;
}
.header-2 .rightside-menu .option-list > ul > li .header-icon i {
  color: #000000;
  font-size: calc(18px + 4 * (100vw - 320px) / 1600);
}
.header-2 .rightside-menu .option-list > ul > li .header-icon i.ri-arrow-left-right-line {
  transform: rotateY(-180deg);
}
.header-2 .rightside-menu .option-list-2 {
  display: flex;
}
.header-2 .rightside-menu .option-list-2 > li {
  position: relative;
}
.header-2 .rightside-menu .option-list-2 > li .header-icon {
  width: calc(35px + 11 * (100vw - 320px) / 1600);
  height: calc(35px + 11 * (100vw - 320px) / 1600);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  border: 1px solid #ececec;
  background-color: #ffffff;
  border-radius: 100%;
  padding: 10px;
  position: relative;
}
.header-2 .rightside-menu .option-list-2 > li .header-icon + .header-icon {
  margin-left: 38px;
}
.header-2 .rightside-menu .option-list-2 > li .header-icon + .header-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 100%;
  left: -50%;
  background-color: #ececec;
}
.header-2 .rightside-menu .option-list-2 > li .header-icon .badge-number {
  width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -10px;
  right: 0;
  background-color: var(--theme-color);
  font-weight: 600;
  color: #ffffff;
  border-radius: 100%;
  font-size: 10px;
}
.header-2 .rightside-menu .option-list-2 > li .header-icon i {
  color: #000000;
  font-size: calc(18px + 4 * (100vw - 320px) / 1600);
}
.header-2 .rightside-menu .option-list-2 > li .header-icon i.iconly-Swap {
  transform: rotate(90deg);
}
.header-2 .rightside-menu .option-list-2 > li .user-box {
  display: flex;
  flex-wrap: nowrap;
  gap: 12px;
  align-items: center;
}
.header-2 .rightside-menu .option-list-2 > li .user-box:hover .user-name h4,
.header-2 .rightside-menu .option-list-2 > li .user-box:hover .user-name .h4 {
  color: var(--theme-color);
}
@media (max-width: 1660px) {
  .header-2 .rightside-menu .option-list-2 > li .user-box .user-name {
    display: none;
  }
}
.header-2 .rightside-menu .option-list-2 > li + li {
  margin-left: 37px;
}
body.rtl .header-2 .rightside-menu .option-list-2 > li + li {
  margin-left: unset;
  margin-right: 37px;
}
@media (max-width: 1660px) {
  .header-2 .rightside-menu .option-list-2 > li + li {
    margin-left: 22px;
  }
  body.rtl .header-2 .rightside-menu .option-list-2 > li + li {
    margin-left: unset;
    margin-right: 22px;
  }
}
.header-2 .rightside-menu .option-list-2 > li + li::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 80%;
  left: -20px;
  background-color: #ececec;
}
body.rtl .header-2 .rightside-menu .option-list-2 > li + li::after {
  left: unset;
  right: -20px;
}
@media (max-width: 1660px) {
  .header-2 .rightside-menu .option-list-2 > li + li::after {
    left: -13px;
  }
  body.rtl .header-2 .rightside-menu .option-list-2 > li + li::after {
    left: unset;
    right: -13px;
  }
}
.header-2 .rightside-menu .mobile-app {
  border: 1px solid var(--theme-color);
  border-radius: 5px;
  padding: 16px 18px;
  display: flex;
  align-items: center;
  margin-left: 18px;
}
body.rtl .header-2 .rightside-menu .mobile-app {
  margin-left: unset;
  margin-right: 18px;
}
.header-2 .rightside-menu .mobile-app .mobile-image {
  margin-right: 11px;
}
body.rtl .header-2 .rightside-menu .mobile-app .mobile-image {
  margin-right: unset;
  margin-left: 11px;
}
.header-2 .rightside-menu .mobile-app .mobile-image img {
  width: 15px;
  height: auto;
}
.header-2 .rightside-menu .dropdown-user {
  display: flex;
  align-items: center;
}
.header-2 .rightside-menu .dropdown-user .user-detail {
  margin-left: 15px;
}
@media (max-width: 1366px) {
  .header-2 .rightside-menu .dropdown-user .user-detail {
    display: none;
  }
}
.header-2 .rightside-menu .dropdown-user .user-detail h6,
.header-2 .rightside-menu .dropdown-user .user-detail .h6 {
  color: #4a5568;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 2px;
}
.header-2 .rightside-menu .dropdown-user .user-detail h5,
.header-2 .rightside-menu .dropdown-user .user-detail .h5 {
  color: #222222;
  font-size: 16px;
  margin-bottom: 0;
}
.header-2 .right-nav {
  float: right;
  display: flex;
  align-items: center;
  margin-left: auto;
}
body.rtl .header-2 .right-nav {
  margin-left: unset;
  margin-right: auto;
}
@media (max-width: 1366px) {
  .header-2 .right-nav {
    display: none;
  }
}
.header-2 .right-nav .nav-number {
  display: flex;
  align-items: center;
}
@media (max-width: 1660px) {
  .header-2 .right-nav .nav-number {
    display: none;
  }
}
.header-2 .right-nav .nav-number img {
  width: 32px;
  height: 32px;
}
.header-2 .right-nav .nav-number span {
  font-size: calc(18px + 9 * (100vw - 320px) / 1600);
  font-weight: 500;
  margin-bottom: 0;
  margin-left: 8px;
}
body.rtl .header-2 .right-nav .nav-number span {
  margin-left: unset;
  margin-right: 8px;
}
.header-2 .right-nav .fire-button {
  display: flex;
  align-items: center;
  padding: 11px 38px;
  overflow: hidden;
}
.header-2 .right-nav .fire-button span {
  color: #ffffff;
  margin-left: 7px;
  font-size: 16px;
  font-weight: 600;
}
body.rtl .header-2 .right-nav .fire-button span {
  margin-left: unset;
  margin-right: 7px;
}
.header-2 .right-nav .fire-button .fire {
  margin-top: -3px;
  position: relative;
  width: 20px;
  height: 20px;
  background-color: transparent;
  z-index: 1;
}
.header-2 .right-nav .fire-button .fire img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.header-2 .header-nav-left {
  position: relative;
}
.header-2 .header-nav-left .dropdown-category {
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  background-color: transparent;
  padding: 9px calc(16px + 15 * (100vw - 320px) / 1600) 9px 0;
  position: relative;
}
body.rtl .header-2 .header-nav-left .dropdown-category {
  padding: 9px 0 9px calc(16px + 15 * (100vw - 320px) / 1600);
}
@media (max-width: 767px) {
  .header-2 .header-nav-left .dropdown-category {
    display: none;
  }
}
.header-2 .header-nav-left .dropdown-category::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  top: 0;
  right: 0;
  background-color: #ececec;
}
body.rtl .header-2 .header-nav-left .dropdown-category::after {
  right: unset;
  left: 0;
}
.header-2 .header-nav-left .dropdown-category i {
  font-size: 23px;
  color: var(--theme-color);
  margin-right: 10px;
}
body.rtl .header-2 .header-nav-left .dropdown-category i {
  margin-right: unset;
  margin-left: 10px;
}
.header-2 .header-nav-left .dropdown-category span {
  font-size: 16px;
  margin-top: 4px;
}
.header-2 .header-nav-left:hover .category-dropdown {
  opacity: 1;
  visibility: visible;
  top: 63px;
}
.header-2 .header-nav-left .category-dropdown {
  position: absolute;
  top: 72px;
  left: 0;
  background-color: #ffffff;
  box-shadow: 0 0 8px #ddd;
  z-index: 2;
  width: 270px;
  border-radius: 6px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .header-2 .header-nav-left .category-dropdown {
    width: calc(300px + 20 * (100vw - 320px) / 1600);
    height: 100vh;
    position: fixed;
    top: 0;
    left: -320px;
    border-radius: 0;
    z-index: 10;
    padding: 0;
    opacity: 1;
    visibility: visible;
    transition: all 0.3s ease-in-out;
    box-shadow: none;
  }
  body.rtl .header-2 .header-nav-left .category-dropdown {
    left: unset;
    right: -320px;
  }
  .header-2 .header-nav-left .category-dropdown.show {
    left: 0;
  }
  body.rtl .header-2 .header-nav-left .category-dropdown.show {
    left: unset;
    right: 0;
  }
  .header-2 .header-nav-left .category-dropdown:hover {
    opacity: 1;
    visibility: visible;
    top: 0;
  }
}
.header-2 .header-nav-left .category-dropdown .category-title {
  display: none;
}
@media (max-width: 767px) {
  .header-2 .header-nav-left .category-dropdown .category-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 24px;
    border-bottom: 1px solid #ececec;
    box-shadow: 0 2px 10px -3px rgba(34, 34, 34, 0.1);
  }
}
.header-2 .header-nav-left .category-dropdown .category-title h5,
.header-2 .header-nav-left .category-dropdown .category-title .h5 {
  color: var(--theme-color);
  font-weight: 600;
}
.header-2 .header-nav-left .category-dropdown .category-list {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
  padding: 20px 25px;
}
.header-2 .header-nav-left .category-dropdown .category-list li {
  display: block;
  width: 100%;
}
.header-2 .header-nav-left .category-dropdown .category-list li .category-name {
  display: flex;
  align-items: center;
  color: #4a5568;
}
.header-2 .header-nav-left .category-dropdown .category-list li .category-name:hover h6,
.header-2 .header-nav-left .category-dropdown .category-list li .category-name:hover .h6 {
  letter-spacing: 0.3px;
}
.header-2 .header-nav-left .category-dropdown .category-list li .category-name:hover h6::before,
.header-2 .header-nav-left .category-dropdown .category-list li .category-name:hover .h6::before {
  width: 65px;
}
.header-2 .header-nav-left .category-dropdown .category-list li .category-name img {
  width: 22px;
  height: 22px;
  object-fit: contain;
}
.header-2 .header-nav-left .category-dropdown .category-list li .category-name h6,
.header-2 .header-nav-left .category-dropdown .category-list li .category-name .h6 {
  font-size: 17px;
  font-weight: 500;
  position: relative;
  margin-left: 10px;
  transition: all 0.3s ease-in-out;
}
.header-2 .header-nav-left .category-dropdown .category-list li .category-name h6:before,
.header-2 .header-nav-left .category-dropdown .category-list li .category-name .h6:before {
  content: "";
  position: absolute;
  width: 0;
  height: 3px;
  bottom: 0;
  left: 0;
  background-color: var(--theme-color);
  opacity: 0.5;
  transition: all 0.3s ease-in-out;
}
.header-2 .header-nav-left .category-dropdown .category-list li .category-name i {
  margin-left: auto;
}
@media (max-width: 767px) {
  .header-2 .header-nav-left .category-dropdown .category-list li .category-name i {
    display: none;
  }
}
body.rtl .header-2 .header-nav-left .category-dropdown .category-list li .category-name i {
  margin-left: unset;
  margin-right: auto;
}
.header-2 .header-nav-left .category-dropdown .category-list li .category-name .according-menu {
  margin-left: auto;
}
body.rtl .header-2 .header-nav-left .category-dropdown .category-list li .category-name .according-menu {
  margin-left: unset;
  margin-right: auto;
}
.header-2 .header-nav-left .category-dropdown .category-list li a {
  display: flex;
  align-items: center;
  color: #4a5568;
}
.header-2 .header-nav-left .category-dropdown .category-list li a:hover h6,
.header-2 .header-nav-left .category-dropdown .category-list li a:hover .h6 {
  letter-spacing: 0.3px;
}
.header-2 .header-nav-left .category-dropdown .category-list li a:hover h6::before,
.header-2 .header-nav-left .category-dropdown .category-list li a:hover .h6::before {
  width: 65px;
}
.header-2 .header-nav-left .category-dropdown .category-list li a img {
  width: 22px;
  height: 22px;
  object-fit: contain;
}
.header-2 .header-nav-left .category-dropdown .category-list li a h6,
.header-2 .header-nav-left .category-dropdown .category-list li a .h6 {
  font-size: 17px;
  font-weight: 500;
  position: relative;
  margin-left: 10px;
  transition: all 0.3s ease-in-out;
}
.header-2 .header-nav-left .category-dropdown .category-list li a h6:before,
.header-2 .header-nav-left .category-dropdown .category-list li a .h6:before {
  content: "";
  position: absolute;
  width: 0;
  height: 3px;
  bottom: 0;
  left: 0;
  background-color: var(--theme-color);
  opacity: 0.5;
  transition: all 0.3s ease-in-out;
}
.header-2 .header-nav-left .category-dropdown .category-list li a i {
  margin-left: auto;
}
body.rtl .header-2 .header-nav-left .category-dropdown .category-list li a i {
  margin-left: unset;
  margin-right: auto;
}
.header-2 .dropdown-list {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Nunito", sans-serif;
}
@media (max-width: 767px) {
  .header-2 .dropdown-list {
    display: none;
  }
}
.header-2 .dropdown-list li:last-child {
  margin-right: 0;
}
.header-2 .dropdown-list li + li .dropdown {
  margin-left: 20px;
}
.header-2 .dropdown-list li + li .dropdown::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 80%;
  left: -12px;
  background-color: rgba(255, 255, 255, 0.4);
}
.header-2 .dropdown-list li:first-child::after {
  content: none;
}
.header-2 .dropdown-list li .dropdown .dropdown-toggle {
  width: auto;
  display: block;
  background-color: transparent;
  border-radius: 5px;
  font-weight: 500;
  font-size: unset;
}
.header-2 .dropdown-list li .dropdown .dropdown-toggle:after {
  content: none;
}
.header-2 .dropdown-list li .dropdown .dropdown-toggle span {
  font-weight: 400;
}
.header-2 .dropdown-list li .dropdown .dropdown-toggle .fa-chevron-down {
  margin-left: 10px;
}
.header-2 .dropdown-list li .dropdown .dropdown-menu .dropdown-list {
  display: block;
}
.header-2 .dropdown-list li .dropdown .dropdown-menu .dropdown-list + .dropdown-list {
  margin-top: 10px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.header-2 .about-list {
  font-family: "Nunito", sans-serif;
}
@media (max-width: 991px) {
  .header-2 .about-list {
    display: none;
  }
}
.header-2 .about-list li {
  position: relative;
  margin-left: 15px;
  font-size: 12px;
  font-weight: 500;
}
.header-2 .about-list li:first-child {
  margin-left: 0;
}
.header-2 .about-list li:first-child::after {
  content: none;
}
.header-2 .about-list li::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 70%;
  left: -8px;
  background-color: rgba(255, 255, 255, 0.4);
}
@media (max-width: 1199px) {
  header.header-3 .main-nav {
    padding: 0;
  }
}
.header-3 .navbar-top {
  display: flex;
  align-items: center;
  justify-content: unset !important;
}
@media (max-width: 480px) {
  .header-3 .navbar-top {
    justify-content: space-between;
  }
}
.header-3 .navbar-top .navbar-toggler:focus {
  box-shadow: none;
}
.header-3 .navbar-top .support-box {
  display: flex;
  flex-wrap: nowrap;
  gap: 9px;
  align-items: flex-start;
}
@media (max-width: 1432px) {
  .header-3 .navbar-top .support-box {
    display: none;
  }
}
.header-3 .navbar-top .support-box .support-image img {
  width: 33px;
  height: auto;
}
.header-3 .navbar-top .support-box .support-number {
  text-align: right;
}
.header-3 .navbar-top .support-box .support-number h2,
.header-3 .navbar-top .support-box .support-number .h2 {
  font-size: 25px;
  color: #ffffff;
}
.header-3 .navbar-top .support-box .support-number h4,
.header-3 .navbar-top .support-box .support-number .h4 {
  color: #ffffff;
  margin-top: 4px;
  font-weight: 500;
  font-size: 16px;
}
.header-3 .search-box {
  display: none;
}
@media (max-width: 991px) {
  .header-3 .search-box {
    display: block;
    background-color: #ffffff;
    padding: 6px;
    border-radius: 5px;
    border: 1px solid #4a5568;
    text-align: right;
    margin-left: auto;
  }
  .header-3 .search-box a {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000000;
  }
  .header-3 .search-box a i {
    font-size: 25px;
  }
}
@media (max-width: 480px) {
  .header-3 .search-box {
    margin-left: unset;
  }
}
.header-3 .dropdown-list.drop-state {
  margin-right: 20px;
  width: 100%;
  display: flex;
  align-items: center;
}
@media (max-width: 1199px) {
  .header-3 .dropdown-list.drop-state {
    margin-right: 0;
  }
}
@media (max-width: 991px) {
  .header-3 .dropdown-list {
    background-color: transparent;
    margin: 0;
  }
}
.header-3 .dropdown-list .location-icon {
  margin-right: 8px;
  display: flex;
}
.header-3 .dropdown-list .location-icon .iconly-Location {
  font-size: 25px;
}
.header-3 .dropdown-list .dropdown {
  display: flex;
  align-items: center;
  justify-content: center;
}
.header-3 .dropdown-list .dropdown .dropdown-toggle {
  padding-left: 0;
  font-size: 16px;
  display: flex;
  align-items: center;
  font-weight: 500;
  letter-spacing: 0.5px;
  position: relative;
  margin-top: 4px;
}
.header-3 .dropdown-list .dropdown .dropdown-toggle::after {
  display: none;
}
.header-3 .dropdown-list .dropdown .dropdown-toggle i {
  color: #000000;
  margin-left: 5px;
}
.header-3 .dropdown-list .dropdown .dropdown-menu {
  min-width: 100%;
}
.header-3 .dropdown-list .dropdown .dropdown-menu li {
  display: block;
}
.header-3 .form-select {
  font-size: 16px;
  font-weight: 600;
  border: none;
  border-radius: 0;
  font-family: "Nunito", sans-serif;
  color: #222222;
}
.header-3 .form-select:focus {
  border-color: transparent;
  box-shadow: none;
}
.header-3 .top-nav {
  padding: 22px 0 20px 0;
  background-color: var(--theme-color);
}
@media (max-width: 1199px) {
  .header-3 .top-nav {
    border-bottom: unset;
  }
}
@media (max-width: 767px) {
  .header-3 .top-nav .navbar-top {
    justify-content: normal;
  }
}
.header-3 .top-nav span {
  color: #222222;
}
.header-3 .top-nav span i {
  font-size: 25px;
  margin-top: 2px;
  color: #ffffff;
  -webkit-text-fill-color: #ffffff;
}
.header-3 .top-nav .nav-logo {
  display: flex !important;
  font-size: calc(28px + 7 * (100vw - 320px) / 1600);
  color: var(--theme-color);
  font-weight: bolder;
  font-family: "Nunito", sans-serif;
}
.header-3 .top-nav .nav-logo span {
  color: #222222;
}
.header-3 .top-nav .search-full {
  width: 0;
  height: 0;
  background-color: #ffffff;
  position: absolute;
  top: 40px;
  right: 0;
  z-index: 1;
  transform: scale(0);
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
}
@media (max-width: 360px) {
  .header-3 .top-nav .search-full {
    right: -5px;
  }
}
.header-3 .top-nav .search-full .input-group {
  border: 1px solid #f0f3f8;
  box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.14);
}
.header-3 .top-nav .search-full .input-group .input-group-text {
  background-color: #ffffff;
  border: none;
  color: #4a5568;
}
.header-3 .top-nav .search-full .input-group .input-group-text.close-search {
  cursor: pointer;
}
.header-3 .top-nav .search-full .input-group input {
  border: none;
  height: 50px;
}
.header-3 .top-nav .search-full.open {
  width: 100%;
  animation: zoomIn 0.5s ease-in-out;
  transform: scale(1);
  transition: all 0.3s ease;
  padding: 0 30px;
}
@media (max-width: 575px) {
  .header-3 .top-nav .search-full.open {
    padding: 0 25px;
  }
}
@media (max-width: 480px) {
  .header-3 .top-nav .search-full.open {
    padding: 0 15px;
  }
}
@media (max-width: 360px) {
  .header-3 .top-nav .search-full.open {
    left: 50%;
    transform: translateX(-50%);
    padding: 0;
    width: 95%;
  }
}
.header-3 .top-nav .search-full.show .search-suggestion {
  padding: 10px;
  border: 1px solid #f0f3f8;
  height: max-content;
  max-height: 500px;
  transition: max-height 1000ms cubic-bezier(0.27, 0.7, 0, 0.99);
}
.header-3 .top-nav .middle-box {
  display: inline-block;
  margin-left: calc(16px + 13 * (100vw - 320px) / 1600);
}
body.rtl .header-3 .top-nav .middle-box {
  margin-left: unset;
  margin-right: calc(16px + 13 * (100vw - 320px) / 1600);
}
@media (max-width: 1432px) {
  .header-3 .top-nav .middle-box {
    margin-left: auto;
  }
}
@media (max-width: 1366px) {
  .header-3 .top-nav .middle-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-left: 25px;
    float: right;
  }
}
@media (max-width: 1199px) {
  .header-3 .top-nav .middle-box {
    margin-left: 15px;
  }
}
@media (max-width: 991px) {
  .header-3 .top-nav .middle-box {
    margin-left: auto;
  }
}
.header-3 .top-nav .middle-box .center-box {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .header-3 .top-nav .middle-box {
    display: block !important;
  }
}
.header-3 .top-nav .middle-box .searchbar-box-2 {
  position: relative;
  display: flex;
  align-items: stretch;
  width: 853px;
  border: 1px solid var(--theme-color);
  border-radius: 5px;
  overflow: hidden;
}
@media (max-width: 1742px) {
  .header-3 .top-nav .middle-box .searchbar-box-2 {
    width: 800px;
  }
}
@media (max-width: 1668px) {
  .header-3 .top-nav .middle-box .searchbar-box-2 {
    width: 760px;
  }
}
@media (max-width: 1610px) {
  .header-3 .top-nav .middle-box .searchbar-box-2 {
    width: 710px;
  }
}
@media (max-width: 1544px) {
  .header-3 .top-nav .middle-box .searchbar-box-2 {
    width: 670px;
  }
}
@media (max-width: 991px) {
  .header-3 .top-nav .middle-box .searchbar-box-2 {
    display: none;
  }
}
.header-3 .top-nav .middle-box .searchbar-box-2 > * {
  border-radius: 6px 0 0 6px !important;
}
body.rtl .header-3 .top-nav .middle-box .searchbar-box-2 > * {
  border-radius: 0 6px 6px 0 !important;
}
.header-3 .top-nav .middle-box .searchbar-box-2 .search-button {
  background-color: #ffb803;
  font-weight: 500;
  border-radius: 0 6px 6px 0;
}
body.rtl .header-3 .top-nav .middle-box .searchbar-box-2 .search-button {
  border-radius: 6px 0 0 6px;
}
.header-3 .top-nav .middle-box .searchbar-box-2 .search-icon {
  font-size: 18px;
  background-color: #ffffff;
  padding-left: 16px;
  padding-right: 5px;
  border-radius: 6px 0 0 6px;
}
body.rtl .header-3 .top-nav .middle-box .searchbar-box-2 .search-icon {
  padding-left: 5px;
  padding-right: 16px;
  border-radius: 0 6px 6px 0;
}
.header-3 .top-nav .middle-box .searchbar-box-2 .search-icon i {
  color: var(--theme-color);
}
.header-3 .top-nav .middle-box .searchbar-box-2 input {
  height: 55px;
  padding: 8px;
  color: #222222;
  border: none;
  font-size: 16px;
  z-index: 0;
  border-radius: 0 !important;
}
body.rtl .header-3 .top-nav .middle-box .searchbar-box-2 input {
  border-radius: 0 !important;
}
.header-3 .top-nav .middle-box .searchbar-box-2 input:focus {
  box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.14);
}
.header-3 .top-nav .middle-box .searchbar-box-2 input::placeholder {
  color: #4a5568;
  font-size: 16px;
}
.header-3 .top-nav .middle-box .location-box-2 {
  display: flex;
  align-items: center;
  margin-right: 20px;
  position: relative;
}
body.rtl .header-3 .top-nav .middle-box .location-box-2 {
  margin-right: unset;
  margin-left: 20px;
}
@media (max-width: 1199px) {
  .header-3 .top-nav .middle-box .location-box-2 {
    margin-right: unset;
    margin-left: 0;
  }
}
.header-3 .top-nav .middle-box .location-box-2 button {
  display: flex;
  align-items: center;
  padding: 0;
}
.header-3 .top-nav .middle-box .location-box-2 button:focus {
  box-shadow: none;
}
.header-3 .top-nav .middle-box .location-box-2 button i {
  margin-right: 9px;
  font-size: 22px;
  color: #ffffff;
}
body.rtl .header-3 .top-nav .middle-box .location-box-2 button i {
  margin-right: unset;
  margin-left: 9px;
}
@media (max-width: 991px) {
  .header-3 .top-nav .middle-box .location-box-2 button i {
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(35px + 11 * (100vw - 320px) / 1600);
    height: calc(35px + 11 * (100vw - 320px) / 1600);
    margin-right: 0;
  }
}
.header-3 .top-nav .middle-box .location-box-2 button span {
  font-size: 16px;
  color: #ffffff;
}
@media (max-width: 991px) {
  .header-3 .top-nav .middle-box .location-box-2 button span {
    display: none;
  }
}
.header-3 .top-nav .middle-box .location-box-2 button span i {
  margin-right: 9px;
  font-size: 22px;
}
body.rtl .header-3 .top-nav .middle-box .location-box-2 button span i {
  margin-right: unset;
  margin-left: 9px;
}
@media (max-width: 1556px) {
  .header-3 .top-nav .middle-box .location-box-2 button span i {
    margin-right: 0;
  }
}
.header-3 .top-nav .middle-box .location-box-2 button .down-arrow {
  margin-left: 10px;
  color: #ffffff;
}
body.rtl .header-3 .top-nav .middle-box .location-box-2 button .down-arrow {
  margin-left: unset;
  margin-right: 10px;
}
@media (max-width: 991px) {
  .header-3 .top-nav .middle-box .location-box-2 button .down-arrow {
    display: none;
  }
}
.header-3 .rightside-menu {
  display: flex;
  align-items: center;
  margin-left: auto;
}
@media (max-width: 1432px) {
  .header-3 .rightside-menu.support-sidemenu {
    display: none;
  }
}
body.rtl .header-3 .rightside-menu {
  margin-left: unset;
  margin-right: auto;
}
@media (max-width: 1199px) {
  .header-3 .rightside-menu {
    position: absolute;
    top: -51px;
    right: 0;
  }
  body.rtl .header-3 .rightside-menu {
    right: unset;
    left: 0;
  }
}
@media (max-width: 767px) {
  .header-3 .rightside-menu {
    top: -50px;
  }
}
.header-3 .rightside-menu .dropdown-dollar {
  display: flex;
  align-items: center;
  margin-right: 22px;
}
@media (max-width: 991px) {
  .header-3 .rightside-menu .dropdown-dollar {
    display: none;
  }
}
.header-3 .rightside-menu .dropdown-dollar .dropdown {
  position: relative;
  z-index: 0;
}
.header-3 .rightside-menu .dropdown-dollar .dropdown .dropdown-toggle {
  font-size: 16px;
  display: flex;
  align-items: center;
  font-weight: 500;
  position: relative;
  border: none;
  background-color: transparent;
  padding: 0;
}
.header-3 .rightside-menu .dropdown-dollar .dropdown .dropdown-toggle i {
  margin-left: 8px;
}
body.rtl .header-3 .rightside-menu .dropdown-dollar .dropdown .dropdown-toggle i {
  margin-left: unset;
  margin-right: 8px;
}
.header-3 .rightside-menu .dropdown-dollar .dropdown .dropdown-toggle::after {
  display: none;
}
.header-3 .rightside-menu .dropdown-dollar .dropdown + .dropdown {
  margin-left: 23px;
}
body.rtl .header-3 .rightside-menu .dropdown-dollar .dropdown + .dropdown {
  margin-left: unset;
  margin-right: 23px;
}
.header-3 .rightside-menu .dropdown-dollar .dropdown + .dropdown::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 25px;
  left: -10px;
  background-color: #ececec;
}
body.rtl .header-3 .rightside-menu .dropdown-dollar .dropdown + .dropdown::after {
  left: unset;
  right: -10px;
}
.header-3 .rightside-menu .dropdown-dollar .dropdown .dropdown-menu {
  min-width: 100%;
}
.header-3 .rightside-menu .dropdown-dollar .dropdown .dropdown-menu li {
  display: block;
}
.header-3 .rightside-menu .wishlist-box {
  display: flex;
  align-items: center;
}
.header-3 .rightside-menu .wishlist-box .header-icon {
  width: calc(35px + 11 * (100vw - 320px) / 1600);
  height: calc(35px + 11 * (100vw - 320px) / 1600);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  border: 1px solid #ececec;
  background-color: #ffffff;
  border-radius: 100%;
  padding: 10px;
  position: relative;
}
.header-3 .rightside-menu .wishlist-box .header-icon + .header-icon {
  margin-left: 38px;
}
.header-3 .rightside-menu .wishlist-box .header-icon + .header-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 100%;
  left: -50%;
  background-color: #ececec;
}
.header-3 .rightside-menu .wishlist-box .header-icon.swap-icon {
  margin-left: 0;
}
.header-3 .rightside-menu .wishlist-box .header-icon.swap-icon::after {
  content: none;
}
.header-3 .rightside-menu .wishlist-box .header-icon.bag-icon {
  display: block;
}
@media (max-width: 480px) {
  .header-3 .rightside-menu .wishlist-box .header-icon.bag-icon {
    display: none;
  }
}
.header-3 .rightside-menu .wishlist-box .header-icon.search-box {
  display: none;
}
@media (max-width: 1199px) {
  .header-3 .rightside-menu .wishlist-box .header-icon.search-box {
    display: flex;
  }
  .header-3 .rightside-menu .wishlist-box .header-icon.search-box + .header-icon {
    margin-left: 38px;
  }
  .header-3 .rightside-menu .wishlist-box .header-icon.search-box + .header-icon::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 100%;
    left: -50%;
    background-color: #ececec;
  }
}
.header-3 .rightside-menu .wishlist-box .header-icon .badge-number {
  width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -10px;
  right: 0;
  background: var(--theme-color);
  font-weight: 600;
  color: #ffffff;
  border-radius: 100%;
  font-size: 10px;
}
.header-3 .rightside-menu .wishlist-box .header-icon i {
  color: #000000;
  font-size: calc(18px + 4 * (100vw - 320px) / 1600);
}
.header-3 .rightside-menu .wishlist-box .header-icon i.iconly-Swap {
  transform: rotate(90deg);
}
.header-3 .rightside-menu .option-list-2 {
  display: flex;
}
body.rtl .header-3 .rightside-menu .option-list-2 {
  padding-right: 0;
}
.header-3 .rightside-menu .option-list-2 > li {
  position: relative;
}
.header-3 .rightside-menu .option-list-2 > li:nth-of-type(5n-4) {
  display: none;
}
.header-3 .rightside-menu .option-list-2 > li:nth-of-type(5n-4) + li {
  margin-left: 0;
}
body.rtl .header-3 .rightside-menu .option-list-2 > li:nth-of-type(5n-4) + li {
  margin-left: unset;
  margin-right: 0;
}
.header-3 .rightside-menu .option-list-2 > li:nth-of-type(5n-4) + li::after {
  content: none;
}
@media (max-width: 1199px) {
  .header-3 .rightside-menu .option-list-2 > li:nth-of-type(5n-4) {
    display: block;
  }
  .header-3 .rightside-menu .option-list-2 > li:nth-of-type(5n-4) + li {
    margin-left: 22px;
  }
  body.rtl .header-3 .rightside-menu .option-list-2 > li:nth-of-type(5n-4) + li {
    margin-left: unset;
    margin-right: 22px;
  }
  .header-3 .rightside-menu .option-list-2 > li:nth-of-type(5n-4) + li::after {
    content: "";
  }
}
@media (max-width: 767px) {
  .header-3 .rightside-menu .option-list-2 > li:not(:nth-last-of-type(5n-5)) {
    display: none;
  }
}
.header-3 .rightside-menu .option-list-2 > li .header-icon {
  width: calc(35px + 11 * (100vw - 320px) / 1600);
  height: calc(35px + 11 * (100vw - 320px) / 1600);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  border: 1px solid #ececec;
  background-color: #ffffff;
  border-radius: 100%;
  padding: 10px;
  position: relative;
}
@media (max-width: 1199px) {
  .header-3 .rightside-menu .option-list-2 > li .header-icon {
    border: none;
    background-color: transparent;
  }
}
.header-3 .rightside-menu .option-list-2 > li .header-icon + .header-icon {
  margin-left: 38px;
}
.header-3 .rightside-menu .option-list-2 > li .header-icon + .header-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 100%;
  left: -50%;
  background-color: #ececec;
}
.header-3 .rightside-menu .option-list-2 > li .header-icon .badge-number {
  width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -10px;
  right: 0;
  background-color: var(--theme-color);
  font-weight: 600;
  color: #ffffff;
  border-radius: 100%;
  font-size: 10px;
}
@media (max-width: 1199px) {
  .header-3 .rightside-menu .option-list-2 > li .header-icon .badge-light {
    background-color: #ffffff;
    color: var(--theme-color);
    top: -3px;
  }
}
.header-3 .rightside-menu .option-list-2 > li .header-icon i {
  color: #000000;
  font-size: calc(18px + 4 * (100vw - 320px) / 1600);
}
.header-3 .rightside-menu .option-list-2 > li .header-icon i.iconly-Swap {
  transform: rotate(90deg);
}
@media (max-width: 1199px) {
  .header-3 .rightside-menu .option-list-2 > li .header-icon i {
    color: #ffffff;
  }
}
.header-3 .rightside-menu .option-list-2 > li + li {
  margin-left: 37px;
}
body.rtl .header-3 .rightside-menu .option-list-2 > li + li {
  margin-left: unset;
  margin-right: 37px;
}
@media (max-width: 1660px) {
  .header-3 .rightside-menu .option-list-2 > li + li {
    margin-left: 22px;
  }
  body.rtl .header-3 .rightside-menu .option-list-2 > li + li {
    margin-left: unset;
    margin-right: 22px;
  }
}
.header-3 .rightside-menu .option-list-2 > li + li::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 80%;
  left: -20px;
  background-color: #ececec;
}
body.rtl .header-3 .rightside-menu .option-list-2 > li + li::after {
  left: unset;
  right: -20px;
}
@media (max-width: 1660px) {
  .header-3 .rightside-menu .option-list-2 > li + li::after {
    left: -13px;
  }
  body.rtl .header-3 .rightside-menu .option-list-2 > li + li::after {
    left: unset;
    right: -13px;
  }
}
@media (max-width: 1199px) {
  .header-3 .rightside-menu .option-list-2 > li + li::after {
    background-color: rgba(255, 255, 255, 0.2);
  }
}
.header-3 .rightside-menu .user-box {
  display: flex;
  flex-wrap: nowrap;
  gap: 12px;
  align-items: center;
  margin-left: 37px;
  position: relative;
}
body.rtl .header-3 .rightside-menu .user-box {
  margin-left: unset;
  margin-right: 37px;
}
@media (max-width: 1660px) {
  .header-3 .rightside-menu .user-box {
    margin-left: 22px;
  }
  body.rtl .header-3 .rightside-menu .user-box {
    margin-left: unset;
    margin-right: 22px;
  }
}
@media (max-width: 767px) {
  .header-3 .rightside-menu .user-box {
    margin-left: 0;
  }
  body.rtl .header-3 .rightside-menu .user-box {
    margin-left: unset;
    margin-right: 0;
  }
}
.header-3 .rightside-menu .user-box::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 80%;
  left: -20px;
  background-color: #ececec;
}
body.rtl .header-3 .rightside-menu .user-box::after {
  left: unset;
  right: -20px;
}
@media (max-width: 1660px) {
  .header-3 .rightside-menu .user-box::after {
    left: -13px;
  }
  body.rtl .header-3 .rightside-menu .user-box::after {
    left: unset;
    right: -13px;
  }
}
@media (max-width: 1199px) {
  .header-3 .rightside-menu .user-box::after {
    background-color: rgba(255, 255, 255, 0.2);
  }
}
@media (max-width: 767px) {
  .header-3 .rightside-menu .user-box::after {
    content: none;
  }
}
.header-3 .rightside-menu .user-box .header-icon {
  width: calc(35px + 11 * (100vw - 320px) / 1600);
  height: calc(35px + 11 * (100vw - 320px) / 1600);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  border: 1px solid #ececec;
  background-color: #ffffff;
  border-radius: 100%;
  padding: 10px;
  position: relative;
}
@media (max-width: 1199px) {
  .header-3 .rightside-menu .user-box .header-icon {
    border: none;
    background-color: transparent;
  }
}
.header-3 .rightside-menu .user-box .header-icon .badge-number {
  width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -10px;
  right: 0;
  background-color: var(--theme-color);
  font-weight: 600;
  color: #ffffff;
  border-radius: 100%;
  font-size: 10px;
}
.header-3 .rightside-menu .user-box .header-icon i {
  color: #000000;
  font-size: calc(18px + 4 * (100vw - 320px) / 1600);
}
@media (max-width: 1199px) {
  .header-3 .rightside-menu .user-box .header-icon i {
    color: #ffffff;
  }
}
.header-3 .rightside-menu .user-box:hover .user-name h4,
.header-3 .rightside-menu .user-box:hover .user-name .h4 {
  color: var(--theme-color);
}
@media (max-width: 1660px) {
  .header-3 .rightside-menu .user-box .user-name {
    display: none;
  }
}
.header-3 .rightside-menu .mobile-app {
  position: relative;
  border-radius: 5px;
  padding: 16px 18px;
  display: flex;
  overflow: hidden;
  align-items: center;
  margin-left: 18px;
  color: var(--theme-color);
}
.header-3 .rightside-menu .mobile-app::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: var(--theme-color);
  opacity: 0.1;
  z-index: -1;
}
body.rtl .header-3 .rightside-menu .mobile-app {
  margin-left: unset;
  margin-right: 18px;
}
.header-3 .rightside-menu .mobile-app .mobile-image {
  margin-right: 11px;
}
body.rtl .header-3 .rightside-menu .mobile-app .mobile-image {
  margin-right: unset;
  margin-left: 11px;
}
.header-3 .rightside-menu .mobile-app .mobile-image img {
  width: 15px;
  height: auto;
}
.header-3 .rightside-menu .dropdown-user {
  display: flex;
  align-items: center;
}
.header-3 .rightside-menu .dropdown-user .user-detail {
  margin-left: 15px;
}
@media (max-width: 1366px) {
  .header-3 .rightside-menu .dropdown-user .user-detail {
    display: none;
  }
}
.header-3 .rightside-menu .dropdown-user .user-detail h6,
.header-3 .rightside-menu .dropdown-user .user-detail .h6 {
  color: #4a5568;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 2px;
}
.header-3 .rightside-menu .dropdown-user .user-detail h5,
.header-3 .rightside-menu .dropdown-user .user-detail .h5 {
  color: #222222;
  font-size: 16px;
  margin-bottom: 0;
}
.header-3 .right-nav {
  float: right;
  display: flex;
  align-items: center;
  margin-left: auto;
}
body.rtl .header-3 .right-nav {
  margin-left: unset;
  margin-right: auto;
}
@media (max-width: 1366px) {
  .header-3 .right-nav {
    display: none;
  }
}
.header-3 .right-nav .nav-number {
  display: flex;
  align-items: center;
}
@media (max-width: 1660px) {
  .header-3 .right-nav .nav-number {
    display: none;
  }
}
.header-3 .right-nav .nav-number img {
  width: 32px;
  height: 32px;
}
.header-3 .right-nav .nav-number span {
  font-size: calc(18px + 9 * (100vw - 320px) / 1600);
  font-weight: 500;
  margin-bottom: 0;
  margin-left: 8px;
}
body.rtl .header-3 .right-nav .nav-number span {
  margin-left: unset;
  margin-right: 8px;
}
.header-3 .right-nav .fire-button {
  display: flex;
  align-items: center;
  padding: 11px 38px;
  overflow: hidden;
}
.header-3 .right-nav .fire-button span {
  color: #ffffff;
  margin-left: 7px;
  font-size: 16px;
  font-weight: 500;
}
body.rtl .header-3 .right-nav .fire-button span {
  margin-left: unset;
  margin-right: 7px;
}
.header-3 .right-nav .fire-button .fire {
  width: 20px;
  height: 20px;
  position: relative;
  background-color: transparent;
  z-index: 1;
}
.header-3 .dropdown-category {
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  background-color: transparent;
  padding: 9px calc(16px + 15 * (100vw - 320px) / 1600) 9px 0;
  position: relative;
}
body.rtl .header-3 .dropdown-category {
  padding: 9px 0 9px calc(16px + 15 * (100vw - 320px) / 1600);
}
@media (max-width: 1199px) {
  .header-3 .dropdown-category {
    display: none;
  }
}
.header-3 .dropdown-category::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  top: 0;
  right: 0;
  background-color: #ececec;
}
body.rtl .header-3 .dropdown-category::after {
  right: unset;
  left: 0;
}
.header-3 .dropdown-category i {
  font-size: 23px;
  color: var(--theme-color);
  margin-right: 10px;
}
body.rtl .header-3 .dropdown-category i {
  margin-right: unset;
  margin-left: 10px;
}
.header-3 .dropdown-category span {
  font-size: 16px;
  margin-top: 4px;
}
.header-3 .dropdown-list {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Nunito", sans-serif;
}
@media (max-width: 767px) {
  .header-3 .dropdown-list {
    display: none;
  }
}
.header-3 .dropdown-list li:last-child {
  margin-right: 0;
}
.header-3 .dropdown-list li + li .dropdown {
  margin-left: 20px;
}
.header-3 .dropdown-list li + li .dropdown::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 80%;
  left: -12px;
  background-color: rgba(255, 255, 255, 0.4);
}
.header-3 .dropdown-list li:first-child::after {
  content: none;
}
.header-3 .dropdown-list li .dropdown .dropdown-toggle {
  width: auto;
  display: block;
  background-color: transparent;
  border-radius: 5px;
  font-weight: 500;
  font-size: unset;
}
.header-3 .dropdown-list li .dropdown .dropdown-toggle:after {
  content: none;
}
.header-3 .dropdown-list li .dropdown .dropdown-toggle span {
  font-weight: 400;
}
.header-3 .dropdown-list li .dropdown .dropdown-toggle .fa-chevron-down {
  margin-left: 10px;
}
.header-3 .dropdown-list li .dropdown .dropdown-menu .dropdown-list {
  display: block;
}
.header-3 .dropdown-list li .dropdown .dropdown-menu .dropdown-list + .dropdown-list {
  margin-top: 10px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.header-3 .about-list {
  font-family: "Nunito", sans-serif;
}
@media (max-width: 991px) {
  .header-3 .about-list {
    display: none;
  }
}
.header-3 .about-list li {
  position: relative;
  margin-left: 15px;
  font-size: 12px;
  font-weight: 500;
}
.header-3 .about-list li:first-child {
  margin-left: 0;
}
.header-3 .about-list li:first-child::after {
  content: none;
}
.header-3 .about-list li::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 70%;
  left: -8px;
  background-color: rgba(255, 255, 255, 0.4);
}
@media (min-width: 1200px) {
  .header-3 .navbar-expand-xl .dropdown:hover .dropdown-menu-2 {
    transform: translateY(0);
    left: 0;
  }
}
.header-3 .navbar-top .navbar-toggler .navbar-toggler-icon i {
  line-height: 1;
  margin-top: 0;
}
.empty-cart-box {
  text-align: center;
}
.empty-cart-box i {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  color: var(--theme-color);
  width: 70px;
  height: 70px;
  border-radius: 100%;
  padding: 20px;
  margin: 0 auto 10px;
  position: relative;
  overflow: hidden;
}
.empty-cart-box i:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: var(--theme-color);
  opacity: 0.1;
  left: 0;
  top: 0;
}
.empty-cart-box img {
  width: 35%;
  margin-bottom: 20px;
}
.empty-cart-box h5,
.empty-cart-box .h5 {
  font-weight: 500;
}
.user-box-name {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  align-items: center;
}
.user-box-name li {
  display: block;
  width: 100%;
}
.user-box-name li + li {
  padding-top: 8px;
  margin-top: 8px;
  border-top: 1px solid #eee;
}
.user-box-name li a {
  color: #222222;
  display: flex;
  align-items: center;
  position: relative;
}
.user-box-name li a:hover::after {
  width: 40%;
}
.user-box-name 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;
}
body.rtl .user-box-name li a::after {
  left: unset;
  right: 0;
}
.bg-effect {
  background-repeat: no-repeat;
  background-position: center;
}
.home-contain {
  overflow: hidden;
  position: relative;
  border-radius: 10px;
  height: 100%;
}
.home-contain .home-detail {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding: calc(18px + 42 * (100vw - 320px) / 1600);
}
.home-contain .home-detail.home-big-space {
  padding: calc(27px + 158 * (100vw - 320px) / 1600) 0 !important;
}
@media (max-width: 767px) {
  .home-contain .home-detail.home-overlay {
    background-color: rgba(255, 255, 255, 0.529);
  }
}
.home-contain .home-detail > .home-top {
  margin-top: -100px;
}
@media (max-width: 575px) {
  .home-contain .home-detail > .home-top {
    margin-top: -80px;
  }
}
@media (max-width: 480px) {
  .home-contain .home-detail > .home-top {
    margin-top: 0;
  }
}
.home-contain .home-detail.home-p-sm {
  padding: calc(15px + 5 * (100vw - 320px) / 1600) !important;
}
.home-contain .home-detail.home-p-medium {
  padding: 50px calc(15px + 15 * (100vw - 320px) / 1600) !important;
}
.home-contain .home-detail .ls-expanded {
  letter-spacing: 2.2px;
}
.home-contain .home-detail h1,
.home-contain .home-detail .h1 {
  font-size: calc(16px + 26 * (100vw - 320px) / 1600);
  width: 80%;
  line-height: 1.4;
  margin-bottom: calc(3px + 7 * (100vw - 320px) / 1600);
}
@media (max-width: 480px) {
  .home-contain .home-detail h1,
  .home-contain .home-detail .h1 {
    width: 100%;
  }
}
body.rtl .home-contain .home-detail h1,
body.rtl .home-contain .home-detail .h1 {
  margin-right: auto;
  text-align: left;
}
.home-contain .home-detail h1.super-sale,
.home-contain .home-detail .super-sale.h1 {
  font-size: 45px;
}
.home-contain .home-detail h1.name-title,
.home-contain .home-detail .name-title.h1 {
  font-size: calc(25px + 17 * (100vw - 320px) / 1600);
}
.home-contain .home-detail h1.home-name,
.home-contain .home-detail .home-name.h1 {
  font-size: 86px;
  font-weight: 700;
  position: relative;
  display: inline-block;
}
.home-contain .home-detail h1.home-name::before,
.home-contain .home-detail .home-name.h1::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
  height: 2px;
  bottom: 0;
  background-color: #222222;
}
.home-contain .home-detail h1.furniture-heading span,
.home-contain .home-detail .furniture-heading.h1 span {
  position: relative;
}
.home-contain .home-detail h1.furniture-heading span::before,
.home-contain .home-detail .furniture-heading.h1 span::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  top: 90%;
  background-repeat: no-repeat;
}
.home-contain .home-detail h1.poster-1,
.home-contain .home-detail .poster-1.h1 {
  line-height: calc(23px + 45 * (100vw - 320px) / 1600);
}
.home-contain .home-detail h1.poster-2,
.home-contain .home-detail .poster-2.h1 {
  line-height: calc(29px + 34 * (100vw - 320px) / 1600);
}
.home-contain .home-detail h1 span.name,
.home-contain .home-detail .h1 span.name {
  font-weight: 800;
  color: var(--theme-color);
  position: relative;
  z-index: 0;
}
.home-contain .home-detail h1 span.name::before,
.home-contain .home-detail .h1 span.name::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 20px;
  bottom: 10px;
  left: 0;
  background-color: var(--theme-color);
  opacity: 0.4;
  z-index: -1;
}
@media (max-width: 767px) {
  .home-contain .home-detail h1 span.name::before,
  .home-contain .home-detail .h1 span.name::before {
    display: none;
  }
}
@media (max-width: 1399px) {
  .home-contain .home-detail h1 span.name::before,
  .home-contain .home-detail .h1 span.name::before {
    content: none;
  }
}
.home-contain .home-detail h1 span.name-2,
.home-contain .home-detail .h1 span.name-2 {
  font-weight: 800;
  color: var(--theme-color);
}
.home-contain .home-detail h1 .daily,
.home-contain .home-detail .h1 .daily {
  color: var(--theme-color);
  font-weight: 800;
}
.home-contain .home-detail h1 .discount,
.home-contain .home-detail .h1 .discount {
  font-size: 16px;
  color: #262834;
  font-weight: 400;
}
.home-contain .home-detail h2,
.home-contain .home-detail .h2 {
  font-size: calc(25px + 13 * (100vw - 320px) / 1600);
  margin-bottom: 7px;
}
body.rtl .home-contain .home-detail h2,
body.rtl .home-contain .home-detail .h2 {
  text-align: left;
}
.home-contain .home-detail h2 span.discount,
.home-contain .home-detail .h2 span.discount {
  font-size: 16px;
  font-weight: 400;
}
.home-contain .home-detail h2.home-name,
.home-contain .home-detail .home-name.h2 {
  font-size: calc(52px + 33 * (100vw - 320px) / 1600);
  font-weight: 700;
}
.home-contain .home-detail h3,
.home-contain .home-detail .h3 {
  font-size: calc(20px + 6 * (100vw - 320px) / 1600);
  margin-bottom: calc(5px + 5 * (100vw - 320px) / 1600);
  font-weight: 600;
}
body.rtl .home-contain .home-detail h3,
body.rtl .home-contain .home-detail .h3 {
  text-align: left;
}
.home-contain .home-detail h4,
.home-contain .home-detail .h4 {
  font-size: calc(16px + 6 * (100vw - 320px) / 1600);
  margin-bottom: 5px;
}
body.rtl .home-contain .home-detail h4,
body.rtl .home-contain .home-detail .h4 {
  text-align: left;
}
.home-contain .home-detail h5,
.home-contain .home-detail .h5 {
  font-size: calc(15px + 3 * (100vw - 320px) / 1600);
  letter-spacing: 1px;
}
body.rtl .home-contain .home-detail h5,
body.rtl .home-contain .home-detail .h5 {
  text-align: left;
}
.home-contain .home-detail h6,
.home-contain .home-detail .h6 {
  font-size: 14px;
  letter-spacing: 0.1px;
  color: #4a5568;
}
body.rtl .home-contain .home-detail h6,
body.rtl .home-contain .home-detail .h6 {
  text-align: left;
}
@media (max-width: 360px) {
  .home-contain .home-detail h6,
  .home-contain .home-detail .h6 {
    margin-bottom: 5px;
  }
}
.home-contain .home-detail h6.home-home,
.home-contain .home-detail .home-home.h6 {
  margin-bottom: 10px;
  font-weight: 500;
}
.home-contain .home-detail h6 span,
.home-contain .home-detail .h6 span {
  font-weight: 500;
  padding: calc(6px + 4 * (100vw - 320px) / 1600) calc(8px + 8 * (100vw - 320px) / 1600);
  background: #000000;
  background:
    linear-gradient(
      90deg,
      rgba(255, 114, 114, 0.15) 0%,
      rgba(255, 114, 114, 0) 79%);
  border-radius: 50px;
  color: #ff4f4f;
  margin-left: calc(2px + 7 * (100vw - 320px) / 1600);
}
body.rtl .home-contain .home-detail h6 span,
body.rtl .home-contain .home-detail .h6 span {
  margin-left: unset;
  margin-right: calc(2px + 7 * (100vw - 320px) / 1600);
}
@media (max-width: 360px) {
  .home-contain .home-detail h6 span,
  .home-contain .home-detail .h6 span {
    display: none;
  }
}
.home-contain .home-detail p {
  margin-bottom: 0;
  color: #4a5568;
  letter-spacing: 0.8px;
  line-height: calc(19px + 8 * (100vw - 320px) / 1600);
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
}
body.rtl .home-contain .home-detail p {
  margin-right: auto;
  text-align: left;
}
.home-contain .home-detail p.organic {
  width: 70%;
}
.home-contain .home-detail .shop-button {
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
  margin-top: calc(12px + 8 * (100vw - 320px) / 1600);
  display: flex;
  align-items: center;
  color: #222222;
}
body.rtl .home-contain .home-detail .shop-button {
  justify-content: flex-end;
}
.home-contain .home-detail .shop-button:hover i {
  transform: translateX(4px);
}
.home-contain .home-detail .shop-button i {
  transition: 0.3s ease;
  margin-left: 8px;
}
body.rtl .home-contain .home-detail .shop-button i {
  margin-left: unset;
  margin-right: 8px;
}
.home-contain .home-detail .social-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
  flex-wrap: nowrap;
  gap: 14px;
}
.home-contain .home-detail .social-icon li:hover a {
  border-color: var(--theme-color);
  background-color: var(--theme-color);
  color: #ffffff;
}
.home-contain .home-detail .social-icon li a {
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  border: 1px solid #4a5568;
  color: #222222;
}
.home-section-2 {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.home-section-2.home-section-bg {
  background: none;
}
.home-section-2 .home-contain {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.home-section-2 .home-contain .home-detail {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  left: 0;
  padding: calc(20px + 30 * (100vw - 320px) / 1600);
}
.home-section-2 .home-contain .home-detail.home-p-sm {
  padding: calc(15px + 15 * (100vw - 320px) / 1600) !important;
}
.home-section-2 .home-contain .home-detail h1,
.home-section-2 .home-contain .home-detail .h1 {
  font-size: calc(25px + 20 * (100vw - 320px) / 1600);
  margin-bottom: 6px;
}
.home-section-2 .home-contain .home-detail h1.sale-name,
.home-section-2 .home-contain .home-detail .sale-name.h1 {
  font-size: calc(25px + 13 * (100vw - 320px) / 1600);
}
.home-section-2 .home-contain .home-detail h1.heding-2,
.home-section-2 .home-contain .home-detail .heding-2.h1 {
  font-size: calc(22px + 28 * (100vw - 320px) / 1600);
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 13px;
  margin-top: 7px;
  width: 100%;
}
.home-section-2 .home-contain .home-detail h2,
.home-section-2 .home-contain .home-detail .h2 {
  font-size: calc(18px + 14 * (100vw - 320px) / 1600);
  margin-bottom: 10px;
}
.home-section-2 .home-contain .home-detail h2.content-2,
.home-section-2 .home-contain .home-detail .content-2.h2 {
  font-size: calc(16px + 20 * (100vw - 320px) / 1600);
  margin-bottom: 10px;
  font-weight: 500;
}
.home-section-2 .home-contain .home-detail h3,
.home-section-2 .home-contain .home-detail .h3 {
  font-size: calc(18px + 14 * (100vw - 320px) / 1600);
  margin-bottom: 10px;
}
.home-section-2 .home-contain .home-detail h4,
.home-section-2 .home-contain .home-detail .h4 {
  font-size: calc(16px + 6 * (100vw - 320px) / 1600);
  margin-bottom: 5px;
}
.home-section-2 .home-contain .home-detail h5,
.home-section-2 .home-contain .home-detail .h5 {
  font-size: calc(15px + 3 * (100vw - 320px) / 1600);
  letter-spacing: 1px;
}
.home-section-2 .home-contain .home-detail h6,
.home-section-2 .home-contain .home-detail .h6 {
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
  margin-bottom: calc(7px + 5 * (100vw - 320px) / 1600);
}
.home-section-2 .home-contain .home-detail p {
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
  margin-bottom: 0;
  line-height: 1.5;
  color: #4a5568;
  letter-spacing: 0.8px;
}
.home-section-2 .home-contain .home-detail .shop-now-button {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  color: var(--theme-color);
  font-size: 15px;
}
.home-section-2 .home-contain .home-detail .shop-now-button i {
  font-size: 17px;
  margin-left: 8px;
}
.home-section-small .home-contain .home-detail.home-width {
  width: 50%;
}
@media (max-width: 360px) {
  .home-section-small .home-contain .home-detail.home-width:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.25);
    z-index: -1;
  }
}
@media (max-width: 991px) {
  .home-section-small .home-contain .home-detail.home-width {
    width: 60%;
  }
}
@media (max-width: 360px) {
  .home-section-small .home-contain .home-detail.home-width {
    width: 100%;
  }
}
.home-section-small .home-contain.home-small .home-detail {
  padding: calc(20px + 30 * (100vw - 767px) / 1153) calc(12px + 38 * (100vw - 767px) / 1153);
}
.home-section-small .home-contain.home-small .home-detail h4,
.home-section-small .home-contain.home-small .home-detail .h4 {
  font-size: calc(14px + 8 * (100vw - 767px) / 1153);
}
.home-search {
  background-image:
    linear-gradient(
      to right top,
      #276534,
      #06a188,
      #019e88,
      #009a89,
      #009789,
      #009489,
      #009089,
      #008d89,
      #008a89,
      #008688,
      #008387,
      #007f86);
  padding-top: 0;
}
.home-search .home-search-content {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding-top: 156px;
  text-align: center;
  width: 100%;
  padding-bottom: 70px;
}
.home-search .home-search-content > div {
  width: 100%;
}
.home-search .home-search-content h1,
.home-search .home-search-content .h1 {
  color: #ffffff;
  font-size: 42px;
  text-transform: inherit;
}
.home-search .home-search-content h3,
.home-search .home-search-content .h3 {
  font-size: 18px;
  font-weight: 400;
  color: #ffffff;
  margin-top: 12px;
}
.home-search .home-search-content .search-box {
  margin-top: 35px;
  position: relative;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}
.home-search .home-search-content .search-box .btn {
  background-color: #ffffff;
}
.home-search .home-search-content .search-box .feather-search {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  color: #a3a3a3;
}
.home-search .home-search-content .category-sec {
  margin-top: 80px;
}
.home-search .home-search-content .category-sec.category-section-2 .category-slider .shop-category-box .category-name h6,
.home-search .home-search-content .category-sec.category-section-2 .category-slider .shop-category-box .category-name .h6 {
  color: #ffffff;
}
.custom-row .sidebar-col {
  width: 320px;
  border-right: 1px solid #ececec;
  position: fixed;
  left: 0;
  top: 0;
  height: 100vh;
  overflow: auto;
  padding-top: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
body.rtl .custom-row .sidebar-col {
  right: 0;
  left: unset;
}
@media (max-width: 1199px) {
  .custom-row .sidebar-col {
    border-right: unset;
    left: -350px;
    background-color: #ffffff;
    z-index: 10;
    height: 100%;
    width: calc(300px + 20 * (100vw - 320px) / 879);
  }
  body.rtl .custom-row .sidebar-col {
    right: -350px;
    left: unset;
  }
  .custom-row .sidebar-col.show {
    left: 0;
  }
  body.rtl .custom-row .sidebar-col.show {
    right: 0;
    left: unset;
  }
}
.custom-row .sidebar-col .category-menu {
  background-color: transparent;
}
.custom-row .sidebar-col .category-menu .web-logo {
  display: block;
  margin-bottom: calc(34px + 6 * (100vw - 320px) / 1600);
}
.custom-row .sidebar-col .category-menu .web-logo img {
  width: calc(53% + 17 * (100vw - 320px) / 1600);
}
.custom-row .sidebar-col .category-menu ul {
  gap: calc(21px + 7 * (100vw - 320px) / 1600);
  border-bottom: none;
}
.custom-row .sidebar-col .category-menu ul li .category-list img {
  width: calc(30px + 5 * (100vw - 320px) / 1600);
  height: calc(30px + 5 * (100vw - 320px) / 1600);
}
.custom-row .sidebar-col .category-menu ul li .category-list h5,
.custom-row .sidebar-col .category-menu ul li .category-list .h5 {
  font-size: calc(15px + 2 * (100vw - 320px) / 1600);
}
.custom-row .content-col {
  margin-left: 320px;
  padding-left: calc(12px + 13 * (100vw - 320px) / 1600);
  margin-top: calc(77px + 36 * (100vw - 320px) / 1600);
  padding-right: calc(12px + 13 * (100vw - 320px) / 1600);
}
body.rtl .custom-row .content-col {
  margin-left: unset;
  margin-right: 320px;
}
@media (max-width: 1199px) {
  .custom-row .content-col {
    margin-left: 0;
  }
  body.rtl .custom-row .content-col {
    margin-left: unset;
    margin-right: 0;
  }
}
.home-search-full {
  height: 70vh;
}
@media (max-width: 575px) {
  .home-search-full {
    height: 50vh;
  }
}
.home-search-full .home-contain .home-detail {
  height: 70vh;
  padding: 0;
  padding-top: 64px;
}
@media (max-width: 575px) {
  .home-search-full .home-contain .home-detail {
    height: 50vh;
  }
}
@media (max-width: 767px) {
  .home-search-full .home-contain .home-detail {
    padding-top: 48px;
  }
}
@media (max-width: 480px) {
  .home-search-full .home-contain .home-detail {
    padding: 48px 15px 0;
  }
}
.home-search-full .home-contain .home-detail > div {
  width: 50%;
}
@media (max-width: 991px) {
  .home-search-full .home-contain .home-detail > div {
    width: 67%;
  }
}
@media (max-width: 575px) {
  .home-search-full .home-contain .home-detail > div {
    width: 100%;
  }
}
.home-search-full .home-contain .home-detail h1,
.home-search-full .home-contain .home-detail .h1 {
  font-size: calc(31px + 27 * (100vw - 320px) / 1600);
  text-transform: inherit;
  margin-left: auto;
  margin-right: auto;
  margin-top: -18px;
}
body.rtl .home-search-full .home-contain .home-detail h1,
body.rtl .home-search-full .home-contain .home-detail .h1 {
  text-align: center;
}
.home-search-full .home-contain .home-detail h3,
.home-search-full .home-contain .home-detail .h3 {
  font-size: calc(16px + 2 * (100vw - 320px) / 1600);
  font-weight: 400;
  margin-top: calc(4px + 8 * (100vw - 320px) / 1600);
  margin-bottom: 0;
  color: #4a5568;
  line-height: 1.4;
}
body.rtl .home-search-full .home-contain .home-detail h3,
body.rtl .home-search-full .home-contain .home-detail .h3 {
  text-align: center;
}
.home-search-full .home-contain .home-detail .search-box {
  margin-top: calc(23px + 12 * (100vw - 320px) / 1600);
  position: relative;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1460px) {
  .home-search-full .home-contain .home-detail .search-box {
    width: 83%;
  }
}
@media (max-width: 480px) {
  .home-search-full .home-contain .home-detail .search-box {
    width: 100%;
  }
}
.home-search-full .home-contain .home-detail .search-box .btn {
  background-color: #ffffff;
}
.home-search-full .home-contain .home-detail .search-box .feather-search {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  color: #a3a3a3;
  width: calc(21px + 3 * (100vw - 320px) / 1600);
  height: auto;
}
body.rtl .home-search-full .home-contain .home-detail .search-box .feather-search {
  right: unset;
  left: 20px;
}
@media (max-width: 991px) {
  .home-section-ratio .ratio_180 .bg-size:before {
    padding-top: 128%;
  }
}
@media (max-width: 991px) {
  .home-section-ratio .custom-ratio {
    order: -1;
  }
}
.home-furniture .feature-detail h2,
.home-furniture .feature-detail .h2 {
  font-size: calc(32px + 19 * (100vw - 1200px) / 720);
}
.home-furniture .feature-detail h3,
.home-furniture .feature-detail .h3 {
  background-color: #ffa53b;
  font-size: calc(29px + 11 * (100vw - 1200px) / 720);
  color: #ffffff;
  padding: 4px calc(9px + 4 * (100vw - 1200px) / 720);
  font-weight: 700;
}
.furniture-contain-2 .home-detail {
  width: calc(100% + -25 * (100vw - 320px) / 1600);
}
@media (max-width: 767px) {
  .furniture-contain-2 .home-detail::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.4);
    z-index: -1;
  }
}
.furniture-contain-2 .home-detail h1,
.furniture-contain-2 .home-detail .h1 {
  width: calc(100% + -25 * (100vw - 320px) / 1600);
}
.button-item {
  display: flex;
  align-items: center;
  justify-content: center;
  top: 50%;
  transform: translateY(-50%);
  position: fixed;
  right: 0;
  border-radius: 7px 0 0 7px;
  background-color: var(--theme-color);
  z-index: 8;
}
.button-item .item-btn {
  width: calc(41px + 9 * (100vw - 320px) / 1600);
  height: calc(41px + 9 * (100vw - 320px) / 1600);
  padding: 0;
}
.button-item .item-btn i {
  font-size: calc(18px + 4 * (100vw - 320px) / 1600);
}
.button-item .badge {
  position: absolute;
  right: 22px;
  top: 10px;
  background-color: #ffffff;
  border-radius: 100%;
  color: var(--theme-color);
  width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.item-section {
  top: 50%;
  transform: translateY(-50%);
  position: fixed;
  right: -140px;
  background-color: var(--theme-color);
  color: #ffffff;
  border-radius: 7px 0 0 7px;
  padding: 15px;
  transition: all 0.5s ease-in-out;
  z-index: 9;
}
.item-section.active {
  right: 0;
}
.item-section .close-button {
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 0;
  color: #ffffff;
  border: none;
  background-color: transparent;
  line-height: 1;
}
.item-section h6,
.item-section .h6 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 5px;
  margin-top: 10px;
  font-weight: bold;
}
.item-section h6 .icli,
.item-section .h6 .icli,
.item-section h6 i,
.item-section .h6 i {
  font-size: 22px;
  font-weight: normal;
}
.item-section .items-image {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 10px 0;
}
.item-section .items-image li {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  background-color: #ffffff;
  border-radius: 50%;
  border: 1px solid var(--theme-color);
  color: var(--theme-color);
  font-weight: 600;
  font-size: 13px;
}
.item-section .items-image li + li {
  margin-left: -10px;
}
.item-section .items-image li img {
  width: 15px;
  height: 15px;
  object-fit: contain;
}
.item-section .item-button {
  background-color: #ffffff;
  color: var(--theme-color);
}
header .main-nav {
  padding: 20px 0;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  header .main-nav {
    padding: 0;
  }
}
header .nav-left-align .navbar-nav .dropdown-menu-2 {
  left: 0;
  transform: unset;
}
body.rtl header .nav-left-align .navbar-nav .dropdown-menu-2 {
  left: unset;
  right: 0;
}
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;
}
body.rtl header .navbar-nav {
  padding-left: unset;
  padding-right: 0;
}
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;
}
body.rtl header .navbar-nav .nav-item .dropdown-menu .nav-item {
  margin-left: unset !important;
  margin-right: 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;
}
body.rtl header .navbar-nav .nav-item .dropdown-menu .nav-item .nav-link:after {
  right: unset;
  left: 0;
  transform: rotateY(180deg);
  top: -2px;
}
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;
  }
}
@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: #ff4f4f;
  font-size: 10px;
  padding: 1px 4px;
  color: #ffffff;
  font-weight: 600;
  border-top-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
body.rtl header .navbar-nav .nav-item .new-pages .new-dropdown {
  border-top-left-radius: unset;
  border-top-right-radius: 5px;
  border-bottom-right-radius: unset;
  border-bottom-left-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: 3px;
  }
  body.rtl header .navbar-nav .nav-item .new-pages .new-dropdown {
    margin-left: unset;
    margin-right: 9px;
  }
}
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: #ffffff;
  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);
}
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);
}
body.rtl header .navbar-nav .dropdown-menu .sub-dropdown-hover > a .new-text i {
  margin-left: unset;
  margin-right: 4px;
}
header .navbar-nav .dropdown-menu .sub-dropdown-hover > a::before {
  content: "\ea6e";
  position: absolute !important;
  font-family: remixicon;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  font-size: 16px;
}
body.rtl header .navbar-nav .dropdown-menu .sub-dropdown-hover > a::before {
  right: unset;
  left: 0;
}
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;
  }
}
body.rtl header .navbar-nav .dropdown-menu .sub-dropdown-hover:hover .sub-menu {
  left: unset;
  right: 113%;
}
@media (max-width: 1199px) {
  body.rtl header .navbar-nav .dropdown-menu .sub-dropdown-hover:hover .sub-menu {
    left: unset;
    right: 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;
}
body.rtl header .navbar-nav .dropdown-menu .sub-dropdown-hover .sub-menu {
  right: 123%;
  left: unset;
}
@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;
  }
}
body.rtl header .navbar-nav .dropdown-menu-2::after {
  transform: scaleX(-1);
  filter: FlipH;
}
@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: 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);
  }
  body.rtl header .navbar-nav .dropdown-menu-2 .dropdown-column .dropdown-header {
    padding-left: unset;
    padding-right: 10px;
  }
  header .navbar-nav .dropdown-menu-2 .dropdown-column .dropdown-item {
    position: relative;
    margin-left: 15px;
  }
  body.rtl header .navbar-nav .dropdown-menu-2 .dropdown-column .dropdown-item {
    margin-left: unset;
    margin-right: 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;
  }
  body.rtl header .navbar-nav .dropdown-menu-2 .dropdown-column .dropdown-item::before {
    left: unset;
    right: -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: uppercase;
}
header .navbar-nav .dropdown-image .dropdown-column .dropdown-item span::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 .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 + .nav-item {
  margin-left: calc(15px + 10 * (100vw - 1200px) / 720);
}
body.rtl header .navbar.navbar-expand-xl .navbar-nav .nav-item + .nav-item {
  margin-left: unset;
  margin-right: calc(15px + 10 * (100vw - 1200px) / 720);
}
@media (max-width: 1199px) {
  header .navbar.navbar-expand-xl .navbar-nav .nav-item + .nav-item {
    margin-left: 0;
  }
  body.rtl header .navbar.navbar-expand-xl .navbar-nav .nav-item + .nav-item {
    margin-left: unset;
    margin-right: 0;
  }
}
header .navbar.navbar-expand-xl .navbar-nav .nav-item.dropdown > a {
  padding-right: 18px;
}
body.rtl header .navbar.navbar-expand-xl .navbar-nav .nav-item.dropdown > a {
  padding-right: 0.5rem;
  text-align: right;
  padding-left: 18px;
}
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.6s ease;
}
body.rtl header .navbar.navbar-expand-xl .navbar-nav .nav-item.dropdown > a::before {
  right: unset;
  left: -4px;
}
@media (max-width: 1199px) {
  header .navbar.navbar-expand-xl .navbar-nav .nav-item.dropdown > a::before {
    right: 0;
    line-height: 1;
  }
  body.rtl header .navbar.navbar-expand-xl .navbar-nav .nav-item.dropdown > a::before {
    right: unset;
    left: 0;
  }
}
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: uppercase;
}
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: 3px;
  }
}
header .navbar.navbar-expand-xl .navbar-nav .nav-link .label-menu::before {
  content: "";
  position: absolute;
  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;
  }
}
body.rtl header .navbar.navbar-expand-xl .navbar-nav .nav-link .label-menu::before {
  left: unset;
  right: 10px;
}
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;
}
body.rtl header .navbar-toggler {
  margin-right: unset;
  margin-left: 10px;
}
@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;
  padding-left: 15px;
  z-index: 3;
}
body.rtl header .navbar {
  padding-left: unset;
  padding-right: 15px;
}
@media (max-width: 767px) {
  header .navbar {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 0;
  }
}
header .navbar:not(.navbar-stuck) .navbar-stuck-btn {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(#222222, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
header .navbar-shadow {
  box-shadow: 0 2px 10px -3px rgba(34, 34, 34, 0.1);
}
header .navbar-floating {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
header .navbar-stuck .navbar-btn {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(#222222, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
header .navbar-stuck-logo {
  display: none;
}
header .navbar-sticky.navbar-stuck {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  animation: navbar-show 0.25s;
  background-color: #ffffff;
  box-shadow: 0 2px 10px -3px rgba(34, 34, 34, 0.1);
}
header .header-nav-middle {
  margin: auto !important;
}
@media (max-width: 767px) {
  header .header-nav-middle {
    position: absolute;
    left: -9999px;
    visibility: hidden;
  }
  .offcanvas.offcanvas-collapse.show header .header-nav-middle {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    visibility: visible;
  }
}
@media (max-width: 767px) {
  header .app-navbar-menu-button {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
  }
}
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;
}
body.rtl header .offcanvas:not(.offcanvas-end):not(.offcanvas-bottom) {
  left: unset;
  right: 0;
}
@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;
  }
  body.rtl header .offcanvas:not(.offcanvas-end):not(.offcanvas-bottom) {
    transform: translateX(100%);
  }
}
header .offcanvas-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-shrink: 0;
  padding: 20px 24px;
  z-index: 1;
}
@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 {
  padding: 0;
  margin: -10px 0;
  font-size: 20px;
  background: unset;
  opacity: 1;
  width: unset;
  height: unset;
  line-height: 1;
}
header .offcanvas-header h5,
header .offcanvas-header .h5 {
  color: var(--theme-color);
  font-weight: 600;
  font-size: calc(20px + 2 * (100vw - 320px) / 880);
}
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-sticky.navbar-stuck .navbar-floating-logo {
    display: none !important;
  }
  header .navbar-expand-xl .navbar-stuck-logo {
    display: block;
  }
  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;
  }
  body.rtl header .navbar-expand-xl .navbar-nav .nav-item > .dropdown-menu > .nav-item > .nav-link {
    padding-right: unset;
  }
  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: 10px;
    display: none !important;
  }
  header .navbar-expand-xl .dropdown-menu li {
    display: block;
    width: 100%;
  }
  header .navbar-expand-xl .dropdown-menu .dropdown-column {
    margin: 0;
    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;
  }
  body.rtl header .navbar-expand-xl .dropdown-menu .dropdown-item {
    text-align: right;
  }
  header .navbar-expand-xl .dropdown-menu .dropdown-item:hover::after {
    width: 40%;
  }
  header .navbar-expand-xl .dropdown-menu .dropdown-item:active {
    color: #000000;
  }
  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;
  }
  body.rtl header .navbar-expand-xl .dropdown-menu .dropdown-item::after {
    left: unset;
    right: 0;
  }
  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;
  }
  body.rtl header .navbar-expand-xl .dropdown-menu .dropdown .dropdown-toggle {
    padding-right: 20px;
    padding-left: 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;
  }
  body.rtl header .navbar-expand-xl .dropdown-menu .dropdown .dropdown-toggle::after {
    right: unset;
    left: 0;
    margin-right: 0.255em;
    margin-left: unset;
  }
  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: 5px;
    background-color: #ffffff;
  }
  body.rtl header .navbar-expand-xl .dropdown-menu .dropdown-menu {
    left: unset;
    right: 100%;
  }
  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: translateX(-50%) translateY(0);
    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 {
    margin-top: 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;
  }
  body.rtl header .navbar-expand-xl .dropdown-mega .dropdown-column .dropdown-header {
    text-align: right;
  }
  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;
  }
  body.rtl header .navbar-expand-xl .dropdown-mega .dropdown-column .dropdown-header::after {
    left: unset;
    right: 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;
  }
  body.rtl header .offcanvas-collapse .offcanvas-body .navbar-nav .dropdown-menu .dropdown-item {
    text-align: right;
  }
  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;
  }
  body.rtl header .offcanvas-collapse .offcanvas-body .navbar-nav .dropdown-header {
    text-align: right;
  }
  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;
  }
  header .navbar-nav .dropdown-menu .dropdown-item {
    position: relative;
    margin-left: 15px;
  }
  body.rtl header .navbar-nav .dropdown-menu .dropdown-item {
    margin-left: unset;
    margin-right: 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;
  }
  body.rtl header .navbar-nav .dropdown-menu .dropdown-item::before {
    left: unset;
    right: -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);
  }
  body.rtl header .navbar-nav .dropdown-menu .dropdown-column .dropdown-header {
    padding-left: unset;
    padding-right: 10px;
  }
}
@media (max-width: 1199px) {
  .new-nav-item {
    justify-content: unset !important;
  }
}
.new-nav-item .new-dropdown {
  position: absolute;
  top: -7px;
  right: 3px;
  background-color: #ff4f4f;
  font-size: 10px;
  padding: 1px 4px;
  color: #ffffff;
  font-weight: 600;
  border-top-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
body.rtl .new-nav-item .new-dropdown {
  border-top-left-radius: unset;
  border-top-right-radius: 5px;
  border-bottom-right-radius: unset;
  border-bottom-left-radius: 5px;
  right: unset;
  left: 3px;
}
@media (max-width: 1199px) {
  .new-nav-item .new-dropdown {
    position: relative;
    top: unset;
    left: unset;
    right: unset;
    margin-left: 9px;
    border-radius: 3px;
  }
  body.rtl .new-nav-item .new-dropdown {
    margin-left: unset;
    margin-right: 9px;
  }
}
.dropdown-menu .product-box {
  padding: 0;
}
.dropdown-menu .product-box .product-image {
  background-color: #f8f8f8;
  margin-bottom: 10px;
  border-radius: 6px;
  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;
}
body.rtl .dropdown-menu .product-box .product-detail a h6.name,
body.rtl .dropdown-menu .product-box .product-detail a .name.h6 {
  text-align: right;
}
.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);
}
.custom-mt {
  margin-top: 25px;
}
@media (max-width: 1199px) {
  .custom-mt {
    margin-top: calc(9px + 3 * (100vw - 320px) / 880);
  }
}
.menu-img-banner {
  margin: -23px -23px -23px -25px;
}
.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: #ff7272;
  font-size: 12px;
  border-radius: 2px;
  padding: 3px 5px;
  line-height: 1;
  color: #fff;
  font-weight: 600;
  position: relative;
  z-index: 0;
  animation: 0.9s blink infinite;
  margin-left: 4px;
}
body.rtl .menu-label {
  margin-left: unset;
  margin-right: 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);
}
.menu-product-slider .product-box {
  background-color: #ffffff;
  padding-bottom: 5px;
  position: relative;
  border-radius: 5px;
  transition: all 0.4s ease-in-out;
}
.menu-product-slider .product-box:hover {
  box-shadow: unset;
}
.menu-product-slider .product-box .add-to-cart-box .btn-add-cart {
  background-color: #f9f8f6;
}
.menu-product-slider .product-box .add-to-cart-box .btn-add-cart .add-icon {
  background-color: #ffffff;
}
.menu-product-slider .product-box .product-image {
  background-color: #f8f8f8;
}
.menu-product-slider .product-box .product-detail .unit,
.menu-product-slider .product-box .product-detail p {
  display: none;
}
.menu-product-slider .product-box .label-tag {
  top: 14px;
  padding: 4px 7px;
  font-size: 13px;
}
.menu-product-slider .product-box .label-tag::before,
.menu-product-slider .product-box .label-tag::after {
  width: 14px;
  height: 14px;
  right: -14px;
  border-bottom: 14px solid #faba02;
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
}
.menu-product-slider .product-box .label-tag::before {
  transform: rotate(180deg);
}
.menu-product-slider .product-box .label-tag::after {
  top: unset;
  bottom: 0;
}
@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;
  }
}
.newsletter-section .newsletter-box {
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  background-size: cover;
}
.newsletter-section .newsletter-box-2:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-size: cover;
  background-image: url("./media/circle.png");
  background-position: center center;
  background-repeat: no-repeat;
  display: block;
  z-index: -1;
}
body.rtl .newsletter-section .newsletter-box-2:after {
  transform: scaleX(-1);
  filter: FlipH;
}
.newsletter-section .newsletter-box-3:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: block;
  z-index: -1;
}
body.rtl .newsletter-section .newsletter-box-3:after {
  transform: scaleX(-1);
  filter: FlipH;
}
.newsletter-section .newsletter-box .newsletter-contain {
  position: relative;
  z-index: 0;
}
.newsletter-section .newsletter-box .newsletter-contain::before {
  content: none;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(34, 34, 34, 0.35);
  z-index: -1;
}
@media (max-width: 1199px) {
  .newsletter-section .newsletter-box .newsletter-contain::before {
    content: "";
  }
}
.newsletter-section .newsletter-box .newsletter-contain .newsletter-detail h2,
.newsletter-section .newsletter-box .newsletter-contain .newsletter-detail .h2 {
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 10px;
  margin-top: -2px;
}
.newsletter-section .newsletter-box .newsletter-contain .newsletter-detail h5,
.newsletter-section .newsletter-box .newsletter-contain .newsletter-detail .h5 {
  font-weight: 600;
  color: #ffbc5d;
  margin-bottom: calc(14px + 6 * (100vw - 320px) / 1600);
  font-size: calc(16px + 2 * (100vw - 320px) / 1600);
}
.newsletter-section .newsletter-box .newsletter-contain .newsletter-detail .input-box {
  position: relative;
}
.newsletter-section .newsletter-box .newsletter-contain .newsletter-detail .input-box ::placeholder {
  font-size: 14px;
  color: #4a5568;
}
@media (max-width: 360px) {
  .newsletter-section .newsletter-box .newsletter-contain .newsletter-detail .input-box ::placeholder {
    padding-left: 0;
  }
}
.newsletter-section .newsletter-box .newsletter-contain .newsletter-detail .input-box input {
  height: calc(41px + 11 * (100vw - 320px) / 1600);
  border-radius: 5px;
  border: none;
  padding-left: 52px;
  padding-right: 140px;
}
body.rtl .newsletter-section .newsletter-box .newsletter-contain .newsletter-detail .input-box input {
  padding-left: 140px;
  padding-right: 52px;
}
@media (max-width: 575px) {
  .newsletter-section .newsletter-box .newsletter-contain .newsletter-detail .input-box input {
    padding-right: 42px;
  }
}
@media (max-width: 360px) {
  .newsletter-section .newsletter-box .newsletter-contain .newsletter-detail .input-box input {
    padding-left: 12px;
  }
}
.newsletter-section .newsletter-box .newsletter-contain .newsletter-detail .input-box .arrow {
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: calc(19px + 3 * (100vw - 320px) / 1600);
  left: 8px;
  color: var(--theme-color);
  z-index: 0;
  line-height: 1;
  width: calc(34px + 4 * (100vw - 320px) / 1600);
  height: calc(34px + 4 * (100vw - 320px) / 1600);
}
body.rtl .newsletter-section .newsletter-box .newsletter-contain .newsletter-detail .input-box .arrow {
  left: unset;
  right: 8px;
}
.newsletter-section .newsletter-box .newsletter-contain .newsletter-detail .input-box .arrow:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: var(--theme-color);
  opacity: 0.1;
  left: 0;
  top: 0;
  z-index: -1;
}
@media (max-width: 360px) {
  .newsletter-section .newsletter-box .newsletter-contain .newsletter-detail .input-box .arrow {
    display: none;
  }
}
.newsletter-section .newsletter-box .newsletter-contain .newsletter-detail .input-box .sub-btn {
  top: 50%;
  transform: translateY(-50%);
  background-color: #ff4f4f;
  position: absolute;
  right: 3px;
  border-radius: 3px;
  border: none;
  padding: calc(8px + 4 * (100vw - 320px) / 1600) calc(8px + 13 * (100vw - 320px) / 1600);
  font-size: calc(14px + 1 * (100vw - 320px) / 1600);
  color: #ffffff;
  font-weight: 500;
  display: flex;
  align-items: center;
}
body.rtl .newsletter-section .newsletter-box .newsletter-contain .newsletter-detail .input-box .sub-btn {
  right: unset;
  left: 3px;
}
.newsletter-section .newsletter-box .newsletter-contain .newsletter-detail .input-box .sub-btn i {
  margin-left: 6px;
}
body.rtl .newsletter-section .newsletter-box .newsletter-contain .newsletter-detail .input-box .sub-btn i {
  margin-left: unset;
  margin-right: 6px;
}
@media (max-width: 575px) {
  .newsletter-section .newsletter-box .newsletter-contain .newsletter-detail .input-box .sub-btn i {
    margin-left: 0;
  }
  body.rtl .newsletter-section .newsletter-box .newsletter-contain .newsletter-detail .input-box .sub-btn i {
    margin-left: unset;
    margin-right: 0;
  }
}
.newsletter-section-2 .newsletter-box {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.newsletter-section-2 .newsletter-box .newsletter-detail {
  width: 100%;
  height: 100%;
  padding: calc(20px + 110 * (100vw - 320px) / 1600);
  z-index: 1;
  position: relative;
  z-index: 0;
}
.newsletter-section-2 .newsletter-box .newsletter-detail::before {
  content: none;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(34, 34, 34, 0.35);
  z-index: -1;
}
@media (max-width: 1199px) {
  .newsletter-section-2 .newsletter-box .newsletter-detail::before {
    content: "";
  }
}
.newsletter-section-2 .newsletter-box .newsletter-detail h2,
.newsletter-section-2 .newsletter-box .newsletter-detail .h2 {
  font-size: calc(18px + 18 * (100vw - 320px) / 1600);
  margin-bottom: 10px;
  margin-top: -4px;
}
.newsletter-section-2 .newsletter-box .newsletter-detail h4,
.newsletter-section-2 .newsletter-box .newsletter-detail .h4 {
  margin-bottom: 8px;
  font-size: calc(15px + 5 * (100vw - 320px) / 1600);
  line-height: 1.3;
  font-weight: 300;
}
.newsletter-section-2 .newsletter-box .newsletter-detail .download-app {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .newsletter-section-2 .newsletter-box .newsletter-detail .download-app {
    display: block;
  }
}
.newsletter-section-2 .newsletter-box .newsletter-detail .download-app h3,
.newsletter-section-2 .newsletter-box .newsletter-detail .download-app .h3 {
  margin-right: 15px;
  font-weight: 400;
}
body.rtl .newsletter-section-2 .newsletter-box .newsletter-detail .download-app h3,
body.rtl .newsletter-section-2 .newsletter-box .newsletter-detail .download-app .h3 {
  margin-right: unset;
  margin-left: 15px;
}
@media (max-width: 767px) {
  .newsletter-section-2 .newsletter-box .newsletter-detail .download-app h3,
  .newsletter-section-2 .newsletter-box .newsletter-detail .download-app .h3 {
    margin-bottom: 10px;
  }
}
.newsletter-section-2 .newsletter-box .newsletter-detail .download-app .download-app-image {
  margin: 0 -3px;
  display: flex;
}
.newsletter-section-2 .newsletter-box .newsletter-detail .download-app .download-app-image li {
  margin: 0 3px;
  display: flex;
}
.newsletter-section-2 .newsletter-box .shape-box {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  text-align: center;
}
.newsletter-section-2 .newsletter-box .shape-box:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("./media/circle.png");
  background-position: center;
  animation: rounded infinite 30s linear;
  right: 0;
  top: 0;
  z-index: -1;
}
.offer-box {
  position: relative;
  z-index: 0;
}
.offer-box .offer-contain {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
@media (max-width: 991px) {
  .offer-box .offer-contain {
    display: block;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.5);
  }
}
.offer-box .offer-contain .offer-detail h2,
.offer-box .offer-contain .offer-detail .h2 {
  text-transform: none;
  line-height: calc(27px + 16 * (100vw - 320px) / 1600);
  font-weight: 400;
}
.offer-box .offer-contain .offer-detail p {
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
  margin-top: calc(4px + 8 * (100vw - 320px) / 1600);
}
.offer-box .offer-contain .offer-timing {
  margin-left: 24px;
}
body.rtl .offer-box .offer-contain .offer-timing {
  margin-left: unset;
  margin-right: 24px;
}
@media (max-width: 360px) {
  .offer-box .offer-contain .offer-timing {
    margin-left: 0;
  }
  body.rtl .offer-box .offer-contain .offer-timing {
    margin-left: unset;
    margin-right: 0;
  }
}
body.rtl .offer-box .offer-contain .offer-timing .time ul {
  padding-right: 0;
}
.offer-box .offer-contain .offer-timing .time ul li {
  position: relative;
}
.offer-box .offer-contain .offer-timing .time ul li + li {
  margin-left: 16px;
}
body.rtl .offer-box .offer-contain .offer-timing .time ul li + li {
  margin-left: unset;
  margin-right: 16px;
}
.offer-box .offer-contain .offer-timing .time ul li + li::before {
  content: ":";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -12px;
  font-size: 20px;
}
body.rtl .offer-box .offer-contain .offer-timing .time ul li + li::before {
  left: unset;
  right: -12px;
}
.offer-box .offer-contain .offer-timing .time ul li .counter {
  background-color: #ff4f4f;
  color: #ffffff;
  border-radius: 5px;
}
.offer-box .offer-contain .offer-timing .time ul li .counter div {
  width: calc(46px + 15 * (100vw - 320px) / 1600);
  height: calc(50px + 23 * (100vw - 320px) / 1600);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: calc(16px + 8 * (100vw - 320px) / 1600);
  font-weight: 600;
}
.offer-section .offer-box {
  display: flex;
  align-items: center;
  justify-content: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: calc(20px + 15 * (100vw - 320px) / 1600);
  border-radius: 6px;
}
@media (max-width: 575px) {
  .offer-section .offer-box {
    display: block;
    text-align: center;
  }
}
.offer-section .offer-box h2,
.offer-section .offer-box .h2 {
  color: #ffffff;
  font-weight: 700;
  font-size: calc(24px + 16 * (100vw - 320px) / 1600);
  margin-top: -4px;
  margin-bottom: -5px;
}
@media (max-width: 575px) {
  .offer-section .offer-box h2,
  .offer-section .offer-box .h2 {
    line-height: 1.3;
  }
}
.offer-section .offer-box h2 span,
.offer-section .offer-box .h2 span {
  font-weight: 500;
  font-size: calc(18px + 8 * (100vw - 320px) / 1600);
}
.vertical-product-box:hover .option {
  opacity: 1;
  visibility: visible;
}
.vertical-product-box:hover .option li {
  opacity: 1;
  transform: translateY(0);
}
.vertical-product-box:hover .option li:nth-child(1) {
  transition-delay: 0.1s;
}
.vertical-product-box:hover .option li:nth-child(2) {
  transition-delay: 0.2s;
}
.vertical-product-box:hover .option li:nth-child(3) {
  transition-delay: 0.3s;
}
.vertical-product-box:hover .option li:nth-child(4) {
  transition-delay: 0.4s;
}
.vertical-product-box .option {
  top: 50%;
  transform: translateY(-50%);
  left: calc(12px + 11 * (100vw - 320px) / 1600);
  display: flex;
  align-items: center;
  position: absolute;
  gap: 8px;
  background-color: #f8f8f8;
  width: 100%;
  height: 100%;
  transition: all 0.5s ease-in-out;
  opacity: 0;
  visibility: hidden;
}
body.rtl .vertical-product-box .option {
  padding-right: 0;
}
@media (max-width: 480px) {
  .vertical-product-box .option {
    margin: 0 -1px;
  }
}
.vertical-product-box .option li {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  border-radius: 50%;
  border: 1px solid var(--theme-color);
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.5s ease-in-out;
  position: relative;
  overflow: hidden;
}
@media (max-width: 480px) {
  .vertical-product-box .option li {
    width: 30px;
    height: 30px;
    margin: 0 1px;
  }
}
.vertical-product-box .option li:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: var(--theme-color);
  opacity: 0.1;
  z-index: -1;
}
.vertical-product-box .option li a {
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.vertical-product-box .option li a .icli {
  font-size: 20px;
  color: #000000;
}
@media (max-width: 480px) {
  .vertical-product-box .option li a .icli {
    font-size: 15px;
  }
}
.vertical-product-box .option li a .icli.iconly-Swap {
  transform: rotate(90deg);
}
.add-to-cart-box {
  background-color: #f8f8f8;
  border-radius: 50px;
  position: relative;
  max-width: 100%;
}
.add-to-cart-box .btn-add-cart {
  padding: calc(8px + 2 * (100vw - 320px) / 1600) 0;
  width: 100%;
  font-size: calc(14px + 1 * (100vw - 320px) / 1600);
  margin-top: 10px;
  color: #4a5568;
  border-radius: 50px;
  font-weight: 500;
}
.add-to-cart-box .btn-add-cart .add-icon {
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(30px + 7 * (100vw - 320px) / 1600);
  height: calc(30px + 7 * (100vw - 320px) / 1600);
  background-color: #ffffff;
  border-radius: 100%;
  color: var(--theme-color);
  position: absolute;
  right: 4px;
}
.add-to-cart-box .btn-add-cart .add-icon.bg-light-orange {
  background-color: #f9f8f6;
}
.add-to-cart-box .btn-add-cart .add-icon.bg-light-gray {
  background-color: #f8f8f8;
}
@media (max-width: 480px) {
  .add-to-cart-box .btn-add-cart .add-icon {
    display: none;
  }
}
.add-to-cart-box .btn-add-cart .add-icon i {
  font-size: 22px;
}
.add-to-cart-box .qty-box {
  max-width: 100%;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  display: none;
}
.add-to-cart-box .qty-box.open {
  display: block;
}
.add-to-cart-box .qty-box .input-group {
  background-color: #f8f8f8;
  border-radius: 100px;
  padding: 4px;
  text-align: center;
  z-index: 0;
}
.add-to-cart-box .qty-box .input-group.theme-bg-white {
  background-color: #ffffff;
}
.add-to-cart-box .qty-box .input-group button {
  width: calc(29px + 6 * (100vw - 320px) / 1600);
  height: calc(29px + 6 * (100vw - 320px) / 1600);
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  padding: 0;
  background-color: #ffffff;
  z-index: 0;
  border-radius: 100% !important;
}
.add-to-cart-box .qty-box .input-group button > div {
  display: flex;
  align-items: center;
}
.add-to-cart-box .qty-box .input-group button i {
  font-size: 22px;
  color: var(--theme-color);
  margin-top: 1px;
}
.add-to-cart-box .qty-box .input-group button:focus {
  box-shadow: none;
}
.add-to-cart-box .qty-box .input-group button:hover {
  background-color: #ffffff;
}
.add-to-cart-box .qty-box .input-group button:hover i {
  color: var(--theme-color);
}
.add-to-cart-box .qty-box .input-group input {
  height: auto;
  background-color: transparent;
  border: none;
  padding: 0;
  text-align: center;
  font-size: 14px;
  color: #4a5568;
}
.add-to-cart-btn-2 .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(30px + 7 * (100vw - 320px) / 1600);
  height: calc(30px + 7 * (100vw - 320px) / 1600);
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: #f7f7f7;
  padding: 0;
  border-radius: 100%;
  color: var(--theme-color);
}
body.rtl .add-to-cart-btn-2 .btn {
  right: unset;
  left: 0;
}
.add-to-cart-btn-2 .qty-box-2 {
  display: none;
  bottom: 0;
  position: absolute;
  left: 0;
  width: 100%;
  height: auto;
  margin-left: auto;
  max-width: 190px;
}
body.rtl .add-to-cart-btn-2 .qty-box-2 {
  left: unset;
  right: 0;
}
.add-to-cart-btn-2 .qty-box-2.qty-box-3 {
  max-width: 203px;
}
.add-to-cart-btn-2 .qty-box-2.open {
  display: block;
}
.add-to-cart-btn-2 .qty-box-2 .input-group {
  background-color: #f8f8f8;
  border-radius: 5px;
  padding: 4px;
  text-align: center;
  z-index: 0;
}
.add-to-cart-btn-2 .qty-box-2 .input-group button {
  width: calc(29px + 6 * (100vw - 320px) / 1600);
  height: calc(29px + 6 * (100vw - 320px) / 1600);
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  padding: 0;
  background-color: #ffffff;
  z-index: 0;
  border-radius: 3px !important;
}
.add-to-cart-btn-2 .qty-box-2 .input-group button i {
  font-size: 13px;
  color: var(--theme-color);
  margin-top: 1px;
}
.add-to-cart-btn-2 .qty-box-2 .input-group button:focus {
  box-shadow: none;
}
.add-to-cart-btn-2 .qty-box-2 .input-group input {
  height: auto;
  background-color: transparent;
  border: none;
  padding: 0;
  text-align: center;
  font-size: 14px;
  color: #4a5568;
}
.qty-box {
  margin-top: 10px;
  width: 100%;
  max-width: 170px;
}
.qty-box .input-group {
  background-color: #f8f8f8;
  border-radius: 7px;
  padding: 4px;
  text-align: center;
  z-index: 0;
}
.qty-box .input-group.theme-bg-white {
  background-color: #ffffff;
}
.qty-box .input-group button {
  width: calc(26px + 9 * (100vw - 320px) / 1600);
  height: calc(26px + 9 * (100vw - 320px) / 1600);
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  padding: 0;
  background-color: #ffffff;
  z-index: 0;
  border-radius: 4px !important;
}
.qty-box .input-group button i {
  font-size: 13px;
  color: var(--theme-color);
  margin-top: 1px;
}
.qty-box .input-group button:focus {
  box-shadow: none;
}
.qty-box .input-group input {
  height: auto;
  background-color: transparent;
  border: none;
  padding: 0;
  text-align: center;
  font-size: 14px;
  color: #4a5568;
}
.deal-timer {
  margin: 11px 0;
}
.deal-timer.product-deal-timer {
  width: 290px;
  margin-top: 24px;
}
.deal-timer.product-deal-timer ul {
  padding: calc(8px + 6 * (100vw - 320px) / 1600);
  background-color: #f8f8f8;
  border-radius: 8px;
  border: none;
}
.deal-timer.product-deal-timer ul li + li::before {
  left: -25px;
}
body.rtl .deal-timer.product-deal-timer ul li + li::before {
  left: unset;
  right: -25px;
}
.deal-timer.product-deal-timer ul li .counter {
  text-align: center;
}
.deal-timer.product-deal-timer ul li .counter > div {
  font-size: calc(18px + 2 * (100vw - 320px) / 1600);
}
.deal-timer .deal-title {
  font-weight: 600;
  margin-bottom: 7px;
  letter-spacing: 0.4px;
}
.deal-timer ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 12px;
  border: 1px dashed var(--theme-color);
  text-align: center;
}
.deal-timer ul li {
  position: relative;
}
.deal-timer ul li + li::before {
  content: ":";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -20px;
}
body.rtl .deal-timer ul li + li::before {
  left: unset;
  right: -20px;
}
.deal-timer ul li .counter > div {
  display: flex;
  align-items: center;
}
.deal-timer ul li .counter > div h5,
.deal-timer ul li .counter > div .h5 {
  font-weight: 600;
  margin-bottom: 4px;
}
.deal-timer ul li .counter > div h6,
.deal-timer ul li .counter > div .h6 {
  color: #4a5568;
  font-size: 13px;
}
.category-menu {
  background-color: #f8f8f8;
  padding: calc(12px + 21 * (100vw - 320px) / 1600);
  border-radius: 5px;
}
.category-menu-2 {
  background:
    linear-gradient(
      136.8deg,
      #f6f5f2 17.01%,
      #fdf7f0 93.97%);
}
.category-menu h3,
.category-menu .h3 {
  margin-bottom: 40px;
  font-weight: 600;
  position: relative;
  display: inline-block;
}
.category-menu h3::before,
.category-menu .h3::before {
  content: "";
  position: absolute;
  width: 102px;
  height: 2px;
  bottom: calc(-11px + 3 * (100vw - 320px) / 1600);
  left: 0;
  background-color: var(--theme-color);
}
body.rtl .category-menu h3::before,
body.rtl .category-menu .h3::before {
  left: unset;
  right: 0;
}
.category-menu ul {
  display: flex;
  flex-wrap: wrap;
  gap: 23px;
}
.category-menu ul.value-list {
  margin-top: 35px;
  border: none;
}
.category-menu ul li {
  display: block;
  width: 100%;
}
.category-menu ul li.pb-30 {
  margin-bottom: 30px;
}
.category-menu ul li .category-list {
  display: flex;
  flex-wrap: nowrap;
  gap: calc(10px + 6 * (100vw - 320px) / 1600);
  align-items: center;
  color: #222222;
}
.category-menu ul li .category-list:hover h5 a,
.category-menu ul li .category-list:hover .h5 a {
  letter-spacing: 0.5px;
}
.category-menu ul li .category-list:hover h5 a:before,
.category-menu ul li .category-list:hover .h5 a:before {
  width: 70px;
}
.category-menu ul li .category-list svg {
  width: 25px;
  height: 25px;
  stroke: #222222;
}
.category-menu ul li .category-list img {
  width: 25px;
  height: 25px;
  object-fit: contain;
}
.category-menu ul li .category-list h5 a,
.category-menu ul li .category-list .h5 a {
  color: #222222;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  position: relative;
  z-index: 0;
  transition: all 0.3s ease-in-out;
}
.category-menu ul li .category-list h5 a:hover,
.category-menu ul li .category-list .h5 a:hover {
  color: #222222;
}
.category-menu ul li .category-list h5 a::before,
.category-menu ul li .category-list .h5 a::before {
  content: "";
  position: absolute;
  width: 0;
  height: 3px;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  border-radius: 50px;
  background-color: var(--theme-color);
  z-index: -1;
  transition: all 0.3s ease-in-out;
}
body.rtl .category-menu ul li .category-list h5 a::before,
body.rtl .category-menu ul li .category-list .h5 a::before {
  left: unset;
  right: 0;
}
.category-menu ul li .category-list i {
  margin-left: auto;
}
.category-menu.menu-xl {
  position: sticky;
  top: 130px;
}
.category-menu.menu-xl ul {
  gap: 28px;
  border-bottom: none;
}
.category-menu.menu-xl ul li .category-list img {
  width: 35px;
  height: 35px;
}
.category-menu.menu-xl ul li .category-list h5,
.category-menu.menu-xl ul li .category-list .h5 {
  font-size: 17px;
}
.product-modern {
  border: 1px solid #ececec;
  border-radius: 10px;
  padding: 0;
}
.product-modern > .product-box-slider > div > .row > div:nth-child(n+6) {
  border-top: 1px solid rgba(74, 85, 104, 0.3);
}
.product-modern > .product-box-slider > div > .row > div:nth-child(5n+5) .product-box {
  border-right: none;
}
body.rtl .product-modern > .product-box-slider > div > .row > div:nth-child(5n+5) .product-box {
  border-left: none;
  border-right: unset;
}
@media screen and (max-width: 616px) {
  .product-modern > .product-box-slider > div > .row > div:nth-child(5n+2) .product-box {
    border-right: none;
  }
  body.rtl .product-modern > .product-box-slider > div > .row > div:nth-child(5n+2) .product-box {
    border-left: none;
    border-right: unset;
  }
}
.product-box {
  padding: calc(8px + 6 * (100vw - 320px) / 1600);
  position: relative;
  overflow: hidden;
}
body.rtl .product-box {
  direction: rtl;
}
.product-box:hover .product-image a img {
  transform: scale(1.1);
}
.product-box:hover .product-image .product-option {
  bottom: 15px;
  opacity: 1;
}
.product-box.product-box-bg {
  background: #f8f8f8;
  border-radius: 5px;
  padding: calc(10px + 4 * (100vw - 320px) / 1600);
  border: none;
}
.product-box.product-box-bg .qty-box .input-group {
  background-color: #ffffff;
  box-shadow: 0 0 8px rgba(34, 34, 34, 0.04);
}
.product-box.product-box-bg + .product-box-bg {
  margin-top: 20px !important;
}
@media (max-width: 575px) {
  .product-box.product-box-bg + .product-box-bg {
    margin-top: 10px !important;
  }
}
.product-box.product-white-bg {
  background-color: #ffffff;
  border-radius: calc(9px + 7 * (100vw - 320px) / 1600);
  padding: calc(10px + 4 * (100vw - 320px) / 1600);
  border: 1px solid #eee;
}
.product-box.product-white-bg .qty-box .input-group {
  background-color: #ffffff;
  box-shadow: 0 0 8px rgba(34, 34, 34, 0.04);
}
.product-box.product-white-bg:hover {
  box-shadow: 0 15px 70px rgba(0, 0, 0, 0.07);
}
.product-box .label-tag {
  position: absolute;
  top: 24px;
  left: 0;
  padding: 5px 13px;
  background-color: #ffba00;
  font-size: 14px;
  color: #ffffff;
  font-weight: 500;
  z-index: 1;
}
body.rtl .product-box .label-tag {
  left: unset;
  right: 0;
}
@media (max-width: 991px) {
  .product-box .label-tag {
    top: 16px;
    padding: 5px 10px;
    font-size: 12px;
  }
}
@media (max-width: 480px) {
  .product-box .label-tag {
    top: 10px;
    padding: 3px 6px;
  }
}
.product-box .label-tag::before,
.product-box .label-tag::after {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  right: -15px;
  border-bottom: 15px solid #faba02;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  transform: rotate(0);
  z-index: 1;
}
body.rtl .product-box .label-tag::before,
body.rtl .product-box .label-tag::after {
  right: unset;
  left: -15px;
}
@media (max-width: 991px) {
  .product-box .label-tag::before,
  .product-box .label-tag::after {
    width: 14px;
    height: 14px;
    right: -14px;
    border-bottom: 14px solid #faba02;
    border-left: 14px solid transparent;
    border-right: 14px solid transparent;
  }
  body.rtl .product-box .label-tag::before,
  body.rtl .product-box .label-tag::after {
    right: unset;
    left: -14px;
  }
}
@media (max-width: 480px) {
  .product-box .label-tag::before,
  .product-box .label-tag::after {
    width: 12px;
    height: 12px;
    right: -12px;
    border-bottom: 12px solid #faba02;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
  }
  body.rtl .product-box .label-tag::before,
  body.rtl .product-box .label-tag::after {
    right: unset;
    left: -12px;
  }
}
.product-box .label-tag::after {
  top: 16px;
  transform: rotate(0);
}
@media (max-width: 991px) {
  .product-box .label-tag::after {
    top: 14px;
  }
}
@media (max-width: 480px) {
  .product-box .label-tag::after {
    top: 12px;
  }
}
.product-box .label-tag::before {
  top: 0;
  transform: rotate(180deg);
}
.product-box .label-tag.sale-tag {
  background-color: #ff7272;
}
.product-box .label-tag.sale-tag:before,
.product-box .label-tag.sale-tag:after {
  border-bottom-color: #ff7272;
}
.product-box .label-tag span {
  font-weight: 700;
}
.product-box .product-image {
  text-align: center;
  padding: 20px;
  position: relative;
}
@media (max-width: 480px) {
  .product-box .product-image {
    padding: 8px;
  }
}
.product-box .product-image .product-option {
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  bottom: -5px;
  background-color: #ffffff;
  width: 70%;
  padding: 10px 5px;
  border-radius: 7px;
  box-shadow: 0 0 8px rgba(34, 34, 34, 0.12);
  opacity: 0;
  transition: all 0.3s ease-in-out;
  max-width: 320px;
}
@media (max-width: 480px) {
  .product-box .product-image .product-option {
    display: none;
  }
}
.product-box .product-image .product-option li {
  position: relative;
  width: 33.33%;
}
.product-box .product-image .product-option li a {
  color: #222222;
}
.product-box .product-image .product-option li a i {
  font-size: 16px;
}
.product-box .product-image .product-option li a .feather {
  width: 17px;
  height: auto;
  color: #4a5568;
}
.product-box .product-image .product-option li + li:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #4a5568;
  opacity: 0.3;
}
body.rtl .product-box .product-image .product-option li + li:after {
  left: unset;
  right: 0;
}
.product-box .product-image img {
  width: 100%;
  height: calc(100px + 40 * (100vw - 320px) / 1600);
  object-fit: contain;
  transition: opacity 0.5s, transform 1.25s cubic-bezier(0, 0, 0.44, 1.18);
}
.product-box .product-detail a {
  color: #222222;
  display: block;
}
.product-box .product-detail a:hover {
  color: #222222;
}
.product-box .product-detail a h6.name,
.product-box .product-detail a .name.h6 {
  font-weight: 600;
  line-height: 22px;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  font-size: 16px;
}
.product-box .product-detail a h6.name-2,
.product-box .product-detail a .name-2.h6 {
  -webkit-line-clamp: 1;
}
.product-box .product-detail p {
  display: none;
}
.product-box .product-detail .product-rating {
  flex-wrap: wrap;
  gap: calc(4px + 3 * (100vw - 320px) / 1600);
  margin-top: 2px;
}
body.rtl .product-box .product-detail .product-rating {
  justify-content: flex-start;
}
.product-box .product-detail .product-rating h6,
.product-box .product-detail .product-rating .h6 {
  font-weight: 500;
}
.product-box .progress {
  height: 6px;
  border-radius: 0;
  margin-top: calc(14px + 8 * (100vw - 320px) / 1600);
}
.product-box .stock {
  font-size: 14px;
  color: var(--theme-color);
  margin-left: auto;
}
.product-box .sold {
  font-weight: 600;
  margin-top: 3px;
  line-height: 21px;
  font-size: calc(14px + 1 * (100vw - 320px) / 1600);
}
body.rtl .product-box .sold {
  text-align: right;
}
.product-box .sold .price {
  font-weight: 600;
  margin-top: 0;
}
.product-box .sold del {
  font-weight: 400;
  margin-left: 6px;
  font-size: calc(13px + 1 * (100vw - 320px) / 1600);
}
body.rtl .product-box .sold del {
  margin-left: unset;
  margin-right: 6px;
}
.product-box .sold.weight {
  font-size: 13px;
  margin: calc(5px + 3 * (100vw - 320px) / 1600) 0;
  line-height: normal;
}
.product-box .counter-box {
  display: block;
  position: relative;
}
.product-box .counter-box h6,
.product-box .counter-box .h6 {
  margin-top: 0;
}
.product-box .counter-box .addtocart_btn .add-button,
.product-box .counter-box .addtocart_btn .add_cart {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 7px 11px;
  background-color: var(--theme-color);
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  transition: all 0.3s ease;
}
.product-box .counter-box .addtocart_btn .add-button span,
.product-box .counter-box .addtocart_btn .add_cart span {
  position: relative;
  left: unset;
  right: unset;
  bottom: unset;
  font-size: 15px;
  margin-right: 8px;
}
@media (max-width: 480px) {
  .product-box .counter-box .addtocart_btn .add-button span,
  .product-box .counter-box .addtocart_btn .add_cart span {
    display: none;
  }
}
.product-box .counter-box .addtocart_btn .qty-box {
  display: none;
  transition: all 0.3s ease;
  z-index: 1;
  margin-top: 0;
  max-width: 155px;
}
.product-box .counter-box .addtocart_btn .qty-box.open {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  transition: all 0.3s ease;
}
.product-box .counter-box .addtocart_btn .input-group {
  box-shadow: 0 2px 4px 0 #dedede;
  border-radius: 2px;
  padding: 4px;
  text-align: center;
  z-index: 0;
  background-color: #ffffff;
}
.product-box .counter-box .addtocart_btn .input-group .btn {
  padding: 7px 12px;
  font-size: 10px;
  line-height: 1;
  border-radius: 2px !important;
  background-color: #f8f8f8;
}
.product-box .counter-box .addtocart_btn .input-group .btn i {
  font-size: 15px;
}
.product-box .counter-box .addtocart_btn .input-group .form-control {
  padding: 2px;
  text-align: center;
  border-color: #f9f9f9;
}
.product-box .price {
  margin-top: 16px;
  font-weight: 600;
}
.border-effect {
  border: 1px solid #ececec;
  border-radius: 5px;
  position: absolute;
  right: 0;
  top: 0;
  width: calc(33.33% - 20px);
  height: 100%;
  z-index: -1;
}
@media (max-width: 1400px) and (min-width: 1200px) {
  .border-effect {
    display: none;
  }
}
@media (max-width: 830px) {
  .border-effect {
    display: none;
  }
}
.product-list {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 50px calc(20px + 10 * (100vw - 320px) / 1600);
  padding: calc(18px + 12 * (100vw - 320px) / 1600) 0;
}
@media (max-width: 1400px) and (min-width: 1200px) {
  .product-list {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 830px) {
  .product-list {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 576px) {
  .product-list {
    grid-template-columns: 1fr;
    gap: 30px calc(20px + 10 * (100vw - 320px) / 1600);
  }
}
.product-list.sidebar-product {
  gap: 50px calc(20px + 10 * (100vw - 320px) / 1600);
}
.product-list.sidebar-product li {
  padding: 0;
}
.product-list.sidebar-product li + li:after {
  content: "";
  position: absolute;
  top: -28px;
  right: 0;
  border-bottom: 1px dashed rgba(74, 85, 104, 0.3);
  width: calc(100% - 103px);
}
body.rtl .product-list.sidebar-product li + li:after {
  right: unset;
  left: 0;
}
.product-list:after,
.product-list:before {
  content: "";
  position: absolute;
  border: 1px solid #ececec;
  border-radius: 10px;
  left: 0;
  top: 0;
  width: calc(33.33% - 12px);
  height: 100%;
  z-index: -1;
}
@media (max-width: 1400px) and (min-width: 1200px) {
  .product-list:after,
  .product-list:before {
    width: calc(50% - 12px);
  }
}
@media (max-width: 830px) {
  .product-list:after,
  .product-list:before {
    width: calc(50% - 15px);
  }
}
@media (max-width: 576px) {
  .product-list:after,
  .product-list:before {
    width: 100%;
  }
}
.product-list:before {
  left: calc(33.33% + 10px);
}
@media (max-width: 1400px) and (min-width: 1200px) {
  .product-list:before {
    left: calc(50% + 10px);
  }
}
@media (max-width: 830px) {
  .product-list:before {
    left: calc(50% + 15px);
    width: calc(50% - 15px);
  }
}
@media (max-width: 576px) {
  .product-list:before {
    left: 0;
    width: 100%;
  }
}
.product-list li {
  width: 100%;
  display: flex;
  align-items: center;
  height: auto;
  position: relative;
  padding: 0 calc(18px + 12 * (100vw - 1199px) / 721);
}
@media (min-width: 1400px) {
  .product-list li:nth-child(n+4):after {
    content: "";
    position: absolute;
    top: calc(-22px + -6 * (100vw - 992px) / 928);
    right: calc(18px + 12 * (100vw - 320px) / 1600);
    border-bottom: 1px dashed rgba(74, 85, 104, 0.3);
    width: calc(100% - (120px + 23 * (100vw - 320px) / 1600) - (12px + 11 * (100vw - 320px) / 1600));
  }
  body.rtl .product-list li:nth-child(n+4):after {
    left: calc(18px + 12 * (100vw - 320px) / 1600);
    right: unset;
  }
}
@media (max-width: 1400px) and (min-width: 1200px) {
  .product-list li:nth-child(n+3):after {
    content: "";
    position: absolute;
    top: calc(-22px + -6 * (100vw - 992px) / 928);
    right: calc(18px + 12 * (100vw - 320px) / 1600);
    border-bottom: 1px dashed rgba(74, 85, 104, 0.3);
    width: calc(100% - (120px + 23 * (100vw - 320px) / 1600) - (12px + 11 * (100vw - 320px) / 1600));
  }
  body.rtl .product-list li:nth-child(n+3):after {
    left: calc(18px + 12 * (100vw - 320px) / 1600);
    right: unset;
  }
}
@media (max-width: 1200px) and (min-width: 830px) {
  .product-list li:nth-child(n+4):after {
    content: "";
    position: absolute;
    top: calc(-22px + -6 * (100vw - 992px) / 928);
    right: calc(18px + 12 * (100vw - 320px) / 1600);
    border-bottom: 1px dashed rgba(74, 85, 104, 0.3);
    width: calc(100% - (120px + 23 * (100vw - 320px) / 1600) - (12px + 11 * (100vw - 320px) / 1600));
  }
  body.rtl .product-list li:nth-child(n+4):after {
    left: calc(18px + 12 * (100vw - 320px) / 1600);
    right: unset;
  }
}
@media (max-width: 830px) and (min-width: 576px) {
  .product-list li:nth-child(n+3):after {
    content: "";
    position: absolute;
    top: -28px;
    right: calc(18px + 12 * (100vw - 320px) / 1600);
    border-bottom: 1px dashed rgba(74, 85, 104, 0.3);
    width: calc(100% - (120px + 23 * (100vw - 320px) / 1600));
  }
  body.rtl .product-list li:nth-child(n+3):after {
    left: calc(18px + 12 * (100vw - 320px) / 1600);
    right: unset;
  }
}
@media (max-width: 576px) {
  .product-list li:nth-child(n+2):after {
    content: "";
    position: absolute;
    top: -18px;
    right: calc(18px + 12 * (100vw - 320px) / 1600);
    border-bottom: 1px dashed rgba(74, 85, 104, 0.3);
    width: calc(100% - (120px + 23 * (100vw - 320px) / 1600));
  }
  body.rtl .product-list li:nth-child(n+2):after {
    left: calc(18px + 12 * (100vw - 320px) / 1600);
    right: unset;
  }
}
.product-list li .offer-product {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  gap: calc(12px + 11 * (100vw - 320px) / 1600);
}
.product-list li .offer-product:hover .offer-image {
  transform: scale(1.1);
}
.product-list li .offer-product:hover .offer-detail a .name {
  color: var(--theme-color);
}
.product-list li .offer-product .offer-image {
  width: calc(75px + 5 * (100vw - 320px) / 1600);
}
@media (max-width: 1660px) {
  .product-list li .offer-product .offer-image {
    width: calc(80px + 10 * (100vw - 320px) / 1600);
  }
}
.product-list li .offer-product .offer-image img {
  width: 80px;
  height: 80px;
  object-fit: contain;
  transition: all 0.3s ease-in-out;
}
.product-list li .offer-product .offer-detail {
  width: calc(100% - (75px + 5 * (100vw - 320px) / 1600) - (12px + 11 * (100vw - 320px) / 1600));
  height: 80px;
  position: relative;
  display: flex;
  align-items: center;
}
@media (max-width: 1660px) {
  .product-list li .offer-product .offer-detail {
    width: calc(100% - (80px + 10 * (100vw - 320px) / 1600) - (12px + 11 * (100vw - 320px) / 1600));
  }
}
.product-list li .offer-product .offer-detail .vertical-price {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-top: calc(2px + 4 * (100vw - 320px) / 1600);
  white-space: nowrap;
  margin-bottom: -2px;
}
.product-list li .offer-product .offer-detail .vertical-price .price {
  font-weight: 600;
}
.product-list li .offer-product .offer-detail a {
  display: block;
  color: #222222;
}
.product-list li .offer-product .offer-detail a:hover {
  color: #222222;
}
.product-list li .offer-product .offer-detail a .name {
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  font-weight: 500;
  margin-top: -1px;
  transition: all 0.3s ease-in-out;
  font-size: calc(15px + 1 * (100vw - 320px) / 1600);
}
.product-list li .offer-product .offer-detail span {
  font-size: 14px;
  margin-top: 5px;
  color: #4a5568;
  font-weight: 400;
}
.product-category {
  padding: calc(19px + 17 * (100vw - 320px) / 1600) calc(16px + 9 * (100vw - 320px) / 1600);
  background-color: #f8f8f8;
}
.product-category .product-category-list {
  column-count: 2;
}
body.rtl .product-category .product-category-list {
  padding-left: unset;
  padding-right: 0;
}
.product-category .product-category-list li {
  display: block;
  padding-left: 22px;
  font-size: 14px;
  color: #4a5568;
  position: relative;
  width: 140px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
body.rtl .product-category .product-category-list li {
  padding-left: unset;
  padding-right: 22px;
}
.product-category .product-category-list li::before {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  top: 50%;
  transform: rotate(45deg) translateY(-50%);
  left: 0;
  border: 1px solid #4a5568;
}
body.rtl .product-category .product-category-list li::before {
  left: unset;
  right: 8px;
}
.product-category .product-category-list li + li {
  margin-top: calc(14px + 12 * (100vw - 320px) / 1600);
}
.product-category .product-category-list li:last-child a {
  display: flex;
  align-items: center;
}
.product-category .product-category-list li:last-child a:hover {
  color: var(--theme-color);
}
.product-category .product-category-list li:last-child a i {
  margin-left: 8px;
}
.product-category .product-category-list li:last-child::before {
  display: none;
}
.slider-3-product .product-slider-image {
  background-color: #f8f8f8;
}
.product-slider {
  padding-bottom: 5px;
}
.product-slider:hover .product-slider-image img {
  transform: scale(1.1) rotate(4deg);
}
.product-slider .product-slider-image {
  border-radius: 5px;
  overflow: hidden;
  display: block;
}
.product-slider .product-slider-image img {
  transition: all 0.3s ease-in-out;
}
.product-slider .product-slider-detail {
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  width: calc(100% - 32px);
  margin: -50px auto 0;
  padding: calc(20px + 5 * (100vw - 320px) / 1600) calc(18px + 12 * (100vw - 320px) / 1600);
  border-radius: 5px;
  box-shadow: 0px 4px 10px rgba(47, 88, 80, 0.05);
  background-color: rgba(255, 255, 255, 0.8);
}
.product-slider .product-slider-detail > div {
  position: relative;
}
.product-slider .product-slider-detail h3,
.product-slider .product-slider-detail .h3 {
  font-weight: 600;
  margin-bottom: calc(6px + 4 * (100vw - 320px) / 1600);
  text-align: center;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  margin-top: -2px;
}
.product-slider .product-slider-detail h5,
.product-slider .product-slider-detail .h5 {
  margin-bottom: 0;
  color: #4a5568;
  text-align: center;
}
.product-slider .product-slider-detail h6,
.product-slider .product-slider-detail .h6 {
  margin-top: calc(4px + 6 * (100vw - 320px) / 1600);
  font-weight: 500;
}
.product-slider .product-slider-detail .product-button {
  position: absolute;
  bottom: 0;
  right: 0;
}
body.rtl .product-slider .product-slider-detail .product-button {
  right: unset;
  left: 0;
}
@media (max-width: 360px) {
  .product-slider .product-slider-detail .product-button {
    position: relative;
    margin-top: 10px;
    width: 100%;
    justify-content: center;
  }
}
.top-selling-box .top-selling-title {
  border-bottom: 1px solid #e0e2e7;
  padding-bottom: calc(12px + 10 * (100vw - 320px) / 1600);
  margin-bottom: calc(24px + 12 * (100vw - 320px) / 1600);
  position: relative;
}
.top-selling-box .top-selling-title::after {
  content: "";
  position: absolute;
  width: 120px;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: var(--theme-color);
}
body.rtl .top-selling-box .top-selling-title::after {
  left: unset;
  right: 0;
}
.top-selling-box .top-selling-title h3,
.top-selling-box .top-selling-title .h3 {
  font-size: calc(19px + 3 * (100vw - 320px) / 1600);
  font-weight: 600;
}
.top-selling-box .top-selling-contain {
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.top-selling-box .top-selling-contain + .top-selling-contain {
  margin-top: calc(14px + 16 * (100vw - 320px) / 1600);
}
.top-selling-box .top-selling-contain + .top-selling-contain:before {
  content: "";
  position: absolute;
  top: -15px;
  right: 0;
  width: calc(100% - 118px);
  border: 1px dashed rgba(74, 85, 104, 0.3);
}
body.rtl .top-selling-box .top-selling-contain + .top-selling-contain:before {
  right: unset;
  left: 0;
}
.top-selling-box .top-selling-contain:hover .top-selling-detail h5,
.top-selling-box .top-selling-contain:hover .top-selling-detail .h5 {
  color: var(--theme-color);
}
.top-selling-box .top-selling-contain:hover .top-selling-detail .product-option {
  top: 0;
  opacity: 1;
}
.top-selling-box .top-selling-contain:hover .top-selling-image img {
  transform: scale(1.1);
}
.top-selling-box .top-selling-contain .top-selling-image {
  overflow: hidden;
  width: calc(80px + 20 * (100vw - 320px) / 1600);
  height: calc(80px + 20 * (100vw - 320px) / 1600);
  border-radius: 5px;
}
.top-selling-box .top-selling-contain .top-selling-image img {
  object-fit: contain;
  transition: all 0.3s ease-in-out;
}
.top-selling-box .top-selling-contain .top-selling-detail {
  padding-left: calc(15px + 3 * (100vw - 320px) / 1600);
  width: calc(100% - (80px + 20 * (100vw - 320px) / 1600));
  position: relative;
}
.top-selling-box .top-selling-contain .top-selling-detail .product-option {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #ffffff;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.top-selling-box .top-selling-contain .top-selling-detail .product-option li a {
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  border: 1px solid var(--theme-color);
  position: relative;
  z-index: 0;
  overflow: hidden;
  color: var(--theme-color);
}
.top-selling-box .top-selling-contain .top-selling-detail .product-option li a:hover {
  color: var(--theme-color);
}
.top-selling-box .top-selling-contain .top-selling-detail .product-option li a:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: var(--theme-color);
  opacity: 0.1;
}
.top-selling-box .top-selling-contain .top-selling-detail .product-option li a .feather {
  width: 20px;
  height: auto;
  margin-top: 1px;
}
body.rtl .top-selling-box .top-selling-contain .top-selling-detail {
  padding-left: unset;
  padding-right: 18px;
}
.top-selling-box .top-selling-contain .top-selling-detail a {
  display: block;
  color: #222222;
}
.top-selling-box .top-selling-contain .top-selling-detail a:hover {
  color: #222222;
}
.top-selling-box .top-selling-contain .top-selling-detail a h5,
.top-selling-box .top-selling-contain .top-selling-detail a .h5 {
  margin-bottom: calc(2px + 3 * (100vw - 320px) / 1600);
  font-weight: 600;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
.top-selling-box .top-selling-contain .top-selling-detail h6,
.top-selling-box .top-selling-contain .top-selling-detail .h6 {
  margin-top: calc(7px + 6 * (100vw - 320px) / 1600);
  font-weight: 600;
  color: var(--theme-color);
}
.product-box-2 {
  display: flex;
  align-items: center;
  transition: all 0.3s ease-in-out;
}
.product-box-2:hover .product-image img {
  transform: scale(1.1);
}
.product-box-2:hover .product-detail h6,
.product-box-2:hover .product-detail .h6 {
  color: var(--theme-color);
}
.product-box-2:hover .product-detail .product-option {
  opacity: 1;
}
.product-box-2 + .product-box-2 {
  margin-top: calc(14px + 6 * (100vw - 320px) / 1600) !important;
}
.product-box-2 .product-image {
  border-radius: 8px;
  overflow: hidden;
}
.product-box-2 .product-image img {
  width: calc(86px + 44 * (100vw - 320px) / 1600);
  height: auto;
  object-fit: contain;
  transition: all 0.3s ease-in-out;
}
.product-box-2 .product-detail {
  margin-left: 15px;
  width: calc(100% - 130px - 15px);
  position: relative;
  overflow: hidden;
}
body.rtl .product-box-2 .product-detail {
  margin-left: unset;
  margin-right: 15px;
}
.product-box-2 .product-detail-2 {
  padding-left: 0;
  padding-right: 15px;
  text-align: right;
}
.product-box-2 .product-detail-2 .rating {
  justify-content: flex-end;
}
.product-box-2 .product-detail-2 .cart-icon {
  right: unset;
  left: 0;
}
.product-box-2 .product-detail .product-option {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #ffffff;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.product-box-2 .product-detail .product-option li a {
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  border: 1px solid var(--theme-color);
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.product-box-2 .product-detail .product-option li a:hover {
  color: var(--theme-color);
}
.product-box-2 .product-detail .product-option li a:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: var(--theme-color);
  opacity: 0.1;
}
.product-box-2 .product-detail .product-option li a .feather {
  width: 20px;
  height: auto;
  margin-top: 1px;
}
.product-box-2 .product-detail h6,
.product-box-2 .product-detail .h6 {
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: calc(2px + 5 * (100vw - 320px) / 1600);
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  color: #222222;
  transition: all 0.3s ease-in-out;
}
.product-box-2 .product-detail h3,
.product-box-2 .product-detail .h3 {
  color: var(--theme-color);
  font-weight: 600;
  margin-bottom: 12px;
}
.product-box-2 .product-detail h5,
.product-box-2 .product-detail .h5 {
  font-weight: 500;
  margin-top: calc(5px + 5 * (100vw - 320px) / 1600);
}
.product-box-2 .product-detail h5 del,
.product-box-2 .product-detail .h5 del {
  font-size: 14px;
  margin-left: 2px;
  color: #ff4f4f;
  font-weight: 600;
}
.product-box-2 .product-detail .cart-icon {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #f7f5f2;
  border-radius: 100%;
}
.product-box-2 .product-detail .cart-icon svg {
  width: 20px;
  height: 20px;
  color: #4a5568;
  stroke-width: 1.5px;
}
.middle-image {
  width: 100%;
  height: 100%;
}
.middle-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.product-offcer-contain {
  display: flex;
  align-items: center;
  position: relative;
}
.product-offcer-contain + .product-offcer-contain {
  margin-top: 50px;
}
.product-offcer-contain + .product-offcer-contain::before {
  content: "";
  position: absolute;
  top: -25px;
  left: 0;
  width: 100%;
  border: 1px dashed #bfa378;
}
.product-offcer-contain .product-offer-image img {
  width: 150px;
  height: 85px;
  object-fit: contain;
}
.product-offcer-contain .product-offer-details {
  padding-left: 16px;
  width: calc(100% - 150px);
  position: relative;
}
.product-offcer-contain .product-offer-details h6,
.product-offcer-contain .product-offer-details .h6 {
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 7px;
}
.product-offcer-contain .product-offer-details h5,
.product-offcer-contain .product-offer-details .h5 {
  font-weight: 500;
  margin-top: 10px;
}
.product-offcer-contain .product-offer-details h5 del,
.product-offcer-contain .product-offer-details .h5 del {
  font-size: 14px;
  margin-left: 2px;
  color: #ff4f4f;
  font-weight: 600;
}
.product-offcer-contain .product-offer-details .cart-icon {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #f7f5f2;
  border-radius: 100%;
}
.product-offcer-contain .product-offer-details .cart-icon .feather {
  width: 20px;
  height: 20px;
  color: #4a5568;
  stroke-width: 1.5px;
}
.deal-contain {
  display: flex;
  align-items: center;
}
@media (max-width: 575px) {
  .deal-contain {
    display: block;
  }
}
.deal-contain .deal-image img {
  width: 250px;
  height: 250px;
  object-fit: contain;
}
@media (max-width: 575px) {
  .deal-contain .deal-image img {
    width: 100%;
    height: 100%;
  }
}
.deal-contain .deal-detail {
  padding-left: 25px;
  width: calc(100% - 250px);
}
body.rtl .deal-contain .deal-detail {
  padding-left: unset;
  padding-right: 25px;
}
@media (max-width: 575px) {
  .deal-contain .deal-detail {
    padding-left: 0;
    width: 100%;
    margin-top: 10px;
  }
}
.deal-contain .deal-detail a {
  color: #222222;
}
.deal-contain .deal-detail a:hover {
  color: #222222;
}
.deal-contain .deal-detail .name {
  font-weight: 600;
  margin-bottom: calc(5px + 6 * (100vw - 320px) / 1600);
}
.deal-contain .deal-detail h4,
.deal-contain .deal-detail .h4 {
  font-weight: 500;
  margin-top: calc(7px + 7 * (100vw - 320px) / 1600);
}
.deal-contain .deal-detail h4 del,
.deal-contain .deal-detail .h4 del {
  font-size: 14px;
  margin-left: 2px;
  color: #ff4f4f;
  font-weight: 600;
}
body.rtl .deal-contain .deal-detail h4 del,
body.rtl .deal-contain .deal-detail .h4 del {
  margin-left: unset;
  margin-right: 2px;
}
body.rtl .deal-contain .deal-detail .option-icon {
  padding-left: unset;
  padding-right: 0;
}
.deal-contain .deal-detail .option-icon li + li {
  margin-left: 8px;
}
body.rtl .deal-contain .deal-detail .option-icon li + li {
  margin-left: unset;
  margin-right: 8px;
}
.deal-contain .deal-detail .option-icon li a {
  width: calc(36px + 12 * (100vw - 320px) / 1600);
  height: calc(36px + 12 * (100vw - 320px) / 1600);
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  box-shadow: 0px 5.57831px 13.9458px rgba(0, 0, 0, 0.05);
  border-radius: 100%;
  color: #222222;
}
.deal-contain .deal-detail .option-icon li a svg {
  width: calc(14px + 4 * (100vw - 320px) / 1600);
  height: calc(14px + 4 * (100vw - 320px) / 1600);
}
.product-list-section {
  position: relative;
  z-index: 0;
}
.product-list-section.list-style > div {
  width: 100%;
}
.product-list-section.list-style .product-box-3 {
  display: flex;
  align-items: center;
  padding: calc(14px + 10 * (100vw - 320px) / 1600);
}
.product-list-section.list-style .product-box-3 .add-to-cart-box {
  max-width: 230px;
}
@media (max-width: 575px) {
  .product-list-section.list-style .product-box-3 .add-to-cart-box {
    max-width: 100%;
  }
}
.product-list-section.list-style .product-box-3 .product-header {
  width: 180px;
}
@media (max-width: 767px) {
  .product-list-section.list-style .product-box-3 .product-header {
    width: 100%;
  }
}
@media (max-width: 575px) {
  .product-list-section.list-style .product-box-3 {
    display: block;
  }
}
.product-list-section.list-style .product-box-3 .product-detail p {
  display: block;
  line-height: 1.5;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  color: #4a5568;
  margin-bottom: 8px;
  margin-top: 4px;
}
.product-list-section.list-style .product-box-3 .product-footer {
  padding-left: 20px;
  width: calc(100% - 180px);
}
.product-list-section.list-style .product-box-3 .product-footer .product-detail .span-name {
  display: none;
}
body.rtl .product-list-section.list-style .product-box-3 .product-footer {
  padding-left: unset;
  padding-right: 20px;
}
@media (max-width: 767px) {
  .product-list-section.list-style .product-box-3 .product-footer {
    padding: 0;
    width: 100%;
    margin-top: 20px;
  }
}
.product-list-section.list-style .product-box-3 .product-footer .product-detail .qty-box {
  width: unset;
}
.product-list-section .product-box .product-detail p {
  display: none;
}
.product-box-3 {
  padding: calc(7px + 7 * (100vw - 320px) / 1600);
  position: relative;
  background-color: #f8f8f8;
  border-radius: 5px;
  transition: all 0.4s ease-in-out;
  z-index: 0;
}
.product-box-3 .add-to-cart-box .btn-add-cart {
  background-color: #ffffff;
}
.product-box-3 .add-to-cart-box .btn-add-cart .add-icon {
  background-color: #f9f8f6;
}
.product-box-3 .add-to-cart-box .qty-box .input-group {
  background-color: #ffffff;
}
.product-box-3 .add-to-cart-box .qty-box .input-group button {
  background-color: #f9f8f6;
}
.product-box-3.theme-bg-white {
  background-color: #ffffff;
}
.product-box-3:hover {
  box-shadow: 0 0 8px rgba(34, 34, 34, 0.08);
}
.product-box-3:hover .product-header .product-image .product-option {
  bottom: 10px;
  opacity: 1;
}
.product-box-3:hover .product-header .product-image img {
  transform: scale(1.1);
}
.product-box-3 .product-header {
  position: relative;
}
.product-box-3 .product-header .product-image {
  text-align: center;
  padding: 20px;
  display: block;
}
@media (max-width: 480px) {
  .product-box-3 .product-header .product-image {
    padding: 8px;
  }
}
.product-box-3 .product-header .product-image img {
  width: 100%;
  height: calc(100px + 40 * (100vw - 320px) / 1600);
  object-fit: contain;
  transition: all 0.3s ease-in-out;
}
.product-box-3 .product-header .product-image .product-option {
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  bottom: -5px;
  background-color: #ffffff;
  width: 100%;
  padding: 10px 5px;
  border-radius: 7px;
  box-shadow: 0 0 8px rgba(34, 34, 34, 0.12);
  opacity: 0;
  transition: all 0.3s ease-in-out;
  max-width: 230px;
}
@media (max-width: 480px) {
  .product-box-3 .product-header .product-image .product-option {
    display: none;
  }
}
.product-box-3 .product-header .product-image .product-option li {
  position: relative;
  width: 33.33%;
}
.product-box-3 .product-header .product-image .product-option li a {
  color: #222222;
}
.product-box-3 .product-header .product-image .product-option li a .feather {
  width: 17px;
  height: auto;
  color: #4a5568;
}
.product-box-3 .product-header .product-image .product-option li + li:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #4a5568;
  opacity: 0.3;
}
body.rtl .product-box-3 .product-header .product-image .product-option li + li:after {
  left: unset;
  right: 0;
}
.product-box-3 .product-header .product-header-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
body.rtl .product-box-3 .product-header .product-header-top {
  left: unset;
  right: 0;
}
.product-box-3 .product-header .product-header-top .label-new {
  position: relative;
  border-radius: 4px;
  padding: 3px 8px;
  color: #ffffff;
}
.product-box-3 .product-header .product-header-top .label-new.bg-warning {
  background:
    linear-gradient(
      -90deg,
      #ffbf65 -14.53%,
      #ffad39 99.15%) !important;
}
.product-box-3 .product-header .product-header-top .label-new.bg-theme {
  background: var(--theme-color2) !important;
}
.product-box-3 .product-header .product-header-top .label-new label {
  font-size: 13px;
  margin-top: 1px;
  font-weight: 600;
}
.product-box-3 .product-header .product-header-top .wishlist-button {
  position: relative;
  padding: 6px;
  margin-left: auto;
  background-color: #ffffff;
  box-shadow: 0 3px 3px rgba(34, 34, 34, 0.24);
  border-radius: 100%;
  z-index: 0;
}
body.rtl .product-box-3 .product-header .product-header-top .wishlist-button {
  margin-left: unset;
  margin-right: auto;
}
.product-box-3 .product-header .product-header-top .wishlist-button .feather {
  width: 15px;
  height: 15px;
  color: #4a5568;
}
.product-box-3 .product-header .product-header-top .close-button {
  position: relative;
  padding: 0;
  z-index: 0;
}
.product-box-3 .product-header .product-header-top .close-button .feather {
  width: 20px;
  height: auto;
  color: #4a5568;
}
.product-box-3 .product-footer .product-detail .span-name {
  font-size: 13px;
  color: #50607c;
  margin-bottom: calc(4px + 4 * (100vw - 320px) / 1600);
}
.product-box-3 .product-footer .product-detail .product-content {
  display: none;
}
.product-box-3 .product-footer .product-detail a {
  color: #222222;
}
.product-box-3 .product-footer .product-detail a:hover {
  color: #222222;
}
.product-box-3 .product-footer .product-detail .name {
  font-weight: 500;
  line-height: calc(21px + 3 * (100vw - 320px) / 1600);
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
}
.product-box-3 .product-footer .product-detail .unit {
  font-size: 13px;
  font-weight: 500;
  margin-top: calc(6px + 4 * (100vw - 320px) / 1600);
  color: #777;
}
.product-box-3 .product-footer .price {
  margin-top: 6px;
  font-weight: 600;
}
.product-box-3 .product-footer .price del {
  margin-left: 4px;
  font-weight: 400;
  color: #777;
  font-size: calc(13px + 1 * (100vw - 320px) / 1600);
}
.product-box-3 .product-footer .price span {
  font-size: calc(15px + 1 * (100vw - 320px) / 1600);
}
.product-section-3 .circle-box {
  position: relative;
}
.product-section-3 .circle-box .shape-circle {
  position: absolute;
  top: 0;
  left: 0;
}
.product-section-3 .circle-box .shape-circle img {
  width: 100%;
  height: auto;
  margin: 0;
  animation: rounded 15s linear infinite;
}
.product-section-3 .circle-box .shape-text {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  color: #ffffff;
}
.product-section-3 .circle-box .shape-text h6,
.product-section-3 .circle-box .shape-text .h6 {
  display: block;
  margin: 0;
  font-weight: 500;
}
.product-section-3 .product-title {
  padding: 26px 16px;
  text-align: center;
  background-color: var(--theme-color);
  color: #ffffff;
  border-radius: 8px 8px 0 0;
  border: 2px solid transparent;
  background-size: contain;
  background-clip: border-box;
  background-position: 0 0;
  animation: shape 15s linear infinite;
}
.product-section-3 .product-title.product-warning {
  background-color: transparent;
  color: #222222;
  margin: 0;
  border: none;
}
.product-bg-image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
}
.product-bg-image .product-box-4 {
  border: none;
  background-color: transparent;
  height: inherit;
}
.product-bg-image .product-box-3:hover {
  box-shadow: none;
}
.product-box-4 {
  border: 1px solid #ececec;
  border-radius: 8px;
  padding: 15px;
  position: relative;
  text-align: center;
}
.product-box-4 + .product-box-4 {
  margin-top: 20px !important;
}
.product-box-4:hover .product-image img {
  transform: scale(1.08);
}
.product-box-4:hover .product-image .option li {
  opacity: 1;
  transform: translateY(10px);
}
.product-box-4:hover .product-image .option li:nth-child(1) {
  transition-delay: 0.1s;
}
.product-box-4:hover .product-image .option li:nth-child(2) {
  transition-delay: 0.2s;
}
.product-box-4:hover .product-image .option li:nth-child(3) {
  transition-delay: 0.3s;
}
.product-box-4:hover .product-image .option li:nth-child(4) {
  transition-delay: 0.4s;
}
.product-box-4:hover .product-detail a .name {
  color: var(--theme-color) !important;
  font-weight: 600;
}
.product-box-4-3 {
  border: 2px solid var(--theme-color);
  border-radius: 0 0 8px 8px;
}
@media (max-width: 1660px) {
  .product-box-4-3 {
    height: 90%;
  }
}
@media (max-width: 991px) {
  .product-box-4-3 {
    height: auto;
  }
}
.product-box-4 .circle-box {
  position: relative;
}
.product-box-4 .circle-box .shape-circle {
  position: absolute;
  top: 0;
  left: 0;
}
.product-box-4 .circle-box .shape-circle img {
  width: 100%;
  height: auto;
  margin: 0;
  animation: rounded 15s linear infinite;
}
.product-box-4 .circle-box .shape-text {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  color: #ffffff;
}
.product-box-4 .circle-box .shape-text h6,
.product-box-4 .circle-box .shape-text .h6 {
  display: block;
  margin: 0;
  font-weight: 500;
}
.product-box-4 .custom-progressbar {
  margin-top: 26px;
  border-radius: 50px;
  height: 10px;
}
.product-box-4 .custom-progressbar .progress-bar {
  background-color: var(--theme-color);
}
.product-box-4 h5,
.product-box-4 .h5 {
  display: flex;
  margin-top: 6px;
}
.product-box-4 h5 span,
.product-box-4 .h5 span {
  margin-left: 3px;
}
.product-box-4 .product-image {
  position: relative;
}
.product-box-4 .product-image-2 img {
  margin: 20px 0 !important;
}
@media (max-width: 991px) {
  .product-box-4 .product-image-2 img {
    margin: 0 !important;
  }
}
.product-box-4 .product-image img {
  width: 70%;
  height: calc(80px + 60 * (100vw - 320px) / 1600);
  margin: 30px auto 20px;
  object-fit: contain;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 480px) {
  .product-box-4 .product-image img {
    width: 80%;
  }
}
@media (max-width: 360px) {
  .product-box-4 .product-image img {
    width: 100%;
    margin: 20px 0 0;
  }
}
.product-box-4 .product-image img.product-image {
  width: 100%;
  height: 264px;
  object-fit: contain;
  margin: 20px auto 0;
}
.product-box-4 .product-image .option {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  margin: 0 -4px;
}
body.rtl .product-box-4 .product-image .option {
  padding-right: 0;
}
@media (max-width: 480px) {
  .product-box-4 .product-image .option {
    margin: 0 -1px;
  }
}
.product-box-4 .product-image .option li {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  border-radius: 50%;
  border: 1px solid var(--theme-color);
  margin: 0 4px;
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.5s ease-in-out;
  position: relative;
  overflow: hidden;
}
@media (max-width: 480px) {
  .product-box-4 .product-image .option li {
    width: 30px;
    height: 30px;
    margin: 0 1px;
  }
}
.product-box-4 .product-image .option li:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: var(--theme-color);
  opacity: 0.1;
  z-index: -1;
}
.product-box-4 .product-image .option li a {
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-box-4 .product-image .option li a i {
  color: #222;
}
.product-box-4 .product-image .option li a .icli {
  font-size: 20px;
  color: #000000;
}
@media (max-width: 480px) {
  .product-box-4 .product-image .option li a .icli {
    font-size: 15px;
  }
}
.product-box-4 .product-image .option li a .icli.iconly-Swap {
  transform: rotate(90deg);
}
.product-box-4 .product-detail {
  text-align: left;
  margin-top: 15px;
  position: relative;
}
.product-box-4 .product-detail .addtocart_btn .add-button,
.product-box-4 .product-detail .addtocart_btn .add_cart {
  transition: all 0.3s ease;
}
.product-box-4 .product-detail .addtocart_btn .add-button span,
.product-box-4 .product-detail .addtocart_btn .add_cart span {
  position: absolute;
  left: 8px;
  right: 0;
  bottom: -21px;
  font-size: 12px;
}
.product-box-4 .product-detail .addtocart_btn .qty-box {
  display: none;
  transition: all 0.3s ease;
  z-index: 1;
  margin-top: 0;
}
.product-box-4 .product-detail .addtocart_btn .qty-box.open {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  transition: all 0.3s ease;
}
.product-box-4 .product-detail .addtocart_btn .input-group {
  box-shadow: 0 2px 4px 0 #dedede;
  border-radius: 2px;
  padding: 4px;
  text-align: center;
  z-index: 0;
  background-color: #ffffff;
}
.product-box-4 .product-detail .addtocart_btn .input-group .btn {
  padding: 7px 12px;
  font-size: 10px;
  line-height: 1;
  border-radius: 2px !important;
  background-color: #f8f8f8;
}
.product-box-4 .product-detail .addtocart_btn .input-group .btn i {
  font-size: 15px;
}
.product-box-4 .product-detail .addtocart_btn .input-group .form-control {
  padding: 2px;
  text-align: center;
  border-color: #f9f9f9;
}
.product-box-4 .product-detail a {
  color: #222222;
}
.product-box-4 .product-detail a .name {
  width: 70%;
  margin-top: 5px;
  text-transform: uppercase;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  text-align: left;
}
body.rtl .product-box-4 .product-detail a .name {
  text-align: right;
}
@media (max-width: 480px) {
  .product-box-4 .product-detail a .name {
    width: 100%;
  }
}
.product-box-4 .product-detail .price {
  margin-top: 5px;
  font-weight: 500;
}
@media (max-width: 480px) {
  .product-box-4 .product-detail .price {
    display: flex;
  }
}
.product-box-4 .product-detail .price del {
  margin-left: 10px;
  color: #4a5568;
  font-weight: 400;
}
body.rtl .product-box-4 .product-detail .price del {
  margin-left: unset;
  margin-right: 10px;
}
@media (max-width: 480px) {
  .product-box-4 .product-detail .price del {
    margin-left: 5px;
  }
  body.rtl .product-box-4 .product-detail .price del {
    margin-left: unset;
    margin-right: 5px;
  }
}
.product-box-4 .product-detail .buy-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 7px 11px;
  background-color: var(--theme-color);
  color: #ffffff;
}
@media (max-width: 480px) {
  .product-box-4 .product-detail .buy-button {
    position: relative;
    bottom: unset;
    right: unset;
    width: 100%;
    margin-top: 12px;
    color: var(--theme-color);
    border-radius: 5px;
    border: 1px solid var(--theme-color);
  }
}
body.rtl .product-box-4 .product-detail .buy-button {
  right: unset;
  left: 0;
}
.product-box-4 .product-detail .buy-button i {
  font-size: 18px;
}
.product-box-4 .product-detail .buy-button-2 {
  width: 53px;
}
.product-box-4 .product-detail .sold-box {
  margin-top: 12px;
}
.product-box-4 .product-detail .sold-box .progress {
  height: 8px;
  border-radius: 50px;
}
.product-box-4 .product-detail .sold-box .progress .progress-bar {
  border-radius: 50px;
  background-color: var(--theme-color);
}
.product-box-4 .product-detail .sold-box h5,
.product-box-4 .product-detail .sold-box .h5 {
  margin-top: 6px;
}
.product-box-4 .product-detail .sold-box h5 span,
.product-box-4 .product-detail .sold-box .h5 span {
  color: #000000;
}
.product-box-4 .product-detail .price-qty {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-top: calc(8px + 8 * (100vw - 320px) / 1600);
}
@media (max-width: 480px) {
  .product-box-4 .product-detail .price-qty {
    display: block;
  }
}
.product-box-4 .product-detail .price-qty .counter-number {
  display: inline-block;
}
@media (max-width: 480px) {
  .product-box-4 .product-detail .price-qty .counter-number {
    margin-bottom: 9px;
    width: 100%;
  }
}
@media (max-width: 336px) {
  .product-box-4 .product-detail .price-qty .counter-number {
    display: block;
    width: 100%;
  }
}
@media (max-width: 480px) {
  .product-box-4 .product-detail .price-qty .counter-number .counter {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .product-box-4 .product-detail .price-qty .counter-number .counter input {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .product-box-4 .product-detail .price-qty .counter-number .counter .qty-left-minus,
  .product-box-4 .product-detail .price-qty .counter-number .counter .qty-right-plus {
    width: 85px;
  }
}
.product-box-4 .product-detail .price-qty .buy-button {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px 15px;
}
body.rtl .product-box-4 .product-detail .price-qty .buy-button {
  right: unset;
  left: 0;
}
@media (max-width: 480px) {
  .product-box-4 .product-detail .price-qty .buy-button {
    width: 100%;
    margin-top: 0;
  }
}
.product-box-4 .product-detail .price-qty .buy-button .icli {
  font-size: 24px;
}
.product-box-4 .product-detail .price-qty .buy-button i {
  font-size: 16px;
}
.product-box-4 .product-detail .counter-number-box {
  position: absolute;
  bottom: 0;
  right: 0;
  display: flex;
  align-items: center;
  border: 1px solid #e1b254;
  border-radius: 5px;
  background-color: rgba(225, 178, 84, 0.1);
  padding: 5px;
}
.product-box-4 .product-detail .counter-number-box span {
  margin-right: 6px;
  position: relative;
}
.product-box-4 .product-detail .counter-number-box span:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  top: 0;
  right: -8px;
  background-color: #e1b254;
}
.product-box-4 .product-detail .counter-number-box input {
  width: 27px;
  height: unset;
  border: none;
  background-color: transparent;
  position: relative;
}
.product-box-4 .product-detail .counter-number-box .counter-arrow {
  background-color: #e1b254;
  color: #ffffff;
  padding: 3px 6px;
}
.product-box-4 .product-detail .counter-number-box .counter-arrow .down,
.product-box-4 .product-detail .counter-number-box .counter-arrow .up {
  width: unset;
  height: unset;
  border: unset;
  font-size: unset;
  background-color: transparent;
  padding: 0;
  color: #ffffff;
}
.product-box-4 .product-detail .counter-number-box .counter-arrow .down:hover,
.product-box-4 .product-detail .counter-number-box .counter-arrow .up:hover {
  color: #ffffff;
}
.product-box-5 .product-image {
  position: relative;
}
.product-box-5 .product-image .bg-size {
  border-radius: 10px;
}
.product-box-5 .product-image .wishlist-top {
  position: absolute;
  top: 10px;
  right: 10px;
  background-color: #ffffff;
  padding: 5px;
  border-radius: 5px;
}
.product-box-5 .product-image .wishlist-top svg {
  width: 18px;
}
.product-box-5 .product-image .product-option {
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  bottom: -5px;
  background-color: #ffffff;
  width: 70%;
  padding: 10px 5px;
  border-radius: 7px;
  box-shadow: 0 0 8px rgba(34, 34, 34, 0.12);
  opacity: 0;
  transition: all 0.3s ease-in-out;
  max-width: 320px;
}
@media (max-width: 480px) {
  .product-box-5 .product-image .product-option {
    display: none;
  }
}
.product-box-5 .product-image .product-option li {
  position: relative;
  width: 33.33%;
  text-align: center;
}
.product-box-5 .product-image .product-option li a {
  color: #222222;
}
.product-box-5 .product-image .product-option li a .feather {
  width: 17px;
  height: auto;
  color: #4a5568;
}
.product-box-5 .product-image .product-option li + li:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #4a5568;
  opacity: 0.3;
}
body.rtl .product-box-5 .product-image .product-option li + li:after {
  left: unset;
  right: 0;
}
.product-box-5 .product-image img {
  transition: all 0.3s ease-in-out;
  border-radius: 10px;
}
.product-box-5:hover .product-image a img {
  transform: scale(1.1);
}
.product-box-5:hover .product-image .product-option {
  bottom: 15px;
  opacity: 1;
}
.product-box-5 .product-detail {
  padding-top: 10px;
  text-align: center;
}
.product-box-5 .product-detail a {
  color: #222222;
  display: block;
}
.product-box-5 .product-detail a:hover {
  color: #222222;
}
.product-box-5 .product-detail a h5,
.product-box-5 .product-detail a .h5 {
  margin-bottom: 6px;
}
.product-box-5 .product-detail a h5.name,
.product-box-5 .product-detail a .name.h5 {
  font-weight: 600;
  line-height: 22px;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  text-transform: uppercase;
}
.product-box-5 .product-detail .product-rating {
  flex-wrap: wrap;
  gap: calc(4px + 3 * (100vw - 320px) / 1600);
}
.product-box-5 .product-detail .product-rating h6,
.product-box-5 .product-detail .product-rating .h6 {
  font-weight: 500;
}
.product-box-5 + .product-box-5 {
  margin-top: 30px !important;
}
.product-section-2 .product-box-4 {
  display: flex;
  align-items: center;
  border: none;
  padding: 0;
}
.product-section-2 .product-box-4:hover .product-details .option {
  opacity: 1;
}
.product-section-2 .product-box-4:hover .product-details .option li {
  opacity: 1;
  transform: translateY(0);
}
.product-section-2 .product-box-4:hover .product-details .option li:nth-child(1) {
  transition-delay: 0.1s;
}
.product-section-2 .product-box-4:hover .product-details .option li:nth-child(2) {
  transition-delay: 0.2s;
}
.product-section-2 .product-box-4:hover .product-details .option li:nth-child(3) {
  transition-delay: 0.3s;
}
.product-section-2 .product-box-4:hover .product-details .option li:nth-child(4) {
  transition-delay: 0.4s;
}
.product-section-2 .product-box-4 .product-image {
  width: calc(84px + 32 * (100vw - 320px) / 1600);
  height: calc(84px + 32 * (100vw - 320px) / 1600);
  border: 1px solid #ececec;
  border-radius: 12px;
  padding: 15px;
}
.product-section-2 .product-box-4 .product-image-2 {
  width: 116px;
  height: 151px;
  border-radius: 8px;
}
.product-section-2 .product-box-4 .product-image img {
  width: 100%;
  height: 100%;
  margin: 0;
  object-fit: contain;
}
.product-section-2 .product-box-4 .product-details {
  text-align: left;
  padding-left: calc(15px + 10 * (100vw - 320px) / 1600);
  position: relative;
}
body.rtl .product-section-2 .product-box-4 .product-details {
  padding-left: unset;
  padding-right: calc(15px + 10 * (100vw - 320px) / 1600);
}
.product-section-2 .product-box-4 .product-details a {
  color: #222222;
}
.product-section-2 .product-box-4 .product-details a .name {
  font-weight: 500;
  margin: 5px 0;
  text-align: left;
}
body.rtl .product-section-2 .product-box-4 .product-details a .name {
  text-align: right;
}
.product-section-2 .product-box-4 .product-details .price {
  color: var(--theme-color);
  font-weight: 500;
}
.product-section-2 .product-box-4 .product-details .price del {
  color: #bfbfbf;
  font-weight: 400;
  margin-left: 5px;
}
.product-section-2 .product-box-4 .product-details .option {
  top: 50%;
  transform: translateY(-50%);
  width: fit-content;
  height: 100%;
  position: absolute;
  left: 25px;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  opacity: 0;
  transition: all 0.4s ease-in-out;
  margin: 0 -4px;
}
body.rtl .product-section-2 .product-box-4 .product-details .option {
  left: unset;
  right: 10px;
}
@media (max-width: 480px) {
  .product-section-2 .product-box-4 .product-details .option {
    left: 10px;
    margin: 0 -2px;
  }
}
.product-section-2 .product-box-4 .product-details .option li {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  border-radius: 50%;
  border: 1px solid var(--theme-color);
  margin: 0 4px;
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.5s ease-in-out;
  position: relative;
  overflow: hidden;
}
@media (max-width: 480px) {
  .product-section-2 .product-box-4 .product-details .option li {
    width: 30px;
    height: 30px;
    margin: 0 2px;
  }
}
.product-section-2 .product-box-4 .product-details .option li:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: var(--theme-color);
  opacity: 0.1;
  z-index: -1;
}
.product-section-2 .product-box-4 .product-details .option li a {
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}
.product-section-2 .product-box-4 .product-details .option li a .icli {
  font-size: 20px;
  color: #000000;
}
@media (max-width: 480px) {
  .product-section-2 .product-box-4 .product-details .option li a .icli {
    font-size: 15px;
  }
}
.product-section-2 .product-box-4 .product-details .option li a .icli.iconly-Swap {
  transform: rotate(90deg);
}
.product-classic .product-box {
  transition: all 0.5s ease;
}
.product-classic .product-box.product-box-bg {
  background-color: transparent;
  border: 1px solid #ececec;
  border-radius: 10px;
}
.product-classic .product-box .product-image {
  padding: 0 0 20px 0;
}
.product-classic .product-box .qty-box .input-group {
  background-color: #f8f8f8;
  box-shadow: unset;
}
.product-solid .product-box.product-box-bg {
  background: transparent;
  padding: 0 0 2px;
}
.product-solid .product-box .product-image {
  padding: 0;
  background-color: #f8f8f8;
}
.product-solid .product-box .product-image img {
  height: calc(180px + 70 * (100vw - 320px) / 1600);
  object-fit: cover;
  margin-bottom: 20px;
}
.product-solid .product-box:hover .product-image a img {
  transform: scale(1);
}
.product-solid .product-box .qty-box .input-group {
  background-color: #f8f8f8;
  box-shadow: unset;
}
.product-standard .add-to-cart-box .btn-add-cart {
  background-color: #ffffff;
}
.product-standard .add-to-cart-box .btn-add-cart .add-icon {
  background-color: #f9f8f6;
}
.product-standard.theme-plus .add-to-cart-box .btn-add-cart .add-icon {
  background-color: var(--theme-color);
  color: #ffffff;
}
.border-box .product-list.sidebar-product {
  gap: 30px 30px;
}
.border-box .product-list.sidebar-product li + li:after {
  display: none;
}
.border-box .category-menu {
  background-color: transparent;
  padding: 0;
  position: relative;
}
.border-box .category-menu:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0;
  background-color: #ececec;
  top: 40px;
}
.border-box .category-menu h3,
.border-box .category-menu .h3 {
  padding-bottom: 10px;
}
.border-box .product-list:after,
.border-box .product-list:before {
  display: none;
}
.product-modern .owl-carousel .owl-item.active + .active .row > div .product-box {
  border-left: 1px solid #ececec;
}
.selection-section h4,
.selection-section .h4 {
  font-weight: 500;
  margin-bottom: 10px;
  font-size: 16px;
}
.selection-section ul {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
.selection-section ul li {
  width: max-content;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #eee;
  border-radius: 5px;
  padding: 5px 10px;
}
.selection-section ul li button {
  box-shadow: none;
  border: none;
  background-color: transparent;
  padding: 0;
}
.selection-section ul li.active {
  background-color: var(--theme-color);
  color: #ffffff;
}
.selection-section ul li.active button {
  color: #ffffff;
}
.selection-section ul.gram-selection li {
  display: block;
  text-align: center;
  width: auto;
  height: auto;
  padding: 5px 10px;
}
.selection-section ul.gram-selection li span {
  font-size: 12px;
  display: block;
}
.fire-img {
  width: 15px;
}
.review-box:hover .review-profile .review-image {
  border-radius: 6px;
}
.review-box .review-contain {
  margin-bottom: 40px;
}
.review-box .review-contain h5,
.review-box .review-contain .h5 {
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
  margin-bottom: 15px;
}
.review-box .review-contain p {
  color: #4a5568;
  line-height: 27px;
  margin-bottom: 0;
}
.review-box .review-profile {
  display: flex;
  align-items: center;
}
.review-box .review-profile .review-image {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
.review-box .review-profile .review-detail {
  padding-left: 12px;
}
body.rtl .review-box .review-profile .review-detail {
  padding-left: unset;
  padding-right: 12px;
}
.review-box .review-profile .review-detail h5,
.review-box .review-profile .review-detail .h5 {
  font-size: 18px;
  margin-bottom: 7px;
  font-weight: 500;
  color: #222222;
}
.review-box .review-profile .review-detail h6,
.review-box .review-profile .review-detail .h6 {
  font-size: 16px;
  font-weight: 500;
  color: #4a5568;
}
.service-contain {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-bottom: calc(30px + 20 * (100vw - 320px) / 1600);
}
@media (max-width: 767px) {
  .service-contain {
    display: none;
  }
}
.service-contain .service-box {
  display: flex;
  align-items: center;
  position: relative;
}
@media (max-width: 1366px) {
  .service-contain .service-box {
    width: 50%;
  }
}
@media (max-width: 1366px) {
  .service-contain .service-box:nth-child(-n+2) {
    margin-bottom: 15px;
  }
}
@media (max-width: 1366px) {
  .service-contain .service-box:nth-child(3)::before {
    display: none;
  }
}
@media (max-width: 767px) {
  .service-contain .service-box::before {
    display: none;
  }
}
.service-contain .service-box + .service-box::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 50%;
  left: -104px;
  border: 1px dashed #c1c1c1;
}
body.rtl .service-contain .service-box + .service-box::before {
  left: unset;
  right: -104px;
}
@media (max-width: 1660px) {
  .service-contain .service-box + .service-box::before {
    left: -70px;
  }
  body.rtl .service-contain .service-box + .service-box::before {
    left: unset;
    right: -70px;
  }
}
@media (max-width: 1460px) {
  .service-contain .service-box + .service-box::before {
    left: -36px;
  }
  body.rtl .service-contain .service-box + .service-box::before {
    left: unset;
    right: -36px;
  }
}
@media (max-width: 1366px) {
  .service-contain .service-box + .service-box::before {
    left: -31px;
  }
  body.rtl .service-contain .service-box + .service-box::before {
    left: unset;
    right: -31px;
  }
}
.service-contain .service-box .service-image img {
  width: calc(35px + 5 * (100vw - 320px) / 1600);
  height: calc(35px + 5 * (100vw - 320px) / 1600);
  object-fit: contain;
}
.service-contain .service-box .service-detail {
  margin-left: 20px;
}
body.rtl .service-contain .service-box .service-detail {
  margin-left: unset;
  margin-right: 20px;
}
.service-contain .service-box .service-detail h5,
.service-contain .service-box .service-detail .h5 {
  font-weight: 500;
  color: #222222;
}
.service-contain-2 {
  display: flex;
  align-items: center;
  padding: calc(14px + 11 * (100vw - 320px) / 1600);
  border-radius: 5px;
  background-color: rgba(191, 191, 191, 0.2);
  height: 100%;
  transition: all 0.3s ease-in-out;
}
.service-contain-2 .icon-width {
  width: calc(39px + 6 * (100vw - 320px) / 1600);
  height: calc(39px + 6 * (100vw - 320px) / 1600);
  object-fit: contain;
}
.service-contain-2:hover {
  background-color: var(--theme-color);
}
.service-contain-2:hover img {
  filter: invert(0);
}
.service-contain-2:hover img.icon-width {
  filter: invert(1) brightness(100);
}
.service-contain-2:hover .service-detail h3,
.service-contain-2:hover .service-detail .h3,
.service-contain-2:hover .service-detail h6,
.service-contain-2:hover .service-detail .h6 {
  color: #ffffff;
}
.service-contain-2 svg {
  width: 42px;
  height: 42px;
  fill: var(--theme-color);
  transition: all 0.3s ease-in-out;
}
.service-contain-2 .service-detail {
  margin-left: 16px;
  transition: all 0.3s ease-in-out;
}
body.rtl .service-contain-2 .service-detail {
  margin-left: unset;
  margin-right: 25px;
}
.service-contain-2 .service-detail img {
  transition: all 0.3s ease-in-out;
}
.service-contain-2 .service-detail h3,
.service-contain-2 .service-detail .h3 {
  letter-spacing: 0.8px;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
  font-weight: 600;
}
.service-contain-2 .service-detail h6,
.service-contain-2 .service-detail .h6 {
  transition: all 0.3s ease-in-out;
}
.custom-select.min-w-cls .select2-selection {
  min-width: 220px;
}
.custom-select .select2-dropdown {
  top: -10px;
}
.custom-select .select2-container--default .select2-selection--single {
  width: 220px !important;
}
.custom-select .select2-container--default .select2-selection--single .select2-selection__reset {
  position: absolute;
  right: 36px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
}
body.rtl .custom-select .select2-container--default .select2-selection--single .select2-selection__reset {
  right: unset;
  left: 36px;
}
.custom-select .select2-container--default .select2-selection--multiple .select2-selection__rendered {
  flex-wrap: wrap;
}
.custom-select .select2-container--default .select2-selection--multiple .select2-selection__choice {
  border: 1px solid var(--theme-color) !important;
  background: var(--theme-color) !important;
  color: #ffffff !important;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 4px !important;
  direction: rtl;
}
.custom-select .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #ffffff !important;
  margin-left: 0;
  margin-right: 0 !important;
  line-height: 1;
}
.custom-select .select2-container .select2-selection {
  position: relative;
  width: 100%;
  height: unset !important;
  background: #f9f9f6 !important;
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
  border: 1px solid #efefef !important;
  border-radius: 0.375rem;
  color: #898989;
  padding: 7px 10px !important;
}
.custom-select .select2-container .select2-selection .select2-selection__rendered {
  padding: 0 !important;
}
.custom-select .select2-container .select2-selection .select2-selection__rendered .select2-selection__placeholder {
  margin-left: 0;
  font-weight: 200;
}
.custom-select .select2-container .select2-selection .select2-selection__arrow {
  font-family: remixicon;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  width: auto !important;
  right: 10px;
  font-size: 20px;
  top: 50%;
  transform: translateY(-50%);
  display: block !important;
}
body.rtl .custom-select .select2-container .select2-selection .select2-selection__arrow {
  right: unset;
  left: 10px;
}
.custom-select .select2-container .select2-selection .select2-selection__arrow:before {
  content: "\ea4e" !important;
  border: none !important;
}
.custom-select .select2-container .select2-container-dropdown {
  top: calc(100% + 20px);
  left: 0;
}
.custom-select .select2-container .select2-container-dropdown.select2-container--open .select2-dropdown {
  transform: translateY(0);
}
.custom-select .select2-container .select2-container-dropdown .select2-dropdown {
  border-color: #efefef;
  background-color: #ffffff !important;
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
  border: 1px solid #efefef;
  border-radius: 0.375rem;
  color: #898989;
  box-shadow: 0px 6px 10px 4px #efefef;
  padding: 10px;
  transform: translateY(-15px);
  transition: all 0.2s ease;
  z-index: 1;
}
.custom-select .select2-container .select2-container-dropdown .select2-dropdown .select2-search {
  margin-bottom: 6px;
}
.custom-select .select2-container .select2-container-dropdown .select2-dropdown .select2-search__field {
  border-color: #efefef !important;
  border-radius: 5px;
  padding: 8px 10px !important;
}
.custom-select .select2-container .select2-results__options {
  margin-top: 0;
}
.custom-select .select2-container .select2-results__option {
  color: #222 !important;
  padding: 4px 6px;
  position: relative;
  overflow: hidden;
}
.custom-select .select2-container .select2-results__option:last-child {
  padding-bottom: 0;
}
.custom-select .select2-container .select2-results__option:hover {
  color: var(--theme-color) !important;
}
.custom-select .select2-container .select2-results__option[aria-selected=true] {
  color: var(--theme-color) !important;
  background: #ffffff !important;
}
.custom-select .select2-container .select2-results__option--highlighted[aria-selected] {
  background: #ffffff !important;
  color: var(--theme-color) !important;
}
.custom-select .select2-container .select2-results__option--highlighted[aria-selected]:hover {
  color: var(--theme-color) !important;
}
.custom-select.intl-tel-input {
  position: absolute;
  left: 5px;
}
.custom-select.intl-tel-input .select2-container .select2-selection {
  background: #efefe7 !important;
  min-width: 120px;
  width: 120px;
}
.custom-select.intl-tel-input .select2-container .select2-selection .select2-selection__rendered {
  background: #efefe7 !important;
}
.custom-select .select2-results__options li {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 17px;
}
.custom-select .select2-results__options li + li {
  margin-top: 3px;
  border-top: 1px solid rgba(221, 221, 221, 0.3215686275);
}
.custom-select .select2-results__options li .image {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.custom-select .select2-results__options li .image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.custom-select .select2-results__options li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: calc(100% - 50px - 8px);
  padding-right: 15px;
}
.custom-select .select2-results__options li a i {
  font-size: 17px;
}
.coming-soon-section {
  width: 100vw;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.coming-soon-section .coming-box {
  text-align: center;
  z-index: 1;
}
.coming-soon-section .coming-box .coming-text {
  width: 90%;
  margin: 12px auto 0;
  font-size: calc(14px + 1 * (100vw - 320px) / 1600);
  line-height: 1.6;
  color: #4a5568;
}
@media (max-width: 480px) {
  .coming-soon-section .coming-box .coming-text {
    width: 100%;
  }
}
.coming-soon-section .coming-box .coming-title h2,
.coming-soon-section .coming-box .coming-title .h2 {
  font-size: calc(27px + 11 * (100vw - 320px) / 1600);
  font-weight: 400;
  margin-top: -5px;
}
.coming-soon-section .coming-box .coming-timer {
  margin-top: 24px;
}
.coming-soon-section .coming-box .coming-timer ul {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: calc(16px + 12 * (100vw - 320px) / 1600);
}
.coming-soon-section .coming-box .coming-timer ul li {
  width: calc(62px + 28 * (100vw - 320px) / 1600);
  height: calc(62px + 28 * (100vw - 320px) / 1600);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background-color: #ffffff;
  border-radius: calc(6px + 4 * (100vw - 320px) / 1600);
}
.coming-soon-section .coming-box .coming-timer ul li + li::after {
  content: ":";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: calc(-10px + -7 * (100vw - 320px) / 1600);
  font-size: calc(24px + 6 * (100vw - 320px) / 1600);
  color: var(--theme-color);
}
body.rtl .coming-soon-section .coming-box .coming-timer ul li + li::after {
  left: unset;
  right: -17px;
}
.coming-soon-section .coming-box .coming-timer ul li .counter {
  display: block;
  text-align: center;
}
.coming-soon-section .coming-box .coming-timer ul li .counter > div {
  font-size: calc(22px + 5 * (100vw - 320px) / 1600);
  font-weight: 600;
  color: var(--theme-color);
  line-height: 1;
}
.coming-soon-section .coming-box .coming-timer ul li .counter p {
  margin-bottom: 0;
  margin-top: 5px;
  color: #4a5568;
  font-size: calc(13px + 4 * (100vw - 320px) / 1600);
}
.coming-soon-section .coming-box .coming-contain {
  margin-top: calc(19px + 19 * (100vw - 320px) / 1600);
}
.coming-soon-section .coming-box .coming-contain .coming-form {
  position: relative;
  width: 90%;
  margin: 22px auto 0;
  border-radius: 4px;
  overflow: hidden;
  border: 1px solid var(--theme-color);
}
.coming-soon-section .coming-box .coming-contain .coming-form .form-control {
  border: none;
  border-radius: 0;
}
body.rtl .coming-soon-section .coming-box .coming-contain .coming-form .form-control {
  text-align: left;
}
.coming-soon-section .coming-box .coming-contain .coming-form .form-control:focus {
  border-color: transparent;
  background-color: #ffffff;
  box-shadow: none;
  color: #4a5568;
  z-index: 0;
}
@media (max-width: 480px) {
  .coming-soon-section .coming-box .coming-contain .coming-form {
    width: 100%;
  }
}
.coming-soon-section .coming-box .coming-contain .coming-form .coming-button {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  border: none;
  padding: 0 calc(15px + 10 * (100vw - 320px) / 1600);
  background: var(--theme-color);
  color: #ffffff;
  font-weight: 700;
}
.table:not(:last-child):last-child * {
  border-bottom: none;
}
.inner-title {
  margin-bottom: calc(32px + 23 * (100vw - 320px) / 1600);
  text-align: center;
}
.inner-title h2,
.inner-title .h2 {
  font-size: calc(21px + 14 * (100vw - 320px) / 1600);
  font-weight: 700;
  color: #222222;
  padding-bottom: 20px;
  display: inline-block;
  text-transform: none;
  position: relative;
}
.inner-title h2::after,
.inner-title .h2::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 70px;
  height: 1px;
  bottom: 0;
  background-color: var(--theme-color);
}
.inner-title h2 img,
.inner-title .h2 img {
  left: 50%;
  transform: translateX(-50%);
  bottom: -11px;
  position: absolute;
  background-color: #ffffff;
  z-index: 1;
  padding: 0 10px;
}
.inner-title-2 {
  margin-bottom: calc(18px + 20 * (100vw - 320px) / 1600);
}
.inner-title-2 h3,
.inner-title-2 .h3 {
  font-size: calc(24px + 6 * (100vw - 320px) / 1600);
  font-weight: 600;
}
.section-404 .image-404 {
  text-align: center;
}
.section-404 .image-404 img {
  width: 25%;
}
@media (max-width: 1460px) {
  .section-404 .image-404 img {
    width: 40%;
  }
}
@media (max-width: 991px) {
  .section-404 .image-404 img {
    width: 50%;
  }
}
@media (max-width: 575px) {
  .section-404 .image-404 img {
    width: 70%;
  }
}
.section-404 .contain-404 {
  width: 50%;
  text-align: center;
  margin: calc(20px + 25 * (100vw - 320px) / 1600) auto 0;
  font-family: "Nunito", sans-serif;
}
@media (max-width: 1660px) {
  .section-404 .contain-404 {
    width: 60%;
  }
}
@media (max-width: 1199px) {
  .section-404 .contain-404 {
    width: 80%;
  }
}
@media (max-width: 767px) {
  .section-404 .contain-404 {
    width: 100%;
  }
}
.section-404 .contain-404 h3,
.section-404 .contain-404 .h3 {
  font-size: calc(14px + 4 * (100vw - 320px) / 1600);
  line-height: 1.5;
  font-weight: 400;
}
.section-404 .contain-404 button {
  margin-top: calc(16px + 8 * (100vw - 320px) / 1600);
}
.cart-section .deliver-box {
  padding: 22px 18px;
  background-color: #f8f8f8;
  border-radius: 6px;
  position: relative;
  margin-bottom: calc(22px + 18 * (100vw - 320px) / 1600);
}
.cart-section .deliver-box .btn-close {
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  right: 18px;
}
.cart-section .deliver-box h5:first-child,
.cart-section .deliver-box .h5:first-child {
  margin-bottom: 8px;
}
.cart-section .deliver-box h5:last-child,
.cart-section .deliver-box .h5:last-child {
  font-weight: 500;
  line-height: 1.4;
}
.cart-section .deliver-box h5:last-child a,
.cart-section .deliver-box .h5:last-child a {
  text-decoration: underline;
  margin-left: 5px;
}
.cart-section .cart-title {
  margin-bottom: calc(18px + 12 * (100vw - 320px) / 1600);
}
.cart-section .promo-code-box {
  margin-bottom: calc(18px + 4 * (100vw - 320px) / 1600);
}
.cart-section .promo-code-box .form-label {
  font-size: calc(16px + 4 * (100vw - 320px) / 1600);
  font-weight: 500;
}
.cart-section .total-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 22px 28px;
  border: 1px solid #ececec;
}
.cart-section .member-button {
  font-size: calc(15px + 3 * (100vw - 320px) / 1600);
  font-weight: 500;
  letter-spacing: 1.4px;
}
.cart-section .special-seller-box {
  padding: 20px;
  background-color: #f8f8f8;
  border-radius: 6px;
  border-radius: 5px;
  border: 1px dashed #bfbfbf;
}
.cart-section .special-seller-box h5,
.cart-section .special-seller-box .h5 {
  font-weight: 500;
  font-size: 20px;
  letter-spacing: 0;
  padding-bottom: 18px;
  border-bottom: 1px solid #4a5568;
  margin-bottom: 25px;
}
.cart-section .special-seller-box .sub-total-table tbody tr td:last-child {
  font-weight: 500;
}
.cart-section .special-seller-box .sub-total-table tbody tr.sub-total td {
  font-size: 16px;
  font-weight: 400;
  padding-bottom: 26px;
}
.cart-section .special-seller-box .sub-total-table tbody tr.sub-total td:last-child {
  text-align: right;
}
.cart-section .special-seller-box .sub-total-table tbody tr.shipping-title td {
  border: none;
  padding-top: 20px;
  padding-bottom: 10px;
}
.cart-section .special-seller-box .sub-total-table tbody tr.shipping-list td {
  border: none;
}
.cart-section .special-seller-box .sub-total-table tbody tr.shipping-list td .form-check {
  margin-bottom: 0;
}
.cart-section .special-seller-box .sub-total-table tbody tr.shipping-list td .form-check .form-check-input {
  width: 18px;
  height: 18px;
  margin-top: 2px;
  margin-right: 10px;
}
.cart-section .special-seller-box .sub-total-table tbody tr.shipping-list td .form-check .form-check-input:checked {
  background-color: var(--theme-color);
  border-color: var(--theme-color);
}
.cart-section .special-seller-box .sub-total-table tbody tr.shipping-list td .form-check .form-check-input:focus {
  box-shadow: none;
}
.cart-section .cart-total-box {
  padding: 20px;
  background-color: #f8f8f8;
  border-radius: 6px;
  text-align: center;
}
.cart-section .cart-total-box h3,
.cart-section .cart-total-box .h3 {
  font-weight: bold;
  color: #222222;
  margin-bottom: 15px;
}
.cart-section .cart-total-box h6,
.cart-section .cart-total-box .h6 {
  width: 100%;
  margin: 20px 0 10px;
  color: #222222;
  font-weight: 500;
  font-size: 16px;
}
.cart-section .cart-total-box p {
  margin: 0;
  font-size: 14px;
  letter-spacing: 0.5px;
  line-height: 1.4;
}
.cart-section .cart-total-box .checkout-button {
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
  margin-top: 12px;
}
.cart-table {
  background-color: #f8f8f8;
  padding: calc(18px + 17 * (100vw - 320px) / 1600) calc(12px + 13 * (100vw - 320px) / 1600);
}
.cart-table.cart-table-2 {
  background-color: transparent;
  padding: 0;
}
.cart-table.cart-table-2 table {
  margin-bottom: 0;
}
.cart-table.cart-table-2 table thead tr th {
  font-size: 20px;
  font-weight: 500;
  color: #4a5568;
  padding: 0 22px 16px;
}
.cart-table.cart-table-2 table tbody {
  border-top: 1px solid #ececec;
}
.cart-table.cart-table-2 table tbody tr td {
  vertical-align: middle;
}
.cart-table.cart-table-2 table tbody tr:first-child td {
  padding: 22px 16px;
}
.cart-table table {
  margin-bottom: 0;
}
.cart-table table tbody tr:last-child td {
  border: none;
  padding-bottom: 0;
}
.cart-table table tbody tr:first-child td {
  padding-top: 0;
}
.cart-table table tbody tr td {
  padding: calc(16px + 6 * (100vw - 320px) / 1600) 16px;
  min-width: calc(135px + 35 * (100vw - 320px) / 1600);
}
.cart-table table tbody tr td .table-title {
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 500;
}
.cart-table table tbody tr td.product-detail {
  max-width: 260px;
}
.cart-table table tbody tr td.product-detail:hover .product .product-image img {
  transform: scale(1.1);
}
.cart-table table tbody tr td.product-detail ul li + li {
  margin-bottom: 2px;
}
.cart-table table tbody tr td.product-detail .product {
  display: flex;
  align-items: center;
  overflow: hidden;
}
@media (max-width: 1366px) {
  .cart-table table tbody tr td.product-detail .product {
    align-items: flex-start;
  }
}
.cart-table table tbody tr td.product-detail .product .product-image {
  width: 70px;
}
@media (max-width: 1366px) {
  .cart-table table tbody tr td.product-detail .product .product-image {
    width: 80px;
  }
}
@media (max-width: 575px) {
  .cart-table table tbody tr td.product-detail .product .product-image {
    width: 90px;
  }
}
@media (max-width: 480px) {
  .cart-table table tbody tr td.product-detail .product .product-image {
    width: 100px;
  }
}
@media (max-width: 360px) {
  .cart-table table tbody tr td.product-detail .product .product-image {
    width: 70px;
  }
}
.cart-table table tbody tr td.product-detail .product .product-image img {
  transition: all 0.3s ease-in-out;
}
.cart-table table tbody tr td.product-detail .product .product-detail {
  margin-left: calc(16px + 9 * (100vw - 320px) / 1600);
  margin-top: 0;
  width: calc(100% - 95px);
}
body.rtl .cart-table table tbody tr td.product-detail .product .product-detail {
  margin-left: unset;
  margin-right: calc(16px + 9 * (100vw - 320px) / 1600);
}
body.rtl .cart-table table tbody tr td.product-detail .product .product-detail ul {
  padding-right: 0;
}
.cart-table table tbody tr td.product-detail .product .product-detail ul li {
  display: block;
  white-space: nowrap;
  margin-bottom: 8px;
  font-size: 14px;
}
.cart-table table tbody tr td.product-detail .product .product-detail ul li + li {
  margin-bottom: calc(0px + 2 * (100vw - 320px) / 1600);
}
.cart-table table tbody tr td.product-detail .product .product-detail ul li .saving {
  font-weight: 500;
}
.cart-table table tbody tr td.product-detail .product .product-detail ul li span {
  font-weight: 500;
}
.cart-table table tbody tr td.product-detail .product .product-detail ul li.name a {
  font-weight: 500;
  font-size: 16px;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  color: #222222;
}
.cart-table table tbody tr td.product-detail .product .product-detail ul li.name a:hover {
  color: #222222;
}
.cart-table table tbody tr td.product-detail .product .product-detail ul li:nth-child(n+4) {
  display: none;
}
.cart-table table tbody tr td.product-detail .product .product-detail ul li .price {
  display: flex;
  align-items: center;
}
.cart-table table tbody tr td.product-detail .product .product-detail ul li .price h6,
.cart-table table tbody tr td.product-detail .product .product-detail ul li .price .h6 {
  margin-left: 8px;
  text-decoration: line-through;
}
.cart-table table tbody tr td.product-detail .product .product-detail ul li.quantity-price-box {
  border: 1px solid #ececec;
  border-radius: 5px;
  width: 62%;
}
@media (max-width: 575px) {
  .cart-table table tbody tr td.product-detail .product .product-detail ul li.quantity-price-box {
    width: 80%;
  }
}
@media (max-width: 360px) {
  .cart-table table tbody tr td.product-detail .product .product-detail ul li.quantity-price-box {
    width: 90%;
  }
}
.cart-table table tbody tr td.product-detail .product .product-detail ul li.quantity-price-box .cart_qty button {
  padding: calc(3px + 7 * (100vw - 320px) / 1600) calc(10px + 8 * (100vw - 320px) / 1600);
  border: none;
}
.cart-table table tbody tr td.product-detail .product .product-detail ul li.quantity-price-box .cart_qty button input {
  padding: 10px 18px;
  border: none;
  text-align: center;
}
.cart-table table tbody tr td.product-detail .product .product-detail ul li.quantity {
  margin: 6px 0;
}
.cart-table table tbody tr td.product-detail .product .product-detail ul li.quantity .quantity-price {
  width: 50%;
}
@media (max-width: 480px) {
  .cart-table table tbody tr td.product-detail .product .product-detail ul li.quantity .quantity-price {
    width: 60%;
  }
}
.cart-table table tbody tr td.product-detail .product .product-detail ul li.quantity .quantity-price .cart_qty button {
  width: calc(26px + 9 * (100vw - 320px) / 1600);
  height: calc(26px + 9 * (100vw - 320px) / 1600);
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  background-color: #e3e0e0;
  border-radius: 100% !important;
  padding: 0;
}
.cart-table table tbody tr td.product-detail .product .product-detail ul li.quantity .quantity-price .cart_qty button i {
  margin-top: 2px;
}
.cart-table table tbody tr td.product-detail .product .product-detail ul li.quantity .quantity-price .cart_qty input {
  padding: 0;
  border: none;
  text-align: center;
  background-color: transparent;
}
.cart-table table tbody tr td.price h5,
.cart-table table tbody tr td.price .h5 {
  font-weight: 500;
  font-size: calc(15px + 1 * (100vw - 320px) / 1600);
  display: flex;
  align-items: center;
}
.cart-table table tbody tr td.price h5 del,
.cart-table table tbody tr td.price .h5 del {
  font-size: calc(13px + 3 * (100vw - 320px) / 1600);
  margin-left: 4px;
}
body.rtl .cart-table table tbody tr td.price h5 del,
body.rtl .cart-table table tbody tr td.price .h5 del {
  margin-left: unset;
  margin-right: 4px;
}
.cart-table table tbody tr td.price h6,
.cart-table table tbody tr td.price .h6 {
  margin-top: 5px;
  white-space: nowrap;
  font-size: calc(15px + 1 * (100vw - 320px) / 1600);
  font-weight: 500;
}
.cart-table table tbody tr td.saving {
  font-size: 16px;
  font-weight: 500;
  color: var(--theme-color);
}
.cart-table table tbody tr td.quantity {
  width: 20%;
}
.cart-table table tbody tr td .quantity-price {
  width: 117px;
}
.cart-table table tbody tr td .quantity-price .cart_qty button {
  width: calc(29px + 6 * (100vw - 320px) / 1600);
  height: calc(29px + 6 * (100vw - 320px) / 1600);
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  background-color: #e3e0e0;
  border-radius: 100% !important;
  padding: 0;
  z-index: 0;
}
.cart-table table tbody tr td .quantity-price .cart_qty button i {
  font-size: 16px;
}
.cart-table table tbody tr td .quantity-price .cart_qty input {
  padding: 0;
  border: none;
  text-align: center;
  background-color: transparent;
}
.cart-table table tbody tr td.subtotal h5,
.cart-table table tbody tr td.subtotal .h5 {
  font-size: calc(16px + 2 * (100vw - 320px) / 1600);
  font-weight: 500;
  display: inline-block;
}
.cart-table table tbody tr td.subtotal .btn-close {
  margin-left: 50px;
}
.cart-table table tbody tr td.save-remove .save {
  font-weight: 400;
  white-space: nowrap;
  font-size: 16px;
  display: block;
  text-decoration: underline;
}
.cart-table table tbody tr td.save-remove .save:hover {
  color: var(--theme-color);
}
.cart-table table tbody tr td.save-remove .remove {
  font-weight: 400;
  font-size: 15px;
  color: #bf2020;
  text-decoration: underline;
}
.cart-table table tfoot {
  border-top: 1px solid #ececec;
}
.cart-table table tfoot tr td:first-child {
  border: none;
}
.cart-table table tfoot tr td:nth-child(2) {
  font-size: 16px;
  font-weight: 500;
  padding: 16px;
  border-left: 1px solid #ececec;
}
.cart-table table tfoot tr td:last-child {
  font-size: 16px;
  font-weight: 500;
  border-right: 1px solid #ececec;
}
.summery-box {
  border-radius: 5px;
  background-color: #f8f8f8;
}
.summery-box .summery-header {
  padding: calc(12px + 4 * (100vw - 320px) / 1600) calc(16px + 6 * (100vw - 320px) / 1600);
  display: flex;
  align-items: center;
  border-bottom: 1px solid #ececec;
}
.summery-box .summery-header h3,
.summery-box .summery-header .h3 {
  font-weight: 600;
}
.summery-box .summery-header a {
  font-weight: 500;
  margin-left: auto;
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
}
.summery-box .summery-header a:hover {
  color: var(--theme-color);
}
body.rtl .summery-box .summery-header a {
  margin-left: unset;
  margin-right: auto;
}
.summery-box .summery-contain {
  padding: 16px calc(16px + 6 * (100vw - 320px) / 1600);
  border-bottom: 1px solid #ececec;
}
.summery-box .summery-contain::-webkit-scrollbar-track {
  background-color: #4a5568;
}
.summery-box .summery-contain::-webkit-scrollbar {
  width: 3px;
}
.summery-box .summery-contain::-webkit-scrollbar-thumb {
  background-color: var(--theme-color);
  border-radius: 4px;
}
.summery-box .summery-contain .coupon-cart .coupon-box {
  position: relative;
  overflow: hidden;
  border-radius: 4px;
}
.summery-box .summery-contain .coupon-cart .coupon-box .btn-apply {
  background: var(--theme-color);
  color: #ffffff;
  padding: 0 calc(16px + 14 * (100vw - 320px) / 1600);
  font-weight: 700;
  border: none;
}
.summery-box .summery-contain .coupon-cart .coupon-box .form-control {
  border: 2px solid var(--theme-color);
  padding: 10px;
}
body.rtl .summery-box .summery-contain ul {
  padding-right: 0;
}
.summery-box .summery-contain ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}
.summery-box .summery-contain ul li:last-child {
  border-bottom: none;
}
.summery-box .summery-contain ul li h4,
.summery-box .summery-contain ul li .h4 {
  font-size: 15px;
  color: #4a5568;
}
.summery-box .summery-contain ul li h4.price,
.summery-box .summery-contain ul li .price.h4 {
  color: #4a5568;
  margin-left: auto;
}
body.rtl .summery-box .summery-contain ul li h4.price,
body.rtl .summery-box .summery-contain ul li .price.h4 {
  margin-left: unset;
  margin-right: auto;
}
.summery-box .summery-contain ul li h4.price .shpping-contain,
.summery-box .summery-contain ul li .price.h4 .shpping-contain {
  display: block;
  font-weight: 400;
  font-size: 13px;
  margin-top: 3px;
}
.summery-box .summery-contain ul li h4 span,
.summery-box .summery-contain ul li .h4 span {
  font-weight: 600;
}
.summery-box .summery-contain {
  padding: calc(11px + 5 * (100vw - 320px) / 1600) calc(11px + 11 * (100vw - 320px) / 1600);
  border-bottom: 1px solid #ececec;
}
.summery-box .summery-contain::-webkit-scrollbar-track {
  background-color: transparent;
}
.summery-box .summery-contain::-webkit-scrollbar {
  width: 3px;
}
.summery-box .summery-contain::-webkit-scrollbar-thumb {
  background-color: var(--theme-color);
  border-radius: 4px;
}
.summery-box .summery-contain li {
  padding: calc(6px + 4 * (100vw - 320px) / 1600) 0;
  display: flex;
  align-items: center;
}
.summery-box .summery-contain li:last-child {
  border-bottom: none;
}
.summery-box .summery-contain li p {
  font-size: calc(14px + 1 * (100vw - 320px) / 1600);
  line-height: 1.6;
  margin: 0;
}
.summery-box .summery-contain li h4,
.summery-box .summery-contain li .h4 {
  font-size: 15px;
  color: #4a5568;
}
.summery-box .summery-contain li h4.price,
.summery-box .summery-contain li .price.h4 {
  color: #4a5568;
  margin-left: auto;
}
body.rtl .summery-box .summery-contain li h4.price,
body.rtl .summery-box .summery-contain li .price.h4 {
  margin-left: unset;
  margin-right: auto;
}
.summery-box .summery-contain li h4.price .shpping-contain,
.summery-box .summery-contain li .price.h4 .shpping-contain {
  display: block;
  font-weight: 400;
  font-size: 13px;
  margin-top: 3px;
}
.summery-box .summery-contain li h4 span,
.summery-box .summery-contain li .h4 span {
  font-weight: 600;
}
.summery-box .summery-total {
  padding: 0 calc(16px + 6 * (100vw - 320px) / 1600);
}
.summery-box .summery-total li {
  padding-top: 12px;
  display: flex;
  align-items: center;
}
.summery-box .summery-total li h4,
.summery-box .summery-total li .h4 {
  font-size: 17px;
  color: #222222;
}
.summery-box .summery-total li h4.price,
.summery-box .summery-total li .price.h4 {
  margin-left: auto;
}
body.rtl .summery-box .summery-total li h4.price,
body.rtl .summery-box .summery-total li .price.h4 {
  margin-left: unset;
  margin-right: auto;
}
.summery-box .summery-total li h4 span,
.summery-box .summery-total li .h4 span {
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
  font-weight: 600;
}
.summery-box .summery-total li:nth-child(4) {
  padding: calc(12px + 4 * (100vw - 320px) / 1600) 0;
}
.summery-box .summery-total li:nth-child(4) h4,
.summery-box .summery-total li:nth-child(4) .h4 {
  font-weight: 600;
  color: var(--theme-color);
}
.summery-box .summery-total li:last-child {
  border-top: 1px solid #ececec;
  padding: calc(12px + 4 * (100vw - 320px) / 1600) 0;
}
.summery-box .summery-total li:last-child h4,
.summery-box .summery-total li:last-child .h4 {
  font-weight: 600;
  font-size: calc(16px + 4 * (100vw - 320px) / 1600);
}
.button-group {
  text-align: right;
  margin-top: calc(14px + 6 * (100vw - 320px) / 1600);
}
.button-group.cart-button {
  margin-top: 0;
  padding: 0 calc(16px + 6 * (100vw - 320px) / 1600) calc(14px + 6 * (100vw - 320px) / 1600);
}
body.rtl .button-group.cart-button ul {
  padding-right: 0;
}
.button-group.cart-button ul li {
  width: 100%;
}
.button-group ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: calc(7px + 9 * (100vw - 320px) / 1600);
}
body.rtl .button-group ul {
  padding-right: 0;
}
.button-group ul.button-group-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: calc(26px + 19 * (100vw - 320px) / 1600);
}
.button-group ul li a {
  width: 100%;
  font: inherit;
  letter-spacing: 0.04em;
  padding: calc(8px + 4 * (100vw - 320px) / 1600) calc(14px + 6 * (100vw - 320px) / 1600);
}
.button-group ul li a.shopping-button {
  font-size: calc(13px + 1 * (100vw - 320px) / 1600);
  background-color: #ececec;
  color: #000000;
}
.button-group ul li a.shopping-button i {
  margin-right: 8px;
}
body.rtl .button-group ul li a.shopping-button i {
  margin-right: unset;
  margin-left: 8px !important;
}
.checkout-section .custom-accordion {
  display: flex;
  flex-wrap: wrap;
  gap: calc(10px + 20 * (100vw - 320px) / 1600);
  align-items: center;
}
.checkout-section .custom-accordion .accordion-item {
  border: none;
  border-radius: 6px;
  overflow: hidden;
  display: block;
  width: 100%;
}
.checkout-section .custom-accordion .accordion-item .accordion-header .accordion-button {
  color: #4a5568;
  position: relative;
  padding: 0;
}
.checkout-section .custom-accordion .accordion-item .accordion-header .accordion-button::after {
  content: none;
}
.checkout-section .custom-accordion .accordion-item .accordion-header .accordion-button::before {
  content: "\f107";
  position: absolute;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  top: 50%;
  transform: translateY(-50%);
  right: 30px;
  transition: transform 0.2s ease-in-out;
}
body.rtl .checkout-section .custom-accordion .accordion-item .accordion-header .accordion-button::before {
  right: unset;
  left: 30px;
}
.checkout-section .custom-accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  color: #222222;
  background-color: transparent;
  box-shadow: none;
}
.checkout-section .custom-accordion .accordion-item .accordion-header .accordion-button:not(.collapsed)::before {
  top: 20%;
  transform: rotate(-180deg) translateY(-50%);
}
.checkout-section .custom-accordion .accordion-item .accordion-header .accordion-button .form-check {
  display: flex;
  align-items: center;
  width: 100%;
}
.checkout-section .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;
}
body.rtl .checkout-section .custom-accordion .accordion-item .accordion-header .accordion-button .form-check .form-check-label {
  padding-right: 0;
}
@media (max-width: 480px) {
  .checkout-section .custom-accordion .accordion-item .accordion-header .accordion-button .form-check .form-check-label {
    margin-top: 5px;
  }
}
.checkout-section .custom-accordion .accordion-item .accordion-header .accordion-button .form-check .form-check-label .form-check-input {
  margin-right: calc(6px + 4 * (100vw - 320px) / 1600);
}
body.rtl .checkout-section .custom-accordion .accordion-item .accordion-header .accordion-button .form-check .form-check-label .form-check-input {
  margin-left: calc(6px + 4 * (100vw - 320px) / 1600);
  margin-right: unset;
}
.checkout-section .custom-accordion .accordion-item .accordion-collapse .accordion-body .cod-review a:hover {
  color: var(--theme-color);
}
.checkout-section .custom-accordion .accordion-item .accordion-collapse .accordion-body .custom-form-check {
  margin-bottom: calc(5px + 3 * (100vw - 320px) / 1600);
  display: flex;
  align-items: center;
}
body.rtl .checkout-section .custom-accordion .accordion-item .accordion-collapse .accordion-body .custom-form-check {
  padding-left: unset;
  padding-right: 0;
}
.checkout-section .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 .custom-accordion .accordion-item .accordion-collapse .accordion-body .custom-form-check input {
  margin-right: 10px;
}
body.rtl .checkout-section .custom-accordion .accordion-item .accordion-collapse .accordion-body .custom-form-check input {
  margin-right: unset;
  margin-left: 10px;
}
.checkout-section .custom-navtab {
  display: flex;
  flex-wrap: wrap;
  gap: calc(0px + 24 * (100vw - 320px) / 1600);
  overflow: auto;
  position: sticky;
  top: 0;
}
@media (max-width: 991px) {
  .checkout-section .custom-navtab {
    display: flex;
    flex-wrap: nowrap;
  }
}
.checkout-section .custom-navtab .nav-item {
  width: 100%;
  flex-basis: auto;
}
@media (max-width: 991px) {
  .checkout-section .custom-navtab .nav-item {
    display: inline-block;
  }
  .checkout-section .custom-navtab .nav-item + .nav-item {
    margin-left: 15px;
  }
}
.checkout-section .custom-navtab .nav-item .nav-link {
  position: relative;
  text-align: left;
  border: 2px solid #ececec;
  padding: calc(10px + 8 * (100vw - 320px) / 1600);
  cursor: pointer;
}
@media (max-width: 991px) {
  .checkout-section .custom-navtab .nav-item .nav-link {
    width: calc(195px + 25 * (100vw - 320px) / 1600);
  }
}
.checkout-section .custom-navtab .nav-item .nav-link::before {
  content: "";
  position: absolute;
  width: 0px;
  height: 100%;
  bottom: 0;
  left: 0;
  background-color: var(--theme-color);
  background-color: transparent;
  transition: 0.3s ease;
  border-radius: 4px;
}
.checkout-section .custom-navtab .nav-item .nav-link.active {
  color: #222222;
  background-color: transparent;
  border: 2px solid var(--theme-color);
}
.checkout-section .custom-navtab .nav-item .nav-link.active::before {
  box-shadow: 0 4px 0px var(--theme-color);
  width: 100%;
}
.checkout-section .custom-navtab .nav-item .nav-link.active .nav-item-box h4,
.checkout-section .custom-navtab .nav-item .nav-link.active .nav-item-box .h4,
.checkout-section .custom-navtab .nav-item .nav-link.active .nav-item-box i {
  color: var(--theme-color);
  z-index: 1;
  -webkit-text-stroke: 1px transparent;
}
.checkout-section .custom-navtab .nav-item .nav-link .nav-item-box {
  position: relative;
  display: flex;
  align-items: center;
}
.checkout-section .custom-navtab .nav-item .nav-link .nav-item-box span {
  color: #4a5568;
  font-size: 12px;
  font-weight: 500;
  margin-bottom: calc(0px + 5 * (100vw - 320px) / 1600);
}
.checkout-section .custom-navtab .nav-item .nav-link .nav-item-box h4,
.checkout-section .custom-navtab .nav-item .nav-link .nav-item-box .h4 {
  color: #222222;
  font-weight: 500;
  font-size: calc(15px + 3 * (100vw - 320px) / 1600);
}
.checkout-section .custom-navtab .nav-item .nav-link .nav-item-box .lord-icon {
  width: calc(38px + 20 * (100vw - 320px) / 1600);
  height: auto;
  margin-left: auto;
}
body.rtl .checkout-section .custom-navtab .nav-item .nav-link .nav-item-box .lord-icon {
  margin-left: unset;
  margin-right: auto;
}
.checkout-section .tab-content {
  background-color: #f8f8f8;
  height: 100%;
  padding: calc(26px + 9 * (100vw - 320px) / 1600) calc(12px + 13 * (100vw - 320px) / 1600);
}
.checkout-section .tab-content .tab-pane .tab-title {
  margin-bottom: calc(18px + 12 * (100vw - 320px) / 1600);
  font-size: calc(18px + 6 * (100vw - 320px) / 1600);
  color: #222222;
}
.checkout-section .delivery-address-box {
  border-radius: 8px;
  padding: calc(12px + 12 * (100vw - 320px) / 1600);
  background-color: #ffffff;
  box-shadow: 0 0 9px rgba(0, 0, 0, 0.07);
}
.checkout-section .delivery-address-box > div {
  display: flex;
  position: relative;
}
.checkout-section .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;
}
body.rtl .checkout-section .delivery-address-box > div .label {
  right: unset;
  left: 0;
}
.checkout-section .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;
}
.checkout-section .delivery-address-box > div .form-check .form-check-input:checked {
  background-color: var(--theme-color);
  border-color: var(--theme-color);
}
.checkout-section .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 .delivery-address-box > div .form-check .form-check-input:focus {
  box-shadow: none;
}
.checkout-section .delivery-address-box > div .delivery-address-detail {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-left: 10px;
  width: calc(85% + -10 * (100vw - 320px) / 1600);
}
body.rtl .checkout-section .delivery-address-box > div .delivery-address-detail {
  margin-left: unset;
  margin-right: 10px;
  padding-right: 0;
}
.checkout-section .delivery-address-box > div .delivery-address-detail li {
  display: block;
  width: 100%;
}
.checkout-section .delivery-address-box > div .delivery-address-detail p,
.checkout-section .delivery-address-box > div .delivery-address-detail h6,
.checkout-section .delivery-address-box > div .delivery-address-detail .h6 {
  line-height: 1.4;
  margin-bottom: 0;
  font-weight: 400;
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
}
.checkout-section .delivery-address-box > div .delivery-address-detail p span,
.checkout-section .delivery-address-box > div .delivery-address-detail h6 span,
.checkout-section .delivery-address-box > div .delivery-address-detail .h6 span {
  margin-right: 4px;
}
.checkout-section .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 .delivery-option {
  padding: calc(17px + 9 * (100vw - 320px) / 1600);
  background-color: #ffffff;
  border-radius: 5px;
}
@media (max-width: 1460px) {
  .checkout-section .delivery-option .select-option {
    margin-top: 6px;
  }
}
.checkout-section .delivery-option .date-box {
  position: relative;
}
.checkout-section .delivery-option .date-box i {
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  right: 17px;
  font-size: 18px;
  color: #4a5568;
}
.checkout-section .delivery-option .delivery-category {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 767px) {
  .checkout-section .delivery-option .delivery-category {
    display: block;
  }
}
.checkout-section .delivery-option .custom-form-check {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  min-height: auto;
}
body.rtl .checkout-section .delivery-option .custom-form-check {
  padding-left: unset;
  padding-right: 1.5rem;
}
.checkout-section .delivery-option .custom-form-check .form-check-label {
  font-size: calc(15px + 4 * (100vw - 320px) / 1600);
  padding-left: 12px;
  font-weight: 500;
}
body.rtl .checkout-section .delivery-option .custom-form-check .form-check-label {
  padding-left: unset;
  padding-right: 12px;
}
.checkout-section .delivery-option .delivery-items {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 575px) {
  .checkout-section .delivery-option .delivery-items {
    display: flex;
    align-items: center;
  }
}
@media (max-width: 480px) {
  .checkout-section .delivery-option .delivery-items {
    display: block;
  }
}
.checkout-section .delivery-option .delivery-items h5,
.checkout-section .delivery-option .delivery-items .h5 {
  letter-spacing: 0.5px;
  display: flex;
  align-items: center;
}
.checkout-section .delivery-option .delivery-items h5.items,
.checkout-section .delivery-option .delivery-items .items.h5 {
  margin-bottom: 5px;
}
@media (max-width: 575px) {
  .checkout-section .delivery-option .delivery-items h5.items,
  .checkout-section .delivery-option .delivery-items .items.h5 {
    margin-bottom: 0;
  }
}
@media (max-width: 480px) {
  .checkout-section .delivery-option .delivery-items h5.items,
  .checkout-section .delivery-option .delivery-items .items.h5 {
    margin-bottom: 5px;
  }
}
.checkout-section .delivery-option .delivery-items h5.items span,
.checkout-section .delivery-option .delivery-items .items.h5 span {
  text-decoration: underline;
}
@media (max-width: 575px) {
  .checkout-section .delivery-option .delivery-items h5.charge,
  .checkout-section .delivery-option .delivery-items .charge.h5 {
    margin-top: 8px;
  }
}
.checkout-section .delivery-option .delivery-items h5 i,
.checkout-section .delivery-option .delivery-items .h5 i {
  font-size: calc(15px + 3 * (100vw - 320px) / 1600);
  margin-left: 7px;
  color: rgba(0, 0, 0, 0.25);
}
body.rtl .checkout-section .delivery-option .delivery-items h5 i,
body.rtl .checkout-section .delivery-option .delivery-items .h5 i {
  margin-left: unset;
  margin-right: 7px;
}
.checkout-section .delivery-option .delivery-date {
  font-size: calc(14px + 1 * (100vw - 320px) / 1600);
  font-weight: 500;
  border: 1px solid #ececec;
  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 .delivery-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 .delivery-option .delivery-time {
  display: flex;
  align-items: center;
  height: 100%;
}
.checkout-section .delivery-option .delivery-time .dropdown-toggle {
  font-size: calc(14px + 1 * (100vw - 320px) / 1600);
  font-weight: 500;
  border: 1px solid #ececec;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  color: #4a5568;
}
.checkout-section .delivery-option .delivery-time .dropdown-toggle i {
  -webkit-text-stroke: 1px #4a5568;
  color: transparent;
  font-size: 18px;
  margin-right: 10px;
}
.checkout-section .delivery-option .delivery-time .dropdown-toggle::after {
  content: none;
}
.checkout-section .delivery-option .delivery-time .dropdown-toggle::before {
  content: "\f107";
  position: absolute;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
}
.checkout-section .delivery-option .delivery-time .dropdown-menu {
  border: 1px solid transparent;
  box-shadow: 0 6px 5px rgba(0, 0, 0, 0.1);
}
.checkout-section .delivery-option .delivery-time .dropdown-menu li a:active {
  color: #000000;
  text-decoration: none;
  background-color: #ececec;
}
.checkout-section .delivery-option .delivery-time .dropdown-menu li + li {
  margin-top: 5px;
}
.checkout-section .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 .payment-method .custom-form-check label {
  font-weight: 500;
  font-size: 17px;
}
.checkout-section .credit-card-box .credit-detail {
  position: relative;
}
.checkout-section .credit-info label {
  font-size: calc(14px + 1 * (100vw - 320px) / 1600);
  font-weight: 500;
}
.checkout-section .payment-option {
  padding: 20px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.17);
  border-radius: 8px;
  position: relative;
}
.checkout-section .payment-option .form-check .form-check-input {
  margin-top: 4px;
}
.checkout-section .payment-option .form-check label {
  font-weight: 500;
  font-size: 18px;
  padding-left: 10px;
}
.checkout-section .payment-option img {
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  right: 20px;
  width: 60px;
}
.contact-box-section .left-sidebar-box .contact-image {
  text-align: center;
  margin-bottom: calc(25px + 39 * (100vw - 320px) / 1600);
}
@media (max-width: 1199px) {
  .contact-box-section .left-sidebar-box .contact-image {
    margin-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
  }
}
@media (max-width: 991px) {
  .contact-box-section .left-sidebar-box .contact-image {
    margin-bottom: calc(25px + 39 * (100vw - 320px) / 1600);
  }
}
.contact-box-section .left-sidebar-box .contact-image img {
  width: 60%;
}
@media (max-width: 1199px) {
  .contact-box-section .left-sidebar-box .contact-image img {
    width: 77%;
  }
}
@media (max-width: 991px) {
  .contact-box-section .left-sidebar-box .contact-image img {
    width: 60%;
    margin-bottom: calc(25px + 39 * (100vw - 320px) / 1600);
  }
}
.contact-box-section .left-sidebar-box .contact-title {
  margin-bottom: calc(20px + 12 * (100vw - 320px) / 1600);
}
.contact-box-section .left-sidebar-box .contact-title h3,
.contact-box-section .left-sidebar-box .contact-title .h3 {
  position: relative;
  display: inline-block;
  font-size: calc(23px + 5 * (100vw - 320px) / 1600);
  font-weight: 600;
}
.contact-box-section .left-sidebar-box .contact-title h3::after,
.contact-box-section .left-sidebar-box .contact-title .h3::after {
  content: "";
  position: absolute;
  width: 70%;
  height: 2px;
  bottom: -5px;
  left: 0;
  background: var(--theme-color);
}
body.rtl .contact-box-section .left-sidebar-box .contact-title h3::after,
body.rtl .contact-box-section .left-sidebar-box .contact-title .h3::after {
  left: unset;
  right: 0;
}
.contact-box-section .left-sidebar-box .contact-detail .contact-detail-box {
  display: flex;
  flex-wrap: wrap;
  gap: calc(2px + 3 * (100vw - 320px) / 1600);
  align-items: center;
  background-color: #f8f8f8;
  padding: calc(15px + 12 * (100vw - 320px) / 1600) calc(15px + 12 * (100vw - 320px) / 1600) calc(15px + 12 * (100vw - 320px) / 1600) calc(30px + 11 * (100vw - 320px) / 1600);
  position: relative;
  border-radius: 10px;
  margin-left: 22px;
}
body.rtl .contact-box-section .left-sidebar-box .contact-detail .contact-detail-box {
  padding: calc(15px + 12 * (100vw - 320px) / 1600) calc(30px + 11 * (100vw - 320px) / 1600) calc(15px + 12 * (100vw - 320px) / 1600) calc(15px + 12 * (100vw - 320px) / 1600);
  margin-left: 0;
  margin-right: 22px;
}
.contact-box-section .left-sidebar-box .contact-detail .contact-detail-box .contact-icon {
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  left: -21px;
  background-color: var(--theme-color);
  border-radius: 7px;
  display: inherit;
  color: #ffffff;
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
}
body.rtl .contact-box-section .left-sidebar-box .contact-detail .contact-detail-box .contact-icon {
  left: unset;
  right: -21px;
}
.contact-box-section .left-sidebar-box .contact-detail .contact-detail-box .contact-icon i {
  line-height: 1;
  font-size: 18px;
}
.contact-box-section .left-sidebar-box .contact-detail .contact-detail-box .contact-detail-title,
.contact-box-section .left-sidebar-box .contact-detail .contact-detail-box .contact-detail-contain {
  width: 100%;
}
.contact-box-section .left-sidebar-box .contact-detail .contact-detail-box .contact-detail-title h4,
.contact-box-section .left-sidebar-box .contact-detail .contact-detail-box .contact-detail-title .h4 {
  font-weight: 600;
  font-size: calc(16px + 2 * (100vw - 320px) / 1600);
  margin-top: -2px;
}
.contact-box-section .left-sidebar-box .contact-detail .contact-detail-box .contact-detail-contain p {
  margin: 0;
  font-size: calc(14px + 1 * (100vw - 320px) / 1600);
  line-height: 1.5;
  color: #4a5568;
  margin-bottom: -5px;
}
.contact-box-section .right-sidebar-box {
  padding: calc(21px + 39 * (100vw - 320px) / 1600);
  border-radius: 10px;
  background-color: #f8f8f8;
}
.contact-box-section .right-sidebar-box .custom-form label {
  color: #4a5568;
  display: block;
  font-size: 16px;
  margin-bottom: calc(3px + 5 * (100vw - 320px) / 1600);
}
.contact-box-section .right-sidebar-box .custom-form .custom-input {
  position: relative;
}
.contact-box-section .right-sidebar-box .custom-form .custom-input .form-control {
  padding: calc(15px + 5 * (100vw - 320px) / 1600) calc(15px + 5 * (100vw - 320px) / 1600) calc(15px + 5 * (100vw - 320px) / 1600) calc(41px + 11 * (100vw - 320px) / 1600);
  border: none;
}
body.rtl .contact-box-section .right-sidebar-box .custom-form .custom-input .form-control {
  padding: calc(15px + 5 * (100vw - 320px) / 1600) calc(41px + 11 * (100vw - 320px) / 1600) calc(15px + 5 * (100vw - 320px) / 1600) calc(15px + 5 * (100vw - 320px) / 1600);
}
.contact-box-section .right-sidebar-box .custom-form .custom-input .form-control:focus {
  background-color: #ffffff;
  border-color: transparent;
}
.contact-box-section .right-sidebar-box .custom-form .custom-input i {
  position: absolute;
  top: 22px;
  left: 0;
  padding: 0 calc(14px + 6 * (100vw - 320px) / 1600);
  display: flex;
  align-items: center;
  font-size: calc(14px + 4 * (100vw - 320px) / 1600);
  color: #4a5568;
  line-height: 1;
}
body.rtl .contact-box-section .right-sidebar-box .custom-form .custom-input i {
  left: unset;
  right: 0;
}
.contact-box-section .right-sidebar-box .custom-form .custom-textarea {
  position: relative;
}
.contact-box-section .right-sidebar-box .custom-form .custom-textarea .form-control {
  padding-left: 52px;
  border: none;
}
body.rtl .contact-box-section .right-sidebar-box .custom-form .custom-textarea .form-control {
  padding-left: unset;
  padding-right: 52px;
}
.contact-box-section .right-sidebar-box .custom-form .custom-textarea .form-control:focus {
  background-color: #ffffff;
  border-color: transparent;
}
.contact-box-section .right-sidebar-box .custom-form .custom-textarea i {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  padding: 18px 20px;
  line-height: 1;
  display: flex;
  font-size: 18px;
  color: #4a5568;
}
body.rtl .contact-box-section .right-sidebar-box .custom-form .custom-textarea i {
  left: unset;
  right: 0;
}
.map-section .map-box {
  margin-bottom: -6px;
  display: block;
}
.map-section .map-box iframe {
  width: 100%;
  height: 350px;
}
.log-in-section {
  overflow-x: hidden;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 0;
}
.log-in-section::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url("./media/log-in-bg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}
.log-in-section.otp-section {
  display: flex;
  align-items: center;
}
.log-in-section .image-contain {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.log-in-section .log-in-form .form-control {
  border: none;
}
.log-in-section .inputs {
  margin: calc(-2px + -10 * (100vw - 320px) / 1600);
}
.log-in-section .inputs input {
  margin: calc(2px + 6 * (100vw - 320px) / 1600);
  border: none;
}
.log-in-section .log-in-box {
  background-color: #f8f8f8;
  padding: calc(16px + 34 * (100vw - 320px) / 1600);
  border-radius: calc(8px + 4 * (100vw - 320px) / 1600);
  width: 100%;
}
.log-in-section .log-in-box .logo-name {
  margin-bottom: calc(20px + 10 * (100vw - 320px) / 1600);
  margin-top: -10px;
}
.log-in-section .log-in-box .logo-name a {
  font-size: calc(28px + 7 * (100vw - 320px) / 1600);
  font-weight: bold;
  color: #222222;
  font-family: "Nunito", sans-serif;
  display: block;
}
.log-in-section .log-in-box .logo-name a img {
  width: calc(150px + 75 * (100vw - 320px) / 1600);
}
.log-in-section .log-in-box .log-in-title {
  margin-bottom: calc(12px + 8 * (100vw - 320px) / 1600);
}
.log-in-section .log-in-box .log-in-title h3,
.log-in-section .log-in-box .log-in-title .h3 {
  margin-bottom: calc(1px + 5 * (100vw - 320px) / 1600);
  font-size: calc(18px + 3 * (100vw - 320px) / 1600);
}
.log-in-section .log-in-box .log-in-title h4,
.log-in-section .log-in-box .log-in-title .h4,
.log-in-section .log-in-box .log-in-title h5,
.log-in-section .log-in-box .log-in-title .h5 {
  color: #4a5568;
  margin-top: 8px;
}
.log-in-section .log-in-box .log-in-button {
  margin-top: 20px;
  padding: 1px 0;
}
.log-in-section .log-in-box .log-in-button ul {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  align-items: center;
}
body.rtl .log-in-section .log-in-box .log-in-button ul {
  padding-right: 0;
}
.log-in-section .log-in-box .log-in-button ul li {
  display: block;
  width: 100%;
}
.log-in-section .log-in-box .log-in-button ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
  color: #222222;
  border-radius: 5px;
  padding: calc(10px + 6 * (100vw - 320px) / 1600) calc(18px + 12 * (100vw - 320px) / 1600);
  flex-wrap: wrap;
  gap: calc(8px + 2 * (100vw - 320px) / 1600);
  background-color: #ffffff;
}
.log-in-section .log-in-box .log-in-button ul li a img {
  width: calc(18px + 6 * (100vw - 320px) / 1600);
}
.log-in-section .log-in-box .forgot-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 360px) {
  .log-in-section .log-in-box .forgot-box {
    display: block;
  }
}
.log-in-section .log-in-box .remember-box {
  display: flex;
  align-items: center;
}
.log-in-section .log-in-box .remember-box .check-box {
  display: block;
  margin-top: -6px;
}
.log-in-section .log-in-box .remember-box label {
  font-size: 16px;
}
.log-in-section .log-in-box .remember-box label span {
  font-weight: 500;
  color: var(--theme-color);
}
.log-in-section .log-in-box .forgot-password {
  font-size: 16px;
  font-weight: 500;
  display: block;
}
.log-in-section .log-in-box .forgot-password:hover {
  color: var(--theme-color);
}
.log-in-section .log-in-box .other-log-in {
  margin-top: 15px;
  text-align: center;
  position: relative;
}
.log-in-section .log-in-box .other-log-in::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: 1px;
  left: 0;
  background-color: #ddd;
  z-index: 0;
}
.log-in-section .log-in-box .other-log-in h6,
.log-in-section .log-in-box .other-log-in .h6 {
  color: #4a5568;
  position: relative;
  background-color: #f9f9f9;
  padding: 0 14px;
  display: inline-block;
  text-transform: uppercase;
}
.log-in-section .log-in-box .sign-up-box {
  margin-top: 20px;
  text-align: center;
}
.log-in-section .log-in-box .sign-up-box h4,
.log-in-section .log-in-box .sign-up-box .h4 {
  color: #4a5568;
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
  margin-bottom: calc(0px + 3 * (100vw - 320px) / 1600);
}
.log-in-section .log-in-box .sign-up-box a {
  font-weight: 500;
  font-size: calc(15px + 2 * (100vw - 320px) / 1600);
  margin-bottom: -4px;
  display: block;
}
.log-in-section .log-in-box .sign-up-box a:hover {
  color: var(--theme-color);
}
.log-in-section .log-in-box .contact-title {
  margin-bottom: 30px;
}
.log-in-section .log-in-box .contact-title h2,
.log-in-section .log-in-box .contact-title .h2 {
  margin-bottom: 15px;
}
.log-in-section .log-in-box .contact-title h5,
.log-in-section .log-in-box .contact-title .h5 {
  width: 53%;
  font-size: 18px;
  line-height: 1.3;
  color: #4a5568;
}
.log-in-section .log-in-box .phone-field .form-floating > label {
  left: 105px;
  width: calc(100% - 105px);
}
body.rtl .log-in-section .log-in-box .phone-field .form-floating > label {
  left: unset;
  right: 105px;
}
.log-in-section .log-in-box .phone-field .form-control {
  padding-left: 112px !important;
}
body.rtl .log-in-section .log-in-box .phone-field .form-control {
  padding-left: unset !important;
  padding-right: 112px !important;
}
.log-in-section .log-in-box .phone-field .custom-select.intl-tel-input {
  top: 0;
  left: 0;
  width: 104px;
  border: none;
  border-radius: 6px 0 0 6px;
  border-right: 1px solid #ececec;
}
body.rtl .log-in-section .log-in-box .phone-field .custom-select.intl-tel-input {
  left: unset;
  right: 0;
  border-radius: 0 6px 6px 0;
}
.log-in-section .log-in-box .phone-field .custom-select .select2-container .select2-selection {
  border-radius: 6px 0 0 6px;
  border: unset !important;
  min-width: unset !important;
  width: unset !important;
  padding: 14px 12px !important;
  background-color: #ffffff !important;
}
.log-in-section .log-in-box .phone-field .custom-select .select2-container .select2-selection .country {
  background-color: #ffffff !important;
}
body.rtl .log-in-section .log-in-box .phone-field .custom-select .select2-container .select2-selection {
  border: unset !important;
  border-radius: 0 6px 6px 0;
}
.log-in-section .log-in-box .phone-field .custom-select .select2-container .select2-container-dropdown.select2-container--open .select2-dropdown {
  box-shadow: unset;
}
.faq-contain {
  margin-bottom: calc(20px + 30 * (100vw - 320px) / 1600);
}
.faq-contain .faq-top-box {
  text-align: center;
  background-color: #f8f8f8;
  border-radius: 9px;
  padding: 28px 18px;
}
.faq-contain .faq-top-box .faq-box-icon {
  width: 65px;
  height: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  border-radius: 7px;
  margin: 0 auto 16px;
}
.faq-contain .faq-top-box .faq-box-icon img {
  width: calc(36px + 9 * (100vw - 320px) / 1600);
  height: auto;
}
.faq-contain .faq-top-box .faq-box-contain h3,
.faq-contain .faq-top-box .faq-box-contain .h3 {
  font-weight: 700;
}
.faq-contain .faq-top-box .faq-box-contain p {
  margin: 17px 0 0;
  line-height: 1.6;
  color: #4a5568;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  margin-bottom: -4px;
}
.faq-box-contain {
  position: relative;
  z-index: 0;
}
.faq-box-contain .faq-contain {
  margin-bottom: 0;
  position: sticky;
  top: 92px;
}
@media (max-width: 1199px) {
  .faq-box-contain .faq-contain {
    margin-bottom: calc(30px + 20 * (100vw - 320px) / 1600);
  }
}
.faq-box-contain .faq-contain h2,
.faq-box-contain .faq-contain .h2 {
  font-weight: 700;
  font-size: calc(28px + 28 * (100vw - 320px) / 1600);
  line-height: 1.4;
}
.faq-box-contain .faq-contain p {
  margin: calc(8px + 7 * (100vw - 320px) / 1600) 0 0;
  font-size: calc(13px + 2 * (100vw - 320px) / 1600);
  line-height: 1.5;
  color: #4a5568;
}
@media (max-width: 1199px) {
  .faq-box-contain .faq-contain p {
    width: 70%;
  }
}
@media (max-width: 991px) {
  .faq-box-contain .faq-contain p {
    width: 90%;
  }
}
@media (max-width: 767px) {
  .faq-box-contain .faq-contain p {
    width: 100%;
    text-align: justify;
  }
}
.faq-box-contain .faq-accordion .accordion {
  display: flex;
  flex-wrap: wrap;
  gap: calc(15px + 9 * (100vw - 320px) / 1600);
}
.faq-box-contain .faq-accordion .accordion .accordion-item {
  width: 100%;
  border-radius: 7px;
  background-color: #f8f8f8;
  border: none;
  overflow: hidden;
}
.faq-box-contain .faq-accordion .accordion .accordion-item .accordion-header .accordion-button {
  background-color: #f8f8f8;
  font-size: calc(16px + 4 * (100vw - 320px) / 1600);
  font-weight: 500;
  line-height: 1.5;
  padding: calc(12px + 4 * (100vw - 320px) / 1600) calc(12px + 8 * (100vw - 320px) / 1600);
}
.faq-box-contain .faq-accordion .accordion .accordion-item .accordion-header .accordion-button i {
  margin-left: auto;
  transition: all 0.3s ease-in-out;
}
body.rtl .faq-box-contain .faq-accordion .accordion .accordion-item .accordion-header .accordion-button i {
  margin-left: unset;
  margin-right: auto;
}
.faq-box-contain .faq-accordion .accordion .accordion-item .accordion-header .accordion-button::after {
  content: unset;
}
.faq-box-contain .faq-accordion .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  font-weight: 700;
  color: var(--theme-color);
  background-color: transparent;
  box-shadow: none;
}
.faq-box-contain .faq-accordion .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) i {
  transform: rotate(180deg);
}
.faq-box-contain .faq-accordion .accordion .accordion-item .accordion-header .accordion-button:focus {
  border-color: transparent;
  box-shadow: none;
}
.faq-box-contain .faq-accordion .accordion .accordion-item .accordion-collapse .accordion-body {
  padding: 0 calc(12px + 8 * (100vw - 320px) / 1600) 13px;
}
.faq-box-contain .faq-accordion .accordion .accordion-item .accordion-collapse .accordion-body .accordion-body {
  padding: 0;
}
.faq-box-contain .faq-accordion .accordion .accordion-item .accordion-collapse .accordion-body p {
  font-size: calc(14px + 1 * (100vw - 320px) / 1600);
  line-height: 1.6;
  color: #4a5568;
  margin-bottom: calc(12px + 4 * (100vw - 320px) / 1600);
}
.faq-box-contain .faq-accordion .accordion .accordion-item .accordion-collapse .accordion-body p:last-child {
  margin-bottom: -4px;
}
.compare-section .compare-table {
  border: 1px solid #ddd;
  margin-bottom: 0;
}
.compare-section .compare-table tr td,
.compare-section .compare-table tr th {
  min-width: 200px;
  border-right: 1px solid #ddd;
  padding: calc(12px + 4 * (100vw - 320px) / 1600) calc(14px + 6 * (100vw - 320px) / 1600);
  text-align: center;
}
.compare-section .compare-table tr td:first-child,
.compare-section .compare-table tr th:first-child {
  min-width: auto;
}
.compare-section .compare-table tr th {
  font-size: 16px;
  font-weight: 500;
  color: var(--theme-color);
  background-color: #f8f8f8;
}
.compare-section .compare-table tr td {
  font-size: 15px;
}
.compare-section .compare-table tr td.title a {
  font-weight: 700;
  color: #222;
}
.compare-section .compare-table tr td a {
  font-weight: 600;
}
.compare-section .compare-table tr td a:hover {
  color: #222222;
}
.compare-section .compare-table tr td .compare-image {
  width: calc(105px + 25 * (100vw - 320px) / 1600);
  height: calc(105px + 25 * (100vw - 320px) / 1600);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 5px;
  background-color: #f1f1f1;
  margin: 0 auto;
}
.compare-section .compare-table tr td .compare-image img {
  width: 100%;
  height: calc(65px + 25 * (100vw - 320px) / 1600);
  object-fit: contain;
}
.compare-section .compare-table tr td .price h5,
.compare-section .compare-table tr td .price .h5 {
  font-weight: 600;
  color: #222222;
}
.compare-section .compare-table tr td .price h5 del,
.compare-section .compare-table tr td .price .h5 del {
  font-weight: 400;
  font-size: 15px;
  margin-left: 4px;
  color: #777;
}
.compare-section .compare-table tr td .price h5 span,
.compare-section .compare-table tr td .price .h5 span {
  margin-left: 4px;
  color: var(--theme-color);
}
.compare-section .compare-table tr td .compare-rating {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 5px;
}
.compare-section .compare-table tr td .compare-rating span {
  font-size: calc(14px + 1 * (100vw - 320px) / 1600);
}
body.rtl .compare-section .compare-table tr td .compare-rating span {
  margin-left: unset;
  padding-right: 5px;
}
.compare-section .compare-table tr td .summary {
  color: #777;
  line-height: 1.5;
  margin-bottom: 0;
  font-size: 15px;
}
.compare-section .compare-part {
  position: relative;
  border: 1px solid #eee;
}
.compare-section .compare-part .detail-part .title-detail {
  background-color: #f7f8fa;
  text-align: center;
  padding: 14px 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
.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.2;
  letter-spacing: 0.05em;
}
.compare-section .compare-part .img-section {
  padding-top: 20px;
}
.compare-section .compare-part .img-section img {
  width: calc(105px + 25 * (100vw - 320px) / 1600);
  height: calc(105px + 25 * (100vw - 320px) / 1600);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 5px;
  margin: 0 auto;
  object-fit: contain;
}
.compare-section .compare-part .img-section h5,
.compare-section .compare-part .img-section .h5 {
  text-align: center;
  margin: 12px 0;
  font-size: 17px;
  text-transform: uppercase;
  font-weight: 500;
}
.compare-section .compare-part .compare-rating span {
  color: #fea348;
  font-size: 18px;
}
.compare-section .compare-part .compare-rating .rating-text {
  font-size: 16px;
  color: #4a5568;
  margin-left: 6px;
}
.compare-section .compare-part .btn-part {
  padding: 15px;
  border-top: 1px solid #dbdbdb;
  border-bottom: 1px solid #dbdbdb;
}
.compare-section .compare-part .btn-part .btn {
  margin: 0 auto;
  width: max-content;
}
.compare-section .compare-part .remove-part {
  padding: 15px;
  text-align: center;
}
.compare-section .compare-row > div .compare-part {
  border-left: none;
}
.compare-section .compare-row > div:first-child .compare-part {
  border: 1px solid #eee;
}
.compare-fix a {
  position: fixed;
  right: calc(54px + 18 * (100vw - 320px) / 1600);
  background-color: var(--theme-color);
  color: #ffffff;
  padding: calc(7px + 5 * (100vw - 320px) / 1600) calc(10px + 2 * (100vw - 320px) / 1600) calc(6px + 6 * (100vw - 320px) / 1600);
  bottom: calc(10px + 15 * (100vw - 320px) / 1600);
  border-radius: 6px;
  z-index: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .compare-fix a {
    bottom: calc(75px + 1 * (100vw - 320px) / 447);
  }
}
body.rtl .compare-fix a {
  left: calc(54px + 18 * (100vw - 320px) / 1600);
  right: unset;
}
.compare-fix h5,
.compare-fix .h5 {
  font-size: 14px;
  text-transform: uppercase;
}
.skeleton-compare .compare-part .img-section {
  text-align: center;
}
.skeleton-compare .compare-part .img-section .compare-img {
  background: #f6f7f8;
  border-radius: 7px;
  width: calc(105px + 25 * (100vw - 320px) / 1600);
  height: calc(105px + 25 * (100vw - 320px) / 1600);
  border-radius: 5px;
  margin: 0 auto;
}
.skeleton-compare .compare-part .img-section h5,
.skeleton-compare .compare-part .img-section .h5 {
  margin-left: auto;
  margin-right: auto;
}
.skeleton-compare .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: 7px;
  opacity: 1;
}
.blog-section .left-sidebar-box {
  position: sticky;
  top: 20px;
}
.blog-section .left-sidebar-box .left-search-box .search-box {
  position: relative;
}
.blog-section .left-sidebar-box .left-search-box .search-box::before {
  content: "\f002";
  position: absolute;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  color: #4a5568;
}
.blog-section .left-sidebar-box .left-search-box .search-box::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 60%;
  right: 51px;
  opacity: 0.3;
  background-color: #4a5568;
}
.blog-section .left-sidebar-box .left-search-box .search-box input {
  padding: 8px 68px 8px 20px;
  background-color: #f8f8f8;
  border: none;
  height: 53px;
  border-radius: 7px;
}
.blog-section .left-sidebar-box .left-search-box .search-box input:focus {
  border-color: #ced4da;
}
.blog-section .left-sidebar-box .left-accordion-box .accordion-item {
  border: none;
  padding: calc(18px + 7 * (100vw - 320px) / 1600);
  background-color: #f8f8f8;
  border-radius: 8px;
}
.blog-section .left-sidebar-box .left-accordion-box .accordion-item.skeleton-accordion {
  background-color: transparent;
}
.blog-section .left-sidebar-box .left-accordion-box .accordion-item.skeleton-accordion .accordion-collapse {
  background-color: transparent;
}
.blog-section .left-sidebar-box .left-accordion-box .accordion-item.skeleton-accordion .accordion-header .accordion-button {
  background-color: transparent;
}
.blog-section .left-sidebar-box .left-accordion-box .accordion-item.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: 9px;
}
.blog-section .left-sidebar-box .left-accordion-box .accordion-item.skeleton-accordion .accordion-header .accordion-button span:before {
  display: none;
}
.blog-section .left-sidebar-box .left-accordion-box .accordion-item.skeleton-accordion .accordion-header .accordion-button::after {
  display: none;
}
.blog-section .left-sidebar-box .left-accordion-box .accordion-item.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: 9px;
  opacity: 1;
  height: 20px;
  position: relative;
  margin-left: 30px;
}
.blog-section .left-sidebar-box .left-accordion-box .accordion-item.skeleton-accordion .placeholder::after {
  content: "";
  position: absolute;
  left: 0;
  width: 20px;
  height: 100%;
  left: -30px;
  background-color: #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%;
  top: auto;
  border-radius: 5px;
}
.blog-section .left-sidebar-box .left-accordion-box .accordion-item.skeleton-accordion .accordion-body ul {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.blog-section .left-sidebar-box .left-accordion-box .accordion-item + .accordion-item {
  margin-top: 20px;
}
.blog-section .left-sidebar-box .left-accordion-box .accordion-item .accordion-header .accordion-button {
  background-color: #f8f8f8;
  color: #222222;
  font-weight: 700;
  padding: 0;
}
.blog-section .left-sidebar-box .left-accordion-box .accordion-item .accordion-header .accordion-button::after {
  width: unset;
  height: unset;
  font-family: remixicon;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  background-image: none;
  content: "\ea4e";
}
body.rtl .blog-section .left-sidebar-box .left-accordion-box .accordion-item .accordion-header .accordion-button::after {
  margin-left: unset;
  margin-right: auto;
}
.blog-section .left-sidebar-box .left-accordion-box .accordion-item .accordion-header .accordion-button:focus {
  border-color: transparent;
  box-shadow: none;
}
.blog-section .left-sidebar-box .left-accordion-box .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  box-shadow: none;
}
.blog-section .left-sidebar-box .left-accordion-box .accordion-item .accordion-collapse {
  background-color: #f8f8f8;
}
.blog-section .left-sidebar-box .left-accordion-box .accordion-item .accordion-collapse .accordion-body {
  padding: 0;
  margin-top: 20px;
}
.blog-section .left-sidebar-box .left-accordion-box .accordion-item .accordion-collapse .accordion-body .recent-post-box .recent-box {
  display: flex;
  align-items: center;
}
.blog-section .left-sidebar-box .left-accordion-box .accordion-item .accordion-collapse .accordion-body .recent-post-box .recent-box + .recent-box {
  margin-top: 20px;
}
.blog-section .left-sidebar-box .left-accordion-box .accordion-item .accordion-collapse .accordion-body .recent-post-box .recent-box:hover .recent-image img {
  transform: scale(1.1) rotate(4deg);
}
.blog-section .left-sidebar-box .left-accordion-box .accordion-item .accordion-collapse .accordion-body .recent-post-box .recent-box .recent-image {
  width: 110px;
  border-radius: 5px;
  overflow: hidden;
}
.blog-section .left-sidebar-box .left-accordion-box .accordion-item .accordion-collapse .accordion-body .recent-post-box .recent-box .recent-image img {
  width: 100%;
  height: 100%;
  transition: all 0.3s ease-in-out;
}
.blog-section .left-sidebar-box .left-accordion-box .accordion-item .accordion-collapse .accordion-body .recent-post-box .recent-box .recent-detail {
  padding-left: 15px;
  width: calc(100% - 110px);
}
body.rtl .blog-section .left-sidebar-box .left-accordion-box .accordion-item .accordion-collapse .accordion-body .recent-post-box .recent-box .recent-detail {
  padding-left: unset;
  padding-right: 15px;
}
.blog-section .left-sidebar-box .left-accordion-box .accordion-item .accordion-collapse .accordion-body .recent-post-box .recent-box .recent-detail a {
  color: #222222;
}
.blog-section .left-sidebar-box .left-accordion-box .accordion-item .accordion-collapse .accordion-body .recent-post-box .recent-box .recent-detail a:hover {
  color: #222222;
}
.blog-section .left-sidebar-box .left-accordion-box .accordion-item .accordion-collapse .accordion-body .recent-post-box .recent-box .recent-detail a h5,
.blog-section .left-sidebar-box .left-accordion-box .accordion-item .accordion-collapse .accordion-body .recent-post-box .recent-box .recent-detail a .h5 {
  font-weight: 600;
  line-height: 1.45;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
}
.blog-section .left-sidebar-box .left-accordion-box .accordion-item .accordion-collapse .accordion-body .recent-post-box .recent-box .recent-detail h6,
.blog-section .left-sidebar-box .left-accordion-box .accordion-item .accordion-collapse .accordion-body .recent-post-box .recent-box .recent-detail .h6 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 8px;
  color: #4a5568;
}
.blog-section .left-sidebar-box .left-accordion-box .accordion-item .accordion-collapse .accordion-body .recent-post-box .recent-box .recent-detail h6 .feather,
.blog-section .left-sidebar-box .left-accordion-box .accordion-item .accordion-collapse .accordion-body .recent-post-box .recent-box .recent-detail .h6 .feather {
  width: 18px;
  height: 18px;
  stroke-width: 1;
}
.blog-section .left-sidebar-box .left-accordion-box .accordion-item .accordion-collapse .accordion-body .category-list-box ul {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}
body.rtl .blog-section .left-sidebar-box .left-accordion-box .accordion-item .accordion-collapse .accordion-body .category-list-box ul {
  padding-left: unset;
  padding-right: 0;
}
.blog-section .left-sidebar-box .left-accordion-box .accordion-item .accordion-collapse .accordion-body .category-list-box ul li {
  display: block;
  position: relative;
  transition: all 0.3s ease-in-out;
  z-index: 0;
  overflow: hidden;
  width: 100%;
}
.blog-section .left-sidebar-box .left-accordion-box .accordion-item .accordion-collapse .accordion-body .category-list-box ul li:first-child {
  padding-top: 0;
}
.blog-section .left-sidebar-box .left-accordion-box .accordion-item .accordion-collapse .accordion-body .category-list-box ul li a {
  display: block;
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
  color: #222222;
}
.blog-section .left-sidebar-box .left-accordion-box .accordion-item .accordion-collapse .accordion-body .category-list-box ul li a .category-name {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.blog-section .left-sidebar-box .left-accordion-box .accordion-item .accordion-collapse .accordion-body .category-list-box ul li a .category-name h5,
.blog-section .left-sidebar-box .left-accordion-box .accordion-item .accordion-collapse .accordion-body .category-list-box ul li a .category-name .h5 {
  color: #4a5568;
  font-weight: 400;
}
.blog-section .left-sidebar-box .left-accordion-box .accordion-item .accordion-collapse .accordion-body .category-list-box ul li a .category-name h5,
.blog-section .left-sidebar-box .left-accordion-box .accordion-item .accordion-collapse .accordion-body .category-list-box ul li a .category-name .h5,
.blog-section .left-sidebar-box .left-accordion-box .accordion-item .accordion-collapse .accordion-body .category-list-box ul li a .category-name span {
  transition: all 0.3s ease-in-out;
}
.blog-section .left-sidebar-box .left-accordion-box .accordion-item .accordion-collapse .accordion-body .category-list-box ul li a .category-name span {
  width: 22px;
  height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  padding: 4px 5px 3px;
  border-radius: 100%;
  color: #787878;
}
.blog-section .left-sidebar-box .left-accordion-box .accordion-item .accordion-collapse .accordion-body .product-tags-box ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
body.rtl .blog-section .left-sidebar-box .left-accordion-box .accordion-item .accordion-collapse .accordion-body .product-tags-box ul {
  padding-left: unset;
  padding-right: 0;
}
.blog-section .left-sidebar-box .left-accordion-box .accordion-item .accordion-collapse .accordion-body .product-tags-box ul li {
  z-index: 0;
  padding: 4px 9px;
  border-radius: 3px;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  position: relative;
  background-color: #ffffff;
}
.blog-section .left-sidebar-box .left-accordion-box .accordion-item .accordion-collapse .accordion-body .product-tags-box ul li::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease-in-out;
  z-index: -1;
  top: 0;
  left: 0;
  background-color: var(--theme-color);
  opacity: 0;
}
.blog-section .left-sidebar-box .left-accordion-box .accordion-item .accordion-collapse .accordion-body .product-tags-box ul li:hover {
  border-color: transparent;
}
.blog-section .left-sidebar-box .left-accordion-box .accordion-item .accordion-collapse .accordion-body .product-tags-box ul li:hover::after {
  opacity: 1;
}
.blog-section .left-sidebar-box .left-accordion-box .accordion-item .accordion-collapse .accordion-body .product-tags-box ul li:hover a {
  color: #ffffff;
}
.blog-section .left-sidebar-box .left-accordion-box .accordion-item .accordion-collapse .accordion-body .product-tags-box ul li a {
  font-size: calc(13px + 1 * (100vw - 320px) / 1600);
  color: #4a5568;
  text-transform: uppercase;
}
.blog-section .left-sidebar-box .left-accordion-box .accordion-item .accordion-collapse .accordion-body .product-list-2 li + li {
  margin-top: 30px;
}
.blog-section .left-sidebar-box .left-accordion-box .accordion-item .accordion-collapse .accordion-body .product-list-2 li + li::after {
  top: -16px;
  width: calc(100% - 80px - (12px + 11 * (100vw - 320px) / 1600));
}
.blog-section .left-sidebar-box .left-accordion-box .accordion-item .accordion-collapse .accordion-body .product-list-2 li .offer-product .offer-detail a {
  color: #222222;
}
.blog-section .custom-border {
  border-bottom: 1px solid #ececec;
  padding-bottom: calc(20px + 30 * (100vw - 320px) / 1600);
  margin-bottom: calc(35px + 25 * (100vw - 320px) / 1600);
}
.blog-section .blog-box {
  height: 100%;
}
.blog-section .blog-box:hover::after {
  transform: unset;
  opacity: 0.1;
}
.blog-section .blog-box:hover .blog-image a {
  transform: scale(1.1) rotate(4deg);
}
.blog-section .blog-box .blog-image {
  position: relative;
  overflow: hidden;
  margin-bottom: 15px;
  border-radius: 0;
  height: 244px;
}
.blog-section .blog-box .blog-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.blog-section .blog-box .blog-image a {
  transition: all 0.3s ease-in-out;
}
.blog-section .blog-box .blog-image label {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  bottom: unset;
  left: 0;
  border-radius: 0;
  background-color: #febc5c;
  color: #ffffff;
  padding: 10px 13px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
  display: none;
}
.blog-section .blog-box .blog-image label i {
  width: 16px;
  height: 16px;
  object-fit: contain;
  margin-right: 3px;
  color: #ffffff;
}
.blog-section .blog-box .blog-contain {
  padding: 0 20px 20px;
}
.blog-section .blog-box .blog-contain-2 {
  padding: 0;
}
.blog-section .blog-box .blog-contain .blog-label {
  display: flex;
  flex-wrap: wrap;
  gap: 2px 15px;
  align-items: center;
}
.blog-section .blog-box .blog-contain .blog-label .time,
.blog-section .blog-box .blog-contain .blog-label .super {
  display: flex;
  align-items: center;
  color: #4a5568;
  text-transform: uppercase;
  font-size: 13px;
  gap: 5px;
}
.blog-section .blog-box .blog-contain .blog-label .time i,
.blog-section .blog-box .blog-contain .blog-label .super i {
  font-size: 16px;
}
.blog-section .blog-box .blog-contain .blog-label .time .feather,
.blog-section .blog-box .blog-contain .blog-label .super .feather {
  width: 16px;
  height: 16px;
  object-fit: contain;
  margin-right: 4px;
}
body.rtl .blog-section .blog-box .blog-contain .blog-label .time .feather,
body.rtl .blog-section .blog-box .blog-contain .blog-label .super .feather {
  margin-right: unset;
  margin-left: 4px;
}
.blog-section .blog-box .blog-contain .blog-label .time span,
.blog-section .blog-box .blog-contain .blog-label .super span {
  margin-top: 1px;
}
.blog-section .blog-box .blog-contain a {
  color: #222222;
}
.blog-section .blog-box .blog-contain a:hover {
  color: #222222;
}
.blog-section .blog-box .blog-contain a h3,
.blog-section .blog-box .blog-contain a .h3 {
  margin: 4px 0 6px;
  font-weight: 600;
  line-height: 1.5;
  text-transform: uppercase;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  font-size: calc(16px + 2 * (100vw - 320px) / 1600);
  transition: all 0.3s ease-in-out;
}
.blog-section .blog-box .blog-contain p {
  line-height: 1.8;
  color: #4a5568;
  margin-bottom: 0;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
}
@media (max-width: 1366px) {
  .blog-section .blog-box .blog-contain p {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
  }
}
.blog-section .blog-box .blog-contain .blog-button {
  border: none;
  font-size: 16px;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 0;
  overflow: hidden;
  border-radius: 5px;
  padding: 10px 22px;
  color: var(--theme-color);
  transition: all 0.3s ease-in-out;
  margin-top: calc(8px + 14 * (100vw - 320px) / 1600);
  font-size: 14px;
  width: max-content;
}
.blog-section .blog-box .blog-contain .blog-button:after {
  content: "";
  position: absolute;
  background-color: var(--theme-color);
  opacity: 0.1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.blog-section .blog-box .blog-contain .blog-button:hover {
  color: #fff;
}
.blog-section .blog-box .blog-contain .blog-button:hover:after {
  opacity: 1;
}
.blog-section .blog-box .blog-contain .blog-button i {
  margin-left: 10px;
  font-size: 20px;
  line-height: 1;
}
body.rtl .blog-section .blog-box .blog-contain .blog-button i {
  margin-left: unset;
  margin-right: 10px;
}
.blog-section .blog-box.sticky-blog-box {
  overflow: hidden;
  position: relative;
  z-index: 0;
  border-color: rgba(26, 164, 136, 0.28);
}
.blog-section .blog-box.sticky-blog-box::before {
  content: "\f038";
  position: absolute;
  font-family: remixicon;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 33px;
  height: 33px;
  color: #ffffff;
  top: 8px;
  right: 8px;
  background-color: var(--theme-color);
  z-index: 1;
  border-radius: 6px;
  font-size: 18px;
}
body.rtl .blog-section .blog-box.sticky-blog-box::before {
  left: 8px;
  right: unset;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  -webkit-filter: FlipH;
  filter: FlipH;
}
.blog-section .blog-box.sticky-blog-box::after {
  content: none;
}
.blog-section .blog-box .blog-label-tag {
  position: absolute;
  top: 15px;
  left: 0;
  padding: 5px 13px;
  background-color: #ffba00;
  font-size: 14px;
  color: #ffffff;
  font-weight: 500;
  z-index: 1;
}
.blog-section .blog-box .blog-label-tag::before {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  top: 0;
  right: -15px;
  border-bottom: solid 15px #ffba00;
  border-left: solid 15px transparent;
  border-right: solid 15px transparent;
  transform: rotate(180deg);
  z-index: 1;
}
.blog-section .blog-box .blog-label-tag::after {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  top: 16px;
  right: -15px;
  border-bottom: solid 15px #ffba00;
  border-left: solid 15px transparent;
  border-right: solid 15px transparent;
  transform: rotate(0);
  z-index: 1;
}
.blog-section .blog-box .blog-label-tag span {
  font-weight: 700;
}
.blog-section .blog-list {
  display: flex;
  align-items: center;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1199px) {
  .blog-section .blog-list {
    display: block;
  }
}
@media (max-width: 991px) {
  .blog-section .blog-list {
    display: flex;
  }
}
@media (max-width: 767px) {
  .blog-section .blog-list {
    display: block;
  }
}
.blog-section .blog-list:hover {
  box-shadow: 0 4px 9px rgba(34, 34, 34, 0.1);
}
.blog-section .blog-list:hover .blog-image img {
  transform: scale(1.1);
}
.blog-section .blog-list:hover .blog-contain a h3,
.blog-section .blog-list:hover .blog-contain a .h3 {
  color: var(--theme-color);
}
.blog-section .blog-list:hover .blog-contain .blog-button {
  background-color: var(--theme-color);
  color: #ffffff;
}
.blog-section .blog-list .blog-image {
  margin-bottom: -1px;
  width: 38%;
  transition: all 0.3s ease-in-out;
  height: calc(257px + 43 * (100vw - 320px) / 1600);
}
@media (max-width: 1399px) {
  .blog-section .blog-list .blog-image {
    width: 45%;
  }
}
@media (max-width: 1199px) {
  .blog-section .blog-list .blog-image {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .blog-section .blog-list .blog-image {
    width: 45%;
  }
}
@media (max-width: 767px) {
  .blog-section .blog-list .blog-image {
    width: 100%;
    height: auto;
    margin-bottom: 8px;
    text-align: center;
  }
}
.blog-section .blog-list .blog-image img {
  transition: all 0.3s ease-in-out;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .blog-section .blog-list .blog-image img {
    width: auto;
  }
}
@media (max-width: 767px) {
  .blog-section .blog-list .blog-image img {
    width: 100%;
  }
}
.blog-section .blog-list .blog-contain {
  padding: calc(10px + 15 * (100vw - 320px) / 1600);
  width: 62%;
}
@media (max-width: 1399px) {
  .blog-section .blog-list .blog-contain {
    width: 55%;
  }
}
@media (max-width: 1199px) {
  .blog-section .blog-list .blog-contain {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .blog-section .blog-list .blog-contain {
    width: 55%;
  }
}
@media (max-width: 767px) {
  .blog-section .blog-list .blog-contain {
    width: 100%;
  }
}
.blog-section .blog-list .blog-contain p {
  line-height: 1.8;
  color: #4a5568;
  margin-bottom: 0;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
}
@media (max-width: 1366px) {
  .blog-section .blog-list .blog-contain p {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
  }
}
.blog-section .blog-detail-image {
  position: relative;
}
.blog-section .blog-detail-image .blog-image-contain {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 55px 15px 40px;
  text-align: center;
  background: #ffffff;
  background:
    linear-gradient(
      0deg,
      #ffffff 0%,
      rgba(246, 246, 246, 0) 100%);
  color: #222222;
}
@media (max-width: 480px) {
  .blog-section .blog-detail-image .blog-image-contain {
    position: relative;
  }
}
.blog-section .blog-detail-image .blog-image-contain .contain-list li {
  text-transform: uppercase;
  position: relative;
}
.blog-section .blog-detail-image .blog-image-contain .contain-list li + li {
  margin-left: 30px;
}
body.rtl .blog-section .blog-detail-image .blog-image-contain .contain-list li + li {
  margin-left: unset;
  margin-right: 30px;
}
.blog-section .blog-detail-image .blog-image-contain .contain-list li + li::before {
  content: "";
  position: absolute;
  width: 15px;
  height: 1px;
  top: 50%;
  transform: translateY(-50%);
  background-color: #222222;
  left: -24px;
}
body.rtl .blog-section .blog-detail-image .blog-image-contain .contain-list li + li::before {
  right: -24px;
  left: unset;
}
.blog-section .blog-detail-image .blog-image-contain h2,
.blog-section .blog-detail-image .blog-image-contain .h2 {
  margin: calc(10px + 4 * (100vw - 320px) / 1600) 0;
  font-weight: 700;
  font-size: calc(22px + 12 * (100vw - 320px) / 1600);
}
.blog-section .blog-detail-image .blog-image-contain .contain-comment-list {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: calc(10px + 13 * (100vw - 320px) / 1600);
  color: #777;
}
.blog-section .blog-detail-image .blog-image-contain .contain-comment-list li .user-list {
  display: flex;
  align-items: center;
}
.blog-section .blog-detail-image .blog-image-contain .contain-comment-list li .user-list i {
  font-size: 18px;
  margin-right: 3px;
}
body.rtl .blog-section .blog-detail-image .blog-image-contain .contain-comment-list li .user-list i {
  margin-right: unset;
  margin-left: 3px;
}
.blog-section .blog-detail-image .blog-image-contain .contain-comment-list li .user-list .feather {
  width: 18px;
  height: 18px;
  margin-right: 3px;
}
body.rtl .blog-section .blog-detail-image .blog-image-contain .contain-comment-list li .user-list .feather {
  margin-right: unset;
  margin-left: 3px;
}
.blog-section .blog-detail-contain p {
  color: #4a5568;
  font-size: calc(15px + 2 * (100vw - 320px) / 1600);
  line-height: calc(25px + 5 * (100vw - 320px) / 1600);
  margin-bottom: calc(12px + 8 * (100vw - 320px) / 1600);
}
.blog-section .blog-detail-contain p .first {
  width: calc(38px + 12 * (100vw - 320px) / 1600);
  height: calc(38px + 12 * (100vw - 320px) / 1600);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: calc(55px + 15 * (100vw - 320px) / 1600);
  color: #4a5568;
  float: left;
  margin-right: calc(8px + 12 * (100vw - 320px) / 1600);
  margin-top: 8px;
}
.blog-section .blog-detail-contain .blog-details-quote {
  padding: calc(18px + 42 * (100vw - 320px) / 1600) calc(18px + 42 * (100vw - 320px) / 1600) calc(18px + 42 * (100vw - 320px) / 1600) calc(62px + 118 * (100vw - 320px) / 1600);
  border-radius: 10px;
  margin-bottom: calc(12px + 8 * (100vw - 320px) / 1600);
  background-color: #4a5568;
  position: relative;
  color: #ffffff;
}
.blog-section .blog-detail-contain .blog-details-quote h3,
.blog-section .blog-detail-contain .blog-details-quote .h3 {
  font-size: calc(18px + 10 * (100vw - 320px) / 1600);
  line-height: calc(24px + 11 * (100vw - 320px) / 1600);
  margin-bottom: calc(8px + 12 * (100vw - 320px) / 1600);
}
.blog-section .blog-detail-contain .blog-details-quote h5,
.blog-section .blog-detail-contain .blog-details-quote .h5 {
  letter-spacing: 3px;
  color: #ddd;
  text-transform: uppercase;
}
.blog-section .blog-detail-contain .blog-details-quote::after {
  content: "\f10d";
  position: absolute;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: calc(38px + 32 * (100vw - 320px) / 1600);
  color: var(--theme-color);
  top: calc(-6px + 32 * (100vw - 320px) / 1600);
  left: calc(15px + 72 * (100vw - 320px) / 1600);
}
.blog-section .leave-title {
  margin: 40px 0 9px;
}
.blog-section .leave-title h3,
.blog-section .leave-title .h3 {
  position: relative;
  font-weight: 700;
  z-index: 0;
  color: #4a5568;
  font-size: 22px;
}
.blog-section .user-comment-box {
  margin-top: 24px;
}
.blog-section .user-comment-box ul {
  display: flex;
  flex-wrap: wrap;
}
body.rtl .blog-section .user-comment-box ul {
  padding-left: unset;
  padding-right: 0;
}
.blog-section .user-comment-box ul li {
  padding: 0px 0 50px;
  width: 100%;
  position: relative;
}
.blog-section .user-comment-box ul li.li-padding {
  padding-left: calc(28px + 52 * (100vw - 320px) / 1600);
}
@media (max-width: 480px) {
  .blog-section .user-comment-box ul li {
    padding: 0;
  }
}
.blog-section .user-comment-box ul li .user-box {
  display: flex;
  align-items: flex-start;
}
@media (max-width: 480px) {
  .blog-section .user-comment-box ul li .user-box {
    display: block;
  }
}
.blog-section .user-comment-box ul li .user-box .reply-button {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
}
body.rtl .blog-section .user-comment-box ul li .user-box .reply-button {
  right: unset;
  left: 0;
}
.blog-section .user-comment-box ul li .user-box .reply-button i {
  margin: -3px 9px 0 0;
  color: #777;
}
body.rtl .blog-section .user-comment-box ul li .user-box .reply-button i {
  margin: -3px 0 0 9px;
}
.blog-section .user-comment-box ul li .user-box .user-iamge {
  position: relative;
}
.blog-section .user-comment-box ul li .user-box .user-iamge img {
  width: 60px;
  height: 60px;
  object-fit: cover;
  border-radius: 100%;
  overflow: hidden;
}
.blog-section .user-comment-box ul li .user-box .user-iamge .user-name {
  position: absolute;
  top: 0;
  left: 80px;
  width: 220px;
}
body.rtl .blog-section .user-comment-box ul li .user-box .user-iamge .user-name {
  right: 80px;
  left: unset;
}
@media (max-width: 480px) {
  .blog-section .user-comment-box ul li .user-box .user-iamge .user-name {
    top: 50%;
    transform: translateY(-50%);
  }
}
.blog-section .user-comment-box ul li .user-box .user-iamge .user-name h5,
.blog-section .user-comment-box ul li .user-box .user-iamge .user-name .h5 {
  font-weight: 600;
}
.blog-section .user-comment-box ul li .user-box .user-iamge .user-name h6,
.blog-section .user-comment-box ul li .user-box .user-iamge .user-name .h6 {
  color: #4a5568;
  margin-bottom: 6px;
}
.blog-section .user-comment-box ul li .user-box .user-contain {
  width: calc(100% - 70px);
  padding-left: 20px;
}
body.rtl .blog-section .user-comment-box ul li .user-box .user-contain {
  padding-left: unset;
  padding-right: 20px;
}
@media (max-width: 480px) {
  .blog-section .user-comment-box ul li .user-box .user-contain {
    width: 100%;
    padding: 0;
    margin-top: 14px;
  }
}
.blog-section .user-comment-box ul li .user-box .user-contain p {
  font-size: calc(13px + 2 * (100vw - 320px) / 1600);
  line-height: 1.6;
  color: #4a5568;
  margin-bottom: 0;
  margin-top: 50px;
  width: 85%;
}
@media (max-width: 575px) {
  .blog-section .user-comment-box ul li .user-box .user-contain p {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .blog-section .user-comment-box ul li .user-box .user-contain p {
    margin: 0 0 35px;
  }
}
.blog-section .leave-box {
  padding: calc(18px + 12 * (100vw - 320px) / 1600);
  background-color: #f8f8f8;
  border-radius: 6px;
}
.blog-section .leave-box .leave-comment .comment-notes p {
  line-height: 1.6;
}
.blog-section .leave-box .leave-comment .save-comment-box {
  margin: 20px 0 0;
  display: flex;
  align-items: center;
}
.blog-section .leave-box .leave-comment .save-comment-box .form-check {
  display: flex;
  align-items: center;
}
.blog-section .leave-box .leave-comment .save-comment-box .form-check input {
  margin-top: -5px;
}
@media (max-width: 659px) {
  .blog-section .leave-box .leave-comment .save-comment-box .form-check input {
    margin-top: -21px;
  }
}
@media (max-width: 341px) {
  .blog-section .leave-box .leave-comment .save-comment-box .form-check input {
    margin-top: -44px;
  }
}
.blog-section .leave-box .leave-comment .save-comment-box .form-check .form-check-label {
  font-size: 15px;
  font-weight: 400;
  color: #4a5568;
}
.blog-section .leave-box .leave-comment .blog-input .form-control {
  border: none;
}
.blog-section .leave-box .leave-comment .blog-input .form-control:focus {
  background-color: #ffffff;
}
.review-title h4,
.review-title .h4 {
  font-size: calc(16px + 2 * (100vw - 320px) / 1600);
  margin-bottom: calc(7px + 6 * (100vw - 320px) / 1600);
  color: #222222;
  font-weight: 400;
}
.review-title h2,
.review-title .h2 {
  font-size: calc(26px + 14 * (100vw - 320px) / 1600);
  margin-bottom: calc(12px + 18 * (100vw - 320px) / 1600);
  width: 80%;
  line-height: 1.3;
  position: relative;
}
@media (max-width: 480px) {
  .review-title h2,
  .review-title .h2 {
    width: 100%;
  }
}
.review-title h2.center::before,
.review-title .center.h2::before {
  left: 50%;
  transform: translateX(-50%);
  color: var(--theme-color);
}
.about-us-title h4,
.about-us-title .h4 {
  font-size: calc(16px + 5 * (100vw - 320px) / 1600);
  margin-bottom: calc(7px + 6 * (100vw - 320px) / 1600);
  color: var(--theme-color);
  font-family: "Pacifico", cursive;
}
.about-us-title h2,
.about-us-title .h2 {
  font-size: calc(23px + 9 * (100vw - 320px) / 1600);
  margin-bottom: calc(28px + 13 * (100vw - 320px) / 1600);
  line-height: 1.3;
  position: relative;
}
.about-us-title h2::before,
.about-us-title .h2::before {
  content: "";
  position: absolute;
  width: calc(106px + 69 * (100vw - 320px) / 1600);
  height: 3px;
  bottom: calc(-7px + -1 * (100vw - 320px) / 1600);
  left: 0;
  background: #ffa53b;
}
.about-us-title h2.center::before,
.about-us-title .center.h2::before {
  left: 50%;
  transform: translateX(-50%);
}
.fresh-vegetable-section .fresh-image {
  margin-top: 30px;
  border-radius: calc(12px + 38 * (100vw - 320px) / 1600) 0;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
.fresh-vegetable-section .fresh-image > div {
  transition: all 0.3s ease-in-out;
  overflow: hidden;
}
.fresh-vegetable-section .fresh-image:hover > div {
  transform: scale(1.05);
}
.fresh-vegetable-section .fresh-image-2 {
  border-radius: 0 calc(12px + 38 * (100vw - 320px) / 1600);
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
.fresh-vegetable-section .fresh-image-2 > div {
  transition: all 0.3s ease-in-out;
  overflow: hidden;
}
.fresh-vegetable-section .fresh-image-2:hover > div {
  transform: scale(1.05);
}
.fresh-vegetable-section .fresh-contain {
  height: 100%;
}
.fresh-vegetable-section .fresh-contain p {
  font-size: calc(14px + 1 * (100vw - 320px) / 1600);
  line-height: 1.7;
  color: #4a5568;
  margin-bottom: calc(11px + 9 * (100vw - 320px) / 1600);
}
.fresh-vegetable-section .delivery-list ul {
  display: flex;
  flex-wrap: wrap;
  gap: calc(11px + 9 * (100vw - 320px) / 1600);
}
body.rtl .fresh-vegetable-section .delivery-list ul {
  padding-right: 0;
}
.fresh-vegetable-section .delivery-list ul li {
  width: 100%;
}
.fresh-vegetable-section .delivery-list ul li .deliver-box {
  display: flex;
  flex-wrap: nowrap;
  gap: calc(8px + 7 * (100vw - 320px) / 1600);
  align-items: flex-start;
  color: #4a5568;
}
.fresh-vegetable-section .delivery-list ul li .deliver-box .feather {
  width: 17px;
  height: auto;
  margin-top: 3px;
}
.fresh-vegetable-section .delivery-list ul li .deliver-box h6,
.fresh-vegetable-section .delivery-list ul li .deliver-box .h6 {
  font-size: calc(15px + 2 * (100vw - 320px) / 1600);
  width: calc(100% - 17px);
}
.fresh-vegetable-section .delivery-box {
  display: flex;
  flex-wrap: wrap;
  gap: calc(15px + 15 * (100vw - 320px) / 1600);
  margin-top: 20px;
  align-items: center;
}
.fresh-vegetable-section .delivery-box li .delivery-box {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  margin-top: 0;
}
.fresh-vegetable-section .delivery-box li .delivery-box .delivery-icon img {
  width: 30px;
  height: auto;
}
.client-section {
  background-color: #f8f8f8;
}
.client-section .clint-contain {
  background: #ffffff;
  padding: calc(27px + 23 * (100vw - 320px) / 1600);
  border-radius: calc(18px + 12 * (100vw - 320px) / 1600);
  position: relative;
}
.client-section .clint-contain:hover .client-icon img {
  animation-name: bounce;
  animation-duration: 1s;
  animation-fill-mode: both;
}
.client-section .clint-contain:hover h2,
.client-section .clint-contain:hover .h2 {
  opacity: 0.09;
  margin-right: 9px;
}
.client-section .clint-contain:hover h4,
.client-section .clint-contain:hover .h4 {
  color: var(--theme-color);
}
.client-section .clint-contain .client-icon {
  width: calc(60px + 20 * (100vw - 320px) / 1600);
  height: calc(60px + 20 * (100vw - 320px) / 1600);
  margin-bottom: 14px;
  margin-top: -11px;
}
.client-section .clint-contain .client-icon img {
  width: 74%;
  height: 100%;
  object-fit: contain;
}
.client-section .clint-contain h2,
.client-section .clint-contain .h2 {
  position: absolute;
  top: calc(14px + 10 * (100vw - 320px) / 1600);
  right: calc(24px + 10 * (100vw - 320px) / 1600);
  color: #4a5568;
  opacity: 0.05;
  font-size: calc(52px + 18 * (100vw - 320px) / 1600);
  font-weight: 800;
  transition: all 0.3s ease-in-out;
}
.client-section .clint-contain h4,
.client-section .clint-contain .h4 {
  font-size: calc(22px + 2 * (100vw - 320px) / 1600);
  margin-bottom: 7px;
  font-weight: 600;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.client-section .clint-contain p {
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
  color: #4a5568;
  margin: 0 auto;
  line-height: 1.7;
  margin-bottom: -5px;
  transition: all 0.3s ease-in-out;
}
.client-section .client-box .client-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.client-section .client-box .client-list li {
  width: 460px;
  position: relative;
}
.team-section .team-box:hover .team-iamge img {
  transform: scale(1.1);
  filter: grayscale(0);
}
.team-section .team-box:hover .team-iamge .team-media {
  opacity: 1;
  right: 10px;
}
.team-section .team-box .team-iamge {
  width: 50%;
  height: auto;
  border-radius: 100%;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
}
.team-section .team-box .team-iamge img {
  transition: all 0.3s ease-in-out;
  filter: grayscale(1);
}
.team-section .team-box .team-name {
  text-align: center;
  margin-top: 20px;
}
.team-section .team-box .team-name h3,
.team-section .team-box .team-name .h3 {
  font-size: calc(18px + 2 * (100vw - 320px) / 1600);
  letter-spacing: 0.7px;
  font-weight: 700;
}
.team-section .team-box .team-name h5,
.team-section .team-box .team-name .h5 {
  margin-top: 6px;
  letter-spacing: 0.5px;
  color: #4a5568;
}
.team-section .team-box .team-name p {
  font-size: calc(14px + 1 * (100vw - 320px) / 1600);
  line-height: 1.6;
  color: #4a5568;
  margin: 9px auto 14px;
  width: 80%;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
}
@media (max-width: 360px) {
  .team-section .team-box .team-name p {
    width: 100%;
  }
}
.team-section .team-box .team-name .team-media {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  position: relative;
  margin-top: 15px;
  justify-content: center;
  transition: all 0.3s ease-in-out;
}
.team-section .team-box .team-name .team-media li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  font-size: 16px;
  color: #ffffff;
  border-radius: 5px;
  background-color: #ededed;
}
.team-section .team-box .team-name .team-media li a.fb-bg {
  color: #4267b2;
  transition: all 0.3s ease-in-out;
}
.team-section .team-box .team-name .team-media li a.fb-bg:hover {
  background-color: #4267b2;
  color: #ffffff;
}
.team-section .team-box .team-name .team-media li a.twitter-bg {
  color: #00acee;
  transition: all 0.3s ease-in-out;
}
.team-section .team-box .team-name .team-media li a.twitter-bg:hover {
  background-color: #00acee;
  color: #ffffff;
}
.team-section .team-box .team-name .team-media li a.pint-bg {
  color: #c8232c;
  transition: all 0.3s ease-in-out;
}
.team-section .team-box .team-name .team-media li a.pint-bg:hover {
  background-color: #c8232c;
  color: #ffffff;
}
.team-section .team-box .team-name .team-media li a.insta-bg {
  color: #f56040;
  transition: all 0.3s ease-in-out;
}
.team-section .team-box .team-name .team-media li a.insta-bg:hover {
  background-color: #f56040;
  color: #ffffff;
}
.review-section {
  background-color: #f8f8f8;
}
.review-section .reviewer-box {
  background-color: #ffffff;
  padding: calc(18px + 16 * (100vw - 320px) / 1600);
  border-radius: 10px;
  z-index: 0;
  position: relative;
  overflow: hidden;
}
.review-section .reviewer-box:hover i {
  color: var(--theme-color);
  font-size: calc(115px + 53 * (100vw - 320px) / 1600);
  opacity: 0.15;
  transform: rotate(7deg);
  bottom: calc(-20px + -6 * (100vw - 320px) / 1600);
  right: calc(-13px + 2 * (100vw - 320px) / 1600);
}
.review-section .reviewer-box i {
  position: absolute;
  font-size: calc(115px + 32 * (100vw - 320px) / 1600);
  opacity: 0.05;
  z-index: -1;
  transform: rotate(9deg);
  bottom: calc(-27px + -9 * (100vw - 320px) / 1600);
  right: calc(-20px + -3 * (100vw - 320px) / 1600);
  transition: all 0.3s ease-in-out;
  line-height: 1;
}
body.rtl .review-section .reviewer-box i {
  transform: rotate(-15deg) rotateY(183deg);
  left: -8px;
  right: unset;
}
.review-section .reviewer-box h3,
.review-section .reviewer-box .h3 {
  font-weight: 400;
  margin: 10px 0 13px;
  font-size: 20px;
  line-height: 1.5;
}
.review-section .reviewer-box p {
  color: #4a5568;
  line-height: 1.7;
  margin-bottom: 23px;
  font-size: calc(14px + 1 * (100vw - 320px) / 1600);
}
.review-section .reviewer-box .reviewer-profile {
  display: flex;
  flex-wrap: wrap;
  gap: calc(12px + 7 * (100vw - 320px) / 1600);
  align-items: center;
}
.review-section .reviewer-box .reviewer-profile .reviewer-image {
  width: calc(65px + 10 * (100vw - 320px) / 1600);
  height: auto;
  border-radius: 8px;
  overflow: hidden;
}
.review-section .reviewer-box .reviewer-profile .reviewer-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.review-section .reviewer-box .reviewer-profile .reviewer-name h4,
.review-section .reviewer-box .reviewer-profile .reviewer-name .h4 {
  font-weight: 700;
  font-size: calc(16px + 2 * (100vw - 320px) / 1600);
  color: var(--theme-color);
}
.review-section .reviewer-box .reviewer-profile .reviewer-name h6,
.review-section .reviewer-box .reviewer-profile .reviewer-name .h6 {
  color: #4a5568;
  margin-top: 6px;
}
.order-detail .order-image {
  background-color: #f8f8f8;
  padding: 40px;
  border-radius: 8px;
  text-align: center;
}
.order-detail .order-image img {
  width: 360px;
  margin: 0 auto;
}
.order-detail .order-details-contain {
  display: flex;
  flex-wrap: nowrap;
  gap: calc(10px + 5 * (100vw - 320px) / 1600);
  background-color: #f8f8f8;
  padding: calc(14px + 6 * (100vw - 320px) / 1600);
  border-radius: 8px;
  height: 100%;
}
.order-detail .order-details-contain .order-tracking-icon .feather {
  width: 25px;
  height: auto;
  stroke-width: 1.4px;
}
.order-detail .order-details-contain .order-details-name h2,
.order-detail .order-details-contain .order-details-name .h2 {
  font-size: calc(20px + 4 * (100vw - 320px) / 1600);
}
.order-detail .order-details-contain .order-details-name h4,
.order-detail .order-details-contain .order-details-name .h4 {
  line-height: 1.4;
  font-weight: 500;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
}
.order-detail .order-details-contain .order-details-name h5,
.order-detail .order-details-contain .order-details-name .h5 {
  margin-bottom: 7px;
}
.order-detail .order-details-contain .order-details-name img {
  margin-top: calc(6px + 6 * (100vw - 320px) / 1600);
  width: calc(160px + 40 * (100vw - 320px) / 1600);
}
.order-detail .progtrckr {
  margin: 15px 0 0;
  padding: 0;
  display: flex;
  align-items: flex-start;
}
@media (max-width: 575px) {
  .order-detail .progtrckr {
    display: inline;
    margin: 30px 0;
    overflow: hidden;
  }
}
.order-detail .progtrckr li {
  display: inline-block;
  text-align: center;
  margin: 10px 0;
  position: relative;
}
@media (max-width: 575px) {
  .order-detail .progtrckr li {
    margin: 0;
    width: 50% !important;
  }
}
.order-detail .progtrckr li h5,
.order-detail .progtrckr li .h5 {
  margin-top: 20px;
  text-align: center;
  width: 100%;
  display: flex;
  justify-content: center;
  font-weight: 500;
}
@media (max-width: 575px) {
  .order-detail .progtrckr li h5,
  .order-detail .progtrckr li .h5 {
    display: block;
    text-align: left;
    margin-top: 0;
  }
  body.rtl .order-detail .progtrckr li h5,
  body.rtl .order-detail .progtrckr li .h5 {
    text-align: right;
  }
}
.order-detail .progtrckr li:before {
  position: relative;
  top: -2px;
  float: left;
  left: 50% !important;
  line-height: 1;
  transform: translate(-50%, -50%) !important;
}
@media (max-width: 575px) {
  .order-detail .progtrckr li:before {
    position: relative;
    top: 10px;
    float: left;
    left: -2px !important;
    line-height: 1;
    transform: translate(-50%, -50%) !important;
  }
  body.rtl .order-detail .progtrckr li:before {
    float: right;
    right: -32px !important;
    left: unset !important;
  }
}
.order-detail .progtrckr li.progtrckr-todo {
  color: #4a5568;
  border-top: 4px solid #959595;
  width: 100% !important;
}
@media (max-width: 575px) {
  .order-detail .progtrckr li.progtrckr-todo {
    position: relative;
    text-align: left;
    margin-left: 30px;
    align-items: flex-start;
    padding-bottom: calc(20px + 20 * (100vw - 320px) / 1600);
    padding-left: 30px;
    border-top: unset;
    border-left: 4px solid #959595;
  }
  body.rtl .order-detail .progtrckr li.progtrckr-todo {
    border-left: none;
    border-right: 4px solid #4a5568;
    margin-left: 0;
    margin-right: 30px;
    align-items: flex-end;
    padding-left: 0;
    padding-right: 30px;
    text-align: right;
  }
}
.order-detail .progtrckr li.progtrckr-todo:before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  padding-top: 2px;
  content: "";
  color: #ffffff;
  background: #959595;
  line-height: 35px;
  border: none;
  border-radius: 35px;
  font-size: 16px;
}
@media (max-width: 575px) {
  .order-detail .progtrckr li.progtrckr-todo:before {
    position: absolute;
    top: 10px;
    left: -17px;
    line-height: 1;
    transform: translateY(-50%);
  }
  body.rtl .order-detail .progtrckr li.progtrckr-todo:before {
    left: unset;
    right: -17px;
  }
}
.order-detail .progtrckr li.progtrckr-todo h6,
.order-detail .progtrckr li.progtrckr-todo .h6 {
  font-size: 13px;
  margin-top: 8px;
}
.order-detail .progtrckr li.progtrckr-done {
  color: #222222;
  border-top: 4px solid var(--theme-color);
  width: 100% !important;
}
@media (max-width: 575px) {
  .order-detail .progtrckr li.progtrckr-done:first-of-type {
    padding-top: 5px;
  }
}
@media (max-width: 575px) {
  .order-detail .progtrckr li.progtrckr-done {
    position: relative;
    text-align: left;
    margin-left: 30px;
    align-items: self-start;
    padding-bottom: calc(20px + 20 * (100vw - 320px) / 1600);
    border-top: unset;
    border-left: 4px solid var(--theme-color);
  }
  body.rtl .order-detail .progtrckr li.progtrckr-done {
    margin-left: 0;
    margin-right: 30px;
    text-align: right;
    border-left: none;
    border-right: 4px solid var(--theme-color);
    align-items: flex-end;
  }
}
.order-detail .progtrckr li.progtrckr-done:before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  padding-top: 2px;
  content: "\f00c";
  color: #ffffff;
  background-color: var(--theme-color);
  line-height: 35px;
  border: none;
  border-radius: 35px;
  font-size: 16px;
}
.order-detail .progtrckr li.progtrckr-done h6,
.order-detail .progtrckr li.progtrckr-done .h6 {
  font-size: 13px;
  margin-top: 8px;
  color: #4a5568;
}
.order-tab-table {
  margin-bottom: 0;
}
.order-tab-table thead tr th {
  text-align: center;
  background-color: #e7e7e7;
  color: #222222;
  padding: calc(10px + 4 * (100vw - 320px) / 1600) calc(12px + 8 * (100vw - 320px) / 1600);
  font-size: calc(17px + 3 * (100vw - 320px) / 1600);
  font-weight: 400;
}
.order-tab-table tbody {
  border-top: none !important;
}
.order-tab-table tbody tr td {
  font-weight: 300;
  text-align: center;
  padding: calc(10px + 4 * (100vw - 320px) / 1600) calc(12px + 8 * (100vw - 320px) / 1600);
  font-size: calc(15px + 2 * (100vw - 320px) / 1600);
  min-width: 160px;
  color: #777;
}
.order-table-section .order-navpills {
  flex-wrap: nowrap;
  gap: calc(6px + 9 * (100vw - 320px) / 1600);
  overflow: auto hidden;
}
.order-table-section .order-navpills .nav-item .nav-link {
  font-size: calc(15px + 3 * (100vw - 320px) / 1600);
  padding: calc(11px + 3 * (100vw - 320px) / 1600) calc(17px + 7 * (100vw - 320px) / 1600);
  color: #4a5568;
  font-weight: 600;
  white-space: nowrap;
}
.order-table-section .order-navpills .nav-item .nav-link.active {
  background: var(--theme-color);
  color: #ffffff;
}
.order-table-section .order-tab {
  margin-top: 22px;
}
.order-table-section .order-tab .order-tab-table {
  margin-bottom: 0;
}
.order-table-section .order-tab .order-tab-table thead tr th {
  text-align: center;
  background-color: #e7e7e7;
  color: #222222;
  padding: calc(10px + 4 * (100vw - 320px) / 1600) calc(12px + 8 * (100vw - 320px) / 1600);
  font-size: calc(17px + 3 * (100vw - 320px) / 1600);
  font-weight: 400;
}
.order-table-section .order-tab .order-tab-table tbody {
  border-top: none;
}
.order-table-section .order-tab .order-tab-table tbody tr td {
  font-weight: 300;
  text-align: center;
  padding: calc(10px + 4 * (100vw - 320px) / 1600) calc(12px + 8 * (100vw - 320px) / 1600);
  font-size: calc(15px + 2 * (100vw - 320px) / 1600);
  min-width: 160px;
  color: #777;
}
.order-table table tbody tr td {
  vertical-align: middle;
}
.order-success-2 tbody {
  border-top: none;
}
.search-section .search-box {
  position: relative;
}
.search-section .search-box .input-group .form-control {
  padding: calc(5px + 9 * (100vw - 320px) / 1600) calc(12px + 3 * (100vw - 320px) / 1600);
}
.search-section .search-box .input-group .form-control:focus {
  z-index: 0;
}
.search-section .search-box .input-group button {
  z-index: 0;
  border-radius: 0 6px 6px 0;
}
.vendor-bottom {
  padding-bottom: 18px;
  border-bottom: 1px solid #ececec;
  margin-bottom: 16px;
}
.vendor-detail-box {
  padding: calc(20px + 8 * (100vw - 992px) / 928);
  margin-bottom: 29px;
  border-radius: 9px;
  background: #f8f8f8;
}
@media (max-width: 991px) {
  .vendor-detail-box {
    padding: 0;
    box-shadow: none;
    margin-right: 0;
  }
}
.vendor-detail-box .vendor-name .vendor-logo {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: calc(7px + 3 * (100vw - 320px) / 1600);
}
.vendor-detail-box .vendor-name .vendor-logo img {
  width: calc(80px + 9 * (100vw - 320px) / 1600);
  height: auto;
}
.vendor-detail-box .vendor-name .vendor-logo h3,
.vendor-detail-box .vendor-name .vendor-logo .h3 {
  font-weight: 600;
  text-transform: uppercase;
}
.vendor-detail-box .vendor-name .vendor-logo .vendor-rating {
  margin-top: 4px;
}
.vendor-detail-box .vendor-name .vendor-logo .vendor-rating .rating li .feather {
  width: calc(15px + 2 * (100vw - 320px) / 1600);
  height: auto;
}
.vendor-detail-box .vendor-name p {
  margin-bottom: -6px;
  line-height: 1.5;
  font-size: calc(14px + 1 * (100vw - 320px) / 1600);
  color: #4a5568;
  margin-top: 15px;
}
.vendor-detail-box .vendor-tag h4,
.vendor-detail-box .vendor-tag .h4 {
  text-transform: none;
  font-weight: 500;
  margin-bottom: 17px;
}
.vendor-detail-box .vendor-tag ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: calc(7px + 5 * (100vw - 320px) / 1600);
}
body.rtl .vendor-detail-box .vendor-tag ul {
  padding: 0;
}
.vendor-detail-box .vendor-tag ul li {
  background-color: #ececec;
  letter-spacing: 0.5px;
  padding: 4px 11px;
  border-radius: 3px;
  color: #222222;
  font-size: calc(13px + 1 * (100vw - 320px) / 1600);
}
.vendor-detail-box .vendor-share {
  display: flex;
  align-items: center;
}
.vendor-detail-box .vendor-share h5,
.vendor-detail-box .vendor-share .h5 {
  font-weight: 600;
}
.vendor-detail-box .vendor-share ul {
  margin-left: 15px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}
body.rtl .vendor-detail-box .vendor-share ul {
  padding: 0;
  margin-left: unset;
  margin-right: 15px;
}
.vendor-detail-box .vendor-share ul li a {
  color: #4a5568;
  display: block;
  font-size: 16px;
  line-height: 1;
}
.vendor-detail-box-2 {
  padding: calc(20px + 8 * (100vw - 320px) / 1600);
  margin-bottom: 30px;
  border-radius: 9px;
  box-shadow: 0 0 8px rgba(34, 34, 34, 0.13);
  background: var(--theme-color);
  color: #ffffff;
}
.vendor-detail-box-2 .vendor-logo {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.vendor-detail-box-2 .vendor-logo img {
  width: 85%;
  height: auto;
  filter: invert(1) brightness(100);
}
@media (max-width: 767px) {
  .vendor-detail-box-2 .vendor-logo img {
    width: 26%;
  }
}
@media (max-width: 480px) {
  .vendor-detail-box-2 .vendor-logo img {
    width: 35%;
  }
}
.vendor-detail-box-2 .vendor-name {
  height: 100%;
}
.vendor-detail-box-2 .vendor-name .vendor-list-name {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: calc(6px + 6 * (100vw - 320px) / 1600);
}
@media (max-width: 767px) {
  .vendor-detail-box-2 .vendor-name .vendor-list-name {
    justify-content: center;
  }
}
.vendor-detail-box-2 .vendor-name h3,
.vendor-detail-box-2 .vendor-name .h3 {
  font-weight: 600;
  text-transform: uppercase;
  display: block;
  color: #ffffff;
}
.vendor-detail-box-2 .vendor-name .vendor-rating .rating li .feather {
  width: calc(15px + 2 * (100vw - 320px) / 1600);
  height: auto;
}
.vendor-detail-box-2 .vendor-name p {
  margin-bottom: -6px;
  line-height: 1.5;
  font-size: 14px;
  color: #f1f1f1;
  margin-top: 11px;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
}
@media (max-width: 767px) {
  .vendor-detail-box-2 .vendor-name p {
    text-align: center;
  }
}
.vendor-detail-box-2 .vendor-tag h4,
.vendor-detail-box-2 .vendor-tag .h4 {
  text-transform: none;
  font-weight: 500;
  margin-bottom: 17px;
}
.vendor-detail-box-2 .vendor-tag ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: calc(7px + 5 * (100vw - 320px) / 1600);
}
.vendor-detail-box-2 .vendor-tag ul li {
  background-color: #ececec;
  letter-spacing: 0.5px;
  padding: 4px 11px;
  border-radius: 3px;
  color: #222222;
  font-size: calc(13px + 1 * (100vw - 320px) / 1600);
}
.vendor-detail-box-2 .share-contact {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  text-align: center;
}
@media (max-width: 767px) {
  .vendor-detail-box-2 .share-contact {
    display: block;
  }
}
@media (max-width: 767px) {
  .vendor-detail-box-2 .share-contact > div {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 16px;
  }
}
.vendor-detail-box-2 .share-contact .vendor-share h5,
.vendor-detail-box-2 .share-contact .vendor-share .h5 {
  display: block;
  font-size: calc(15px + 2 * (100vw - 320px) / 1600);
  font-weight: 600;
}
.vendor-detail-box-2 .share-contact .vendor-share ul {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 8px;
  flex-wrap: wrap;
  gap: 10px;
}
body.rtl .vendor-detail-box-2 .share-contact .vendor-share ul {
  padding: 0;
}
.vendor-detail-box-2 .share-contact .vendor-share ul li {
  position: relative;
}
.vendor-detail-box-2 .share-contact .vendor-share ul li a {
  color: #f1f1f1;
  font-size: 16px;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.vendor-detail-box-2 .share-contact .vendor-contect {
  text-align: center;
  margin-top: 17px;
}
@media (max-width: 767px) {
  .vendor-detail-box-2 .share-contact .vendor-contect {
    margin-top: 0;
  }
}
.vendor-detail-box-2 .share-contact .vendor-contect h5,
.vendor-detail-box-2 .share-contact .vendor-contect .h5 {
  text-align: center;
  font-size: calc(15px + 2 * (100vw - 320px) / 1600);
  font-weight: 600;
  margin-bottom: 10px;
}
.vendor-detail-box-2 .share-contact .vendor-contect button {
  margin: 8px auto 0;
}
.saller-poster-section .poster-box .poster-image {
  margin-bottom: calc(22px + 30 * (100vw - 320px) / 1600);
  text-align: center;
  height: calc(140px + 360 * (100vw - 320px) / 1600);
  overflow: hidden;
}
.saller-poster-section .poster-box .poster-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.saller-poster-section .saller-button {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
  margin-top: 15px;
}
.become-service .service-box {
  text-align: center;
  border-radius: 8px;
  transition: all 0.3s ease-in-out;
}
.become-service .service-box:hover {
  transform: translateY(-10px);
}
.become-service .service-box:hover .service-svg svg {
  transform: scale(1.05);
  fill: var(--theme-color);
}
.become-service .service-box:hover .service-detail h4,
.become-service .service-box:hover .service-detail .h4 {
  color: var(--theme-color);
}
.become-service .service-box:hover .service-detail h4::after,
.become-service .service-box:hover .service-detail .h4::after {
  width: 68%;
}
.become-service .service-box .service-svg {
  width: calc(58px + 22 * (100vw - 320px) / 1600);
  height: calc(58px + 22 * (100vw - 320px) / 1600);
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  margin: 0 auto calc(14px + 4 * (100vw - 320px) / 1600);
  border-radius: 5px;
  padding: calc(5px + 3 * (100vw - 320px) / 1600);
}
.become-service .service-box .service-svg img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: all 0.3s ease-in-out;
}
[class=dark] .become-service .service-box .service-svg img {
  filter: invert(1) brightness(100);
}
.become-service .service-box .service-detail h4,
.become-service .service-box .service-detail .h4 {
  font-weight: 600;
  display: inline-block;
  font-size: 20px;
  margin-bottom: 10px;
  text-transform: uppercase;
  position: relative;
  z-index: 0;
  transition: all 0.3s ease-in-out;
}
.become-service .service-box .service-detail h4::after,
.become-service .service-box .service-detail .h4::after {
  content: "";
  position: absolute;
  bottom: 2px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 4px;
  background-color: var(--theme-color);
  opacity: 0.3;
  z-index: -1;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}
.become-service .service-box .service-detail p {
  margin: 0;
  line-height: 1.5;
  color: #4a5568;
  transition: all 0.3s ease-in-out;
  font-size: calc(15px + 1 * (100vw - 320px) / 1600);
}
.business-section {
  background-color: #f8f8f8;
}
.business-section .business-contain {
  position: relative;
  z-index: 0;
}
.business-section .business-contain::after {
  content: "";
  position: absolute;
  background-image: url("./media/arrow.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  z-index: -1;
}
@media (max-width: 1199px) {
  .business-section .business-contain::after {
    content: none;
  }
}
.business-section .business-contain > .row {
  margin-inline: -50px;
}
@media (max-width: 1199px) {
  .business-section .business-contain > .row {
    margin-inline: 0;
  }
}
.business-section .business-contain > .row > div {
  padding-inline: calc(15px + 35 * (100vw - 1200px) / 720);
}
@media (max-width: 1199px) {
  .business-section .business-contain > .row > div {
    padding-inline: calc(var(--bs-gutter-x) * 0.5);
  }
}
.business-section .business-contain > .row > div:last-child,
.business-section .business-contain > .row > div:first-child {
  margin-bottom: 40px;
}
@media (max-width: 1199px) {
  .business-section .business-contain > .row > div:last-child,
  .business-section .business-contain > .row > div:first-child {
    margin-bottom: inherit;
  }
}
.business-section .business-contain > .row > div:nth-child(2) {
  margin-top: 40px;
}
@media (max-width: 1199px) {
  .business-section .business-contain > .row > div:nth-child(2) {
    margin-top: var(--bs-gutter-y);
  }
}
.business-section .business-contain .business-box {
  text-align: center;
  background-color: #ffffff;
  border-radius: 9px;
  padding: calc(17px + 18 * (100vw - 320px) / 1600);
  box-shadow: 0 0 8px rgba(34, 34, 34, 0.05);
  display: flex;
  align-items: center;
}
.business-section .business-contain .business-box .business-number {
  width: calc(54px + 11 * (100vw - 320px) / 1600);
  height: calc(54px + 11 * (100vw - 320px) / 1600);
  background: var(--theme-color);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto calc(19px + 9 * (100vw - 320px) / 1600);
  border-radius: 5px;
}
.business-section .business-contain .business-box .business-number h2,
.business-section .business-contain .business-box .business-number .h2 {
  color: #ffffff;
  font-size: calc(26px + 9 * (100vw - 320px) / 1600);
  font-weight: 500;
}
.business-section .business-contain .business-box .business-detail h4,
.business-section .business-contain .business-box .business-detail .h4 {
  margin-bottom: calc(6px + 4 * (100vw - 320px) / 1600);
  font-weight: 600;
  line-height: 1.4;
}
.business-section .business-contain .business-box .business-detail p {
  margin: 0;
  color: #4a5568;
  line-height: 1.6;
  font-size: 16px;
}
.seller-grid-box {
  background-color: #f8f8f8;
  padding: calc(12px + 13 * (100vw - 320px) / 1600);
  border-radius: 14px;
  position: relative;
  box-shadow: 0 0 10px rgba(34, 34, 34, 0.05);
  display: block;
}
.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 .saller-contact {
  display: flex;
  flex-wrap: nowrap;
  gap: 5px;
  align-items: flex-start;
  width: 100%;
}
.seller-grid-box .grid-contain .seller-contact-details .saller-contact .seller-icon i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 25px;
  height: 25px;
  font-size: 16px;
  color: var(--theme-color);
}
.seller-grid-box .grid-contain .seller-contact-details .saller-contact .contact-detail h5,
.seller-grid-box .grid-contain .seller-contact-details .saller-contact .contact-detail .h5 {
  line-height: 1.6;
  color: #222222;
}
.seller-grid-box .grid-contain .seller-contact-details .saller-contact .contact-detail h5 span,
.seller-grid-box .grid-contain .seller-contact-details .saller-contact .contact-detail .h5 span {
  color: #4a5568;
}
.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: #4a5568;
  margin-left: 4px;
}
body.rtl .seller-grid-box .grid-contain .contain-name h6,
body.rtl .seller-grid-box .grid-contain .contain-name .h6 {
  margin-left: unset;
  margin-right: 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: calc(7px + 4 * (100vw - 320px) / 1600);
  box-shadow: 0 0 8px rgba(34, 34, 34, 0.07);
}
.seller-grid-box .grid-contain .contain-name .grid-image h1,
.seller-grid-box .grid-contain .contain-name .grid-image .h1 {
  color: #4a5568;
  line-height: 1;
  font-size: calc(43px + 27 * (100vw - 320px) / 1600);
}
.seller-grid-box-1 .grid-image {
  display: flex;
  flex-wrap: nowrap;
  gap: 18px;
  align-items: center;
  margin-bottom: 20px;
}
.seller-grid-box-1 .grid-image .image {
  width: 66px;
  height: 66px;
  border-radius: 11px;
}
.seller-grid-box-1 .grid-image .contain-name {
  width: calc(100% - 66px - 18px);
  position: relative;
}
.seller-grid-box-1 .grid-image .contain-name .since-number {
  display: flex;
  align-items: center;
  position: absolute;
  top: 0;
  background-color: #f8f8f8;
  right: 0;
  padding-left: 5px;
}
body.rtl .seller-grid-box-1 .grid-image .contain-name .since-number {
  right: unset;
  left: 0;
}
@media (max-width: 480px) {
  .seller-grid-box-1 .grid-image .contain-name .since-number {
    display: block;
  }
}
.seller-grid-box-1 .grid-image .contain-name .since-number h6,
.seller-grid-box-1 .grid-image .contain-name .since-number .h6 {
  color: #4a5568;
}
.seller-grid-box-1 .grid-image .contain-name .since-number .product-rating {
  display: block;
  text-align: right;
}
body.rtl .seller-grid-box-1 .grid-image .contain-name .since-number .product-rating {
  text-align: left;
}
@media (max-width: 480px) {
  .seller-grid-box-1 .grid-image .contain-name .since-number .product-rating {
    margin-top: 2px;
  }
}
.seller-grid-box-1 .grid-image .contain-name h3,
.seller-grid-box-1 .grid-image .contain-name .h3 {
  font-size: calc(19px + 4 * (100vw - 320px) / 1600);
  font-weight: 600;
  margin-bottom: 10px;
  color: #222222;
  width: 50%;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
}
.seller-grid-box-1 .grid-image .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-1 .grid-image .contain-name .product-label:after {
  content: "";
  position: absolute;
  background-color: var(--theme-color);
  opacity: 0.1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.seller-grid-box-1 .grid-contain .seller-category {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.seller-grid-box-1 .grid-contain .seller-category .product-image {
  display: flex;
  flex-wrap: nowrap;
}
.seller-grid-box-1 .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;
  justify-content: center;
  background: #ffffff;
  border-radius: 100%;
  padding: 4px;
  box-shadow: 0 0 2px rgba(34, 34, 34, 0.2);
  color: #4a5568;
  transition: all 0.3s ease-in-out;
}
.seller-grid-box-1 .grid-contain .seller-category .product-image li:hover {
  transform: scale(1.1) translateY(-7px);
}
.seller-grid-box-1 .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-1 .grid-contain .seller-category .product-image li + li {
  margin-left: calc(-19px + 5 * (100vw - 320px) / 1600);
}
body.rtl .seller-grid-box-1 .grid-contain .seller-category .product-image li + li {
  margin-right: calc(-19px + 5 * (100vw - 320px) / 1600);
  margin-left: unset;
}
.product-table {
  margin-bottom: 0;
}
.product-table thead tr th {
  text-align: center;
  font-size: 15px;
  font-weight: 600;
  white-space: nowrap;
  min-width: 90px;
  color: #222222;
  border-color: #ececec;
}
.product-table tbody {
  border-top: 1px solid #ececec !important;
}
.product-table tbody tr:last-child td {
  border-bottom: none;
  padding-bottom: 0;
}
.product-table tbody tr td {
  text-align: center;
  padding: 12px 15px;
  vertical-align: middle;
  white-space: nowrap;
  max-width: 190px;
  color: #4a5568;
  font-size: 15px;
}
.product-table tbody tr td h6,
.product-table tbody tr td .h6 {
  font-size: 15px;
}
.product-table tbody tr td:nth-child(2) {
  max-width: 150px;
}
.product-table tbody tr td:nth-child(2) h6,
.product-table tbody tr td:nth-child(2) .h6 {
  color: #4a5568;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  font-size: 15px;
}
.product-table tbody tr td.product-image {
  width: 90px;
}
.product-table tbody tr td.efit-delete .feather {
  width: 19px;
  stroke-width: 1.6px;
}
.product-table tbody tr td.efit-delete .feather.edit {
  color: var(--theme-color);
}
.product-table tbody tr td.efit-delete .feather.delete {
  color: #ff7272;
  margin-left: 10px;
}
body.rtl .product-table tbody tr td.efit-delete .feather.delete {
  margin-left: unset;
  margin-right: 10px;
}
.order-table {
  margin-bottom: 0;
}
.order-table-2 tbody {
  border-top: none !important;
}
.order-table-2 tbody tr td {
  text-align: left;
}
.order-table thead tr th {
  text-align: center;
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
  font-weight: 600;
  white-space: nowrap;
  min-width: 90px;
}
.order-table tbody {
  border-top: 1px solid #ececec;
}
.order-table tbody tr:last-child td {
  border-bottom: none;
  padding-bottom: 0;
}
.order-table tbody tr td {
  text-align: center;
  padding: 12px 15px;
  vertical-align: middle;
  white-space: nowrap;
}
.order-table tbody tr td:nth-child(2) {
  color: #4a5568;
}
.order-table tbody tr td label {
  padding: 3px 12px;
  font-size: 12px;
  border-radius: 50px;
}
.order-table tbody tr td label.success {
  color: var(--theme-color);
}
.order-table tbody tr td label.danger {
  background-color: rgba(255, 114, 114, 0.1);
  color: #ff7272;
}
.order-table tbody tr td:first-child {
  font-weight: 600;
}
.profile-tab ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: calc(15px + 6 * (100vw - 320px) / 1600);
}
.profile-tab ul li {
  display: flex;
  align-items: center;
  width: 100%;
}
@media (max-width: 575px) {
  .profile-tab ul li {
    display: block;
  }
}
.profile-tab ul li h5,
.profile-tab ul li .h5 {
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
}
.profile-tab ul li h5:first-child,
.profile-tab ul li .h5:first-child {
  width: 220px;
}
.profile-tab ul li h5:last-child,
.profile-tab ul li .h5:last-child {
  color: #4a5568;
}
@media (max-width: 575px) {
  .profile-tab ul li h5:last-child,
  .profile-tab ul li .h5:last-child {
    margin-top: 8px;
  }
}
.deactivate-box {
  padding: 15px 22px;
  background: rgba(255, 165, 59, 0.1);
  border: 1px dashed #ffa53b;
  border-radius: 7px;
  display: flex;
  flex-wrap: nowrap;
  gap: 17px;
  margin-bottom: 21px;
}
.deactivate-box .deactivate-icon {
  width: 30px;
  height: 30px;
  background: rgba(254, 163, 72, 0.3);
  color: #fea348;
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}
.deactivate-box .deactivate-contain h3,
.deactivate-box .deactivate-contain .h3 {
  font-weight: 600;
  margin-bottom: 5px;
}
.deactivate-box .deactivate-contain h5,
.deactivate-box .deactivate-contain .h5 {
  color: #4a5568;
  margin-bottom: 10px;
}
.deactivate-box .deactivate-contain a {
  font-size: 16px;
  font-weight: 600;
}
.dashboard-privacy .privacy-box .custom-form-check-2 label {
  font-size: calc(15px + 3 * (100vw - 320px) / 1600);
}
.apexcharts-tooltip * {
  display: flex;
}
.apexcharts-toolbar {
  z-index: 0;
}
.product-header-top .wishlist-button {
  width: 26px;
  height: 26px;
  background-color: #ffffff;
  border-radius: 100%;
  padding: 0;
  box-shadow: 0 3px 3px rgba(34, 34, 34, 0.24);
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  position: absolute;
  right: 0;
  top: 0;
}
body.rtl .product-header-top .wishlist-button {
  right: unset;
  left: 0;
}
.product-header-top .wishlist-button svg {
  width: 17px;
  height: 17px;
}
.ngx-slider .ngx-slider-selection {
  background: var(--theme-color) !important;
}
.ngx-slider .ngx-slider-pointer {
  width: 22px !important;
  height: 22px !important;
  top: -10px !important;
  background-color: var(--theme-color) !important;
}
.ngx-slider .ngx-slider-pointer:after {
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%);
}
.ngx-slider .ngx-slider-active:after {
  background-color: #ffffff !important;
}
.no-data-added {
  text-align: center;
  padding: 60px 0;
}
.no-data-added img {
  width: 25%;
  margin-bottom: 20px;
}
.no-data-added h4,
.no-data-added .h4 {
  font-weight: 500;
  font-size: calc(20px + 5 * (100vw - 320px) / 1600);
  color: #232323;
  margin-bottom: 0;
}
.no-data-added.collection-no-data {
  padding: 120px 0;
}
.no-data-added.collection-no-data img {
  width: 30%;
}
.no-data-added.collection-no-data p {
  width: 44%;
}
.no-data-added p {
  width: 100%;
  margin: 10px auto 0;
  font-size: calc(15px + 3 * (100vw - 320px) / 1600);
  line-height: 1.4;
  color: #4a5568;
}
.no-data-added.category-no-data img {
  width: 64%;
}
.no-data-added.no-shipping img {
  width: 32%;
}
@media (max-width: 991px) {
  .no-data-added.no-shipping img {
    width: 42%;
  }
}
@media (max-width: 576px) {
  .no-data-added.no-shipping img {
    width: 50%;
  }
}
@media (max-width: 420px) {
  .no-data-added.no-shipping img {
    width: 80%;
  }
}
.post-question-box {
  margin-bottom: 32px;
}
.post-question-box h4,
.post-question-box .h4 {
  color: #222222;
  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: 6px;
  background-color: #f8f8f8;
  color: #222;
  padding: calc(9px + 3 * (100vw - 320px) / 1600) calc(16px + 6 * (100vw - 320px) / 1600);
}
.checkout .checkout-details {
  background-color: #f9f9f9;
  border: 1px solid #dddddd;
  padding: 40px;
}
.checkout .checkout-details .order-place {
  margin-top: 15px;
}
.order-box .title-box {
  padding-bottom: 20px;
  color: #444444;
  font-size: 22px;
  border-bottom: 1px solid #ededed;
  margin-bottom: 20px;
}
.order-box .title-box span {
  width: 35%;
  float: right;
  font-weight: 600;
  text-align: right;
}
.order-box .title-box h4,
.order-box .title-box .h4 {
  font-weight: 600;
}
.order-box .title-box .checkbox-title {
  display: flex;
  justify-content: space-between;
}
.order-box .sub-total li {
  position: relative;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  color: #333333;
  line-height: 20px;
  margin-bottom: 20px;
  width: 100%;
}
.order-box .sub-total li .count {
  position: relative;
  font-size: 18px;
  line-height: 20px;
  font-weight: 400;
  width: 35%;
  float: right;
  text-align: right;
}
.order-box .sub-total .shipping-class {
  margin-bottom: 12px;
}
.order-box .sub-total .shipping-class .shopping-checkout-option {
  margin-top: -4px;
  position: relative;
  font-size: 18px;
  line-height: 20px;
  color: var(--theme-color);
  font-weight: 400;
  width: 35%;
  float: right;
  text-align: right;
}
.order-box .total {
  position: relative;
  margin-bottom: 30px;
}
.order-box .total li {
  position: relative;
  display: block;
  font-weight: 400;
  color: #333333;
  line-height: 20px;
  font-size: 18px;
}
.order-box .qty {
  position: relative;
  border-bottom: 1px solid #ededed;
  margin-bottom: 30px;
}
.order-box .qty li {
  position: relative;
  display: block;
  font-size: 15px;
  color: #444444;
  line-height: 20px;
  margin-bottom: 20px;
}
.order-box .qty li span {
  float: right;
  font-size: 18px;
  line-height: 20px;
  color: #232323;
  font-weight: 400;
  width: 35%;
  text-align: right;
}
.radio-option {
  position: relative;
}
.img-paypal {
  width: 30%;
  margin-left: 15px;
}
.checkout-section-2 {
  z-index: 0;
  position: relative;
}
.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-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  padding: 6px;
  background-color: #f9f9f6;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--theme-color);
  box-shadow: 0 0 8px #eee;
}
.checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-icon i {
  font-size: 20px;
  color: #4a5568;
}
body.rtl .checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-icon {
  left: unset;
  right: 0;
}
@media (max-width: 576px) {
  .checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-icon {
    display: none;
  }
}
.checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-icon .lord-icon {
  width: 100%;
  height: 100%;
}
.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: 8px;
  box-shadow: 0 0 8px #eee;
  margin-left: 66px;
  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: #eee;
  line-height: 1.8;
}
body.rtl .checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box {
  margin-left: unset;
  margin-right: 66px;
}
@media (max-width: 576px) {
  .checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box {
    margin-left: 0;
  }
  body.rtl .checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box {
    margin-left: unset;
    margin-right: 0;
  }
}
.checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box::before {
  content: "";
  position: absolute;
  top: 25px;
  left: -42px;
  width: 0;
  height: 115%;
  border-left: 1px dashed rgba(34, 34, 34, 0.18);
  z-index: -1;
}
body.rtl .checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box::before {
  left: unset;
  right: -42px;
}
@media (max-width: 576px) {
  .checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box::before {
    content: none;
  }
}
.checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-title {
  margin-bottom: calc(9px + 8 * (100vw - 320px) / 1600);
  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 + 1 * (100vw - 320px) / 1600);
}
.checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .delivery-address-box {
  border-radius: 8px;
  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;
}
body.rtl .checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .delivery-address-box > div .label {
  right: unset;
  left: 0;
}
.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;
  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 #ececec;
}
.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: 10px;
  margin-left: 10px;
  width: calc(85% + -10 * (100vw - 320px) / 1600);
}
body.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;
  padding-right: 0;
}
.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 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;
  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: 600;
}
.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: 5px;
}
@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;
  align-items: center;
  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;
  position: relative;
  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 #ececec;
}
.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;
  align-items: center;
  margin-bottom: 0;
  min-height: auto;
}
body.rtl .checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .delivery-option .custom-form-check,
body.rtl .checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .payment-option .custom-form-check {
  padding-left: unset;
  padding-right: 1.5rem;
}
.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));
}
body.rtl .checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .delivery-option .custom-form-check .form-check-label,
body.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;
}
.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 #ececec;
  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 #ececec;
  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: #ececec;
}
.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);
  background-color: rgba(26, 164, 136, 0.05);
  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;
}
.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%;
  }
}
.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: #ffffff;
  display: block;
  text-align: center;
  color: #222222;
  padding: 12px 8px;
  border: 1px solid var(--theme-color);
  border-radius: 8px;
}
.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: 8px;
  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: 6px;
  overflow: hidden;
  display: block;
  width: 100%;
  background-color: #f8f8f8;
  border-radius: 5px;
}
.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;
  content: "\f107";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 30px;
  transition: transform 0.2s ease-in-out;
}
body.rtl .checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .custom-accordion .accordion-item .accordion-header .accordion-button::before {
  right: unset;
  left: 30px;
}
.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;
}
body.rtl .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 {
  padding-right: 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);
}
body.rtl .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-left: calc(6px + 4 * (100vw - 320px) / 1600);
  margin-right: unset;
}
.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;
}
body.rtl .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 {
  padding-left: unset;
  padding-right: 0;
}
.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;
}
body.rtl .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: unset;
  margin-left: 10px;
}
.checkout-section-2 .pos-detail-card .custom-box-loader .box-loader .custom-loader-wrapper {
  display: flex;
  align-items: center;
}
.checkout-section-2 .pos-detail-card .custom-box-loader .box-loader .custom-loader-wrapper > div {
  padding-top: 0;
}
.checkout-section-2 .pos-detail-card .product-details .cart-listing .text-theme {
  color: var(--theme-color);
}
.checkout-section-2 .pos-detail-card .product-details .cart-listing li {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #eee;
}
.checkout-section-2 .pos-detail-card .product-details .cart-listing li img {
  width: 50px;
  height: 50px;
}
.checkout-section-2 .pos-detail-card .product-details .cart-listing li .cart-content {
  width: calc(100% - 50px - 70px);
}
.checkout-section-2 .pos-detail-card .product-details .cart-listing li .cart-content h4,
.checkout-section-2 .pos-detail-card .product-details .cart-listing li .cart-content .h4 {
  font-weight: 400;
  color: #4a5568;
  width: 80%;
  -webkit-line-clamp: 1;
  margin-bottom: 4px;
}
.checkout-section-2 .pos-detail-card .product-details .cart-listing li .cart-content .price {
  position: absolute;
  right: 0;
  top: 5px;
  font-weight: 500;
  color: #222222;
}
body.rtl .checkout-section-2 .pos-detail-card .product-details .cart-listing li .cart-content .price {
  right: unset;
  left: 0;
}
.coupon-sec .apply-sec {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  background-color: rgba(26, 164, 136, 0.11);
  border-radius: 7px;
  padding: 12px 12px;
  width: 100%;
  border: 1px dashed rgba(26, 164, 136, 0.2);
}
.coupon-sec .apply-sec a {
  color: var(--theme-color);
}
.coupon-sec .apply-sec h4 span,
.coupon-sec .apply-sec .h4 span {
  font-size: 15px !important;
}
.coupon-sec .apply-sec > div {
  display: flex;
  align-items: flex-start;
  gap: 6px;
}
.coupon-sec .apply-sec > div img {
  width: 22px;
}
.coupon-sec .coupon-box input {
  padding: 10px 10px;
}
.coupon-sec .coupon-box .coupon-error {
  animation: shake 0.5s;
}
.coupon-sec .coupon-box .btn-apply {
  outline: 0;
  box-shadow: none;
  border: 1px solid #1aa387;
  background-color: #1aa387;
  color: white;
  padding: 5px 16px;
  border-radius: 0 5px 5px 0;
  height: 100%;
}
body.rtl .coupon-sec .coupon-box .btn-apply {
  border-radius: 5px 0 0 5px;
}
.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;
}
.promocode-title {
  cursor: pointer;
}
.promocode-title h4,
.promocode-title .h4 {
  color: var(--theme-color) !important;
}
@keyframes shake {
  0% {
    transform: translateX(0);
  }
  25% {
    transform: translateX(-10px);
  }
  50% {
    transform: translateX(10px);
  }
  75% {
    transform: translateX(-10px);
  }
  100% {
    transform: translateX(0);
  }
}
.coupon-box {
  position: relative;
  padding: calc(15px + 12 * (100vw - 320px) / 1600);
  background: #f8f8f8;
  border-radius: 6px;
  width: 100%;
  overflow: hidden;
  height: 100%;
}
.coupon-box .coupon-img {
  width: 55px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  background-color: #f8f8f8;
  border-radius: 2px;
  border: 1px solid #efefef;
}
.coupon-box .coupon-img .img {
  width: 33px;
  height: 33px;
  object-fit: contain;
}
.coupon-box .card-name {
  display: flex;
  justify-content: space-between;
}
.coupon-box .coupon-name {
  display: flex;
  align-items: center;
  gap: 12px;
}
.coupon-box .coupon-name img {
  border-radius: 6px;
}
.coupon-box .coupon-name h5,
.coupon-box .coupon-name .h5 {
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: calc(16px + 4 * (100vw - 320px) / 1600);
}
.coupon-box .coupon-name h5::after,
.coupon-box .coupon-name .h5::after {
  content: "";
  position: absolute;
  left: 0;
  height: 23px;
  background-color: #276534;
  width: 2px;
}
body.rtl .coupon-box .coupon-name h5::after,
body.rtl .coupon-box .coupon-name .h5::after {
  left: unset;
  right: 0;
}
.coupon-box .coupon-name h6,
.coupon-box .coupon-name .h6 {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-top: 3px;
  color: #4a5568;
}
.coupon-box .coupon-content {
  margin-top: 15px;
}
.coupon-box .coupon-content.bank-offer-content {
  margin-top: calc(10px + 10 * (100vw - 320px) / 1600);
}
.coupon-box .coupon-content.bank-offer-content p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
}
.coupon-box .coupon-content.bank-offer-content h6,
.coupon-box .coupon-content.bank-offer-content .h6 {
  margin-top: calc(10px + 10 * (100vw - 320px) / 1600);
}
.coupon-box .coupon-content .coupon-apply {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: calc(10px + 10 * (100vw - 320px) / 1600);
  border-top: 1px dashed rgba(0, 0, 0, 0.12);
}
.coupon-box .coupon-content .coupon-apply .copy-btn {
  padding: calc(8px + 2 * (100vw - 320px) / 1600);
  line-height: 1;
  font-size: 14px;
  position: relative;
  overflow: hidden;
  color: var(--theme-color);
  font-weight: 600;
}
.coupon-box .coupon-content .coupon-apply .copy-btn.expired-btn {
  color: #999;
  cursor: not-allowed;
}
.coupon-box .coupon-content .coupon-apply .copy-btn.expired-btn::before {
  background-color: rgb(227, 227, 227);
  opacity: 0.6;
}
@media screen and (max-width: 1336px) and (min-width: 1399px) {
  .coupon-box .coupon-content .coupon-apply .copy-btn {
    padding: 7px;
  }
}
.coupon-box .coupon-content .coupon-apply .copy-btn:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--theme-color);
  opacity: 0.1;
  z-index: -1;
}
.coupon-box .coupon-content p {
  color: #4a5568;
  line-height: 1.5;
  height: 42px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.coupon-box .coupon-bottom {
  position: absolute;
  width: 95%;
  left: 10px;
  bottom: -1px;
}
.coupon-box .coupon-right {
  position: absolute;
  right: -1px;
  top: 50%;
  transform: translateY(-50%);
  height: 90%;
}
.pos-product-screen .search-panel form {
  width: 100%;
}
.pos-detail-card {
  position: sticky;
  top: 110px;
  z-index: 1;
  background-color: #f8f8f8;
}
.pos-detail-card .billing-top {
  display: flex;
  align-items: center;
  gap: 14px;
}
.pos-detail-card .billing-top .btn {
  padding: 13px 12px;
}
.pos-detail-card .delivery-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
  background-color: #f7f7f7;
  padding: 15px;
  border-radius: 5px;
}
.pos-detail-card .summary-total {
  background-color: #ffffff;
  padding: 20px;
  border-radius: 10px;
  margin-top: 10px;
  position: relative;
}
.pos-detail-card .summary-total:after,
.pos-detail-card .summary-total:before {
  content: "";
  position: absolute;
  left: -15px;
  bottom: 49px;
  width: 30px;
  height: 30px;
  background-color: #f9f9f6;
  border-radius: 100%;
}
.pos-detail-card .summary-total:before {
  left: unset;
  right: -15px;
}
.pos-detail-card .summary-total.not-valid {
  opacity: 0.2;
  pointer-events: none;
  -webkit-user-select: none;
  user-select: none;
}
.pos-detail-card .summary-total li {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.pos-detail-card .summary-total li + li {
  padding-top: 15px;
}
.pos-detail-card .summary-total li h4,
.pos-detail-card .summary-total li .h4 {
  font-size: calc(15px + 2 * (100vw - 320px) / 1600);
  color: #222222 !important;
}
.pos-detail-card .summary-total li h4.txt-primary,
.pos-detail-card .summary-total li .txt-primary.h4 {
  color: var(--theme-color) !important;
}
.pos-detail-card .summary-total li h4.price,
.pos-detail-card .summary-total li .price.h4 {
  margin-left: auto;
}
body.rtl .pos-detail-card .summary-total li h4.price,
body.rtl .pos-detail-card .summary-total li .price.h4 {
  margin-left: unset;
  margin-right: auto;
}
.pos-detail-card .summary-total li h4 span,
.pos-detail-card .summary-total li .h4 span {
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
  font-weight: 600;
}
.pos-detail-card .summary-total li.list-total {
  border-top: 1px dashed #ddd;
  padding-top: 20px;
  margin-top: 12px;
}
.pos-detail-card .summary-total li.list-total h4,
.pos-detail-card .summary-total li.list-total .h4 {
  font-weight: 600;
  font-size: calc(16px + 4 * (100vw - 320px) / 1600);
}
.pos-detail-card .summary-total li.coupon-sec {
  padding-bottom: 10px;
  margin-top: -2px;
}
.pos-detail-card .summary-total li.border-cls {
  padding-top: 0px;
}
.pos-detail-card .summary-total li.border-cls .checkbox_animated:after {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  right: unset;
  width: 23px;
  height: 23px;
}
.pos-detail-card .summary-total li.border-cls .checkbox_animated:before {
  left: 5px;
  top: 5px;
  width: 10px;
  height: 6px;
}
.pos-detail-card .summary-total li.border-cls .checkbox_animated {
  margin-left: 14px;
  margin-right: 0;
  width: 20px;
  height: 20px;
}
body.rtl .pos-detail-card .summary-total li.border-cls .checkbox_animated {
  margin-left: unset;
  margin-right: 14px;
}
.pos-detail-card .summary-total li.border-cls label {
  font-size: 14px;
  color: #777;
  padding-top: 2px;
}
.pos-detail-card .payment-btn {
  border-radius: 10px;
  padding: 13px 20px !important;
}
.pos-detail-card .payment-method {
  margin-top: 20px;
}
.pos-detail-card .payment-method h4,
.pos-detail-card .payment-method .h4 {
  margin-bottom: 16px;
  color: #646464;
}
.pos-detail-card .payment-method ul {
  display: flex;
  align-items: center;
  gap: 15px;
}
.pos-detail-card .payment-method ul li {
  width: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  background-color: #f7f7f7;
  padding: 15px 40px;
  border-radius: 20px;
  background-color: rgba(13, 164, 135, 0.07);
  text-align: center;
  cursor: pointer;
}
.pos-detail-card .payment-method ul li i {
  font-size: 28px;
  color: #898989;
  line-height: 1;
}
.pos-detail-card .payment-method ul li h5,
.pos-detail-card .payment-method ul li .h5 {
  color: #898989;
}
.pos-detail-card .payment-method ul li.active {
  border-color: var(--theme-color);
  color: var(--theme-color);
}
.pos-detail-card .payment-method ul li.active i {
  color: var(--theme-color);
}
.pos-detail-card .qty-box .input-group button {
  background-color: transparent;
}
.pos-detail-card .qty-box .input-group button i {
  font-weight: 700;
  font-size: 18px;
}
.product-details .table {
  border: 0;
  margin-top: 10px;
}
.product-details .table tbody tr td {
  text-align: center;
}
.product-details .table tbody tr td input::-webkit-outer-spin-button,
.product-details .table tbody tr td input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.product-details .table tbody tr td input[type=number] {
  -moz-appearance: textfield;
  width: 40px;
  padding: 7px 12px;
  margin: 0 auto;
}
.product-details .table tbody tr td .product-content {
  display: flex;
  align-items: center;
  gap: 8px;
}
.product-details .table tbody tr td .product-content .product-image {
  width: 35px;
  height: 35px;
  text-align: center;
  margin: 0 auto;
}
.product-details .table tbody tr td .product-content .product-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.product-details .table tbody tr td .product-content .product-name {
  font-size: 15px;
  font-weight: 600;
  width: calc(100% - 35px - 8px);
}
.product-details .table tbody tr td .product-content .product-name h5,
.product-details .table tbody tr td .product-content .product-name .h5 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  white-space: pre-wrap;
}
.product-details .table tbody tr td:first-child {
  text-align: left;
}
.product-details .table thead th {
  text-align: center;
  font-size: 16px;
}
.product-details .table thead th:first-child {
  text-align: left;
}
.product-details .empty-cart {
  padding: 50px 0;
  text-align: center;
}
.product-details .empty-cart img {
  width: 60%;
}
.product-details .cart-listing {
  margin-top: 5px;
  display: flex;
  flex-wrap: wrap;
}
.product-details .cart-listing li {
  display: flex;
  align-items: center;
  gap: 15px;
  position: relative;
  width: 100%;
  padding-bottom: 20px;
  border-bottom: 1px dashed #ddd;
  margin-bottom: 20px;
}
.product-details .cart-listing li .qty-box {
  position: absolute;
  bottom: 20px;
  right: 0;
}
body.rtl .product-details .cart-listing li .qty-box {
  right: unset;
  left: 0;
}
.product-details .cart-listing li .qty-box .input-group {
  background-color: #f9f9f6;
}
@media (max-width: 576px) {
  .product-details .cart-listing li .qty-box {
    position: relative;
    bottom: 0;
  }
}
.product-details .cart-listing li img {
  width: 70px;
  height: 70px;
  border-radius: 6px;
  object-fit: contain;
}
.product-details .cart-listing li .cart-content {
  width: calc(100% - 70px - 120px - 15px);
}
@media (max-width: 576px) {
  .product-details .cart-listing li .cart-content {
    width: calc(100% - 70px - 15px);
  }
}
.product-details .cart-listing li .cart-content h4,
.product-details .cart-listing li .cart-content .h4 {
  font-weight: 600;
  margin-bottom: 9px;
  width: 95%;
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 1.4;
  color: #4a5568;
}
@media (max-width: 576px) {
  .product-details .cart-listing li .cart-content h4,
  .product-details .cart-listing li .cart-content .h4 {
    width: 100%;
  }
}
.product-details .cart-listing li .cart-content h5,
.product-details .cart-listing li .cart-content .h5 {
  color: #4a5568;
}
.qty-box {
  margin-top: 10px;
  width: calc(100px + 20 * (100vw - 320px) / 1600);
}
.qty-box .input-group {
  background-color: #ffffff;
  border-radius: 7px;
  padding: 5px 4px;
  text-align: center;
  z-index: 0;
  border: 1px solid #eee;
}
.qty-box .input-group.theme-bg-white {
  background-color: #ffffff;
}
.qty-box .input-group button {
  transition: all 0.3s ease-in-out;
  width: calc(26px + 9 * (100vw - 320px) / 1600);
  height: calc(26px + 9 * (100vw - 320px) / 1600);
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  padding: 0 !important;
  background-color: #ffffff;
  z-index: 0;
  border-radius: 4px !important;
}
.qty-box .input-group button i {
  font-size: 19px;
  color: var(--theme-color);
  line-height: 1;
  margin: 0;
}
.qty-box .input-group button:focus {
  box-shadow: none;
}
.qty-box .input-group button:hover {
  background-color: var(--theme-color);
}
.qty-box .input-group button:hover i {
  color: #ffffff;
}
.qty-box .input-group input {
  height: auto;
  background-color: transparent;
  border: none;
  padding: 0;
  text-align: center;
  font-size: 14px;
  color: #4a5568;
}
.dashboard-category .category-image {
  width: 100%;
  height: 85px;
  padding: 20px;
  position: relative;
  overflow: hidden;
  border-radius: 11px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.dashboard-category .category-image h4,
.dashboard-category .category-image .h4 {
  font-size: 35px;
  color: #969696;
  line-height: 1;
}
.dashboard-category .category-image:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f8f8f8;
  opacity: 1;
  z-index: -1;
}
.dashboard-category .category-image:hover {
  background:
    linear-gradient(
      -45deg,
      var(--theme-color),
      #719460);
  transition: all 0.5s ease;
}
.dashboard-category .category-image:hover h4,
.dashboard-category .category-image:hover .h4 {
  color: #ffffff;
}
.dashboard-category .category-image.active {
  background:
    linear-gradient(
      -45deg,
      var(--theme-color),
      #719460);
  transition: all 0.5s ease;
}
.dashboard-category .category-image.active h4,
.dashboard-category .category-image.active .h4 {
  color: #ffffff;
}
.dashboard-category .category-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.dashboard-category .category-name {
  width: 70%;
  margin: 10px auto 0;
  display: block;
  text-align: center;
}
.dashboard-category .category-name h6,
.dashboard-category .category-name .h6 {
  color: #333333;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.pos-modal .modal-body {
  padding: calc(18px + 11 * (100vw - 320px) / 1600);
}
.pos-modal .modal-body .right-sidebar-modal .modal-bottom-cart {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-top: 20px;
}
.pos-modal .modal-body .right-sidebar-modal .modal-bottom-cart .btn-animation {
  width: calc(100% - 120px);
}
.pos-modal .modal-body .right-sidebar-modal .modal-bottom-cart .qty-box {
  margin-top: 0;
  height: 47px;
}
.pos-modal .modal-body .right-sidebar-modal .modal-bottom-cart .qty-box .input-group {
  background-color: #f8f8f8;
  border: 0;
  height: 100%;
}
.pos-modal .modal-body .right-sidebar-modal .title-name {
  font-weight: 600;
  line-height: 1.3;
  text-transform: uppercase;
  margin-bottom: calc(3px + 4 * (100vw - 320px) / 1600);
  font-size: calc(16px + 6 * (100vw - 320px) / 1600);
}
.pos-modal .modal-body .right-sidebar-modal .price {
  font-size: 20px;
  color: #4a5568;
}
.pos-modal .modal-body .right-sidebar-modal .brand-list {
  display: flex;
  flex-wrap: wrap;
  gap: calc(9px + 3 * (100vw - 320px) / 1600);
  align-items: center;
  margin-top: calc(13px + 6 * (100vw - 320px) / 1600);
  border-bottom: 1px dashed #ececec;
  padding-bottom: 14px;
}
.pos-modal .modal-body .right-sidebar-modal .brand-list li {
  width: 100%;
}
.pos-modal .modal-body .right-sidebar-modal .brand-list li .brand-box {
  display: flex;
  align-items: center;
}
.pos-modal .modal-body .right-sidebar-modal .brand-list li .brand-box h5,
.pos-modal .modal-body .right-sidebar-modal .brand-list li .brand-box .h5 {
  width: 110px;
  font-size: 14px;
  color: #4a5568;
}
.pos-modal .modal-body .right-sidebar-modal .select-size {
  display: flex;
  flex-wrap: nowrap;
  gap: 15px;
  margin-top: 10px;
  align-items: center;
  margin-top: calc(16px + 5 * (100vw - 320px) / 1600);
}
.pos-modal .modal-body .right-sidebar-modal .select-size h4,
.pos-modal .modal-body .right-sidebar-modal .select-size .h4 {
  font-size: calc(14px + 1 * (100vw - 320px) / 1600);
  white-space: nowrap;
}
.pos-modal .modal-body .right-sidebar-modal .select-size .select-form-size {
  width: auto;
  border-color: #eee;
}
.pos-modal .modal-body .right-sidebar-modal .product-rating {
  border-bottom: 1px dashed #ececec;
  padding-bottom: 14px;
  margin-top: 14px;
}
.pos-modal .modal-body .right-sidebar-modal .product-detail {
  margin-top: 12px;
}
.pos-modal .modal-body .right-sidebar-modal .product-detail h4,
.pos-modal .modal-body .right-sidebar-modal .product-detail .h4 {
  font-weight: 600;
  margin-bottom: 7px;
}
.pos-modal .modal-body .right-sidebar-modal .product-detail p {
  font-size: calc(14px + 1 * (100vw - 320px) / 1600);
  line-height: 1.4;
  margin: 0;
  color: #4a5568;
}
.pos-modal .modal-body .right-sidebar-modal .select-wight {
  display: flex;
  align-items: center;
  margin-top: 17px;
}
.pos-modal .modal-body .right-sidebar-modal .select-wight .select-form-wight {
  width: auto;
}
@media (max-width: 480px) {
  .pos-modal .modal-body .right-sidebar-modal .select-wight .select-form-wight {
    width: 100%;
  }
}
.pos-modal .modal-body .right-sidebar-modal .select-wight .stoke-box {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 100%;
  flex-wrap: wrap;
  gap: 6px;
}
@media (max-width: 575px) {
  .pos-modal .modal-body .right-sidebar-modal .select-wight .stoke-box {
    justify-content: flex-start;
  }
}
.pos-modal .modal-body .right-sidebar-modal .select-wight .stoke-box .feather {
  width: 19px;
  height: auto;
  color: #61b33e;
}
.pos-modal .modal-body .right-sidebar-modal .select-wight .stoke-box h6,
.pos-modal .modal-body .right-sidebar-modal .select-wight .stoke-box .h6 {
  font-size: 16px;
  letter-spacing: 0.9px;
  color: #4a5568;
}
.pos-modal .modal-body .right-sidebar-modal .select-wight .select-form-wight:focus {
  border-color: #ececec;
  box-shadow: none;
}
.selection-section h4,
.selection-section .h4 {
  font-weight: 500;
  margin-bottom: 10px;
  font-size: 16px;
}
.selection-section ul {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
.selection-section ul li {
  width: max-content;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #eee;
  border-radius: 5px;
  padding: 5px 10px;
}
.selection-section ul li button {
  box-shadow: none;
  border: none;
  background-color: transparent;
  padding: 0;
}
.selection-section ul li.active {
  background-color: var(--theme-color);
  color: #ffffff;
}
.selection-section ul li.active button {
  color: #ffffff;
}
.selection-section ul.gram-selection li {
  display: block;
  text-align: center;
  width: auto;
  height: auto;
  padding: 5px 10px;
}
.selection-section ul.gram-selection li span {
  font-size: 12px;
  display: block;
}
.selection-section ul.select-package {
  display: flex;
  flex-wrap: wrap;
  gap: calc(5px + 8 * (100vw - 320px) / 1600);
}
@media (max-width: 767px) {
  .selection-section ul.select-package {
    justify-content: center;
  }
}
body.rtl .selection-section ul.select-package {
  padding-right: 0;
}
.selection-section ul.select-package li {
  border: 1px solid rgba(154, 154, 154, 0.4);
  border-radius: 6px;
  padding: 3px;
  transition: all 0.3s ease-in-out;
}
.selection-section ul.select-package li a,
.selection-section ul.select-package li button {
  padding: 6px 11px;
  border: 1px solid #ececec;
  border-radius: 4px;
  display: block;
  color: #4a5568;
  font-size: 14px;
  transition: all 0.3s ease-in-out;
  background: transparent;
}
.selection-section ul.select-package li:hover {
  border: 1px solid rgba(154, 154, 154, 0.65);
}
.selection-section ul.select-package li:hover button,
.selection-section ul.select-package li:hover img {
  border-color: rgba(154, 154, 154, 0.65);
}
.selection-section ul.select-package li.active {
  border: 1px solid var(--theme-color);
  background-color: transparent;
  border-radius: 6px;
  padding: 3px;
}
.selection-section ul.select-package li.active button,
.selection-section ul.select-package li.active img {
  background: var(--theme-color);
  color: #ffffff;
  font-weight: 600;
}
.selection-section ul.select-package li.disabled {
  position: relative;
  -webkit-user-select: none;
  user-select: none;
  cursor: default;
  opacity: 0.6 !important;
  pointer-events: none;
}
.selection-section ul.select-package 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;
}
.selection-section ul.select-package li.disabled a,
.selection-section ul.select-package li.disabled button {
  cursor: default;
}
.selection-section ul.color li {
  opacity: 0.7;
}
.selection-section ul.color li.active {
  opacity: 1;
  border-color: #222222;
}
.selection-section ul.color li button {
  width: 36px !important;
  height: 36px !important;
}
.selection-section ul.form-check {
  margin: 0;
  padding: 0;
  min-height: auto;
  display: flex;
  align-items: center;
  gap: 8px;
}
.selection-section ul.form-check:hover .form-check-input {
  border-color: rgba(154, 154, 154, 0.65);
}
.selection-section ul.form-check:hover .form-check-label {
  color: #222222;
}
.selection-section ul.form-check + .form-check {
  margin-left: 15px;
}
.selection-section ul.form-check .form-check-input {
  cursor: pointer;
  float: unset;
  margin: 0;
  width: 16px;
  height: 16px;
  background-color: #f8f8f8;
  border: 1px solid rgba(154, 154, 154, 0.4);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.selection-section ul.form-check .form-check-input::after {
  content: "";
  position: relative;
  width: 12px;
  height: 12px;
  background-color: var(--theme-color);
  border-radius: 100%;
  transition: 0.3s ease-in-out;
  transform: scale(0);
}
.selection-section ul.form-check .form-check-input:focus {
  box-shadow: unset;
}
.selection-section ul.form-check .form-check-input:active {
  filter: unset;
}
.selection-section ul.form-check .form-check-input:checked {
  background-color: #ffffff;
  border-color: var(--theme-color);
}
.selection-section ul.form-check .form-check-input:checked::after {
  transform: scale(1);
}
.selection-section ul.form-check .form-check-input:checked ~ .form-check-label {
  color: #222222;
}
.selection-section ul.form-check .form-check-label {
  line-height: 1;
  font-size: 16px;
  font-weight: 600;
  margin-top: 1px;
  color: #4a5568;
  cursor: pointer;
}
.selection-section ul.image li {
  border: 1px solid rgba(154, 154, 154, 0.4);
  border-radius: 6px;
  padding: 3px;
  width: 65px;
  height: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #eee;
  border-radius: 5px;
  padding: 5px;
}
.selection-section ul.image li.active {
  border-color: var(--theme-color);
  background-color: #ffffff;
}
.selection-section ul.image li.active img {
  background-color: #ffffff;
}
.selection-section ul.image li button,
.selection-section ul.image li img {
  width: 65px;
  border-radius: 4px;
  cursor: pointer;
  height: 65px;
  padding: 0;
  overflow: hidden;
}
.selection-section ul.image li img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.selection-section ul.rectangle li {
  border: 1px solid rgba(154, 154, 154, 0.4);
  border-radius: 6px;
  padding: 3px;
  width: auto;
  height: auto;
}
.selection-section ul.rectangle li:hover button {
  color: #222222;
  background-color: #f1f0f0;
}
.selection-section ul.rectangle li.active button {
  color: #ffffff;
  background-color: var(--theme-color);
}
.selection-section ul.rectangle li button {
  background-color: #f8f8f8;
  border: unset;
}
.selection-section ul.circle li {
  border: 1px solid rgba(154, 154, 154, 0.4);
  border-radius: 6px;
  padding: 3px;
  width: auto;
  height: auto;
}
.selection-section ul.circle li:hover button {
  color: #222222;
  background-color: #f1f0f0;
}
.selection-section ul.circle li.active button {
  color: #ffffff;
  background-color: var(--theme-color);
}
.selection-section ul.circle li button {
  background-color: #f8f8f8;
  border: unset;
}
.selection-section .form-select {
  background:
    linear-gradient(
      187.77deg,
      #fafafa 5.52%,
      #f8f8f8 94%);
  border-radius: 7px;
  border: 1px solid #eee;
  display: inline-block;
  max-width: 40%;
}
footer .footer-content p,
footer .footer-content li {
  font-size: 20px;
}
.custom-padding {
  padding-right: 10px;
}
.custom-height {
  max-height: 190px;
  overflow-y: auto;
  height: 100%;
}
.custom-height::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: rgba(85, 85, 85, 0.14);
}
.custom-height::-webkit-scrollbar {
  width: 4px;
  background-color: #f5f5f5;
  border-radius: 50px;
}
.custom-height::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: rgba(85, 85, 85, 0.5);
}
.custom-select .select2-container .select2-results__options::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: rgba(85, 85, 85, 0.14);
}
.custom-select .select2-container .select2-results__options::-webkit-scrollbar {
  width: 4px;
  background-color: #f5f5f5;
  border-radius: 50px;
}
.custom-select .select2-container .select2-results__options::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: rgba(85, 85, 85, 0.5);
}
.list-style > * {
  width: 100% !important;
}
.list-style .product-box-3 {
  display: flex;
  align-items: center;
  gap: 25px;
}
@media (max-width: 480px) {
  .list-style .product-box-3 {
    display: grid;
  }
}
.list-style .product-box-3 .product-image {
  width: 180px;
}
@media (max-width: 575px) {
  .list-style .product-box-3 .product-image {
    width: 100%;
  }
}
.list-style .product-box-3 .product-detail {
  width: calc(100% - 180px - 25px);
}
@media (max-width: 575px) {
  .list-style .product-box-3 .product-detail {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .list-style .product-box-3 .product-detail .add-to-cart-box .btn-add-cart .add-icon {
    display: flex;
  }
}
.shop-banner-contain {
  position: relative;
  border-radius: 8px;
}
.shop-banner-contain .shop-banner-details {
  padding: calc(20px + 20 * (100vw - 320px) / 1600) calc(25px + 55 * (100vw - 320px) / 1600);
  width: 50%;
}
@media (max-width: 1460px) {
  .shop-banner-contain .shop-banner-details {
    width: 60%;
  }
}
@media (max-width: 991px) {
  .shop-banner-contain .shop-banner-details {
    width: 70%;
  }
}
@media (max-width: 767px) {
  .shop-banner-contain .shop-banner-details {
    width: 80%;
    background: #ffffff;
    background:
      linear-gradient(
        90deg,
        rgba(255, 255, 255, 0.4) 0%,
        rgba(246, 246, 246, 0) 100%);
  }
}
@media (max-width: 480px) {
  .shop-banner-contain .shop-banner-details {
    width: 100%;
  }
}
.shop-banner-contain .shop-banner-details h5,
.shop-banner-contain .shop-banner-details .h5 {
  font-size: calc(13px + 5 * (100vw - 320px) / 1600);
  letter-spacing: 1.5px;
}
.shop-banner-contain .shop-banner-details h2,
.shop-banner-contain .shop-banner-details .h2 {
  font-size: calc(24px + 34 * (100vw - 320px) / 1600);
  margin: calc(8px + 2 * (100vw - 320px) / 1600) 0;
  line-height: 1.2;
  font-weight: 700;
}
.banner-description {
  margin-top: 28px;
}
.banner-description p {
  margin-bottom: 0;
  font-size: 15px;
  line-height: 1.6;
}
.category-title h3,
.category-title .h3 {
  display: inline-block;
  padding-bottom: 4px;
  margin-bottom: 18px;
  font-weight: 600;
  font-size: calc(16px + 2 * (100vw - 320px) / 1600);
  color: var(--theme-color);
}
.category-list {
  display: flex;
  flex-wrap: wrap;
  gap: calc(10px + 6 * (100vw - 320px) / 1600);
}
body.rtl .category-list {
  padding-right: 0;
}
.category-list li {
  display: block;
  width: 100%;
}
.category-list li .category-list-box {
  display: flex;
  align-items: center;
}
.category-list li .category-list-box input {
  margin-top: -4px;
}
.category-list li .category-list-box .form-check-label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  cursor: pointer;
}
.category-list li .category-list-box .form-check-label .name {
  font-size: calc(15px + 2 * (100vw - 320px) / 1600);
  color: #222222;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  width: 80%;
}
.category-list li .category-list-box .form-check-label .number {
  color: #777;
  font-size: calc(14px + 1 * (100vw - 320px) / 1600);
}
.category-list li .category-list-box .color-label-box {
  gap: 8px;
  justify-content: unset;
}
.category-list li .category-list-box .color-label-box .color-box {
  width: 18px;
  height: 18px;
  border-radius: 100%;
  border: 1px solid #eee;
}
.irs {
  position: relative;
  display: block;
  -webkit-user-select: none;
  user-select: none;
  height: 55px;
}
.irs .irs-line {
  position: relative;
  display: block;
  overflow: hidden;
  outline: none !important;
  height: 10px;
  top: 33px;
  background-color: #f9f8f6;
  border-radius: 50px;
}
.irs .irs-line-left {
  width: 11%;
  height: 8px;
  position: absolute;
  display: block;
  top: 0;
  left: 0;
}
.irs .irs-line-mid {
  width: 82%;
  height: 8px;
  position: absolute;
  display: block;
  top: 0;
  left: 9%;
}
.irs .irs-line-right {
  width: 11%;
  height: 8px;
  position: absolute;
  display: block;
  top: 0;
  right: 0;
}
.irs .irs-bar {
  width: 0;
  height: 10px;
  position: absolute;
  display: block;
  left: 0;
  top: 33px;
  background-color: var(--theme-color);
}
.irs .irs-bar-edge {
  width: 14px;
  height: 10px;
  position: absolute;
  display: block;
  left: 0;
  top: 33px;
  border: 1px solid #428bca;
  border-right: 0;
  background: #428bca;
  background:
    linear-gradient(
      to top,
      #428bca 0%,
      #7fc3e8 100%);
  border-radius: 16px 0 0 16px;
}
.irs .irs-shadow {
  width: 0;
  height: 2px;
  position: absolute;
  display: none;
  left: 0;
  top: 38px;
  background: #222222;
  opacity: 0.3;
  border-radius: 5px;
}
.irs .irs-slider {
  width: 20px;
  height: 20px;
  position: absolute;
  display: block;
  z-index: 1;
  top: 28px;
  border: 3px solid #ffffff;
  background-color: var(--theme-color);
  border-radius: 100%;
  cursor: pointer;
}
.irs .irs-slider .irs-slider.type_last {
  z-index: 2;
}
.irs .irs-slider .irs-min {
  position: absolute;
  display: block;
  left: 0;
  cursor: default;
  color: #333;
  font-size: 12px;
  line-height: 1.333;
  text-shadow: none;
  top: 0;
  padding: 1px 5px;
  background: rgba(34, 34, 34, 0.1);
  border-radius: 3px;
}
.irs .irs-max {
  position: absolute;
  display: block;
  right: 0;
  cursor: default;
  color: #777;
  font-size: 12px;
  line-height: 1.333;
  text-shadow: none;
  top: 0;
  padding: 3px 7px;
  background: rgba(34, 34, 34, 0.1);
  border-radius: 3px;
  font-weight: 500;
}
.irs .irs-min {
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  cursor: default;
  color: #777;
  font-size: 12px;
  line-height: 1.333;
  text-shadow: none;
  padding: 3px 7px;
  background: rgba(34, 34, 34, 0.1);
  border-radius: 3px;
  font-weight: 500;
}
.irs .irs-from {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  cursor: default;
  white-space: nowrap;
  color: #ffffff;
  font-size: 13px;
  line-height: 1.333;
  text-shadow: none;
  padding: 3px 7px;
  background-color: var(--theme-color);
  border-radius: 3px;
  font-weight: 600;
}
.irs .irs-to {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  cursor: default;
  white-space: nowrap;
  color: #ffffff;
  font-size: 13px;
  line-height: 1.333;
  text-shadow: none;
  padding: 3px 7px;
  background-color: var(--theme-color);
  border-radius: 3px;
  font-weight: 600;
}
.irs .irs-single {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  cursor: default;
  white-space: nowrap;
  color: #ffffff;
  font-size: 14px;
  line-height: 1.333;
  text-shadow: none;
  padding: 1px 5px;
  background: var(--theme-color);
  border-radius: 3px;
}
.irs .irs-grid {
  width: 100%;
  height: 20px;
  position: absolute;
  display: none;
  bottom: 0;
  left: 0;
  height: 27px;
}
.irs .irs-with-grid {
  height: 75px;
}
.irs .irs-with-grid .irs-grid {
  display: block;
}
.irs .irs-grid-pol {
  width: 1px;
  height: 8px;
  position: absolute;
  top: 0;
  left: 0;
  background: #222222;
  opacity: 0.5;
  background: #428bca;
}
.irs .irs-grid-pol.small {
  height: 4px;
  background: #999;
}
.irs .irs-grid-text {
  position: absolute;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  text-align: center;
  font-size: 9px;
  line-height: 9px;
  padding: 0 3px;
  color: #222222;
  bottom: 5px;
  color: #99a4ac;
}
.irs .irs-disable-mask {
  width: 102%;
  height: 100%;
  position: absolute;
  display: block;
  top: 0;
  left: -1%;
  cursor: default;
  z-index: 2;
}
.irs .irs-disabled {
  opacity: 0.4;
}
.irs .irs-hidden-input {
  position: absolute !important;
  display: block !important;
  top: 0 !important;
  left: 0 !important;
  width: 0 !important;
  height: 0 !important;
  font-size: 0 !important;
  line-height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  outline: none !important;
  z-index: -9999 !important;
  background: none !important;
  border-style: solid !important;
  border-color: transparent !important;
}
.irs .lt-ie9 .irs-disable-mask {
  background: #222222;
  filter: alpha(opacity=0);
  cursor: not-allowed;
}
.irs .lt-ie9 .irs-shadow {
  filter: alpha(opacity=30);
}
.irs .lt-ie9 .irs-min {
  background: #ccc;
}
.irs .lt-ie9 .irs-max {
  background: #ccc;
}
.irs .lt-ie9 .irs-from {
  background: #999;
}
.irs .lt-ie9 .irs-to {
  background: #999;
}
.irs .lt-ie9 .irs-single {
  background: #999;
}
.js-range-slider {
  margin-top: 15px;
  padding: 10px;
  border-radius: 5px;
  border: 1px solid #ddd;
  color: #222222;
  width: 100%;
}
.shop-section .banner-contain-2 {
  margin-bottom: 1.5rem;
}
.shop-section .left-box {
  position: sticky;
  top: 0;
  border-right: 1px solid #ddd;
}
.shop-section .left-box .leftbox-overlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease;
}
body.rtl .shop-section .left-box {
  border-right: unset;
  border-left: 1px solid #ddd;
}
@media (max-width: 991px) {
  .shop-section .left-box {
    width: 300px;
    height: 100%;
    border-right: unset;
    position: fixed;
    top: 0;
    left: -350px;
    background-color: #ffffff;
    z-index: 3;
    transition: all 0.5s ease;
    overflow-x: scroll;
    overflow-y: auto;
    transition: all 0.3s ease-in-out;
  }
  body.rtl .shop-section .left-box {
    border-right: unset;
    border-left: unset;
    left: unset;
    right: -350px;
  }
}
.shop-section .left-box.right-box {
  border-right: unset;
  border-left: 1px solid #ddd;
}
body.rtl .shop-section .left-box.right-box {
  border-left: unset;
  border-right: 1px solid #ddd;
}
@media (max-width: 991px) {
  .shop-section .left-box.right-box {
    border-left: unset;
    left: unset;
    right: -350px;
  }
  body.rtl .shop-section .left-box.right-box {
    left: -350px;
    right: unset;
  }
}
.shop-section .left-box.right-box.show {
  left: unset;
  right: 0;
}
body.rtl .shop-section .left-box.right-box.show {
  right: unset;
  left: 0;
}
.shop-section .left-box.right-box .shop-left-sidebar {
  padding-left: calc(16px + 10 * (100vw - 320px) / 1600);
  padding-right: unset;
}
body.rtl .shop-section .left-box.right-box .shop-left-sidebar {
  padding-right: calc(16px + 10 * (100vw - 320px) / 1600);
  padding-left: unset;
}
.shop-section .left-box.show {
  left: 0;
}
.shop-section .left-box.show .leftbox-overlay {
  opacity: 1;
  visibility: visible;
}
body.rtl .shop-section .left-box.show {
  right: 0;
  left: unset;
}
.shop-section .left-box .shop-left-sidebar {
  padding-right: calc(16px + 10 * (100vw - 320px) / 1600);
}
body.rtl .shop-section .left-box .shop-left-sidebar {
  padding-right: unset;
  padding-left: calc(16px + 10 * (100vw - 320px) / 1600);
}
@media (max-width: 991px) {
  .shop-section .left-box .shop-left-sidebar {
    padding: calc(16px + 10 * (100vw - 320px) / 1600);
    background-color: #ffffff;
  }
  body.rtl .shop-section .left-box .shop-left-sidebar {
    padding: calc(16px + 10 * (100vw - 320px) / 1600);
  }
}
.shop-section .left-box .shop-left-sidebar.shop-right-sidebar {
  padding-left: calc(16px + 10 * (100vw - 320px) / 1600);
  padding-right: unset;
}
body.rtl .shop-section .left-box .shop-left-sidebar.shop-right-sidebar {
  padding-left: unset;
  padding-right: calc(16px + 10 * (100vw - 320px) / 1600);
}
@media (max-width: 991px) {
  .shop-section .left-box .shop-left-sidebar.shop-right-sidebar {
    padding: calc(16px + 10 * (100vw - 320px) / 1600);
  }
  body.rtl .shop-section .left-box .shop-left-sidebar.shop-right-sidebar {
    padding: calc(16px + 10 * (100vw - 320px) / 1600);
  }
}
.shop-section .left-box .shop-left-sidebar.shop-right-sidebar .back-button h3 i,
.shop-section .left-box .shop-left-sidebar.shop-right-sidebar .back-button .h3 i {
  margin-right: auto;
  margin-left: 0;
}
body.rtl .shop-section .left-box .shop-left-sidebar.shop-right-sidebar .back-button h3 i,
body.rtl .shop-section .left-box .shop-left-sidebar.shop-right-sidebar .back-button .h3 i {
  margin-right: 0;
  margin-left: auto;
}
.shop-section .left-box .shop-left-sidebar .back-button {
  display: none;
}
@media (max-width: 991px) {
  .shop-section .left-box .shop-left-sidebar .back-button {
    display: block;
    margin-bottom: 26px;
  }
}
.shop-section .left-box .shop-left-sidebar .back-button h3,
.shop-section .left-box .shop-left-sidebar .back-button .h3 {
  display: flex;
  align-items: center;
  font-weight: 600;
}
.shop-section .left-box .shop-left-sidebar .back-button h3 i,
.shop-section .left-box .shop-left-sidebar .back-button .h3 i {
  margin-right: 10px;
}
body.rtl .shop-section .left-box .shop-left-sidebar .back-button h3 i,
body.rtl .shop-section .left-box .shop-left-sidebar .back-button .h3 i {
  margin-left: 10px;
  margin-right: unset;
}
.shop-section .left-box .shop-left-sidebar .search-box {
  position: relative;
  margin-bottom: 30px;
}
.shop-section .left-box .shop-left-sidebar .search-box::after {
  content: "\f002";
  position: absolute;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  border-left: 1px solid #ddd;
  font-size: 15px;
  padding: 0 18px;
  height: 60%;
  display: flex;
  align-items: center;
  color: #4a5568;
}
body.rtl .shop-section .left-box .shop-left-sidebar .search-box::after {
  right: unset;
  left: 0;
  border-left: unset;
  border-right: 1px solid #ddd;
}
.shop-section .left-box .shop-left-sidebar .filter-category .filter-title {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0;
  padding: 0 0 8px 0;
}
.shop-section .left-box .shop-left-sidebar .filter-category .filter-title h2,
.shop-section .left-box .shop-left-sidebar .filter-category .filter-title .h2 {
  font-size: 18px;
  padding: 0 0 8px 0;
  font-weight: 600;
  border-bottom: 1px solid var(--theme-color);
}
.shop-section .left-box .shop-left-sidebar .filter-category .filter-title a {
  display: block;
}
.shop-section .left-box .shop-left-sidebar .filter-category .filter-title a:hover {
  color: var(--theme-color);
}
.shop-section .left-box .shop-left-sidebar .filter-category ul {
  margin-bottom: 25px;
  display: flex;
  flex-wrap: wrap;
  gap: calc(10px + 5 * (100vw - 320px) / 1600);
  padding-top: 16px;
}
body.rtl .shop-section .left-box .shop-left-sidebar .filter-category ul {
  padding-right: 0;
}
.shop-section .left-box .shop-left-sidebar .filter-category ul li {
  padding: 9px 11px;
  background-color: #f9f8f6;
  position: relative;
  border-radius: 4px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.shop-section .left-box .shop-left-sidebar .filter-category ul li i {
  font-size: 14px;
  color: #000000;
  cursor: pointer;
}
.shop-section .left-box .shop-left-sidebar .filter-category ul li a {
  color: #777;
}
.shop-section .left-box .shop-left-sidebar .custome-accordion {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
}
.shop-section .left-box .shop-left-sidebar .custome-accordion .accordion-item {
  border: none;
  width: 100%;
}
.shop-section .left-box .shop-left-sidebar .custome-accordion .accordion-item.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: 9px;
}
.shop-section .left-box .shop-left-sidebar .custome-accordion .accordion-item.skeleton-accordion .accordion-header .accordion-button span:before {
  display: none;
}
.shop-section .left-box .shop-left-sidebar .custome-accordion .accordion-item.skeleton-accordion .accordion-header .accordion-button:before {
  display: none;
}
.shop-section .left-box .shop-left-sidebar .custome-accordion .accordion-item.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: 9px;
  opacity: 1;
  height: 20px;
  position: relative;
  margin-left: 30px;
}
.shop-section .left-box .shop-left-sidebar .custome-accordion .accordion-item.skeleton-accordion .placeholder::after {
  content: "";
  position: absolute;
  left: 0;
  width: 20px;
  height: 100%;
  left: -30px;
  background-color: #f6f7f8;
  top: auto;
  border-radius: 5px;
}
.shop-section .left-box .shop-left-sidebar .custome-accordion .accordion-item.skeleton-accordion .accordion-body ul {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.shop-section .left-box .shop-left-sidebar .custome-accordion .accordion-item .accordion-header .accordion-button {
  font-size: 18px;
  padding: 0 0 8px 0;
  font-weight: 600;
  margin-bottom: 9px;
}
.shop-section .left-box .shop-left-sidebar .custome-accordion .accordion-item .accordion-header .accordion-button.collapsed::before {
  transform: rotate(180deg);
}
.shop-section .left-box .shop-left-sidebar .custome-accordion .accordion-item .accordion-header .accordion-button:focus {
  border-color: unset;
  box-shadow: none;
}
.shop-section .left-box .shop-left-sidebar .custome-accordion .accordion-item .accordion-header .accordion-button::after {
  content: none;
}
.shop-section .left-box .shop-left-sidebar .custome-accordion .accordion-item .accordion-header .accordion-button::before {
  content: "\ea4e";
  position: absolute;
  font-family: remixicon;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  width: 26px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  right: 5px;
  background-color: #f7f6f4;
  font-size: 15px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
}
body.rtl .shop-section .left-box .shop-left-sidebar .custome-accordion .accordion-item .accordion-header .accordion-button::before {
  right: unset;
  left: 5px;
}
.shop-section .left-box .shop-left-sidebar .custome-accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  color: #222222;
  background-color: transparent;
  box-shadow: none;
}
.shop-section .left-box .shop-left-sidebar .custome-accordion .accordion-item .accordion-header .accordion-button span {
  position: relative;
}
.shop-section .left-box .shop-left-sidebar .custome-accordion .accordion-item .accordion-header .accordion-button span::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: -8px;
  left: 0;
  background-color: var(--theme-color);
}
.shop-section .left-box .shop-left-sidebar .custome-accordion .accordion-item .accordion-collapse .accordion-body {
  padding: 16px 0 0;
}
.shop-section .left-box .shop-left-sidebar .custome-accordion .accordion-item .accordion-collapse .accordion-body .accordion-body {
  padding: 0;
}
.shop-section .left-box .shop-left-sidebar .left-title {
  margin-bottom: 20px;
  margin-top: 32px;
}
.shop-section .left-box .shop-left-sidebar .left-title h3,
.shop-section .left-box .shop-left-sidebar .left-title .h3 {
  font-weight: 700;
}
.shop-section .left-box .shop-left-sidebar .custom-nav-tab {
  gap: calc(11px + 9 * (100vw - 320px) / 1600);
}
.shop-section .left-box .shop-left-sidebar .custom-nav-tab .nav-item {
  width: 100%;
  height: 60px;
  background-color: #f7f6f3;
  border-radius: 6px;
  display: flex;
  overflow: hidden;
}
.shop-section .left-box .shop-left-sidebar .custom-nav-tab .nav-item > * {
  width: 100%;
}
.shop-section .left-box .shop-left-sidebar .custom-nav-tab .nav-item .nav-link {
  width: 100%;
  text-align: left;
  font-size: 18px;
  font-weight: 500;
  color: #222222;
  border-radius: unset;
  position: relative;
  text-align: left;
  height: 100%;
}
body.rtl .shop-section .left-box .shop-left-sidebar .custom-nav-tab .nav-item .nav-link {
  text-align: right;
}
.shop-section .left-box .shop-left-sidebar .custom-nav-tab .nav-item .nav-link:hover(not) img {
  width: 75px;
  height: 75px;
  transform: translateY(-50%) rotate(-4deg);
  right: -12px;
  opacity: 0.45;
}
.shop-section .left-box .shop-left-sidebar .custom-nav-tab .nav-item .nav-link:hover img {
  width: 75px;
  height: 75px;
  transform: translateY(-50%) rotate(-4deg);
  right: -12px;
  opacity: 0.29;
}
.shop-section .left-box .shop-left-sidebar .custom-nav-tab .nav-item .nav-link.active {
  color: #ffffff;
  background: var(--theme-color);
  font-size: 19px;
  font-weight: 600;
}
.shop-section .left-box .shop-left-sidebar .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;
}
body.rtl .shop-section .left-box .shop-left-sidebar .custom-nav-tab .nav-item .nav-link.active img {
  right: unset;
  left: -10px;
}
.shop-section .left-box .shop-left-sidebar .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.3s ease-in-out;
}
body.rtl .shop-section .left-box .shop-left-sidebar .custom-nav-tab .nav-item .nav-link img {
  right: unset;
  left: -10px;
}
.shop-section .show-button {
  margin-bottom: 14px;
}
.shop-section .show-button .filter-button {
  display: block;
  color: #ffffff;
}
.shop-section .show-button .filter-button a {
  cursor: pointer;
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
  font-weight: 600;
  padding: calc(6px + 2 * (100vw - 320px) / 1600) calc(9px + 3 * (100vw - 320px) / 1600);
  background-color: var(--theme-color);
  border-radius: 5px;
  display: inline-block;
}
.shop-section .show-button .filter-button-group {
  display: flex;
  align-items: center;
  margin-top: 30px;
}
.shop-section .show-button .filter-button-group .sort-by-button {
  color: #ffffff;
  margin-left: auto;
}
.shop-section .show-button .filter-button-group .sort-by-button a {
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
  font-weight: 600;
  padding: calc(6px + 2 * (100vw - 320px) / 1600) calc(9px + 3 * (100vw - 320px) / 1600);
  background-color: var(--theme-color);
  border-radius: 5px;
  display: inline-block;
}
.shop-section .show-button .filter-dropdown {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}
.shop-section .show-button .top-filter-menu-2 {
  display: flex;
  align-items: center;
}
.shop-section .show-button .top-filter-menu-2 .sidebar-filter-menu a {
  border: none;
  background-color: #f6f5f2;
  font-size: calc(14px + 1 * (100vw - 320px) / 1600);
  padding: calc(9px + 1 * (100vw - 320px) / 1600) 15px;
  border-radius: 5px;
  color: #777;
}
.shop-section .show-button .top-filter-menu-2 .category-dropdown {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .shop-section .show-button .top-filter-menu-2 .category-dropdown h5,
  .shop-section .show-button .top-filter-menu-2 .category-dropdown .h5 {
    display: none;
  }
}
.shop-section .show-button .top-filter-menu-2 .category-dropdown .dropdown {
  margin-left: 10px;
}
body.rtl .shop-section .show-button .top-filter-menu-2 .category-dropdown .dropdown {
  margin-right: 10px;
  margin-left: unset;
}
.shop-section .show-button .top-filter-menu-2 .category-dropdown .dropdown .dropdown-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  background-color: #f6f5f2;
  font-size: calc(14px + 1 * (100vw - 320px) / 1600);
  padding: calc(9px + 1 * (100vw - 320px) / 1600) 15px;
  border-radius: 5px;
  color: #777;
  flex-wrap: wrap;
  gap: 10px;
}
.shop-section .show-button .top-filter-menu-2 .category-dropdown .dropdown .dropdown-toggle::after {
  content: none;
}
.shop-section .show-button .top-filter-menu-2 .category-dropdown .dropdown .dropdown-toggle i {
  margin-top: 2px;
}
.shop-section .show-button .top-filter-menu-2 .category-dropdown .dropdown .dropdown-menu li {
  display: block;
}
.shop-section .show-button .top-filter-menu-2 .grid-option {
  margin-left: auto;
}
.shop-section .show-button .top-filter-menu-2 .grid-option-2 {
  margin-left: 0;
}
@media (max-width: 767px) {
  .shop-section .show-button .top-filter-menu-2 .grid-option-2 {
    display: none;
  }
}
.shop-section .show-button .top-filter-menu-2 .grid-option-2 ul li.active {
  background: var(--theme-color);
}
.shop-section .show-button .top-filter-menu-2 .grid-option-2 ul li.active img {
  filter: invert(1) brightness(100);
}
.shop-section .show-button .top-filter-menu-2 .grid-option ul {
  display: flex;
  flex-wrap: wrap;
  gap: calc(5px + 7 * (100vw - 320px) / 1600);
  align-items: center;
}
body.rtl .shop-section .show-button .top-filter-menu-2 .grid-option ul {
  padding-right: 0;
}
.shop-section .show-button .top-filter-menu-2 .grid-option ul li {
  width: 35px;
  height: 35px;
  border-radius: 5px;
  background:
    linear-gradient(
      149.8deg,
      #f6f5f2 17.21%,
      #fbfaf9 79.21%);
}
.shop-section .show-button .top-filter-menu-2 .grid-option ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.shop-section .show-button .top-filter-menu {
  display: flex;
  align-items: center;
  margin-top: 18px;
}
.shop-section .show-button .top-filter-menu .category-dropdown {
  display: flex;
  align-items: center;
}
@media (max-width: 360px) {
  .shop-section .show-button .top-filter-menu .category-dropdown h5,
  .shop-section .show-button .top-filter-menu .category-dropdown .h5 {
    display: none;
  }
}
.shop-section .show-button .top-filter-menu .category-dropdown .dropdown {
  margin-left: 10px;
}
body.rtl .shop-section .show-button .top-filter-menu .category-dropdown .dropdown {
  margin-left: unset;
  margin-right: 10px;
}
@media (max-width: 360px) {
  .shop-section .show-button .top-filter-menu .category-dropdown .dropdown {
    margin-left: 0;
  }
}
.shop-section .show-button .top-filter-menu .category-dropdown .dropdown .dropdown-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  background-color: #f6f5f2;
  font-size: calc(14px + 1 * (100vw - 320px) / 1600);
  padding: calc(9px + 1 * (100vw - 320px) / 1600) 15px;
  border-radius: 5px;
  color: #777;
  flex-wrap: wrap;
  gap: 10px;
}
.shop-section .show-button .top-filter-menu .category-dropdown .dropdown .dropdown-toggle::after {
  content: none;
}
.shop-section .show-button .top-filter-menu .category-dropdown .dropdown .dropdown-toggle i {
  margin-top: 2px;
}
.shop-section .show-button .top-filter-menu .category-dropdown .dropdown .dropdown-menu li {
  display: block;
}
.shop-section .show-button .top-filter-menu .category-dropdown .dropdown .dropdown-menu li a:hover,
.shop-section .show-button .top-filter-menu .category-dropdown .dropdown .dropdown-menu li a:focus {
  background-color: transparent;
}
.shop-section .show-button .top-filter-menu .grid-option {
  margin-left: auto;
}
body.rtl .shop-section .show-button .top-filter-menu .grid-option {
  margin-left: unset;
  margin-right: auto;
}
.shop-section .show-button .top-filter-menu .grid-option ul {
  display: flex;
  flex-wrap: wrap;
  gap: calc(5px + 5 * (100vw - 320px) / 1600);
  align-items: center;
}
body.rtl .shop-section .show-button .top-filter-menu .grid-option ul {
  padding-right: 0;
}
.shop-section .show-button .top-filter-menu .grid-option ul li {
  width: 35px;
  height: 35px;
  border-radius: 5px;
  background:
    linear-gradient(
      149.8deg,
      #f6f5f2 17.21%,
      #fbfaf9 79.21%);
}
.shop-section .show-button .top-filter-menu .grid-option ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.shop-section .show-button .top-filter-menu .grid-option ul li.active {
  background: var(--theme-color);
}
.shop-section .show-button .top-filter-menu .grid-option ul li.active img {
  filter: invert(1) brightness(100);
}
.shop-section .show-button .filter-category {
  margin-bottom: 25px;
}
.shop-section .show-button .filter-category ul {
  display: flex;
  flex-wrap: wrap;
  gap: calc(6px + 9 * (100vw - 320px) / 1600);
  padding-top: 16px;
}
.shop-section .show-button .filter-category ul li {
  padding: calc(6px + 3 * (100vw - 320px) / 1600) calc(28px + 6 * (100vw - 320px) / 1600) calc(6px + 3 * (100vw - 320px) / 1600) calc(7px + 4 * (100vw - 320px) / 1600);
  background-color: #f9f8f6;
  position: relative;
  border-radius: 4px;
}
.shop-section .show-button .filter-category ul li:before {
  content: "\f00d";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  right: 13px;
  color: #777;
  cursor: pointer;
}
.shop-section .show-button .filter-category ul li a {
  color: #777;
}
.shop-section .top-filter-category {
  width: 100%;
  height: 0;
  padding: 0 24px;
  background-color: #ffffff;
  box-shadow: 0 2px 9px rgba(34, 34, 34, 0.07);
  border-radius: 6px;
  margin-bottom: 0;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
.shop-section .top-filter-category.show {
  padding: 24px;
  height: auto;
  margin-bottom: 22px;
}
.shop-section .top-filter-category > .row > div {
  border-right: 1px solid #ececec;
}
body.rtl .shop-section .top-filter-category > .row > div {
  border-right: unset;
  border-left: 1px solid #ececec;
}
.shop-section .top-filter-category > .row > div:last-child {
  border: none;
}
@media (max-width: 1199px) {
  .shop-section .top-filter-category > .row > div:nth-child(4n-2) {
    border-right: none;
  }
  body.rtl .shop-section .top-filter-category > .row > div:nth-child(4n-2) {
    border-right: unset;
    border-left: none;
  }
}
@media (max-width: 767px) {
  .shop-section .top-filter-category > .row > div {
    border: none;
  }
}
.category-slider-section .category-contain .category-contain-image {
  background:
    linear-gradient(
      149.8deg,
      #f6f5f2 17.21%,
      #fbfaf9 79.21%);
  padding: 22px;
  border-radius: 8px;
}
.category-slider-section .category-contain .category-contain-image img {
  width: 150px;
  height: 150px;
  object-fit: contain;
  margin: 0 auto;
}
.category-slider-section .category-contain .category-contain-name {
  margin-top: 12px;
  text-align: center;
}
.category-slider-section .category-contain .category-contain-name h5,
.category-slider-section .category-contain .category-contain-name .h5 {
  color: #4a5568;
  font-weight: 500;
}
.filter-offcanvas.shop-section .left-box {
  position: fixed;
  left: -340px;
  top: 0;
  width: 320px;
  background-color: #ffffff;
  z-index: 9;
  padding: 20px;
  height: 100vh;
  overflow: auto;
  transition: all 0.5s ease;
}
body.rtl .filter-offcanvas.shop-section .left-box {
  left: unset;
  right: -340px;
}
.filter-offcanvas.shop-section .left-box.show {
  left: 0;
}
body.rtl .filter-offcanvas.shop-section .left-box.show {
  left: unset;
  right: 0;
}
.filter-offcanvas.shop-section .left-box::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: rgba(85, 85, 85, 0.14);
}
.filter-offcanvas.shop-section .left-box::-webkit-scrollbar {
  width: 4px;
  background-color: #f5f5f5;
  border-radius: 50px;
}
.filter-offcanvas.shop-section .left-box::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: rgba(85, 85, 85, 0.5);
}
.filter-offcanvas.shop-section .left-box .custom-height {
  height: unset;
  max-height: unset;
}
.filter-offcanvas.shop-section .left-box .shop-left-sidebar {
  padding-left: unset;
  padding-right: 0;
}
.filter-offcanvas.shop-section .left-box .shop-left-sidebar .back-button {
  display: block;
  cursor: pointer;
}
.filter-offcanvas.shop-section .left-box .shop-left-sidebar .filter-category {
  display: none;
}
.filter-offcanvas.shop-section .left-box .shop-left-sidebar .custome-accordion {
  margin-top: 30px;
}
.overlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background-color: black;
  z-index: 9;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease;
  cursor: pointer;
}
.overlay.show {
  opacity: 0.6;
  visibility: visible;
}
.filter-offcanvas-title {
  border: none;
  background-color: #f6f5f2;
  font-size: calc(14px + 1 * (100vw - 320px) / 1600);
  padding: calc(9px + 1 * (100vw - 320px) / 1600) 15px;
  border-radius: 5px;
  color: #777 !important;
  margin-right: 14px;
}
body.rtl .filter-offcanvas-title {
  margin-right: unset;
  margin-left: 14px;
}
html[class=dark] .filter-offcanvas-title {
  background-color: #1d1d22;
  color: #ddd !important;
}
.pt-25 {
  padding-top: 25px;
}
.review-title-2 h4,
.review-title-2 .h4 {
  font-size: calc(16px + 2 * (100vw - 320px) / 1600);
  color: #222222;
  font-weight: 400;
}
.review-title-2 p {
  margin-bottom: calc(7px + 6 * (100vw - 320px) / 1600);
  margin-top: 3px;
  font-size: 15px;
  line-height: 1.6;
  color: #4a5568;
}
.review-title-2 button {
  width: 100%;
  padding: 10px 14px;
  background-color: #f8f8f8 !important;
  color: #4a5568 !important;
  border: 1px solid #eee !important;
  font-size: 16px;
}
.review-title-2 button:hover {
  background-color: #f8f8f8;
  color: #4a5568;
  border: 1px solid #ececec;
}
.product-load-more .col-grid-box {
  display: none;
}
.product-title {
  margin-top: 20px;
}
.product-title h4,
.product-title .h4 {
  font-weight: 600;
  margin-bottom: calc(10px + 2 * (100vw - 320px) / 1600);
  letter-spacing: 0.4px;
  font-size: calc(15px + 1 * (100vw - 320px) / 1600);
}
.product-rating-box .product-main-rating {
  display: flex;
  margin-bottom: 25px;
  align-items: center;
  gap: 14px;
}
.product-rating-box .product-main-rating h2,
.product-rating-box .product-main-rating .h2 {
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  font-size: calc(28px + 9 * (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);
  border-bottom: 1px solid #ececec;
  padding-bottom: calc(13px + 12 * (100vw - 320px) / 1600);
  margin-bottom: calc(13px + 12 * (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: 18px;
  width: 40px;
  font-weight: 600;
}
.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 {
  background-color: var(--theme-color);
  border-radius: 100px;
}
.product-rating-box .product-rating-list li .rating-product .total {
  white-space: nowrap;
  width: auto;
  color: rgba(74, 85, 104, 0.878);
  font-size: 16px;
  font-weight: 400;
  width: 15px;
  display: block;
}
.review-people {
  border-left: 1px solid #ececec;
  padding-left: 23px;
  max-height: 421px;
  height: 100%;
  overflow: auto;
}
body.rtl .review-people {
  border-right-width: 1px;
  border-right-style: solid;
  padding-right: 23px;
  border-left: unset;
  padding-left: unset;
}
.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.5);
}
@media (max-width: 991px) {
  .review-people {
    border: none;
    padding: 0;
    margin-top: 25px;
  }
}
.review-people .review-list {
  display: flex;
  flex-wrap: wrap;
  gap: 17px;
}
body.rtl .review-people .review-list {
  padding-right: 0;
}
.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: #f8f8f8;
}
@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 {
  width: 70px;
  height: 70px;
  margin: 0 auto 8px;
}
@media (max-width: 480px) {
  .review-people .review-list li .people-box .people-image {
    margin: 0 auto;
  }
}
.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: 40px;
  border-radius: 7px;
  box-shadow: 0 0 6px rgba(34, 34, 34, 0.16);
  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: var(--theme-color);
}
.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;
  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 h5 .name,
.review-people .review-list li .people-box .people-comment .people-name .h5 .name {
  display: block;
  font-weight: 600;
  font-size: 17px;
}
.review-people .review-list li .people-box .people-comment .people-name h5 .name:hover,
.review-people .review-list li .people-box .people-comment .people-name .h5 .name:hover {
  color: var(--theme-color);
}
.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;
  justify-content: center;
}
.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);
}
.review-people .review-list li .people-box .people-comment .name:hover {
  color: var(--theme-color);
}
body.rtl .review-people .review-list li .people-box .people-comment {
  padding-left: unset;
  padding-right: 15px;
}
@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;
}
@media (max-width: 480px) {
  .review-people .review-list li .people-box .reply p {
    width: 100%;
  }
}
.vendor-box {
  padding: calc(12px + 21 * (100vw - 320px) / 1600);
  background-color: #f8f8f8;
  overflow: hidden;
}
.vendor-box .vendor-contain {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 15px;
  background-color: #ffffff;
  align-items: center;
}
.vendor-box .vendor-contain .vendor-text {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f8f8f8;
}
.vendor-box .vendor-contain .vendor-image {
  width: 64px;
  height: 64px;
  object-fit: contain;
}
.vendor-box .vendor-contain .vendor-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.vendor-box .vendor-list {
  margin-top: calc(10px + 8 * (100vw - 320px) / 1600);
  padding-top: calc(10px + 8 * (100vw - 320px) / 1600);
  border-top: 1px solid #ececec;
}
.vendor-box .vendor-list ul {
  display: flex;
  flex-wrap: wrap;
  gap: calc(9px + 3 * (100vw - 320px) / 1600);
  align-items: center;
}
body.rtl .vendor-box .vendor-list ul {
  padding-right: 0;
}
.vendor-box .vendor-list ul li {
  display: block;
}
.vendor-box .vendor-list ul li .address-contact {
  display: flex;
  flex-wrap: nowrap;
  gap: 8px;
  align-items: center;
}
.vendor-box .vendor-list ul li .address-contact .feather {
  width: 20px;
  height: 20px;
  color: var(--theme-color);
}
.vendor-box .vendor-list ul li .address-contact i {
  font-size: 20px;
  line-height: 1;
  color: var(--theme-color);
}
.vendor-box .vendor-list ul li .address-contact h5,
.vendor-box .vendor-list ul li .address-contact .h5 {
  font-weight: 600;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 2px 10px;
}
.vendor-box .vendor-list ul li .address-contact h5 span,
.vendor-box .vendor-list ul li .address-contact .h5 span {
  font-weight: 400;
}
.vendor-box .vendor-detail {
  margin: calc(13px + 15 * (100vw - 320px) / 1600) 0 0;
  line-height: 1.7;
  color: #4a5568;
}
.hot-line-number {
  padding: calc(12px + 21 * (100vw - 320px) / 1600);
  background-color: #f8f8f8;
}
.hot-line-number h5,
.hot-line-number .h5 {
  font-weight: 600;
  margin-bottom: 4px;
}
.hot-line-number h6,
.hot-line-number .h6 {
  color: #4a5568;
  margin-bottom: 17px;
}
.hot-line-number h2,
.hot-line-number .h2 {
  font-weight: 600;
  font-size: 24px;
}
.product-category {
  gap: 25px;
  padding: calc(12px + 21 * (100vw - 320px) / 1600);
}
.product-section .product-left-box {
  position: sticky;
  top: 0;
}
.product-section .product-left-box .slider-image {
  background-color: #f8f8f8;
}
.product-section .product-left-box .slider-image .ngxImageZoomFullContainer.ngxImageZoomLensEnabled {
  border-radius: 5px !important;
  border: 1px solid #eee;
}
.product-section .product-left-box .bottom-slider-image .slider-image {
  background-color: #f8f8f8;
}
.product-section .product-left-box .bottom-slider-image .slider-image img {
  cursor: pointer;
  opacity: 0.6;
}
.product-section .product-left-box .bottom-slider-image .slider-image.active img {
  opacity: 1;
}
.product-section .product-left-box .product-main-1 .owl-nav [class*=owl-] {
  position: absolute;
  top: 50%;
  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) 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;
}
.product-section .product-left-box .product-main-1 .owl-nav [class*=owl-]::before {
  font-family: remixicon;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  font-size: 22px;
  color: rgba(34, 34, 34, 0.88);
}
.product-section .product-left-box .product-main-1 .owl-nav .owl-next {
  right: -18px;
}
@media (max-width: 991px) {
  .product-section .product-left-box .product-main-1 .owl-nav .owl-next {
    right: calc(1px + 4 * (100vw - 320px) / 671);
  }
}
.product-section .product-left-box .product-main-1 .owl-nav .owl-next::before {
  content: "\ea6e";
}
.product-section .product-left-box .product-main-1 .owl-nav .owl-prev {
  left: -18px;
}
@media (max-width: 991px) {
  .product-section .product-left-box .product-main-1 .owl-nav .owl-prev {
    left: calc(1px + 4 * (100vw - 320px) / 671);
  }
}
.product-section .product-left-box .product-main-1 .owl-nav .owl-prev::before {
  content: "\ea64";
}
.product-section .product-label-group {
  position: absolute;
  top: 24px;
  left: 0;
}
.product-section .product-label-group .product-label-tag {
  padding: 5px 13px;
  background-color: #ff7272;
  font-size: 14px;
  color: #ffffff;
  font-weight: 500;
  position: relative;
  z-index: 1;
  width: max-content;
}
.product-section .product-label-group .product-label-tag::before {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  top: 0;
  right: -15px;
  border-bottom: solid 15px #ff7272;
  border-left: solid 15px transparent;
  border-right: solid 15px transparent;
  transform: rotate(180deg);
  z-index: 1;
}
.product-section .product-label-group .product-label-tag::after {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  top: 16px;
  right: -15px;
  border-bottom: solid 15px #ff7272;
  border-left: solid 15px transparent;
  border-right: solid 15px transparent;
  transform: rotate(0);
  z-index: 1;
}
.product-section .product-label-group .product-label-tag span {
  font-weight: 700;
}
.product-section .product-label-group .product-label-tag.warning-label-tag {
  background-color: #ffba00;
}
.product-section .product-label-group .product-label-tag.warning-label-tag::before,
.product-section .product-label-group .product-label-tag.warning-label-tag::after {
  border-bottom-color: #ffba00;
}
.product-section .product-label-group .product-label-tag + .product-label-tag {
  margin-top: 13px;
}
.product-section .left-slider-image .sidebar-image {
  border-radius: 8px;
  overflow: hidden;
}
.product-section .left-slider-image .sidebar-image img {
  width: auto;
  height: auto;
  cursor: pointer;
  object-fit: contain;
}
.product-section .right-box-contain {
  position: sticky;
  top: 10px;
  left: 0;
}
@media (max-width: 767px) {
  .product-section .right-box-contain {
    text-align: center;
  }
}
.product-section .right-box-contain .offer-top {
  font-weight: 500;
  padding: 5px calc(12px + 4 * (100vw - 320px) / 1600);
  background-color: rgba(255, 79, 79, 0.1);
  border-radius: 5px;
  color: #ff4f4f;
  display: inline-block;
  margin-bottom: 0;
  margin-left: 12px;
}
body.rtl .product-section .right-box-contain .offer-top {
  margin-left: unset;
  margin-right: 12px;
}
.product-section .right-box-contain .name {
  font-weight: 700;
  margin-bottom: calc(10px + 5 * (100vw - 320px) / 1600);
}
.product-section .right-box-contain .price-rating {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 5px;
  flex-wrap: wrap;
}
@media (max-width: 1460px) {
  .product-section .right-box-contain .price-rating-2 {
    display: block;
  }
}
@media (max-width: 1460px) {
  .product-section .right-box-contain .price-rating-2 .custom-rate {
    margin-top: 5px;
  }
}
@media (max-width: 767px) {
  .product-section .right-box-contain .price-rating {
    display: block;
  }
}
@media (max-width: 1460px) {
  .product-section .right-box-contain .price-rating-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
@media (max-width: 480px) {
  .product-section .right-box-contain .price-rating-box {
    display: block;
  }
}
@media (max-width: 1460px) {
  .product-section .right-box-contain .price-rating-box .custom-rate {
    margin-top: 0 !important;
  }
}
@media (max-width: 480px) {
  .product-section .right-box-contain .price-rating-box .custom-rate {
    margin-top: 10px !important;
  }
}
@media (max-width: 767px) {
  .product-section .right-box-contain .price-rating .custom-rate {
    margin-top: 10px;
    justify-content: center;
  }
}
.product-section .right-box-contain .price-rating .price {
  font-weight: 600;
  font-size: calc(19px + 3 * (100vw - 320px) / 1600);
}
.product-section .right-box-contain .price-rating .price del {
  font-weight: 400;
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
  margin: 0 calc(0px + 2 * (100vw - 320px) / 1600);
}
.product-section .right-box-contain .price-rating .price span {
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
  font-weight: 500;
}
.product-section .right-box-contain .price-rating .custom-rate ul li .feather {
  width: 16px;
  height: 16px;
}
.product-section .right-box-contain .price-rating .custom-rate .review {
  font-size: 13px;
  margin-left: 8px;
  color: #222222;
}
body.rtl .product-section .right-box-contain .price-rating .custom-rate .review {
  margin-left: unset;
  margin-right: 12px;
}
.product-section .right-box-contain .product-contain {
  border-bottom: 1px solid #ececec;
  padding-bottom: 16px;
}
.product-section .right-box-contain .product-contain p {
  color: #4a5568;
  line-height: 1.7;
  margin: calc(14px + 2 * (100vw - 320px) / 1600) 0 0;
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
  width: 100%;
}
@media (max-width: 767px) {
  .product-section .right-box-contain .product-contain p {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .product-section .right-box-contain .product-package .d-flex {
    justify-content: center;
  }
}
.product-section .right-box-contain .product-package .select-package {
  display: flex;
  flex-wrap: wrap;
  gap: calc(5px + 8 * (100vw - 320px) / 1600);
}
@media (max-width: 767px) {
  .product-section .right-box-contain .product-package .select-package {
    justify-content: center;
  }
}
body.rtl .product-section .right-box-contain .product-package .select-package {
  padding-right: 0;
}
.product-section .right-box-contain .product-package .select-package li {
  border: 1px solid rgba(154, 154, 154, 0.4);
  border-radius: 6px;
  padding: 3px;
  transition: all 0.3s ease-in-out;
}
.product-section .right-box-contain .product-package .select-package li a,
.product-section .right-box-contain .product-package .select-package li button {
  padding: 6px 11px;
  border: 1px solid #ececec;
  border-radius: 4px;
  display: block;
  color: #4a5568;
  font-size: 14px;
  transition: all 0.3s ease-in-out;
  background: transparent;
}
.product-section .right-box-contain .product-package .select-package li:hover {
  border: 1px solid rgba(154, 154, 154, 0.65);
}
.product-section .right-box-contain .product-package .select-package li:hover button,
.product-section .right-box-contain .product-package .select-package li:hover img {
  border-color: rgba(154, 154, 154, 0.65);
}
.product-section .right-box-contain .product-package .select-package li.active {
  border: 1px solid var(--theme-color);
  border-radius: 6px;
  padding: 3px;
}
.product-section .right-box-contain .product-package .select-package li.active button,
.product-section .right-box-contain .product-package .select-package li.active img {
  background: var(--theme-color);
  color: #ffffff;
  font-weight: 600;
}
.product-section .right-box-contain .product-package .select-package li.active img {
  background: #ffffff;
}
.product-section .right-box-contain .product-package .select-package li.disabled {
  overflow: hidden;
  position: relative;
  -webkit-user-select: none;
  user-select: none;
  cursor: default;
  opacity: 0.6 !important;
  pointer-events: none;
}
.product-section .right-box-contain .product-package .select-package 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-section .right-box-contain .product-package .select-package li.disabled a,
.product-section .right-box-contain .product-package .select-package li.disabled button {
  cursor: default;
}
.product-section .right-box-contain .product-package .color li {
  opacity: 0.7;
}
.product-section .right-box-contain .product-package .color li.active {
  opacity: 1;
  border-color: #222222;
}
.product-section .right-box-contain .product-package .color li button {
  width: 36px !important;
  height: 36px !important;
}
.product-section .right-box-contain .product-package .circle li {
  border: 1px solid rgba(154, 154, 154, 0.4);
  border-radius: 100% !important;
  padding: 3px;
  transition: all 0.3s ease-in-out;
}
.product-section .right-box-contain .product-package .circle li:hover button {
  color: #222;
  background-color: #f1f0f0;
}
.product-section .right-box-contain .product-package .circle li.active button {
  color: #ffffff !important;
  background-color: var(--theme-color);
}
.product-section .right-box-contain .product-package .circle li button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(30px + 5 * (100vw - 320px) / 1600) !important;
  height: calc(30px + 5 * (100vw - 320px) / 1600) !important;
  background-color: #f8f8f8;
  border-radius: 100%;
  color: #4a5568 !important;
  padding: 0;
  border: unset;
  font-weight: 400;
}
.product-section .right-box-contain .product-package .form-check {
  margin: 0;
  padding: 0;
  min-height: auto;
  display: flex;
  align-items: center;
  gap: 8px;
}
.product-section .right-box-contain .product-package .form-check:hover .form-check-input {
  border-color: rgba(154, 154, 154, 0.65);
}
.product-section .right-box-contain .product-package .form-check:hover .form-check-label {
  color: #222222;
}
.product-section .right-box-contain .product-package .form-check + .form-check {
  margin-left: 15px;
}
body.rtl .product-section .right-box-contain .product-package .form-check + .form-check {
  margin-left: unset;
  margin-right: 15px;
}
.product-section .right-box-contain .product-package .form-check .form-check-input {
  cursor: pointer;
  float: unset;
  margin: 0;
  width: 16px;
  height: 16px;
  background-color: #f8f8f8;
  border: 1px solid rgba(154, 154, 154, 0.4);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-section .right-box-contain .product-package .form-check .form-check-input::after {
  content: "";
  position: relative;
  width: 12px;
  height: 12px;
  background-color: var(--theme-color);
  border-radius: 100%;
  transition: 0.3s ease-in-out;
  transform: scale(0);
}
.product-section .right-box-contain .product-package .form-check .form-check-input:focus {
  box-shadow: unset;
}
.product-section .right-box-contain .product-package .form-check .form-check-input:active {
  filter: unset;
}
.product-section .right-box-contain .product-package .form-check .form-check-input:checked {
  background-color: #ffffff;
  border-color: var(--theme-color);
}
.product-section .right-box-contain .product-package .form-check .form-check-input:checked::after {
  transform: scale(1);
}
.product-section .right-box-contain .product-package .form-check .form-check-input:checked ~ .form-check-label {
  color: #222222;
}
.product-section .right-box-contain .product-package .form-check .form-check-label {
  line-height: 1;
  font-size: 16px;
  font-weight: 600;
  margin-top: 1px;
  color: #4a5568;
  cursor: pointer;
}
.product-section .right-box-contain .product-package .form-select {
  background:
    linear-gradient(
      187.77deg,
      #fafafa 5.52%,
      #f8f8f8 94%);
  border-radius: 7px;
  border: 1px solid #eee;
  display: inline-block;
}
.product-section .right-box-contain .product-package .image li {
  border: 1px solid rgba(154, 154, 154, 0.4);
  border-radius: 6px;
  padding: 3px;
}
.product-section .right-box-contain .product-package .image li button,
.product-section .right-box-contain .product-package .image li img {
  width: 65px;
  border-radius: 4px;
  cursor: pointer;
  height: 65px;
  padding: 0;
  overflow: hidden;
}
.product-section .right-box-contain .product-package .rectangle li {
  border: 1px solid rgba(154, 154, 154, 0.4);
  border-radius: 6px;
  padding: 3px;
}
.product-section .right-box-contain .product-package .rectangle li:hover button {
  color: #222;
  background-color: #f1f0f0;
}
.product-section .right-box-contain .product-package .rectangle li.active button {
  color: #ffffff;
  background-color: var(--theme-color);
}
.product-section .right-box-contain .product-package .rectangle li button {
  background-color: #f8f8f8;
  border: unset;
}
.product-section .right-box-contain .note-box {
  display: flex;
  flex-wrap: wrap;
  gap: calc(7px + 8 * (100vw - 320px) / 1600);
  align-items: center;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .product-section .right-box-contain .note-box {
    justify-content: center;
  }
}
.product-section .right-box-contain .note-box .compare-button {
  background-color: #f8f8f8;
}
.product-section .right-box-contain .note-box .cart-button {
  background-color: var(--theme-color);
  text-transform: uppercase;
}
.product-section .right-box-contain .note-box .cart-button i {
  animation: ring 4s 0.7s ease-in-out infinite;
  line-height: 1;
  margin-top: -3px;
  font-size: 19px;
}
.product-section .right-box-contain .note-box .product-qty {
  width: auto;
  margin-top: 0;
}
@media (max-width: 1560px) {
  .product-section .right-box-contain .note-box .product-qty {
    max-width: 125px;
  }
}
@media (max-width: 360px) {
  .product-section .right-box-contain .note-box .product-qty {
    width: 160px;
  }
}
.product-section .right-box-contain .note-box .product-qty .input-group {
  background:
    linear-gradient(
      187.77deg,
      #fafafa 5.52%,
      #f8f8f8 94%);
}
.product-section .right-box-contain .note-box .wishlist-btn-group {
  display: flex;
  gap: calc(7px + 8 * (100vw - 320px) / 1600);
}
.product-section .right-box-contain .note-box .wishlist-btn-group .wishlist-button {
  padding: 0;
  width: calc(38px + 8 * (100vw - 320px) / 1600);
  height: calc(38px + 8 * (100vw - 320px) / 1600);
  border: 1px solid #eee;
  border-radius: 100%;
  background-color: #f8f8f8;
  transition: none;
}
.product-section .right-box-contain .note-box .wishlist-btn-group .wishlist-button i {
  font-size: calc(18px + 2 * (100vw - 320px) / 1600);
  line-height: 1;
}
.product-section .right-box-contain .buy-now-button {
  margin-top: 20px;
  padding-bottom: 16px;
  border-bottom: 1px solid #ececec;
}
.product-section .right-box-contain .buy-now-button button {
  background-color: #ff7272;
}
.product-section .right-box-contain .buy-box {
  display: flex;
  flex-wrap: wrap;
  gap: 11px;
  align-items: center;
  margin-top: 20px;
}
.product-section .right-box-contain .buy-box .team-box {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
}
.product-section .right-box-contain .buy-box .team-box input {
  margin-top: -7px;
  display: block;
}
.product-section .right-box-contain .buy-box .team-box .form-check-label span {
  display: flex;
  align-items: center;
}
.product-section .right-box-contain .buy-box .team-box .form-check-label span a {
  text-decoration: underline;
  margin-left: 3px;
  color: #222222;
}
@media (max-width: 767px) {
  .product-section .right-box-contain .buy-box {
    justify-content: center;
  }
}
.product-section .right-box-contain .buy-box a {
  display: flex;
  flex-wrap: wrap;
  gap: calc(5px + 3 * (100vw - 320px) / 1600);
  font-size: 16px;
  align-items: center;
  color: #777;
}
.product-section .right-box-contain .buy-box a:hover {
  color: #222;
}
.product-section .right-box-contain .buy-box a i {
  font-size: 17px;
}
.product-section .right-box-contain .pickup-box {
  margin-top: 20px;
}
.product-section .right-box-contain .pickup-box .product-info {
  margin-top: 20px;
}
.product-section .right-box-contain .pickup-box .product-info .product-info-list {
  display: flex;
  flex-wrap: wrap;
  gap: calc(8px + 4 * (100vw - 320px) / 1600);
  align-items: flex-start;
  text-align: left;
  display: inline-block;
  column-count: 2;
  background-color: #f9f9f9;
  padding: 15px;
  border-radius: 12px;
  width: 80%;
  max-width: 390px;
}
@media (max-width: 480px) {
  .product-section .right-box-contain .pickup-box .product-info .product-info-list {
    column-count: 1;
    padding: 15px;
  }
}
.product-section .right-box-contain .pickup-box .product-info .product-info-list-2 {
  display: flex;
}
@media (max-width: 1500px) {
  .product-section .right-box-contain .pickup-box .product-info .product-info-list-2 {
    width: 100%;
  }
}
@media (max-width: 1450px) {
  .product-section .right-box-contain .pickup-box .product-info .product-info-list-2 {
    column-count: 1;
    padding: 15px;
  }
}
@media (max-width: 1199px) {
  .product-section .right-box-contain .pickup-box .product-info .product-info-list-2 {
    column-count: 2;
    display: block;
    padding-bottom: 4px;
  }
  .product-section .right-box-contain .pickup-box .product-info .product-info-list-2 li {
    margin-bottom: 8px;
  }
}
@media (max-width: 767px) {
  .product-section .right-box-contain .pickup-box .product-info .product-info-list-2 {
    margin-inline: auto;
  }
}
@media (max-width: 480px) {
  .product-section .right-box-contain .pickup-box .product-info .product-info-list-2 {
    display: flex;
    padding-bottom: 15px;
  }
  .product-section .right-box-contain .pickup-box .product-info .product-info-list-2 li {
    margin-bottom: 0;
  }
}
.product-section .right-box-contain .pickup-box .product-info .product-info-list-3 {
  width: 50%;
}
.product-section .right-box-contain .pickup-box .product-info .product-info-list-3 li {
  margin-bottom: 7px;
}
@media (max-width: 360px) {
  .product-section .right-box-contain .pickup-box .product-info .product-info-list-3 li {
    margin-bottom: 0;
  }
}
@media (max-width: 1366px) {
  .product-section .right-box-contain .pickup-box .product-info .product-info-list-3 {
    width: 80%;
  }
}
@media (max-width: 767px) {
  .product-section .right-box-contain .pickup-box .product-info .product-info-list-3 {
    width: 100%;
  }
}
@media (max-width: 360px) {
  .product-section .right-box-contain .pickup-box .product-info .product-info-list-3 {
    display: flex;
  }
}
.product-section .right-box-contain .pickup-box .product-info .product-info-list li {
  padding-left: 13px;
  width: 100%;
  font-size: calc(14px + 1 * (100vw - 320px) / 1600);
  position: relative;
  color: #777;
}
body.rtl .product-section .right-box-contain .pickup-box .product-info .product-info-list li {
  padding-left: unset;
  padding-right: 13px;
  text-align: right;
}
@media (max-width: 575px) {
  .product-section .right-box-contain .pickup-box .product-info .product-info-list li {
    width: auto;
    margin-left: 18px;
  }
}
@media (max-width: 480px) {
  .product-section .right-box-contain .pickup-box .product-info .product-info-list li {
    margin-left: unset;
    width: 100%;
    padding-left: unset;
  }
  .product-section .right-box-contain .pickup-box .product-info .product-info-list li::after {
    content: none !important;
  }
}
.product-section .right-box-contain .pickup-box .product-info .product-info-list li::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 5px;
  height: 5px;
  left: 0;
  background-color: #4a5568;
  border-radius: 100%;
}
body.rtl .product-section .right-box-contain .pickup-box .product-info .product-info-list li::after {
  left: unset;
  right: 0;
}
.product-section .right-box-contain .pickup-box .product-info .product-info-list li a {
  margin-left: 5px;
  color: #222222;
  font-weight: 500;
}
.product-section .right-box-contain .pickup-box .product-info .product-info-list li a + a {
  margin-left: 0;
}
.product-section .right-box-contain .pickup-box .pickup-icon i {
  font-size: 20px;
  color: var(--theme-color);
}
.product-section .right-box-contain .pickup-box .pickup-detail h4,
.product-section .right-box-contain .pickup-box .pickup-detail .h4 {
  width: 90%;
  font-weight: 400;
  margin-bottom: 5px;
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
  line-height: 1.6;
}
@media (max-width: 767px) {
  .product-section .right-box-contain .pickup-box .pickup-detail h4,
  .product-section .right-box-contain .pickup-box .pickup-detail .h4 {
    width: 100%;
  }
}
.product-section .right-box-contain .pickup-box .pickup-detail h6,
.product-section .right-box-contain .pickup-box .pickup-detail .h6 {
  margin-top: 4px;
}
.product-section .right-box-contain .pickup-box .pickup-detail a {
  margin-top: 0;
  color: var(--theme-color);
  display: inline-block;
}
.product-section .right-box-contain .paymnet-option .payment-img {
  width: 52%;
}
@media (max-width: 575px) {
  .product-section .right-box-contain .paymnet-option .payment-img {
    width: 66%;
  }
}
@media (max-width: 480px) {
  .product-section .right-box-contain .paymnet-option .payment-img {
    width: 73%;
  }
}
.product-section .right-box-contain .paymnet-option ul {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: calc(3px + 5 * (100vw - 320px) / 1600);
}
@media (max-width: 767px) {
  .product-section .right-box-contain .paymnet-option ul {
    justify-content: center;
  }
}
body.rtl .product-section .right-box-contain .paymnet-option ul {
  padding-right: 0;
}
.product-section .right-box-contain .share-option {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #ececec;
}
.product-section .right-box-contain .share-option ul {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
@media (max-width: 767px) {
  .product-section .right-box-contain .share-option ul {
    justify-content: center;
  }
}
.product-section .right-box-contain .share-option ul li {
  display: block;
}
.product-section .right-box-contain .share-option ul li:hover a {
  transform: translateY(-4px);
}
.product-section .right-box-contain .share-option ul li a {
  display: block;
  text-align: center;
  font-size: 18px;
  color: #4a5568;
  transition: all 0.5s ease;
}
.product-section .right-box-contain .share-option ul li a:hover {
  color: var(--theme-color);
  transition: all 0.5s ease;
}
.product-section .right-box-contain.full-width-right-box .product-contain p {
  width: 70%;
}
@media (max-width: 767px) {
  .product-section .right-box-contain.full-width-right-box .product-contain p {
    width: 100%;
  }
}
.product-section .right-box-contain.full-width-right-box .secure-site-sec img {
  width: 41%;
}
.product-section .right-box-contain.full-width-right-box .progress {
  width: 75%;
}
@media (max-width: 1366px) {
  .product-section .right-box-contain.full-width-right-box .progress {
    width: 100%;
  }
}
.product-section .progress-sec {
  border-bottom: 1px solid #ececec;
  padding-bottom: 16px;
}
.product-section .progress-sec .left-progressbar {
  margin-top: 18px;
}
.product-section .progress-sec .left-progressbar h6,
.product-section .progress-sec .left-progressbar .h6 {
  margin-bottom: 10px;
}
.product-section .progress-sec .left-progressbar .progress {
  height: 10px;
}
.product-section .progress-sec .left-progressbar .progress.danger-progress .progress-bar {
  background-color: #ff7272;
}
.product-section .progress-sec .left-progressbar .progress.warning-progress .progress-bar {
  background-color: #ffa53b;
}
.product-section .progress-sec .left-progressbar .progress.success-progress .progress-bar {
  background-color: var(--theme-color);
}
.product-section .progress-sec .left-progressbar .progress-bar {
  background-color: var(--theme-color);
}
.product-section .product-main .slider-image img {
  width: 100%;
}
.product-section .right-sidebar-box {
  position: sticky;
  top: 10px;
}
.product-section .right-sidebar-box .product-right-sidebar li + li {
  margin-top: 0;
}
.product-section .right-sidebar-box .product-right-sidebar li + li::after {
  top: -14px;
  width: calc(100% - 103px);
}
.product-section .right-sidebar-box .product-list li .offer-product {
  gap: calc(12px + 11 * (100vw - 992px) / 928);
}
.dynamic-checkout {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 10px;
  max-width: 600px;
}
.dynamic-checkout > * {
  width: 100%;
}
.dynamic-checkout button {
  width: 100%;
  color: #fff;
  text-transform: uppercase;
}
.dynamic-checkout button.border-theme-color {
  border: 1px solid var(--theme-color);
  background-color: transparent;
  color: var(--theme-color);
  transition: none;
}
.dynamic-checkout button.border-theme-color .spinning::before {
  border-right: 3px solid #276534;
}
.dynamic-checkout button:hover {
  background-color: var(--theme-color);
  border-color: var(--theme-color);
  color: #fff;
}
.dynamic-checkout button i {
  animation: ring 4s 0.7s ease-in-out infinite;
  line-height: 1;
  margin-top: -3px;
  font-size: 19px;
}
.related-product-2 .bundle-sec .related-box .related-image {
  width: auto;
}
.related-product-2 .bundle-sec .related-box .related-image > ul > li {
  width: 205px;
  min-width: 205px;
}
.related-product-2 .bundle-sec .related-box .budle-list > ul {
  flex-direction: column;
  align-items: flex-start;
}
.related-product-2 .bundle-sec .related-box .budle-list > ul > li {
  width: unset;
}
.related-product-2 .related-product .product-title-2 {
  margin-top: 0;
}
.related-product-2 .related-product .product-title-2 h4,
.related-product-2 .related-product .product-title-2 .h4 {
  font-size: calc(21px + 4 * (100vw - 320px) / 1600);
  font-weight: 600;
  margin-bottom: calc(16px + 5 * (100vw - 320px) / 1600);
}
.related-product-2 .related-box {
  display: flex;
  align-items: flex-start;
  flex-wrap: nowrap;
  gap: 15px;
}
@media (max-width: 1577px) {
  .related-product-2 .related-box {
    flex-wrap: wrap;
  }
}
.related-product-2 .related-box .related-image {
  touch-action: pan-x;
  overflow: auto;
  padding-bottom: 13px;
}
.related-product-2 .related-box .related-image > ul {
  display: flex;
  align-items: flex-start;
  flex-wrap: nowrap;
  gap: calc(25px + 10 * (100vw - 320px) / 1600);
}
.related-product-2 .related-box .related-image > ul > li {
  width: 225px;
  min-width: 225px;
  position: relative;
}
.related-product-2 .related-box .related-image > ul > li + li::before {
  content: "+";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: calc(-18px + -8 * (100vw - 320px) / 1600);
  font-size: calc(14px + 6 * (100vw - 320px) / 1600);
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: #4a5568;
}
body.rtl .related-product-2 .related-box .related-image > ul > li + li::before {
  left: unset;
  right: calc(-18px + -8 * (100vw - 320px) / 1600);
}
.related-product-2 .related-box .related-image > ul > li a {
  display: block;
  overflow: hidden;
}
.related-product-2 .related-box .related-image > ul > li a .image-box {
  background-color: #f8f8f8;
  width: calc(136px + 34 * (100vw - 320px) / 1600);
  height: calc(136px + 34 * (100vw - 320px) / 1600);
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border-radius: calc(6px + 3 * (100vw - 320px) / 1600);
}
.related-product-2 .related-box .related-image > ul > li a .image-box .form-check {
  position: absolute;
  top: 8px;
  left: 8px;
  padding: 0;
}
.related-product-2 .related-box .related-image > ul > li a .image-box .form-check .checkbox_animated::after {
  border: 1px solid #4a5567;
  border-radius: 3px;
}
.related-product-2 .related-box .related-image > ul > li a .related-content {
  margin-top: 12px;
  padding: 0 calc(4px + 8 * (100vw - 320px) / 1600);
}
.related-product-2 .related-box .related-image > ul > li a .related-content h5,
.related-product-2 .related-box .related-image > ul > li a .related-content .h5 {
  font-size: 15px;
  line-height: 1.2;
  color: #222222;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
}
.related-product-2 .related-box .related-image > ul > li a .related-content h6,
.related-product-2 .related-box .related-image > ul > li a .related-content .h6 {
  margin-top: 5px;
  color: var(--theme-color);
}
.related-product-2 .related-box .related-image > ul > li a .related-content h6 del,
.related-product-2 .related-box .related-image > ul > li a .related-content .h6 del {
  color: #4a5568;
  margin-left: 4px;
  font-size: 13px;
}
.related-product-2 .related-box .budle-list {
  gap: 15px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.related-product-2 .related-box .budle-list > ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
}
.related-product-2 .related-box .budle-list > ul > li {
  width: 100%;
  display: block;
}
.related-product-2 .related-box .budle-list > ul > li .form-check {
  display: flex;
  padding: 0;
  margin-bottom: 0;
  align-items: center;
}
.related-product-2 .related-box .budle-list > ul > li .form-check .checkbox_animated {
  margin-top: -4px;
}
.related-product-2 .related-box .budle-list > ul > li .form-check .form-check-label span {
  font-size: calc(15px + 2 * (100vw - 320px) / 1600);
  color: #4a5568;
}
.related-product-2 .related-box .budle-list > ul > li .form-check .form-check-label span span {
  color: #222222;
  font-weight: 600;
}
.related-product-2 .related-box .budle-list > ul > li.contant {
  margin-top: calc(0px + 15 * (100vw - 320px) / 1600);
}
.related-product-2 .related-box .budle-list > ul > li.contant h5,
.related-product-2 .related-box .budle-list > ul > li.contant .h5 {
  font-size: 17px;
  font-weight: 600;
  color: #4a5568;
}
.related-product-2 .related-box .budle-list > ul > li.contant h4,
.related-product-2 .related-box .budle-list > ul > li.contant .h4 {
  margin-top: 8px;
  font-weight: 700;
}
.related-product-2 .related-box .budle-list > ul > li.contant h4 del,
.related-product-2 .related-box .budle-list > ul > li.contant .h4 del {
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
  margin-left: 5px;
  font-weight: 400;
}
.sticky-bottom-cart {
  position: fixed;
  bottom: -160px;
  width: 100%;
  z-index: 2;
  background-color: #ffffff;
  padding: 14px 0;
  box-shadow: 0 0 3px 1px rgba(34, 34, 34, 0.06);
  transition: all 0.3s ease;
}
@media (max-width: 767px) {
  .sticky-bottom-cart {
    transition: none;
  }
}
.sticky-bottom-cart .qty-box .input-group {
  background-color: #f8f8f8;
  border-radius: 7px;
  padding: 4px;
  text-align: center;
  z-index: 0;
}
.sticky-bottom-cart .cart-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.sticky-bottom-cart .cart-content .selection-section .form-group > * {
  display: flex;
  align-items: center;
  gap: calc(6px + 4 * (100vw - 575px) / 1345);
}
.sticky-bottom-cart .product-image {
  display: flex;
  align-items: center;
}
.sticky-bottom-cart .product-image img {
  width: 60px;
  height: 70px;
  object-fit: cover;
  object-position: top;
}
.sticky-bottom-cart .product-image .content {
  margin-left: 12px;
  color: #222222;
  margin-top: 0;
}
body.rtl .sticky-bottom-cart .product-image .content {
  margin-left: 0;
  margin-right: 12px;
}
@media (max-width: 480px) {
  .sticky-bottom-cart .product-image .content {
    display: block;
  }
}
@media (max-width: 575px) {
  .sticky-bottom-cart .product-image .content {
    display: none;
  }
}
.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: 16px;
  font-weight: 500;
  text-transform: uppercase;
}
.sticky-bottom-cart .product-image .content h6,
.sticky-bottom-cart .product-image .content .h6 {
  font-size: 15px;
  margin-top: 6px;
}
.sticky-bottom-cart .product-image .content h6 del,
.sticky-bottom-cart .product-image .content .h6 del {
  margin-left: 7px;
  color: #4a5568;
}
body.rtl .sticky-bottom-cart .product-image .content h6 del,
body.rtl .sticky-bottom-cart .product-image .content .h6 del {
  margin-left: unset;
  margin-right: 7px;
}
.sticky-bottom-cart .product-image .content h6 span,
.sticky-bottom-cart .product-image .content .h6 span {
  color: var(--theme-color);
  margin-left: 5px;
}
body.rtl .sticky-bottom-cart .product-image .content h6 span,
body.rtl .sticky-bottom-cart .product-image .content .h6 span {
  margin-left: 0;
  margin-right: 5px;
}
.sticky-bottom-cart .selection-section {
  display: flex;
  align-items: center;
  margin: 0 calc(9px + 16 * (100vw - 575px) / 1345) 0 auto;
  gap: calc(6px + 4 * (100vw - 575px) / 1345);
}
body.rtl .sticky-bottom-cart .selection-section {
  margin: 0 auto 0 calc(9px + 16 * (100vw - 575px) / 1345);
}
.sticky-bottom-cart .selection-section .form-control {
  background-color: #f8f8f8;
  border: 1px solid #f8f8f8;
  text-transform: uppercase;
  max-width: 100%;
}
.sticky-bottom-cart .selection-section .form-control:focus {
  box-shadow: none;
}
.sticky-bottom-cart .selection-section .product-qty {
  height: calc(42px + 9 * (100vw - 576px) / 1344);
  width: 100%;
  max-width: calc(130px + 40 * (100vw - 575px) / 1345);
}
.sticky-bottom-cart .selection-section .product-qty .input-group button {
  height: 100%;
}
.sticky-bottom-cart .selection-section .product-qty .input-group button:hover {
  background-color: #ffffff;
}
.sticky-bottom-cart .selection-section .product-qty .input-group button:hover i {
  color: var(--theme-color);
}
.sticky-bottom-cart .selection-section .form-group {
  width: 220px;
}
@media (max-width: 1199px) {
  .sticky-bottom-cart .selection-section .form-group {
    width: 190px;
  }
}
@media (max-width: 767px) {
  .sticky-bottom-cart .selection-section .form-group {
    margin-right: 0;
    width: unset;
  }
}
@media (max-width: 575px) {
  .sticky-bottom-cart .add-btn {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.sticky-bottom-cart .add-btn a {
  padding: 12px 40px;
}
@media (max-width: 575px) {
  .sticky-bottom-cart .add-btn a {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.sticky-bottom-cart .add-btn a.wishlist-btn {
  display: none;
  background-color: #f8f8f8;
  color: #222222;
}
.sticky-bottom-cart .add-btn a.wishlist-btn:hover {
  background-color: var(--theme-color);
  border-color: var(--theme-color);
  color: #ffffff;
}
@media (max-width: 575px) {
  .sticky-bottom-cart .add-btn a.wishlist-btn {
    display: flex;
  }
}
@media (max-width: 575px) {
  .sticky-bottom-cart .add-btn a + a {
    margin-left: 8px;
  }
  body.rtl .sticky-bottom-cart .add-btn a + a {
    margin-right: 8px;
    margin-left: unset;
  }
}
.sticky-bottom-cart .add-btn a i {
  margin-right: 7px;
  animation: ring 4s 0.7s ease-in-out infinite;
}
body.rtl .sticky-bottom-cart .add-btn a i {
  margin-right: unset;
  margin-left: 7px;
}
.delivery-info {
  padding-bottom: 20px;
  border-bottom: 1px solid #ececec;
}
.delivery-info li {
  display: flex;
  align-items: center;
  gap: calc(5px + 5 * (100vw - 320px) / 1600);
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
  color: #777;
}
@media (max-width: 767px) {
  .delivery-info li {
    justify-content: center;
  }
}
.delivery-info li i {
  font-size: 20px;
  line-height: 1;
}
.delivery-info li + li {
  margin-top: 4px;
}
.recently-purchase {
  background: #ffffff;
  border: 0;
  border-radius: 6px;
  bottom: -130px;
  left: 20px;
  padding: 0;
  position: fixed;
  text-align: left;
  width: auto;
  z-index: 8;
  box-shadow: 0 0 4px 0 #d0d0d0;
  padding: 10px;
  display: flex;
  align-items: center;
  transition: all 0.6s ease;
}
body.rtl .recently-purchase {
  text-align: right;
}
@media (max-width: 380px) {
  .recently-purchase {
    width: auto;
    margin-inline: 10px;
    left: 0;
  }
}
.recently-purchase.show {
  bottom: 20px;
  transition: all 0.6s ease;
}
.recently-purchase .media-height {
  width: 64px;
  height: 85px;
  object-fit: contain;
}
.recently-purchase .close-popup {
  position: absolute;
  right: 7px;
  top: 6px;
  opacity: 0.5;
  color: #222222;
}
body.rtl .recently-purchase .close-popup {
  right: unset;
  left: 7px;
}
.recently-purchase .media-body {
  padding: 0 30px 0 12px;
  padding: 0 30px 0 12px;
}
body.rtl .recently-purchase .media-body {
  padding: 0 12px 0 30px;
}
.recently-purchase .media-body .title {
  font-weight: 600;
}
.recently-purchase .media-body .product-name {
  color: var(--theme-color);
}
.recently-purchase .media-body .timeAgo {
  display: block;
}
.stickyCart .sticky-bottom-cart {
  bottom: 0;
  transition: all 0.3s ease;
}
@media (max-width: 767px) {
  .stickyCart .sticky-bottom-cart {
    bottom: calc(69px + 3 * (100vw - 320px) / 447);
    transition: none;
  }
}
.stickyCart .recently-purchase.show {
  bottom: 113px;
}
.stickyCart .tap-top {
  bottom: 110px;
}
.secure-site-sec {
  margin: 20px 0 0;
}
.secure-site-sec h4,
.secure-site-sec .h4 {
  font-weight: 600;
  margin-bottom: calc(10px + 2 * (100vw - 320px) / 1600);
  letter-spacing: 0.4px;
  font-size: calc(15px + 1 * (100vw - 320px) / 1600);
}
.secure-site-sec img {
  width: calc(80% + -15 * (100vw - 320px) / 1600);
  height: auto;
}
.size-delivery-info {
  font-size: 16px;
  display: flex;
  align-items: center;
  gap: calc(12px + 6 * (100vw - 320px) / 1600);
  flex-wrap: wrap;
  margin-top: 18px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ececec;
}
@media (max-width: 767px) {
  .size-delivery-info {
    justify-content: center;
  }
}
.size-delivery-info a {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #222222;
}
.size-delivery-info a:hover {
  color: var(--theme-color);
}
.product-count ul {
  display: inline-flex;
  align-items: center;
  gap: 3px 15px;
  margin-bottom: 16px;
  flex-wrap: wrap;
}
@media (max-width: 575px) {
  .product-count ul {
    display: inline-grid;
    gap: 0;
  }
}
.product-count ul li {
  display: flex;
  align-items: center;
  gap: 10px;
}
.product-count ul li h6,
.product-count ul li .h6 {
  font-size: 15px;
}
.product-count ul li i {
  color: #276534;
  font-size: 20px;
}
.chart-padding {
  background-color: #ffffff;
  padding: 20px;
  border-radius: 6px;
}
.chart-title {
  margin-bottom: 20px;
}
.chart-title h3,
.chart-title .h3 {
  font-size: 24px;
  font-weight: 600;
}
.dashboard-title {
  margin-bottom: 22px;
}
.dashboard-title h3,
.dashboard-title .h3 {
  font-size: 20px;
  line-height: 1.3;
  position: relative;
  font-weight: 600;
}
.dashboard-title.dashboard-flex {
  display: flex;
}
.dashboard-title.dashboard-flex button {
  margin-left: auto;
}
.user-dashboard-section .title h2,
.user-dashboard-section .title .h2 {
  font-size: 26px;
}
.user-dashboard-section .dashboard-left-sidebar {
  background: #f8f8f8;
  box-shadow: 0 0 8px rgba(34, 34, 34, 0.14);
  border-radius: 10px;
  overflow: hidden;
  position: sticky;
  top: 107px;
  z-index: 0;
}
@media (max-width: 991px) {
  .user-dashboard-section .dashboard-left-sidebar {
    width: 300px;
    height: 100vh;
    position: fixed;
    top: 0;
    left: -320px;
    border-radius: 0;
    z-index: 6;
    overflow-y: auto;
    overflow-x: hidden;
    transition: all 0.3s ease-in-out;
  }
  body.rtl .user-dashboard-section .dashboard-left-sidebar {
    left: unset;
    right: -320px;
  }
  .user-dashboard-section .dashboard-left-sidebar.show {
    left: 0;
  }
  body.rtl .user-dashboard-section .dashboard-left-sidebar.show {
    left: unset;
    right: 0;
  }
}
.user-dashboard-section .dashboard-left-sidebar .close-button {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 1;
  background: #f8f8f8;
  border-radius: 100%;
}
.user-dashboard-section .dashboard-left-sidebar .close-button .close-sidebar {
  border: none;
  font-size: 15px;
  background-color: transparent;
  color: #4a5568;
  padding: 2px 0 0;
}
.user-dashboard-section .dashboard-left-sidebar .profile-box {
  position: relative;
}
.user-dashboard-section .dashboard-left-sidebar .profile-box .cover-image {
  position: relative;
  overflow: hidden;
}
.user-dashboard-section .dashboard-left-sidebar .profile-box .cover-image img {
  width: 100%;
  height: 150px;
  object-fit: cover;
}
@media (max-width: 991px) {
  .user-dashboard-section .dashboard-left-sidebar .profile-box .cover-image img {
    height: 120px;
  }
}
.user-dashboard-section .dashboard-left-sidebar .profile-box .cover-image:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #222222;
  opacity: 0.15;
}
.user-dashboard-section .dashboard-left-sidebar .profile-box .cover-image .cover-icon {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 8px;
  right: 8px;
  z-index: 1;
  background-color: #ffffff;
  border-radius: 100%;
  color: #4a5568;
}
.user-dashboard-section .dashboard-left-sidebar .profile-box .profile-contain {
  padding: 0 15px;
}
.user-dashboard-section .dashboard-left-sidebar .profile-box .profile-contain .profile-image {
  margin: 0 auto;
  text-align: center;
  margin-top: -50px;
  z-index: 1;
  position: relative;
}
.user-dashboard-section .dashboard-left-sidebar .profile-box .profile-contain .profile-image .user-round h4,
.user-dashboard-section .dashboard-left-sidebar .profile-box .profile-contain .profile-image .user-round .h4 {
  width: calc(93px + 15 * (100vw - 320px) / 1600);
  height: calc(93px + 15 * (100vw - 320px) / 1600);
  object-fit: contain;
  background-color: #f8f8f8;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 40px;
  border-radius: 100%;
  box-shadow: 2px 3px 8px rgba(34, 34, 34, 0.19);
  margin: 0 auto;
}
.user-dashboard-section .dashboard-left-sidebar .profile-box .profile-contain .profile-image img {
  width: calc(93px + 15 * (100vw - 320px) / 1600);
  height: calc(93px + 15 * (100vw - 320px) / 1600);
  object-fit: contain;
  background-color: #f8f8f8;
  border-radius: 100%;
  padding: 5px;
  border: 1px solid #ececec;
  box-shadow: 2px 3px 8px rgba(34, 34, 34, 0.32);
}
.user-dashboard-section .dashboard-left-sidebar .profile-box .profile-contain .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: #4a5568;
}
.user-dashboard-section .dashboard-left-sidebar .profile-box .profile-contain .profile-image .cover-icon i {
  position: relative;
}
.user-dashboard-section .dashboard-left-sidebar .profile-box .profile-contain .profile-image .cover-icon i input {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  opacity: 0;
  width: 35px;
}
.user-dashboard-section .dashboard-left-sidebar .profile-box .profile-contain .profile-name {
  margin-top: calc(10px + 3 * (100vw - 320px) / 1600);
  text-align: center;
  padding-bottom: calc(12px + 6 * (100vw - 320px) / 1600);
  border-bottom: 1px solid #ddd;
}
.user-dashboard-section .dashboard-left-sidebar .profile-box .profile-contain .profile-name h3,
.user-dashboard-section .dashboard-left-sidebar .profile-box .profile-contain .profile-name .h3 {
  font-size: calc(18px + 4 * (100vw - 320px) / 1600);
  font-weight: 600;
  letter-spacing: 0.7px;
}
.user-dashboard-section .dashboard-left-sidebar .profile-box .profile-contain .profile-name h6,
.user-dashboard-section .dashboard-left-sidebar .profile-box .profile-contain .profile-name .h6 {
  font-size: calc(14px + 1 * (100vw - 320px) / 1600);
  margin-top: 4px;
}
.user-dashboard-section .dashboard-left-sidebar .profile-box .profile-contain .profile-name h6 span,
.user-dashboard-section .dashboard-left-sidebar .profile-box .profile-contain .profile-name .h6 span {
  margin: 0 8px;
}
.user-dashboard-section .dashboard-left-sidebar .user-nav-pills {
  flex-wrap: wrap;
  gap: 0;
  margin: calc(10px + 10 * (100vw - 320px) / 1600) 0 6px;
  margin-top: 0;
}
.user-dashboard-section .dashboard-left-sidebar .user-nav-pills .logout-cls {
  margin-top: 0;
  padding-top: 20px;
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 20px;
  border-top: 1px solid #ddd;
}
.user-dashboard-section .dashboard-left-sidebar .user-nav-pills .logout-cls .btn {
  background-color: #276534;
  color: white;
  padding: 10px;
}
.user-dashboard-section .dashboard-left-sidebar .user-nav-pills .nav-item {
  width: 100%;
  display: block;
}
.user-dashboard-section .dashboard-left-sidebar .user-nav-pills .nav-item .nav-link {
  font-size: calc(17px + 1 * (100vw - 320px) / 1600);
  position: relative;
  color: #4a5568;
  width: 100%;
  text-align: left;
  padding: calc(10px + 3 * (100vw - 320px) / 1600) calc(10px + 3 * (100vw - 320px) / 1600) calc(10px + 3 * (100vw - 320px) / 1600) calc(19px + 4 * (100vw - 320px) / 1600);
  font-weight: 500;
  z-index: 0;
  overflow: hidden;
  border-radius: 0;
  display: flex;
  align-items: center;
}
body.rtl .user-dashboard-section .dashboard-left-sidebar .user-nav-pills .nav-item .nav-link {
  padding: calc(10px + 3 * (100vw - 320px) / 1600) calc(19px + 4 * (100vw - 320px) / 1600) calc(10px + 3 * (100vw - 320px) / 1600) calc(10px + 3 * (100vw - 320px) / 1600);
}
.user-dashboard-section .dashboard-left-sidebar .user-nav-pills .nav-item .nav-link.active,
.user-dashboard-section .dashboard-left-sidebar .user-nav-pills .nav-item .nav-link .show > .nav-link {
  border-left: 3px solid var(--theme-color);
  font-weight: 600;
  background-color: transparent;
  color: var(--theme-color);
}
body.rtl .user-dashboard-section .dashboard-left-sidebar .user-nav-pills .nav-item .nav-link.active,
body.rtl .user-dashboard-section .dashboard-left-sidebar .user-nav-pills .nav-item .nav-link .show > .nav-link {
  border-right: 3px solid var(--theme-color);
  border-left: unset;
}
.user-dashboard-section .dashboard-left-sidebar .user-nav-pills .nav-item .nav-link.active::before,
.user-dashboard-section .dashboard-left-sidebar .user-nav-pills .nav-item .nav-link .show > .nav-link::before {
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: var(--theme-color);
  z-index: -1;
  opacity: 0.1;
}
body.rtl .user-dashboard-section .dashboard-left-sidebar .user-nav-pills .nav-item .nav-link.active::before,
body.rtl .user-dashboard-section .dashboard-left-sidebar .user-nav-pills .nav-item .nav-link .show > .nav-link::before {
  left: unset;
  right: 0;
}
.user-dashboard-section .dashboard-left-sidebar .user-nav-pills .nav-item .nav-link .feather {
  width: calc(18px + 1 * (100vw - 320px) / 1600);
  height: auto;
  margin-right: 10px;
}
body.rtl .user-dashboard-section .dashboard-left-sidebar .user-nav-pills .nav-item .nav-link .feather {
  margin-right: unset;
  margin-left: 10px;
}
.user-dashboard-section .dashboard-right-sidebar {
  background-color: #f8f8f8;
  padding: calc(20px + 10 * (100vw - 320px) / 1600);
  border-radius: 8px;
  height: 100%;
}
.user-dashboard-section .dashboard-right-sidebar .right-option {
  display: flex;
  align-items: center;
  gap: 15px;
}
.user-dashboard-section .dashboard-right-sidebar .no-data-added {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.user-dashboard-section .dashboard-right-sidebar .no-data-added img {
  width: 100%;
}
@media (max-width: 991px) {
  .user-dashboard-section .dashboard-right-sidebar {
    height: auto;
  }
}
.user-dashboard-section .dashboard-right-sidebar .info-box {
  margin-bottom: 30px;
  display: flex;
  padding: 16px;
  border-radius: 0;
  background-color: white;
  border-left: 3px solid var(--theme-color);
}
.user-dashboard-section .dashboard-right-sidebar .info-box .counter {
  font-size: 18px;
  font-weight: 500;
  gap: 9px;
}
.user-dashboard-section .dashboard-right-sidebar .point-ratio {
  background: #f8f8f8;
  padding: 18px;
  border: 1px solid rgba(220, 220, 220, 0);
  margin: 0 0 0 auto;
}
@media (max-width: 767px) {
  .user-dashboard-section .dashboard-right-sidebar .point-ratio {
    margin: 0;
    display: inline-block;
    margin-top: 6px;
  }
}
.user-dashboard-section .dashboard-right-sidebar .dashboard-bg-box {
  padding: calc(12px + 8 * (100vw - 320px) / 1600);
  background-color: #ffffff;
  border-radius: 6px;
}
@media (max-width: 1400px) {
  .user-dashboard-section .dashboard-right-sidebar .dashboard-bg-box .profile-image img {
    display: none;
  }
}
.user-dashboard-section .dashboard-right-sidebar .dashboard-bg-box td {
  border-bottom: none;
  font-size: 16px;
}
.user-dashboard-section .dashboard-right-sidebar .dashboard-bg-box + .dashboard-bg-box {
  margin-top: 24px;
}
.user-dashboard-section .dashboard-right-sidebar .total-box {
  margin: 30px 0;
}
.user-dashboard-section .dashboard-right-sidebar .total-box .totle-contain {
  display: flex;
  flex-wrap: nowrap;
  gap: 15px;
  background-color: #ffffff;
  padding: calc(16px + 9 * (100vw - 320px) / 1600);
  border-radius: 9px;
  align-items: center;
  position: relative;
  overflow: hidden;
  z-index: 0;
}
@media (max-width: 767px) {
  .user-dashboard-section .dashboard-right-sidebar .total-box .totle-contain {
    display: block;
  }
}
.user-dashboard-section .dashboard-right-sidebar .total-box .totle-contain:hover .img-1 {
  width: calc(84px + 12 * (100vw - 320px) / 1600);
  transform: translateY(-50%) rotate(-7deg);
  opacity: 0.2;
  right: -19px;
}
body.rtl .user-dashboard-section .dashboard-right-sidebar .total-box .totle-contain:hover .img-1 {
  right: unset;
  left: -19px;
  transform: translateY(-50%) rotate(7deg);
}
.user-dashboard-section .dashboard-right-sidebar .total-box .totle-contain .wallet-point-box {
  display: flex;
  align-items: center;
  gap: 10px;
}
.user-dashboard-section .dashboard-right-sidebar .total-box .totle-contain .wallet-point-box img {
  width: calc(54px + 6 * (100vw - 320px) / 1600);
}
.user-dashboard-section .dashboard-right-sidebar .total-box .totle-contain .img-1 {
  top: 50%;
  transform: translateY(-50%);
  width: calc(78px + 12 * (100vw - 320px) / 1600);
  position: absolute;
  opacity: 0.12;
  right: -30px;
  transition: all 0.3s ease-in-out;
  filter: grayscale(1);
}
body.rtl .user-dashboard-section .dashboard-right-sidebar .total-box .totle-contain .img-1 {
  right: unset;
  left: -30px;
}
.user-dashboard-section .dashboard-right-sidebar .total-box .totle-contain .totle-detail h5,
.user-dashboard-section .dashboard-right-sidebar .total-box .totle-contain .totle-detail .h5 {
  margin-bottom: calc(3px + 4 * (100vw - 320px) / 1600);
  color: #4a5568;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
}
.user-dashboard-section .dashboard-right-sidebar .total-box .totle-contain .totle-detail h3,
.user-dashboard-section .dashboard-right-sidebar .total-box .totle-contain .totle-detail .h3 {
  font-weight: 600;
}
.user-dashboard-section .dashboard-right-sidebar .dashboard-home .title-header .d-flex {
  flex-wrap: wrap;
  gap: 5px;
}
.user-dashboard-section .dashboard-right-sidebar .dashboard-home .dashboard-user-name h6,
.user-dashboard-section .dashboard-right-sidebar .dashboard-home .dashboard-user-name .h6 {
  font-size: 16px;
  margin-bottom: 10px;
}
.user-dashboard-section .dashboard-right-sidebar .dashboard-home .dashboard-user-name p {
  margin: 0;
  font-size: calc(14px + 1 * (100vw - 320px) / 1600);
  line-height: 1.5;
  letter-spacing: 0.3px;
}
.user-dashboard-section .dashboard-right-sidebar .dashboard-home .dashboard-contant-title {
  border-bottom: 1px solid #ddd;
  padding-bottom: calc(5px + 5 * (100vw - 320px) / 1600);
  margin-bottom: calc(10px + 5 * (100vw - 320px) / 1600);
}
.user-dashboard-section .dashboard-right-sidebar .dashboard-home .dashboard-contant-title h4,
.user-dashboard-section .dashboard-right-sidebar .dashboard-home .dashboard-contant-title .h4 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.user-dashboard-section .dashboard-right-sidebar .dashboard-home .dashboard-contant-title h4 a,
.user-dashboard-section .dashboard-right-sidebar .dashboard-home .dashboard-contant-title .h4 a {
  font-size: calc(14px + 1 * (100vw - 320px) / 1600);
}
.user-dashboard-section .dashboard-right-sidebar .dashboard-home .dashboard-contant-title h4 a:hover,
.user-dashboard-section .dashboard-right-sidebar .dashboard-home .dashboard-contant-title .h4 a:hover {
  color: var(--theme-color);
}
.user-dashboard-section .dashboard-right-sidebar .dashboard-home .dashboard-detail h6,
.user-dashboard-section .dashboard-right-sidebar .dashboard-home .dashboard-detail .h6 {
  margin-bottom: calc(4px + 4 * (100vw - 320px) / 1600);
  line-height: 1.6;
}
.user-dashboard-section .dashboard-right-sidebar .dashboard-home .dashboard-detail a:hover {
  color: var(--theme-color);
}
.user-dashboard-section .dashboard-right-sidebar .dashboard-order .order-contain {
  display: flex;
  flex-wrap: wrap;
  gap: calc(14px + 16 * (100vw - 320px) / 1600);
}
.user-dashboard-section .dashboard-right-sidebar .dashboard-order .order-contain .order-box .order-container {
  display: flex;
  flex-wrap: wrap;
  gap: calc(8px + 6 * (100vw - 320px) / 1600);
  align-items: center;
}
.user-dashboard-section .dashboard-right-sidebar .dashboard-order .order-contain .order-box .order-container .order-icon {
  position: relative;
  z-index: 0;
  color: var(--theme-color);
  padding: 9px;
  border-radius: 100%;
  overflow: hidden;
}
.user-dashboard-section .dashboard-right-sidebar .dashboard-order .order-contain .order-box .order-container .order-icon::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: var(--theme-color);
  opacity: 0.1;
  z-index: -1;
}
.user-dashboard-section .dashboard-right-sidebar .dashboard-order .order-contain .order-box .order-container .order-detail h4,
.user-dashboard-section .dashboard-right-sidebar .dashboard-order .order-contain .order-box .order-container .order-detail .h4 {
  font-weight: 600;
  display: flex;
  align-items: center;
  letter-spacing: 0.6px;
  font-size: calc(17px + 3 * (100vw - 320px) / 1600);
}
.user-dashboard-section .dashboard-right-sidebar .dashboard-order .order-contain .order-box .order-container .order-detail h4 span,
.user-dashboard-section .dashboard-right-sidebar .dashboard-order .order-contain .order-box .order-container .order-detail .h4 span {
  font-size: 12px;
  font-weight: 400;
  color: #ffffff;
  background:
    linear-gradient(
      -90deg,
      #ff6b6b 0%,
      #ff4f4f 100%);
  padding: 4px 6px;
  border-radius: 4px;
  margin-left: calc(9px + 11 * (100vw - 320px) / 1600);
  font-weight: 600;
}
body.rtl .user-dashboard-section .dashboard-right-sidebar .dashboard-order .order-contain .order-box .order-container .order-detail h4 span,
body.rtl .user-dashboard-section .dashboard-right-sidebar .dashboard-order .order-contain .order-box .order-container .order-detail .h4 span {
  margin-left: unset;
  margin-right: calc(9px + 11 * (100vw - 320px) / 1600);
}
.user-dashboard-section .dashboard-right-sidebar .dashboard-order .order-contain .order-box .order-container .order-detail h4 span.success-bg,
.user-dashboard-section .dashboard-right-sidebar .dashboard-order .order-contain .order-box .order-container .order-detail .h4 span.success-bg {
  background: var(--theme-color);
}
.user-dashboard-section .dashboard-right-sidebar .dashboard-order .order-contain .order-box .order-container .order-detail h6,
.user-dashboard-section .dashboard-right-sidebar .dashboard-order .order-contain .order-box .order-container .order-detail .h6 {
  margin-top: 6px;
  font-size: calc(14px + 1 * (100vw - 320px) / 1600);
  letter-spacing: 0.6px;
  font-weight: 300;
  line-height: 1.5;
}
.user-dashboard-section .dashboard-right-sidebar .dashboard-order .order-contain .order-box .product-order-detail {
  display: flex;
  flex-wrap: nowrap;
  gap: 20px;
  background-color: #f8f8f8;
  padding: calc(15px + 5 * (100vw - 320px) / 1600);
  margin-top: 30px;
  border-radius: 8px;
  align-items: center;
}
@media (max-width: 1199px) {
  .user-dashboard-section .dashboard-right-sidebar .dashboard-order .order-contain .order-box .product-order-detail {
    display: block;
  }
}
@media (max-width: 991px) {
  .user-dashboard-section .dashboard-right-sidebar .dashboard-order .order-contain .order-box .product-order-detail {
    display: flex;
  }
}
@media (max-width: 767px) {
  .user-dashboard-section .dashboard-right-sidebar .dashboard-order .order-contain .order-box .product-order-detail {
    display: block;
  }
}
.user-dashboard-section .dashboard-right-sidebar .dashboard-order .order-contain .order-box .product-order-detail:hover .order-image img {
  transform: scale(1.1);
}
.user-dashboard-section .dashboard-right-sidebar .dashboard-order .order-contain .order-box .product-order-detail .order-image {
  display: block;
}
@media (max-width: 1199px) {
  .user-dashboard-section .dashboard-right-sidebar .dashboard-order .order-contain .order-box .product-order-detail .order-image {
    text-align: center;
    margin-bottom: calc(14px + 16 * (100vw - 320px) / 1600);
  }
}
.user-dashboard-section .dashboard-right-sidebar .dashboard-order .order-contain .order-box .product-order-detail .order-image img {
  transition: all 0.3s ease-in-out;
}
.user-dashboard-section .dashboard-right-sidebar .dashboard-order .order-contain .order-box .product-order-detail .order-wrap a {
  display: block;
  color: #222222;
}
.user-dashboard-section .dashboard-right-sidebar .dashboard-order .order-contain .order-box .product-order-detail .order-wrap a:hover {
  color: #222222;
}
.user-dashboard-section .dashboard-right-sidebar .dashboard-order .order-contain .order-box .product-order-detail .order-wrap a h3,
.user-dashboard-section .dashboard-right-sidebar .dashboard-order .order-contain .order-box .product-order-detail .order-wrap a .h3 {
  font-weight: 600;
  margin-bottom: 6px;
}
.user-dashboard-section .dashboard-right-sidebar .dashboard-order .order-contain .order-box .product-order-detail .order-wrap p {
  line-height: 1.5;
  font-size: calc(14px + 1 * (100vw - 320px) / 1600);
}
.user-dashboard-section .dashboard-right-sidebar .dashboard-order .order-contain .order-box .product-order-detail .order-wrap .product-size {
  display: flex;
  flex-wrap: wrap;
  gap: calc(6px + 3 * (100vw - 320px) / 1600);
}
body.rtl .user-dashboard-section .dashboard-right-sidebar .dashboard-order .order-contain .order-box .product-order-detail .order-wrap .product-size {
  padding-right: 0;
}
.user-dashboard-section .dashboard-right-sidebar .dashboard-order .order-contain .order-box .product-order-detail .order-wrap .product-size li {
  width: 100%;
}
.user-dashboard-section .dashboard-right-sidebar .dashboard-order .order-contain .order-box .product-order-detail .order-wrap .product-size li .size-box {
  display: flex;
  align-items: center;
}
.user-dashboard-section .dashboard-right-sidebar .dashboard-order .order-contain .order-box .product-order-detail .order-wrap .product-size li .size-box h5,
.user-dashboard-section .dashboard-right-sidebar .dashboard-order .order-contain .order-box .product-order-detail .order-wrap .product-size li .size-box .h5 {
  font-weight: 600;
  margin-left: 8px;
  font-size: 14px;
}
.user-dashboard-section .dashboard-right-sidebar .dashboard-address .address-box {
  border-radius: 8px;
  padding: calc(12px + 12 * (100vw - 320px) / 1600);
  background-color: #ffffff;
  box-shadow: 0 0 9px rgba(0, 0, 0, 0.07);
  position: relative;
  height: 100%;
  overflow: hidden;
}
.user-dashboard-section .dashboard-right-sidebar .dashboard-address .address-box > div {
  display: flex;
  position: relative;
}
.user-dashboard-section .dashboard-right-sidebar .dashboard-address .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;
}
body.rtl .user-dashboard-section .dashboard-right-sidebar .dashboard-address .address-box > div .label {
  right: unset;
  left: 0;
}
.user-dashboard-section .dashboard-right-sidebar .dashboard-address .address-box > div .form-check {
  margin-top: 3px;
}
.user-dashboard-section .dashboard-right-sidebar .dashboard-address .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;
}
.user-dashboard-section .dashboard-right-sidebar .dashboard-address .address-box > div .form-check .form-check-input:checked {
  background-color: var(--theme-color);
  border-color: var(--theme-color);
}
.user-dashboard-section .dashboard-right-sidebar .dashboard-address .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");
}
.user-dashboard-section .dashboard-right-sidebar .dashboard-address .address-box > div .form-check .form-check-input:focus {
  box-shadow: none;
}
.user-dashboard-section .dashboard-right-sidebar .dashboard-address .address-box > div .address-table table {
  margin-bottom: 0;
}
.user-dashboard-section .dashboard-right-sidebar .dashboard-address .address-box > div .address-table table tr:first-child td {
  padding-top: 0;
  font-weight: 600;
  font-size: calc(17px + 1 * (100vw - 320px) / 1600);
  color: #222222;
}
.user-dashboard-section .dashboard-right-sidebar .dashboard-address .address-box > div .address-table table tr td {
  border: none;
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
  padding: 4px 0;
  color: #4a5568;
}
.user-dashboard-section .dashboard-right-sidebar .dashboard-address .address-box > div .address-table table tr td:first-child {
  min-width: 90px;
}
body.rtl .user-dashboard-section .dashboard-right-sidebar .dashboard-address .address-box > div .address-table table tr td:first-child {
  padding-left: unset;
}
.user-dashboard-section .dashboard-right-sidebar .dashboard-address .address-box > div .address-table table tr td:last-child p {
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
  margin-bottom: 0;
  line-height: 1.5;
}
.user-dashboard-section .dashboard-right-sidebar .dashboard-address .address-box > div .address-table table tr td h4,
.user-dashboard-section .dashboard-right-sidebar .dashboard-address .address-box > div .address-table table tr td .h4 {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  font-weight: 500;
  color: #222222;
}
.user-dashboard-section .dashboard-right-sidebar .dashboard-address .address-box > div .address-table table tr td h4 span,
.user-dashboard-section .dashboard-right-sidebar .dashboard-address .address-box > div .address-table table tr td .h4 span {
  background-color: var(--theme-color);
  padding: 4px 8px;
  border-radius: 4px;
  color: #ffffff;
  font-size: 12px;
  letter-spacing: 0.8px;
}
.user-dashboard-section .dashboard-right-sidebar .dashboard-address .address-box .button-group {
  display: flex;
  flex-wrap: nowrap;
  gap: 10px;
  align-items: center;
  justify-content: space-between;
}
.user-dashboard-section .dashboard-right-sidebar .dashboard-address .address-box .button-group > * {
  width: 50%;
}
.user-dashboard-section .dashboard-right-sidebar .dashboard-address .address-box .button-group button {
  background-color: #f8f8f8;
  font-weight: 600;
  width: 100%;
}
.user-dashboard-section .dashboard-right-sidebar .dashboard-address .address-box .button-group button > div {
  display: flex;
  align-items: center;
  gap: 8px;
}
.user-dashboard-section .dashboard-right-sidebar .dashboard-address .address-box .button-group button:hover {
  background-color: var(--theme-color);
  color: #ffffff;
}
.user-dashboard-section .dashboard-right-sidebar .dashboard-address .address-box .button-group button .feather {
  width: calc(16px + 2 * (100vw - 320px) / 1600);
  height: auto;
  margin-right: calc(6px + 2 * (100vw - 320px) / 1600);
}
body.rtl .user-dashboard-section .dashboard-right-sidebar .dashboard-address .address-box .button-group button .feather {
  margin-right: unset;
  margin-left: calc(6px + 2 * (100vw - 320px) / 1600);
}
.user-dashboard-section .dashboard-right-sidebar .dashboard-address .add-address .address-link {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  color: #222222;
}
.user-dashboard-section .dashboard-right-sidebar .dashboard-card .payment-card-detail {
  position: relative;
}
.user-dashboard-section .dashboard-right-sidebar .dashboard-card .payment-card-detail:hover .edit-card {
  opacity: 1;
  transition: all 0.3s ease-in-out;
}
.user-dashboard-section .dashboard-right-sidebar .dashboard-card .payment-card-detail.add-card {
  background-color: #f9f9f9;
  cursor: pointer;
  padding: 0;
}
.user-dashboard-section .dashboard-right-sidebar .dashboard-card .payment-card-detail.add-card .card-details {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 130px;
  background: #d2d2d2;
  color: #222222;
  text-align: center;
}
.user-dashboard-section .dashboard-right-sidebar .dashboard-card .payment-card-detail.add-card .card-details h5,
.user-dashboard-section .dashboard-right-sidebar .dashboard-card .payment-card-detail.add-card .card-details .h5 {
  margin-bottom: 0;
  text-transform: uppercase;
}
.user-dashboard-section .dashboard-right-sidebar .dashboard-card .payment-card-detail .card-details {
  height: 100%;
  color: #ffffff;
  padding: 30px 20px;
  border-radius: 5px;
  background-color: #4b77a0;
  background-image:
    repeating-linear-gradient(
      45deg,
      rgba(255, 255, 255, 0) 1px,
      rgba(255, 255, 255, 0.03) 2px,
      rgba(255, 255, 255, 0.04) 3px,
      rgba(255, 255, 255, 0.05) 4px),
    -webkit-linear-gradient(-245deg, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 0.2) 70%, rgba(255, 255, 255, 0) 90%);
}
.user-dashboard-section .dashboard-right-sidebar .dashboard-card .payment-card-detail .card-details.card-visa {
  background-color: #777876;
}
.user-dashboard-section .dashboard-right-sidebar .dashboard-card .payment-card-detail .card-details.dabit-card {
  background-color: #86b8cf;
}
.user-dashboard-section .dashboard-right-sidebar .dashboard-card .payment-card-detail .card-details .card-number {
  margin-bottom: 10px;
}
.user-dashboard-section .dashboard-right-sidebar .dashboard-card .payment-card-detail .card-details .card-number h4,
.user-dashboard-section .dashboard-right-sidebar .dashboard-card .payment-card-detail .card-details .card-number .h4 {
  color: #ffffff;
  font-size: calc(16px + 2 * (100vw - 320px) / 1600);
}
.user-dashboard-section .dashboard-right-sidebar .dashboard-card .payment-card-detail .card-details .valid-detail {
  display: flex;
  align-items: center;
  margin-top: calc(10px + 10 * (100vw - 320px) / 1600);
}
.user-dashboard-section .dashboard-right-sidebar .dashboard-card .payment-card-detail .card-details .valid-detail .title {
  margin-bottom: 0;
}
.user-dashboard-section .dashboard-right-sidebar .dashboard-card .payment-card-detail .card-details .valid-detail .title span {
  display: block;
  color: rgba(255, 255, 255, 0.7);
  text-transform: uppercase;
  font-size: 12px;
  line-height: 1.3;
}
.user-dashboard-section .dashboard-right-sidebar .dashboard-card .payment-card-detail .card-details .valid-detail .date h3,
.user-dashboard-section .dashboard-right-sidebar .dashboard-card .payment-card-detail .card-details .valid-detail .date .h3 {
  margin-bottom: 0;
  color: #ffffff;
  margin-left: 15px;
  font-size: calc(16px + 2 * (100vw - 320px) / 1600);
  font-weight: normal;
}
body.rtl .user-dashboard-section .dashboard-right-sidebar .dashboard-card .payment-card-detail .card-details .valid-detail .date h3,
body.rtl .user-dashboard-section .dashboard-right-sidebar .dashboard-card .payment-card-detail .card-details .valid-detail .date .h3 {
  margin-left: 0;
  margin-right: 15px;
}
.user-dashboard-section .dashboard-right-sidebar .dashboard-card .payment-card-detail .card-details .valid-detail .primary {
  margin-left: auto;
}
body.rtl .user-dashboard-section .dashboard-right-sidebar .dashboard-card .payment-card-detail .card-details .valid-detail .primary {
  margin-left: 0;
  margin-right: auto;
}
.user-dashboard-section .dashboard-right-sidebar .dashboard-card .payment-card-detail .card-details .valid-detail .primary span {
  font-size: calc(12px + 2 * (100vw - 320px) / 1600);
  padding: 0;
  font-weight: 400;
  text-transform: uppercase;
}
.user-dashboard-section .dashboard-right-sidebar .dashboard-card .payment-card-detail .card-details .name-detail {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: calc(10px + 15 * (100vw - 320px) / 1600);
}
.user-dashboard-section .dashboard-right-sidebar .dashboard-card .payment-card-detail .card-details .name-detail .name h5,
.user-dashboard-section .dashboard-right-sidebar .dashboard-card .payment-card-detail .card-details .name-detail .name .h5 {
  text-transform: uppercase;
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
  margin-bottom: 0;
  color: #ffffff;
}
.user-dashboard-section .dashboard-right-sidebar .dashboard-card .payment-card-detail .card-details .name-detail .card-img {
  width: auto;
}
.user-dashboard-section .dashboard-right-sidebar .dashboard-card .payment-card-detail .edit-card {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  position: absolute;
  text-align: center;
  top: 0;
  left: 0;
  background-color: rgba(34, 34, 34, 0.8);
  border-radius: 5px;
  opacity: 0;
  transition: all 0.5s ease;
}
@media (max-width: 767px) {
  .user-dashboard-section .dashboard-right-sidebar .dashboard-card .payment-card-detail .edit-card {
    display: none;
  }
}
.user-dashboard-section .dashboard-right-sidebar .dashboard-card .payment-card-detail .edit-card a {
  padding: 0 10px;
  text-transform: uppercase;
  color: #ffffff;
}
.user-dashboard-section .dashboard-right-sidebar .dashboard-card .edit-card-mobile {
  display: none;
}
@media (max-width: 767px) {
  .user-dashboard-section .dashboard-right-sidebar .dashboard-card .edit-card-mobile {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
  }
  .user-dashboard-section .dashboard-right-sidebar .dashboard-card .edit-card-mobile a {
    padding: 0 10px;
    text-transform: uppercase;
    color: #222222;
  }
}
.user-dashboard-section .dashboard-right-sidebar .dashboard-profile .profile-detail .profile-name-detail {
  display: flex;
  align-items: center;
}
@media (max-width: 575px) {
  .user-dashboard-section .dashboard-right-sidebar .dashboard-profile .profile-detail .profile-name-detail {
    display: block;
  }
}
.user-dashboard-section .dashboard-right-sidebar .dashboard-profile .profile-detail .profile-name-detail h3,
.user-dashboard-section .dashboard-right-sidebar .dashboard-profile .profile-detail .profile-name-detail .h3 {
  font-weight: 400;
  font-size: 16px;
  margin-right: 10px;
  display: flex;
  align-items: center;
}
body.rtl .user-dashboard-section .dashboard-right-sidebar .dashboard-profile .profile-detail .profile-name-detail h3,
body.rtl .user-dashboard-section .dashboard-right-sidebar .dashboard-profile .profile-detail .profile-name-detail .h3 {
  margin-right: unset;
  margin-left: 10px;
}
@media (max-width: 360px) {
  .user-dashboard-section .dashboard-right-sidebar .dashboard-profile .profile-detail .profile-name-detail h3,
  .user-dashboard-section .dashboard-right-sidebar .dashboard-profile .profile-detail .profile-name-detail .h3 {
    margin-right: 0;
  }
  body.rtl .user-dashboard-section .dashboard-right-sidebar .dashboard-profile .profile-detail .profile-name-detail h3,
  body.rtl .user-dashboard-section .dashboard-right-sidebar .dashboard-profile .profile-detail .profile-name-detail .h3 {
    margin-right: unset;
    margin-left: 0;
  }
}
.user-dashboard-section .dashboard-right-sidebar .dashboard-profile .profile-detail .profile-name-detail h3 span,
.user-dashboard-section .dashboard-right-sidebar .dashboard-profile .profile-detail .profile-name-detail .h3 span {
  background: var(--theme-color);
  color: #ffffff;
  padding: 3px 8px;
  margin-left: 10px;
  border-radius: 5px;
  font-size: 13px;
}
body.rtl .user-dashboard-section .dashboard-right-sidebar .dashboard-profile .profile-detail .profile-name-detail h3 span,
body.rtl .user-dashboard-section .dashboard-right-sidebar .dashboard-profile .profile-detail .profile-name-detail .h3 span {
  margin-left: unset;
  margin-right: 10px;
}
@media (max-width: 575px) {
  .user-dashboard-section .dashboard-right-sidebar .dashboard-profile .profile-detail .profile-name-detail .profile-rating {
    margin-top: 3px;
  }
}
.user-dashboard-section .dashboard-right-sidebar .dashboard-profile .profile-detail a {
  margin-left: auto;
  padding: 8px 14px;
  position: relative;
  z-index: 0;
  border-radius: 5px;
  overflow: hidden;
  display: inline-block;
}
body.rtl .user-dashboard-section .dashboard-right-sidebar .dashboard-profile .profile-detail a {
  margin-left: unset;
  margin-right: auto;
}
@media (max-width: 575px) {
  .user-dashboard-section .dashboard-right-sidebar .dashboard-profile .profile-detail a {
    margin-top: 10px;
  }
}
.user-dashboard-section .dashboard-right-sidebar .dashboard-profile .profile-detail a::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: var(--theme-color);
  opacity: 0.08;
  z-index: -1;
}
.user-dashboard-section .dashboard-right-sidebar .dashboard-profile .profile-detail a:hover {
  color: var(--theme-color);
}
.user-dashboard-section .dashboard-right-sidebar .dashboard-profile .profile-detail .location-profile {
  margin-top: 20px;
  border-bottom: 1px solid #ececec;
  padding-bottom: 15px;
}
.user-dashboard-section .dashboard-right-sidebar .dashboard-profile .profile-detail .location-profile ul {
  display: flex;
  flex-wrap: wrap;
  gap: calc(10px + 16 * (100vw - 320px) / 1600);
  align-items: center;
}
body.rtl .user-dashboard-section .dashboard-right-sidebar .dashboard-profile .profile-detail .location-profile ul {
  padding-right: 0;
}
.user-dashboard-section .dashboard-right-sidebar .dashboard-profile .profile-detail .location-profile ul li .location-box {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  align-items: center;
  color: #4a5568;
}
.user-dashboard-section .dashboard-right-sidebar .dashboard-profile .profile-detail .location-profile ul li .location-box .feather {
  width: calc(18px + 2 * (100vw - 320px) / 1600);
  height: auto;
}
.user-dashboard-section .dashboard-right-sidebar .dashboard-profile .profile-detail .location-profile ul li .location-box h6,
.user-dashboard-section .dashboard-right-sidebar .dashboard-profile .profile-detail .location-profile ul li .location-box .h6 {
  font-size: calc(15px + 1 * (100vw - 320px) / 1600);
}
.user-dashboard-section .dashboard-right-sidebar .dashboard-profile .profile-detail .profile-description p {
  margin: 20px 0 0;
  color: #4a5568;
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
  line-height: 1.6;
}
.user-dashboard-section .dashboard-right-sidebar .dashboard-profile .profile-about {
  margin-top: 20px;
}
.user-dashboard-section .dashboard-right-sidebar .dashboard-profile .profile-about .form-control {
  border: none;
}
.user-dashboard-section .dashboard-right-sidebar .dashboard-profile .profile-about .table {
  margin-bottom: 36px;
}
.user-dashboard-section .dashboard-right-sidebar .dashboard-profile .profile-about .table tbody tr td {
  vertical-align: middle;
  border: none;
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
  white-space: nowrap;
}
.user-dashboard-section .dashboard-right-sidebar .dashboard-profile .profile-about .table tbody tr td:first-child {
  color: #4a5568;
}
.user-dashboard-section .dashboard-right-sidebar .dashboard-profile .profile-about .table tbody tr td a {
  display: flex;
  align-items: center;
}
.user-dashboard-section .dashboard-right-sidebar .dashboard-profile .profile-about .table tbody tr td a:hover {
  color: var(--theme-color);
}
.user-dashboard-section .dashboard-right-sidebar .dashboard-profile .profile-about .table tbody tr td a span {
  margin-left: calc(8px + 12 * (100vw - 320px) / 1600);
  font-size: 14px;
  padding: 5px 10px;
  border-radius: 5px;
  position: relative;
  font-weight: 600;
  overflow: hidden;
  z-index: 0;
}
body.rtl .user-dashboard-section .dashboard-right-sidebar .dashboard-profile .profile-about .table tbody tr td a span {
  margin-left: unset;
  margin-right: calc(8px + 12 * (100vw - 320px) / 1600);
}
.user-dashboard-section .dashboard-right-sidebar .dashboard-profile .profile-about .table tbody tr td a span::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: var(--theme-color);
  opacity: 0.08;
  z-index: -1;
}
.user-dashboard-section .dashboard-right-sidebar .dashboard-privacy .privacy-box + .privacy-box {
  margin-top: 15px;
}
.user-dashboard-section .dashboard-right-sidebar .dashboard-privacy .privacy-box h6,
.user-dashboard-section .dashboard-right-sidebar .dashboard-privacy .privacy-box .h6 {
  font-size: calc(15px + 3 * (100vw - 320px) / 1600);
  margin-bottom: 6px;
  line-height: 1.5;
}
.user-dashboard-section .dashboard-right-sidebar .dashboard-privacy .privacy-box p {
  margin: 0;
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
  line-height: 1.6;
}
.user-dashboard-section .dashboard-right-sidebar .dashboard-privacy .privacy-box .switch-radio .switch {
  position: absolute;
  clip-path: circle(0%);
  opacity: 0;
}
.user-dashboard-section .dashboard-right-sidebar .dashboard-privacy .privacy-box .switch-radio .switch + label {
  width: 62px;
  height: 25px;
  position: relative;
  border-radius: 50px;
  cursor: pointer;
  background-color: rgba(14, 153, 126, 0.1490196078);
  border: 1px solid #ddd;
}
.user-dashboard-section .dashboard-right-sidebar .dashboard-privacy .privacy-box .switch-radio .switch + label:before,
.user-dashboard-section .dashboard-right-sidebar .dashboard-privacy .privacy-box .switch-radio .switch + label:after {
  display: inline-block;
  position: absolute;
}
.user-dashboard-section .dashboard-right-sidebar .dashboard-privacy .privacy-box .switch-radio .switch + label:before {
  width: 19px;
  height: 19px;
  content: "";
  border-radius: 100%;
  left: 2px;
  top: 2px;
  background: var(--theme-color);
  transition: all 0.3s ease-in-out;
}
.user-dashboard-section .dashboard-right-sidebar .dashboard-privacy .privacy-box .switch-radio .switch:checked + label:before {
  left: 39px;
}
.user-dashboard-section .dashboard-right-sidebar .dashboard-privacy .privacy-box .switch-radio .form-check-input {
  position: absolute;
  clip-path: circle(0%);
  opacity: 0;
}
.user-dashboard-section .dashboard-right-sidebar .dashboard-privacy .privacy-box .switch-radio .form-check-input + label {
  width: 62px;
  height: 25px;
  position: relative;
  border-radius: 50px;
  cursor: pointer;
}
.user-dashboard-section .dashboard-right-sidebar .dashboard-privacy .privacy-box .switch-radio .form-check-input + label:before,
.user-dashboard-section .dashboard-right-sidebar .dashboard-privacy .privacy-box .switch-radio .form-check-input + label:after {
  display: inline-block;
  position: absolute;
}
.user-dashboard-section .dashboard-right-sidebar .dashboard-privacy .privacy-box .switch-radio .form-check-input + label:before {
  width: 19px;
  height: 19px;
  content: "";
  border-radius: 100%;
  left: 2px;
  top: 2px;
  background-color: var(--theme-color);
  transition: all 0.3s ease-in-out;
}
.user-dashboard-section .dashboard-right-sidebar .dashboard-privacy .privacy-box .switch-radio .form-check-input:checked + label {
  background-color: var(--theme-color);
}
.user-dashboard-section .dashboard-right-sidebar .dashboard-privacy .privacy-box .switch-radio .form-check-input:checked + label:before {
  left: 39px;
  background: #ffffff;
}
.user-dashboard-section .dashboard-right-sidebar .card {
  margin-bottom: calc(19px + 11 * (100vw - 320px) / 1600);
}
.user-dashboard-section .dashboard-right-sidebar .h-m30 {
  height: calc(100% - (19px + 11 * (100vw - 320px) / 1600));
}
.border-custom {
  padding-top: 30px;
  border-top: 1px solid #e9e9e9;
  display: block;
  margin-top: 30px;
}
.notification-count {
  width: 18px;
  height: 18px;
  font-size: 12px;
  background-color: var(--theme-color);
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  margin-left: 7px;
}
body.rtl .notification-count {
  margin-left: unset;
  margin-right: 7px;
}
.themeform-auth .form-label {
  font-size: 16px;
  font-weight: 600;
  position: relative;
  text-transform: uppercase;
  color: #4a5568;
  margin-bottom: 0;
}
.themeform-auth .form-control {
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
  color: #444;
  padding: 13px 15px;
  border-color: #eee;
}
.notification-list li {
  display: block;
  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;
}
body.rtl .notification-list li {
  padding-left: calc(12px + 6 * (100vw - 320px) / 1600);
  padding-right: calc(33px + 13 * (100vw - 320px) / 1600);
}
.notification-list li.unread {
  background-color: #e8f5f3;
  border-left: 3px solid var(--theme-color);
  position: relative;
}
body.rtl .notification-list li.unread {
  border-left: unset;
  border-right: 3px solid var(--theme-color);
}
.notification-list li.unread::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: var(--theme-color);
  opacity: 0.09;
}
.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%;
}
body.rtl .notification-list li::after {
  left: unset;
  right: calc(18px + 12 * (100vw - 320px) / 1600);
}
.notification-list li + li {
  border-top: 1px solid #eee;
}
.notification-list h4,
.notification-list .h4 {
  font-weight: 500;
  color: #222222;
  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: #4a5568;
}
.refund-table tr th:nth-child(4),
.refund-table tr td:nth-child(4) {
  white-space: unset;
  text-align: revert;
}
.wallet-table {
  margin-top: 30px;
  border-radius: 10px;
  overflow: hidden;
  padding: 20px;
  background-color: #ffffff;
}
@media (max-width: 1300px) {
  .wallet-table {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.wallet-table h4,
.wallet-table .h4 {
  margin-bottom: 18px;
  font-weight: 600;
  font-size: 20px;
}
.wallet-table table {
  width: 100%;
}
.wallet-table table td,
.wallet-table table th {
  padding: 15px !important;
  text-align: center;
  white-space: nowrap;
}
@media (max-width: 1300px) {
  .wallet-table table td:nth-child(4),
  .wallet-table table th:nth-child(4) {
    min-width: 500px;
  }
}
.wallet-table table th {
  font-size: calc(15px + 1 * (100vw - 320px) / 1600);
}
.wallet-table table td {
  border-bottom: 1px solid #eee;
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
}
.wallet-table table tr:last-child td {
  border-bottom: none;
}
.wallet-table table th {
  background-color: rgba(245, 245, 245, 0.8);
  font-weight: 500;
}
.wallet-bg {
  position: relative;
  z-index: 1;
}
.wallet-bg:after {
  content: "";
  position: absolute;
  background-image: url("./media/withdraw-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 1;
}
body.rtl .wallet-bg:after {
  transform: scaleX(-1);
  filter: FlipH;
}
.customer-detail ul {
  display: flex;
  flex-wrap: wrap;
}
.customer-detail ul li label {
  color: #222222;
  text-transform: uppercase;
  margin-bottom: 4px;
  font-size: calc(15px + 2 * (100vw - 320px) / 1600);
  font-weight: 500;
}
.customer-detail ul li h4,
.customer-detail ul li .h4 {
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
  line-height: 1.5;
  color: #777;
}
.h-m30 {
  height: calc(100% - 30px);
}
.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;
}
body.rtl .tracking-panel ul {
  padding-right: 0;
  padding-left: 20px;
}
.tracking-panel ul li {
  position: relative;
  width: 100%;
  background-color: #ffffff;
  border-radius: 0;
  padding: calc(13px + 4 * (100vw - 320px) / 1600) 0 calc(13px + 4 * (100vw - 320px) / 1600) calc(21px + 10 * (100vw - 320px) / 1600);
}
body.rtl .tracking-panel ul li {
  padding: calc(13px + 4 * (100vw - 320px) / 1600) calc(21px + 10 * (100vw - 320px) / 1600) calc(13px + 4 * (100vw - 320px) / 1600) 0;
}
.tracking-panel ul li:after {
  opacity: 1;
  content: "";
  position: absolute;
  top: 0;
  right: -16px;
  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;
}
body.rtl .tracking-panel ul li:after {
  right: unset;
  left: -16px;
  border-right: 17px solid #ffffff;
  border-left: unset;
}
.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 #f9f9f6;
  transition: border-color 0.2s ease;
}
body.rtl .tracking-panel ul li:before {
  right: 0;
  left: unset;
  border-right: 17px solid #f9f9f6;
  border-left: unset;
}
.tracking-panel ul li.active {
  background-color: #e9f6f3;
}
.tracking-panel ul li.active:after {
  border-left: 17px solid #e9f6f3;
}
body.rtl .tracking-panel ul li.active:after {
  border-right: 17px solid #e9f6f3;
  border-left: unset;
}
.tracking-panel ul li.cancelled-box {
  background-color: #fbe9eb;
}
.tracking-panel ul li.cancelled-box:after {
  border-left: 17px solid #fbe9eb;
}
body.rtl .tracking-panel ul li.cancelled-box:after {
  border-right: 17px solid #fbe9eb;
  border-left: unset;
}
.tracking-panel ul li:first-child {
  border-radius: 6px 0 0 6px;
}
body.rtl .tracking-panel ul li:first-child {
  border-radius: 0 6px 6px 0;
}
.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-total li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  font-size: calc(15px + 2 * (100vw - 320px) / 1600);
  margin-bottom: 6px;
}
.tracking-total li:last-child {
  font-weight: 600;
  margin-bottom: 0;
  padding-top: 15px;
  border-top: 1px solid #e8e8e8;
  margin-top: 12px;
}
html.dark .pos-detail-card .summary-total li.border-cls label {
  color: #ddd;
}
html.dark .blog-section .left-sidebar-box .left-accordion-box .accordion-item.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%);
}
html.dark .blog-section .left-sidebar-box .left-accordion-box .accordion-item.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%);
}
html.dark .blog-section .left-sidebar-box .left-accordion-box .accordion-item.skeleton-accordion .placeholder::after {
  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%);
}
html.dark .skeleton-offer .coupon-box {
  background: rgba(246, 247, 248, 0.05);
}
html.dark .skeleton-offer .coupon-box .coupon-name .card-name h5,
html.dark .skeleton-offer .coupon-box .coupon-name .card-name .h5 {
  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%);
}
html.dark .skeleton-offer .coupon-box .coupon-content p {
  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%);
}
html.dark .skeleton-box {
  background-color: rgba(246, 247, 248, 0.05);
}
html.dark .skeleton-compare .placeholder {
  background: rgba(246, 247, 248, 0.05);
  background-image:
    linear-gradient(
      135deg,
      rgba(246, 247, 248, 0.05) 0%,
      rgba(237, 238, 241, 0.1) 20%,
      rgba(246, 247, 248, 0.05) 40%,
      rgba(246, 247, 248, 0.05) 100%);
}
html.dark .skeleton-compare .compare-part .img-section .compare-img {
  background: rgba(246, 247, 248, 0.05);
  background-image:
    linear-gradient(
      135deg,
      rgba(246, 247, 248, 0.05) 0%,
      rgba(237, 238, 241, 0.1) 20%,
      rgba(246, 247, 248, 0.05) 40%,
      rgba(246, 247, 248, 0.05) 100%);
}
html.dark .common-skeleton .img-box .placeholder,
html.dark .common-skeleton .img-box .img,
html.dark .common-skeleton ul .placeholder,
html.dark .common-skeleton ul .img {
  background: rgba(246, 247, 248, 0.05);
  background-image:
    linear-gradient(
      135deg,
      rgba(246, 247, 248, 0.05) 0%,
      rgba(237, 238, 241, 0.1) 20%,
      rgba(246, 247, 248, 0.05) 40%,
      rgba(246, 247, 248, 0.05) 100%);
}
html.dark .skeleton-vertical .offer-image {
  background: rgba(246, 247, 248, 0.05);
  background-image:
    linear-gradient(
      135deg,
      rgba(246, 247, 248, 0.05) 0%,
      rgba(237, 238, 241, 0.1) 20%,
      rgba(246, 247, 248, 0.05) 40%,
      rgba(246, 247, 248, 0.05) 100%);
}
html.dark .skeleton-vertical.offer-product .offer-detail a .name {
  background: rgba(246, 247, 248, 0.05);
  background-image:
    linear-gradient(
      135deg,
      rgba(246, 247, 248, 0.05) 0%,
      rgba(237, 238, 241, 0.1) 20%,
      rgba(246, 247, 248, 0.05) 40%,
      rgba(246, 247, 248, 0.05) 100%);
}
html.dark .skeleton-vertical.offer-product .offer-detail span,
html.dark .skeleton-vertical.offer-product .offer-detail .vertical-price {
  background: rgba(246, 247, 248, 0.05);
  background-image:
    linear-gradient(
      135deg,
      rgba(246, 247, 248, 0.05) 0%,
      rgba(237, 238, 241, 0.1) 20%,
      rgba(246, 247, 248, 0.05) 40%,
      rgba(246, 247, 248, 0.05) 100%);
}
html.dark .skeleton-seller .contain-name h3,
html.dark .skeleton-seller .contain-name .h3,
html.dark .skeleton-seller .contain-name .product-label {
  background: rgba(246, 247, 248, 0.05);
  background-image:
    linear-gradient(
      135deg,
      rgba(246, 247, 248, 0.05) 0%,
      rgba(237, 238, 241, 0.1) 20%,
      rgba(246, 247, 248, 0.05) 40%,
      rgba(246, 247, 248, 0.05) 100%);
}
html.dark .skeleton-seller .vendor-text,
html.dark .skeleton-seller .saller-contact {
  background: rgba(246, 247, 248, 0.05);
  background-image:
    linear-gradient(
      135deg,
      rgba(246, 247, 248, 0.05) 0%,
      rgba(237, 238, 241, 0.1) 20%,
      rgba(246, 247, 248, 0.05) 40%,
      rgba(246, 247, 248, 0.05) 100%);
}
html.dark .skeleton *:empty {
  background-color: rgba(246, 247, 248, 0.05);
  background-image:
    linear-gradient(
      135deg,
      #3f4242 0%,
      rgba(237, 238, 241, 0.1) 20%,
      #3f4242 40%,
      #3f4242 100%);
}
html.dark .customer-detail ul li h4,
html.dark .customer-detail ul li .h4 {
  color: #ddd;
}
html.dark .review-people {
  border-color: rgba(119, 119, 119, 0.44);
}
html.dark .review-people::-webkit-scrollbar {
  background-color: #1d1d22;
}
html.dark .review-people::-webkit-scrollbar-track {
  background-color: rgba(85, 85, 85, 0.14);
}
html.dark .review-people .review-list li .people-box .people-comment .people-name .date-time h6,
html.dark .review-people .review-list li .people-box .people-comment .people-name .date-time .h6 {
  color: rgba(221, 221, 221, 0.69);
}
html.dark .tracking-panel ul li {
  background-color: #2a2d2d;
}
html.dark .tracking-panel ul li.active {
  background-color: #33413e;
}
html.dark .tracking-panel ul li.active::after {
  border-left-color: #33413e;
  border-right-color: #33413e;
}
html.dark .tracking-panel ul li.cancelled-box {
  background-color: #332728;
}
html.dark .tracking-panel ul li.cancelled-box:after {
  border-inline-color: #332728;
}
html.dark .tracking-panel ul li:before {
  border-left-color: #1d1d22;
  border-right-color: #1d1d22;
}
html.dark .tracking-panel ul li::after {
  border-left-color: #2a2d2d;
  border-right-color: #2a2d2d;
}
html.dark .tracking-panel ul li h4,
html.dark .tracking-panel ul li .h4 {
  color: #dddddd;
}
html.dark .tracking-panel .panel-content .icon img {
  filter: invert(1) brightness(100);
}
html.dark .tracking-total li:last-child {
  border-color: rgba(119, 119, 119, 0.44);
}
html.dark .skeleton-body .skeleton-text-wrap .placeholder {
  background:
    linear-gradient(
      90deg,
      rgba(29, 29, 34, 0.41) 8%,
      #2a2d2d 18%,
      rgba(29, 29, 29, 0.41) 33%);
}
html.dark .skeleton-body .skeleton-banner-xl .bg-size,
html.dark .skeleton-body .skeleton-banner-vertical .bg-size {
  background-color: #3f4242 !important;
}
html.dark .skeleton-body .skeleton-banner-sm .bg-size {
  background-color: #3f4242 !important;
  background-image: none !important;
}
html.dark .card {
  background-color: #2a2d2d;
}
html.dark .product-rating-box .product-rating-list li .rating-product .progress {
  background-color: #1d1d22;
}
html.dark .product-rating-box .product-rating-list li .rating-product h5,
html.dark .product-rating-box .product-rating-list li .rating-product .h5 {
  color: #fff;
}
html.dark .product-rating-box .product-main-rating h2,
html.dark .product-rating-box .product-main-rating .h2 {
  color: #fff;
}
html.dark .pay-modal .modal-body .payment-option .form-check {
  background-color: #1d1d22;
}
html.dark .pay-modal .modal-body .payment-option .form-check .form-check-input::before {
  border-color: rgba(119, 119, 119, 0.44);
}
html.dark .wallet-bg::after {
  opacity: 0.15;
}
html.dark .product-table tbody tr td {
  border-color: rgba(119, 119, 119, 0.44);
}
html.dark .text-content {
  color: #ddd;
}
html.dark .btn-animation:active,
html.dark .btn-animation:hover {
  color: #fff !important;
}
html.dark .product-box .product-image .product-option li + li:after {
  background-color: #ddd;
}
html.dark .category-box.category-dark img.background-image {
  filter: unset;
}
html.dark .theme-option .back-to-top a i {
  color: #ffffff;
}
html.dark .add-to-cart-box .qty-box .input-group input {
  color: #fff;
}
html.dark .product-box-3 .add-to-cart-box .qty-box .input-group button {
  background-color: #2a2d2d;
}
html.dark .menu-product-slider .product-box {
  background-color: #2a2d2d;
}
html.dark .menu-product-slider .product-box .add-to-cart-box .btn-add-cart {
  background-color: #1d1d22;
}
html.dark .menu-product-slider .product-box .add-to-cart-box .btn-add-cart .add-icon {
  background-color: #2a2d2d;
}
html.dark .menu-product-slider .product-box .add-to-cart-box .btn-add-cart .add-icon i {
  color: var(--theme-color);
}
html.dark .product-rating span {
  color: #ffb321;
}
html.dark .phone-field .custom-select.intl-tel-input .select2-container .select2-selection {
  background: #1d1d22 !important;
  border-color: rgba(221, 221, 221, 0.3);
}
html.dark .phone-field .custom-select.intl-tel-input .select2-container .select2-selection .country {
  background-color: #1d1d22 !important;
}
html.dark .log-in-section .log-in-form .form-control {
  color: #fff;
}
html.dark .log-in-section .log-in-box .checkbox_animated::after {
  background-color: #2a2d2d;
  border-color: #2a2d2d;
}
html.dark .team-section .team-box .team-name .team-media li a {
  background-color: #1d1d22;
}
html.dark .product-section-box .question-answer li h6,
html.dark .product-section-box .question-answer li .h6 {
  color: #fff;
}
html.dark .product-section-box .question-answer li .question-box h5,
html.dark .product-section-box .question-answer li .question-box .h5 {
  border: 1px solid rgba(119, 119, 119, 0.44);
  background-color: #1d1d22;
  color: #ddd;
}
html.dark .compare-fix a {
  color: #fff;
}
html.dark .product-section .product-left-box .product-main-1 .owl-nav [class*=owl-] {
  border: 1px solid rgba(119, 119, 119, 0.1);
  box-shadow: 0 0 8px rgba(119, 119, 119, 0.18);
  background-color: #2a2d2d;
}
html.dark .product-section .product-left-box .product-main-1 .owl-nav [class*=owl-]::before {
  color: #ddd;
}
html.dark .product-section .right-box-contain .product-package .form-select {
  background: #1d1d22;
  border-color: rgba(119, 119, 119, 0.44);
}
html.dark .custom-select .select2-container .select2-selection {
  background-color: #1d1d22 !important;
  border-color: rgba(119, 119, 119, 0.44) !important;
}
html.dark .custom-select .select2-container .select2-selection span {
  color: #ddd !important;
}
html.dark .custom-select .select2-container .select2-container-dropdown .select2-dropdown {
  background-color: #2a2d2d !important;
  box-shadow: 0px 6px 10px 4px rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(119, 119, 119, 0.4);
}
html.dark .custom-select .select2-container .select2-container-dropdown .select2-dropdown .select2-search__field {
  border: 1px solid rgba(119, 119, 119, 0.4) !important;
  background: #1d1d22;
  color: #ddd;
}
html.dark .custom-select .select2-container .select2-results__options,
html.dark .custom-select .select2-container .select2-results__option {
  color: #dddddd !important;
}
html.dark .custom-select .select2-container .select2-results__options::-webkit-scrollbar,
html.dark .custom-select .select2-container .select2-results__option::-webkit-scrollbar {
  background-color: #1d1d22;
}
html.dark .custom-select .select2-container .select2-results__options::-webkit-scrollbar-track,
html.dark .custom-select .select2-container .select2-results__option::-webkit-scrollbar-track {
  background-color: #1d1d22;
}
html.dark .mobile-menu ul li.active span {
  color: #fff;
}
html.dark .mobile-menu ul li a i {
  color: #fff;
}
html.dark .accordion-box .accordion-item .accordion-header .accordion-button {
  background-color: #1d1d22;
}
html.dark header .header-nav .header-nav-left .category-dropdown {
  box-shadow: 0 0 8px rgba(137, 137, 137, 0.05);
}
html.dark .header-nav .header-nav-left .category-dropdown .category-list li a img {
  filter: invert(1) brightness(100);
}
html.dark .product-box .label-tag {
  color: #fff;
}
html.dark .new-nav-item .new-dropdown {
  color: #fff;
}
html.dark .title-header h5,
html.dark .title-header .h5 {
  color: #fff;
}
html.dark .user-dashboard-section .dashboard-right-sidebar .dashboard-bg-box td {
  color: #ddd;
}
html.dark .bg-overlay {
  background-color: #222222;
}
html.dark .back-to-top a i {
  color: #ffffff;
}
html.dark .checkbox_animated::after {
  background-color: #1d1d22;
  border-color: #1d1d22;
}
html.dark .theme-form-floating-2 .form-control:focus {
  border-color: #ddd;
}
html.dark .categories-canvas {
  background-color: #2a2d2d;
}
html.dark .categories-canvas .offcanvas-header .close-button {
  color: #dddddd;
}
html.dark .product-standard .add-to-cart-box .btn-add-cart .add-icon {
  background-color: #1d1d22;
}
html.dark .qty-box .input-group {
  border-color: rgba(119, 119, 119, 0.44);
}
html.dark .add-to-cart-box .qty-box .input-group button {
  background-color: #2a2d2d;
}
html.dark .product-list li:nth-child(n+3):after {
  border-color: #777777;
}
html.dark .product-list li:nth-child(n+4)::after {
  border-color: #777777;
}
html.dark .view-modal .modal-dialog .modal-content .view-image-slider .owl-nav [class*=owl-] {
  border: 1px solid rgba(119, 119, 119, 0.1);
  box-shadow: 0 0 8px rgba(119, 119, 119, 0.18);
  background-color: #2a2d2d;
}
html.dark .view-modal .modal-dialog .modal-content .view-image-slider .owl-nav [class*=owl-]::before {
  color: #ddd;
}
html.dark .fresh-vegetable-section .delivery-box li .delivery-box .delivery-icon img {
  filter: invert(1) brightness(100);
}
html.dark .button-group ul li button.shopping-button {
  background-color: #2a2d2d;
  color: #ddd !important;
}
html.dark .order-detail .progtrckr li.progtrckr-done:before {
  color: #ffffff;
}
html.dark .offer-banner .banner-detail {
  background-color: rgba(255, 255, 255, 0.95);
}
html.dark .product-box .label-tag {
  color: #ffffff;
}
html.dark .product-box .progress {
  background-color: #1d1d22;
}
html.dark .product-box .progress-bar-light {
  background-color: #2a2d2d;
}
html.dark .product-box .counter-box .addtocart_btn .input-group {
  box-shadow: 0 2px 4px 0 rgba(255, 255, 255, 0.12);
}
html.dark .product-box .counter-box .addtocart_btn .input-group .btn {
  background-color: #1d1d22;
}
html.dark .order-table-section .order-tab-table thead tr th {
  background-color: #1d1d22;
  border-bottom-color: #777777;
}
html.dark .order-table-section .order-tab-table tbody tr td {
  color: #dddddd;
  border-bottom-color: #777777;
}
html.dark .form-floating > .form-control {
  border-color: #777777;
}
html.dark .compare-section .compare-table {
  border-color: rgba(119, 119, 119, 0.3);
}
html.dark .compare-section .compare-table tr td .compare-image {
  background-color: #1d1d22;
}
html.dark .compare-section .compare-table tr td,
html.dark .compare-section .compare-table tr th {
  border-color: rgba(119, 119, 119, 0.3);
}
html.dark .faq-box-contain .faq-accordion .accordion .accordion-item .accordion-header .accordion-button {
  color: #ffffff;
}
html.dark .theme-modal .modal-dialog .modal-content .modal-header .btn-close {
  color: #ffffff;
}
html.dark .summery-box .summery-header.bg-white,
html.dark .summery-box .summery-contain.bg-white,
html.dark .summery-box .summery-total.bg-white {
  background-color: #2a2d2d !important;
  border-color: #1d1d22;
}
html.dark .summery-box .summery-header li:last-child,
html.dark .summery-box .summery-contain li:last-child,
html.dark .summery-box .summery-total li:last-child {
  border-color: #1d1d22;
}
html.dark .checkout-section .custom-accordion .accordion-item .accordion-header {
  background-color: #2a2d2d;
}
html.dark .checkout-section .custom-accordion .accordion-item .accordion-header .accordion-button {
  background-color: #2a2d2d;
}
html.dark .checkout-section .custom-accordion .accordion-item .accordion-collapse .accordion-body {
  background-color: #2a2d2d;
}
html.dark .checkout-section .delivery-address-box > div .label {
  color: #ffffff;
}
html.dark .checkout-section .custom-navtab .nav-item .nav-link {
  border-color: #777777;
}
html.dark .theme-form-floating > .form-control:focus,
html.dark .theme-form-floating > .form-control:not(:placeholder-shown) {
  color: #ffffff;
}
html.dark .tooltip .tooltip-inner {
  color: #ffffff;
}
html.dark .theme-form-floating > .form-select {
  background-color: #2a2d2d;
  color: #ffffff;
  border-color: #777777;
}
html.dark .cart-table table tbody tr td {
  border-bottom-color: #2a2d2d;
}
html.dark .cart-table table tbody tr td .quantity-price .cart_qty button {
  background-color: #2a2d2d;
  color: #ffffff;
}
html.dark .cart-table table tbody tr td .quantity-price .cart_qty input {
  color: #ffffff;
}
html.dark .cart-table table tbody tr td.price h5,
html.dark .cart-table table tbody tr td.price .h5 {
  color: #ffffff;
}
html.dark .cart-table table tbody tr td.subtotal h5,
html.dark .cart-table table tbody tr td.subtotal .h5 {
  color: #ffffff;
}
html.dark .cart-table table tbody tr td.product-detail .product .product-detail ul li.name {
  color: #ffffff;
}
html.dark .summery-box .summery-header {
  border-color: #2a2d2d;
}
html.dark .summery-box .summery-contain {
  border-color: #2a2d2d;
}
html.dark .summery-box .summery-contain .coupon-cart .coupon-box .btn-apply {
  color: #ffffff;
}
html.dark .summery-box .summery-contain .coupon-cart .coupon-box .form-control {
  color: #ddd;
}
html.dark .summery-box .summery-contain .coupon-cart .coupon-box .form-control:focus {
  background-color: #2a2d2d;
}
html.dark .blog-section .left-sidebar-box .left-accordion-box .accordion-item .accordion-collapse .accordion-body .category-list-box ul li a .category-name span {
  color: #ffffff;
}
html.dark .blog-section .left-sidebar-box .left-accordion-box .accordion-item .accordion-collapse .accordion-body .product-tags-box ul li:hover a {
  color: #ffffff;
}
html.dark .blog-section .blog-detail-contain .blog-details-quote {
  background-color: #1d1d22;
}
html.dark .blog-section .blog-detail-contain .blog-details-quote h3,
html.dark .blog-section .blog-detail-contain .blog-details-quote .h3 {
  color: #ffffff;
}
html.dark .blog-section .blog-detail-image .blog-image-contain .contain-comment-list li .user-list {
  color: #dddddd;
}
html.dark .blog-section .leave-box .leave-comment .form-check .checkbox_animated::after {
  background-color: #2a2d2d;
  border-color: #2a2d2d;
}
html.dark .custome-pagination .pagination .page-item.active .page-link {
  color: #ffffff;
}
html.dark .custome-pagination .pagination .page-item .page-link {
  background-color: #1d1d22;
}
html.dark .blog-section .blog-box {
  border-color: #777777;
}
html.dark .blog-section .blog-box:hover .blog-detail label {
  color: #ffffff;
}
html.dark .blog-section .blog-box .blog-image label {
  color: #ffffff;
}
html.dark .blog-section .blog-box .blog-image label i {
  color: #ffffff;
}
html.dark .banner-contain .banner-details .coupon-code {
  border: 2px dashed rgba(255, 255, 255, 0.5);
}
html.dark .banner-contain .banner-details .banner-box {
  background-color: rgba(255, 255, 255, 0.5);
}
html.dark .banner-contain .banner-details .banner-box h5,
html.dark .banner-contain .banner-details .banner-box .h5 {
  color: #222222;
}
html.dark .banner-contain .banner-details .banner-box h6,
html.dark .banner-contain .banner-details .banner-box .h6 {
  color: #4a5568;
}
html.dark .banner-contain .banner-details h3,
html.dark .banner-contain .banner-details .h3 {
  color: #222222;
}
html.dark .banner-contain .banner-details h3.product-name,
html.dark .banner-contain .banner-details .product-name.h3 {
  color: #222222 !important;
}
html.dark .banner-contain .banner-details p {
  color: #4a5568 !important;
}
html.dark .banner-contain .banner-details p.text-bs-white {
  color: #ffffff !important;
}
html.dark .btn,
html.dark .btn-animation {
  color: #ffffff !important;
}
html.dark .btn:hover,
html.dark .btn-animation:hover {
  color: #ffffff !important;
}
html.dark .category-menu ul li .category-list img {
  filter: invert(1);
}
html.dark .category-list li .category-list-box .form-check-label .number {
  color: #dddddd;
}
html.dark .title-flex .timing-box .name {
  color: #ffffff;
}
html.dark .title-flex .timing-box .timing {
  color: #ffffff;
}
html.dark .title-flex .timing-box .timing .feather {
  color: #ffffff;
}
html.dark .category-box img {
  filter: invert(1);
}
html.dark .category-box h5,
html.dark .category-box .h5 {
  color: #222222;
}
html.dark .product-box.product-box-bg {
  background: #1d1d22;
}
html.dark .product-box .product-image .product-option {
  background-color: #1d1d22;
  box-shadow: 0 0 8px rgba(255, 255, 255, 0.12);
}
html.dark .home-contain .home-detail h1,
html.dark .home-contain .home-detail .h1,
html.dark .home-contain .home-detail h2,
html.dark .home-contain .home-detail .h2 {
  color: #222222 !important;
}
html.dark .home-contain .home-detail h2.super-sale,
html.dark .home-contain .home-detail .super-sale.h2 {
  color: var(--theme-color) !important;
}
html.dark .home-contain .home-detail h3,
html.dark .home-contain .home-detail .h3 {
  color: #777777;
}
html.dark .home-contain .home-detail h3.text-uppercase,
html.dark .home-contain .home-detail .text-uppercase.h3,
html.dark .home-contain .home-detail h3.fw-light,
html.dark .home-contain .home-detail .fw-light.h3 {
  color: #222222;
}
html.dark .home-contain .home-detail h5,
html.dark .home-contain .home-detail .h5 {
  color: #4a5568;
}
html.dark .home-contain .home-detail h6,
html.dark .home-contain .home-detail .h6 {
  color: #4a5568;
}
html.dark .home-contain .home-detail p {
  color: #4a5568;
}
html.dark .home-contain .home-detail .social-icon li a {
  color: #777777;
  border-color: #777777;
}
html.dark .home-contain .home-detail .shop-button {
  color: #222222;
}
html.dark footer::after,
html.dark footer::before {
  filter: invert(1);
}
html.dark footer .main-footer {
  border-top-color: rgba(193, 193, 193, 0.5);
}
html.dark footer .main-footer .theme-logo a img {
  filter: invert(1) brightness(100);
}
html.dark footer .main-footer .footer-contact ul li::before {
  border-color: #777777;
}
html.dark footer .main-footer .footer-contact ul li.social-app .text-content {
  color: #dddddd;
}
html.dark footer .main-footer .footer-contact ul li .footer-number .contact-number .text-content {
  color: #dddddd;
}
html.dark footer .sub-footer {
  border-top-color: rgba(193, 193, 193, 0.5);
}
html.dark footer .sub-footer .reserve h6,
html.dark footer .sub-footer .reserve .h6 {
  color: #ddd;
}
html.dark footer .sub-footer .social-link h6,
html.dark footer .sub-footer .social-link .h6 {
  color: #ddd;
}
html.dark footer.footer-section-2 .main-footer .footer-logo .theme-logo a img {
  filter: unset;
}
html.dark .service-contain .service-box + .service-box::before {
  border-color: rgba(193, 193, 193, 0.5);
}
html.dark .service-contain .service-box .service-image img {
  filter: invert(1) brightness(100);
}
html.dark .newsletter-section .newsletter-box .newsletter-contain .newsletter-detail h2,
html.dark .newsletter-section .newsletter-box .newsletter-contain .newsletter-detail .h2 {
  color: #ffffff;
}
html.dark .newsletter-section .newsletter-box .newsletter-contain .newsletter-detail .input-box input {
  background-color: #2a2d2d;
}
html.dark .newsletter-section .newsletter-box .newsletter-contain .newsletter-detail .input-box .sub-btn {
  color: #ffffff;
}
html.dark .category-menu-2 {
  background: #1d1d22;
}
html.dark .button-item .item-btn {
  color: #ffffff;
}
html.dark .item-section .close-button {
  color: #ffffff;
}
html.dark .item-section h6,
html.dark .item-section .h6 {
  color: #ffffff;
}
html.dark .item-section .items-image li {
  background-color: #ffffff;
}
html.dark .mobile-menu ul li.active::before {
  background-color: #ffffff;
}
html.dark .mobile-menu ul li a .icli,
html.dark .mobile-menu ul li a span {
  color: #ffffff;
}
html.dark header.active .sticky-header {
  box-shadow: 0 8px 10px rgba(137, 137, 137, 0.05);
}
html.dark header.fixed-header {
  border-bottom-color: rgba(119, 119, 119, 0.45);
}
html.dark header .onhover-category-list .onhover-category-box {
  box-shadow: 0 0 8px rgba(119, 119, 119, 0.4);
}
html.dark header .timer-notification h6,
html.dark header .timer-notification .h6 {
  color: #ffffff;
}
html.dark header .header-top .about-list li + li::after {
  background-color: rgba(221, 221, 221, 0.3);
}
html.dark header .header-top .about-list li .theme-form-select .dropdown-toggle::before {
  color: #ddd;
}
html.dark header .header-top .about-list > li .theme-form-select .dropdown-menu {
  background-color: #1d1d22;
}
html.dark header .header-top .about-list > li .theme-form-select .dropdown-menu li .dropdown-item {
  color: #fff;
}
html.dark header .nav-about-2 {
  background-color: #1d1d22;
}
html.dark header .offcanvas-header .btn-close {
  filter: invert(1) brightness(100);
}
html.dark header .navbar-expand-xl .dropdown-menu .dropdown-item {
  color: #ffffff;
}
html.dark header .navbar-expand-xl .dropdown-menu .dropdown-item small.text-muted,
html.dark header .navbar-expand-xl .dropdown-menu .dropdown-item .text-muted.small {
  color: #ddd !important;
}
html.dark header .navbar.navbar-expand-xl .navbar-nav .nav-link .label-menu {
  color: #ffffff;
}
html.dark header .nav-about.bg-black-nav {
  background-color: #1d1d22;
}
html.dark header .nav-about .header-top .about-list li {
  color: #dddddd;
}
html.dark header .nav-about .header-top .about-list li + li:after {
  background-color: rgba(221, 221, 221, 0.3);
}
html.dark header .nav-about .header-top .about-list li .theme-form-select .dropdown-toggle {
  color: #dddddd;
}
html.dark header .nav-about .header-top .about-list li .theme-form-select .dropdown-toggle::before {
  color: #dddddd;
}
html.dark header .nav-about .header-top .about-list li .theme-form-select .dropdown-menu {
  background-color: #232424;
}
html.dark header .nav-about .header-top .about-list li .theme-form-select .dropdown-menu li .dropdown-item {
  color: #ffffff;
}
html.dark header .header-nav-left .dropdown-category.black-dropdown {
  background-color: #1d1d22;
  color: #dddddd;
}
html.dark header .top-nav .navbar-top .middle-box .search-box .input-group button {
  color: #ffffff;
}
html.dark header .top-nav .navbar-top .middle-box .location-box button span {
  background-color: #1d1d22;
}
html.dark header .top-nav .navbar-top .middle-box .location-box button .locat-name {
  background-color: #2a2d2d;
}
html.dark header .top-nav .navbar-top .middle-box .location-box button .location-arrow {
  background-color: #1d1d22;
}
html.dark header .header-nav .header-nav-right .deal-button {
  color: var(--theme-color) !important;
}
html.dark header .header-nav .header-nav-right .deal-button i,
html.dark header .header-nav .header-nav-right .deal-button span {
  color: var(--theme-color);
}
html.dark header .header-nav .header-nav-left .dropdown-category {
  box-shadow: -1px 0 10px 0 rgba(137, 137, 137, 0.05), 5px 20px 40px 0 rgba(137, 137, 137, 0.05);
}
html.dark header .header-nav .header-nav-left .dropdown-category span,
html.dark header .header-nav .header-nav-left .dropdown-category .feather {
  color: #ffffff;
}
html.dark header .navbar-top .middle-box .location-box button span {
  background-color: #1d1d22;
}
@media (min-width: 1200px) {
  html.dark header .navbar-expand-xl .dropdown-menu {
    box-shadow: -1px 0 10px 0 rgba(137, 137, 137, 0.05), 5px 20px 40px 0 rgba(137, 137, 137, 0.05);
    background-color: #2a2d2d;
    border-color: #2a2d2d;
  }
  html.dark header .navbar-expand-xl .dropdown-menu .dropdown-column .dropdown-header {
    color: #fff;
  }
}
html.dark header .navbar-light .navbar-nav .nav-link {
  color: #fff;
}
html.dark header .top-nav .navbar-top .middle-box .location-box {
  border-color: #777;
}
html.dark header .top-nav .navbar-top .middle-box .location-box button .locat-name {
  background-color: #2a2d2d;
  color: #ffffff;
}
html.dark header .top-nav .navbar-top .middle-box .search-box .input-group .form-control {
  border-color: #777777;
  background-color: transparent;
  color: #fff;
}
html.dark header .top-nav .navbar-top .middle-box .search-box .input-group .form-control::placeholder {
  color: #fff;
}
html.dark header .top-nav .navbar-top .middle-box .search-box .input-group .form-control::placeholder {
  color: #777;
}
html.dark header .top-nav .navbar-top .rightside-box .right-side-menu .right-side::before {
  background-color: rgba(221, 221, 221, 0.5);
}
html.dark header .top-nav .navbar-top .rightside-box .right-side-menu .right-side .delivery-login-box h6,
html.dark header .top-nav .navbar-top .rightside-box .right-side-menu .right-side .delivery-login-box .h6 {
  color: #ddd;
}
html.dark header .top-nav .navbar-top .rightside-box .right-side-menu .right-side .delivery-login-box i,
html.dark header .top-nav .navbar-top .rightside-box .right-side-menu .right-side .delivery-login-box h5,
html.dark header .top-nav .navbar-top .rightside-box .right-side-menu .right-side .delivery-login-box .h5 {
  color: #fff;
}
html.dark header .top-nav .navbar-top .rightside-box .right-side-menu .right-side .delivery-login-box .delivery-icon .user-box {
  background-color: #1d1d22;
}
html.dark header .top-nav .navbar-top .rightside-box .right-side-menu .right-side .header-wishlist i {
  color: #ddd;
}
html.dark header .onhover-dropdown .onhover-div-login .user-box-name li + li {
  border-color: rgba(119, 119, 119, 0.65);
}
html.dark header .onhover-dropdown .onhover-div.fixed-cart .cart-title {
  background-color: #1d1d22;
  border-color: rgba(119, 119, 119, 0.44);
}
html.dark header .onhover-dropdown .onhover-div.fixed-cart .progress {
  background-color: #1d1d22;
}
html.dark header .onhover-dropdown .onhover-div.fixed-cart .bottom-box {
  border-color: rgba(119, 119, 119, 0.44);
  background-color: #1d1d22;
}
html.dark header .onhover-dropdown .onhover-div.fixed-cart .bottom-box .free {
  color: #ddd;
}
html.dark header .onhover-dropdown .onhover-div .qty-box .input-group {
  border-color: rgba(119, 119, 119, 0.4);
  background-color: #1d1d22;
}
html.dark header .onhover-dropdown .onhover-div .qty-box .input-group button {
  background-color: #2a2d2d;
}
html.dark header .onhover-dropdown .onhover-div .qty-box .input-group button:hover {
  color: var(--theme-color);
}
html.dark header .onhover-dropdown .onhover-div .qty-box .input-group button:hover i {
  color: var(--theme-color);
}
html.dark header .onhover-dropdown .onhover-div .cart-list > li + li {
  border-color: rgba(119, 119, 119, 0.44);
}
html.dark header .onhover-dropdown .onhover-div .cart-list > li .drop-cart .drop-contain .gram {
  border-color: rgba(119, 119, 119, 0.4);
  background-color: #1d1d22;
}
html.dark header .onhover-dropdown .onhover-div .cart-list > li .drop-cart .drop-contain .header-button-group .delete-button,
html.dark header .onhover-dropdown .onhover-div .cart-list > li .drop-cart .drop-contain .header-button-group .edit-button {
  border: 1px solid rgba(119, 119, 119, 0.4);
  background-color: #1d1d22;
  color: #ddd;
}
html.dark header .onhover-dropdown .onhover-div .cart-list::-webkit-scrollbar {
  background-color: #1d1d22;
}
html.dark header .onhover-dropdown .onhover-div .cart-list::-webkit-scrollbar-track {
  background-color: #1d1d22;
}
html.dark header .header-top .about-list > li + li::after {
  background-color: rgba(255, 255, 255, 0.3);
}
html.dark header .header-top .about-list > li .theme-form-select .dropdown-toggle::before {
  color: #fff;
}
html.dark header .header-nav .header-nav-left .dropdown-category {
  color: #fff;
}
html.dark .compare-section .compare-part {
  border-color: rgba(119, 119, 119, 0.44);
}
html.dark .pos-detail-card {
  background-color: #1d1d22;
}
html.dark .pos-detail-card .summary-total::before,
html.dark .pos-detail-card .summary-total::after {
  background-color: #1d1d22;
}
html.dark .pos-detail-card .summary-total li.list-total {
  border-color: rgba(119, 119, 119, 0.44);
}
html.dark .checkout-section-2 .pos-detail-card .product-details .cart-listing li {
  border-color: rgba(119, 119, 119, 0.44);
}
html.dark .recently-purchase {
  box-shadow: -1px 0 10px 0 rgba(137, 137, 137, 0.05), 5px 20px 40px 0 rgba(137, 137, 137, 0.05);
}
html.dark .header-2 .header-nav-left .category-dropdown {
  box-shadow: 0 0 8px rgba(119, 119, 119, 0.4);
}
html.dark .header-2 .header-nav-left .category-dropdown .category-list li .category-name img {
  filter: invert(1) brightness(100);
}
html.dark .header-2 .dropdown-category span {
  color: #ffffff;
}
html.dark .header-2 .top-nav {
  border-bottom-color: rgba(119, 119, 119, 0.4);
}
html.dark .header-2 .top-nav .middle-box .searchbar-box input {
  border-color: rgba(119, 119, 119, 0.4);
}
html.dark .header-2 .top-nav .middle-box .searchbar-box-2 .search-button {
  color: #ffffff;
}
html.dark .header-2 .top-nav .middle-box .searchbar-box input:focus {
  background-color: #1d1d22;
  border: 1px solid #777;
}
html.dark .header-2 .top-nav .middle-box .searchbar-box .search-button .iconly-Search {
  color: #ddd;
}
html.dark .header-2 .right-nav .fire-button .fire .fire-main .main-fire {
  background-image:
    radial-gradient(
      farthest-corner at 10px 0,
      #ddd 0%,
      #ffffff 95%);
}
html.dark .header-2 .right-nav .fire-button .fire .fire-main .particle-fire {
  background-color: #ffffff;
}
html.dark .header-2 .right-nav .fire-button span {
  color: #ffffff;
}
html.dark .header-2 .rightside-menu .mobile-app .mobile-image img {
  filter: invert(1) brightness(100);
}
html.dark .header-2 .rightside-menu .mobile-app .mobile-name .text-content {
  color: #ddd;
}
html.dark .header-2 .rightside-menu .dropdown-dollar .dropdown .dropdown-toggle {
  color: #ffffff;
}
html.dark .header-2 .rightside-menu .dropdown-dollar .dropdown .dropdown-toggle i {
  color: #dddddd;
}
html.dark .header-2 .rightside-menu .option-list ul li .header-icon .badge-number {
  color: #ffffff;
}
html.dark .header-2 .rightside-menu .option-list-2 li .user-box .user-name .text-content {
  color: #dddddd;
}
html.dark .header-2 .rightside-menu .option-list-2 li .header-icon .badge-number {
  color: #ffffff;
}
html.dark .cookie-bar-box {
  background: #1d1d22;
  box-shadow: 0 0.25rem 0.5rem rgba(255, 255, 255, 0.02), 0 24px 35px rgba(255, 255, 255, 0.05);
}
html.dark .cookie-bar-box .cookie-box {
  background-color: #1d1d22;
}
html.dark .cookie-bar-box .button-group {
  border-color: #777777;
}
html.dark .cookie-bar-box .button-group button.privacy-button {
  background-color: #2a2d2d;
}
html.dark .banner-contain-2 .banner-detail {
  color: #222222;
}
html.dark .banner-contain-2 .banner-detail h3 span.brand-name,
html.dark .banner-contain-2 .banner-detail .h3 span.brand-name {
  color: #ffffff;
}
html.dark .banner-contain-2 .banner-detail h3 span.brand-name::before,
html.dark .banner-contain-2 .banner-detail .h3 span.brand-name::before {
  border-color: #222222;
}
html.dark .banner-contain-2 .banner-detail h4,
html.dark .banner-contain-2 .banner-detail .h4 {
  color: #222222;
}
html.dark .banner-contain-2 .banner-detail h6,
html.dark .banner-contain-2 .banner-detail .h6 {
  color: #4a5568;
}
html.dark .banner-contain-2 .banner-detail p {
  color: #222222;
}
html.dark .label-flex .discount label {
  color: #ffffff;
}
html.dark .deal-section .deal-box .deal-detail .custom-progressbar {
  background-color: #1d1d22;
}
html.dark .deal-section .deal-box .deal-detail .hot-deal {
  color: #ffffff;
}
html.dark .timer ul li {
  background-color: #1d1d22;
}
html.dark .tab-style-color .nav-item .nav-link {
  color: #222222;
}
html.dark .tab-style-color .nav-item .nav-link.active,
html.dark .tab-style-color .nav-item .nav-link:hover {
  color: #222222;
}
html.dark .banner-contain-3 .banner-detail.banner-details-dark h3,
html.dark .banner-contain-3 .banner-detail.banner-details-dark .h3,
html.dark .banner-contain-3 .banner-detail.banner-details-dark h4,
html.dark .banner-contain-3 .banner-detail.banner-details-dark .h4,
html.dark .banner-contain-3 .banner-detail.banner-details-dark h6,
html.dark .banner-contain-3 .banner-detail.banner-details-dark .h6 {
  color: #fff;
}
html.dark .banner-contain-3 .banner-detail .banner-list li .delivery-box .check-icon {
  color: #ffffff;
}
html.dark .banner-contain-3 .banner-detail .banner-list li .delivery-box .check-contain h5,
html.dark .banner-contain-3 .banner-detail .banner-list li .delivery-box .check-contain .h5 {
  color: #ffffff;
}
html.dark .banner-contain-3 .banner-detail h6,
html.dark .banner-contain-3 .banner-detail .h6 {
  color: #2a2d2d;
}
html.dark .banner-contain-3 .banner-detail h3,
html.dark .banner-contain-3 .banner-detail .h3 {
  color: #222222;
}
html.dark .banner-contain-3 .banner-detail h3.banner-contain,
html.dark .banner-contain-3 .banner-detail .banner-contain.h3 {
  color: #ffffff;
}
html.dark .banner-contain-3 .banner-detail h4.text-content,
html.dark .banner-contain-3 .banner-detail .text-content.h4 {
  color: #777777;
}
html.dark .banner-contain-3 .banner-detail h4.delivery-contain,
html.dark .banner-contain-3 .banner-detail .delivery-contain.h4 {
  color: #ffffff;
}
html.dark .category-section-3 .category-box-list .category-name h6,
html.dark .category-section-3 .category-box-list .category-name .h6 {
  color: #777777;
}
html.dark .product-box-3 .add-to-cart-box .btn-add-cart .add-icon {
  background-color: #1d1d22;
}
html.dark .category-list li .category-list-box .color-label-box .color-box {
  border-color: #777;
}
html.dark .service-contain-2 .icon-width {
  filter: invert(1) brightness(100);
}
html.dark .product-solid .product-box .qty-box .input-group {
  background-color: #1d1d22;
}
html.dark .product-list.sidebar-product li + li:after {
  border-color: rgba(119, 119, 119, 0.3);
}
html.dark .blog-box.sticky-blog-box::before {
  color: #fff;
}
html.dark .product-standard.theme-plus .add-to-cart-box .btn-add-cart .add-icon {
  color: #fff;
}
html.dark .product-box-4 {
  border-color: rgba(119, 119, 119, 0.4);
}
html.dark .product-box-4 h5,
html.dark .product-box-4 .h5 {
  color: #4a5568;
}
html.dark .product-box-4 h5 span:last-child,
html.dark .product-box-4 .h5 span:last-child {
  color: #4a5568;
}
html.dark .product-box-4 .custom-progressbar {
  background: #1d1d22;
}
html.dark .product-box-4.bg-white {
  background-color: #2a2d2d !important;
}
html.dark .product-box-4 .circle-box .shape-text {
  color: #ffffff;
}
html.dark .product-box-4 .product-detail a .name {
  color: #222222;
}
html.dark .product-box-4 .product-detail .price del.delete-price {
  color: #4a5568;
}
html.dark .product-box-4 .product-detail .addtocart_btn .input-group {
  box-shadow: 0 2px 6px 0 rgba(119, 119, 119, 0.23);
}
html.dark .product-box-4 .product-detail .addtocart_btn .input-group .btn {
  background-color: #1d1d22;
}
html.dark .product-box-4 .product-detail .addtocart_btn .input-group .btn i {
  color: #ffffff;
}
html.dark .product-box-3 .product-footer .product-detail .span-name {
  color: #dddddd;
}
html.dark .product-box-3 .product-footer .product-detail .unit {
  color: #dddddd;
}
html.dark .product-box-3 .product-footer .product-detail .price del {
  color: #dddddd;
}
html.dark .product-box-3 .product-header .product-header-top .label-new {
  color: #ffffff;
}
html.dark .product-box-3 .add-to-cart-box .qty-box .input-group {
  background-color: #1d1d22;
  border-color: rgba(119, 119, 119, 0.4);
}
html.dark .product-section .right-box-contain .note-box .wishlist-btn-group .wishlist-button {
  border-color: rgba(119, 119, 119, 0.44);
  background-color: #1d1d22;
}
html.dark .product-section .right-box-contain .pickup-box .product-info .product-info-list {
  background-color: #1d1d22;
}
html.dark .product-section .right-box-contain .pickup-box .product-info .product-info-list li {
  color: #ddd;
}
html.dark .product-section .right-box-contain .pickup-box .product-info .product-info-list li::after {
  background-color: #ddd;
}
html.dark .delivery-info li {
  color: #adadad;
}
html.dark .product-section .progress-sec .left-progressbar .progress {
  background-color: #1d1d22;
}
html.dark .sticky-bottom-cart .selection-section .form-control {
  background-color: transparent;
  border-color: transparent;
}
html.dark .sticky-bottom-cart .selection-section .form-select {
  background: #1d1d22;
  border-color: rgba(119, 119, 119, 0.44);
  color: #ddd;
}
html.dark .sticky-bottom-cart .selection-section .product-qty .input-group button {
  background-color: #2a2d2d;
}
html.dark .review-title-2 button {
  border-color: rgba(119, 119, 119, 0.44) !important;
}
html.dark .product-review-form .product-wrapper {
  background-color: #1d1d22;
}
html.dark .product-review-form .product-wrapper .product-content .product-review-rating .rating-number {
  color: rgba(221, 221, 221, 0.6);
}
html.dark .slider-3-product .product-slider-image {
  background-color: #1d1d22;
}
html.dark .form-control {
  border-color: rgba(221, 221, 221, 0.3);
  color: #ddd;
}
html.dark .form-control:focus {
  border-color: rgba(221, 221, 221, 0.3);
}
html.dark .variation-modal .modal-content .modal-body .right-box-contain .product-package .form-check .form-check-input {
  background-color: #1d1d22;
  border-color: rgba(29, 29, 34, 0.4);
}
html.dark .variation-modal .modal-content .modal-body .right-box-contain .product-package .circle li:hover button,
html.dark .variation-modal .modal-content .modal-body .right-box-contain .product-package .rectangle li:hover button {
  background-color: #1d1d22;
}
html.dark .variation-modal .modal-content .modal-body .right-box-contain .product-package .circle li.active button,
html.dark .variation-modal .modal-content .modal-body .right-box-contain .product-package .rectangle li.active button {
  color: #ffffff;
  background-color: var(--theme-color);
}
html.dark .variation-modal .modal-content .modal-body .right-box-contain .product-package .circle li button,
html.dark .variation-modal .modal-content .modal-body .right-box-contain .product-package .rectangle li button {
  background-color: #1d1d22;
}
html.dark .variation-modal .modal-content .modal-body .right-box-contain .note-box .product-qty .input-group {
  background: #1d1d22;
}
html.dark .variation-modal .modal-content .modal-body .right-box-contain .note-box .product-qty .input-group button {
  background-color: #2a2d2d;
}
html.dark .variation-modal .modal-content .modal-body .right-box-contain .note-box .cart-button {
  background-color: #1d1d22;
}
html.dark .blog-section .blog-box.sticky-blog-box {
  background-color: #1d1d22;
  box-shadow: 0 0 8px rgba(255, 255, 255, 0.04);
  border-color: rgba(119, 119, 119, 0.4);
}
html.dark .blog-section .blog-box .blog-label-tag {
  color: #fff;
}
html.dark .blog-section .blog-list:hover .blog-contain .blog-button {
  color: #fff;
}
html.dark .blog-section .left-sidebar-box .left-accordion-box .accordion-item .accordion-collapse .accordion-body .category-list-box ul li a .category-name span {
  background-color: #2a2d2d;
}
html.dark .product-section .right-box-contain .product-package .select-package li.active {
  border-color: var(--theme-color);
}
html.dark .product-section .right-box-contain .product-package .rectangle li.active button,
html.dark .product-section .right-box-contain .product-package .circle li.active button {
  color: #fff;
}
html.dark .product-section .right-box-contain .product-package .rectangle li.active:hover button,
html.dark .product-section .right-box-contain .product-package .circle li.active:hover button {
  color: #fff;
  background-color: var(--theme-color);
}
html.dark .product-section .right-box-contain .product-package .rectangle li:hover button,
html.dark .product-section .right-box-contain .product-package .circle li:hover button {
  color: #fff;
  background-color: #1d1d22;
}
html.dark .product-section .right-box-contain .product-package .rectangle li button,
html.dark .product-section .right-box-contain .product-package .circle li button {
  background-color: #1d1d22;
}
html.dark .product-section .right-box-contain .product-package .form-check .form-check-input {
  background-color: #1d1d22;
  border-color: rgba(29, 29, 34, 0.4);
}
html.dark .compare-section .compare-row > div:first-child .compare-part {
  border-color: rgba(119, 119, 119, 0.44);
}
html.dark .compare-section .compare-part .btn-part {
  border-color: rgba(119, 119, 119, 0.44);
}
html.dark .compare-section .compare-part .detail-part .title-detail {
  background-color: #1d1d22;
  border-color: rgba(119, 119, 119, 0.44);
}
html.dark .pickup-offcanvas .offcanvas-header {
  background-color: #2a2d2d;
}
html.dark .pickup-offcanvas .offcanvas-header button {
  filter: invert(1) brightness(100);
}
html.dark .pickup-offcanvas .offcanvas-body {
  background-color: #2a2d2d;
}
html.dark .product-section .right-box-contain .buy-box a {
  color: #dddddd;
}
html.dark .product-section .right-box-contain .note-box .product-qty button {
  background-color: #2a2d2d;
}
html.dark .product-section .right-box-contain .note-box .product-qty button:hover i {
  color: var(--theme-color);
}
html.dark .product-section .right-box-contain .product-package .select-package li a.active {
  color: #ffffff;
}
html.dark .product-section .right-box-contain .note-box .product-qty .input-group {
  background: #1d1d22;
}
html.dark .deal-timer.product-deal-timer ul {
  background: #1d1d22;
}
html.dark .category-box:hover h5,
html.dark .category-box:hover .h5 {
  color: #ffffff;
}
html.dark .shop-category-box {
  border-color: #777777;
}
html.dark .shop-category-box .shop-category-image {
  background-color: #2a2d2d;
}
html.dark .shop-category-box .shop-category-image img {
  filter: invert(1) brightness(100);
}
html.dark .shop-category-box .category-box-name {
  background: #2a2d2d;
}
html.dark .shop-section .top-filter-category > .row > div {
  border-right-color: rgba(119, 119, 119, 0.35);
}
html.dark .shop-section .show-button .filter-button a {
  color: #ffffff;
}
html.dark .shop-section .left-box {
  border-color: rgba(119, 119, 119, 0.44);
}
html.dark .shop-section .left-box.right-box {
  border-left-color: #777777;
}
html.dark .shop-section .left-box .shop-left-sidebar .search-box::after {
  border-color: #777777;
}
html.dark .shop-section .left-box .shop-left-sidebar .custome-accordion .accordion-item {
  background-color: #2a2d2d;
}
html.dark .shop-section .left-box .shop-left-sidebar .custome-accordion .accordion-item .accordion-header .accordion-button {
  background-color: #2a2d2d;
  color: #ffffff;
}
html.dark .shop-section .left-box .shop-left-sidebar .custome-accordion .accordion-item .accordion-header .accordion-button::before {
  background-color: #1d1d22;
  color: #dddddd;
}
html.dark .shop-section .left-box .shop-left-sidebar .filter-category ul li {
  background-color: #1d1d22;
}
html.dark .shop-section .left-box .shop-left-sidebar .filter-category ul li::before {
  color: #dddddd;
}
html.dark .shop-section .left-box .shop-left-sidebar .filter-category ul li a {
  color: #dddddd;
}
html.dark .shop-section .left-box .shop-left-sidebar .custom-nav-tab .nav-item {
  background-color: #1d1d22;
}
html.dark .shop-section .left-box .shop-left-sidebar .custom-nav-tab .nav-item .nav-link.active {
  color: #ffffff;
}
html.dark .shop-section .left-box .shop-left-sidebar .custom-nav-tab .nav-item .nav-link img {
  filter: invert(1) brightness(100);
}
html.dark .shop-section .show-button .filter-category ul li {
  background-color: #1d1d22;
}
html.dark .shop-section .show-button .filter-category ul li::before {
  color: #dddddd;
}
html.dark .shop-section .show-button .filter-category ul li a {
  color: #dddddd;
}
html.dark .shop-section .show-button .top-filter-menu .category-dropdown .dropdown .dropdown-toggle {
  background-color: #1d1d22;
  color: #dddddd;
}
html.dark .shop-section .show-button .top-filter-menu .category-dropdown .dropdown .dropdown-menu {
  background-color: #1d1d22;
}
html.dark .shop-section .show-button .top-filter-menu .category-dropdown .dropdown .dropdown-menu li.dropdown-divider {
  border-color: #777;
}
html.dark .shop-section .show-button .top-filter-menu .category-dropdown .dropdown .dropdown-menu li a {
  color: #dddddd;
}
html.dark .shop-section .show-button .top-filter-menu .category-dropdown .dropdown .dropdown-menu li a:hover {
  background-color: #2a2d2d;
}
html.dark .shop-section .show-button .top-filter-menu .grid-option ul li a {
  background-color: #1d1d22;
}
html.dark .shop-section .show-button .top-filter-menu .grid-option ul li a img {
  filter: invert(1) brightness(100);
}
html.dark .shop-section .show-button .top-filter-menu-2 .sidebar-filter-menu a {
  color: #dddddd;
  background-color: #1d1d22;
}
html.dark .shop-section .show-button .top-filter-menu-2 .category-dropdown .dropdown .dropdown-toggle {
  color: #dddddd;
  background-color: #1d1d22;
}
html.dark .shop-section .show-button .top-filter-menu-2 .grid-option ul li {
  background: #1d1d22;
}
html.dark .shop-section .show-button .top-filter-menu-2 .grid-option ul li a img {
  filter: invert(1) brightness(100);
}
html.dark .custom-height::-webkit-scrollbar {
  background-color: #1d1d22;
}
html.dark .irs .irs-to,
html.dark .irs .irs-from {
  color: #ffffff;
}
html.dark .irs .irs-max,
html.dark .irs .irs-min {
  color: #dddddd;
}
html.dark .irs .irs-line {
  background-color: #1d1d22;
}
html.dark .js-range-slider {
  border-color: #777777;
  color: #dddddd;
  background-color: #2a2d2d;
}
html.dark .shop-banner-contain .shop-banner-details h2,
html.dark .shop-banner-contain .shop-banner-details .h2 {
  color: #222222;
}
html.dark .shop-banner-contain .shop-banner-details h5,
html.dark .shop-banner-contain .shop-banner-details .h5 {
  color: #777777;
}
html.dark .custom-box-loader .loader {
  border-color: #2a2d2d;
  border-bottom-color: var(--theme-color);
}
html.dark .custom-box-loader .box-loader .custom-loader-wrapper {
  background-color: #1d1d22;
}
html.dark .wallet-table table th {
  background-color: rgba(29, 29, 34, 0.8);
}
html.dark .wallet-table table td {
  border-color: rgba(119, 119, 119, 0.44);
}
html.dark .spinning::before {
  border-color: rgba(255, 255, 255, 0.29);
  border-right-color: #ddd;
}
html.dark .notification-list li + li {
  border-color: rgba(119, 119, 119, 0.4);
}
html.dark .notification-list li.unread {
  background-color: #2a2d2d;
}
html.dark .themeform-auth .form-control {
  color: #ddd;
  border-color: rgba(119, 119, 119, 0.4);
}
html.dark .border-custom {
  border-color: rgba(119, 119, 119, 0.4);
}
html.dark .loader-wrapper .loader {
  border-color: #1d1d22;
  border-bottom-color: var(--theme-color);
}
html.dark .loader-wrapper h3,
html.dark .loader-wrapper .h3 {
  color: #ddd;
}
html.dark .user-dashboard-section .dashboard-left-sidebar .profile-box .profile-contain .profile-name {
  border-color: rgba(119, 119, 119, 0.44);
}
html.dark .user-dashboard-section .dashboard-left-sidebar .user-nav-pills .logout-cls {
  border-color: rgba(119, 119, 119, 0.44);
}
html.dark .user-dashboard-section .dashboard-right-sidebar .dashboard-home .dashboard-contant-title {
  border-color: rgba(119, 119, 119, 0.44);
}
html.dark .user-dashboard-section .dashboard-right-sidebar .dashboard-order .order-contain .order-box .order-container .order-detail h4 span,
html.dark .user-dashboard-section .dashboard-right-sidebar .dashboard-order .order-contain .order-box .order-container .order-detail .h4 span {
  color: #ffffff;
}
html.dark .user-dashboard-section .dashboard-right-sidebar .dashboard-card .payment-card-detail .card-details .valid-detail .date h3,
html.dark .user-dashboard-section .dashboard-right-sidebar .dashboard-card .payment-card-detail .card-details .valid-detail .date .h3 {
  color: #ffffff;
}
html.dark .user-dashboard-section .dashboard-right-sidebar .dashboard-card .payment-card-detail .card-details .valid-detail .title span {
  color: rgba(255, 255, 255, 0.7);
}
html.dark .user-dashboard-section .dashboard-right-sidebar .dashboard-card .payment-card-detail .card-details .card-number h4,
html.dark .user-dashboard-section .dashboard-right-sidebar .dashboard-card .payment-card-detail .card-details .card-number .h4 {
  color: #ffffff;
}
html.dark .user-dashboard-section .dashboard-right-sidebar .dashboard-card .payment-card-detail .card-details .name-detail .name h5,
html.dark .user-dashboard-section .dashboard-right-sidebar .dashboard-card .payment-card-detail .card-details .name-detail .name .h5 {
  color: #ffffff;
}
html.dark .user-dashboard-section .dashboard-right-sidebar .dashboard-card .payment-card-detail .edit-card {
  background-color: rgba(42, 45, 45, 0.8);
}
html.dark .user-dashboard-section .dashboard-right-sidebar .dashboard-card .payment-card-detail .edit-card a {
  color: #ffffff;
}
html.dark .user-dashboard-section .dashboard-right-sidebar .dashboard-address .address-box > div .label {
  color: #ffffff;
}
html.dark .user-dashboard-section .dashboard-right-sidebar .dashboard-address .address-box > div .address-table table tr td {
  color: #ffffff;
}
html.dark .user-dashboard-section .dashboard-right-sidebar .dashboard-profile .profile-detail .profile-name-detail h3 span,
html.dark .user-dashboard-section .dashboard-right-sidebar .dashboard-profile .profile-detail .profile-name-detail .h3 span {
  color: #ffffff;
}
html.dark .user-dashboard-section .dashboard-right-sidebar .dashboard-profile .profile-about .table tbody tr td {
  color: #ffffff;
}
html.dark .compare-section .compare-table tr td .summary {
  color: #dddddd;
}
html.dark .contact-box-section .left-sidebar-box .contact-detail .contact-detail-box .contact-icon {
  color: #ffffff;
}
html.dark .newsletter-form .form-control {
  color: #ffffff;
}
html.dark .newsletter-form .form-control::placeholder {
  color: #ffffff;
}
html.dark .theme-modal .modal-dialog .modal-content {
  background-color: #2a2d2d;
}
html.dark .location-modal .modal-dialog .modal-content .modal-body .location-list .disabled-box {
  border-bottom-color: #777777;
}
html.dark .location-modal .modal-dialog .modal-content .modal-body .location-list .disabled-box span {
  border-color: #777;
}
html.dark .location-modal .modal-dialog .modal-content .modal-body .location-list .search-input i {
  color: #dddddd;
}
html.dark .location-modal .modal-dialog .modal-content .modal-body .location-list .search-input .form-control {
  border-color: #777777;
}
html.dark .location-modal .modal-dialog .modal-content .modal-body .location-list .search-input .form-control:focus {
  background-color: #1d1d22;
}
html.dark .location-modal .modal-dialog .modal-content .modal-body .location-list .location-select li a:hover span {
  color: #ffffff;
}
html.dark .location-modal .modal-dialog .modal-content .modal-body .location-list .location-select li a span {
  border-color: #777;
  color: #ddd;
}
html.dark .home-section-2 .home-contain .home-detail .home-button {
  color: var(--theme-color) !important;
}
html.dark .home-section-2 .home-contain .home-detail p {
  color: #777777;
}
html.dark .banner-contain .banner-details h2,
html.dark .banner-contain .banner-details .h2 {
  color: #222222;
}
html.dark .banner-contain .banner-details h2.banner-title,
html.dark .banner-contain .banner-details .banner-title.h2 {
  color: #222222;
}
html.dark .banner-contain .banner-details h3.offer-text,
html.dark .banner-contain .banner-details .offer-text.h3 {
  color: #ffffff;
}
html.dark .banner-contain .banner-details h5,
html.dark .banner-contain .banner-details .h5 {
  color: #4a5568;
}
html.dark .counter input {
  color: #ffffff;
}
html.dark .counter .qty-right-plus:hover,
html.dark .counter .qty-left-minus:hover {
  color: #ffffff;
}
html.dark .top-selling-box .top-selling-title {
  border-color: #777777;
}
html.dark .info-table.table-striped tbody tr:nth-child(even) {
  color: #ffffff;
}
html.dark .theme-option .setting-box .setting-button {
  color: #ffffff;
}
html.dark .theme-option .back-to-top a i {
  color: #ffffff;
}
html.dark .coming-soon-section .coming-box .coming-text {
  color: #4a5568;
}
html.dark .coming-soon-section .coming-box .coming-title h2,
html.dark .coming-soon-section .coming-box .coming-title .h2 {
  color: #222;
}
html.dark .coming-soon-section .coming-box .coming-timer {
  margin-top: 24px;
}
html.dark .coming-soon-section .coming-box .coming-timer ul li {
  background-color: #ffffff;
}
html.dark .coming-soon-section .coming-box .coming-timer ul li .counter p {
  color: #4a5568;
}
html.dark .coming-soon-section .coming-box .coming-contain .coming-form .form-control {
  background-color: #ffffff;
}
html.dark .coming-soon-section .coming-box .coming-contain .coming-form .form-control:focus {
  border-color: transparent;
  background-color: #ffffff;
  color: #4a5568;
}
html.dark .coming-soon-section .coming-box .coming-contain .coming-form .coming-button {
  color: #ffffff;
}
html.dark .qty-box .input-group button {
  background-color: #1d1d22;
}
html.dark .search-section .search-box .input-group .form-control {
  border-color: #777;
  color: #ddd;
}
html.dark .search-section .search-box .input-group .form-control:focus {
  background-color: #1d1d22;
  color: #ffffff;
}
html.dark .log-in-section .log-in-box .other-log-in::before {
  background-color: #777;
}
html.dark .log-in-section .log-in-box .log-in-button ul li a {
  border-color: #777;
}
html.dark .address-form .custom-select .select2-container .select2-selection {
  border-color: rgba(221, 221, 221, 0.3) !important;
}
html.dark .user-dashboard-section .dashboard-left-sidebar .profile-box .profile-contain .profile-image img {
  border-color: transparent;
  box-shadow: 2px 3px 8px rgba(94, 94, 94, 0.15);
}
html.dark .user-dashboard-section .dashboard-right-sidebar .dashboard-privacy .privacy-box .switch-radio .form-check-input:checked + label:before {
  background-color: #ffffff;
}
html.dark .user-dashboard-section .dashboard-right-sidebar .point-ratio {
  background: #1d1d22;
}
html.dark .product-box-3 .product-header .product-header-top .wishlist-button {
  box-shadow: 0 3px 3px rgba(255, 255, 255, 0.15);
}
html.dark .offer-box .offer-contain .offer-timing .time ul li + li::before {
  color: #222;
}
html.dark .offer-box .offer-contain .offer-detail p {
  color: #4a5568;
}
html.dark .product-slider .product-slider-detail {
  background-color: rgba(29, 29, 34, 0.8);
}
html.dark .offer-banner .banner-detail::after {
  background-color: rgba(255, 255, 255, 0.95);
}
html.dark .offer-banner .banner-detail h6,
html.dark .offer-banner .banner-detail .h6 {
  color: #4a5568;
}
html.dark .selection-section ul.rectangle li.active button {
  color: #fff;
}
html.dark .selection-section ul.rectangle li:hover button {
  background-color: #1d1d22;
}
html.dark .selection-section ul.rectangle li button {
  background-color: #1d1d22;
}
html.dark .view-modal .modal-dialog .modal-content .modal-body .right-sidebar-modal .select-size .select-form-size {
  background-color: #1d1d22;
  border-color: #1d1d22;
  color: #fff;
}
html.dark .view-modal .modal-dialog .modal-content .modal-body .right-sidebar-modal .select-wight .select-form-wight {
  background-color: #1d1d22;
  color: #ffffff;
  border: 1px solid transparent;
}
html.dark .view-modal .modal-dialog .modal-content .modal-body .right-sidebar-modal .select-wight .select-form-wight:focus {
  border-color: transparent;
}
html.dark .view-modal .modal-dialog .modal-content .modal-body .right-sidebar-modal .modal-button .add-cart-button {
  background-color: #1d1d22;
}
html.dark .view-modal .modal-dialog .modal-content .modal-body .right-sidebar-modal .product-info .product-info-list {
  background-color: #1d1d22;
}
html.dark .view-modal .modal-dialog .modal-content .modal-body .right-sidebar-modal .product-info .product-info-list li {
  color: #ddd;
}
html.dark .view-modal .modal-dialog .modal-content .modal-body .right-sidebar-modal .product-info .product-info-list li::after {
  background-color: #ddd;
}
html.dark .view-modal .modal-dialog .modal-content .modal-body .right-sidebar-modal .modal-qty .input-group {
  background-color: #1d1d22;
  border-color: rgba(119, 119, 119, 0.4);
}
html.dark .view-modal .modal-dialog .modal-content .modal-body .right-sidebar-modal .modal-qty .input-group button {
  color: #fff;
}
html.dark .view-modal .modal-dialog .modal-content .modal-body .slider-image {
  background-color: #1d1d22;
}
html.dark .view-modal .modal-dialog .modal-content .view-image-slider {
  background-color: #1d1d22;
}
html.dark .banner-contain-3 .banner-detail h5,
html.dark .banner-contain-3 .banner-detail .h5,
html.dark .banner-contain-3 .banner-detail h4,
html.dark .banner-contain-3 .banner-detail .h4 {
  color: #222;
}
html.dark .banner-contain-3 .banner-detail button.bg-white {
  color: var(--theme-color) !important;
}
html.dark .banner-contain-3 .banner-detail button.shop-now-button {
  color: var(--theme-color) !important;
}
html.dark .banner-contain-3 .banner-detail button.shop-now-button i {
  color: var(--theme-color);
}
html.dark footer .main-footer .footer-logo .theme-logo a {
  color: #fff;
}
html.dark .newsletter-section-2 .newsletter-box .newsletter-detail .newsletter-form .submit-button {
  color: var(--theme-color) !important;
}
html.dark .header-3 .top-nav span .icli {
  color: #ffffff;
}
html.dark .header-3 .top-nav .middle-box .searchbar-box-2 input:focus {
  background-color: #1d1d22;
}
html.dark .header-3 .top-nav .middle-box .location-box-2 button .icli,
html.dark .header-3 .top-nav .middle-box .location-box-2 button span,
html.dark .header-3 .top-nav .middle-box .location-box-2 button .down-arrow {
  color: #ffffff;
}
html.dark .header-3 .navbar-top .support-box .support-number h2,
html.dark .header-3 .navbar-top .support-box .support-number .h2,
html.dark .header-3 .navbar-top .support-box .support-number h4,
html.dark .header-3 .navbar-top .support-box .support-number .h4 {
  color: #ffffff;
}
html.dark .header-3 .rightside-menu .mobile-app .mobile-image img {
  filter: invert(1) brightness(100);
}
@media (max-width: 1199px) {
  html.dark .header-3 .rightside-menu .user-box::after {
    background-color: rgba(255, 255, 255, 0.2);
  }
}
@media (max-width: 1199px) {
  html.dark .header-3 .rightside-menu .user-box .header-icon {
    border-color: rgba(255, 255, 255, 0.2);
  }
}
@media (max-width: 1199px) {
  html.dark .header-3 .rightside-menu .user-box .header-icon .icli {
    color: #ffffff;
  }
}
@media (max-width: 1199px) {
  html.dark .header-3 .rightside-menu .option-list-2 li + li::after {
    background-color: rgba(255, 255, 255, 0.2);
  }
}
@media (max-width: 1199px) {
  html.dark .header-3 .rightside-menu .option-list-2 li .header-icon {
    border-color: rgba(255, 255, 255, 0.2);
  }
}
@media (max-width: 1199px) {
  html.dark .header-3 .rightside-menu .option-list-2 li .header-icon .icli {
    color: #ffffff;
  }
}
html.dark .header-3 .rightside-menu .option-list-2 li .header-icon .badge-number {
  color: #ffffff;
}
@media (max-width: 1199px) {
  html.dark .header-3 .rightside-menu .option-list-2 li .header-icon .badge-number {
    background-color: #ffffff;
    color: var(--theme-color);
  }
}
html.dark .product-section-3 .product-title.product-warning h2,
html.dark .product-section-3 .product-title.product-warning .h2 {
  color: #222222;
}
html.dark .shop-box .shop-category-box {
  border-color: rgba(119, 119, 119, 0.22);
}
html.dark .category-section-3 .category-box-list {
  background-color: #1d1d22;
}
html.dark .deal-modal .modal-dialog .modal-content .modal-body .deal-offer-box::-webkit-scrollbar-track {
  background-color: #1d1d22;
}
html.dark .deal-modal .modal-dialog .modal-content .modal-body .deal-offer-box::-webkit-scrollbar {
  background-color: #1d1d22;
}
html.dark .irs .irs-single {
  color: #ffffff;
}
html.dark .bank-section .bank-offer .bank-header .bank-left .bank-name h5,
html.dark .bank-section .bank-offer .bank-header .bank-left .bank-name .h5 {
  color: #4a5568;
}
html.dark .bank-section .bank-offer .bank-footer h4,
html.dark .bank-section .bank-offer .bank-footer .h4 {
  color: #ffffff;
}
html.dark .bank-section .bank-offer .bank-footer h4 input,
html.dark .bank-section .bank-offer .bank-footer .h4 input {
  color: #ffffff;
}
html.dark .timer-2 ul li {
  background-color: transparent;
  border: 1px solid #222222;
  color: #222222;
}
html.dark .timer-2 ul li + li::after {
  color: #222222;
}
html.dark .offer-section .offer-box h2,
html.dark .offer-section .offer-box .h2 {
  color: #ffffff;
}
html.dark .footer-section-2 .main-footer .social-icon li.light-bg::after {
  background-color: #ffffff;
}
html.dark .footer-section-2 .main-footer .social-icon li a.footer-link-color {
  color: #ffffff;
}
html.dark .footer-section-2 .main-footer .footer-list li a:hover {
  color: #ffffff;
}
html.dark .footer-section-2 .main-footer .footer-list li a::before {
  background-color: #ffffff;
}
html.dark .footer-section-2 .sub-footer-lite {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
html.dark .shop-banner > div h2,
html.dark .shop-banner > div .h2,
html.dark .shop-banner > div h3,
html.dark .shop-banner > div .h3 {
  color: #ffffff;
}
html.dark .log-in-section::after {
  opacity: 0.15;
}
html.dark .log-in-section .log-in-box {
  background-color: #1d1d22;
}
html.dark .log-in-section .log-in-box .other-log-in h6,
html.dark .log-in-section .log-in-box .other-log-in .h6 {
  background-color: #1d1d22;
}
html.dark .vendore-breadcrumb-section .breadcrumb-contain h2,
html.dark .vendore-breadcrumb-section .breadcrumb-contain .h2 {
  color: #222222;
}
html.dark .vendore-breadcrumb-section .breadcrumb-contain form .form-control {
  background-color: #ffffff;
}
html.dark .add-to-cart-box {
  background-color: #2a2d2d !important;
}
html.dark .add-to-cart-box.bg-white {
  background-color: #2a2d2d !important;
}
html.dark .add-to-cart-box.bg-white .btn-add-cart {
  background-color: #2a2d2d;
}
html.dark .add-to-cart-box.bg-white .btn-add-cart .add-icon {
  background-color: #1d1d22;
}
html.dark .add-to-cart-box .btn-add-cart {
  background-color: #1d1d22;
}
html.dark .add-to-cart-box .cart_qty .input-group.bg-white {
  background-color: #2a2d2d !important;
}
html.dark .vendor-detail-box {
  box-shadow: 0 0 8px #1d1d22;
}
html.dark .vendor-detail-box .vendor-name .vendor-logo img {
  filter: invert(1) brightness(100);
}
html.dark .vendor-detail-box .vendor-tag ul li {
  background-color: #1d1d22;
}
html.dark .vendor-bottom {
  border-bottom: 1px solid rgba(119, 119, 119, 0.4);
}
html.dark .vendor-detail-box-2 .share-contact .vendor-share h5,
html.dark .vendor-detail-box-2 .share-contact .vendor-share .h5,
html.dark .vendor-detail-box-2 .share-contact .vendor-contect h5,
html.dark .vendor-detail-box-2 .share-contact .vendor-contect .h5 {
  color: #fff;
}
html.dark .vendor-detail-box-2 .vendor-name h3,
html.dark .vendor-detail-box-2 .vendor-name .h3 {
  color: #ffffff;
}
@media (max-width: 767px) {
  html.dark .home-contain .home-detail.home-overlay {
    background-color: rgba(255, 255, 255, 0.529);
  }
}
html.dark .category-box.category-dark {
  background-color: #1d1d22;
}
html.dark .category-box.category-dark img {
  filter: invert(1) brightness(100);
}
html.dark .category-box.category-dark h5,
html.dark .category-box.category-dark .h5 {
  color: #ffffff;
}
html.dark .product-box-5 .product-image .wishlist-top {
  background-color: #fff;
}
html.dark .banner-contain-2 .banner-detail-2 > div {
  background:
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.2) 24.21%,
      rgba(255, 255, 255, 0.2) 75.22%);
}
html.dark .banner-contain-2 .banner-detail-2 > div h2,
html.dark .banner-contain-2 .banner-detail-2 > div .h2 {
  color: #222222;
}
html.dark .banner-contain-2 .banner-detail-2 > div h3,
html.dark .banner-contain-2 .banner-detail-2 > div .h3 {
  color: #ffffff;
}
html.dark .home-search-full .home-contain .home-detail h3,
html.dark .home-search-full .home-contain .home-detail .h3 {
  color: #777777;
}
html.dark .home-search-full .home-contain .home-detail .search-box input {
  background-color: #fff;
}
html.dark .add-to-cart-btn-2 .btn {
  background-color: #1d1d22;
}
html.dark .product-box.product-white-bg {
  border-color: rgba(119, 119, 119, 0.45);
}
html.dark .header-absolute.active .sticky-header .navbar.navbar-expand-xl .navbar-nav .nav-link {
  color: #fff;
}
html.dark .header-absolute.active .sticky-header.top-nav .navbar-top .rightside-box .right-side-menu .right-side::before {
  background-color: rgba(221, 221, 221, 0.5);
}
html.dark .header-absolute.active .sticky-header.top-nav .navbar-top .rightside-box .right-side-menu .right-side .delivery-login-box .delivery-icon .feather {
  color: #fff;
}
html.dark .header-absolute.active .sticky-header.top-nav .navbar-top .rightside-box .right-side-menu .right-side .delivery-login-box .delivery-detail h5,
html.dark .header-absolute.active .sticky-header.top-nav .navbar-top .rightside-box .right-side-menu .right-side .delivery-login-box .delivery-detail .h5 {
  color: #fff;
}
html.dark .header-absolute.active .sticky-header.top-nav .navbar-top .rightside-box .right-side-menu .right-side .delivery-login-box .delivery-detail h6,
html.dark .header-absolute.active .sticky-header.top-nav .navbar-top .rightside-box .right-side-menu .right-side .delivery-login-box .delivery-detail .h6 {
  color: #ddd;
}
html.dark .header-absolute.active .sticky-header.top-nav .navbar-top .rightside-box .right-side-menu .right-side .header-wishlist .feather {
  color: #ddd;
}
html.dark .header-absolute.active .sticky-header .location-box {
  border-color: transparent;
}
html.dark .header-absolute.active .sticky-header .location-box button .location-arrow {
  color: #ddd;
  background-color: #1d1d22;
}
html.dark .header-absolute.active .sticky-header .location-box button i {
  color: #ddd;
}
html.dark .header-absolute .top-nav .navbar-top .rightside-box .right-side-menu .right-side::before {
  background-color: rgba(74, 85, 104, 0.5);
}
html.dark .header-absolute .top-nav .navbar-top .rightside-box .right-side-menu .right-side .delivery-login-box .delivery-icon .feather {
  color: #222;
}
html.dark .header-absolute .top-nav .navbar-top .rightside-box .right-side-menu .right-side .delivery-login-box .delivery-detail h5,
html.dark .header-absolute .top-nav .navbar-top .rightside-box .right-side-menu .right-side .delivery-login-box .delivery-detail .h5 {
  color: #222;
}
html.dark .header-absolute .top-nav .navbar-top .rightside-box .right-side-menu .right-side .delivery-login-box .delivery-detail h6,
html.dark .header-absolute .top-nav .navbar-top .rightside-box .right-side-menu .right-side .delivery-login-box .delivery-detail .h6 {
  color: #777;
}
html.dark .header-absolute .top-nav .navbar-top .rightside-box .right-side-menu .right-side .header-wishlist .feather {
  color: #4a5568;
}
html.dark .header-absolute .location-box {
  border-color: transparent;
}
html.dark .header-absolute .location-box button .location-arrow {
  color: #4a5568;
}
html.dark .header-absolute .location-box button i {
  color: #4a5568;
}
html.dark .header-absolute .navbar.navbar-expand-xl .navbar-nav .nav-link {
  color: #222222;
}
html.dark .custom-row .content-col {
  background-color: #1d1d22;
}
html.dark .custom-row .sidebar-col {
  border-right-color: rgba(119, 119, 119, 0.45);
}
html.dark .service-contain-2:hover .icon-width {
  fill: #fff;
}
html.dark .service-contain-2:hover .service-detail h6,
html.dark .service-contain-2:hover .service-detail .h6,
html.dark .service-contain-2:hover .service-detail h3,
html.dark .service-contain-2:hover .service-detail .h3 {
  color: #fff;
}
html.dark .service-contain-2 {
  background-color: #222222;
}
html.dark .checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box {
  background-color: #1d1d22;
  box-shadow: 0 0 8px rgba(119, 119, 119, 0.122);
}
html.dark .checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .delivery-address-box > div .label {
  color: #fff;
}
html.dark .checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .custom-accordion .accordion-item {
  background-color: #2a2d2d;
}
html.dark .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 {
  background-color: #2a2d2d;
}
html.dark .checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .future-box .future-option .date-box .form-control {
  text-align: left;
}
html.dark .checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-icon {
  background-color: #1d1d22;
  box-shadow: 0 0 8px rgba(255, 255, 255, 0.05);
}
html.dark .checkout-section-2 .right-side-summery-box .summery-box-2 {
  background-color: #1d1d22;
}
html.dark .checkout-section-2 .right-side-summery-box .summery-box-2 .summery-header {
  border-bottom-color: rgba(119, 119, 119, 0.4);
}
html.dark .checkout-section-2 .right-side-summery-box .summery-box-2 .summery-contain {
  border-bottom-color: rgba(119, 119, 119, 0.4);
}
html.dark .checkout-section-2 .right-side-summery-box .summery-box-2 .summery-total li:last-child {
  border-top-color: rgba(119, 119, 119, 0.4);
}
html.dark .checkout-section-2 .right-side-summery-box .checkout-offer {
  background-color: #1d1d22;
}
html.dark .checkout-section-2 .right-side-summery-box .checkout-offer .offer-title .offer-icon img {
  filter: invert(1) brightness(100);
}
html.dark .btn-furniture {
  border: 1px solid #4a5568 !important;
  color: #4a5568 !important;
}
html.dark .home-furniture .feature-detail h3,
html.dark .home-furniture .feature-detail .h3 {
  color: #fff;
}
html.dark .banner-contain-3 .banner-detail.banner-furniture h2,
html.dark .banner-contain-3 .banner-detail.banner-furniture .h2 {
  color: #4a5568;
}
html.dark .banner-contain-3 .banner-detail.banner-furniture p {
  color: #4a5568;
}
html.dark .slider-dots .owl-theme .owl-dots .owl-dot span {
  background-color: rgba(119, 119, 119, 0.44);
}
html.dark .accordion-box .accordion-item {
  border-color: rgba(119, 119, 119, 0.3);
  background-color: #2a2d2d;
}
html.dark .product-section .product-label-group .product-label-tag {
  color: #fff;
}
html.dark .menu-product-slider .product-box .product-image {
  background-color: #1d1d22;
}
html.dark .newsletter-modal .modal-box .modal-content .modal-form-box .form-control {
  background-color: #1d1d22;
}
@media (max-width: 576px) {
  html.dark .product-list li:nth-child(n+2):after {
    border-color: #777;
  }
}
.rtl {
  direction: rtl;
  overflow: hidden auto;
}
.rtl ul {
  padding-right: 0;
}
.rtl .toast-container .ngx-toastr {
  padding: 20px 60px 20px 30px !important;
  background-position: center right 15px;
}
.rtl .form-floating > .form-control:focus ~ label,
.rtl .form-floating > .form-control:not(:placeholder-shown) ~ label,
.rtl .form-floating > .form-control-plaintext ~ label,
.rtl .form-floating > .form-select ~ label {
  transform-origin: right;
}
.rtl .dropdown-menu {
  text-align: right;
}
.rtl .me-1 {
  margin-right: unset !important;
  margin-left: 0.25rem !important;
}
.rtl .ms-2 {
  margin-left: unset !important;
  margin-right: 0.5rem !important;
}
.rtl .me-2 {
  margin-right: unset !important;
  margin-left: 0.5rem !important;
}
.rtl .ms-3 {
  margin-right: 1rem !important;
  margin-left: unset !important;
}
.rtl .row {
  justify-content: flex-end;
}
.rtl .product-list-section {
  justify-content: flex-start;
}
.rtl .input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  border-top-left-radius: 6px;
  border-top-right-radius: 0;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 0;
}
.rtl .input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
.rtl .input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3),
.rtl .input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-control,
.rtl .input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-select {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.rtl owl-carousel-o {
  direction: ltr;
}
.rtl owl-carousel-o .custom-progressbar {
  justify-content: flex-end;
}
.rtl owl-carousel-o .timer ul li + li {
  margin-left: 15px;
  margin-right: unset;
}
.rtl owl-carousel-o .timer ul li + li::after {
  left: -10px;
  right: unset;
}
.rtl owl-carousel-o .product-box-4 .product-detail .price del {
  margin-left: 10px;
  margin-right: unset;
}
.rtl owl-carousel-o .product-box .product-image .product-option li + li:after {
  left: 0;
  right: unset;
}
.rtl owl-carousel-o .product-box .product-detail .price del {
  margin-left: 10px;
  margin-right: unset;
}
.rtl .newsletter-detail .row {
  justify-content: flex-start;
}
.dark {
}
.dark :root {
  --theme-color: #276534;
}
.dark .theme-color-1 {
  --theme-color: #d99f46;
}
.dark .theme-color-2 {
  --theme-color: #276534;
}
.dark .theme-color-3 {
  --theme-color: #239698;
}
.dark .theme-color-4 {
  --theme-color: #6262a6;
}
.dark .theme-color-5 {
  --theme-color: #417394;
}
@keyframes shake {
  0%, 100% {
    transform: skewX(0) scale(1);
  }
  50% {
    transform: skewX(5deg) scale(0.9);
  }
}
@keyframes particleUp {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    top: -100%;
    transform: scale(0.5);
  }
}
@keyframes shape {
  0% {
    background-position: 100% 0;
  }
  50% {
    background-position: 50% 50%;
  }
  100% {
    background-position: 0 100%;
  }
}
@keyframes rounded {
  0% {
    transform: rotate(0);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes move {
  0% {
    transform: scale(1) rotate(0deg) translate3d(0, 0, 1px);
  }
  30% {
    opacity: 1;
  }
  100% {
    z-index: 10;
    transform: scale(0) rotate(360deg) translate3d(0, 0, 1px);
  }
}
@keyframes mover {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-10px);
  }
}
@keyframes flash {
  0% {
    opacity: 0.4;
    transition: 0.3s ease-in-out;
  }
  100% {
    opacity: 1;
    transition: 0.3s ease-in-out;
  }
}
@keyframes shake {
  0% {
    transform: translate(3px, 0);
  }
  50% {
    transform: translate(-3px, 0);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes grow {
  0%, 100% {
    transform: scale(0);
    opacity: 0;
  }
  50% {
    transform: scale(1);
    opacity: 1;
  }
}
@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 blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.dark .accordion-box {
  display: grid;
  gap: 24px;
}
.dark .accordion-box .accordion-item {
  border: 1px solid rgba(119, 119, 119, 0.44);
  border-radius: 6px;
  overflow: hidden;
}
.dark .accordion-box .accordion-item .accordion-header.collapsed .accordion-button {
  border-bottom: unset;
}
.dark .accordion-box .accordion-item .accordion-header .accordion-button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #ffffff;
  background-color: #f8f8f8;
  box-shadow: unset;
  font-size: 18px;
  font-weight: 600;
  border-bottom: 1px solid rgba(119, 119, 119, 0.44);
}
.dark .accordion-box .accordion-item .accordion-header .accordion-button::after {
  content: "\ea4e";
  position: relative;
  font-family: remixicon;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  background: unset;
  font-size: 23px;
  width: auto;
  height: auto;
  line-height: 1;
  font-weight: normal;
  margin: 0;
  color: #777;
}
.dark .accordion-box .accordion-item .accordion-header .accordion-button:focus {
  z-index: 0;
  border-color: transparent;
  outline: 0;
  box-shadow: unset;
}
.dark .accordion-box .accordion-item .accordion-body .product-description .ckeditor-content p {
  font-size: 15px;
}
.dark .alert {
  font-size: 15px;
  letter-spacing: 0.3px;
  padding: 18px 24px;
}
@media (max-width: 575px) {
  .dark .alert {
    top: 0px !important;
    right: 0px !important;
    margin: 12px !important;
    width: fit-content;
  }
}
.dark .alert .alert-success {
  background: #39da8a !important;
  color: #2a2d2d !important;
  border: none;
}
.dark .alert .alert-success .close {
  color: #2a2d2d;
  opacity: 1;
  top: -4px;
  text-shadow: none;
  font-weight: 400;
  font-size: 24px;
}
.dark .alert .btn-close {
  top: 50% !important;
  transform: translateY(-50%) !important;
}
body.rtl .dark .alert .btn-close {
  right: unset !important;
  left: 10px !important;
}
.dark [data-notify=icon] {
  margin-right: 5px;
}
body.rtl .dark [data-notify=icon] {
  margin-right: unset;
  margin-left: 5px;
}
.dark [data-notify=progressbar] {
  width: 100%;
  height: 5px;
  margin-bottom: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  border-radius: 0;
}
.dark .progress-bar-info {
  background-color: #0c5460;
}
.dark .add-cart-box {
  display: flex;
  flex-wrap: nowrap;
  gap: 10px;
  position: fixed;
  top: -90px;
  right: calc(10px + 10 * (100vw - 320px) / 1600);
  border: 1px solid rgba(119, 119, 119, 0.44);
  align-items: center;
  padding: 5px 10px;
  box-shadow: 0px 3px 5px rgba(255, 255, 255, 0.129);
  border-radius: 5px;
  transition: all 0.3s ease-in-out;
  background-color: #2a2d2d;
  z-index: 6;
}
.dark .add-cart-box.show {
  top: calc(10px + 10 * (100vw - 320px) / 1600);
}
.dark .add-cart-box .add-iamge {
  width: 50px;
  height: auto;
}
.dark .add-cart-box .btn-close {
  color: #2a2d2d;
  background-color: var(--theme-color);
  opacity: 1;
  background-image: none;
  position: absolute;
  top: -6px;
  right: -6px;
}
.dark .add-cart-box .add-contain h6,
.dark .add-cart-box .add-contain .h6 {
  font-weight: 600;
}
.dark .breadcrumb-section {
  background-color: #1d1d22;
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  .dark .breadcrumb-section {
    margin-top: 12px;
  }
}
.dark .breadcrumb-section .breadcrumb-contain {
  padding: calc(26px + 14 * (100vw - 320px) / 1600) 0;
  text-align: center;
  color: #ffffff;
  font-family: "Public Sans", sans-serif;
  display: flex;
  align-items: center;
}
@media (max-width: 480px) {
  .dark .breadcrumb-section .breadcrumb-contain {
    display: block;
  }
}
.dark .breadcrumb-section .breadcrumb-contain h2,
.dark .breadcrumb-section .breadcrumb-contain .h2 {
  font-weight: 700;
  font-size: calc(16px + 6 * (100vw - 320px) / 1600);
  margin-bottom: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.3;
  max-width: calc(205px + 200 * (100vw - 320px) / 1600);
}
@media (max-width: 480px) {
  .dark .breadcrumb-section .breadcrumb-contain h2,
  .dark .breadcrumb-section .breadcrumb-contain .h2 {
    text-align: center;
    margin: 0 auto 8px;
  }
}
.dark .breadcrumb-section .breadcrumb-contain .search-box-breadcrumb {
  position: relative;
  width: 70%;
  margin: 0 auto;
}
@media (max-width: 575px) {
  .dark .breadcrumb-section .breadcrumb-contain .search-box-breadcrumb {
    width: 90%;
  }
}
@media (max-width: 360px) {
  .dark .breadcrumb-section .breadcrumb-contain .search-box-breadcrumb {
    width: 100%;
  }
}
.dark .breadcrumb-section .breadcrumb-contain .search-box-breadcrumb input {
  width: 100%;
  border: none;
  border-radius: 6px;
  font-size: 15px;
}
.dark .breadcrumb-section .breadcrumb-contain .search-box-breadcrumb i {
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  right: calc(14px + 6 * (100vw - 320px) / 1600);
  color: #dddddd;
  font-size: calc(15px + 3 * (100vw - 320px) / 1600);
}
.dark .breadcrumb-section .breadcrumb-contain nav {
  margin-left: auto;
}
body.rtl .dark .breadcrumb-section .breadcrumb-contain nav {
  margin-left: unset;
  margin-right: auto;
}
.dark .breadcrumb-section .breadcrumb-contain nav .breadcrumb {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media (max-width: 480px) {
  .dark .breadcrumb-section .breadcrumb-contain nav .breadcrumb {
    justify-content: center;
  }
}
.dark .breadcrumb-section .breadcrumb-contain nav .breadcrumb .breadcrumb-item {
  font-weight: 500;
  display: flex;
  line-height: 1;
  align-items: center;
}
.dark .breadcrumb-section .breadcrumb-contain nav .breadcrumb .breadcrumb-item i {
  color: #dddddd;
  font-size: 20px;
}
.dark .breadcrumb-section .breadcrumb-contain nav .breadcrumb .breadcrumb-item.active {
  color: #ffffff;
  margin-top: 0;
}
.dark .breadcrumb-section .breadcrumb-contain nav .breadcrumb .breadcrumb-item + .breadcrumb-item {
  position: relative;
  white-space: nowrap;
  max-width: calc(180px + 160 * (100vw - 320px) / 1600);
  overflow: hidden;
  text-overflow: ellipsis;
}
body.rtl .dark .breadcrumb-section .breadcrumb-contain nav .breadcrumb .breadcrumb-item + .breadcrumb-item {
  padding-left: unset;
  padding-right: 8px;
}
.dark .breadcrumb-section .breadcrumb-contain nav .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  font-family: remixicon;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  content: "\ea6e";
  color: #dddddd;
  font-size: 20px;
  line-height: 1;
}
body.rtl .dark .breadcrumb-section .breadcrumb-contain nav .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  float: right;
  padding-right: unset;
  padding-left: 0.5rem;
}
.dark .breadcrumb-section .breadcrumb-order {
  display: block;
}
.dark .breadcrumb-section .breadcrumb-order .order-box .order-image {
  width: calc(170px + 80 * (100vw - 320px) / 1600);
  height: auto;
  margin: 0 auto calc(16px + 12 * (100vw - 320px) / 1600);
}
.dark .breadcrumb-section .breadcrumb-order .order-box .order-image .checkmark {
  position: relative;
  padding: 30px;
  animation: checkmark 5m cubic-bezier(0.42, 0, 0.275, 1.155) both;
  display: inline-block;
  transform: scale(0.8);
  margin: -20px;
}
.dark .breadcrumb-section .breadcrumb-order .order-box .order-image .checkmark__check {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10;
  transform: translate3d(-50%, -50%, 0);
  fill: white;
}
.dark .breadcrumb-section .breadcrumb-order .order-box .order-image .checkmark__background {
  fill: var(--theme-color);
  animation: rotate 35s linear both infinite;
}
.dark .breadcrumb-section .breadcrumb-order .order-box .order-image .checkmark {
  position: relative;
  padding: 30px;
  animation: checkmark 5m cubic-bezier(0.42, 0, 0.275, 1.155) both;
  display: inline-block;
  transform: scale(0.8);
  margin: -20px;
}
.dark .breadcrumb-section .breadcrumb-order .order-box .order-image .checkmark__check {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10;
  transform: translate3d(-50%, -50%, 0);
  fill: white;
}
.dark .breadcrumb-section .breadcrumb-order .order-box .order-image .checkmark__background {
  fill: var(--theme-color);
  animation: rotate 35s linear both infinite;
}
.dark .breadcrumb-section .breadcrumb-order .order-box .order-image i {
  font-size: 50px;
  color: #4ead4e;
}
.dark .breadcrumb-section .breadcrumb-order .order-box .order-image h2,
.dark .breadcrumb-section .breadcrumb-order .order-box .order-image .h2 {
  margin-top: 10px;
  margin-bottom: 15px;
}
.dark .breadcrumb-section .breadcrumb-order .order-box .order-image p {
  font-size: 18px;
  text-transform: uppercase;
}
.dark .breadcrumb-section .breadcrumb-order .order-box .order-image.order-fail i {
  color: var(--theme-color);
}
.dark .breadcrumb-section .breadcrumb-order .order-box .order-contain h3,
.dark .breadcrumb-section .breadcrumb-order .order-box .order-contain .h3 {
  font-size: calc(21px + 3 * (100vw - 320px) / 1600);
  font-weight: 700;
  margin-bottom: 6px;
}
.dark .breadcrumb-section .breadcrumb-order .order-box .order-contain h5,
.dark .breadcrumb-section .breadcrumb-order .order-box .order-contain .h5 {
  margin-bottom: 8px;
  line-height: 1.4;
}
.dark .faq-breadscrumb {
  background-color: #1d1d22;
  position: relative;
  overflow: hidden;
}
.dark .faq-breadscrumb .breadcrumb-contain {
  padding: calc(26px + 34 * (100vw - 320px) / 1600) 0;
  text-align: center;
  color: #ffffff;
  display: block;
}
.dark .faq-breadscrumb .breadcrumb-contain h2,
.dark .faq-breadscrumb .breadcrumb-contain .h2 {
  font-size: calc(22px + 26 * (100vw - 320px) / 1600);
  font-weight: 700;
  margin-top: -6px;
}
.dark .faq-breadscrumb .breadcrumb-contain p {
  margin: calc(11px + 5 * (100vw - 320px) / 1600) auto 0;
  color: #dddddd;
  width: 50%;
  line-height: 1.7;
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
}
@media (max-width: 1660px) {
  .dark .faq-breadscrumb .breadcrumb-contain p {
    width: 60%;
  }
}
@media (max-width: 1366px) {
  .dark .faq-breadscrumb .breadcrumb-contain p {
    width: 70%;
  }
}
@media (max-width: 991px) {
  .dark .faq-breadscrumb .breadcrumb-contain p {
    width: 90%;
  }
}
@media (max-width: 767px) {
  .dark .faq-breadscrumb .breadcrumb-contain p {
    width: 100%;
  }
}
.dark .faq-breadscrumb .breadcrumb-contain p span {
  display: inline;
}
.dark .faq-breadscrumb .breadcrumb-contain .faq-form-tag {
  position: relative;
  margin: calc(18px + 17 * (100vw - 320px) / 1600) auto 0;
  width: 50%;
}
@media (max-width: 1660px) {
  .dark .faq-breadscrumb .breadcrumb-contain .faq-form-tag {
    width: 60%;
  }
}
@media (max-width: 1366px) {
  .dark .faq-breadscrumb .breadcrumb-contain .faq-form-tag {
    width: 70%;
  }
}
@media (max-width: 991px) {
  .dark .faq-breadscrumb .breadcrumb-contain .faq-form-tag {
    width: 90%;
  }
}
@media (max-width: 767px) {
  .dark .faq-breadscrumb .breadcrumb-contain .faq-form-tag {
    width: 100%;
  }
}
.dark .faq-breadscrumb .breadcrumb-contain .faq-form-tag .input-group {
  background-color: #2a2d2d;
}
.dark .faq-breadscrumb .breadcrumb-contain .faq-form-tag .input-group i {
  display: flex;
  align-items: center;
  padding: 0 calc(12px + 8 * (100vw - 320px) / 1600);
  color: var(--theme-color);
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
}
.dark .faq-breadscrumb .breadcrumb-contain .faq-form-tag .input-group .form-control {
  padding-left: 0;
  border: none;
}
body.rtl .dark .faq-breadscrumb .breadcrumb-contain .faq-form-tag .input-group .form-control {
  padding-left: unset;
  padding-right: 0;
}
.dark .faq-breadscrumb .breadcrumb-contain .faq-form-tag .input-group .form-control:focus {
  background-color: transparent;
}
.dark .faq-breadscrumb .breadcrumb-contain .faq-form-tag .input-group .faq-dropdown-menu li {
  display: block;
}
.dark .faq-breadscrumb .breadcrumb-contain .faq-form-tag .input-group .faq-dropdown-button {
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
  font-weight: 600;
  color: var(--theme-color);
  z-index: 0;
}
.dark .faq-breadscrumb .breadcrumb-contain .faq-form-tag .input-group .faq-dropdown-button::after {
  content: unset;
}
.dark .faq-breadscrumb .breadcrumb-contain .faq-form-tag .input-group .faq-dropdown-button i {
  position: relative;
  padding: 0;
  margin-left: 5px;
  font-size: calc(13px + 1 * (100vw - 320px) / 1600);
}
body.rtl .dark .faq-breadscrumb .breadcrumb-contain .faq-form-tag .input-group .faq-dropdown-button i {
  margin-left: unset;
  margin-right: 5px;
}
.dark .vendore-breadcrumb-section {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: calc(52px + 48 * (100vw - 320px) / 1600) 0px;
}
.dark .vendore-breadcrumb-section .breadcrumb-contain {
  width: 50%;
  margin: 0 auto;
}
@media (max-width: 1366px) {
  .dark .vendore-breadcrumb-section .breadcrumb-contain {
    width: 63%;
  }
}
@media (max-width: 991px) {
  .dark .vendore-breadcrumb-section .breadcrumb-contain {
    width: 85%;
  }
}
@media (max-width: 767px) {
  .dark .vendore-breadcrumb-section .breadcrumb-contain {
    width: 100%;
  }
}
.dark .vendore-breadcrumb-section .breadcrumb-contain h2,
.dark .vendore-breadcrumb-section .breadcrumb-contain .h2 {
  font-size: calc(27px + 27 * (100vw - 320px) / 1600);
  text-align: center;
  margin-bottom: calc(14px + 4 * (100vw - 320px) / 1600);
}
.dark .vendore-breadcrumb-section .breadcrumb-contain form {
  position: relative;
}
.dark .vendore-breadcrumb-section .breadcrumb-contain form span {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 16px;
}
body.rtl .dark .vendore-breadcrumb-section .breadcrumb-contain form span {
  left: unset;
  right: 16px;
}
.dark .vendore-breadcrumb-section .breadcrumb-contain form span i {
  font-size: calc(21px + 6 * (100vw - 320px) / 1600);
  color: var(--theme-color);
}
.dark .vendore-breadcrumb-section .breadcrumb-contain form .form-control {
  padding: calc(8px + 6 * (100vw - 320px) / 1600) calc(95px + 27 * (100vw - 320px) / 1600) calc(8px + 6 * (100vw - 320px) / 1600) calc(48px + 11 * (100vw - 320px) / 1600);
  border: none;
}
body.rtl .dark .vendore-breadcrumb-section .breadcrumb-contain form .form-control {
  padding-left: calc(95px + 27 * (100vw - 320px) / 1600);
  padding-right: calc(48px + 11 * (100vw - 320px) / 1600);
}
.dark .vendore-breadcrumb-section .breadcrumb-contain form button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: calc(3px + 3 * (100vw - 320px) / 1600);
  padding: 0;
  font-size: calc(14px + 3 * (100vw - 320px) / 1600);
  width: calc(77px + 31 * (100vw - 320px) / 1600);
  height: calc(33px + 9 * (100vw - 320px) / 1600);
}
body.rtl .dark .vendore-breadcrumb-section .breadcrumb-contain form button {
  right: unset;
  left: calc(3px + 3 * (100vw - 320px) / 1600);
}
.dark .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  padding: calc(7px + 7 * (100vw - 320px) / 1600) calc(14px + 18 * (100vw - 320px) / 1600);
  font-weight: 500;
  background: transparent;
  transition: all 0.3s ease;
  position: relative;
  border: none;
  font-size: calc(14px + 4 * (100vw - 320px) / 1600);
  z-index: 0;
  white-space: nowrap;
}
.dark .btn > div {
  display: flex;
  align-items: center;
  gap: 7px;
}
.dark .btn:focus {
  box-shadow: none;
}
.dark .btn:hover .icon {
  transform: translateX(3px);
}
.dark .btn.dark-button {
  background:
    linear-gradient(
      93.33deg,
      #222221 12.35%,
      #2f2f2d 99.38%) !important;
}
.dark .btn .icon {
  margin-left: calc(6px + 6 * (100vw - 320px) / 1600);
  transition: 0.3s ease;
}
body.rtl .dark .btn .icon {
  margin-left: unset;
  margin-right: calc(6px + 6 * (100vw - 320px) / 1600);
}
.dark .btn .icon-2 {
  margin-left: 6px;
  transition: 0.3s ease;
}
body.rtl .dark .btn .icon-2 {
  margin-left: unset;
  margin-right: 6px;
}
.dark .btn-furniture {
  border: 1px solid #dddddd;
  color: #dddddd;
  display: block;
}
.dark .btn-animation {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  color: #2a2d2d;
  border-radius: 5px;
  font-weight: 600;
  background: transparent;
  transition: all 0.3s ease;
  position: relative;
  background: #ffba00;
  background:
    linear-gradient(
      90deg,
      #ffba00 0%,
      #ffba00 100%);
  border: none;
  z-index: 0;
}
.dark .btn-animation.disabled,
.dark .btn-animation:hover {
  color: #ffffff;
}
.dark .btn-animation i {
  transition: 0.3s ease;
}
.dark .btn-animation:focus-visible {
  color: #2a2d2d !important;
}
.dark .btn-md {
  padding: calc(8px + 3 * (100vw - 320px) / 1600) calc(16px + 8 * (100vw - 320px) / 1600);
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
  font-weight: 500;
}
.dark .btn-sm,
.dark .btn-group-sm > .btn {
  padding: 8px 16px;
  font-size: 14px;
  font-weight: 500;
}
.dark .btn-2 {
  padding: 9px 25px;
  font-size: calc(14px + 4 * (100vw - 320px) / 1600);
  font-weight: 400;
}
.dark .btn-2:hover::after {
  top: 0;
  height: 100%;
}
.dark .btn-2-animation {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  transition: all 0.3s ease;
  position: relative;
  background: var(--theme-color);
  background:
    linear-gradient(
      90deg,
      var(--theme-color) 0%,
      #0e947a 100%);
  border: none;
  z-index: 0;
}
.dark .btn-2-animation::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  border-radius: 5px;
  background: var(--theme-color);
  background:
    linear-gradient(
      90deg,
      #0e947a 0%,
      var(--theme-color) 100%);
  transition: all 0.3s ease;
}
.dark .btn-category {
  padding: calc(6px + 2 * (100vw - 320px) / 1600) calc(16px + 11 * (100vw - 320px) / 1600);
  letter-spacing: 0.8px;
  font-size: calc(16px + 2 * (100vw - 320px) / 1600);
  font-weight: 700;
  border-radius: 50px;
}
.dark .btn-theme-outline {
  color: var(--theme-color);
  border: 1px solid var(--theme-color);
  transition: all 0.5s ease;
}
.dark .btn-theme-outline:hover {
  background-color: var(--theme-color);
  color: white;
}
.dark disabled {
  cursor: not-allowed;
}
.dark .title-header {
  padding-bottom: calc(15px + 10 * (100vw - 320px) / 1600);
  position: relative;
  color: #1c2128;
  font-size: 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
}
.dark .title-header .right-options ul {
  display: flex;
  align-items: center;
  gap: 15px;
}
.dark .title-header a {
  font-size: 16px;
  color: #222222;
  text-transform: uppercase;
}
.dark .title-header a.text-theme {
  color: var(--theme-color) !important;
}
.dark .title-header a.btn {
  font-size: 14px;
  color: #2a2d2d;
  border: 1px solid var(--theme-color);
}
.dark .title-header a.btn:hover {
  color: var(--theme-color);
  background-color: #2a2d2d;
  border: 1px solid var(--theme-color);
}
.dark .title-header-1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.dark .title-header-block {
  display: block;
}
.dark .title-header-block .card-order-section {
  margin-top: 20px;
  border-top: 1px solid rgba(35, 35, 35, 0.15);
  border-bottom: 1px solid rgba(35, 35, 35, 0.15);
  padding: 10px 0;
}
.dark .title-header-block .card-order-section ul {
  margin: -8px;
  color: #232323;
}
.dark .title-header-block .card-order-section ul li {
  display: inline-block;
  margin: 0 15px;
  font-size: 18px;
  position: relative;
  color: #4a5568;
}
.dark .title-header-block .card-order-section ul li::before {
  content: "/";
  position: absolute;
  top: 0;
  right: -15px;
  width: 0;
  height: 100%;
}
.dark .title-header-block .card-order-section ul li:first-child {
  margin-left: 15px;
}
.dark .title-header-block .card-order-section ul li:last-child {
  margin-right: 0;
}
.dark .title-header-block .card-order-section ul li:last-child::before {
  content: none;
}
.dark .title-header-block .custome-breadcrum .breadcrumb .breadcrumb-item a {
  color: #9a9a9a;
}
.dark .title-header h5,
.dark .title-header .h5 {
  font-size: calc(18px + 6 * (100vw - 320px) / 1600);
  font-weight: 700;
  letter-spacing: 0.03em;
  position: relative;
}
.dark .title-header h5:after,
.dark .title-header .h5:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -28px;
  width: 3px;
  height: 26px;
  background-color: var(--theme-color);
}
body.rtl .dark .title-header h5:after,
body.rtl .dark .title-header .h5:after {
  left: unset;
  right: -28px;
}
@media (max-width: 1213px) {
  .dark .title-header h5:after,
  .dark .title-header .h5:after {
    left: -23px;
  }
  body.rtl .dark .title-header h5:after,
  body.rtl .dark .title-header .h5:after {
    left: unset;
    right: -23px;
  }
}
@media (max-width: 576px) {
  .dark .title-header h5:after,
  .dark .title-header .h5:after {
    left: -19px;
  }
  body.rtl .dark .title-header h5:after,
  body.rtl .dark .title-header .h5:after {
    left: unset;
    right: -19px;
  }
}
.dark .title-header h5:not(.mb-0),
.dark .title-header .h5:not(.mb-0),
.dark .title-header h5:not(.m-0),
.dark .title-header .h5:not(.m-0) {
  margin-bottom: 0;
  text-transform: uppercase;
}
.dark .card {
  margin-bottom: 30px;
  border: none;
  letter-spacing: 0.5px;
  border-radius: 15px;
  padding: 25px;
}
@media (max-width: 576px) {
  .dark .card {
    padding: 15px;
  }
}
.dark .card.card-hover {
  transition: all 0.3s ease;
}
.dark .card.card-hover:hover {
  box-shadow: 0 0 25px rgba(35, 35, 35, 0.1);
  transition: all 0.4s ease;
  transform: translateY(-5px);
}
.dark .card.card-tiles {
  border: 1px solid #ddd;
}
.dark .card .card-header {
  background-color: #ffffff;
  padding: 0;
  border-bottom: 1px solid #f8f8f8;
  position: relative;
  margin-bottom: 16px;
}
.dark .card .card-header--2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 40px;
}
.dark .card .card-header-1 {
  margin: 40px 0 20px;
  color: #1c2128;
}
.dark .card .card-header-1 h5,
.dark .card .card-header-1 .h5 {
  font-size: 20px;
  font-weight: 700;
}
.dark .card .card-header-2 {
  color: #1c2128;
  margin-bottom: 30px;
}
.dark .card .card-header-2 h5,
.dark .card .card-header-2 .h5 {
  font-size: calc(18px + 4 * (100vw - 320px) / 1600);
  font-weight: 700;
}
.dark .card .card-header-block {
  display: block;
  padding: 40px;
}
.dark .card .card-header-block .card-order-section {
  margin-top: 20px;
  border-top: 1px solid rgba(35, 35, 35, 0.15);
  border-bottom: 1px solid rgba(35, 35, 35, 0.15);
  padding: 10px 0;
}
.dark .card .card-header-block .card-order-section ul {
  margin: -8px;
}
.dark .card .card-header-block .card-order-section ul li {
  display: inline-block;
  margin: 8px;
  position: relative;
}
.dark .card .card-header-block .card-order-section ul li::before {
  content: "/";
  position: absolute;
  top: 0;
  right: -10px;
  width: 0;
  height: 100%;
}
.dark .card .card-header-block .card-order-section ul li:last-child::before {
  content: none;
}
.dark .card .card-header-block .custome-breadcrum .breadcrumb .breadcrumb-item a {
  color: #9a9a9a;
}
.dark .card .card-header-top {
  padding: 16px;
}
.dark .card .card-header.card-no-border {
  border-bottom: none !important;
}
.dark .card .card-header h5,
.dark .card .card-header .h5 {
  font-size: 30px;
  font-weight: 700;
}
.dark .card .card-header h5:not(.mb-0),
.dark .card .card-header .h5:not(.mb-0),
.dark .card .card-header h5:not(.m-0),
.dark .card .card-header .h5:not(.m-0) {
  margin-bottom: 0;
  text-transform: uppercase;
}
.dark .card .card-header > span {
  font-size: 12px;
  color: rgba(74, 85, 104, 0.7);
  margin-top: 5px;
  display: block;
  letter-spacing: 1px;
}
.dark .card .card-header .card-header-right {
  border-radius: 0 0 0 7px;
  right: 35px;
  top: 33px;
  display: inline-block;
  padding: 8px 0;
  position: absolute;
  background-color: #2a2d2d;
  z-index: 1;
}
.dark .card .card-header .card-header-right .card-option {
  text-align: right;
  width: 35px;
  height: 20px;
  overflow: hidden;
  transition: 0.3s ease-in-out;
}
.dark .card .card-header .card-header-right .card-option li {
  display: inline-block;
}
.dark .card .card-header .card-header-right .card-option li:first-child i {
  transition: 1s;
  font-size: 16px;
  color: var(--theme-color);
}
.dark .card .card-header .card-header-right .card-option li:first-child i.icofont {
  color: unset;
}
.dark .card .card-header .card-header-right i {
  margin: 0 5px;
  cursor: pointer;
  color: #2c323f;
  line-height: 20px;
}
.dark .card .card-header .card-header-right i.icofont-refresh {
  font-size: 13px;
}
.dark .card .card-header .best-selling-box {
  display: flex;
  align-items: center;
}
.dark .card .card-header .best-selling-box span {
  margin-right: 6px;
  font-weight: 700;
  color: #ffffff;
}
body.rtl .dark .card .card-header .best-selling-box span {
  margin-right: unset;
  margin-left: 6px;
}
.dark .card .card-header .best-selling-box .dropdown .dropdown-toggle {
  color: #dddddd;
}
.dark .card .card-body {
  padding: 0;
  background-color: transparent;
}
.dark .card .card-body-2 {
  padding: 16px;
}
.dark .card .card-body p:last-child {
  margin-bottom: 0;
}
.dark .card .sub-title {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 5px;
  margin-bottom: 8px;
  font-size: 18px;
}
.dark .card .card-footer {
  background-color: #ffffff;
  border-top: 1px solid #f8f8f8;
  padding: 30px 40px;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}
.dark .card.card-load .card-loader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(42, 45, 45, 0.7);
  z-index: 8;
  display: flex;
  align-items: center;
  justify-content: center;
}
.dark .card.card-load .card-loader i {
  margin: 0 auto;
  color: var(--theme-color);
  font-size: 20px;
}
.dark .card.full-card {
  position: fixed;
  top: 0;
  z-index: 99999;
  box-shadow: none;
  right: 0;
  border-radius: 0;
  border: 1px solid #efefef;
  width: calc(100vw - 12px);
  height: 100vh;
}
.dark .card.full-card .card-body {
  overflow: auto;
}
.dark .card-absolute {
  margin-top: 20px;
}
.dark .card-absolute .card-header {
  position: absolute;
  top: -20px;
  left: 15px;
  border-radius: 0.25rem;
  padding: 10px 15px;
}
.dark .card-absolute .card-header h5,
.dark .card-absolute .card-header .h5 {
  font-size: 17px;
}
.dark .card-absolute .card-body {
  margin-top: 10px;
}
.dark .card-header .border-tab {
  margin-bottom: -13px;
}
.dark .custom-card {
  overflow: hidden;
  padding: 30px;
}
.dark .custom-card .card-header {
  padding: 0;
}
.dark .custom-card .card-header img {
  border-radius: 50%;
  margin-top: -100px;
  transform: scale(1.5);
}
.dark .custom-card .card-profile {
  text-align: center;
}
.dark .custom-card .card-profile img {
  height: 110px;
  padding: 7px;
  background-color: #2a2d2d;
  z-index: 1;
  position: relative;
}
.dark .custom-card .card-social {
  text-align: center;
}
.dark .custom-card .card-social li {
  display: inline-block;
  padding: 15px 0;
}
.dark .custom-card .card-social li:last-child a {
  margin-right: 0;
}
.dark .custom-card .card-social li a {
  padding: 0;
  margin-right: 15px;
  color: rgb(188, 198, 222);
  font-size: 16px;
  transition: all 0.3s ease;
}
.dark .custom-card .card-social li a:hover {
  color: var(--theme-color);
  transition: all 0.3s ease;
}
.dark .custom-card .profile-details h6,
.dark .custom-card .profile-details .h6 {
  margin-bottom: 30px;
  margin-top: 10px;
  color: rgba(74, 85, 104, 0.7);
  font-size: 14px;
}
.dark .custom-card .card-footer {
  padding: 0;
}
.dark .custom-card .card-footer > div {
  padding: 15px;
  text-align: center;
}
.dark .custom-card .card-footer > div + div {
  border-left: 1px solid #efefef;
}
.dark .custom-card .card-footer > div h3,
.dark .custom-card .card-footer > div .h3 {
  margin-bottom: 0;
  font-size: 24px;
}
.dark .custom-card .card-footer > div h6,
.dark .custom-card .card-footer > div .h6 {
  font-size: 14px;
  color: rgba(74, 85, 104, 0.7);
}
.dark .custom-card .card-footer > div h5,
.dark .custom-card .card-footer > div .h5 {
  font-size: 16px;
  margin-bottom: 0;
}
.dark .custom-card .card-footer > div i {
  font-size: 24px;
  display: inline-block;
  margin-bottom: 15px;
}
.dark .custom-card .card-footer > div .m-b-card {
  margin-bottom: 10px;
}
.dark .card .pagination-box {
  margin: 0 auto;
  padding-bottom: 30px;
  padding-top: 5px;
}
.dark .cookie-bar-box {
  background: #2a2d2d;
  position: fixed;
  bottom: 10px;
  right: 10px;
  border-radius: calc(8px + 12 * (100vw - 320px) / 1600);
  max-width: 370px;
  overflow: hidden;
  z-index: 2;
  box-shadow: 0 0.25rem 0.5rem rgba(255, 255, 255, 0.05), 0 24px 35px rgba(255, 255, 255, 0.1);
  transition: all 0.3s ease-in-out;
}
body.rtl .dark .cookie-bar-box {
  right: unset;
  left: 10px;
}
@media (max-width: 480px) {
  .dark .cookie-bar-box {
    max-width: 100%;
    right: 0;
    margin: 0 10px;
  }
  body.rtl .dark .cookie-bar-box {
    right: unset;
    left: 0;
  }
}
.dark .cookie-bar-box.hide {
  opacity: 0;
  bottom: -350px;
}
.dark .cookie-bar-box .cookie-box {
  padding: calc(13px + 17 * (100vw - 320px) / 1600);
  text-align: center;
}
.dark .cookie-bar-box .cookie-box .cookie-image {
  display: flex;
  align-items: center;
  justify-content: center;
}
.dark .cookie-bar-box .cookie-box .cookie-image img {
  width: calc(15px + 10 * (100vw - 320px) / 1600);
  height: auto;
  margin-right: 10px;
}
body.rtl .dark .cookie-bar-box .cookie-box .cookie-image img {
  margin-right: unset;
  margin-left: 10px;
}
.dark .cookie-bar-box .cookie-box .cookie-contain {
  margin-top: calc(10px + 6 * (100vw - 320px) / 1600);
}
.dark .cookie-bar-box .cookie-box .cookie-contain h2,
.dark .cookie-bar-box .cookie-box .cookie-contain .h2 {
  margin-bottom: calc(7px + 3 * (100vw - 320px) / 1600);
  font-size: calc(18px + 4 * (100vw - 320px) / 1600);
  font-weight: 700;
}
.dark .cookie-bar-box .cookie-box .cookie-contain h5,
.dark .cookie-bar-box .cookie-box .cookie-contain .h5 {
  font-size: calc(14px + 4 * (100vw - 320px) / 1600);
  margin: 0 auto;
  line-height: 1.3;
}
.dark .cookie-bar-box .button-group {
  display: flex;
  margin: 0;
  flex-wrap: wrap;
}
.dark .cookie-bar-box .button-group button {
  white-space: unset;
  width: 50%;
  font-weight: 700;
  border-radius: 0;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  height: auto;
}
.dark .cookie-bar-box .button-group button.privacy-button {
  background-color: #1d1d22;
}
.dark .cookie-bar-box .button-group button.ok-button {
  background-color: var(--theme-color);
  color: #2a2d2d;
}
.dark .cookie-bar-box-2 {
  position: fixed;
  bottom: 10px;
  right: 10px;
  background-color: #eadfd8;
  max-width: 400px;
  padding: 20px;
  border-radius: 20px;
  text-align: center;
}
.dark .cookie-bar-box-2 .cookie-bar-image {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 47px;
  height: 47px;
  background-color: #ded4cd;
  border-radius: 100%;
  margin: 0 auto 13px;
}
.dark .cookie-bar-box-2 .cookie-bar-image i {
  font-size: 26px;
  height: auto;
  color: #2c3249;
}
.dark .cookie-bar-box-2 .cookie-bar-detail h4,
.dark .cookie-bar-box-2 .cookie-bar-detail .h4 {
  line-height: 1.5;
  color: #2c3249;
}
.dark .cookie-bar-box-2 .cookie-bar-detail .cookie-button-group {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
  flex-wrap: nowrap;
  gap: 12px;
}
.dark .cookie-bar-box-2 .cookie-bar-detail .cookie-button-group .allow-button {
  background-color: rgba(44, 50, 73, 0.16);
  padding: 11px 17px;
  border: 1px solid #2c3249;
  border-radius: 50px 15px 15px 50px;
  font-size: 14px;
  font-weight: 600;
}
.dark .cookie-bar-box-2 .cookie-bar-detail .cookie-button-group .decline-button {
  background-color: rgba(44, 50, 73, 0.16);
  padding: 11px 17px;
  border-radius: 15px 50px 50px 15px;
  font-size: 14px;
  font-weight: 600;
}
.dark .confetti-wrapper {
  position: fixed !important;
  top: 0;
  width: 100vw;
  height: 100vh;
  left: 0;
  z-index: 999;
  display: none;
}
.dark .confetti-wrapper.show {
  display: block;
}
.dark [class|=confetti] {
  position: absolute;
}
.dark .confetti-0 {
  width: 6px;
  height: 2.4px;
  background-color: #ffbf00;
  top: -10%;
  left: 64%;
  opacity: 1.0909155486;
  transform: rotate(67.0900387324deg);
  animation: drop-0 8.9158912089s 0.2327593557s infinite;
}
@keyframes drop-0 {
  100% {
    top: 110%;
    left: 68%;
  }
}
.dark .confetti-1 {
  width: 14px;
  height: 5.6px;
  background-color: #d13447;
  top: -10%;
  left: 73%;
  opacity: 0.8911034917;
  transform: rotate(5.0057055316deg);
  animation: drop-1 8.8920004982s 0.3321600793s infinite;
}
@keyframes drop-1 {
  100% {
    top: 110%;
    left: 76%;
  }
}
.dark .confetti-2 {
  width: 9px;
  height: 3.6px;
  background-color: #d13447;
  top: -10%;
  left: 72%;
  opacity: 1.136488448;
  transform: rotate(68.6875856933deg);
  animation: drop-2 8.1678965952s 0.7459104829s infinite;
}
@keyframes drop-2 {
  100% {
    top: 110%;
    left: 77%;
  }
}
.dark .confetti-3 {
  width: 2px;
  height: 0.8px;
  background-color: #ffbf00;
  top: -10%;
  left: 93%;
  opacity: 0.895131354;
  transform: rotate(158.2221725141deg);
  animation: drop-3 8.5457012806s 0.0529705243s infinite;
}
@keyframes drop-3 {
  100% {
    top: 110%;
    left: 97%;
  }
}
.dark .confetti-4 {
  width: 15px;
  height: 6px;
  background-color: #ffbf00;
  top: -10%;
  left: 31%;
  opacity: 1.3940832876;
  transform: rotate(21.9501808551deg);
  animation: drop-4 8.9878159871s 0.4846208763s infinite;
}
@keyframes drop-4 {
  100% {
    top: 110%;
    left: 36%;
  }
}
.dark .confetti-5 {
  width: 4px;
  height: 1.6px;
  background-color: #263672;
  top: -10%;
  left: 91%;
  opacity: 1.0710124179;
  transform: rotate(246.375570159deg);
  animation: drop-5 8.62802489s 0.8683299803s infinite;
}
@keyframes drop-5 {
  100% {
    top: 110%;
    left: 95%;
  }
}
.dark .confetti-6 {
  width: 12px;
  height: 4.8px;
  background-color: #263672;
  top: -10%;
  left: 6%;
  opacity: 1.2626218184;
  transform: rotate(324.4263024555deg);
  animation: drop-6 8.8032101281s 0.3062234397s infinite;
}
@keyframes drop-6 {
  100% {
    top: 110%;
    left: 9%;
  }
}
.dark .confetti-7 {
  width: 18px;
  height: 7.2px;
  background-color: #ffbf00;
  top: -10%;
  left: 62%;
  opacity: 0.5452983506;
  transform: rotate(250.0305102197deg);
  animation: drop-7 8.9581504237s 0.1711510938s infinite;
}
@keyframes drop-7 {
  100% {
    top: 110%;
    left: 68%;
  }
}
.dark .confetti-8 {
  width: 5px;
  height: 2px;
  background-color: #263672;
  top: -10%;
  left: 74%;
  opacity: 0.6816460781;
  transform: rotate(260.7069558389deg);
  animation: drop-8 8.4563087091s 0.602435868s infinite;
}
@keyframes drop-8 {
  100% {
    top: 110%;
    left: 76%;
  }
}
.dark .confetti-9 {
  width: 10px;
  height: 4px;
  background-color: #ffbf00;
  top: -10%;
  left: 82%;
  opacity: 0.5320490034;
  transform: rotate(336.1790820156deg);
  animation: drop-9 8.8088058421s 0.7710132475s infinite;
}
@keyframes drop-9 {
  100% {
    top: 110%;
    left: 88%;
  }
}
.dark .confetti-10 {
  width: 5px;
  height: 2px;
  background-color: #ffbf00;
  top: -10%;
  left: 93%;
  opacity: 0.8290774518;
  transform: rotate(294.1955388216deg);
  animation: drop-10 8.6002259388s 0.6321843757s infinite;
}
@keyframes drop-10 {
  100% {
    top: 110%;
    left: 95%;
  }
}
.dark .confetti-11 {
  width: 7px;
  height: 2.8px;
  background-color: #263672;
  top: -10%;
  left: 8%;
  opacity: 0.7802006966;
  transform: rotate(74.4643367292deg);
  animation: drop-11 8.5527980322s 0.4462415927s infinite;
}
@keyframes drop-11 {
  100% {
    top: 110%;
    left: 16%;
  }
}
.dark .confetti-12 {
  width: 14px;
  height: 5.6px;
  background-color: #ffbf00;
  top: -10%;
  left: 100%;
  opacity: 0.9833262667;
  transform: rotate(49.1376494408deg);
  animation: drop-12 8.1541584126s 0.7400676873s infinite;
}
@keyframes drop-12 {
  100% {
    top: 110%;
    left: 105%;
  }
}
.dark .confetti-13 {
  width: 2px;
  height: 0.8px;
  background-color: #d13447;
  top: -10%;
  left: 21%;
  opacity: 0.6059476993;
  transform: rotate(70.8627705712deg);
  animation: drop-13 8.05307545s 0.7403122794s infinite;
}
@keyframes drop-13 {
  100% {
    top: 110%;
    left: 24%;
  }
}
.dark .confetti-14 {
  width: 12px;
  height: 4.8px;
  background-color: #263672;
  top: -10%;
  left: 78%;
  opacity: 1.2721062507;
  transform: rotate(209.5538656911deg);
  animation: drop-14 8.0535797314s 0.3763536182s infinite;
}
@keyframes drop-14 {
  100% {
    top: 110%;
    left: 80%;
  }
}
.dark .confetti-15 {
  width: 5px;
  height: 2px;
  background-color: #d13447;
  top: -10%;
  left: 21%;
  opacity: 0.6863724657;
  transform: rotate(332.1732420458deg);
  animation: drop-15 8.3829139031s 0.8088500803s infinite;
}
@keyframes drop-15 {
  100% {
    top: 110%;
    left: 24%;
  }
}
.dark .confetti-16 {
  width: 2px;
  height: 0.8px;
  background-color: #263672;
  top: -10%;
  left: 35%;
  opacity: 1.0611594194;
  transform: rotate(217.0836607785deg);
  animation: drop-16 8.9201982014s 0.234497941s infinite;
}
@keyframes drop-16 {
  100% {
    top: 110%;
    left: 43%;
  }
}
.dark .confetti-17 {
  width: 8px;
  height: 3.2px;
  background-color: #d13447;
  top: -10%;
  left: 21%;
  opacity: 1.0807384076;
  transform: rotate(275.91653835deg);
  animation: drop-17 8.2401096141s 0.1714710978s infinite;
}
@keyframes drop-17 {
  100% {
    top: 110%;
    left: 27%;
  }
}
.dark .confetti-18 {
  width: 9px;
  height: 3.6px;
  background-color: #ffbf00;
  top: -10%;
  left: 22%;
  opacity: 0.6622935852;
  transform: rotate(23.3788500811deg);
  animation: drop-18 8.3309823785s 0.8566300419s infinite;
}
@keyframes drop-18 {
  100% {
    top: 110%;
    left: 28%;
  }
}
.dark .confetti-19 {
  width: 14px;
  height: 5.6px;
  background-color: #d13447;
  top: -10%;
  left: 37%;
  opacity: 0.9992670157;
  transform: rotate(155.2849330013deg);
  animation: drop-19 8.6626699828s 0.0866709733s infinite;
}
@keyframes drop-19 {
  100% {
    top: 110%;
    left: 43%;
  }
}
.dark .confetti-20 {
  width: 3px;
  height: 1.2px;
  background-color: #263672;
  top: -10%;
  left: 85%;
  opacity: 1.2426169047;
  transform: rotate(258.8449700225deg);
  animation: drop-20 8.3898724791s 0.8918211756s infinite;
}
@keyframes drop-20 {
  100% {
    top: 110%;
    left: 90%;
  }
}
.dark .confetti-21 {
  width: 13px;
  height: 5.2px;
  background-color: #ffbf00;
  top: -10%;
  left: 97%;
  opacity: 1.0756330987;
  transform: rotate(234.9006416248deg);
  animation: drop-21 8.9494098161s 0.4811140519s infinite;
}
@keyframes drop-21 {
  100% {
    top: 110%;
    left: 99%;
  }
}
.dark .confetti-22 {
  width: 5px;
  height: 2px;
  background-color: #d13447;
  top: -10%;
  left: 5%;
  opacity: 1.2458305106;
  transform: rotate(107.1818339046deg);
  animation: drop-22 8.8863668517s 0.0840461921s infinite;
}
@keyframes drop-22 {
  100% {
    top: 110%;
    left: 9%;
  }
}
.dark .confetti-23 {
  width: 11px;
  height: 4.4px;
  background-color: #ffbf00;
  top: -10%;
  left: 64%;
  opacity: 1.1607283893;
  transform: rotate(333.6450938561deg);
  animation: drop-23 8.3083759596s 0.0421775177s infinite;
}
@keyframes drop-23 {
  100% {
    top: 110%;
    left: 72%;
  }
}
.dark .confetti-24 {
  width: 9px;
  height: 3.6px;
  background-color: #263672;
  top: -10%;
  left: 77%;
  opacity: 1.3798478433;
  transform: rotate(12.1221758383deg);
  animation: drop-24 8.3737809314s 0.769722649s infinite;
}
@keyframes drop-24 {
  100% {
    top: 110%;
    left: 84%;
  }
}
.dark .confetti-25 {
  width: 7px;
  height: 2.8px;
  background-color: #ffbf00;
  top: -10%;
  left: 70%;
  opacity: 0.998641828;
  transform: rotate(6.4833936868deg);
  animation: drop-25 8.92234249s 0.7502020786s infinite;
}
@keyframes drop-25 {
  100% {
    top: 110%;
    left: 76%;
  }
}
.dark .confetti-26 {
  width: 9px;
  height: 3.6px;
  background-color: #263672;
  top: -10%;
  left: 14%;
  opacity: 0.9849872154;
  transform: rotate(89.2777341878deg);
  animation: drop-26 8.919660885s 0.0784995258s infinite;
}
@keyframes drop-26 {
  100% {
    top: 110%;
    left: 19%;
  }
}
.dark .confetti-27 {
  width: 17px;
  height: 6.8px;
  background-color: #263672;
  top: -10%;
  left: 45%;
  opacity: 0.5931038967;
  transform: rotate(262.3249887004deg);
  animation: drop-27 8.0758984975s 0.5315088192s infinite;
}
@keyframes drop-27 {
  100% {
    top: 110%;
    left: 53%;
  }
}
.dark .confetti-28 {
  width: 11px;
  height: 4.4px;
  background-color: #ffbf00;
  top: -10%;
  left: 75%;
  opacity: 0.7055155125;
  transform: rotate(108.4901571343deg);
  animation: drop-28 8.5061106645s 0.2990247608s infinite;
}
@keyframes drop-28 {
  100% {
    top: 110%;
    left: 81%;
  }
}
.dark .confetti-29 {
  width: 9px;
  height: 3.6px;
  background-color: #263672;
  top: -10%;
  left: 8%;
  opacity: 1.0342255121;
  transform: rotate(65.9611617635deg);
  animation: drop-29 8.348855376s 0.6215921531s infinite;
}
@keyframes drop-29 {
  100% {
    top: 110%;
    left: 15%;
  }
}
.dark .confetti-30 {
  width: 11px;
  height: 4.4px;
  background-color: #263672;
  top: -10%;
  left: 23%;
  opacity: 0.5653547144;
  transform: rotate(145.6878847641deg);
  animation: drop-30 8.1356772583s 0.163536361s infinite;
}
@keyframes drop-30 {
  100% {
    top: 110%;
    left: 25%;
  }
}
.dark .confetti-31 {
  width: 10px;
  height: 4px;
  background-color: #d13447;
  top: -10%;
  left: 44%;
  opacity: 0.7125424811;
  transform: rotate(306.0365138213deg);
  animation: drop-31 8.6542315822s 0.5145648706s infinite;
}
@keyframes drop-31 {
  100% {
    top: 110%;
    left: 50%;
  }
}
.dark .confetti-32 {
  width: 15px;
  height: 6px;
  background-color: #263672;
  top: -10%;
  left: 43%;
  opacity: 1.4241612135;
  transform: rotate(7.7800845966deg);
  animation: drop-32 8.3887332131s 0.0178449613s infinite;
}
@keyframes drop-32 {
  100% {
    top: 110%;
    left: 47%;
  }
}
.dark .confetti-33 {
  width: 15px;
  height: 6px;
  background-color: #263672;
  top: -10%;
  left: 22%;
  opacity: 1.4767578254;
  transform: rotate(99.4353248973deg);
  animation: drop-33 8.5742097116s 0.5339978174s infinite;
}
@keyframes drop-33 {
  100% {
    top: 110%;
    left: 23%;
  }
}
.dark .confetti-34 {
  width: 9px;
  height: 3.6px;
  background-color: #263672;
  top: -10%;
  left: 48%;
  opacity: 0.7668963408;
  transform: rotate(329.4005631308deg);
  animation: drop-34 8.5544585155s 0.0936859177s infinite;
}
@keyframes drop-34 {
  100% {
    top: 110%;
    left: 54%;
  }
}
.dark .confetti-35 {
  width: 11px;
  height: 4.4px;
  background-color: #d13447;
  top: -10%;
  left: 42%;
  opacity: 1.0051210948;
  transform: rotate(1.7968854629deg);
  animation: drop-35 8.4991072167s 0.6091240521s infinite;
}
@keyframes drop-35 {
  100% {
    top: 110%;
    left: 49%;
  }
}
.dark .confetti-36 {
  width: 3px;
  height: 1.2px;
  background-color: #d13447;
  top: -10%;
  left: 68%;
  opacity: 1.2150386381;
  transform: rotate(152.9273213313deg);
  animation: drop-36 8.6140612692s 0.5267103274s infinite;
}
@keyframes drop-36 {
  100% {
    top: 110%;
    left: 70%;
  }
}
.dark .confetti-37 {
  width: 3px;
  height: 1.2px;
  background-color: #263672;
  top: -10%;
  left: 70%;
  opacity: 0.9972659604;
  transform: rotate(85.7877563219deg);
  animation: drop-37 8.9918133913s 0.260303558s infinite;
}
@keyframes drop-37 {
  100% {
    top: 110%;
    left: 74%;
  }
}
.dark .confetti-38 {
  width: 17px;
  height: 6.8px;
  background-color: #d13447;
  top: -10%;
  left: 67%;
  opacity: 0.6919322482;
  transform: rotate(45.553695074deg);
  animation: drop-38 8.0944855257s 0.5386641853s infinite;
}
@keyframes drop-38 {
  100% {
    top: 110%;
    left: 73%;
  }
}
.dark .confetti-39 {
  width: 13px;
  height: 5.2px;
  background-color: #d13447;
  top: -10%;
  left: 27%;
  opacity: 0.6775406881;
  transform: rotate(298.3377202944deg);
  animation: drop-39 8.2090968847s 0.5033647276s infinite;
}
@keyframes drop-39 {
  100% {
    top: 110%;
    left: 34%;
  }
}
.dark .confetti-40 {
  width: 5px;
  height: 2px;
  background-color: #263672;
  top: -10%;
  left: 63%;
  opacity: 1.0992515375;
  transform: rotate(110.7426620232deg);
  animation: drop-40 8.1692957864s 0.1165191495s infinite;
}
@keyframes drop-40 {
  100% {
    top: 110%;
    left: 64%;
  }
}
.dark .confetti-41 {
  width: 2px;
  height: 0.8px;
  background-color: #263672;
  top: -10%;
  left: 3%;
  opacity: 1.2588585248;
  transform: rotate(0.6642511065deg);
  animation: drop-41 8.4107079111s 0.3205319919s infinite;
}
@keyframes drop-41 {
  100% {
    top: 110%;
    left: 5%;
  }
}
.dark .confetti-42 {
  width: 2px;
  height: 0.8px;
  background-color: #d13447;
  top: -10%;
  left: 27%;
  opacity: 0.9228865014;
  transform: rotate(78.4050913161deg);
  animation: drop-42 8.83979947s 0.4867485304s infinite;
}
@keyframes drop-42 {
  100% {
    top: 110%;
    left: 31%;
  }
}
.dark .confetti-43 {
  width: 18px;
  height: 7.2px;
  background-color: #ffbf00;
  top: -10%;
  left: 86%;
  opacity: 1.3791117583;
  transform: rotate(314.908063169deg);
  animation: drop-43 8.3391294965s 0.252539967s infinite;
}
@keyframes drop-43 {
  100% {
    top: 110%;
    left: 92%;
  }
}
.dark .confetti-44 {
  width: 10px;
  height: 4px;
  background-color: #ffbf00;
  top: -10%;
  left: 38%;
  opacity: 0.8281168831;
  transform: rotate(314.4716336943deg);
  animation: drop-44 8.5658702984s 0.0732679803s infinite;
}
@keyframes drop-44 {
  100% {
    top: 110%;
    left: 40%;
  }
}
.dark .confetti-45 {
  width: 5px;
  height: 2px;
  background-color: #ffbf00;
  top: -10%;
  left: 14%;
  opacity: 0.6412904239;
  transform: rotate(140.3453741222deg);
  animation: drop-45 8.878815848s 0.1116656808s infinite;
}
@keyframes drop-45 {
  100% {
    top: 110%;
    left: 18%;
  }
}
.dark .confetti-46 {
  width: 14px;
  height: 5.6px;
  background-color: #d13447;
  top: -10%;
  left: 53%;
  opacity: 0.9089039288;
  transform: rotate(45.5328976872deg);
  animation: drop-46 8.8328641197s 0.1004384667s infinite;
}
@keyframes drop-46 {
  100% {
    top: 110%;
    left: 54%;
  }
}
.dark .confetti-47 {
  width: 3px;
  height: 1.2px;
  background-color: #d13447;
  top: -10%;
  left: 80%;
  opacity: 1.4054991459;
  transform: rotate(241.9130826424deg);
  animation: drop-47 8.5740746079s 0.3362147104s infinite;
}
@keyframes drop-47 {
  100% {
    top: 110%;
    left: 82%;
  }
}
.dark .confetti-48 {
  width: 8px;
  height: 3.2px;
  background-color: #263672;
  top: -10%;
  left: 15%;
  opacity: 0.9435611869;
  transform: rotate(49.3120005299deg);
  animation: drop-48 8.5592897971s 0.039296466s infinite;
}
@keyframes drop-48 {
  100% {
    top: 110%;
    left: 20%;
  }
}
.dark .confetti-49 {
  width: 3px;
  height: 1.2px;
  background-color: #263672;
  top: -10%;
  left: 97%;
  opacity: 1.142004424;
  transform: rotate(101.3616690479deg);
  animation: drop-49 8.6121256878s 0.5450298037s infinite;
}
@keyframes drop-49 {
  100% {
    top: 110%;
    left: 100%;
  }
}
.dark .confetti-50 {
  width: 10px;
  height: 4px;
  background-color: #d13447;
  top: -10%;
  left: 72%;
  opacity: 1.0727409715;
  transform: rotate(223.4380181702deg);
  animation: drop-50 8.8028531978s 0.6273505632s infinite;
}
@keyframes drop-50 {
  100% {
    top: 110%;
    left: 78%;
  }
}
.dark .confetti-51 {
  width: 9px;
  height: 3.6px;
  background-color: #ffbf00;
  top: -10%;
  left: 86%;
  opacity: 1.0907704249;
  transform: rotate(87.3520786952deg);
  animation: drop-51 8.4780038388s 0.4358098711s infinite;
}
@keyframes drop-51 {
  100% {
    top: 110%;
    left: 87%;
  }
}
.dark .confetti-52 {
  width: 16px;
  height: 6.4px;
  background-color: #263672;
  top: -10%;
  left: 55%;
  opacity: 0.841628656;
  transform: rotate(283.8425270612deg);
  animation: drop-52 8.6577829378s 0.5013251164s infinite;
}
@keyframes drop-52 {
  100% {
    top: 110%;
    left: 61%;
  }
}
.dark .confetti-53 {
  width: 16px;
  height: 6.4px;
  background-color: #ffbf00;
  top: -10%;
  left: 98%;
  opacity: 0.5872385401;
  transform: rotate(134.7576535163deg);
  animation: drop-53 8.6517668885s 0.4682195852s infinite;
}
@keyframes drop-53 {
  100% {
    top: 110%;
    left: 105%;
  }
}
.dark .confetti-54 {
  width: 11px;
  height: 4.4px;
  background-color: #ffbf00;
  top: -10%;
  left: 99%;
  opacity: 1.2168670433;
  transform: rotate(224.7317578086deg);
  animation: drop-54 8.2171374708s 0.0162074309s infinite;
}
@keyframes drop-54 {
  100% {
    top: 110%;
    left: 105%;
  }
}
.dark .confetti-55 {
  width: 11px;
  height: 4.4px;
  background-color: #ffbf00;
  top: -10%;
  left: 38%;
  opacity: 1.1232328672;
  transform: rotate(239.6018898444deg);
  animation: drop-55 8.6904553795s 0.1804087407s infinite;
}
@keyframes drop-55 {
  100% {
    top: 110%;
    left: 46%;
  }
}
.dark .confetti-56 {
  width: 7px;
  height: 2.8px;
  background-color: #ffbf00;
  top: -10%;
  left: 71%;
  opacity: 0.752884388;
  transform: rotate(5.7662445151deg);
  animation: drop-56 8.2421840994s 0.6860414251s infinite;
}
@keyframes drop-56 {
  100% {
    top: 110%;
    left: 72%;
  }
}
.dark .confetti-57 {
  width: 3px;
  height: 1.2px;
  background-color: #263672;
  top: -10%;
  left: 51%;
  opacity: 0.9453522356;
  transform: rotate(142.1734626587deg);
  animation: drop-57 8.5419299144s 0.8531649363s infinite;
}
@keyframes drop-57 {
  100% {
    top: 110%;
    left: 53%;
  }
}
.dark .confetti-58 {
  width: 17px;
  height: 6.8px;
  background-color: #263672;
  top: -10%;
  left: 36%;
  opacity: 0.6737317331;
  transform: rotate(56.7478047548deg);
  animation: drop-58 8.2028926871s 0.8749525269s infinite;
}
@keyframes drop-58 {
  100% {
    top: 110%;
    left: 42%;
  }
}
.dark .confetti-59 {
  width: 15px;
  height: 6px;
  background-color: #ffbf00;
  top: -10%;
  left: 8%;
  opacity: 1.0897266634;
  transform: rotate(7.1786549188deg);
  animation: drop-59 8.2815966438s 0.4705965768s infinite;
}
@keyframes drop-59 {
  100% {
    top: 110%;
    left: 11%;
  }
}
.dark .confetti-60 {
  width: 9px;
  height: 3.6px;
  background-color: #263672;
  top: -10%;
  left: 99%;
  opacity: 1.1974596637;
  transform: rotate(66.3388161119deg);
  animation: drop-60 8.7000144937s 0.6762109031s infinite;
}
@keyframes drop-60 {
  100% {
    top: 110%;
    left: 107%;
  }
}
.dark .confetti-61 {
  width: 13px;
  height: 5.2px;
  background-color: #ffbf00;
  top: -10%;
  left: 18%;
  opacity: 1.2814265531;
  transform: rotate(111.7174409987deg);
  animation: drop-61 8.9650843667s 0.8510351636s infinite;
}
@keyframes drop-61 {
  100% {
    top: 110%;
    left: 24%;
  }
}
.dark .confetti-62 {
  width: 1px;
  height: 0.4px;
  background-color: #263672;
  top: -10%;
  left: 97%;
  opacity: 0.6229751565;
  transform: rotate(136.5386316996deg);
  animation: drop-62 8.3342242445s 0.1130405853s infinite;
}
@keyframes drop-62 {
  100% {
    top: 110%;
    left: 103%;
  }
}
.dark .confetti-63 {
  width: 1px;
  height: 0.4px;
  background-color: #d13447;
  top: -10%;
  left: 48%;
  opacity: 0.9850946004;
  transform: rotate(182.9404694447deg);
  animation: drop-63 8.8826021104s 0.5146134944s infinite;
}
@keyframes drop-63 {
  100% {
    top: 110%;
    left: 54%;
  }
}
.dark .confetti-64 {
  width: 18px;
  height: 7.2px;
  background-color: #ffbf00;
  top: -10%;
  left: 68%;
  opacity: 0.5197783992;
  transform: rotate(30.8740161946deg);
  animation: drop-64 8.3756330539s 0.4917823115s infinite;
}
@keyframes drop-64 {
  100% {
    top: 110%;
    left: 71%;
  }
}
.dark .confetti-65 {
  width: 8px;
  height: 3.2px;
  background-color: #ffbf00;
  top: -10%;
  left: 52%;
  opacity: 1.2506637094;
  transform: rotate(1.1918620155deg);
  animation: drop-65 8.9312914827s 0.1856949037s infinite;
}
@keyframes drop-65 {
  100% {
    top: 110%;
    left: 54%;
  }
}
.dark .confetti-66 {
  width: 17px;
  height: 6.8px;
  background-color: #263672;
  top: -10%;
  left: 91%;
  opacity: 0.5693451513;
  transform: rotate(237.3272341632deg);
  animation: drop-66 8.0887008531s 0.5063537656s infinite;
}
@keyframes drop-66 {
  100% {
    top: 110%;
    left: 94%;
  }
}
.dark .confetti-67 {
  width: 10px;
  height: 4px;
  background-color: #ffbf00;
  top: -10%;
  left: 75%;
  opacity: 0.9096905087;
  transform: rotate(11.3490994766deg);
  animation: drop-67 8.0374734741s 0.7025079365s infinite;
}
@keyframes drop-67 {
  100% {
    top: 110%;
    left: 76%;
  }
}
.dark .confetti-68 {
  width: 8px;
  height: 3.2px;
  background-color: #ffbf00;
  top: -10%;
  left: 59%;
  opacity: 1.3134851128;
  transform: rotate(338.2649810996deg);
  animation: drop-68 8.0997933416s 0.6084950505s infinite;
}
@keyframes drop-68 {
  100% {
    top: 110%;
    left: 61%;
  }
}
.dark .confetti-69 {
  width: 13px;
  height: 5.2px;
  background-color: #d13447;
  top: -10%;
  left: 22%;
  opacity: 0.5034835524;
  transform: rotate(243.1995203138deg);
  animation: drop-69 8.773932268s 0.560065138s infinite;
}
@keyframes drop-69 {
  100% {
    top: 110%;
    left: 28%;
  }
}
.dark .confetti-70 {
  width: 16px;
  height: 6.4px;
  background-color: #ffbf00;
  top: -10%;
  left: 5%;
  opacity: 0.5854856002;
  transform: rotate(233.9894267711deg);
  animation: drop-70 8.4238991584s 0.2707336618s infinite;
}
@keyframes drop-70 {
  100% {
    top: 110%;
    left: 10%;
  }
}
.dark .confetti-71 {
  width: 3px;
  height: 1.2px;
  background-color: #263672;
  top: -10%;
  left: 68%;
  opacity: 0.9422603197;
  transform: rotate(25.7641269174deg);
  animation: drop-71 8.6001851534s 0.4651178107s infinite;
}
@keyframes drop-71 {
  100% {
    top: 110%;
    left: 75%;
  }
}
.dark .confetti-72 {
  width: 11px;
  height: 4.4px;
  background-color: #d13447;
  top: -10%;
  left: 75%;
  opacity: 1.0645017401;
  transform: rotate(284.0722450312deg);
  animation: drop-72 8.6708307197s 0.6362002806s infinite;
}
@keyframes drop-72 {
  100% {
    top: 110%;
    left: 77%;
  }
}
.dark .confetti-73 {
  width: 5px;
  height: 2px;
  background-color: #d13447;
  top: -10%;
  left: 91%;
  opacity: 0.6710933067;
  transform: rotate(356.9385896402deg);
  animation: drop-73 8.6587540501s 0.8405892264s infinite;
}
@keyframes drop-73 {
  100% {
    top: 110%;
    left: 99%;
  }
}
.dark .confetti-74 {
  width: 2px;
  height: 0.8px;
  background-color: #ffbf00;
  top: -10%;
  left: 52%;
  opacity: 1.1935525522;
  transform: rotate(47.6912198876deg);
  animation: drop-74 8.9369172453s 0.72993427s infinite;
}
@keyframes drop-74 {
  100% {
    top: 110%;
    left: 55%;
  }
}
.dark .confetti-75 {
  width: 12px;
  height: 4.8px;
  background-color: #d13447;
  top: -10%;
  left: 21%;
  opacity: 1.1170324325;
  transform: rotate(229.6457611688deg);
  animation: drop-75 8.2844911173s 0.6452558407s infinite;
}
@keyframes drop-75 {
  100% {
    top: 110%;
    left: 29%;
  }
}
.dark .confetti-76 {
  width: 18px;
  height: 7.2px;
  background-color: #263672;
  top: -10%;
  left: 28%;
  opacity: 0.5869029151;
  transform: rotate(256.6952262359deg);
  animation: drop-76 8.0253711523s 0.5893917261s infinite;
}
@keyframes drop-76 {
  100% {
    top: 110%;
    left: 30%;
  }
}
.dark .confetti-77 {
  width: 18px;
  height: 7.2px;
  background-color: #ffbf00;
  top: -10%;
  left: 33%;
  opacity: 1.0153658496;
  transform: rotate(93.9693548833deg);
  animation: drop-77 8.6197488753s 0.1833503184s infinite;
}
@keyframes drop-77 {
  100% {
    top: 110%;
    left: 36%;
  }
}
.dark .confetti-78 {
  width: 12px;
  height: 4.8px;
  background-color: #d13447;
  top: -10%;
  left: 76%;
  opacity: 1.4720750005;
  transform: rotate(45.906882039deg);
  animation: drop-78 8.3105244148s 0.8089724336s infinite;
}
@keyframes drop-78 {
  100% {
    top: 110%;
    left: 78%;
  }
}
.dark .confetti-79 {
  width: 11px;
  height: 4.4px;
  background-color: #ffbf00;
  top: -10%;
  left: 75%;
  opacity: 0.539509696;
  transform: rotate(131.8846487655deg);
  animation: drop-79 8.8407076005s 0.5843385604s infinite;
}
@keyframes drop-79 {
  100% {
    top: 110%;
    left: 81%;
  }
}
.dark .confetti-80 {
  width: 10px;
  height: 4px;
  background-color: #263672;
  top: -10%;
  left: 65%;
  opacity: 0.842327744;
  transform: rotate(161.1166839652deg);
  animation: drop-80 8.3009245881s 0.4208825026s infinite;
}
@keyframes drop-80 {
  100% {
    top: 110%;
    left: 69%;
  }
}
.dark .confetti-81 {
  width: 13px;
  height: 5.2px;
  background-color: #d13447;
  top: -10%;
  left: 19%;
  opacity: 0.7204405472;
  transform: rotate(6.5744675565deg);
  animation: drop-81 8.7356774214s 0.1541054992s infinite;
}
@keyframes drop-81 {
  100% {
    top: 110%;
    left: 22%;
  }
}
.dark .confetti-82 {
  width: 12px;
  height: 4.8px;
  background-color: #263672;
  top: -10%;
  left: 43%;
  opacity: 0.9491247168;
  transform: rotate(314.9447893404deg);
  animation: drop-82 8.3289535014s 0.6440463286s infinite;
}
@keyframes drop-82 {
  100% {
    top: 110%;
    left: 51%;
  }
}
.dark .confetti-83 {
  width: 3px;
  height: 1.2px;
  background-color: #ffbf00;
  top: -10%;
  left: 57%;
  opacity: 1.3231930664;
  transform: rotate(58.113367952deg);
  animation: drop-83 8.3400281281s 0.5707685856s infinite;
}
@keyframes drop-83 {
  100% {
    top: 110%;
    left: 59%;
  }
}
.dark .confetti-84 {
  width: 17px;
  height: 6.8px;
  background-color: #263672;
  top: -10%;
  left: 83%;
  opacity: 1.1790963156;
  transform: rotate(66.9814191853deg);
  animation: drop-84 8.0888784624s 0.1395999318s infinite;
}
@keyframes drop-84 {
  100% {
    top: 110%;
    left: 88%;
  }
}
.dark .confetti-85 {
  width: 7px;
  height: 2.8px;
  background-color: #ffbf00;
  top: -10%;
  left: 62%;
  opacity: 1.0684045274;
  transform: rotate(102.0676543984deg);
  animation: drop-85 8.962432645s 0.589434404s infinite;
}
@keyframes drop-85 {
  100% {
    top: 110%;
    left: 68%;
  }
}
.dark .confetti-86 {
  width: 6px;
  height: 2.4px;
  background-color: #ffbf00;
  top: -10%;
  left: 70%;
  opacity: 0.547297801;
  transform: rotate(31.2142809852deg);
  animation: drop-86 8.6133858595s 0.0575053237s infinite;
}
@keyframes drop-86 {
  100% {
    top: 110%;
    left: 71%;
  }
}
.dark .confetti-87 {
  width: 7px;
  height: 2.8px;
  background-color: #ffbf00;
  top: -10%;
  left: 19%;
  opacity: 1.4938539775;
  transform: rotate(77.7464789337deg);
  animation: drop-87 8.8322495353s 0.6924467473s infinite;
}
@keyframes drop-87 {
  100% {
    top: 110%;
    left: 21%;
  }
}
.dark .confetti-88 {
  width: 6px;
  height: 2.4px;
  background-color: #263672;
  top: -10%;
  left: 5%;
  opacity: 0.9167726554;
  transform: rotate(70.0113911297deg);
  animation: drop-88 8.5770275336s 0.1003877799s infinite;
}
@keyframes drop-88 {
  100% {
    top: 110%;
    left: 9%;
  }
}
.dark .confetti-89 {
  width: 18px;
  height: 7.2px;
  background-color: #ffbf00;
  top: -10%;
  left: 25%;
  opacity: 1.1152305341;
  transform: rotate(239.0868210396deg);
  animation: drop-89 8.8765870142s 0.7263150157s infinite;
}
@keyframes drop-89 {
  100% {
    top: 110%;
    left: 30%;
  }
}
.dark .confetti-90 {
  width: 8px;
  height: 3.2px;
  background-color: #ffbf00;
  top: -10%;
  left: 29%;
  opacity: 0.5426533288;
  transform: rotate(119.9071387596deg);
  animation: drop-90 8.2533570674s 0.1613134429s infinite;
}
@keyframes drop-90 {
  100% {
    top: 110%;
    left: 31%;
  }
}
.dark .confetti-91 {
  width: 1px;
  height: 0.4px;
  background-color: #263672;
  top: -10%;
  left: 50%;
  opacity: 0.8838668583;
  transform: rotate(19.3518017668deg);
  animation: drop-91 8.1663248861s 0.6539228559s infinite;
}
@keyframes drop-91 {
  100% {
    top: 110%;
    left: 55%;
  }
}
.dark .confetti-92 {
  width: 13px;
  height: 5.2px;
  background-color: #ffbf00;
  top: -10%;
  left: 3%;
  opacity: 0.79250952;
  transform: rotate(106.40342927deg);
  animation: drop-92 8.0813957553s 0.7345746623s infinite;
}
@keyframes drop-92 {
  100% {
    top: 110%;
    left: 4%;
  }
}
.dark .confetti-93 {
  width: 1px;
  height: 0.4px;
  background-color: #d13447;
  top: -10%;
  left: 92%;
  opacity: 1.258458168;
  transform: rotate(21.899822438deg);
  animation: drop-93 8.1877841939s 0.1655960185s infinite;
}
@keyframes drop-93 {
  100% {
    top: 110%;
    left: 97%;
  }
}
.dark .confetti-94 {
  width: 17px;
  height: 6.8px;
  background-color: #d13447;
  top: -10%;
  left: 25%;
  opacity: 0.910398547;
  transform: rotate(148.2530325544deg);
  animation: drop-94 8.7148792406s 0.5727099539s infinite;
}
@keyframes drop-94 {
  100% {
    top: 110%;
    left: 30%;
  }
}
.dark .confetti-95 {
  width: 14px;
  height: 5.6px;
  background-color: #d13447;
  top: -10%;
  left: 87%;
  opacity: 0.7236325977;
  transform: rotate(267.6579266982deg);
  animation: drop-95 8.5391557279s 0.533918588s infinite;
}
@keyframes drop-95 {
  100% {
    top: 110%;
    left: 94%;
  }
}
.dark .confetti-96 {
  width: 18px;
  height: 7.2px;
  background-color: #ffbf00;
  top: -10%;
  left: 94%;
  opacity: 1.1120632202;
  transform: rotate(12.4818935054deg);
  animation: drop-96 8.5415191794s 0.6676920842s infinite;
}
@keyframes drop-96 {
  100% {
    top: 110%;
    left: 96%;
  }
}
.dark .confetti-97 {
  width: 2px;
  height: 0.8px;
  background-color: #263672;
  top: -10%;
  left: 31%;
  opacity: 1.3964940782;
  transform: rotate(82.0649553483deg);
  animation: drop-97 8.604234847s 0.3023112926s infinite;
}
@keyframes drop-97 {
  100% {
    top: 110%;
    left: 35%;
  }
}
.dark .confetti-98 {
  width: 15px;
  height: 6px;
  background-color: #ffbf00;
  top: -10%;
  left: 14%;
  opacity: 0.5646530997;
  transform: rotate(266.8268461484deg);
  animation: drop-98 8.1126445168s 0.3783213802s infinite;
}
@keyframes drop-98 {
  100% {
    top: 110%;
    left: 15%;
  }
}
.dark .confetti-99 {
  width: 11px;
  height: 4.4px;
  background-color: #ffbf00;
  top: -10%;
  left: 61%;
  opacity: 1.460416577;
  transform: rotate(121.5090563007deg);
  animation: drop-99 8.9078825873s 0.4296576772s infinite;
}
@keyframes drop-99 {
  100% {
    top: 110%;
    left: 63%;
  }
}
.dark .confetti-100 {
  width: 14px;
  height: 5.6px;
  background-color: #263672;
  top: -10%;
  left: 52%;
  opacity: 1.351834634;
  transform: rotate(121.9755930212deg);
  animation: drop-100 8.7629717961s 0.8239428136s infinite;
}
@keyframes drop-100 {
  100% {
    top: 110%;
    left: 55%;
  }
}
.dark .confetti-101 {
  width: 13px;
  height: 5.2px;
  background-color: #ffbf00;
  top: -10%;
  left: 30%;
  opacity: 1.3839351808;
  transform: rotate(238.9927532557deg);
  animation: drop-101 8.6636389356s 0.5012964608s infinite;
}
@keyframes drop-101 {
  100% {
    top: 110%;
    left: 31%;
  }
}
.dark .confetti-102 {
  width: 14px;
  height: 5.6px;
  background-color: #263672;
  top: -10%;
  left: 69%;
  opacity: 0.7204568005;
  transform: rotate(185.5038627686deg);
  animation: drop-102 8.9734167171s 0.9457369488s infinite;
}
@keyframes drop-102 {
  100% {
    top: 110%;
    left: 76%;
  }
}
.dark .confetti-103 {
  width: 16px;
  height: 6.4px;
  background-color: #263672;
  top: -10%;
  left: 36%;
  opacity: 0.9003432894;
  transform: rotate(11.857575705deg);
  animation: drop-103 8.0705100876s 0.9068130191s infinite;
}
@keyframes drop-103 {
  100% {
    top: 110%;
    left: 44%;
  }
}
.dark .confetti-104 {
  width: 8px;
  height: 3.2px;
  background-color: #ffbf00;
  top: -10%;
  left: 80%;
  opacity: 0.6818819577;
  transform: rotate(156.3939096488deg);
  animation: drop-104 8.4599839693s 0.5114120953s infinite;
}
@keyframes drop-104 {
  100% {
    top: 110%;
    left: 84%;
  }
}
.dark .confetti-105 {
  width: 8px;
  height: 3.2px;
  background-color: #d13447;
  top: -10%;
  left: 77%;
  opacity: 0.9401429839;
  transform: rotate(306.6669346722deg);
  animation: drop-105 8.271581642s 0.401970145s infinite;
}
@keyframes drop-105 {
  100% {
    top: 110%;
    left: 79%;
  }
}
.dark .confetti-106 {
  width: 11px;
  height: 4.4px;
  background-color: #263672;
  top: -10%;
  left: 43%;
  opacity: 0.75515814;
  transform: rotate(303.7377891505deg);
  animation: drop-106 8.9919590258s 0.2609924566s infinite;
}
@keyframes drop-106 {
  100% {
    top: 110%;
    left: 45%;
  }
}
.dark .confetti-107 {
  width: 13px;
  height: 5.2px;
  background-color: #ffbf00;
  top: -10%;
  left: 23%;
  opacity: 0.6903606017;
  transform: rotate(89.3051853787deg);
  animation: drop-107 8.183515326s 0.0125894632s infinite;
}
@keyframes drop-107 {
  100% {
    top: 110%;
    left: 26%;
  }
}
.dark .confetti-108 {
  width: 7px;
  height: 2.8px;
  background-color: #263672;
  top: -10%;
  left: 19%;
  opacity: 1.0269418082;
  transform: rotate(283.4312891981deg);
  animation: drop-108 8.0528949811s 0.4538772927s infinite;
}
@keyframes drop-108 {
  100% {
    top: 110%;
    left: 25%;
  }
}
.dark .confetti-109 {
  width: 14px;
  height: 5.6px;
  background-color: #ffbf00;
  top: -10%;
  left: 42%;
  opacity: 0.5236416478;
  transform: rotate(311.5493793212deg);
  animation: drop-109 8.8120336628s 0.1536014328s infinite;
}
@keyframes drop-109 {
  100% {
    top: 110%;
    left: 48%;
  }
}
.dark .confetti-110 {
  width: 13px;
  height: 5.2px;
  background-color: #d13447;
  top: -10%;
  left: 96%;
  opacity: 1.4393212057;
  transform: rotate(123.5061965383deg);
  animation: drop-110 8.7660109269s 0.8665193683s infinite;
}
@keyframes drop-110 {
  100% {
    top: 110%;
    left: 99%;
  }
}
.dark .confetti-111 {
  width: 15px;
  height: 6px;
  background-color: #d13447;
  top: -10%;
  left: 32%;
  opacity: 1.3018045755;
  transform: rotate(293.0809499183deg);
  animation: drop-111 8.2852508222s 0.3558268261s infinite;
}
@keyframes drop-111 {
  100% {
    top: 110%;
    left: 38%;
  }
}
.dark .confetti-112 {
  width: 18px;
  height: 7.2px;
  background-color: #263672;
  top: -10%;
  left: 43%;
  opacity: 1.1792704635;
  transform: rotate(125.8445269381deg);
  animation: drop-112 8.5401739473s 0.3491666961s infinite;
}
@keyframes drop-112 {
  100% {
    top: 110%;
    left: 49%;
  }
}
.dark .confetti-113 {
  width: 9px;
  height: 3.6px;
  background-color: #263672;
  top: -10%;
  left: 7%;
  opacity: 0.7855770239;
  transform: rotate(213.6479207434deg);
  animation: drop-113 8.3525864504s 0.8434447172s infinite;
}
@keyframes drop-113 {
  100% {
    top: 110%;
    left: 11%;
  }
}
.dark .confetti-114 {
  width: 3px;
  height: 1.2px;
  background-color: #d13447;
  top: -10%;
  left: 45%;
  opacity: 0.5596728676;
  transform: rotate(318.1650056329deg);
  animation: drop-114 8.5576615798s 0.8698839779s infinite;
}
@keyframes drop-114 {
  100% {
    top: 110%;
    left: 52%;
  }
}
.dark .confetti-115 {
  width: 12px;
  height: 4.8px;
  background-color: #263672;
  top: -10%;
  left: 25%;
  opacity: 1.3872785789;
  transform: rotate(105.2410889835deg);
  animation: drop-115 8.6985602505s 0.9855343123s infinite;
}
@keyframes drop-115 {
  100% {
    top: 110%;
    left: 32%;
  }
}
.dark .confetti-116 {
  width: 13px;
  height: 5.2px;
  background-color: #263672;
  top: -10%;
  left: 7%;
  opacity: 0.5607267163;
  transform: rotate(223.7524193043deg);
  animation: drop-116 8.9936585943s 0.0240071301s infinite;
}
@keyframes drop-116 {
  100% {
    top: 110%;
    left: 9%;
  }
}
.dark .confetti-117 {
  width: 9px;
  height: 3.6px;
  background-color: #d13447;
  top: -10%;
  left: 5%;
  opacity: 0.6495556651;
  transform: rotate(243.3834219023deg);
  animation: drop-117 8.1528460591s 0.5816948558s infinite;
}
@keyframes drop-117 {
  100% {
    top: 110%;
    left: 11%;
  }
}
.dark .confetti-118 {
  width: 17px;
  height: 6.8px;
  background-color: #263672;
  top: -10%;
  left: 53%;
  opacity: 0.6205904919;
  transform: rotate(213.3633916031deg);
  animation: drop-118 8.931097794s 0.603891308s infinite;
}
@keyframes drop-118 {
  100% {
    top: 110%;
    left: 55%;
  }
}
.dark .confetti-119 {
  width: 10px;
  height: 4px;
  background-color: #ffbf00;
  top: -10%;
  left: 26%;
  opacity: 1.457391461;
  transform: rotate(185.8913829461deg);
  animation: drop-119 8.672167285s 0.9033227933s infinite;
}
@keyframes drop-119 {
  100% {
    top: 110%;
    left: 32%;
  }
}
.dark .confetti-120 {
  width: 5px;
  height: 2px;
  background-color: #263672;
  top: -10%;
  left: 49%;
  opacity: 1.3994760827;
  transform: rotate(265.2056641564deg);
  animation: drop-120 8.1108390421s 0.4829351732s infinite;
}
@keyframes drop-120 {
  100% {
    top: 110%;
    left: 53%;
  }
}
.dark .confetti-121 {
  width: 4px;
  height: 1.6px;
  background-color: #263672;
  top: -10%;
  left: 52%;
  opacity: 0.9964305852;
  transform: rotate(357.5542306935deg);
  animation: drop-121 8.4887810929s 0.7238585028s infinite;
}
@keyframes drop-121 {
  100% {
    top: 110%;
    left: 54%;
  }
}
.dark .confetti-122 {
  width: 15px;
  height: 6px;
  background-color: #ffbf00;
  top: -10%;
  left: 7%;
  opacity: 0.6056478854;
  transform: rotate(202.0383642081deg);
  animation: drop-122 8.8300787509s 0.5872379306s infinite;
}
@keyframes drop-122 {
  100% {
    top: 110%;
    left: 14%;
  }
}
.dark .confetti-123 {
  width: 8px;
  height: 3.2px;
  background-color: #d13447;
  top: -10%;
  left: 19%;
  opacity: 0.6528745983;
  transform: rotate(166.069169406deg);
  animation: drop-123 8.1893249011s 0.2054945766s infinite;
}
@keyframes drop-123 {
  100% {
    top: 110%;
    left: 25%;
  }
}
.dark .confetti-124 {
  width: 17px;
  height: 6.8px;
  background-color: #263672;
  top: -10%;
  left: 30%;
  opacity: 1.3563276602;
  transform: rotate(123.1318206172deg);
  animation: drop-124 8.7157885113s 0.5565741578s infinite;
}
@keyframes drop-124 {
  100% {
    top: 110%;
    left: 33%;
  }
}
.dark .confetti-125 {
  width: 17px;
  height: 6.8px;
  background-color: #d13447;
  top: -10%;
  left: 100%;
  opacity: 1.0482856612;
  transform: rotate(177.478289368deg);
  animation: drop-125 8.5733443949s 0.4728012783s infinite;
}
@keyframes drop-125 {
  100% {
    top: 110%;
    left: 107%;
  }
}
.dark .confetti-126 {
  width: 6px;
  height: 2.4px;
  background-color: #d13447;
  top: -10%;
  left: 20%;
  opacity: 0.8711707023;
  transform: rotate(80.9225209701deg);
  animation: drop-126 8.2391752432s 0.8228663011s infinite;
}
@keyframes drop-126 {
  100% {
    top: 110%;
    left: 26%;
  }
}
.dark .confetti-127 {
  width: 12px;
  height: 4.8px;
  background-color: #ffbf00;
  top: -10%;
  left: 24%;
  opacity: 0.7365479219;
  transform: rotate(246.2168259825deg);
  animation: drop-127 8.7201484646s 0.7369266357s infinite;
}
@keyframes drop-127 {
  100% {
    top: 110%;
    left: 27%;
  }
}
.dark .confetti-128 {
  width: 14px;
  height: 5.6px;
  background-color: #d13447;
  top: -10%;
  left: 38%;
  opacity: 1.1413866031;
  transform: rotate(109.7689522888deg);
  animation: drop-128 8.6883442821s 0.1301578132s infinite;
}
@keyframes drop-128 {
  100% {
    top: 110%;
    left: 39%;
  }
}
.dark .confetti-129 {
  width: 3px;
  height: 1.2px;
  background-color: #ffbf00;
  top: -10%;
  left: 95%;
  opacity: 1.1002048977;
  transform: rotate(341.0163521359deg);
  animation: drop-129 8.2905730164s 0.9018537245s infinite;
}
@keyframes drop-129 {
  100% {
    top: 110%;
    left: 102%;
  }
}
.dark .confetti-130 {
  width: 6px;
  height: 2.4px;
  background-color: #263672;
  top: -10%;
  left: 87%;
  opacity: 0.8408872111;
  transform: rotate(70.6706540693deg);
  animation: drop-130 8.5558417939s 0.7338998355s infinite;
}
@keyframes drop-130 {
  100% {
    top: 110%;
    left: 90%;
  }
}
.dark .confetti-131 {
  width: 4px;
  height: 1.6px;
  background-color: #ffbf00;
  top: -10%;
  left: 36%;
  opacity: 1.0434055864;
  transform: rotate(219.2079171964deg);
  animation: drop-131 8.6116395108s 0.7537901139s infinite;
}
@keyframes drop-131 {
  100% {
    top: 110%;
    left: 42%;
  }
}
.dark .confetti-132 {
  width: 11px;
  height: 4.4px;
  background-color: #d13447;
  top: -10%;
  left: 54%;
  opacity: 0.8645989336;
  transform: rotate(304.6343874502deg);
  animation: drop-132 8.5671671726s 0.8972571698s infinite;
}
@keyframes drop-132 {
  100% {
    top: 110%;
    left: 60%;
  }
}
.dark .confetti-133 {
  width: 5px;
  height: 2px;
  background-color: #d13447;
  top: -10%;
  left: 70%;
  opacity: 0.6270852263;
  transform: rotate(358.6881873936deg);
  animation: drop-133 8.0338122655s 0.5027762014s infinite;
}
@keyframes drop-133 {
  100% {
    top: 110%;
    left: 73%;
  }
}
.dark .confetti-134 {
  width: 14px;
  height: 5.6px;
  background-color: #d13447;
  top: -10%;
  left: 85%;
  opacity: 0.5694286999;
  transform: rotate(245.0515935629deg);
  animation: drop-134 8.5967892591s 0.4409504265s infinite;
}
@keyframes drop-134 {
  100% {
    top: 110%;
    left: 87%;
  }
}
.dark .confetti-135 {
  width: 7px;
  height: 2.8px;
  background-color: #d13447;
  top: -10%;
  left: 66%;
  opacity: 0.5237248467;
  transform: rotate(284.4483911444deg);
  animation: drop-135 8.2464771212s 0.0224544932s infinite;
}
@keyframes drop-135 {
  100% {
    top: 110%;
    left: 73%;
  }
}
.dark .confetti-136 {
  width: 18px;
  height: 7.2px;
  background-color: #ffbf00;
  top: -10%;
  left: 48%;
  opacity: 1.4378448898;
  transform: rotate(180.9609237355deg);
  animation: drop-136 8.7949673809s 0.5110790478s infinite;
}
@keyframes drop-136 {
  100% {
    top: 110%;
    left: 54%;
  }
}
.dark .confetti-137 {
  width: 5px;
  height: 2px;
  background-color: #263672;
  top: -10%;
  left: 20%;
  opacity: 1.4924861049;
  transform: rotate(235.5686285033deg);
  animation: drop-137 8.5916328202s 0.2260888857s infinite;
}
@keyframes drop-137 {
  100% {
    top: 110%;
    left: 24%;
  }
}
.dark .confetti-138 {
  width: 15px;
  height: 6px;
  background-color: #d13447;
  top: -10%;
  left: 90%;
  opacity: 1.0022178742;
  transform: rotate(75.3497530719deg);
  animation: drop-138 8.3826019564s 0.5092267796s infinite;
}
@keyframes drop-138 {
  100% {
    top: 110%;
    left: 97%;
  }
}
.dark .confetti-139 {
  width: 9px;
  height: 3.6px;
  background-color: #d13447;
  top: -10%;
  left: 16%;
  opacity: 1.1779189143;
  transform: rotate(340.7245506285deg);
  animation: drop-139 8.0002038925s 0.6898681237s infinite;
}
@keyframes drop-139 {
  100% {
    top: 110%;
    left: 18%;
  }
}
.dark .confetti-140 {
  width: 9px;
  height: 3.6px;
  background-color: #d13447;
  top: -10%;
  left: 38%;
  opacity: 0.7092375181;
  transform: rotate(256.232869075deg);
  animation: drop-140 8.722202567s 0.1988505405s infinite;
}
@keyframes drop-140 {
  100% {
    top: 110%;
    left: 39%;
  }
}
.dark .confetti-141 {
  width: 2px;
  height: 0.8px;
  background-color: #d13447;
  top: -10%;
  left: 4%;
  opacity: 1.0974603712;
  transform: rotate(355.4655290562deg);
  animation: drop-141 8.3636225728s 0.9458172712s infinite;
}
@keyframes drop-141 {
  100% {
    top: 110%;
    left: 12%;
  }
}
.dark .confetti-142 {
  width: 17px;
  height: 6.8px;
  background-color: #d13447;
  top: -10%;
  left: 13%;
  opacity: 0.65524776;
  transform: rotate(68.0114651838deg);
  animation: drop-142 8.5884775525s 0.6049486679s infinite;
}
@keyframes drop-142 {
  100% {
    top: 110%;
    left: 20%;
  }
}
.dark .confetti-143 {
  width: 12px;
  height: 4.8px;
  background-color: #d13447;
  top: -10%;
  left: 95%;
  opacity: 0.7368493469;
  transform: rotate(111.2349969446deg);
  animation: drop-143 8.8812989677s 0.947344942s infinite;
}
@keyframes drop-143 {
  100% {
    top: 110%;
    left: 103%;
  }
}
.dark .confetti-144 {
  width: 5px;
  height: 2px;
  background-color: #ffbf00;
  top: -10%;
  left: 20%;
  opacity: 0.9830214755;
  transform: rotate(220.9048684491deg);
  animation: drop-144 8.383898797s 0.8185558537s infinite;
}
@keyframes drop-144 {
  100% {
    top: 110%;
    left: 27%;
  }
}
.dark .confetti-145 {
  width: 2px;
  height: 0.8px;
  background-color: #263672;
  top: -10%;
  left: 96%;
  opacity: 0.9507490945;
  transform: rotate(156.7999578749deg);
  animation: drop-145 8.877729891s 0.4921928575s infinite;
}
@keyframes drop-145 {
  100% {
    top: 110%;
    left: 99%;
  }
}
.dark .confetti-146 {
  width: 2px;
  height: 0.8px;
  background-color: #ffbf00;
  top: -10%;
  left: 63%;
  opacity: 1.4448899074;
  transform: rotate(308.3308048038deg);
  animation: drop-146 8.8372371182s 0.0734965949s infinite;
}
@keyframes drop-146 {
  100% {
    top: 110%;
    left: 65%;
  }
}
.dark .confetti-147 {
  width: 12px;
  height: 4.8px;
  background-color: #ffbf00;
  top: -10%;
  left: 68%;
  opacity: 0.837886212;
  transform: rotate(155.0989844816deg);
  animation: drop-147 8.2438389092s 0.6340032753s infinite;
}
@keyframes drop-147 {
  100% {
    top: 110%;
    left: 75%;
  }
}
.dark .confetti-148 {
  width: 4px;
  height: 1.6px;
  background-color: #263672;
  top: -10%;
  left: 28%;
  opacity: 0.8744758612;
  transform: rotate(128.1369677625deg);
  animation: drop-148 8.7105065217s 0.3612930414s infinite;
}
@keyframes drop-148 {
  100% {
    top: 110%;
    left: 31%;
  }
}
.dark .confetti-149 {
  width: 8px;
  height: 3.2px;
  background-color: #ffbf00;
  top: -10%;
  left: 45%;
  opacity: 0.6743064357;
  transform: rotate(69.6984485115deg);
  animation: drop-149 8.6027482186s 0.2920483207s infinite;
}
@keyframes drop-149 {
  100% {
    top: 110%;
    left: 49%;
  }
}
.dark .confetti-150 {
  width: 18px;
  height: 7.2px;
  background-color: #ffbf00;
  top: -10%;
  left: 75%;
  opacity: 1.2980713169;
  transform: rotate(309.0328966726deg);
  animation: drop-150 8.7048624326s 0.9936695937s infinite;
}
@keyframes drop-150 {
  100% {
    top: 110%;
    left: 77%;
  }
}
.dark .counter {
  display: flex;
  align-items: center;
}
.dark .counter .qty-left-minus,
.dark .counter .qty-right-plus {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(30px + 5 * (100vw - 320px) / 1600);
  height: calc(30px + 5 * (100vw - 320px) / 1600);
  border: 1px solid rgba(119, 119, 119, 0.44);
  box-sizing: border-box;
  cursor: pointer;
  border-radius: 20px;
  line-height: 24px;
  -webkit-user-select: none;
  user-select: none;
  border-radius: 0;
}
.dark .counter .qty-left-minus i,
.dark .counter .qty-right-plus i {
  font-size: 12px;
  margin-top: 3px;
}
.dark .counter .qty-left-minus:hover,
.dark .counter .qty-right-plus:hover {
  color: rgb(1.1262135922, 1.786407767, 0.213592233);
}
.dark .counter .qty-left-minus {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  border-right: 0;
}
body.rtl .dark .counter .qty-left-minus {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-right: 1px solid rgba(119, 119, 119, 0.44);
  border-left: 0;
}
.dark .counter .qty-right-plus {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-left: 0;
}
body.rtl .dark .counter .qty-right-plus {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right: 0;
  border-left: 1px solid rgba(119, 119, 119, 0.44);
}
.dark .counter input {
  width: 45px;
  height: calc(30px + 5 * (100vw - 320px) / 1600);
  border: 1px solid rgba(119, 119, 119, 0.44);
  appearance: none;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  background-color: rgba(255, 255, 255, 0.06);
  border-radius: 0;
}
body.rtl .dark .counter input {
  text-align: center;
}
.dark .intl-tel-input {
  position: relative;
  display: block;
}
.dark .intl-tel-input * {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.dark .intl-tel-input .hide {
  display: none;
}
.dark .intl-tel-input .v-hide {
  visibility: hidden;
}
.dark .intl-tel-input input {
  position: relative;
  z-index: 0;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-right: 36px;
  margin-right: 0;
}
.dark .intl-tel-input input [type=text],
.dark .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;
}
.dark .intl-tel-input .flag-container {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  padding: 1px;
}
.dark .intl-tel-input .selected-flag {
  z-index: 1;
  position: relative;
  width: 36px;
  height: 100%;
  padding: 0 8px 0 8px;
}
.dark .intl-tel-input .selected-flag .iti-flag {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.dark .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;
}
.dark .intl-tel-input .selected-flag .iti-arrow.up {
  border-top: none;
  border-bottom: 4px solid #555;
}
.dark .intl-tel-input .flag-box {
  display: inline-block;
  width: 20px;
  vertical-align: middle;
  margin-right: 6px;
}
body.rtl .dark .intl-tel-input .flag-box {
  margin-right: 0;
  margin-left: 6px;
}
.dark .intl-tel-input .divider {
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #ccc;
}
.dark .intl-tel-input .country {
  padding: 0;
  display: flex;
  align-items: center;
  width: 100%;
}
.dark .intl-tel-input .country .dial-code {
  color: #999;
}
.dark .intl-tel-input .country.highlight {
  background-color: #efefe7;
}
.dark .intl-tel-input .country-name {
  vertical-align: middle;
  margin-right: 6px;
}
.dark .intl-tel-input .dial-code {
  vertical-align: middle;
}
.dark .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: #2a2d2d;
  border: 1px solid #ccc;
  white-space: nowrap;
  max-height: 200px;
  overflow-y: scroll;
}
.dark .intl-tel-input .country-listing.dropup {
  bottom: 100%;
  margin-bottom: -1px;
}
.dark .intl-tel-input.allow-dropdown input {
  padding-right: 6px;
  padding-left: 52px;
  margin-left: 0;
}
.dark .intl-tel-input.allow-dropdown input[type=text] {
  padding-right: 6px;
  padding-left: 52px;
  margin-left: 0;
}
.dark .intl-tel-input.allow-dropdown input[type=tel] {
  padding-right: 6px;
  padding-left: 52px;
  margin-left: 0;
}
.dark .intl-tel-input.allow-dropdown .flag-container {
  right: auto;
  left: 0;
}
.dark .intl-tel-input.allow-dropdown .flag-container:hover {
  cursor: pointer;
}
.dark .intl-tel-input.allow-dropdown .flag-container:hover .selected-flag {
  background-color: #efefe7;
}
.dark .intl-tel-input.allow-dropdown .selected-flag {
  width: 46px;
}
.dark .intl-tel-input.allow-dropdown input[disabled] + .flag-container:hover {
  cursor: default;
}
.dark .intl-tel-input.allow-dropdown input[disabled] + .flag-container:hover .selected-flag {
  background-color: transparent;
}
.dark .intl-tel-input.allow-dropdown input[readonly] + .flag-container:hover {
  cursor: default;
}
.dark .intl-tel-input.allow-dropdown input[readonly] + .flag-container:hover .selected-flag {
  background-color: transparent;
}
.dark .intl-tel-input.separate-dial-code input {
  padding-right: 6px;
  padding-left: 52px;
  margin-left: 0;
}
.dark .intl-tel-input.separate-dial-code input[type=text],
.dark .intl-tel-input.separate-dial-code input[type=number] {
  padding-right: 6px;
  padding-left: 52px;
  margin-left: 0;
}
.dark .intl-tel-input.separate-dial-code input[type=text].flag-input,
.dark .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;
}
.dark .intl-tel-input.separate-dial-code input[type=tel] {
  padding-right: 6px;
  padding-left: 112px !important;
  margin-left: 0;
}
.dark .intl-tel-input.separate-dial-code .flag-container {
  right: auto;
  left: 0;
}
.dark .intl-tel-input.separate-dial-code .selected-flag {
  width: max-content;
  background-color: #efefe7;
  display: flex;
  align-items: center;
  gap: 10px;
}
.dark .intl-tel-input.separate-dial-code .selected-dial-code {
  display: table-cell;
  vertical-align: middle;
  padding-left: 28px;
}
.dark .intl-tel-input.separate-dial-code.iti-sdc-2 input {
  padding-left: 66px;
}
.dark .intl-tel-input.separate-dial-code.iti-sdc-2 input[type=text] {
  padding-left: 66px;
}
.dark .intl-tel-input.separate-dial-code.iti-sdc-2 input[type=tel] {
  padding-left: 66px;
}
.dark .intl-tel-input.separate-dial-code.iti-sdc-2 .selected-flag {
  width: 60px;
}
.dark .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input {
  padding-left: 76px;
}
.dark .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input[type=text] {
  padding-left: 76px;
}
.dark .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input[type=tel] {
  padding-left: 76px;
}
.dark .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 .selected-flag {
  width: 70px;
}
.dark .intl-tel-input.separate-dial-code.iti-sdc-3 input {
  padding-left: 74px;
}
.dark .intl-tel-input.separate-dial-code.iti-sdc-3 input[type=text] {
  padding-left: 74px;
}
.dark .intl-tel-input.separate-dial-code.iti-sdc-3 input[type=tel] {
  padding-left: 74px;
}
.dark .intl-tel-input.separate-dial-code.iti-sdc-3 .selected-flag {
  width: 68px;
}
.dark .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input {
  padding-left: 84px;
}
.dark .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input[type=text] {
  padding-left: 84px;
}
.dark .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input[type=tel] {
  padding-left: 84px;
}
.dark .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 .selected-flag {
  width: 78px;
}
.dark .intl-tel-input.separate-dial-code.iti-sdc-4 input {
  padding-left: 82px;
}
.dark .intl-tel-input.separate-dial-code.iti-sdc-4 input[type=text] {
  padding-left: 82px;
}
.dark .intl-tel-input.separate-dial-code.iti-sdc-4 input[type=tel] {
  padding-left: 82px;
}
.dark .intl-tel-input.separate-dial-code.iti-sdc-4 .selected-flag {
  width: 76px;
}
.dark .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input {
  padding-left: 92px;
}
.dark .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input[type=text] {
  padding-left: 92px;
}
.dark .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input[type=tel] {
  padding-left: 92px;
}
.dark .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 .selected-flag {
  width: 86px;
}
.dark .intl-tel-input.separate-dial-code.iti-sdc-5 input {
  padding-left: 90px;
}
.dark .intl-tel-input.separate-dial-code.iti-sdc-5 input[type=text] {
  padding-left: 90px;
}
.dark .intl-tel-input.separate-dial-code.iti-sdc-5 input[type=tel] {
  padding-left: 90px;
}
.dark .intl-tel-input.separate-dial-code.iti-sdc-5 .selected-flag {
  width: 84px;
}
.dark .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 input {
  padding-left: 100px;
}
.dark .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 input[type=text] {
  padding-left: 100px;
}
.dark .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 input[type=tel] {
  padding-left: 100px;
}
.dark .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 .selected-flag {
  width: 94px;
}
.dark .intl-tel-input.iti-container {
  position: absolute;
  top: -1000px;
  left: -1000px;
  z-index: 1060;
  padding: 1px;
}
.dark .intl-tel-input.iti-container:hover {
  cursor: pointer;
}
.dark .iti-mobile .intl-tel-input.iti-container {
  top: 30px;
  bottom: 30px;
  left: 30px;
  right: 30px;
  position: fixed;
}
.dark .iti-mobile .intl-tel-input .country-list {
  max-height: 100%;
  width: 100%;
}
.dark .iti-mobile .intl-tel-input .country-list .country {
  padding: 10px 10px;
  line-height: 1.5em;
}
.dark .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;
}
.dark .iti-flag.be {
  width: 18px;
  height: 15px;
  background-position: -440px 0px;
}
.dark .iti-flag.ch {
  width: 15px;
  height: 15px;
  background-position: -944px 0px;
}
.dark .iti-flag.mc {
  width: 19px;
  height: 15px;
  background-position: -3139px 0px;
}
.dark .iti-flag.ne {
  width: 18px;
  height: 15px;
  background-position: -3666px 0px;
}
.dark .iti-flag.np {
  width: 13px;
  height: 15px;
  background-position: -3796px 0px;
  background-color: transparent;
}
.dark .iti-flag.va {
  width: 15px;
  height: 15px;
  background-position: -5307px 0px;
}
.dark .iti-flag.ac {
  height: 10px;
  background-position: 0px 0px;
}
.dark .iti-flag.ad {
  height: 14px;
  background-position: -22px 0px;
}
.dark .iti-flag.ae {
  height: 10px;
  background-position: -44px 0px;
}
.dark .iti-flag.af {
  height: 14px;
  background-position: -66px 0px;
}
.dark .iti-flag.ag {
  height: 14px;
  background-position: -88px 0px;
}
.dark .iti-flag.ai {
  height: 10px;
  background-position: -110px 0px;
}
.dark .iti-flag.al {
  height: 15px;
  background-position: -132px 0px;
}
.dark .iti-flag.am {
  height: 10px;
  background-position: -154px 0px;
}
.dark .iti-flag.ao {
  height: 14px;
  background-position: -176px 0px;
}
.dark .iti-flag.aq {
  height: 14px;
  background-position: -198px 0px;
}
.dark .iti-flag.ar {
  height: 13px;
  background-position: -220px 0px;
}
.dark .iti-flag.as {
  height: 10px;
  background-position: -242px 0px;
}
.dark .iti-flag.at {
  height: 14px;
  background-position: -264px 0px;
}
.dark .iti-flag.au {
  height: 10px;
  background-position: -286px 0px;
}
.dark .iti-flag.aw {
  height: 14px;
  background-position: -308px 0px;
}
.dark .iti-flag.ax {
  height: 13px;
  background-position: -330px 0px;
}
.dark .iti-flag.az {
  height: 10px;
  background-position: -352px 0px;
}
.dark .iti-flag.ba {
  height: 10px;
  background-position: -374px 0px;
}
.dark .iti-flag.bb {
  height: 14px;
  background-position: -396px 0px;
}
.dark .iti-flag.bd {
  height: 12px;
  background-position: -418px 0px;
}
.dark .iti-flag.bf {
  height: 14px;
  background-position: -460px 0px;
}
.dark .iti-flag.bg {
  height: 12px;
  background-position: -482px 0px;
}
.dark .iti-flag.bh {
  height: 12px;
  background-position: -504px 0px;
}
.dark .iti-flag.bi {
  height: 12px;
  background-position: -526px 0px;
}
.dark .iti-flag.bj {
  height: 14px;
  background-position: -548px 0px;
}
.dark .iti-flag.bl {
  height: 14px;
  background-position: -570px 0px;
}
.dark .iti-flag.bm {
  height: 10px;
  background-position: -592px 0px;
}
.dark .iti-flag.bn {
  height: 10px;
  background-position: -614px 0px;
}
.dark .iti-flag.bo {
  height: 14px;
  background-position: -636px 0px;
}
.dark .iti-flag.bq {
  height: 14px;
  background-position: -658px 0px;
}
.dark .iti-flag.br {
  height: 14px;
  background-position: -680px 0px;
}
.dark .iti-flag.bs {
  height: 10px;
  background-position: -702px 0px;
}
.dark .iti-flag.bt {
  height: 14px;
  background-position: -724px 0px;
}
.dark .iti-flag.bv {
  height: 15px;
  background-position: -746px 0px;
}
.dark .iti-flag.bw {
  height: 14px;
  background-position: -768px 0px;
}
.dark .iti-flag.by {
  height: 10px;
  background-position: -790px 0px;
}
.dark .iti-flag.bz {
  height: 14px;
  background-position: -812px 0px;
}
.dark .iti-flag.ca {
  height: 10px;
  background-position: -834px 0px;
}
.dark .iti-flag.cc {
  height: 10px;
  background-position: -856px 0px;
}
.dark .iti-flag.cd {
  height: 15px;
  background-position: -878px 0px;
}
.dark .iti-flag.cf {
  height: 14px;
  background-position: -900px 0px;
}
.dark .iti-flag.cg {
  height: 14px;
  background-position: -922px 0px;
}
.dark .iti-flag.ci {
  height: 14px;
  background-position: -961px 0px;
}
.dark .iti-flag.ck {
  height: 10px;
  background-position: -983px 0px;
}
.dark .iti-flag.cl {
  height: 14px;
  background-position: -1005px 0px;
}
.dark .iti-flag.cm {
  height: 14px;
  background-position: -1027px 0px;
}
.dark .iti-flag.cn {
  height: 14px;
  background-position: -1049px 0px;
}
.dark .iti-flag.co {
  height: 14px;
  background-position: -1071px 0px;
}
.dark .iti-flag.cp {
  height: 14px;
  background-position: -1093px 0px;
}
.dark .iti-flag.cr {
  height: 12px;
  background-position: -1115px 0px;
}
.dark .iti-flag.cu {
  height: 10px;
  background-position: -1137px 0px;
}
.dark .iti-flag.cv {
  height: 12px;
  background-position: -1159px 0px;
}
.dark .iti-flag.cw {
  height: 14px;
  background-position: -1181px 0px;
}
.dark .iti-flag.cx {
  height: 10px;
  background-position: -1203px 0px;
}
.dark .iti-flag.cy {
  height: 13px;
  background-position: -1225px 0px;
}
.dark .iti-flag.cz {
  height: 14px;
  background-position: -1247px 0px;
}
.dark .iti-flag.de {
  height: 12px;
  background-position: -1269px 0px;
}
.dark .iti-flag.dg {
  height: 10px;
  background-position: -1291px 0px;
}
.dark .iti-flag.dj {
  height: 14px;
  background-position: -1313px 0px;
}
.dark .iti-flag.dk {
  height: 15px;
  background-position: -1335px 0px;
}
.dark .iti-flag.dm {
  height: 10px;
  background-position: -1357px 0px;
}
.dark .iti-flag.do {
  height: 13px;
  background-position: -1379px 0px;
}
.dark .iti-flag.dz {
  height: 14px;
  background-position: -1401px 0px;
}
.dark .iti-flag.ea {
  height: 14px;
  background-position: -1423px 0px;
}
.dark .iti-flag.ec {
  height: 14px;
  background-position: -1445px 0px;
}
.dark .iti-flag.ee {
  height: 13px;
  background-position: -1467px 0px;
}
.dark .iti-flag.eg {
  height: 14px;
  background-position: -1489px 0px;
}
.dark .iti-flag.eh {
  height: 10px;
  background-position: -1511px 0px;
}
.dark .iti-flag.er {
  height: 10px;
  background-position: -1533px 0px;
}
.dark .iti-flag.es {
  height: 14px;
  background-position: -1555px 0px;
}
.dark .iti-flag.et {
  height: 10px;
  background-position: -1577px 0px;
}
.dark .iti-flag.eu {
  height: 14px;
  background-position: -1599px 0px;
}
.dark .iti-flag.fi {
  height: 12px;
  background-position: -1621px 0px;
}
.dark .iti-flag.fj {
  height: 10px;
  background-position: -1643px 0px;
}
.dark .iti-flag.fk {
  height: 10px;
  background-position: -1665px 0px;
}
.dark .iti-flag.fm {
  height: 11px;
  background-position: -1687px 0px;
}
.dark .iti-flag.fo {
  height: 15px;
  background-position: -1709px 0px;
}
.dark .iti-flag.fr {
  height: 14px;
  background-position: -1731px 0px;
}
.dark .iti-flag.ga {
  height: 15px;
  background-position: -1753px 0px;
}
.dark .iti-flag.gb {
  height: 10px;
  background-position: -1775px 0px;
}
.dark .iti-flag.gd {
  height: 12px;
  background-position: -1797px 0px;
}
.dark .iti-flag.ge {
  height: 14px;
  background-position: -1819px 0px;
}
.dark .iti-flag.gf {
  height: 14px;
  background-position: -1841px 0px;
}
.dark .iti-flag.gg {
  height: 14px;
  background-position: -1863px 0px;
}
.dark .iti-flag.gh {
  height: 14px;
  background-position: -1885px 0px;
}
.dark .iti-flag.gi {
  height: 10px;
  background-position: -1907px 0px;
}
.dark .iti-flag.gl {
  height: 14px;
  background-position: -1929px 0px;
}
.dark .iti-flag.gm {
  height: 14px;
  background-position: -1951px 0px;
}
.dark .iti-flag.gn {
  height: 14px;
  background-position: -1973px 0px;
}
.dark .iti-flag.gp {
  height: 14px;
  background-position: -1995px 0px;
}
.dark .iti-flag.gq {
  height: 14px;
  background-position: -2017px 0px;
}
.dark .iti-flag.gr {
  height: 14px;
  background-position: -2039px 0px;
}
.dark .iti-flag.gs {
  height: 10px;
  background-position: -2061px 0px;
}
.dark .iti-flag.gt {
  height: 13px;
  background-position: -2083px 0px;
}
.dark .iti-flag.gu {
  height: 11px;
  background-position: -2105px 0px;
}
.dark .iti-flag.gw {
  height: 10px;
  background-position: -2127px 0px;
}
.dark .iti-flag.gy {
  height: 12px;
  background-position: -2149px 0px;
}
.dark .iti-flag.hk {
  height: 14px;
  background-position: -2171px 0px;
}
.dark .iti-flag.hm {
  height: 10px;
  background-position: -2193px 0px;
}
.dark .iti-flag.hn {
  height: 10px;
  background-position: -2215px 0px;
}
.dark .iti-flag.hr {
  height: 10px;
  background-position: -2237px 0px;
}
.dark .iti-flag.ht {
  height: 12px;
  background-position: -2259px 0px;
}
.dark .iti-flag.hu {
  height: 10px;
  background-position: -2281px 0px;
}
.dark .iti-flag.ic {
  height: 14px;
  background-position: -2303px 0px;
}
.dark .iti-flag.id {
  height: 14px;
  background-position: -2325px 0px;
}
.dark .iti-flag.ie {
  height: 10px;
  background-position: -2347px 0px;
}
.dark .iti-flag.il {
  height: 15px;
  background-position: -2369px 0px;
}
.dark .iti-flag.im {
  height: 10px;
  background-position: -2391px 0px;
}
.dark .iti-flag.in {
  height: 14px;
  background-position: -2413px 0px;
}
.dark .iti-flag.io {
  height: 10px;
  background-position: -2435px 0px;
}
.dark .iti-flag.iq {
  height: 14px;
  background-position: -2457px 0px;
}
.dark .iti-flag.ir {
  height: 12px;
  background-position: -2479px 0px;
}
.dark .iti-flag.is {
  height: 15px;
  background-position: -2501px 0px;
}
.dark .iti-flag.it {
  height: 14px;
  background-position: -2523px 0px;
}
.dark .iti-flag.je {
  height: 12px;
  background-position: -2545px 0px;
}
.dark .iti-flag.jm {
  height: 10px;
  background-position: -2567px 0px;
}
.dark .iti-flag.jo {
  height: 10px;
  background-position: -2589px 0px;
}
.dark .iti-flag.jp {
  height: 14px;
  background-position: -2611px 0px;
}
.dark .iti-flag.ke {
  height: 14px;
  background-position: -2633px 0px;
}
.dark .iti-flag.kg {
  height: 12px;
  background-position: -2655px 0px;
}
.dark .iti-flag.kh {
  height: 13px;
  background-position: -2677px 0px;
}
.dark .iti-flag.ki {
  height: 10px;
  background-position: -2699px 0px;
}
.dark .iti-flag.km {
  height: 12px;
  background-position: -2721px 0px;
}
.dark .iti-flag.kn {
  height: 14px;
  background-position: -2743px 0px;
}
.dark .iti-flag.kp {
  height: 10px;
  background-position: -2765px 0px;
}
.dark .iti-flag.kr {
  height: 14px;
  background-position: -2787px 0px;
}
.dark .iti-flag.kw {
  height: 10px;
  background-position: -2809px 0px;
}
.dark .iti-flag.ky {
  height: 10px;
  background-position: -2831px 0px;
}
.dark .iti-flag.kz {
  height: 10px;
  background-position: -2853px 0px;
}
.dark .iti-flag.la {
  height: 14px;
  background-position: -2875px 0px;
}
.dark .iti-flag.lb {
  height: 14px;
  background-position: -2897px 0px;
}
.dark .iti-flag.lc {
  height: 10px;
  background-position: -2919px 0px;
}
.dark .iti-flag.li {
  height: 12px;
  background-position: -2941px 0px;
}
.dark .iti-flag.lk {
  height: 10px;
  background-position: -2963px 0px;
}
.dark .iti-flag.lr {
  height: 11px;
  background-position: -2985px 0px;
}
.dark .iti-flag.ls {
  height: 14px;
  background-position: -3007px 0px;
}
.dark .iti-flag.lt {
  height: 12px;
  background-position: -3029px 0px;
}
.dark .iti-flag.lu {
  height: 12px;
  background-position: -3051px 0px;
}
.dark .iti-flag.lv {
  height: 10px;
  background-position: -3073px 0px;
}
.dark .iti-flag.ly {
  height: 10px;
  background-position: -3095px 0px;
}
.dark .iti-flag.ma {
  height: 14px;
  background-position: -3117px 0px;
}
.dark .iti-flag.md {
  height: 10px;
  background-position: -3160px 0px;
}
.dark .iti-flag.me {
  height: 10px;
  background-position: -3182px 0px;
}
.dark .iti-flag.mf {
  height: 14px;
  background-position: -3204px 0px;
}
.dark .iti-flag.mg {
  height: 14px;
  background-position: -3226px 0px;
}
.dark .iti-flag.mh {
  height: 11px;
  background-position: -3248px 0px;
}
.dark .iti-flag.mk {
  height: 10px;
  background-position: -3270px 0px;
}
.dark .iti-flag.ml {
  height: 14px;
  background-position: -3292px 0px;
}
.dark .iti-flag.mm {
  height: 14px;
  background-position: -3314px 0px;
}
.dark .iti-flag.mn {
  height: 10px;
  background-position: -3336px 0px;
}
.dark .iti-flag.mo {
  height: 14px;
  background-position: -3358px 0px;
}
.dark .iti-flag.mp {
  height: 10px;
  background-position: -3380px 0px;
}
.dark .iti-flag.mq {
  height: 14px;
  background-position: -3402px 0px;
}
.dark .iti-flag.mr {
  height: 14px;
  background-position: -3424px 0px;
}
.dark .iti-flag.ms {
  height: 10px;
  background-position: -3446px 0px;
}
.dark .iti-flag.mt {
  height: 14px;
  background-position: -3468px 0px;
}
.dark .iti-flag.mu {
  height: 14px;
  background-position: -3490px 0px;
}
.dark .iti-flag.mv {
  height: 14px;
  background-position: -3512px 0px;
}
.dark .iti-flag.mw {
  height: 14px;
  background-position: -3534px 0px;
}
.dark .iti-flag.mx {
  height: 12px;
  background-position: -3556px 0px;
}
.dark .iti-flag.my {
  height: 10px;
  background-position: -3578px 0px;
}
.dark .iti-flag.mz {
  height: 14px;
  background-position: -3600px 0px;
}
.dark .iti-flag.na {
  height: 14px;
  background-position: -3622px 0px;
}
.dark .iti-flag.nc {
  height: 10px;
  background-position: -3644px 0px;
}
.dark .iti-flag.nf {
  height: 10px;
  background-position: -3686px 0px;
}
.dark .iti-flag.ng {
  height: 10px;
  background-position: -3708px 0px;
}
.dark .iti-flag.ni {
  height: 12px;
  background-position: -3730px 0px;
}
.dark .iti-flag.nl {
  height: 14px;
  background-position: -3752px 0px;
}
.dark .iti-flag.no {
  height: 15px;
  background-position: -3774px 0px;
}
.dark .iti-flag.nr {
  height: 10px;
  background-position: -3811px 0px;
}
.dark .iti-flag.nu {
  height: 10px;
  background-position: -3833px 0px;
}
.dark .iti-flag.nz {
  height: 10px;
  background-position: -3855px 0px;
}
.dark .iti-flag.om {
  height: 10px;
  background-position: -3877px 0px;
}
.dark .iti-flag.pa {
  height: 14px;
  background-position: -3899px 0px;
}
.dark .iti-flag.pe {
  height: 14px;
  background-position: -3921px 0px;
}
.dark .iti-flag.pf {
  height: 14px;
  background-position: -3943px 0px;
}
.dark .iti-flag.pg {
  height: 15px;
  background-position: -3965px 0px;
}
.dark .iti-flag.ph {
  height: 10px;
  background-position: -3987px 0px;
}
.dark .iti-flag.pk {
  height: 14px;
  background-position: -4009px 0px;
}
.dark .iti-flag.pl {
  height: 13px;
  background-position: -4031px 0px;
}
.dark .iti-flag.pm {
  height: 14px;
  background-position: -4053px 0px;
}
.dark .iti-flag.pn {
  height: 10px;
  background-position: -4075px 0px;
}
.dark .iti-flag.pr {
  height: 14px;
  background-position: -4097px 0px;
}
.dark .iti-flag.ps {
  height: 10px;
  background-position: -4119px 0px;
}
.dark .iti-flag.pt {
  height: 14px;
  background-position: -4141px 0px;
}
.dark .iti-flag.pw {
  height: 13px;
  background-position: -4163px 0px;
}
.dark .iti-flag.py {
  height: 11px;
  background-position: -4185px 0px;
}
.dark .iti-flag.qa {
  height: 8px;
  background-position: -4207px 0px;
}
.dark .iti-flag.re {
  height: 14px;
  background-position: -4229px 0px;
}
.dark .iti-flag.ro {
  height: 14px;
  background-position: -4251px 0px;
}
.dark .iti-flag.rs {
  height: 14px;
  background-position: -4273px 0px;
}
.dark .iti-flag.ru {
  height: 14px;
  background-position: -4295px 0px;
}
.dark .iti-flag.rw {
  height: 14px;
  background-position: -4317px 0px;
}
.dark .iti-flag.sa {
  height: 14px;
  background-position: -4339px 0px;
}
.dark .iti-flag.sb {
  height: 10px;
  background-position: -4361px 0px;
}
.dark .iti-flag.sc {
  height: 10px;
  background-position: -4383px 0px;
}
.dark .iti-flag.sd {
  height: 10px;
  background-position: -4405px 0px;
}
.dark .iti-flag.se {
  height: 13px;
  background-position: -4427px 0px;
}
.dark .iti-flag.sg {
  height: 14px;
  background-position: -4449px 0px;
}
.dark .iti-flag.sh {
  height: 10px;
  background-position: -4471px 0px;
}
.dark .iti-flag.si {
  height: 10px;
  background-position: -4493px 0px;
}
.dark .iti-flag.sj {
  height: 15px;
  background-position: -4515px 0px;
}
.dark .iti-flag.sk {
  height: 14px;
  background-position: -4537px 0px;
}
.dark .iti-flag.sl {
  height: 14px;
  background-position: -4559px 0px;
}
.dark .iti-flag.sm {
  height: 15px;
  background-position: -4581px 0px;
}
.dark .iti-flag.sn {
  height: 14px;
  background-position: -4603px 0px;
}
.dark .iti-flag.so {
  height: 14px;
  background-position: -4625px 0px;
}
.dark .iti-flag.sr {
  height: 14px;
  background-position: -4647px 0px;
}
.dark .iti-flag.ss {
  height: 10px;
  background-position: -4669px 0px;
}
.dark .iti-flag.st {
  height: 10px;
  background-position: -4691px 0px;
}
.dark .iti-flag.sv {
  height: 12px;
  background-position: -4713px 0px;
}
.dark .iti-flag.sx {
  height: 14px;
  background-position: -4735px 0px;
}
.dark .iti-flag.sy {
  height: 14px;
  background-position: -4757px 0px;
}
.dark .iti-flag.sz {
  height: 14px;
  background-position: -4779px 0px;
}
.dark .iti-flag.ta {
  height: 10px;
  background-position: -4801px 0px;
}
.dark .iti-flag.tc {
  height: 10px;
  background-position: -4823px 0px;
}
.dark .iti-flag.td {
  height: 14px;
  background-position: -4845px 0px;
}
.dark .iti-flag.tf {
  height: 14px;
  background-position: -4867px 0px;
}
.dark .iti-flag.tg {
  height: 13px;
  background-position: -4889px 0px;
}
.dark .iti-flag.th {
  height: 14px;
  background-position: -4911px 0px;
}
.dark .iti-flag.tj {
  height: 10px;
  background-position: -4933px 0px;
}
.dark .iti-flag.tk {
  height: 10px;
  background-position: -4955px 0px;
}
.dark .iti-flag.tl {
  height: 10px;
  background-position: -4977px 0px;
}
.dark .iti-flag.tm {
  height: 14px;
  background-position: -4999px 0px;
}
.dark .iti-flag.tn {
  height: 14px;
  background-position: -5021px 0px;
}
.dark .iti-flag.to {
  height: 10px;
  background-position: -5043px 0px;
}
.dark .iti-flag.tr {
  height: 14px;
  background-position: -5065px 0px;
}
.dark .iti-flag.tt {
  height: 12px;
  background-position: -5087px 0px;
}
.dark .iti-flag.tv {
  height: 10px;
  background-position: -5109px 0px;
}
.dark .iti-flag.tw {
  height: 14px;
  background-position: -5131px 0px;
}
.dark .iti-flag.tz {
  height: 14px;
  background-position: -5153px 0px;
}
.dark .iti-flag.ua {
  height: 14px;
  background-position: -5175px 0px;
}
.dark .iti-flag.ug {
  height: 14px;
  background-position: -5197px 0px;
}
.dark .iti-flag.um {
  height: 11px;
  background-position: -5219px 0px;
}
.dark .iti-flag.us {
  height: 11px;
  background-position: -5241px 0px;
}
.dark .iti-flag.uy {
  height: 14px;
  background-position: -5263px 0px;
}
.dark .iti-flag.uz {
  height: 10px;
  background-position: -5285px 0px;
}
.dark .iti-flag.vc {
  height: 14px;
  background-position: -5324px 0px;
}
.dark .iti-flag.ve {
  height: 14px;
  background-position: -5346px 0px;
}
.dark .iti-flag.vg {
  height: 10px;
  background-position: -5368px 0px;
}
.dark .iti-flag.vi {
  height: 14px;
  background-position: -5390px 0px;
}
.dark .iti-flag.vn {
  height: 14px;
  background-position: -5412px 0px;
}
.dark .iti-flag.vu {
  height: 12px;
  background-position: -5434px 0px;
}
.dark .iti-flag.wf {
  height: 14px;
  background-position: -5456px 0px;
}
.dark .iti-flag.ws {
  height: 10px;
  background-position: -5478px 0px;
}
.dark .iti-flag.xk {
  height: 15px;
  background-position: -5500px 0px;
}
.dark .iti-flag.ye {
  height: 14px;
  background-position: -5522px 0px;
}
.dark .iti-flag.yt {
  height: 14px;
  background-position: -5544px 0px;
}
.dark .iti-flag.za {
  height: 14px;
  background-position: -5566px 0px;
}
.dark .iti-flag.zm {
  height: 14px;
  background-position: -5588px 0px;
}
.dark .iti-flag.zw {
  height: 10px;
  background-position: -5610px 0px;
}
@media (max-width: 500px) {
  .dark .intl-tel-input .country-listing {
    white-space: normal;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  .dark .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) {
  .dark .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) {
  .dark .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) {
  .dark .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) {
  .dark .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) {
  .dark .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);
  }
}
.dark input[type=number]::-webkit-inner-spin-button,
.dark input[type=number]::-webkit-outer-spin-button {
  appearance: none;
}
.dark .form-check-input:active {
  filter: unset;
}
.dark .form-check-input:focus {
  border-color: unset;
}
.dark .newsletter-form {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 11px;
}
.dark .newsletter-form .form-control {
  background-color: transparent;
  padding: calc(8px + 4 * (100vw - 320px) / 1600);
}
.dark .newsletter-form .form-control::placeholder {
  color: #2a2d2d;
  font-size: calc(14px + 4 * (100vw - 320px) / 1600);
}
.dark .normal-form .form-control {
  border: none;
}
.dark .normal-form .form-control:focus {
  background-color: #2a2d2d;
}
.dark .invalid-feedback {
  display: block !important;
}
.dark .theme-form-check {
  cursor: pointer;
  transition: background 0.2s ease;
}
.dark .theme-form-check input {
  width: 20px;
  height: 20px;
  vertical-align: middle;
  border-radius: 10px;
  background: none;
  border: 0;
  box-shadow: inset 0 0 0 1.5px #9f9f9f;
  appearance: none;
  padding: 0;
  margin: 0;
  transition: box-shadow 150ms cubic-bezier(0.95, 0.15, 0.5, 1.25);
  pointer-events: none;
}
.dark .theme-form-check input:focus {
  outline: none;
}
.dark .theme-form-check input:checked {
  box-shadow: inset 0 0 0 6px #6743ee;
}
.dark .theme-form-check input label {
  vertical-align: middle;
  display: inline-block;
  line-height: 20px;
  padding: 0 8px;
}
.dark .form-floating > label {
  font-size: 16px;
}
.dark .theme-form-floating label {
  font-size: calc(13px + 3 * (100vw - 320px) / 1600);
  color: #dddddd;
  border: none;
}
.dark .theme-form-floating-2 > .form-control:focus ~ label,
.dark .theme-form-floating-2 > .form-control:not(:placeholder-shown) ~ label,
.dark .theme-form-floating-2 > .form-select ~ label {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: calc(14px + 4 * (100vw - 320px) / 1600);
  opacity: 0.95;
  top: -5px;
  left: 10px;
  height: 31px;
  background-color: #2a2d2d;
  padding: 0 10px;
  opacity: 1;
}
body.rtl .dark .theme-form-floating-2 > .form-control:focus ~ label,
body.rtl .dark .theme-form-floating-2 > .form-control:not(:placeholder-shown) ~ label,
body.rtl .dark .theme-form-floating-2 > .form-select ~ label {
  left: unset;
  right: 10px;
}
.dark .theme-form-floating-2 > .form-control:focus,
.dark .theme-form-floating-2 > .form-control:not(:placeholder-shown) {
  padding-top: 12px;
  padding-bottom: 10px;
  font-size: 15px;
  font-weight: 500;
}
.dark .theme-form-floating-2 > .form-select {
  padding-top: 12px;
  padding-bottom: 10px;
  font-size: calc(14px + 1 * (100vw - 320px) / 1600);
  font-weight: 500;
}
.dark .theme-form-floating-2 > .form-select:focus {
  border-color: var(--theme-color);
  outline: 0;
  box-shadow: 0 0 0 4px transparent;
}
.dark .theme-form-floating-2 .form-control:focus {
  background-color: #2a2d2d;
  border: 1px solid #ced4da;
}
.dark .theme-form-floating-2 > .form-control,
.dark .theme-form-floating-2 > .form-select {
  height: 46px;
}
.dark .theme-form-floating-2 > label {
  top: 50%;
  transform: translateY(-50%);
  left: 9px;
  padding: 0;
  border: none;
  height: auto;
}
body.rtl .dark .theme-form-floating-2 > label {
  left: unset;
  right: 9px;
}
.dark .theme-form-floating-2 > .form-control {
  padding: 14px 10px;
}
.dark .theme-form-floating-2 label {
  font-size: calc(13px + 3 * (100vw - 320px) / 1600);
  color: #dddddd;
}
.dark .checkbox_animated {
  cursor: pointer;
  position: relative;
  margin-right: 16px;
}
body.rtl .dark .checkbox_animated {
  margin-right: unset;
  margin-left: 16px;
}
.dark .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, 0);
  left: 4px;
  top: 4px;
  z-index: 1;
  border: 2px solid var(--theme-color);
  border-top-style: none;
  border-right-style: none;
}
body.rtl .dark .checkbox_animated:before {
  left: unset;
  right: 4px;
}
.dark .checkbox_animated:after {
  content: "";
  position: absolute;
  width: 21px;
  height: 21px;
  top: -2px;
  left: 0;
  background-color: #2a2d2d;
  border: 2px solid rgba(119, 119, 119, 0.44);
  cursor: pointer;
}
body.rtl .dark .checkbox_animated:after {
  left: unset;
  right: 0;
}
.dark .checkbox_animated:checked:before {
  transform: rotate(-45deg) scale(1, 1);
}
.dark .custom-form-check-2 {
  min-height: auto;
  margin-bottom: 0;
}
.dark .custom-form-check .form-check-input {
  width: calc(15px + 2 * (100vw - 320px) / 1600);
  height: calc(15px + 2 * (100vw - 320px) / 1600);
  margin-top: 0;
}
body.rtl .dark .custom-form-check .form-check-input {
  margin-right: -1.5em;
  margin-left: unset;
}
.dark .custom-form-check .form-check-input:checked {
  background-color: var(--theme-color);
  border-color: var(--theme-color);
}
.dark .custom-form-check .form-check-input:focus {
  box-shadow: none;
}
.dark .form-control {
  font-size: 14px;
  padding: calc(8px + 6 * (100vw - 320px) / 1600) calc(12px + 3 * (100vw - 320px) / 1600);
}
.dark .form-control.subscribe-input {
  border: none;
  border-radius: 0;
}
body.rtl .dark .form-control {
  text-align: right;
}
.dark .form-control:focus {
  box-shadow: none;
  color: #ffffff;
}
.dark .form-select {
  font-size: 14px;
}
.dark .form-select.theme-form-select:focus {
  background-color: #2a2d2d;
  box-shadow: none;
  color: #ffffff;
}
.dark .input-group .btn {
  z-index: 1;
}
.dark .outer-otp {
  width: 235px;
  overflow: hidden;
  margin-bottom: 40px;
}
.dark .outer-otp .inner-otp {
  left: 0;
  position: sticky;
}
.dark .outer-otp .inner-otp input {
  padding-left: 15px;
  letter-spacing: 41px;
  border: 0;
  background-image:
    linear-gradient(
      to left,
      rgb(189, 189, 189) 70%,
      rgba(255, 255, 255, 0) 0%);
  background-position: bottom;
  background-size: 50px 1px;
  background-repeat: repeat-x;
  background-position-x: 35px;
  width: 300px;
  min-width: 300px;
  background-color: transparent;
}
.dark .label-flex {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  align-items: center;
}
.dark .label-flex .discount {
  background-color: var(--theme-color);
  color: #2a2d2d;
  padding: 4px calc(7px + 3 * (100vw - 320px) / 1600);
  border-radius: 4px;
}
.dark .label-flex .discount.sm-discount label {
  font-size: 12px;
}
.dark .label-flex .discount label {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: -2px 0;
}
.dark .label-flex .wishlist {
  font-size: calc(16px + 6 * (100vw - 320px) / 1600);
  color: #dddddd;
  margin-left: auto;
}
body.rtl .dark .label-flex .wishlist {
  margin-left: unset;
  margin-right: auto;
}
.dark .spinning {
  padding-right: 40px !important;
}
.dark .spinning::before {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  right: 10px;
  border: 2px solid rgba(42, 45, 45, 0.29);
  border-right: 3px solid #2a2d2d;
  animation: rotate360 0.5s infinite linear;
}
@keyframes rotate360 {
  100% {
    transform: rotate(360deg);
  }
}
.dark .loader-wrapper,
.dark .custom-loader-wrapper {
  position: fixed;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #2a2d2d;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 15px;
  top: 0;
}
.dark .loader-wrapper .loader,
.dark .custom-loader-wrapper .loader {
  width: 48px;
  height: 48px;
  border: 5px solid #eaeaea;
  border-bottom-color: var(--theme-color);
  border-radius: 50%;
  display: inline-block;
  animation: rotation 1s linear infinite;
}
.dark .loader-wrapper h3,
.dark .loader-wrapper .h3,
.dark .custom-loader-wrapper h3,
.dark .custom-loader-wrapper .h3 {
  margin-top: 6px;
  color: #777;
  font-weight: 400;
}
.dark .custom-box-loader {
  position: relative;
  z-index: 0;
}
.dark .custom-box-loader .box-loader .loader-wrapper,
.dark .custom-box-loader .box-loader .custom-loader-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  padding: 0;
  gap: 0;
  z-index: 8;
  align-items: flex-start;
}
.dark .custom-box-loader .box-loader .loader-wrapper > div,
.dark .custom-box-loader .box-loader .custom-loader-wrapper > div {
  padding-top: 30%;
}
@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.dark div#loading-bar {
  color: var(--theme-deafult) !important;
}
.dark div#loading-bar .bar {
  background: var(--theme-deafult) !important;
}
.dark #loading-bar-spinner {
  top: 15px !important;
  left: unset !important;
  right: 0 !important;
  margin-right: 20px;
  color: var(--theme-deafult) !important;
}
.dark #loading-bar-spinner .spinner-icon {
  width: 16px !important;
  height: 16px !important;
}
.dark .loader-bg .ngx-bar {
  background-color: var(--theme-color) !important;
}
.dark .loader-bg .ngx-spinner {
  color: var(--theme-color) !important;
  right: 10px;
  left: unset !important;
}
.dark .skeleton-body {
  background-image: none !important;
  overflow: hidden;
  pointer-events: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
}
.dark .skeleton-body .bg-effect {
  background-image: none;
}
.dark .skeleton-body .title {
  opacity: 0;
  visibility: hidden;
}
.dark .skeleton-body .skeleton-banner-xl {
  position: relative;
}
.dark .skeleton-body .skeleton-banner-xl .bg-size {
  background-color: #f8f8f8 !important;
  background-image: none !important;
}
.dark .skeleton-body .skeleton-banner-xl [class*=col-] {
  position: relative;
}
.dark .skeleton-body .skeleton-banner-sm {
  position: relative;
}
.dark .skeleton-body .skeleton-banner-sm .bg-size {
  background-color: #f8f8f8 !important;
  background-image: none !important;
}
.dark .skeleton-body .skeleton-banner-sm [class*=col-] {
  position: relative;
}
.dark .skeleton-body .skeleton-banner-sm .skeleton-text-wrap .placeholder {
  min-height: 6.8%;
}
.dark .skeleton-body .skeleton-banner-vertical {
  position: relative;
}
.dark .skeleton-body .skeleton-banner-vertical .bg-size {
  background-color: #f8f8f8 !important;
  background-image: none !important;
}
.dark .skeleton-body .skeleton-banner-vertical [class*=col-] {
  position: relative;
}
.dark .skeleton-body .skeleton-banner-vertical .skeleton-text-wrap {
  justify-content: flex-start;
}
.dark .skeleton-body .skeleton-banner-vertical .skeleton-text-wrap .placeholder {
  min-height: 3.3%;
}
.dark .skeleton-body .skeleton-text-wrap {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 12px;
  justify-content: center;
  padding: 30px;
}
.dark .skeleton-body .skeleton-text-wrap .placeholder {
  min-height: 4.3%;
  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 infinite linear;
  border-radius: 10px;
}
.dark .skeleton-body .home-section-2 {
  background-color: #f2f2f2;
  background-image: none !important;
}
.dark .skeleton-body .setting-box,
.dark .skeleton-body .compare-fix,
.dark .skeleton-body .recently-purchase {
  display: none;
}
.dark .skeleton-text-wrap {
  display: none;
}
.dark .skeleton-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: max-content;
  padding: calc(8px + 6 * (100vw - 320px) / 1600);
  z-index: 0;
  background-color: #f9f9f6;
}
.dark .skeleton *:empty {
  background: #f6f7f8;
  background-position: -500px 0;
  animation: skeletonShine 1s linear 0s infinite normal forwards;
  border-radius: 5px;
  background-image:
    linear-gradient(
      135deg,
      #f6f7f8 0%,
      #edeef1 20%,
      #f6f7f8 40%,
      #f6f7f8 100%);
  background-repeat: no-repeat;
  background-size: 1000px 100%;
  width: 100%;
}
[class=dark] .dark .skeleton *:empty {
  background-color: #1d1d22;
  background-image:
    linear-gradient(
      135deg,
      #1d1d22 0%,
      #2a2d2d 20%,
      #1d1d22 40%,
      #1d1d22 100%);
}
.dark .skeleton__section + .skeleton__section {
  margin-top: 16px;
}
.dark .skeleton-section {
  width: 100%;
}
.dark .skeleton__section--actions {
  display: flex;
  flex-direction: row;
  gap: 8px;
  margin-bottom: 16px;
}
.dark .skeleton__section--card {
  display: flex;
  flex-direction: row;
  margin-bottom: 24px;
}
.dark .skeleton__header {
  margin-bottom: 6px;
  height: 32px;
  width: 200px;
  max-width: 35%;
}
.dark .skeleton__header--long {
  width: 300px;
  max-width: 85%;
}
.dark .skeleton__p {
  height: 16px;
  width: 100%;
  margin-bottom: 8px;
}
.dark .skeleton__p:last-child {
  width: 45%;
}
.dark .skeleton__p--short {
  max-width: 120px;
}
.dark .skeleton__img {
  height: 160px;
  width: 64px;
  border-radius: 8px;
}
.dark .skeleton__tree .skeleton__p {
  width: 100%;
  max-width: none;
}
@keyframes skeletonShine {
  to {
    background-position: 500px 0;
  }
}
.dark .skeleton-seller .vendor-text {
  width: 66px;
  height: 66px;
  border-radius: 11px;
  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%;
}
.dark .skeleton-seller .contain-name h3,
.dark .skeleton-seller .contain-name .h3 {
  background: #f6f7f8;
  background-position: -500px 0;
  animation: skeletonShine 1s linear 0s infinite normal forwards;
  border-radius: 5px;
  background-image:
    linear-gradient(
      135deg,
      #f6f7f8 0%,
      #edeef1 20%,
      #f6f7f8 40%,
      #f6f7f8 100%);
  background-repeat: no-repeat;
  background-size: 1000px 100%;
  width: 50%;
  height: 28px;
}
.dark .skeleton-seller .contain-name .product-label {
  background: #f6f7f8;
  background-position: -500px 0;
  animation: skeletonShine 1s linear 0s infinite normal forwards;
  border-radius: 5px;
  background-image:
    linear-gradient(
      135deg,
      #f6f7f8 0%,
      #edeef1 20%,
      #f6f7f8 40%,
      #f6f7f8 100%);
  background-repeat: no-repeat;
  background-size: 1000px 100%;
  width: 20%;
  height: 28px;
}
.dark .skeleton-seller .contain-name .product-label:after {
  display: none;
}
.dark .skeleton-seller .saller-contact {
  background: #f6f7f8;
  background-position: -500px 0;
  animation: skeletonShine 1s linear 0s infinite normal forwards;
  border-radius: 5px;
  background-image:
    linear-gradient(
      135deg,
      #f6f7f8 0%,
      #edeef1 20%,
      #f6f7f8 40%,
      #f6f7f8 100%);
  background-repeat: no-repeat;
  background-size: 1000px 100%;
  width: 50% !important;
  height: 28px;
}
.dark .skeleton-seller .saller-contact.mt-2 {
  width: 60% !important;
}
.dark .blog-skeleton .product-box {
  padding: 0;
  background-color: transparent;
}
.dark .blog-skeleton .skeleton__img {
  height: 224px;
}
.dark .list_view .skeleton {
  display: flex;
  align-items: center;
}
.dark .list_view .skeleton__section--card {
  display: flex;
  flex-direction: row;
  margin-bottom: -1px;
  width: 38%;
  transition: all 0.3s ease-in-out;
  height: 300px;
}
.dark .list_view .skeleton__img {
  height: 100%;
}
.dark .list_view .content-div {
  width: 50%;
  margin-left: 30px;
}
body.rtl .dark .list_view .content-div {
  margin-left: unset;
  margin-right: 30px;
}
.dark .skeleton-vertical .offer-image {
  width: 80px;
  height: 80px;
  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: 7px;
}
.dark .skeleton-vertical.offer-product .offer-detail .vertical-price {
  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: 120px;
  height: 21px;
  border-radius: 9px;
}
.dark .skeleton-vertical.offer-product .offer-detail 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: 30px;
  height: 20px;
  border-radius: 9px;
}
.dark .skeleton-vertical.offer-product .offer-detail a .name {
  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: 120px;
  height: 16px;
  border-radius: 9px;
}
.dark .skeleton-offer .coupon-box {
  padding: 40px 27px;
}
.dark .skeleton-offer .coupon-box .coupon-name .card-name h5,
.dark .skeleton-offer .coupon-box .coupon-name .card-name .h5 {
  background: #ffffff;
  background-position: -500px 0;
  animation: skeletonShine 2s linear 0s infinite normal forwards;
  border-radius: 5px;
  background-image:
    linear-gradient(
      135deg,
      #ffffff 0%,
      #e1e1e1 20%,
      #ffffff 40%,
      #ffffff 100%);
  background-repeat: no-repeat;
  background-size: 1000px 100%;
  opacity: 1;
  height: 24px;
  width: 140px;
}
.dark .skeleton-offer .coupon-box .coupon-name .card-name h5::after,
.dark .skeleton-offer .coupon-box .coupon-name .card-name .h5::after {
  display: none;
}
.dark .skeleton-offer .coupon-box .coupon-content p {
  background: #ffffff;
  background-position: -500px 0;
  animation: skeletonShine 2s linear 0s infinite normal forwards;
  border-radius: 5px;
  background-image:
    linear-gradient(
      135deg,
      #ffffff 0%,
      #e1e1e1 20%,
      #ffffff 40%,
      #ffffff 100%);
  background-repeat: no-repeat;
  background-size: 1000px 100%;
  opacity: 1;
  height: 22px;
  margin-bottom: 0;
  width: 70%;
}
.dark .skeleton-offer .coupon-box .coupon-content .long {
  width: 90%;
  margin-top: 10px;
}
.dark .skeleton-offer .coupon-box .coupon-content .long.long-s {
  width: 60%;
}
.dark .common-skeleton ul {
  display: flex;
  flex-direction: column;
  padding: 0 !important;
}
.dark .common-skeleton ul li {
  display: block !important;
}
.dark .common-skeleton ul .placeholder {
  background: #f6f7f8;
  background-position: -500px 0;
  animation: skeletonShine 1s linear 0s infinite normal forwards;
  border-radius: 5px;
  background-image:
    linear-gradient(
      135deg,
      #f6f7f8 0%,
      #edeef1 20%,
      #f6f7f8 40%,
      #f6f7f8 100%);
  background-repeat: no-repeat;
  background-size: 1000px 100%;
  opacity: 1;
  height: 24px;
}
.dark .common-skeleton ul .placeholder + .placeholder {
  margin-top: 14px;
}
.dark .common-skeleton .img-box {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}
.dark .common-skeleton .img-box .img-content {
  width: 80%;
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-left: 40px;
}
body.rtl .dark .common-skeleton .img-box .img-content {
  margin-left: unset;
  margin-right: 40px;
}
.dark .common-skeleton .img-box .img {
  width: 230px;
  height: 230px;
  border-radius: 15px;
  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%;
  opacity: 1;
}
.dark .common-skeleton .img-box .placeholder {
  background: #f6f7f8;
  background-position: -500px 0;
  animation: skeletonShine 1s linear 0s infinite normal forwards;
  border-radius: 5px;
  background-image:
    linear-gradient(
      135deg,
      #f6f7f8 0%,
      #edeef1 20%,
      #f6f7f8 40%,
      #f6f7f8 100%);
  background-repeat: no-repeat;
  background-size: 1000px 100%;
  opacity: 1;
  height: 20px;
}
@keyframes skeleton-loader {
  0% {
    transform: translateZ(0);
    background-position: -468px 0;
  }
  100% {
    transform: translateZ(0);
    background-position: 468px 0;
  }
}
.dark .product-section-box .question-answer.skeleton-qa li h6,
.dark .product-section-box .question-answer.skeleton-qa li .h6 {
  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 infinite linear;
  height: 20px;
  width: 15%;
}
.dark .product-section-box .question-answer.skeleton-qa li .answer-box > div {
  width: 100%;
}
.dark .product-section-box .question-answer.skeleton-qa li .answer-box 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 infinite linear;
  height: 20px;
  width: 40%;
  margin-bottom: 6px;
}
.dark .product-section-box .question-answer.skeleton-qa li .answer-box p:nth-child(2) {
  width: 60%;
}
.dark .product-section-box .question-answer.skeleton-qa li .answer-box p:nth-child(3) {
  width: 50%;
}
.dark .product-section-box .question-answer.skeleton-qa li .answer-box h5,
.dark .product-section-box .question-answer.skeleton-qa li .answer-box .h5,
.dark .product-section-box .question-answer.skeleton-qa li .question-box h5,
.dark .product-section-box .question-answer.skeleton-qa li .question-box .h5 {
  border: none;
  background-color: #f8f8f8;
}
.dark .theme-modal .modal-dialog .modal-content {
  border: none;
  background-color: #2a2d2d;
}
.dark .theme-modal .modal-dialog .modal-content .modal-header {
  border-bottom: none;
  padding: calc(13px + 3 * (100vw - 320px) / 1600) calc(15px + 2 * (100vw - 320px) / 1600);
}
.dark .theme-modal .modal-dialog .modal-content .modal-header .modal-title {
  font-weight: 600;
  font-size: 20px;
  width: 95%;
  margin-top: -4px;
}
@media (max-width: 575px) {
  .dark .theme-modal .modal-dialog .modal-content .modal-header .modal-title {
    margin-top: 0;
  }
}
.dark .theme-modal .modal-dialog .modal-content .modal-header .btn-close {
  position: absolute;
  top: 10px;
  right: 10px;
  background-color: var(--theme-color);
  opacity: 1;
  background-image: none;
  border-radius: 4px;
  font-size: calc(15px + 2 * (100vw - 320px) / 1600);
  color: #2a2d2d;
  margin: 0;
  padding: 8px;
  z-index: 1;
}
body.rtl .dark .theme-modal .modal-dialog .modal-content .modal-header .btn-close {
  right: unset;
  left: 10px;
}
.dark .theme-modal .modal-dialog .modal-content .modal-header .btn-close i {
  font-size: calc(19px + 3 * (100vw - 320px) / 1600);
}
.dark .theme-modal .modal-dialog .modal-content .modal-body {
  padding-top: 5px;
}
.dark .theme-modal .modal-dialog .modal-content .policy-body p {
  color: #dddddd;
  line-height: 1.5;
  font-size: 15px;
  margin-bottom: 0;
}
.dark .theme-modal .modal-dialog .modal-content .policy-body p strong {
  font-size: 17px;
  color: #ffffff;
}
.dark .theme-modal .modal-dialog .modal-content .policy-body p + p {
  margin-top: 12px;
}
.dark .theme-modal .modal-dialog .modal-content .policy-body ul {
  list-style-type: disc;
  padding-left: 19px;
  margin-top: 2px;
  display: grid;
  gap: 3px;
}
body.rtl .dark .theme-modal .modal-dialog .modal-content .policy-body ul {
  padding-left: unset;
  padding-right: 19px;
}
.dark .theme-modal .modal-dialog .modal-content .policy-body ul li {
  display: list-item;
}
.dark .theme-modal .modal-dialog .modal-content .review-form-box .review-box + .review-box {
  margin-top: 20px;
}
.dark .theme-modal .modal-dialog .modal-content .review-form-box .review-box .form-control {
  height: calc(41px + 11 * (100vw - 320px) / 1600);
  border-radius: 5px;
  font-size: 14px;
  padding: calc(8px + 6 * (100vw - 320px) / 1600) calc(12px + 3 * (100vw - 320px) / 1600);
  border: 1px solid #eee;
  background-color: #f8f8f8;
}
.dark .theme-modal .modal-dialog .modal-content .review-form-box .review-box .form-label {
  font-size: 16px;
  color: #dddddd;
}
.dark .theme-modal .modal-dialog .modal-content .modal-footer {
  border: none;
  padding: calc(8px + 8 * (100vw - 320px) / 1600) 0 0;
  gap: 8px;
}
body.rtl .dark .theme-modal .modal-dialog .modal-content .modal-footer {
  justify-content: flex-start;
}
.dark .theme-modal .modal-dialog .modal-content .modal-footer button {
  margin: 0;
}
.dark .modal .modal-body h5,
.dark .modal .modal-body .h5 {
  font-weight: 700;
  font-size: calc(17px + 8 * (100vw - 320px) / 1600);
  margin-bottom: calc(15px + 5 * (100vw - 320px) / 1600);
}
.dark .modal .modal-body p {
  margin-bottom: 20px;
  font-size: 14px;
}
.dark .modal .modal-body .btn {
  transition: none !important;
}
.dark .modal .modal-body .button-box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}
.dark .modal .modal-body .button-box .btn {
  font-size: 16px;
  padding: 11px 50px;
  transition: none !important;
}
.dark .modal .modal-body .custom-select .select2-container .select2-container-dropdown .select2-dropdown {
  box-shadow: none;
}
.dark .modal .modal-body .icon-box {
  width: 70px;
  height: 70px;
  padding: 18px;
  border-radius: 100%;
  background-color: rgba(26, 164, 136, 0.1);
  color: var(--theme-color);
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  margin-left: auto;
  margin-right: auto;
}
.dark .modal .modal-body .icon-box.wo-bg {
  padding: 0;
  background-color: transparent;
  font-size: 60px;
  width: max-content;
  height: max-content;
  line-height: 1;
}
.dark .modal .modal-body .modal-title {
  font-weight: 700;
  font-size: calc(17px + 8 * (100vw - 320px) / 1600);
  margin-bottom: 7px;
}
.dark .modal .modal-body .btn--no {
  margin-left: auto;
  margin-right: 15px;
  color: #fff !important;
  background-color: #6c757d !important;
}
.dark .modal .btn-close {
  position: absolute;
  right: 15px;
  top: 15px;
}
@media (max-width: 991px) {
  .dark .view-modal .modal-dialog .modal-content .modal-header .btn-close {
    top: 7px;
    right: 7px;
  }
}
.dark .view-modal .modal-dialog .modal-content .view-image-slider {
  background-color: #f8f8f8;
}
.dark .view-modal .modal-dialog .modal-content .view-image-slider .owl-nav [class*=owl-] {
  position: absolute;
  top: 50%;
  border-radius: 100%;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0;
  background-color: #2a2d2d;
  transform: scale(0.86) 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;
}
.dark .view-modal .modal-dialog .modal-content .view-image-slider .owl-nav [class*=owl-]::before {
  font-family: remixicon;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  font-size: 24px;
  color: rgba(34, 34, 34, 0.88);
}
.dark .view-modal .modal-dialog .modal-content .view-image-slider .owl-nav .owl-prev {
  left: -18px;
}
@media (max-width: 991px) {
  .dark .view-modal .modal-dialog .modal-content .view-image-slider .owl-nav .owl-prev {
    left: 0;
  }
}
.dark .view-modal .modal-dialog .modal-content .view-image-slider .owl-nav .owl-prev::before {
  content: "\ea64";
}
.dark .view-modal .modal-dialog .modal-content .view-image-slider .owl-nav .owl-next {
  right: -18px;
}
@media (max-width: 991px) {
  .dark .view-modal .modal-dialog .modal-content .view-image-slider .owl-nav .owl-next {
    right: 0;
  }
}
.dark .view-modal .modal-dialog .modal-content .view-image-slider .owl-nav .owl-next::before {
  content: "\ea6e";
}
.dark .view-modal .modal-dialog .modal-content .modal-body {
  padding: calc(18px + 11 * (100vw - 320px) / 1600);
  border: none;
}
.dark .view-modal .modal-dialog .modal-content .modal-body .slider-image {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  background-color: #f9f9f9;
  cursor: pointer;
}
.dark .view-modal .modal-dialog .modal-content .modal-body .slider-image img {
  width: 100%;
}
.dark .view-modal .modal-dialog .modal-content .modal-body .right-sidebar-modal .selection-section h4,
.dark .view-modal .modal-dialog .modal-content .modal-body .right-sidebar-modal .selection-section .h4 {
  font-size: 16px;
}
.dark .view-modal .modal-dialog .modal-content .modal-body .right-sidebar-modal .title-name {
  font-weight: 600;
  line-height: 1.3;
  text-transform: uppercase;
  margin-bottom: calc(3px + 4 * (100vw - 320px) / 1600);
  font-size: calc(17px + 8 * (100vw - 320px) / 1600);
  width: 96%;
}
.dark .view-modal .modal-dialog .modal-content .modal-body .right-sidebar-modal .price {
  color: var(--theme-color);
  font-weight: 600;
  font-size: calc(19px + 3 * (100vw - 320px) / 1600);
}
.dark .view-modal .modal-dialog .modal-content .modal-body .right-sidebar-modal .price del {
  color: #dddddd;
  font-weight: 400;
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
  margin: 0 calc(0px + 2 * (100vw - 320px) / 1600);
}
.dark .view-modal .modal-dialog .modal-content .modal-body .right-sidebar-modal .price .modal-label {
  font-weight: 500;
  margin-left: 12px;
  padding: 5px calc(14px + 2 * (100vw - 320px) / 1600);
  background-color: rgba(255, 79, 79, 0.1);
  border-radius: 5px;
  color: #ff4f4f;
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
}
body.rtl .dark .view-modal .modal-dialog .modal-content .modal-body .right-sidebar-modal .price .modal-label {
  margin-left: unset;
  margin-right: 12px;
}
.dark .view-modal .modal-dialog .modal-content .modal-body .right-sidebar-modal .brand-list {
  display: flex;
  flex-wrap: wrap;
  gap: calc(9px + 3 * (100vw - 320px) / 1600);
  align-items: center;
  margin-top: calc(13px + 6 * (100vw - 320px) / 1600);
  border-bottom: 1px dashed rgba(119, 119, 119, 0.44);
  padding-bottom: 14px;
}
body.rtl .dark .view-modal .modal-dialog .modal-content .modal-body .right-sidebar-modal .brand-list {
  padding-right: 0;
}
.dark .view-modal .modal-dialog .modal-content .modal-body .right-sidebar-modal .brand-list li {
  width: 100%;
}
.dark .view-modal .modal-dialog .modal-content .modal-body .right-sidebar-modal .brand-list li .brand-box {
  display: flex;
  align-items: center;
}
.dark .view-modal .modal-dialog .modal-content .modal-body .right-sidebar-modal .brand-list li .brand-box h5,
.dark .view-modal .modal-dialog .modal-content .modal-body .right-sidebar-modal .brand-list li .brand-box .h5 {
  width: 110px;
  font-size: 14px;
  color: #dddddd;
}
.dark .view-modal .modal-dialog .modal-content .modal-body .right-sidebar-modal .select-size {
  display: flex;
  flex-wrap: nowrap;
  gap: 15px;
  margin-top: 10px;
  align-items: center;
  margin-top: calc(16px + 5 * (100vw - 320px) / 1600);
}
.dark .view-modal .modal-dialog .modal-content .modal-body .right-sidebar-modal .select-size h4,
.dark .view-modal .modal-dialog .modal-content .modal-body .right-sidebar-modal .select-size .h4 {
  font-size: calc(14px + 1 * (100vw - 320px) / 1600);
  white-space: nowrap;
}
.dark .view-modal .modal-dialog .modal-content .modal-body .right-sidebar-modal .select-size .select-form-size {
  width: auto;
}
.dark .view-modal .modal-dialog .modal-content .modal-body .right-sidebar-modal .product-rating {
  border-bottom: 1px dashed rgba(119, 119, 119, 0.44);
  padding-bottom: 14px;
  margin-top: 14px;
}
.dark .view-modal .modal-dialog .modal-content .modal-body .right-sidebar-modal .product-rating i {
  color: #ffb321;
}
.dark .view-modal .modal-dialog .modal-content .modal-body .right-sidebar-modal .product-detail {
  margin-top: 12px;
}
.dark .view-modal .modal-dialog .modal-content .modal-body .right-sidebar-modal .product-detail h4,
.dark .view-modal .modal-dialog .modal-content .modal-body .right-sidebar-modal .product-detail .h4 {
  font-weight: 600;
  margin-bottom: 7px;
}
.dark .view-modal .modal-dialog .modal-content .modal-body .right-sidebar-modal .product-detail p {
  font-size: calc(14px + 1 * (100vw - 320px) / 1600);
  line-height: 1.4;
  margin: 0;
  color: #dddddd;
  display: -webkit-box;
}
.dark .view-modal .modal-dialog .modal-content .modal-body .right-sidebar-modal .modal-qty {
  width: 150px;
}
.dark .view-modal .modal-dialog .modal-content .modal-body .right-sidebar-modal .modal-qty .input-group {
  background-color: #f8f8f8;
  border-radius: 7px;
  padding: 5px 4px;
  text-align: center;
  z-index: 0;
  border: 1px solid #eee;
}
.dark .view-modal .modal-dialog .modal-content .modal-body .right-sidebar-modal .modal-qty .input-group .form-control {
  height: auto;
  background-color: transparent;
  border: none;
  padding: 0;
  text-align: center;
  font-size: 14px;
  color: #dddddd;
}
.dark .view-modal .modal-dialog .modal-content .modal-body .right-sidebar-modal .modal-qty .input-group button {
  transition: all 0.3s ease-in-out;
  width: calc(26px + 9 * (100vw - 320px) / 1600);
  height: calc(26px + 9 * (100vw - 320px) / 1600);
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  padding: 0 !important;
  background-color: #2a2d2d;
  z-index: 0;
  border-radius: 4px !important;
}
.dark .view-modal .modal-dialog .modal-content .modal-body .right-sidebar-modal .select-wight {
  display: flex;
  align-items: center;
  margin-top: 17px;
}
.dark .view-modal .modal-dialog .modal-content .modal-body .right-sidebar-modal .select-wight .select-form-wight {
  width: auto;
}
@media (max-width: 480px) {
  .dark .view-modal .modal-dialog .modal-content .modal-body .right-sidebar-modal .select-wight .select-form-wight {
    width: 100%;
  }
}
.dark .view-modal .modal-dialog .modal-content .modal-body .right-sidebar-modal .select-wight .stoke-box {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 100%;
  flex-wrap: wrap;
  gap: 6px;
}
@media (max-width: 575px) {
  .dark .view-modal .modal-dialog .modal-content .modal-body .right-sidebar-modal .select-wight .stoke-box {
    justify-content: flex-start;
  }
}
.dark .view-modal .modal-dialog .modal-content .modal-body .right-sidebar-modal .select-wight .stoke-box .feather,
.dark .view-modal .modal-dialog .modal-content .modal-body .right-sidebar-modal .select-wight .stoke-box i {
  width: 19px;
  height: auto;
  color: #61b33e;
  font-size: 19px;
}
.dark .view-modal .modal-dialog .modal-content .modal-body .right-sidebar-modal .select-wight .stoke-box h6,
.dark .view-modal .modal-dialog .modal-content .modal-body .right-sidebar-modal .select-wight .stoke-box .h6 {
  font-size: 16px;
  letter-spacing: 0.9px;
  color: #dddddd;
}
.dark .view-modal .modal-dialog .modal-content .modal-body .right-sidebar-modal .select-wight .select-form-wight:focus {
  border-color: rgba(119, 119, 119, 0.44);
  box-shadow: none;
}
.dark .view-modal .modal-dialog .modal-content .modal-body .right-sidebar-modal .modal-button {
  display: flex;
  align-items: center;
  margin-top: 20px;
}
.dark .view-modal .modal-dialog .modal-content .modal-body .right-sidebar-modal .modal-button .add-cart-button {
  background-color: #2a2d2d;
  border: 1px solid var(--theme-color);
  color: var(--theme-color);
  font-weight: 600;
}
.dark .view-modal .modal-dialog .modal-content .modal-body .right-sidebar-modal .modal-button .view-button {
  margin-left: 15px;
}
body.rtl .dark .view-modal .modal-dialog .modal-content .modal-body .right-sidebar-modal .modal-button .view-button {
  margin-left: unset;
  margin-right: 15px;
}
.dark .view-modal .modal-dialog .modal-content .modal-body .right-sidebar-modal .form-check {
  margin: 0;
  padding: 0;
  min-height: auto;
  display: flex;
  align-items: center;
  gap: 8px;
}
.dark .view-modal .modal-dialog .modal-content .modal-body .right-sidebar-modal .form-check:hover .form-check-input {
  border-color: rgba(154, 154, 154, 0.65);
}
.dark .view-modal .modal-dialog .modal-content .modal-body .right-sidebar-modal .form-check:hover .form-check-label {
  color: #ffffff;
}
.dark .view-modal .modal-dialog .modal-content .modal-body .right-sidebar-modal .form-check + .form-check {
  margin-left: 15px;
}
body.rtl .dark .view-modal .modal-dialog .modal-content .modal-body .right-sidebar-modal .form-check + .form-check {
  margin-left: unset;
  margin-right: 15px;
}
.dark .view-modal .modal-dialog .modal-content .modal-body .right-sidebar-modal .form-check .form-check-input {
  cursor: pointer;
  float: unset;
  margin: 0;
  width: 16px;
  height: 16px;
  background-color: #f8f8f8;
  border: 1px solid rgba(154, 154, 154, 0.4);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.dark .view-modal .modal-dialog .modal-content .modal-body .right-sidebar-modal .form-check .form-check-input::after {
  content: "";
  position: relative;
  width: 12px;
  height: 12px;
  background-color: var(--theme-color);
  border-radius: 100%;
  transition: 0.3s ease-in-out;
  transform: scale(0);
}
.dark .view-modal .modal-dialog .modal-content .modal-body .right-sidebar-modal .form-check .form-check-input:focus {
  box-shadow: unset;
}
.dark .view-modal .modal-dialog .modal-content .modal-body .right-sidebar-modal .form-check .form-check-input:active {
  filter: unset;
}
.dark .view-modal .modal-dialog .modal-content .modal-body .right-sidebar-modal .form-check .form-check-input:checked {
  background-color: #2a2d2d;
  border-color: var(--theme-color);
}
.dark .view-modal .modal-dialog .modal-content .modal-body .right-sidebar-modal .form-check .form-check-input:checked::after {
  transform: scale(1);
}
.dark .view-modal .modal-dialog .modal-content .modal-body .right-sidebar-modal .form-check .form-check-input:checked ~ .form-check-label {
  color: #ffffff;
}
.dark .view-modal .modal-dialog .modal-content .modal-body .right-sidebar-modal .form-check .form-check-label {
  line-height: 1;
  font-size: 16px;
  font-weight: 600;
  margin-top: 1px;
  color: #dddddd;
  cursor: pointer;
}
.dark .view-modal .modal-dialog .modal-content .modal-body .right-sidebar-modal .product-info .product-info-list {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  align-items: flex-start;
  text-align: left;
  background-color: #f9f9f9;
  padding: 15px;
  border-radius: 12px;
  width: 80%;
  max-width: 390px;
}
body.rtl .dark .view-modal .modal-dialog .modal-content .modal-body .right-sidebar-modal .product-info .product-info-list {
  text-align: right;
}
@media (max-width: 575px) {
  .dark .view-modal .modal-dialog .modal-content .modal-body .right-sidebar-modal .product-info .product-info-list {
    width: 100%;
    max-width: 100%;
  }
}
.dark .view-modal .modal-dialog .modal-content .modal-body .right-sidebar-modal .product-info .product-info-list li {
  padding-left: 13px;
  width: 100%;
  font-size: calc(14px + 1 * (100vw - 320px) / 1600);
  position: relative;
  color: #777;
}
body.rtl .dark .view-modal .modal-dialog .modal-content .modal-body .right-sidebar-modal .product-info .product-info-list li {
  padding-left: unset;
  padding-right: 13px;
}
.dark .view-modal .modal-dialog .modal-content .modal-body .right-sidebar-modal .product-info .product-info-list li::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 5px;
  height: 5px;
  left: 0;
  background-color: #dddddd;
  border-radius: 100%;
}
body.rtl .dark .view-modal .modal-dialog .modal-content .modal-body .right-sidebar-modal .product-info .product-info-list li::after {
  left: unset;
  right: 0;
}
.dark .location-modal .modal-dialog .modal-content .modal-header {
  display: block;
  padding: calc(13px + 17 * (100vw - 320px) / 1600);
  padding-bottom: 0;
}
.dark .location-modal .modal-dialog .modal-content .modal-header p {
  margin-bottom: 0;
  line-height: 1.6;
}
.dark .location-modal .modal-dialog .modal-content .modal-body {
  padding: calc(13px + 17 * (100vw - 320px) / 1600) calc(13px + 17 * (100vw - 320px) / 1600);
}
.dark .location-modal .modal-dialog .modal-content .modal-body .location-list .search-input {
  position: relative;
}
.dark .location-modal .modal-dialog .modal-content .modal-body .location-list .search-input .form-control {
  padding-left: 45px;
}
body.rtl .dark .location-modal .modal-dialog .modal-content .modal-body .location-list .search-input .form-control {
  padding-left: unset;
  padding-right: 45px;
}
.dark .location-modal .modal-dialog .modal-content .modal-body .location-list .search-input i {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  display: flex;
  align-items: center;
  padding: 0 15px;
  font-size: 17px;
  color: #dddddd;
}
body.rtl .dark .location-modal .modal-dialog .modal-content .modal-body .location-list .search-input i {
  left: unset;
  right: 0;
}
.dark .location-modal .modal-dialog .modal-content .modal-body .location-list .disabled-box {
  display: flex;
  align-items: center;
  padding: calc(10px + 5 * (100vw - 320px) / 1600) calc(7px + 7 * (100vw - 320px) / 1600);
  border-bottom: 1px solid rgba(119, 119, 119, 0.44);
  margin-top: calc(12px + 8 * (100vw - 320px) / 1600);
}
.dark .location-modal .modal-dialog .modal-content .modal-body .location-list .disabled-box h6,
.dark .location-modal .modal-dialog .modal-content .modal-body .location-list .disabled-box .h6 {
  color: #dddddd;
  transition: all 0.3s ease-in-out;
}
.dark .location-modal .modal-dialog .modal-content .modal-body .location-list .disabled-box span {
  margin-left: auto;
  margin-right: 5px;
  transition: all 0.3s ease-in-out;
  font-size: 10px;
  font-weight: 500;
  color: #9b9bb4;
  padding: 3px 10px;
  border-radius: 30px;
}
body.rtl .dark .location-modal .modal-dialog .modal-content .modal-body .location-list .disabled-box span {
  margin-right: auto;
  margin-left: unset;
}
.dark .location-modal .modal-dialog .modal-content .modal-body .location-list .location-select li {
  display: block;
}
.dark .location-modal .modal-dialog .modal-content .modal-body .location-list .location-select li a {
  display: flex;
  align-items: center;
  padding: calc(10px + 0 * (100vw - 320px) / 1600) calc(7px + 7 * (100vw - 320px) / 1600);
  position: relative;
  transition: all 0.3s ease-in-out;
  z-index: 0;
}
.dark .location-modal .modal-dialog .modal-content .modal-body .location-list .location-select li a::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: var(--theme-color);
  opacity: 0;
  transition: all 0.3s ease-in-out;
  z-index: -1;
}
.dark .location-modal .modal-dialog .modal-content .modal-body .location-list .location-select li a:hover::after {
  opacity: 0.2;
}
.dark .location-modal .modal-dialog .modal-content .modal-body .location-list .location-select li a:hover h6,
.dark .location-modal .modal-dialog .modal-content .modal-body .location-list .location-select li a:hover .h6 {
  color: var(--theme-color);
}
.dark .location-modal .modal-dialog .modal-content .modal-body .location-list .location-select li a:hover span {
  border-color: transparent;
  background-color: var(--theme-color);
  color: #2a2d2d;
}
.dark .location-modal .modal-dialog .modal-content .modal-body .location-list .location-select li a h6,
.dark .location-modal .modal-dialog .modal-content .modal-body .location-list .location-select li a .h6 {
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.dark .location-modal .modal-dialog .modal-content .modal-body .location-list .location-select li a span {
  margin-left: auto;
  transition: all 0.3s ease-in-out;
  font-size: 10px;
  font-weight: 500;
  border: 1px solid #e2e2ec;
  color: #9b9bb4;
  padding: 3px 10px;
  border-radius: 30px;
}
body.rtl .dark .location-modal .modal-dialog .modal-content .modal-body .location-list .location-select li a span {
  margin-right: auto;
  margin-left: unset;
}
.dark .deal-modal .modal-dialog .modal-content .modal-header {
  padding: calc(13px + 17 * (100vw - 320px) / 1600);
  padding-bottom: 0;
}
.dark .deal-modal .modal-dialog .modal-content .modal-header p {
  margin-bottom: 0;
  margin-top: 4px;
  line-height: 1.6;
}
.dark .deal-modal .modal-dialog .modal-content .modal-body {
  padding: calc(13px + 17 * (100vw - 320px) / 1600) calc(13px + 17 * (100vw - 320px) / 1600);
  border: unset;
}
.dark .deal-modal .modal-dialog .modal-content .modal-body .deal-offer-box {
  height: 334px;
  overflow: auto;
}
.dark .deal-modal .modal-dialog .modal-content .modal-body .deal-offer-box::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: rgba(85, 85, 85, 0.14);
}
.dark .deal-modal .modal-dialog .modal-content .modal-body .deal-offer-box::-webkit-scrollbar {
  width: 4px;
  background-color: #f5f5f5;
  border-radius: 50px;
}
.dark .deal-modal .modal-dialog .modal-content .modal-body .deal-offer-box::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: rgba(85, 85, 85, 0.5);
}
@media (max-width: 575px) {
  .dark .deal-modal .modal-dialog .modal-content .modal-body .deal-offer-box {
    height: auto;
  }
}
.dark .deal-modal .modal-dialog .modal-content .modal-body .deal-offer-box .deal-offer-list {
  display: flex;
  flex-wrap: wrap;
  gap: calc(6px + 10 * (100vw - 320px) / 1600);
}
body.rtl .dark .deal-modal .modal-dialog .modal-content .modal-body .deal-offer-box .deal-offer-list {
  padding-right: 0;
}
.dark .deal-modal .modal-dialog .modal-content .modal-body .deal-offer-box .deal-offer-list li {
  width: 100%;
}
.dark .deal-modal .modal-dialog .modal-content .modal-body .deal-offer-box .deal-offer-list li:nth-child(3n+1) .deal-offer-contain::before {
  background-color: var(--theme-color);
}
.dark .deal-modal .modal-dialog .modal-content .modal-body .deal-offer-box .deal-offer-list li:nth-child(3n+2) .deal-offer-contain::before {
  background-color: #ff4f4f;
}
.dark .deal-modal .modal-dialog .modal-content .modal-body .deal-offer-box .deal-offer-list li:nth-child(3n+3) .deal-offer-contain::before {
  background-color: #ffa53b;
}
.dark .deal-modal .modal-dialog .modal-content .modal-body .deal-offer-box .deal-offer-list li .deal-offer-contain {
  display: flex;
  flex-wrap: nowrap;
  gap: 13px;
  position: relative;
  z-index: 0;
  padding: 10px;
  align-items: center;
  border-radius: 12px;
  overflow: hidden;
}
.dark .deal-modal .modal-dialog .modal-content .modal-body .deal-offer-box .deal-offer-list li .deal-offer-contain::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0.15;
}
.dark .deal-modal .modal-dialog .modal-content .modal-body .deal-offer-box .deal-offer-list li .deal-offer-contain .deal-image img {
  width: calc(69px + 11 * (100vw - 320px) / 1600);
  height: calc(69px + 11 * (100vw - 320px) / 1600);
  object-fit: contain;
}
.dark .deal-modal .modal-dialog .modal-content .modal-body .deal-offer-box .deal-offer-list li .deal-offer-contain .deal-contain {
  display: block;
  color: #ffffff;
}
.dark .deal-modal .modal-dialog .modal-content .modal-body .deal-offer-box .deal-offer-list li .deal-offer-contain .deal-contain a {
  color: #ffffff;
}
.dark .deal-modal .modal-dialog .modal-content .modal-body .deal-offer-box .deal-offer-list li .deal-offer-contain .deal-contain a:hover {
  color: #ffffff;
}
.dark .deal-modal .modal-dialog .modal-content .modal-body .deal-offer-box .deal-offer-list li .deal-offer-contain .deal-contain a h5,
.dark .deal-modal .modal-dialog .modal-content .modal-body .deal-offer-box .deal-offer-list li .deal-offer-contain .deal-contain a .h5 {
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  margin-bottom: 5px;
  font-weight: 500;
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
}
.dark .deal-modal .modal-dialog .modal-content .modal-body .deal-offer-box .deal-offer-list li .deal-offer-contain .deal-contain h5,
.dark .deal-modal .modal-dialog .modal-content .modal-body .deal-offer-box .deal-offer-list li .deal-offer-contain .deal-contain .h5 {
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 6px;
}
.dark .deal-modal .modal-dialog .modal-content .modal-body .deal-offer-box .deal-offer-list li .deal-offer-contain .deal-contain h6,
.dark .deal-modal .modal-dialog .modal-content .modal-body .deal-offer-box .deal-offer-list li .deal-offer-contain .deal-contain .h6 {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  align-items: flex-end;
  font-size: 15px;
  font-weight: 400;
  margin-top: 6px;
}
.dark .deal-modal .modal-dialog .modal-content .modal-body .deal-offer-box .deal-offer-list li .deal-offer-contain .deal-contain h6 del,
.dark .deal-modal .modal-dialog .modal-content .modal-body .deal-offer-box .deal-offer-list li .deal-offer-contain .deal-contain .h6 del {
  color: #ff4f4f;
  font-weight: 400;
  font-size: 13px;
}
.dark .deal-modal .modal-dialog .modal-content .modal-body .deal-offer-box .deal-offer-list li .deal-offer-contain .deal-contain h6 span,
.dark .deal-modal .modal-dialog .modal-content .modal-body .deal-offer-box .deal-offer-list li .deal-offer-contain .deal-contain .h6 span {
  color: #dddddd;
  font-size: 13px;
  font-weight: 400;
}
.dark .remove-profile .modal-dialog .modal-content .modal-header {
  justify-content: center;
  padding-bottom: 0;
}
.dark .remove-profile .modal-dialog .modal-content .modal-body .remove-box p {
  text-align: center;
  line-height: 1.6;
  margin: 0;
  color: #dddddd;
}
.dark .pickup-offcanvas {
  border: none;
}
.dark .pickup-offcanvas .offcanvas-header {
  border-bottom: 1px solid rgba(119, 119, 119, 0.44);
  align-items: flex-start;
}
.dark .pickup-offcanvas .offcanvas-header .offcanvas-title {
  font-weight: 600;
}
.dark .pickup-offcanvas .offcanvas-header .offcanvas-title span {
  display: block;
  color: #dddddd;
  font-size: 14px;
  font-weight: 400;
  margin-top: 4px;
}
.dark .pickup-offcanvas .offcanvas-body .check-box {
  margin-top: 10px;
}
.dark .pickup-offcanvas .offcanvas-body .check-box h6,
.dark .pickup-offcanvas .offcanvas-body .check-box .h6 {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  font-size: 15px;
  color: #dddddd;
}
.dark .pickup-offcanvas .offcanvas-body .check-box h6 i,
.dark .pickup-offcanvas .offcanvas-body .check-box .h6 i {
  font-size: 20px;
}
.dark .pickup-offcanvas .offcanvas-body .address-box {
  margin-top: 18px;
}
body.rtl .dark .pickup-offcanvas .offcanvas-body .address-box ul {
  padding-right: 0;
}
.dark .pickup-offcanvas .offcanvas-body .address-box ul li {
  display: block;
  font-size: 13px;
  color: #dddddd;
}
.dark .categories-canvas {
  width: 320px;
}
.dark .categories-canvas .offcanvas-header {
  padding: 20px 24px;
  border-bottom: 1px solid rgba(119, 119, 119, 0.44);
  box-shadow: 0 2px 10px -3px rgba(255, 255, 255, 0.1);
}
.dark .categories-canvas .offcanvas-header .offcanvas-title {
  color: var(--theme-color);
  font-weight: 600;
}
.dark .categories-canvas .offcanvas-header .close-button {
  padding: 0;
  margin: -10px 0;
  font-size: 16px;
  background-image: none;
}
.dark .categories-canvas .offcanvas-body {
  padding: 20px 24px;
  margin-top: 13px;
}
.dark .categories-canvas .offcanvas-body .categories-list ul {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
}
body.rtl .dark .categories-canvas .offcanvas-body .categories-list ul {
  padding-left: unset;
  padding-right: 0;
}
.dark .categories-canvas .offcanvas-body .categories-list ul li {
  display: block;
  width: 100%;
}
.dark .categories-canvas .offcanvas-body .categories-list ul li a {
  display: flex;
  align-items: center;
  color: #dddddd;
}
.dark .categories-canvas .offcanvas-body .categories-list ul li a:hover h6,
.dark .categories-canvas .offcanvas-body .categories-list ul li a:hover .h6 {
  letter-spacing: 0.3px;
}
.dark .categories-canvas .offcanvas-body .categories-list ul li a:hover h6::before,
.dark .categories-canvas .offcanvas-body .categories-list ul li a:hover .h6::before {
  width: 65px;
}
.dark .categories-canvas .offcanvas-body .categories-list ul li a h6,
.dark .categories-canvas .offcanvas-body .categories-list ul li a .h6 {
  font-size: 17px;
  font-weight: 500;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.dark .categories-canvas .offcanvas-body .categories-list ul li a h6:before,
.dark .categories-canvas .offcanvas-body .categories-list ul li a .h6:before {
  content: "";
  position: absolute;
  width: 0;
  height: 3px;
  bottom: 0;
  left: 0;
  background-color: var(--theme-color);
  opacity: 0.5;
  transition: all 0.3s ease-in-out;
}
.dark .categories-canvas .offcanvas-body .categories-list ul li a i {
  margin-left: auto;
}
body.rtl .dark .categories-canvas .offcanvas-body .categories-list ul li a i {
  margin-left: unset;
  margin-right: auto;
}
.dark .phone-field {
  position: relative;
}
.dark .phone-field .form-control {
  padding-left: 134px !important;
}
body.rtl .dark .phone-field .form-control {
  padding-left: unset !important;
  padding-right: 134px !important;
}
.dark .phone-field .custom-select.intl-tel-input .select2-container .select2-selection {
  border-radius: 4px 0 0 4px;
  border-left: none !important;
  background-color: #f8f9fa !important;
}
body.rtl .dark .phone-field .custom-select.intl-tel-input .select2-container .select2-selection {
  border-radius: 0 4px 4px 0;
  border-left: 1px solid #ced4da !important;
  border-right: unset !important;
}
.dark .phone-field .custom-select.intl-tel-input .select2-container .select2-selection .country {
  background-color: #f8f9fa !important;
}
.dark .product-review-form .product-wrapper {
  display: flex;
  align-items: center;
  padding: 17px 23px;
  gap: 14px;
  margin-bottom: 22px;
  border-radius: 8px;
  background-color: #f8f8f8;
}
.dark .product-review-form .product-wrapper .product-image {
  width: 80px;
  border-radius: 5px;
  overflow: hidden;
  background-color: #2a2d2d;
}
.dark .product-review-form .product-wrapper .product-content .name {
  font-size: calc(15px + 1 * (100vw - 320px) / 1600);
  font-weight: 600;
  margin-bottom: 4px;
}
.dark .product-review-form .product-wrapper .product-content .product-review-rating {
  display: flex;
  align-items: center;
  gap: 6px;
}
.dark .product-review-form .product-wrapper .product-content .product-review-rating label {
  color: #dddddd;
  font-weight: 400;
}
.dark .product-review-form .product-wrapper .product-content .product-review-rating .price-number {
  line-height: 1;
  color: rgba(221, 221, 221, 0.6);
  display: flex;
  align-items: center;
  gap: 3px;
  margin: 5px 0 0;
}
.dark .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;
}
.dark .product-review-form .product-wrapper .product-content .product-review-rating .rating-number i {
  margin-top: -1px;
}
.dark .product-review-form .product-wrapper .product-content .product-review-rating .product-rating .rating li {
  line-height: 1;
}
.dark .product-review-form .review-box + .review-box {
  margin-top: 21px;
}
.dark .product-review-form .review-box .product-review-rating {
  display: flex;
  align-items: center;
  gap: 9px;
}
.dark .product-review-form .review-box .product-review-rating .product-rating .rating li {
  line-height: 1;
}
.dark .product-review-form .review-box .product-review-rating .product-rating .rating li i {
  font-size: 16px;
}
.dark .address-form .form-control {
  padding: 10px 10px 11px 10px;
}
.dark .address-form .custom-select.intl-tel-input {
  left: 13px;
  top: 29px;
}
body.rtl .dark .address-form .custom-select.intl-tel-input {
  right: 13px;
  left: unset;
}
.dark .address-form .custom-select .select2-container .select2-selection {
  border-color: #ced4da !important;
  background: transparent !important;
}
.dark .address-form .custom-select .select2-container--default .select2-selection--single {
  width: 100% !important;
}
.dark .address-form .modal-footer > * {
  margin: 0;
}
.dark .newsletter-modal .modal-box,
.dark .exit-modal .modal-box {
  display: flex;
}
@media (max-width: 991px) {
  .dark .newsletter-modal .modal-box,
  .dark .exit-modal .modal-box {
    display: block;
  }
}
.dark .newsletter-modal .modal-box .modal-image,
.dark .exit-modal .modal-box .modal-image {
  height: 100%;
  width: 400px;
}
@media (max-width: 991px) {
  .dark .newsletter-modal .modal-box .modal-image,
  .dark .exit-modal .modal-box .modal-image {
    height: 340px;
    width: 100%;
  }
  .dark .newsletter-modal .modal-box .modal-image img,
  .dark .exit-modal .modal-box .modal-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
.dark .newsletter-modal .modal-box .modal-content,
.dark .exit-modal .modal-box .modal-content {
  border-radius: 0;
  background-color: #f8f8f8;
  width: calc(100% - 400px);
  padding: 30px;
  display: flex;
  flex-direction: unset;
  align-items: center;
}
@media (max-width: 991px) {
  .dark .newsletter-modal .modal-box .modal-content,
  .dark .exit-modal .modal-box .modal-content {
    width: 100%;
  }
}
.dark .newsletter-modal .modal-box .modal-content .modal-logo,
.dark .exit-modal .modal-box .modal-content .modal-logo {
  width: 100px;
  margin-bottom: 23px;
}
.dark .newsletter-modal .modal-box .modal-content h2,
.dark .newsletter-modal .modal-box .modal-content .h2,
.dark .exit-modal .modal-box .modal-content h2,
.dark .exit-modal .modal-box .modal-content .h2 {
  font-size: 38px;
  font-weight: bolder;
  text-transform: uppercase;
  color: var(--theme-color);
  margin-bottom: 21px;
}
.dark .newsletter-modal .modal-box .modal-content h2 span,
.dark .newsletter-modal .modal-box .modal-content .h2 span,
.dark .exit-modal .modal-box .modal-content h2 span,
.dark .exit-modal .modal-box .modal-content .h2 span {
  color: #ffffff;
}
.dark .newsletter-modal .modal-box .modal-content h5,
.dark .newsletter-modal .modal-box .modal-content .h5,
.dark .exit-modal .modal-box .modal-content h5,
.dark .exit-modal .modal-box .modal-content .h5 {
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 4px;
}
.dark .newsletter-modal .modal-box .modal-content p,
.dark .exit-modal .modal-box .modal-content p {
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 0;
}
.dark .newsletter-modal .modal-box .modal-content .modal-form-box,
.dark .exit-modal .modal-box .modal-content .modal-form-box {
  margin-top: 36px;
}
.dark .newsletter-modal .modal-box .modal-content .modal-form-box .form-control,
.dark .exit-modal .modal-box .modal-content .modal-form-box .form-control {
  color: #ffffff;
  font-size: 14px;
  padding: 12px;
  border: unset;
  background-color: #2a2d2d;
  box-shadow: 0px 0px 12px 0px rgba(255, 255, 255, 0.05);
  border-radius: 0;
}
.dark .newsletter-modal .modal-box .modal-content .modal-form-box .form-control::placeholder,
.dark .exit-modal .modal-box .modal-content .modal-form-box .form-control::placeholder {
  font-size: 14px;
  color: #909090;
}
.dark .newsletter-modal .modal-box .modal-content .modal-form-box .input-group-text,
.dark .exit-modal .modal-box .modal-content .modal-form-box .input-group-text {
  padding: 12px 24px;
  background-color: var(--theme-color);
  color: #fff;
  font-size: 14px;
  border: unset;
  border-radius: 0;
}
.dark .newsletter-modal.show .modal-box .modal-image,
.dark .exit-modal.show .modal-box .modal-image {
  margin-right: 0;
}
.dark .pay-modal .modal-body .payment-option .form-check {
  margin: 0;
  min-height: unset;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 13px 20px;
  border-radius: 8px;
  position: relative;
  background-color: #f9f9f6;
}
.dark .pay-modal .modal-body .payment-option .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;
  position: relative;
  border: unset;
}
.dark .pay-modal .modal-body .payment-option .form-check .form-check-input::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 16px;
  height: 16px;
  background-color: #2a2d2d;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  border: 1px solid #ececec;
}
.dark .pay-modal .modal-body .payment-option .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%;
}
.dark .pay-modal .modal-body .payment-option .form-check .form-check-input:checked {
  background-color: transparent;
  border-color: transparent;
}
.dark .pay-modal .modal-body .payment-option .form-check .form-check-input:checked::before {
  border-color: var(--theme-color);
}
.dark .pay-modal .modal-body .payment-option .form-check .form-check-input:checked::after {
  transform: translate(-50%, -50%) scale(1);
}
.dark .pay-modal .modal-body .payment-option .form-check .form-check-input:focus {
  box-shadow: unset;
}
.dark .pay-modal .modal-body .payment-option .form-check .form-check-label {
  cursor: pointer;
  font-size: calc(15px + 2 * (100vw - 320px) / 1600);
  font-weight: 500;
  margin-bottom: 0;
  width: calc(100% - (15px + 2 * (100vw - 320px) / 1600) - 12px);
}
.dark .variation-modal .modal-content .modal-header {
  padding: 0 !important;
  border: unset;
  background-color: transparent;
}
.dark .variation-modal .modal-content .modal-body {
  padding-top: 16px !important;
  border: unset !important;
}
@media (max-width: 767px) {
  .dark .variation-modal .modal-content .modal-body .right-box-contain {
    text-align: center;
  }
}
.dark .variation-modal .modal-content .modal-body .right-box-contain .offer-top {
  font-weight: 500;
  padding: 5px calc(12px + 4 * (100vw - 320px) / 1600);
  background-color: rgba(255, 79, 79, 0.1);
  border-radius: 5px;
  color: #ff4f4f;
  display: inline-block;
  margin-bottom: 0;
  margin-left: 12px;
}
body.rtl .dark .variation-modal .modal-content .modal-body .right-box-contain .offer-top {
  margin-left: unset;
  margin-right: 12px;
}
.dark .variation-modal .modal-content .modal-body .right-box-contain .name {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: calc(10px + 5 * (100vw - 320px) / 1600);
}
.dark .variation-modal .modal-content .modal-body .right-box-contain .price-rating {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1460px) {
  .dark .variation-modal .modal-content .modal-body .right-box-contain .price-rating-2 {
    display: block;
  }
}
@media (max-width: 1460px) {
  .dark .variation-modal .modal-content .modal-body .right-box-contain .price-rating-2 .custom-rate {
    margin-top: 5px;
  }
}
@media (max-width: 767px) {
  .dark .variation-modal .modal-content .modal-body .right-box-contain .price-rating {
    display: block;
  }
}
@media (max-width: 1460px) {
  .dark .variation-modal .modal-content .modal-body .right-box-contain .price-rating-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
@media (max-width: 480px) {
  .dark .variation-modal .modal-content .modal-body .right-box-contain .price-rating-box {
    display: block;
  }
}
@media (max-width: 1460px) {
  .dark .variation-modal .modal-content .modal-body .right-box-contain .price-rating-box .custom-rate {
    margin-top: 0 !important;
  }
}
@media (max-width: 480px) {
  .dark .variation-modal .modal-content .modal-body .right-box-contain .price-rating-box .custom-rate {
    margin-top: 10px !important;
  }
}
@media (max-width: 767px) {
  .dark .variation-modal .modal-content .modal-body .right-box-contain .price-rating .custom-rate {
    margin-top: 10px;
    justify-content: center;
  }
}
.dark .variation-modal .modal-content .modal-body .right-box-contain .price-rating .price {
  font-weight: 600;
  font-size: calc(19px + 3 * (100vw - 320px) / 1600);
}
.dark .variation-modal .modal-content .modal-body .right-box-contain .price-rating .price del {
  font-weight: 400;
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
  margin: 0 calc(0px + 2 * (100vw - 320px) / 1600);
}
.dark .variation-modal .modal-content .modal-body .right-box-contain .price-rating .price span {
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
  font-weight: 500;
}
.dark .variation-modal .modal-content .modal-body .right-box-contain .price-rating .custom-rate ul li .feather {
  width: 16px;
  height: 16px;
}
.dark .variation-modal .modal-content .modal-body .right-box-contain .price-rating .custom-rate .review {
  font-size: 13px;
  margin-left: 8px;
  color: #ffffff;
}
body.rtl .dark .variation-modal .modal-content .modal-body .right-box-contain .price-rating .custom-rate .review {
  margin-left: unset;
  margin-right: 12px;
}
.dark .variation-modal .modal-content .modal-body .right-box-contain .product-contain {
  border-bottom: 1px solid rgba(119, 119, 119, 0.44);
  padding-bottom: 16px;
}
.dark .variation-modal .modal-content .modal-body .right-box-contain .product-contain p {
  color: #dddddd;
  line-height: 1.7;
  margin: calc(14px + 2 * (100vw - 320px) / 1600) 0 0;
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
  width: 100%;
}
@media (max-width: 767px) {
  .dark .variation-modal .modal-content .modal-body .right-box-contain .product-contain p {
    width: 100%;
  }
}
.dark .variation-modal .modal-content .modal-body .right-box-contain .product-package .select-package {
  display: flex;
  flex-wrap: wrap;
  gap: calc(5px + 8 * (100vw - 320px) / 1600);
}
@media (max-width: 767px) {
  .dark .variation-modal .modal-content .modal-body .right-box-contain .product-package .select-package {
    justify-content: center;
  }
}
body.rtl .dark .variation-modal .modal-content .modal-body .right-box-contain .product-package .select-package {
  padding-right: 0;
}
.dark .variation-modal .modal-content .modal-body .right-box-contain .product-package .select-package li {
  border: 1px solid rgba(154, 154, 154, 0.4);
  border-radius: 6px;
  padding: 3px;
  transition: all 0.3s ease-in-out;
}
.dark .variation-modal .modal-content .modal-body .right-box-contain .product-package .select-package li a,
.dark .variation-modal .modal-content .modal-body .right-box-contain .product-package .select-package li button {
  padding: 6px 11px;
  border: 1px solid rgba(119, 119, 119, 0.44);
  border-radius: 4px;
  display: block;
  color: #dddddd;
  font-size: 14px;
  transition: all 0.3s ease-in-out;
  background: transparent;
}
.dark .variation-modal .modal-content .modal-body .right-box-contain .product-package .select-package li:hover {
  border: 1px solid rgba(154, 154, 154, 0.65);
}
.dark .variation-modal .modal-content .modal-body .right-box-contain .product-package .select-package li:hover button,
.dark .variation-modal .modal-content .modal-body .right-box-contain .product-package .select-package li:hover img {
  border-color: rgba(154, 154, 154, 0.65);
}
.dark .variation-modal .modal-content .modal-body .right-box-contain .product-package .select-package li.active {
  border: 1px solid var(--theme-color);
  border-radius: 6px;
  padding: 3px;
}
.dark .variation-modal .modal-content .modal-body .right-box-contain .product-package .select-package li.active button,
.dark .variation-modal .modal-content .modal-body .right-box-contain .product-package .select-package li.active img {
  background: var(--theme-color);
  color: #2a2d2d;
  font-weight: 600;
}
.dark .variation-modal .modal-content .modal-body .right-box-contain .product-package .select-package li.disabled {
  position: relative;
  -webkit-user-select: none;
  user-select: none;
  cursor: default;
  opacity: 0.6 !important;
  pointer-events: none;
}
.dark .variation-modal .modal-content .modal-body .right-box-contain .product-package .select-package 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;
}
.dark .variation-modal .modal-content .modal-body .right-box-contain .product-package .select-package li.disabled a,
.dark .variation-modal .modal-content .modal-body .right-box-contain .product-package .select-package li.disabled button {
  cursor: default;
}
.dark .variation-modal .modal-content .modal-body .right-box-contain .product-package .color li {
  opacity: 0.7;
}
.dark .variation-modal .modal-content .modal-body .right-box-contain .product-package .color li.active {
  opacity: 1;
  border-color: #ffffff;
}
.dark .variation-modal .modal-content .modal-body .right-box-contain .product-package .color li button {
  width: 36px !important;
  height: 36px !important;
}
.dark .variation-modal .modal-content .modal-body .right-box-contain .product-package .circle li {
  border: 1px solid rgba(154, 154, 154, 0.4);
  border-radius: 100% !important;
  padding: 3px;
  transition: all 0.3s ease-in-out;
}
.dark .variation-modal .modal-content .modal-body .right-box-contain .product-package .circle li:hover button {
  color: #222;
  background-color: #f1f0f0;
}
.dark .variation-modal .modal-content .modal-body .right-box-contain .product-package .circle li.active button {
  color: #2a2d2d;
  background-color: var(--theme-color);
}
.dark .variation-modal .modal-content .modal-body .right-box-contain .product-package .circle li button {
  width: 35px;
  height: 35px;
  background-color: #f8f8f8;
  border-radius: 100%;
  color: #dddddd;
  padding: 0;
  border: unset;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
}
.dark .variation-modal .modal-content .modal-body .right-box-contain .product-package .form-check {
  margin: 0;
  padding: 0;
  min-height: auto;
  display: flex;
  align-items: center;
  gap: 8px;
}
.dark .variation-modal .modal-content .modal-body .right-box-contain .product-package .form-check:hover .form-check-input {
  border-color: rgba(154, 154, 154, 0.65);
}
.dark .variation-modal .modal-content .modal-body .right-box-contain .product-package .form-check:hover .form-check-label {
  color: #ffffff;
}
.dark .variation-modal .modal-content .modal-body .right-box-contain .product-package .form-check + .form-check {
  margin-left: 15px;
}
.dark .variation-modal .modal-content .modal-body .right-box-contain .product-package .form-check .form-check-input {
  cursor: pointer;
  float: unset;
  margin: 0;
  width: 16px;
  height: 16px;
  background-color: #f8f8f8;
  border: 1px solid rgba(154, 154, 154, 0.4);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.dark .variation-modal .modal-content .modal-body .right-box-contain .product-package .form-check .form-check-input::after {
  content: "";
  position: relative;
  width: 12px;
  height: 12px;
  background-color: var(--theme-color);
  border-radius: 100%;
  transition: 0.3s ease-in-out;
  transform: scale(0);
}
.dark .variation-modal .modal-content .modal-body .right-box-contain .product-package .form-check .form-check-input:focus {
  box-shadow: unset;
}
.dark .variation-modal .modal-content .modal-body .right-box-contain .product-package .form-check .form-check-input:active {
  filter: unset;
}
.dark .variation-modal .modal-content .modal-body .right-box-contain .product-package .form-check .form-check-input:checked {
  background-color: #2a2d2d;
  border-color: var(--theme-color);
}
.dark .variation-modal .modal-content .modal-body .right-box-contain .product-package .form-check .form-check-input:checked::after {
  transform: scale(1);
}
.dark .variation-modal .modal-content .modal-body .right-box-contain .product-package .form-check .form-check-input:checked ~ .form-check-label {
  color: #ffffff;
}
.dark .variation-modal .modal-content .modal-body .right-box-contain .product-package .form-check .form-check-label {
  line-height: 1;
  font-size: 16px;
  font-weight: 600;
  margin-top: 1px;
  color: #dddddd;
  cursor: pointer;
}
.dark .variation-modal .modal-content .modal-body .right-box-contain .product-package .form-select {
  background:
    linear-gradient(
      187.77deg,
      #fafafa 5.52%,
      #f8f8f8 94%);
  border-radius: 7px;
  border: 1px solid #eee;
  display: inline-block;
}
.dark .variation-modal .modal-content .modal-body .right-box-contain .product-package .image li {
  border: 1px solid rgba(154, 154, 154, 0.4);
  border-radius: 6px;
  padding: 3px;
  width: 65px;
  height: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #eee;
  border-radius: 5px;
  padding: 5px;
}
.dark .variation-modal .modal-content .modal-body .right-box-contain .product-package .image li button,
.dark .variation-modal .modal-content .modal-body .right-box-contain .product-package .image li img {
  width: 65px;
  border-radius: 4px;
  cursor: pointer;
  height: 65px;
  padding: 0;
  overflow: hidden;
}
.dark .variation-modal .modal-content .modal-body .right-box-contain .product-package .rectangle li {
  border: 1px solid rgba(154, 154, 154, 0.4);
  border-radius: 6px;
  padding: 3px;
}
.dark .variation-modal .modal-content .modal-body .right-box-contain .product-package .rectangle li:hover button {
  color: #222;
  background-color: #f1f0f0;
}
.dark .variation-modal .modal-content .modal-body .right-box-contain .product-package .rectangle li.active button {
  color: #2a2d2d;
  background-color: var(--theme-color);
}
.dark .variation-modal .modal-content .modal-body .right-box-contain .product-package .rectangle li button {
  background-color: #f8f8f8;
  border: unset;
}
.dark .variation-modal .modal-content .modal-body .right-box-contain .note-box {
  display: flex;
  flex-wrap: nowrap;
  gap: calc(7px + 8 * (100vw - 320px) / 1600);
  align-items: center;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .dark .variation-modal .modal-content .modal-body .right-box-contain .note-box {
    justify-content: center;
  }
}
.dark .variation-modal .modal-content .modal-body .right-box-contain .note-box .compare-button {
  background-color: #1d1d22;
}
.dark .variation-modal .modal-content .modal-body .right-box-contain .note-box .cart-button {
  max-width: 250px;
  width: 250px;
  background-color: rgb(33, 37, 41);
  text-transform: uppercase;
}
.dark .variation-modal .modal-content .modal-body .right-box-contain .note-box .cart-button:hover {
  background-color: rgba(33, 37, 41, 0.8);
}
.dark .variation-modal .modal-content .modal-body .right-box-contain .note-box .cart-button i {
  animation: ring 4s 0.7s ease-in-out infinite;
  line-height: 1;
  margin-top: -3px;
  font-size: 19px;
}
.dark .variation-modal .modal-content .modal-body .right-box-contain .note-box .product-qty {
  width: auto;
  margin-top: 0;
}
@media (max-width: 360px) {
  .dark .variation-modal .modal-content .modal-body .right-box-contain .note-box .product-qty {
    width: 160px;
  }
}
.dark .variation-modal .modal-content .modal-body .right-box-contain .note-box .product-qty .input-group {
  background:
    linear-gradient(
      187.77deg,
      #fafafa 5.52%,
      #1d1d22 94%);
}
.dark .variation-modal .modal-content .modal-body .right-box-contain .note-box .product-qty button:hover {
  background-color: #2a2d2d;
}
.dark .variation-modal .modal-content .modal-body .right-box-contain .note-box .product-qty button:hover i {
  color: var(--theme-color);
}
.dark .variation-modal .modal-content .modal-body .right-box-contain .note-box .wishlist-button {
  padding: 0;
  width: 46px;
  height: 46px;
  border: 1px solid #eee;
  border-radius: 100%;
  background-color: #f8f8f8;
}
.dark .variation-modal .modal-content .modal-body .right-box-contain .note-box .wishlist-button i {
  font-size: 20px;
}
.dark .variation-modal .modal-content .modal-body .right-box-contain .buy-now-button {
  margin-top: 20px;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(119, 119, 119, 0.44);
}
.dark .variation-modal .modal-content .modal-body .right-box-contain .buy-now-button button {
  background-color: #ff7272;
}
.dark .variation-modal .modal-content .modal-body .right-box-contain .buy-box {
  display: flex;
  flex-wrap: wrap;
  gap: 11px;
  align-items: center;
  margin-top: 20px;
}
.dark .variation-modal .modal-content .modal-body .right-box-contain .buy-box .team-box {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
}
.dark .variation-modal .modal-content .modal-body .right-box-contain .buy-box .team-box input {
  margin-top: -7px;
  display: block;
}
.dark .variation-modal .modal-content .modal-body .right-box-contain .buy-box .team-box .form-check-label span {
  display: flex;
  align-items: center;
}
.dark .variation-modal .modal-content .modal-body .right-box-contain .buy-box .team-box .form-check-label span a {
  text-decoration: underline;
  margin-left: 3px;
  color: #ffffff;
}
@media (max-width: 767px) {
  .dark .variation-modal .modal-content .modal-body .right-box-contain .buy-box {
    justify-content: center;
  }
}
.dark .variation-modal .modal-content .modal-body .right-box-contain .buy-box a {
  display: flex;
  flex-wrap: wrap;
  gap: calc(5px + 3 * (100vw - 320px) / 1600);
  font-size: 16px;
  align-items: center;
  color: #777;
}
.dark .variation-modal .modal-content .modal-body .right-box-contain .buy-box a:hover {
  color: #222;
}
.dark .variation-modal .modal-content .modal-body .right-box-contain .buy-box a i {
  font-size: 17px;
}
.dark .variation-modal .modal-content .modal-body .right-box-contain .pickup-box {
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(119, 119, 119, 0.44);
}
.dark .variation-modal .modal-content .modal-body .right-box-contain .pickup-box .product-info {
  margin-top: 20px;
}
.dark .variation-modal .modal-content .modal-body .right-box-contain .pickup-box .product-info .product-info-list {
  display: flex;
  flex-wrap: wrap;
  gap: calc(8px + 4 * (100vw - 320px) / 1600);
  align-items: flex-start;
  text-align: left;
  display: inline-block;
  column-count: 2;
  background-color: #f9f9f9;
  padding: 15px;
  border-radius: 12px;
  width: 80%;
  max-width: 390px;
}
@media (max-width: 480px) {
  .dark .variation-modal .modal-content .modal-body .right-box-contain .pickup-box .product-info .product-info-list {
    column-count: 1;
    padding: 15px;
  }
}
.dark .variation-modal .modal-content .modal-body .right-box-contain .pickup-box .product-info .product-info-list-2 {
  display: flex;
}
@media (max-width: 1500px) {
  .dark .variation-modal .modal-content .modal-body .right-box-contain .pickup-box .product-info .product-info-list-2 {
    width: 100%;
  }
}
@media (max-width: 1450px) {
  .dark .variation-modal .modal-content .modal-body .right-box-contain .pickup-box .product-info .product-info-list-2 {
    column-count: 1;
    padding: 15px;
  }
}
@media (max-width: 1199px) {
  .dark .variation-modal .modal-content .modal-body .right-box-contain .pickup-box .product-info .product-info-list-2 {
    column-count: 2;
    display: block;
    padding-bottom: 4px;
  }
  .dark .variation-modal .modal-content .modal-body .right-box-contain .pickup-box .product-info .product-info-list-2 li {
    margin-bottom: 8px;
  }
}
@media (max-width: 480px) {
  .dark .variation-modal .modal-content .modal-body .right-box-contain .pickup-box .product-info .product-info-list-2 {
    display: flex;
    padding-bottom: 15px;
  }
  .dark .variation-modal .modal-content .modal-body .right-box-contain .pickup-box .product-info .product-info-list-2 li {
    margin-bottom: 0;
  }
}
.dark .variation-modal .modal-content .modal-body .right-box-contain .pickup-box .product-info .product-info-list-3 {
  width: 50%;
}
.dark .variation-modal .modal-content .modal-body .right-box-contain .pickup-box .product-info .product-info-list-3 li {
  margin-bottom: 7px;
}
@media (max-width: 360px) {
  .dark .variation-modal .modal-content .modal-body .right-box-contain .pickup-box .product-info .product-info-list-3 li {
    margin-bottom: 0;
  }
}
@media (max-width: 1366px) {
  .dark .variation-modal .modal-content .modal-body .right-box-contain .pickup-box .product-info .product-info-list-3 {
    width: 80%;
  }
}
@media (max-width: 767px) {
  .dark .variation-modal .modal-content .modal-body .right-box-contain .pickup-box .product-info .product-info-list-3 {
    width: 100%;
  }
}
@media (max-width: 360px) {
  .dark .variation-modal .modal-content .modal-body .right-box-contain .pickup-box .product-info .product-info-list-3 {
    display: flex;
  }
}
.dark .variation-modal .modal-content .modal-body .right-box-contain .pickup-box .product-info .product-info-list li {
  padding-left: 13px;
  width: 100%;
  font-size: calc(14px + 1 * (100vw - 320px) / 1600);
  position: relative;
  color: #777;
}
@media (max-width: 575px) {
  .dark .variation-modal .modal-content .modal-body .right-box-contain .pickup-box .product-info .product-info-list li {
    width: auto;
    margin-left: 18px;
  }
}
@media (max-width: 480px) {
  .dark .variation-modal .modal-content .modal-body .right-box-contain .pickup-box .product-info .product-info-list li {
    margin-left: unset;
    width: 100%;
    padding-left: unset;
  }
  .dark .variation-modal .modal-content .modal-body .right-box-contain .pickup-box .product-info .product-info-list li::after {
    content: none !important;
  }
}
.dark .variation-modal .modal-content .modal-body .right-box-contain .pickup-box .product-info .product-info-list li::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 5px;
  height: 5px;
  left: 0;
  background-color: #dddddd;
  border-radius: 100%;
}
.dark .variation-modal .modal-content .modal-body .right-box-contain .pickup-box .product-info .product-info-list li a {
  margin-left: 5px;
  color: #ffffff;
  font-weight: 500;
}
.dark .variation-modal .modal-content .modal-body .right-box-contain .pickup-box .product-info .product-info-list li a + a {
  margin-left: 0;
}
.dark .variation-modal .modal-content .modal-body .right-box-contain .pickup-box .pickup-icon i {
  font-size: 20px;
  color: var(--theme-color);
}
.dark .variation-modal .modal-content .modal-body .right-box-contain .pickup-box .pickup-detail h4,
.dark .variation-modal .modal-content .modal-body .right-box-contain .pickup-box .pickup-detail .h4 {
  width: 90%;
  font-weight: 400;
  margin-bottom: 5px;
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
  line-height: 1.6;
}
@media (max-width: 767px) {
  .dark .variation-modal .modal-content .modal-body .right-box-contain .pickup-box .pickup-detail h4,
  .dark .variation-modal .modal-content .modal-body .right-box-contain .pickup-box .pickup-detail .h4 {
    width: 100%;
  }
}
.dark .variation-modal .modal-content .modal-body .right-box-contain .pickup-box .pickup-detail h6,
.dark .variation-modal .modal-content .modal-body .right-box-contain .pickup-box .pickup-detail .h6 {
  margin-top: 4px;
}
.dark .variation-modal .modal-content .modal-body .right-box-contain .pickup-box .pickup-detail a {
  margin-top: 0;
  color: var(--theme-color);
  display: inline-block;
}
.dark .variation-modal .modal-content .modal-body .right-box-contain .paymnet-option .payment-img {
  width: 52%;
}
.dark .variation-modal .modal-content .modal-body .right-box-contain .paymnet-option ul {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: calc(3px + 5 * (100vw - 320px) / 1600);
}
@media (max-width: 767px) {
  .dark .variation-modal .modal-content .modal-body .right-box-contain .paymnet-option ul {
    justify-content: center;
  }
}
body.rtl .dark .variation-modal .modal-content .modal-body .right-box-contain .paymnet-option ul {
  padding-right: 0;
}
.dark .variation-modal .modal-content .modal-body .right-box-contain .share-option {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid rgba(119, 119, 119, 0.44);
}
.dark .variation-modal .modal-content .modal-body .right-box-contain .share-option ul {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.dark .variation-modal .modal-content .modal-body .right-box-contain .share-option ul li {
  display: block;
}
.dark .variation-modal .modal-content .modal-body .right-box-contain .share-option ul li:hover a {
  transform: translateY(-4px);
}
.dark .variation-modal .modal-content .modal-body .right-box-contain .share-option ul li a {
  display: block;
  text-align: center;
  font-size: 18px;
  color: #dddddd;
  transition: all 0.5s ease;
}
.dark .variation-modal .modal-content .modal-body .right-box-contain .share-option ul li a:hover {
  color: var(--theme-color);
  transition: all 0.5s ease;
}
.dark .variation-modal .modal-content .modal-body .right-box-contain .product-package .select-package {
  display: flex;
  flex-wrap: wrap;
  gap: calc(5px + 8 * (100vw - 320px) / 1600);
}
@media (max-width: 767px) {
  .dark .variation-modal .modal-content .modal-body .right-box-contain .product-package .select-package {
    justify-content: center;
  }
}
body.rtl .dark .variation-modal .modal-content .modal-body .right-box-contain .product-package .select-package {
  padding-right: 0;
}
.dark .variation-modal .modal-content .modal-body .right-box-contain .product-package .select-package li {
  border: 1px solid rgba(154, 154, 154, 0.4);
  border-radius: 6px;
  padding: 3px;
  transition: all 0.3s ease-in-out;
}
.dark .variation-modal .modal-content .modal-body .right-box-contain .product-package .select-package li a,
.dark .variation-modal .modal-content .modal-body .right-box-contain .product-package .select-package li button {
  padding: 6px 11px;
  border: 1px solid rgba(119, 119, 119, 0.44);
  border-radius: 4px;
  display: block;
  color: #dddddd;
  font-size: 14px;
  transition: all 0.3s ease-in-out;
  background: transparent;
}
.dark .variation-modal .modal-content .modal-body .right-box-contain .product-package .select-package li:hover {
  border: 1px solid rgba(154, 154, 154, 0.65);
}
.dark .variation-modal .modal-content .modal-body .right-box-contain .product-package .select-package li:hover button,
.dark .variation-modal .modal-content .modal-body .right-box-contain .product-package .select-package li:hover img {
  border-color: rgba(154, 154, 154, 0.65);
}
.dark .variation-modal .modal-content .modal-body .right-box-contain .product-package .select-package li.active {
  border: 1px solid var(--theme-color);
  border-radius: 6px;
  padding: 3px;
}
.dark .variation-modal .modal-content .modal-body .right-box-contain .product-package .select-package li.active button,
.dark .variation-modal .modal-content .modal-body .right-box-contain .product-package .select-package li.active img {
  background: var(--theme-color);
  color: #2a2d2d;
  font-weight: 600;
}
.dark .variation-modal .modal-content .modal-body .right-box-contain .product-package .select-package li.active img {
  background: #2a2d2d;
}
.dark .variation-modal .modal-content .modal-body .right-box-contain .product-package .select-package li.disabled {
  position: relative;
  -webkit-user-select: none;
  user-select: none;
  cursor: default;
  opacity: 0.6 !important;
  pointer-events: none;
}
.dark .variation-modal .modal-content .modal-body .right-box-contain .product-package .select-package 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;
}
.dark .variation-modal .modal-content .modal-body .right-box-contain .product-package .select-package li.disabled a,
.dark .variation-modal .modal-content .modal-body .right-box-contain .product-package .select-package li.disabled button {
  cursor: default;
}
.dark .variation-modal .modal-content .modal-body .right-box-contain .product-package .color li {
  opacity: 0.7;
}
.dark .variation-modal .modal-content .modal-body .right-box-contain .product-package .color li.active {
  opacity: 1;
  border-color: #ffffff;
}
.dark .variation-modal .modal-content .modal-body .right-box-contain .product-package .color li button {
  width: 36px !important;
  height: 36px !important;
}
.dark .variation-modal .modal-content .modal-body .right-box-contain .product-package .circle li {
  border: 1px solid rgba(154, 154, 154, 0.4);
  border-radius: 100% !important;
  padding: 3px;
  transition: all 0.3s ease-in-out;
}
.dark .variation-modal .modal-content .modal-body .right-box-contain .product-package .circle li:hover button {
  color: #222;
  background-color: #f1f0f0;
}
.dark .variation-modal .modal-content .modal-body .right-box-contain .product-package .circle li.active button {
  color: #2a2d2d;
  background-color: var(--theme-color);
}
.dark .variation-modal .modal-content .modal-body .right-box-contain .product-package .circle li button {
  width: 35px !important;
  height: 35px !important;
  background-color: #f8f8f8;
  border-radius: 100%;
  color: #dddddd;
  padding: 0;
  border: unset;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
}
.dark .variation-modal .modal-content .modal-body .right-box-contain .product-package .form-check {
  margin: 0;
  padding: 0;
  min-height: auto;
  display: flex;
  align-items: center;
  gap: 8px;
}
.dark .variation-modal .modal-content .modal-body .right-box-contain .product-package .form-check:hover .form-check-input {
  border-color: rgba(154, 154, 154, 0.65);
}
.dark .variation-modal .modal-content .modal-body .right-box-contain .product-package .form-check:hover .form-check-label {
  color: #ffffff;
}
.dark .variation-modal .modal-content .modal-body .right-box-contain .product-package .form-check + .form-check {
  margin-left: 15px;
}
.dark .variation-modal .modal-content .modal-body .right-box-contain .product-package .form-check .form-check-input {
  cursor: pointer;
  float: unset;
  margin: 0;
  width: 16px;
  height: 16px;
  background-color: #f8f8f8;
  border: 1px solid rgba(154, 154, 154, 0.4);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.dark .variation-modal .modal-content .modal-body .right-box-contain .product-package .form-check .form-check-input::after {
  content: "";
  position: relative;
  width: 12px;
  height: 12px;
  background-color: var(--theme-color);
  border-radius: 100%;
  transition: 0.3s ease-in-out;
  transform: scale(0);
}
.dark .variation-modal .modal-content .modal-body .right-box-contain .product-package .form-check .form-check-input:focus {
  box-shadow: unset;
}
.dark .variation-modal .modal-content .modal-body .right-box-contain .product-package .form-check .form-check-input:active {
  filter: unset;
}
.dark .variation-modal .modal-content .modal-body .right-box-contain .product-package .form-check .form-check-input:checked {
  background-color: #2a2d2d;
  border-color: var(--theme-color);
}
.dark .variation-modal .modal-content .modal-body .right-box-contain .product-package .form-check .form-check-input:checked::after {
  transform: scale(1);
}
.dark .variation-modal .modal-content .modal-body .right-box-contain .product-package .form-check .form-check-input:checked ~ .form-check-label {
  color: #ffffff;
}
.dark .variation-modal .modal-content .modal-body .right-box-contain .product-package .form-check .form-check-label {
  line-height: 1;
  font-size: 16px;
  font-weight: 600;
  margin-top: 1px;
  color: #dddddd;
  cursor: pointer;
}
.dark .variation-modal .modal-content .modal-body .right-box-contain .product-package .form-select {
  background:
    linear-gradient(
      187.77deg,
      #fafafa 5.52%,
      #f8f8f8 94%);
  border-radius: 7px;
  border: 1px solid #eee;
  display: inline-block;
}
.dark .variation-modal .modal-content .modal-body .right-box-contain .product-package .image li {
  border: 1px solid rgba(154, 154, 154, 0.4);
  border-radius: 6px;
  padding: 3px;
}
.dark .variation-modal .modal-content .modal-body .right-box-contain .product-package .image li button,
.dark .variation-modal .modal-content .modal-body .right-box-contain .product-package .image li img {
  width: 65px;
  border-radius: 4px;
  cursor: pointer;
  height: 65px;
  padding: 0;
  overflow: hidden;
}
.dark .variation-modal .modal-content .modal-body .right-box-contain .product-package .image li img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.dark .variation-modal .modal-content .modal-body .right-box-contain .product-package .rectangle li {
  border: 1px solid rgba(154, 154, 154, 0.4);
  border-radius: 6px;
  padding: 3px;
}
.dark .variation-modal .modal-content .modal-body .right-box-contain .product-package .rectangle li:hover button {
  color: #222;
  background-color: #f1f0f0;
}
.dark .variation-modal .modal-content .modal-body .right-box-contain .product-package .rectangle li.active button {
  color: #2a2d2d;
  background-color: var(--theme-color);
}
.dark .variation-modal .modal-content .modal-body .right-box-contain .product-package .rectangle li button {
  background-color: #f8f8f8;
  border: unset;
}
.dark .product-review-form .custom-select .select2-container .select2-selection {
  width: 100% !important;
}
.dark .circle li {
  border-radius: 100% !important;
}
.dark .circle li button {
  border-radius: 100% !important;
}
.dark .product-section-box {
  margin-top: calc(12px + 36 * (100vw - 320px) / 1600);
}
.dark .product-section-box .custom-nav {
  flex-wrap: nowrap;
  border: none;
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  margin: 0;
  border-bottom: 1px solid rgba(119, 119, 119, 0.44);
}
.dark .product-section-box .custom-nav .nav-item .nav-link {
  color: #ffffff;
  padding: 0 calc(17px + 3 * (100vw - 320px) / 1600) calc(12px + 3 * (100vw - 320px) / 1600);
  font-size: calc(16px + 4 * (100vw - 320px) / 1600);
  letter-spacing: 0.6px;
  border: none;
  font-weight: 600;
  position: relative;
}
.dark .product-section-box .custom-nav .nav-item .nav-link::after {
  content: "";
  position: absolute;
  width: 0;
  height: 3px;
  bottom: 0;
  left: 0;
  background-color: transparent;
  transition: all 0.3s ease-in-out;
}
body.rtl .dark .product-section-box .custom-nav .nav-item .nav-link::after {
  left: unset;
  right: 0;
}
.dark .product-section-box .custom-nav .nav-item .nav-link:focus,
.dark .product-section-box .custom-nav .nav-item .nav-link:hover,
.dark .product-section-box .custom-nav .nav-item .nav-link.active {
  background-color: #2a2d2d;
}
.dark .product-section-box .custom-nav .nav-item .nav-link:focus::after,
.dark .product-section-box .custom-nav .nav-item .nav-link:hover::after,
.dark .product-section-box .custom-nav .nav-item .nav-link.active::after {
  width: 100%;
  background: #276534;
}
.dark .product-section-box .offer-table {
  margin-bottom: 0;
  border: 1px solid rgba(119, 119, 119, 0.44);
  table-layout: fixed;
  display: inherit;
  border-radius: 6px;
}
body.rtl .dark .product-section-box .offer-table {
  right: unset;
  left: 10px;
}
.dark .product-section-box .offer-table tbody tr th,
.dark .product-section-box .offer-table tbody tr td {
  padding: 12px 16px;
}
.dark .product-section-box .offer-table tbody tr th {
  width: 7%;
}
.dark .product-section-box .offer-table tbody tr td {
  vertical-align: middle;
}
.dark .product-section-box .offer-table tbody tr td.offer-name {
  width: 20%;
}
.dark .product-section-box .custom-tab {
  padding-top: calc(20px + 10 * (100vw - 320px) / 1600);
}
.dark .product-section-box .custom-tab .nav-desh {
  margin-bottom: calc(22px + 8 * (100vw - 320px) / 1600);
}
.dark .product-section-box .custom-tab .nav-desh:last-of-type {
  margin-bottom: 0;
}
.dark .product-section-box .custom-tab .nav-desh .desh-title {
  margin-bottom: 8px;
}
.dark .product-section-box .custom-tab .nav-desh .desh-title h5,
.dark .product-section-box .custom-tab .nav-desh .desh-title .h5 {
  font-weight: 700;
}
.dark .product-section-box .custom-tab .product-detail .detail-title h5,
.dark .product-section-box .custom-tab .product-detail .detail-title .h5 {
  font-weight: 600;
  color: #dddddd;
  font-size: 17px;
  margin-bottom: 10px;
}
.dark .product-section-box .custom-tab .product-detail .detail-list {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}
.dark .product-section-box .custom-tab .product-detail .detail-list li {
  display: flex;
  align-items: flex-start;
  color: #dddddd;
  width: 100%;
}
.dark .product-section-box .custom-tab .product-detail .detail-list li i {
  font-size: 6px;
  color: #dddddd;
  margin: 6px 6px 0 0;
}
.dark .product-section-box .custom-tab .tab-pane .product-description p {
  margin-bottom: calc(12px + 8 * (100vw - 320px) / 1600);
  color: #dddddd;
  line-height: 1.7;
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
}
.dark .product-section-box .custom-tab .tab-pane .product-description p:last-child {
  margin-bottom: 0;
}
.dark .product-section-box .custom-tab .information-box ul {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}
.dark .product-section-box .custom-tab .information-box ul li {
  color: #dddddd;
  width: 100%;
  display: list-item;
  list-style-type: circle;
  margin-left: 35px;
  font-size: calc(14px + 1 * (100vw - 320px) / 1600);
}
.dark .product-section-box .custom-tab .review-box .review-title {
  margin-bottom: calc(10px + 8 * (100vw - 320px) / 1600);
}
.dark .product-section-box .custom-tab .review-box .review-people .review-list {
  display: flex;
  flex-wrap: wrap;
  gap: 26px;
}
body.rtl .dark .product-section-box .custom-tab .review-box .review-people .review-list {
  padding-right: 0;
}
.dark .product-section-box .custom-tab .review-box .review-people .review-list li {
  display: block;
  width: 100%;
}
.dark .product-section-box .custom-tab .review-box .review-people .review-list li .people-box {
  display: flex;
  align-items: center;
  width: 100%;
  border-radius: 10px;
  padding: 20px 26px;
  background: #1d1d22;
}
@media (max-width: 480px) {
  .dark .product-section-box .custom-tab .review-box .review-people .review-list li .people-box {
    display: block;
  }
}
.dark .product-section-box .custom-tab .review-box .review-people .review-list li .people-box:hover .reply a {
  opacity: 1;
}
.dark .product-section-box .custom-tab .review-box .review-people .review-list li .people-box .people-image {
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #2a2d2d;
  border-radius: 5px;
}
.dark .product-section-box .custom-tab .review-box .review-people .review-list li .people-box .people-image h2,
.dark .product-section-box .custom-tab .review-box .review-people .review-list li .people-box .people-image .h2 {
  color: #575757;
  font-size: 40px;
}
@media (max-width: 480px) {
  .dark .product-section-box .custom-tab .review-box .review-people .review-list li .people-box .people-image {
    margin: 0 auto;
  }
}
.dark .product-section-box .custom-tab .review-box .review-people .review-list li .people-box .people-image img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 575px) {
  .dark .product-section-box .custom-tab .review-box .review-people .review-list li .people-box .people-image img {
    border-radius: 8px;
  }
}
.dark .product-section-box .custom-tab .review-box .review-people .review-list li .people-box .people-comment {
  padding-left: 15px;
  width: calc(100% - 70px);
}
.dark .product-section-box .custom-tab .review-box .review-people .review-list li .people-box .people-comment .name {
  display: block;
  font-weight: 600;
  font-size: 15px;
}
.dark .product-section-box .custom-tab .review-box .review-people .review-list li .people-box .people-comment .name:hover {
  color: var(--theme-color);
}
body.rtl .dark .product-section-box .custom-tab .review-box .review-people .review-list li .people-box .people-comment {
  padding-left: unset;
  padding-right: 15px;
}
@media (max-width: 480px) {
  .dark .product-section-box .custom-tab .review-box .review-people .review-list li .people-box .people-comment {
    padding: 0;
    width: 100%;
    margin-top: 16px;
  }
}
.dark .product-section-box .custom-tab .review-box .review-people .review-list li .people-box .people-comment .date-time {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.dark .product-section-box .custom-tab .review-box .review-people .review-list li .people-box .people-comment .date-time h6,
.dark .product-section-box .custom-tab .review-box .review-people .review-list li .people-box .people-comment .date-time .h6 {
  font-size: 13px;
  color: #777;
  margin-top: 1px;
}
@media (max-width: 360px) {
  .dark .product-section-box .custom-tab .review-box .review-people .review-list li .people-box .people-comment .date-time {
    display: block;
  }
  .dark .product-section-box .custom-tab .review-box .review-people .review-list li .people-box .people-comment .date-time .product-rating {
    margin-top: 8px;
  }
}
.dark .product-section-box .custom-tab .review-box .review-people .review-list li .people-box .reply {
  margin-top: 9px;
  line-height: 1.6;
  color: #dddddd;
  position: relative;
}
.dark .product-section-box .custom-tab .review-box .review-people .review-list li .people-box .reply p {
  width: 90%;
  margin: 0;
  line-height: 1.6;
}
@media (max-width: 480px) {
  .dark .product-section-box .custom-tab .review-box .review-people .review-list li .people-box .reply p {
    width: 100%;
  }
}
.dark .product-section-box .custom-tab .review-box .review-people .review-list li .people-box .reply a {
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0;
  font-weight: 600;
  transition: all 0.3s ease-in-out;
}
body.rtl .dark .product-section-box .custom-tab .review-box .review-people .review-list li .people-box .reply a {
  right: unset;
  left: 0;
}
@media (max-width: 575px) {
  .dark .product-section-box .custom-tab .review-box .review-people .review-list li .people-box .reply a {
    opacity: 1;
  }
}
@media (max-width: 480px) {
  .dark .product-section-box .custom-tab .review-box .review-people .review-list li .people-box .reply a {
    position: relative;
    margin-left: 8px;
  }
}
.dark .product-section-box .custom-tab .review-box .rating-box {
  margin-top: 17px;
}
.dark .product-section-box .custom-tab .review-box .rating-box ul {
  display: flex;
  flex-wrap: wrap;
  gap: calc(13px + 7 * (100vw - 320px) / 1600);
  align-items: center;
}
body.rtl .dark .product-section-box .custom-tab .review-box .rating-box ul {
  padding-right: 0;
}
.dark .product-section-box .custom-tab .review-box .rating-box ul li {
  width: 100%;
}
.dark .product-section-box .custom-tab .review-box .rating-box ul li .rating-list {
  display: flex;
  flex-wrap: nowrap;
  gap: 14px;
  align-items: center;
}
.dark .product-section-box .custom-tab .review-box .rating-box ul li .rating-list h5,
.dark .product-section-box .custom-tab .review-box .rating-box ul li .rating-list .h5 {
  white-space: nowrap;
}
.dark .product-section-box .custom-tab .review-box .rating-box ul li .rating-list .progress {
  width: 100%;
  border-radius: 3px;
}
.dark .product-section-box .custom-tab .review-box .rating-box ul li .rating-list .progress .progress-bar {
  background: var(--theme-color);
}
.dark .product-section-box .custom-tab .info-table {
  border: 1px solid rgba(119, 119, 119, 0.44);
  margin-bottom: 0;
}
.dark .product-section-box .custom-tab .info-table.table-striped tbody tr:nth-of-type(odd) td {
  background-color: #1d1d22;
  color: #ffffff;
}
.dark .product-section-box .custom-tab .info-table tbody tr th,
.dark .product-section-box .custom-tab .info-table tbody tr td {
  padding: calc(10px + 4 * (100vw - 320px) / 1600) calc(12px + 6 * (100vw - 320px) / 1600);
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
  white-space: nowrap;
}
.dark .product-section-box .custom-tab .info-table tbody tr td {
  border-left: 1px solid rgba(119, 119, 119, 0.44);
}
.dark .product-section-box .question-answer li {
  display: block;
  margin-bottom: 25px;
  padding-bottom: 19px;
  border-bottom: 1px solid rgba(119, 119, 119, 0.44);
}
.dark .product-section-box .question-answer li .question-box {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 15px;
}
.dark .product-section-box .question-answer li .question-box h5,
.dark .product-section-box .question-answer li .question-box .h5 {
  border: 1px solid #eee;
  background-color: #f8f8f8;
  text-transform: uppercase;
  font-size: 16px;
  width: auto;
  height: 30px;
  padding-inline: 7px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
}
.dark .product-section-box .question-answer li .question-box .link-dislike-box {
  display: flex;
  align-items: center;
  gap: 13px;
  margin-left: auto;
}
body.rtl .dark .product-section-box .question-answer li .question-box .link-dislike-box {
  margin-left: unset;
  margin-right: auto;
}
.dark .product-section-box .question-answer li .question-box .link-dislike-box li {
  margin: 0;
  padding: 0;
  border: unset;
}
.dark .product-section-box .question-answer li .question-box .link-dislike-box li a span {
  display: flex;
  align-items: center;
  gap: 4px;
  color: rgba(221, 221, 221, 0.671);
}
.dark .product-section-box .question-answer li .question-box .link-dislike-box li a span i {
  font-size: 16px;
}
.dark .product-section-box .question-answer li .answer-box {
  display: flex;
  gap: 15px;
}
.dark .product-section-box .question-answer li .answer-box h5,
.dark .product-section-box .question-answer li .answer-box .h5 {
  border: 1px solid transparent;
  background-color: var(--theme-color);
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  width: auto;
  padding-inline: 7px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
  margin-top: 3px;
}
.dark .product-section-box .question-answer li .answer-box p {
  margin: 0;
  width: calc(100% - 15px - 30px);
  line-height: 1.5;
  color: #dddddd;
  letter-spacing: 0.6px;
}
.dark .product-section-box .question-answer li h6,
.dark .product-section-box .question-answer li .h6 {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.6px;
}
.dark .product-section-box .question-answer li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
.dark .product-section-box .question-answer li .report-text {
  text-align: right;
  font-size: 13px;
  color: rgba(221, 221, 221, 0.6);
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 4px;
  margin-top: 7px;
}
.dark .product-section-box .question-answer li .report-text i {
  font-size: 15px;
}
.dark .custome-pagination {
  margin-top: calc(22px + 13 * (100vw - 320px) / 1600);
}
.dark .custome-pagination .pagination {
  flex-wrap: wrap;
  gap: calc(6px + 7 * (100vw - 320px) / 1600);
  align-items: center;
}
.dark .custome-pagination .pagination .page-item {
  border-radius: 5px;
  overflow: hidden;
}
.dark .custome-pagination .pagination .page-item:not(:first-child) .page-link {
  margin: 0;
}
.dark .custome-pagination .pagination .page-item.active .page-link {
  background-color: var(--theme-color);
  border-color: var(--theme-color);
  color: #2a2d2d;
  z-index: unset;
}
.dark .custome-pagination .pagination .page-item.active .page-link:focus {
  background-color: var(--theme-color);
  color: #2a2d2d;
  border-color: var(--theme-color);
}
.dark .custome-pagination .pagination .page-item:first-child.disabled,
.dark .custome-pagination .pagination .page-item:last-child.disabled {
  opacity: 0.3;
}
.dark .custome-pagination .pagination .page-item.disabled {
  cursor: not-allowed;
}
.dark .custome-pagination .pagination .page-item .page-link {
  color: #dddddd;
  border: 1px solid transparent;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.dark .custome-pagination .pagination .page-item .page-link i {
  font-size: 22px;
}
body.rtl .dark .custome-pagination .pagination .page-item .page-link i {
  transform: rotateY(180deg);
}
.dark .custome-pagination .pagination .page-item .page-link:hover {
  border-radius: 5px;
  border: 1px solid var(--theme-color);
  background-color: unset;
}
.dark .custome-pagination .pagination .page-item .page-link:focus {
  color: var(--theme-color);
  background-color: #2a2d2d;
  box-shadow: none;
}
.dark .ratio_12 .bg-size:before {
  content: "";
  padding-top: 12%;
  display: block;
}
.dark .ratio_30 .bg-size:before {
  content: "";
  padding-top: 30%;
  display: block;
}
.dark .ratio_35 .bg-size:before {
  content: "";
  padding-top: 35%;
  display: block;
}
.dark .ratio_45 .bg-size:before {
  content: "";
  padding-top: 45.4%;
  display: block;
}
.dark .ratio_50 .bg-size:before {
  content: "";
  padding-top: 50%;
  display: block;
}
.dark .ratio_50_1 .bg-size:before {
  content: "";
  padding-top: 50%;
  display: block;
}
@media (max-width: 1660px) {
  .dark .ratio_50_1 .bg-size:before {
    padding-top: 57%;
  }
}
@media (max-width: 1199px) {
  .dark .ratio_50_1 .bg-size:before {
    padding-top: 80%;
  }
}
@media (max-width: 991px) {
  .dark .ratio_50_1 .bg-size:before {
    padding-top: 59%;
  }
}
@media (max-width: 767px) {
  .dark .ratio_50_1 .bg-size:before {
    padding-top: 68%;
  }
}
@media (max-width: 575px) {
  .dark .ratio_50_1 .bg-size:before {
    padding-top: 77%;
  }
}
@media (max-width: 480px) {
  .dark .ratio_50_1 .bg-size:before {
    padding-top: 84%;
  }
}
.dark .ratio_58 .bg-size:before {
  content: "";
  padding-top: 58%;
  display: block;
}
.dark .ratio_60 .bg-size:before {
  content: "";
  padding-top: 60%;
  display: block;
}
.dark .ratio_65 .bg-size:before {
  content: "";
  padding-top: 65%;
  display: block;
}
.dark .ratio_87 .bg-size:before {
  content: "";
  padding-top: 87%;
  display: block;
}
.dark .ratio_square .bg-size:before {
  padding-top: 100%;
  content: "";
  display: block;
}
.dark .ratio_110 .bg-size:before {
  padding-top: 110%;
  content: "";
  display: block;
}
.dark .ratio_125 .bg-size::before {
  content: "";
  padding-top: 125%;
  display: block;
}
.dark .ratio_148 .bg-size::before {
  content: "";
  padding-top: 148%;
  display: block;
}
.dark .ratio_156 .bg-size:before {
  content: "";
  padding-top: 156%;
  display: block;
}
.dark .ratio_medium .bg-size:before {
  content: "";
  padding-top: 134%;
  display: block;
}
.dark .ratio_180 .bg-size:before {
  content: "";
  padding-top: 180%;
  display: block;
}
.dark .ratio_209 .bg-size:before {
  content: "";
  padding-top: 209%;
  display: block;
}
.dark .ratio_148_1 .bg-size {
  content: "";
  padding-top: 148%;
  display: block;
}
@media (max-width: 1199px) {
  .dark .ratio_148_1 .bg-size {
    padding-top: 88%;
  }
}
.dark .b-bottom {
  background-position: bottom !important;
}
.dark .b-top {
  background-position: top !important;
}
.dark .b-left {
  background-position: left !important;
}
.dark .b-right {
  background-position: right !important;
}
.dark .b-cl {
  background-position: center left !important;
}
.dark .b-c {
  background-position: center !important;
}
.dark .slider-dots .owl-theme .owl-dots .owl-dot.active span {
  width: calc(30px + 10 * (100vw - 320px) / 1600);
  background-color: var(--theme-color);
  transition: all 0.5s ease;
}
.dark .slider-dots .owl-theme .owl-dots .owl-dot:hover span {
  background: rgba(35, 35, 35, 0.2);
}
.dark .slider-dots .owl-theme .owl-dots .owl-dot span {
  margin: 0 5px;
  width: calc(6px + 2 * (100vw - 320px) / 1600);
  height: calc(6px + 2 * (100vw - 320px) / 1600);
  background: rgba(35, 35, 35, 0.2);
  transition: all 0.5s ease;
  border-radius: 100px;
}
.dark .product-wrapper .timer {
  position: absolute;
  top: 15px;
  left: 0;
  right: 0;
  text-align: center;
}
.dark .arrow-slider .owl-prev,
.dark .arrow-slider .owl-next {
  width: calc(30px + 10 * (100vw - 320px) / 1600);
  height: calc(30px + 10 * (100vw - 320px) / 1600);
  background-color: #2a2d2d;
  box-shadow: 0px 1px 4px rgba(255, 255, 255, 0.14);
  position: absolute;
  top: calc(-28px + -15 * (100vw - 320px) / 1600);
  border-radius: 5px;
  transition: all 0.3s ease-in-out;
}
.dark .arrow-slider .owl-prev::before,
.dark .arrow-slider .owl-next::before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: var(--theme-color);
  font-size: calc(17px + 3 * (100vw - 320px) / 1600);
}
.dark .arrow-slider .owl-prev:hover,
.dark .arrow-slider .owl-next:hover {
  background-color: var(--theme-color);
}
.dark .arrow-slider .owl-prev:hover::before,
.dark .arrow-slider .owl-next:hover::before {
  color: #2a2d2d;
}
.dark .arrow-slider .owl-prev {
  left: unset;
  right: 60px;
}
body.rtl .dark .arrow-slider .owl-prev {
  right: unset;
  left: 0;
}
.dark .arrow-slider .owl-prev::before {
  content: "\f104";
}
@media (max-width: 575px) {
  .dark .arrow-slider .owl-prev {
    right: 45px;
  }
}
.dark .arrow-slider .owl-next {
  right: 5px;
}
body.rtl .dark .arrow-slider .owl-next {
  right: unset;
  left: 50px;
}
.dark .arrow-slider .owl-next::before {
  content: "\f105";
}
@media (max-width: 575px) {
  body.rtl .dark .arrow-slider .owl-next {
    left: 40px;
  }
}
.dark .arrow-slider-2 .owl-prev,
.dark .arrow-slider-2 .owl-next {
  top: -42px;
}
@media (max-width: 1460px) {
  .dark .arrow-slider-2 .owl-prev,
  .dark .arrow-slider-2 .owl-next {
    top: -38px;
  }
}
@media (max-width: 1199px) {
  .dark .arrow-slider-2 .owl-prev,
  .dark .arrow-slider-2 .owl-next {
    top: -37px;
  }
}
@media (max-width: 767px) {
  .dark .arrow-slider-2 .owl-prev,
  .dark .arrow-slider-2 .owl-next {
    top: -33px;
  }
}
@media (max-width: 480px) {
  .dark .arrow-slider-2 .owl-prev,
  .dark .arrow-slider-2 .owl-next {
    top: -31px;
  }
}
@media (max-width: 360px) {
  .dark .arrow-slider-2 .owl-prev,
  .dark .arrow-slider-2 .owl-next {
    top: -29px;
  }
}
.dark .arrow-slider-2 .owl-prev {
  left: unset;
  right: 50px;
}
body.rtl .dark .arrow-slider-2 .owl-prev {
  right: unset;
  left: 0;
}
.dark .arrow-slider-2 .owl-prev::before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f053";
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.dark .arrow-slider-2 .owl-prev:hover::before {
  color: var(--theme-color);
}
.dark .arrow-slider-2 .owl-next {
  right: 5px;
}
body.rtl .dark .arrow-slider-2 .owl-next {
  right: unset;
  left: 30px;
}
.dark .arrow-slider-2 .owl-next::before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f054";
  color: #ffffff;
}
.dark .arrow-slider-2 .owl-next:hover::before {
  color: var(--theme-color);
}
.dark .img-slider img {
  display: initial;
}
.dark .product-arrow .owl-theme .owl-nav .owl-prev,
.dark .product-arrow .owl-theme .owl-nav .owl-next {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(28px + 12 * (100vw - 320px) / 1600) !important;
  height: calc(28px + 12 * (100vw - 320px) / 1600) !important;
  background-color: rgba(119, 119, 119, 0.44);
  border-radius: 5px;
  z-index: 1;
  transition: all 0.3s ease;
  position: absolute;
  display: flex !important;
  align-items: center;
  justify-content: center;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  top: 50%;
  transform: translate(0, -50%);
  font-size: 0;
}
.dark .product-arrow .owl-theme .owl-nav .owl-prev::before,
.dark .product-arrow .owl-theme .owl-nav .owl-next::before {
  font-family: remixicon;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  font-size: 22px;
}
.dark .product-arrow .owl-theme .owl-nav .owl-prev {
  left: 0;
}
.dark .product-arrow .owl-theme .owl-nav .owl-prev::before {
  color: #ffffff;
  content: "\ea64";
}
.dark .product-arrow .owl-theme .owl-nav .owl-prev:hover,
.dark .product-arrow .owl-theme .owl-nav .owl-prev:focus {
  background-color: var(--theme-color);
}
.dark .product-arrow .owl-theme .owl-nav .owl-prev:hover::before,
.dark .product-arrow .owl-theme .owl-nav .owl-prev:focus::before {
  color: #2a2d2d;
}
.dark .product-arrow .owl-theme .owl-nav .owl-next {
  right: 0;
}
body.rtl .dark .product-arrow .owl-theme .owl-nav .owl-next {
  right: unset;
  left: 91%;
}
.dark .product-arrow .owl-theme .owl-nav .owl-next:before {
  color: #ffffff;
  content: "\ea6e";
}
.dark .product-arrow .owl-theme .owl-nav .owl-next:hover,
.dark .product-arrow .owl-theme .owl-nav .owl-next:focus {
  background-color: var(--theme-color);
}
.dark .product-arrow .owl-theme .owl-nav .owl-next:hover::before,
.dark .product-arrow .owl-theme .owl-nav .owl-next:focus::before {
  color: #2a2d2d;
}
.dark .product-box-arrow .owl-prev,
.dark .product-box-arrow .owl-next {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(28px + 12 * (100vw - 320px) / 1600);
  height: calc(28px + 12 * (100vw - 320px) / 1600);
  border-radius: 50%;
  z-index: 1;
  transition: all 0.3s ease;
  background-color: #2a2d2d;
  box-shadow: 0px 3px 4px rgba(255, 255, 255, 0.14);
  color: #dddddd;
}
.dark .product-box-arrow .owl-prev::before,
.dark .product-box-arrow .owl-next::before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: #ffffff;
  font-size: calc(15px + 3 * (100vw - 320px) / 1600);
}
.dark .product-box-arrow .owl-prev:hover,
.dark .product-box-arrow .owl-prev:focus,
.dark .product-box-arrow .owl-next:hover,
.dark .product-box-arrow .owl-next:focus {
  background-color: var(--theme-color);
}
.dark .product-box-arrow .owl-prev:hover::before,
.dark .product-box-arrow .owl-prev:focus::before,
.dark .product-box-arrow .owl-next:hover::before,
.dark .product-box-arrow .owl-next:focus::before {
  color: #2a2d2d;
}
.dark .product-box-arrow .owl-prev {
  left: -28px;
}
@media (max-width: 575px) {
  .dark .product-box-arrow .owl-prev {
    left: -8px;
  }
}
.dark .product-box-arrow .owl-prev::before {
  content: "\f104";
}
.dark .product-box-arrow .owl-next {
  right: -28px;
}
@media (max-width: 575px) {
  .dark .product-box-arrow .owl-next {
    right: -8px;
  }
}
.dark .product-box-arrow .owl-next:before {
  content: "\f105";
}
.dark .vertical-tabs .nav-pills {
  border: none;
  position: sticky;
  top: 100px;
}
@media (max-width: 991px) {
  .dark .vertical-tabs .nav-pills {
    display: flex;
    flex-wrap: unset;
    position: relative;
    top: 0;
    flex-direction: unset !important;
    gap: 15px;
    margin-bottom: 20px;
    overflow: auto;
  }
}
.dark .vertical-tabs .nav-pills .nav-item {
  display: block;
  width: 100%;
  margin: 0;
  position: relative;
  background-color: #f8f8f8;
  margin-bottom: 6px;
  border-radius: 6px;
}
@media (max-width: 991px) {
  .dark .vertical-tabs .nav-pills .nav-item {
    margin-bottom: 0;
    display: inline-block;
    width: max-content;
    margin: 0;
  }
}
.dark .vertical-tabs .nav-pills .nav-item.is-invalid {
  border-color: transparent;
  border: none !important;
  padding-right: 0 !important;
  background-image: unset;
}
.dark .vertical-tabs .nav-pills .nav-item.is-invalid .nav-link:before {
  content: "";
  position: absolute;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='15' height='15' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-position: right 0.75rem center, center right 2.25rem !important;
  background-size: 18px !important;
  background-repeat: no-repeat;
  border-color: rgba(220, 53, 69, 0) !important;
  z-index: 1;
  width: 30px;
  height: 30px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.dark .vertical-tabs .nav-pills .nav-item.is-invalid .nav-link.active:before {
  filter: invert(1) brightness(100);
}
.dark .vertical-tabs .nav-pills .nav-item .nav-link {
  width: 100%;
  text-align: left;
  border-radius: 0;
  padding: 12px 25px;
  display: flex;
  align-items: center;
  gap: 13px;
  color: #212529;
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
  font-weight: 500;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .dark .vertical-tabs .nav-pills .nav-item .nav-link {
    padding: calc(8px + 2 * (100vw - 320px) / 1600) calc(12px + 2 * (100vw - 320px) / 1600);
    gap: 8px;
    white-space: nowrap;
  }
}
.dark .vertical-tabs .nav-pills .nav-item .nav-link.active {
  background:
    linear-gradient(
      -45deg,
      var(--theme-color),
      #009289);
  border-radius: 6px;
  font-weight: 500;
  color: #2a2d2d;
}
.dark .vertical-tabs .nav-pills .nav-item + .nav-item {
  margin-top: 8px;
}
@media (max-width: 991px) {
  .dark .vertical-tabs .nav-pills .nav-item + .nav-item {
    margin-top: 0;
  }
}
.dark .vertical-tabs .tab-content {
  border-left: 1px dashed #ddd;
  padding-left: 24px;
  height: 100%;
}
body.rtl .dark .vertical-tabs .tab-content {
  padding-left: 0;
  padding-right: 24px;
  border-left: none;
  border-right: 1px dashed #ddd;
}
@media (max-width: 991px) {
  body.rtl .dark .vertical-tabs .tab-content {
    border-right: none;
    padding-right: 0;
  }
}
@media (max-width: 991px) {
  .dark .vertical-tabs .tab-content {
    border-top: 1px dashed #ddd;
    padding-top: 20px;
    border-left: none;
    padding-left: 0;
  }
}
.dark .variant-row .row .col-sm-2,
.dark .variant-row .row .col-sm-10 {
  width: 100% !important;
}
.dark .delete-variant {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 576px) {
  .dark .delete-variant .invalid-feedback {
    margin-top: 0;
    margin-bottom: 20px;
  }
}
.dark .variant-box.border-top {
  padding-top: 20px;
  border-top: 1px solid #eee;
}
@media (max-width: 991px) {
  .dark .inside-horizontal-tabs {
    margin-top: -32px;
    background-color: #2a2d2d;
  }
}
.dark .inside-horizontal-tabs .nav-tabs {
  display: flex;
  align-items: center;
  flex-wrap: unset;
  border-bottom: 1px solid #efefef;
  overflow-x: auto;
  overflow-y: hidden;
}
.dark .inside-horizontal-tabs .nav-tabs * {
  scrollbar-width: auto;
  scrollbar-color: #2a2d2d #2a2d2d;
}
.dark .inside-horizontal-tabs .nav-tabs::-webkit-scrollbar {
  width: 0;
  height: 0;
}
.dark .inside-horizontal-tabs .nav-tabs::-webkit-scrollbar-track {
  background: #2a2d2d;
}
.dark .inside-horizontal-tabs .nav-tabs::-webkit-scrollbar-thumb {
  background-color: #2a2d2d;
  border-radius: 10px;
  border: 3px solid #2a2d2d;
}
.dark .inside-horizontal-tabs .nav-tabs .nav-item {
  display: inline-block;
  width: auto;
  border-radius: 6px;
  background-color: transparent;
  margin-bottom: 0;
}
.dark .inside-horizontal-tabs .nav-tabs .nav-item .nav-link {
  background-color: transparent;
  border-radius: 0;
  padding: 12px 20px;
  color: #212529;
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
  border: none;
  text-transform: uppercase;
  display: flex;
  gap: 10px;
  white-space: nowrap;
}
.dark .inside-horizontal-tabs .nav-tabs .nav-item .nav-link.active {
  background: transparent;
  color: var(--theme-color);
  border-radius: 0;
  font-weight: 600;
  border: none;
  border-bottom: 2px solid var(--theme-color);
}
.dark .inside-horizontal-tabs .nav-tabs .nav-item + .nav-item {
  margin-top: 0;
}
.dark .inside-horizontal-tabs .tab-content {
  padding-left: 0;
  border-left: none;
  padding-top: 10px;
}
body.rtl .dark .inside-horizontal-tabs .tab-content {
  border-right: none;
}
@media (max-width: 991px) {
  .dark .inside-horizontal-tabs .tab-content {
    border-top: none;
    padding-top: 0;
  }
}
.dark .tab-style-color {
  display: flex;
  flex-wrap: nowrap;
  gap: calc(8px + 12 * (100vw - 320px) / 1600);
  border: none;
  overflow-x: auto;
  overflow-y: hidden;
}
@media (max-width: 1265px) {
  .dark .tab-style-color {
    margin-top: 13px;
  }
}
@media (max-width: 1265px) {
  .dark .tab-style-color-2 {
    margin-top: 0;
  }
}
@media (max-width: 850px) {
  .dark .tab-style-color-2 {
    margin-top: 13px;
    padding-bottom: 11px;
  }
}
.dark .tab-style-color .nav-item .nav-link {
  border: none;
  color: #ffffff;
  font-weight: 500;
  transition: all 0.3s ease-in-out;
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
  white-space: nowrap;
  background-color: #2a2d2d;
  line-height: 1;
  border: 1px solid var(--theme-color);
  padding: calc(9px + 5 * (100vw - 320px) / 1600) calc(14px + 16 * (100vw - 320px) / 1600);
  margin: 0;
}
.dark .tab-style-color .nav-item .nav-link.active,
.dark .tab-style-color .nav-item .nav-link:hover {
  background-color: var(--theme-color);
  color: #2a2d2d;
}
.dark .tab-style-color .nav-item .nav-link img {
  margin-right: 5px;
}
body.rtl .dark .tab-style-color .nav-item .nav-link img {
  margin-right: unset;
  margin-left: 5px;
}
.dark .theme-option {
  position: fixed;
  bottom: calc(10px + 15 * (100vw - 320px) / 1600);
  right: calc(10px + 15 * (100vw - 320px) / 1600);
  z-index: 0;
  transition: all 0.3s ease-in-out;
}
body.rtl .dark .theme-option {
  right: unset;
  left: calc(10px + 15 * (100vw - 320px) / 1600);
}
@media (max-width: 767px) {
  .dark .theme-option {
    bottom: calc(75px + 5 * (100vw - 320px) / 1600);
  }
}
.dark .theme-option .back-to-top {
  cursor: pointer;
  background-color: var(--theme-color);
  padding: 0;
  border-radius: 5px;
  z-index: 1;
  margin-top: 12px;
  position: relative;
  transform: translateX(70px);
  opacity: 0;
  visibility: hidden;
  display: none;
}
.dark .theme-option .back-to-top.show {
  display: block;
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}
.dark .theme-option .back-to-top a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(30px + 10 * (100vw - 320px) / 1600);
  height: calc(30px + 10 * (100vw - 320px) / 1600);
  line-height: 1;
}
.dark .theme-option .back-to-top a i {
  font-size: 23px;
  line-height: 1;
  color: #2a2d2d;
}
.dark .stickyCart .theme-option {
  bottom: 107px;
}
@media (max-width: 767px) {
  .dark .stickyCart .theme-option {
    bottom: 174px;
  }
}
.dark .stickyCart .compare-fix a {
  bottom: 107px;
}
@media (max-width: 767px) {
  .dark .stickyCart .compare-fix a {
    bottom: 142px;
  }
}
.dark .stickyCart footer {
  margin-bottom: 98px;
}
@media (max-width: 767px) {
  .dark .stickyCart footer {
    margin-bottom: 168px;
  }
}
.dark .setting-box {
  background-color: var(--theme-color);
  padding: 0;
  border-radius: 5px;
  z-index: 1;
  position: relative;
  transition: all 0.3s ease-in-out;
  width: max-content;
}
.dark .setting-box .setting-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(30px + 10 * (100vw - 320px) / 1600);
  height: calc(30px + 10 * (100vw - 320px) / 1600);
  padding: 0;
  color: #2a2d2d;
  line-height: 1;
}
.dark .setting-box .setting-button i {
  font-size: 22px;
  line-height: 1;
}
.dark .setting-box .theme-setting-2 {
  position: absolute;
  bottom: calc(40px + 6 * (100vw - 320px) / 1600);
  right: 12px;
  width: 350px;
  background-color: #2a2d2d;
  padding: 12px;
  border-radius: 8px 8px 0 8px;
  box-shadow: 0 4px 8px rgba(255, 255, 255, 0.12);
  transform: scale(0);
  transform-origin: bottom right;
  transition: all 0.3s ease-in-out;
}
body.rtl .dark .setting-box .theme-setting-2 {
  transform-origin: bottom left;
}
body.rtl .dark .setting-box .theme-setting-2 {
  right: unset;
  left: 12px;
  border-radius: 8px 8px 8px 0;
}
@media (max-width: 360px) {
  .dark .setting-box .theme-setting-2 {
    width: 275px;
  }
}
.dark .setting-box .theme-setting-2.active {
  transform: scale(1);
  transform-origin: bottom right;
}
body.rtl .dark .setting-box .theme-setting-2.active {
  transform-origin: bottom left;
}
.dark .setting-box .theme-setting-2 .theme-box ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 22px;
  gap: calc(7px + 8 * (100vw - 320px) / 1600);
}
body.rtl .dark .setting-box .theme-setting-2 .theme-box ul {
  padding-right: 0;
}
.dark .setting-box .theme-setting-2 .theme-box ul li {
  display: flex;
  align-items: center;
  width: 100%;
  padding-bottom: 14px;
  gap: 20px;
  border-bottom: 1px dashed rgba(119, 119, 119, 0.44);
}
.dark .setting-box .theme-setting-2 .theme-box ul li:last-child {
  padding-bottom: 0;
  border: none;
}
.dark .setting-box .theme-setting-2 .theme-box ul li.color-box {
  display: block;
  gap: 19px;
}
.dark .setting-box .theme-setting-2 .theme-box ul li .setting-name {
  margin-bottom: 0;
  width: 15%;
}
.dark .setting-box .theme-setting-2 .theme-box ul li .theme-setting-button {
  display: grid;
  gap: 10px;
  align-items: center;
  padding-top: 0;
  width: 100%;
  grid-template-columns: 1fr 1fr;
}
.dark .setting-box .theme-setting-2 .theme-box ul li .theme-setting-button button {
  width: 100%;
  background-color: var(--theme-color);
  color: #2a2d2d;
  font-size: calc(14px + 1 * (100vw - 320px) / 1600);
}
.dark .setting-box .theme-setting-2 .theme-box ul li .theme-setting-button button.outline {
  color: var(--theme-color);
  border: 1px solid var(--theme-color);
  background-color: #2a2d2d;
}
.dark .setting-box .theme-setting-2 .theme-box ul li .theme-setting-button button.rtl-outline {
  color: var(--theme-color);
  border: 1px solid var(--theme-color);
  background-color: #2a2d2d;
}
body.rtl .dark .setting-box .theme-setting-2 .theme-box ul li .theme-setting-button button.rtl-outline {
  color: #2a2d2d;
  border: 1px solid transparent;
  background-color: var(--theme-color);
}
.dark .setting-box .theme-setting-2 .theme-box ul li .theme-setting-button button.rtl-unline {
  color: #2a2d2d;
  border: 1px solid transparent;
  background-color: var(--theme-color);
}
body.rtl .dark .setting-box .theme-setting-2 .theme-box ul li .theme-setting-button button.rtl-unline {
  color: var(--theme-color);
  border: 1px solid var(--theme-color);
  background-color: #2a2d2d;
}
.dark .setting-box .theme-setting-2 .theme-box ul li .theme-setting-button.color-picker {
  padding: 0;
  border: none;
  background-color: transparent;
  box-shadow: none;
}
.dark .setting-box .theme-setting-2 .theme-box ul li .theme-setting-button.color-picker .form-control {
  background-color: transparent;
  display: flex;
  flex-wrap: nowrap;
  gap: 15px;
  padding: 0;
  border: none;
  align-items: center;
}
.dark .setting-box .theme-setting-2 .theme-box ul li .theme-setting-button.color-picker .form-control .form-control-color {
  width: 38px;
  height: 35px;
  padding: 0;
  font-size: 13px;
  border: none;
}
body.rtl .dark .setting-box .theme-setting-2 .theme-box ul li .theme-setting-button.color-picker .form-control .form-control-color {
  max-width: 100%;
}
.dark .setting-box .theme-setting-2 .theme-box ul li .theme-setting-button.color-picker .form-control .form-label {
  white-space: nowrap;
  width: auto;
  font-size: 16px;
  color: #dddddd;
}
.dark .timer ul {
  display: flex;
  align-items: center;
}
body.rtl .dark .timer ul {
  padding-left: unset;
  padding-right: 0;
}
@media (max-width: 360px) {
  .dark .timer ul {
    justify-content: space-between;
  }
}
@media (max-width: 575px) {
  .dark .timer ul {
    margin-top: 12px;
    justify-content: center;
  }
}
.dark .timer ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  position: relative;
  background-color: rgba(119, 119, 119, 0.44);
  padding: 8px;
  border-radius: 5px;
}
@media (max-width: 575px) {
  .dark .timer ul li {
    width: 40px;
    height: 40px;
  }
}
.dark .timer ul li + li {
  margin-left: 15px;
}
body.rtl .dark .timer ul li + li {
  margin-left: unset;
  margin-right: 15px;
}
.dark .timer ul li + li::after {
  content: ":";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-weight: bolder;
  left: -10px;
}
body.rtl .dark .timer ul li + li::after {
  left: unset;
  right: -10px;
}
.dark .timer ul li .counter h4,
.dark .timer ul li .counter .h4 {
  font-weight: 500;
}
@media (max-width: 575px) {
  .dark .timer ul li .counter h4,
  .dark .timer ul li .counter .h4 {
    font-size: 15px;
  }
}
.dark .timer-2 {
  margin-left: 40px;
}
@media (max-width: 575px) {
  .dark .timer-2 {
    margin-left: 0;
  }
}
.dark .timer-2 ul li {
  width: 60px;
  height: 60px;
  color: #ffffff;
  border: 1px solid #dddddd;
  background-color: white;
}
.dark .timer-2 ul li.bg-color {
  background-color: var(--theme-color);
  color: #2a2d2d;
}
.dark .timer-2 ul li .counter {
  font-size: 20px;
  font-weight: 500;
}
.dark .timer-2 ul li .counter h6,
.dark .timer-2 ul li .counter .h6 {
  font-size: 20px;
  font-weight: 500;
}
.dark .timer-2 ul li + li::after {
  color: #dddddd;
}
.dark .timer-box ul {
  display: flex;
  align-items: center;
}
@media (max-width: 360px) {
  .dark .timer-box ul {
    justify-content: space-between;
  }
}
@media (max-width: 575px) {
  .dark .timer-box ul {
    margin-top: 12px;
    justify-content: center;
  }
}
.dark .timer-box ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  position: relative;
  background-color: rgba(119, 119, 119, 0.44);
  padding: 8px;
  border-radius: 5px;
}
@media (max-width: 575px) {
  .dark .timer-box ul li {
    width: 40px;
    height: 40px;
  }
}
.dark .timer-box ul li + li {
  margin-left: 15px;
}
.dark .timer-box ul li + li::after {
  content: ":";
  position: absolute;
  font-weight: bolder;
  top: 50%;
  transform: translateY(-50%);
  left: -10px;
}
.dark .timer-box ul li .counter h4,
.dark .timer-box ul li .counter .h4 {
  font-weight: 500;
}
@media (max-width: 575px) {
  .dark .timer-box ul li .counter h4,
  .dark .timer-box ul li .counter .h4 {
    font-size: 15px;
  }
}
.dark .title-leaf {
  width: 140px;
  text-align: center;
  margin-top: 7px;
  position: relative;
  z-index: 0;
}
.dark .title-leaf::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: 1px;
  left: 0;
  background-color: var(--theme-color);
  z-index: -1;
}
.dark .title-leaf svg {
  background-color: #2a2d2d;
  width: 45px;
  z-index: 1;
  fill: var(--theme-color);
}
.dark .title-leaf svg.bg-gray {
  background-color: #1d1d22;
}
.dark .title {
  margin-bottom: calc(16px + 14 * (100vw - 320px) / 1600);
  display: inline-block;
  position: relative;
}
.dark .title h2,
.dark .title .h2 {
  font-weight: 700;
  color: #ffffff;
  position: relative;
}
.dark .title p {
  line-height: 1.5;
  margin: calc(5px + 5 * (100vw - 320px) / 1600) 0 0;
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
  color: #dddddd;
}
.dark .title-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1265px) {
  .dark .title-flex {
    display: block;
  }
}
.dark .title-flex .timing-box {
  display: inline-block;
}
.dark .title-flex .timing-box .timing {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ff4f4f;
  color: #2a2d2d;
  padding: calc(8px + 4 * (100vw - 320px) / 1600) calc(9px + 2 * (100vw - 320px) / 1600);
  border-radius: 5px;
}
@media (max-width: 1265px) {
  .dark .title-flex .timing-box .timing {
    margin-top: calc(14px + 6 * (100vw - 320px) / 1600);
  }
}
.dark .title-flex .timing-box .timing i {
  -webkit-text-stroke: 1px #2a2d2d;
  color: transparent;
  margin-right: 9px;
}
.dark .title-flex .timing-box .timing .feather,
.dark .title-flex .timing-box .timing i {
  font-size: 17px;
  width: 17px;
  height: 17px;
  margin-right: 9px;
}
body.rtl .dark .title-flex .timing-box .timing .feather,
body.rtl .dark .title-flex .timing-box .timing i {
  margin-left: 9px;
  margin-right: unset;
}
.dark .title-flex .timing-box .timing .name {
  font-weight: 600;
  margin-right: 8px;
  line-height: 1;
}
body.rtl .dark .title-flex .timing-box .timing .name {
  margin-left: 8px;
  margin-right: unset;
}
.dark .title-flex .timing-box .timing .time ul {
  display: flex;
  align-items: center;
}
body.rtl .dark .title-flex .timing-box .timing .time ul {
  padding-left: unset;
  padding-right: 0;
}
.dark .title-flex .timing-box .timing .time ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  line-height: 1;
}
.dark .title-flex .timing-box .timing .time ul li + li {
  margin-left: 15px;
}
body.rtl .dark .title-flex .timing-box .timing .time ul li + li {
  margin-left: unset;
  margin-right: 15px;
}
.dark .title-flex .timing-box .timing .time ul li + li::after {
  content: ":";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-weight: bolder;
  left: -10px;
}
body.rtl .dark .title-flex .timing-box .timing .time ul li + li::after {
  left: unset;
  right: -10px;
}
.dark .title-flex .timing-box .timing .time ul li .counter h6,
.dark .title-flex .timing-box .timing .time ul li .counter .h6 {
  font-weight: 600;
}
.dark .title .product-tabs {
  border: none;
  position: absolute;
  top: 0;
  right: 0;
}
.dark .title .product-tabs .nav-item {
  position: relative;
}
.dark .title .product-tabs .nav-item .nav-link {
  border: none;
  border-radius: unset;
  color: #dddddd;
  position: relative;
  font-weight: 400;
  font-size: 16px;
}
.dark .title .product-tabs .nav-item .nav-link.active {
  font-weight: 500;
  color: var(--theme-color);
}
.dark .title .product-tabs .nav-item .nav-link.active::before {
  content: "";
  position: absolute;
  width: 50px;
  height: 2px;
  bottom: 0;
  left: 17px;
  border-radius: 50px;
  background-color: var(--theme-color);
}
.dark .title .product-tabs .nav-item .nav-link.active::after {
  content: "";
  position: absolute;
  width: 4px;
  height: 2px;
  bottom: 0;
  left: 75px;
  border-radius: 50px;
  background-color: var(--theme-color);
}
.dark .title .product-tabs .nav-item + .nav-item {
  margin-left: 10px;
}
.dark .title .product-tabs .nav-item + .nav-item::before {
  content: "";
  position: absolute;
  width: 13px;
  height: 13px;
  top: 9px;
  left: -11px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.dark .title-border {
  border-bottom: 1px solid rgba(119, 119, 119, 0.44);
  padding-bottom: calc(14px + 6 * (100vw - 320px) / 1600);
  margin-bottom: calc(5px + 5 * (100vw - 320px) / 1600);
}
.dark .vendor-title h5,
.dark .vendor-title .h5 {
  font-weight: 700;
  font-size: calc(18px + 8 * (100vw - 320px) / 1600);
  margin-bottom: 10px;
  letter-spacing: 0.5px;
}
.dark .vendor-title p {
  margin-bottom: 0;
  font-size: calc(15px + 1 * (100vw - 320px) / 1600);
  color: #dddddd;
  line-height: 1.6;
}
.dark .seller-title h2,
.dark .seller-title .h2 {
  font-weight: 700;
  font-size: calc(24px + 13 * (100vw - 320px) / 1600);
  margin-bottom: calc(10px + 13 * (100vw - 320px) / 1600);
  letter-spacing: 0.5px;
  line-height: 1.3;
}
.dark .seller-title p {
  margin-bottom: 0;
  font-size: calc(15px + 1 * (100vw - 320px) / 1600);
  color: #dddddd;
  line-height: 1.6;
}
.dark .title-flex-2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 850px) {
  .dark .title-flex-2 {
    display: block;
  }
}
.dark .title-flex-2 .timing-box {
  display: inline-block;
}
.dark .title-flex-2 .timing-box .timing {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ff4f4f;
  color: #2a2d2d;
  padding: calc(8px + 4 * (100vw - 320px) / 1600) calc(9px + 2 * (100vw - 320px) / 1600);
  border-radius: 5px;
}
@media (max-width: 850px) {
  .dark .title-flex-2 .timing-box .timing {
    margin-top: calc(14px + 6 * (100vw - 320px) / 1600);
  }
}
.dark .title-flex-2 .timing-box .timing i {
  -webkit-text-stroke: 1px #2a2d2d;
  color: transparent;
  margin-right: 9px;
}
.dark .title-flex-2 .timing-box .timing .feather,
.dark .title-flex-2 .timing-box .timing i {
  font-size: 17px;
  width: 17px;
  height: 17px;
  margin-right: 9px;
}
body.rtl .dark .title-flex-2 .timing-box .timing .feather,
body.rtl .dark .title-flex-2 .timing-box .timing i {
  margin-left: 9px;
  margin-right: unset;
}
.dark .title-flex-2 .timing-box .timing .name {
  font-weight: 600;
  margin-right: 8px;
  line-height: 1;
}
body.rtl .dark .title-flex-2 .timing-box .timing .name {
  margin-left: 8px;
  margin-right: unset;
}
.dark .user-dashboard-title {
  position: relative;
}
.dark .user-dashboard-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: -20px;
  width: 3px;
  height: 26px;
  background-color: var(--theme-color);
}
body.rtl .dark .user-dashboard-title::after {
  left: unset;
  right: -20px;
}
.dark .tooltip {
  transition: opacity 0.15s linear;
}
.dark .tooltip .tooltip-arrow::before {
  border-top-color: var(--theme-color);
}
.dark .tooltip .tooltip-inner {
  font-weight: 500;
  background-color: var(--theme-color);
  color: #2a2d2d;
}
@media (min-width: 1464px) {
  .dark .container {
    max-width: 1440px;
  }
}
.dark .col-custome-3 {
  width: 22%;
}
@media (max-width: 1399px) {
  .dark .col-custome-3 {
    width: 25%;
  }
}
@media (max-width: 1199px) {
  .dark .col-custome-3 {
    width: 30%;
  }
}
@media (max-width: 991px) {
  .dark .col-custome-3 {
    width: 0;
  }
}
.dark .col-custome-9 {
  width: 78%;
}
@media (max-width: 1399px) {
  .dark .col-custome-9 {
    width: 75%;
  }
}
@media (max-width: 1199px) {
  .dark .col-custome-9 {
    width: 70%;
  }
}
@media (max-width: 991px) {
  .dark .col-custome-9 {
    width: 100%;
  }
}
.dark .fw-300 {
  font-weight: 300;
}
.dark .w-60 {
  width: 60% !important;
}
.dark .section-small-space {
  padding: calc(18px + 24 * (100vw - 320px) / 1600) 0;
}
.dark .section-big-space {
  padding: calc(40px + 120 * (100vw - 320px) / 1600) 0;
}
.dark .section-lg-space {
  padding: calc(30px + 40 * (100vw - 320px) / 1600) 0;
}
.dark section,
.dark .section-t-space {
  padding-top: calc(30px + 20 * (100vw - 320px) / 1600);
}
.dark .section-b-space {
  padding-bottom: calc(30px + 20 * (100vw - 320px) / 1600);
}
.dark .container-fluid-lg {
  padding: 0 calc(12px + 148 * (100vw - 320px) / 1600);
}
.dark .container-fluid-md {
  padding: 0 calc(12px + 38 * (100vw - 320px) / 1600);
}
.dark .container-fluid-xs {
  padding: 0 calc(12px + 13 * (100vw - 320px) / 1600);
}
.dark .section-small-space {
  padding: 30px 0;
}
.dark .p-top-left {
  display: flex;
  justify-content: flex-start;
}
body.rtl .dark .p-top-left {
  justify-content: flex-end;
}
.dark .p-top-center {
  display: flex;
  justify-content: center;
}
.dark .p-top-right {
  display: flex;
  justify-content: flex-end;
}
.dark .p-center-left {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
body.rtl .dark .p-center-left {
  justify-content: flex-end;
}
.dark .p-center {
  display: flex;
  align-items: center;
  justify-content: center;
}
.dark .p-center-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
body.rtl .dark .p-center-right {
  justify-content: flex-start;
}
.dark .p-bottom-left {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
}
body.rtl .dark .p-bottom-left {
  justify-content: flex-end;
}
.dark .p-bottom-center {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.dark .p-bottom-right {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
.dark .p-sticky {
  position: sticky;
  top: 130px;
}
.dark .ls-expanded {
  letter-spacing: 12px;
  margin-right: -12px;
}
.dark .ls-resize-expanded {
  letter-spacing: calc(4px + 6 * (100vw - 320px) / 1600);
}
.dark .g-8 {
  margin: -8px;
}
.dark .g-8 > div {
  padding: 8px;
}
.dark .icon-width {
  width: 25px;
  height: 25px;
}
.dark .rating {
  display: flex;
  align-items: center;
}
@media (max-width: 360px) {
  .dark .rating {
    display: flex;
    align-items: center;
  }
}
body.rtl .dark .rating {
  padding-left: unset;
  padding-right: 0;
}
.dark .rating li {
  line-height: 1.3;
}
.dark .rating li + li {
  margin-left: 2px;
}
body.rtl .dark .rating li + li {
  margin-left: unset;
  margin-right: 2px;
}
.dark .rating li i {
  font-size: 14px;
  color: #ffb321;
}
.dark .rating li i.fill {
  color: #ffb321;
}
.dark .product-rating {
  display: flex;
  align-items: center;
}
.dark .product-rating span {
  color: #ffb321;
  font-size: 20px;
  margin-right: 1px;
  line-height: 1;
}
body.rtl .dark .product-rating span {
  margin-left: 1px;
  margin-right: 0;
}
.dark .product-rating .rating-content {
  color: #dddddd;
  font-size: 12px;
  margin-left: 5px;
}
.dark .mend-auto {
  margin-right: auto !important;
  text-align: left;
}
.dark .mstart-auto {
  margin-left: auto !important;
  text-align: left;
}
.dark .fw-500 {
  font-weight: 500;
}
.dark .text-theme {
  color: var(--theme-color);
}
.dark .text-title {
  color: #ffffff !important;
}
.dark .text-content {
  color: #dddddd;
}
.dark .text-yellow {
  color: #ffb321 !important;
}
.dark .text-danger {
  color: #ff4f4f !important;
}
.dark .bg-gray {
  background-color: #1d1d22 !important;
}
.dark .bg-theme {
  background-color: var(--theme-color);
}
.dark .bg-theme.disabled {
  background-color: var(--theme-color);
  color: white;
}
.dark disabled.bg-theme {
  background-color: var(--theme-color);
}
.dark .bg-gradient-color {
  background:
    linear-gradient(
      149.8deg,
      #f8f8fb 17.21%,
      #f3f5f9 79.21%);
}
.dark .orange-color {
  color: #ffbc5d !important;
}
.dark .text-exo {
  font-family: "Exo 2", sans-serif;
}
.dark .text-russo {
  font-family: "Russo One", sans-serif;
}
.dark .text-pacifico {
  font-family: "Pacifico", cursive;
}
.dark .text-kaushan {
  font-family: "Kaushan Script", cursive;
}
.dark .text-great {
  font-family: "Great Vibes", cursive;
}
.dark .text-qwitcher {
  font-family: "Qwitcher Grypen", cursive;
}
.dark .w-58 {
  width: 58% !important;
}
.dark .colorpick-eyedropper-input-trigger {
  display: none;
}
.dark .hover-effect:hover {
  opacity: 1;
  animation: flash 1.5s;
}
.dark .bg-size {
  background-size: cover;
  background-repeat: no-repeat;
  display: block;
  background-position: center;
}
.dark .disabled-cls {
  opacity: 0.5;
  pointer-events: none;
  -webkit-user-select: none;
  user-select: none;
}
.dark .ckeditor-content h1,
.dark .ckeditor-content .h1,
.dark .ckeditor-content h2,
.dark .ckeditor-content .h2,
.dark .ckeditor-content h3,
.dark .ckeditor-content .h3,
.dark .ckeditor-content h4,
.dark .ckeditor-content .h4,
.dark .ckeditor-content h5,
.dark .ckeditor-content .h5,
.dark .ckeditor-content h6,
.dark .ckeditor-content .h6 {
  line-height: 1.7;
}
.dark .ckeditor-content ul,
.dark .ckeditor-content ol {
  padding-left: 2rem;
}
.dark .ckeditor-content ul li,
.dark .ckeditor-content ol li {
  display: list-item;
  line-height: 1.7;
  color: #dddddd !important;
}
.dark .ckeditor-content ul li + li,
.dark .ckeditor-content ol li + li {
  margin-top: 10px;
}
.dark .ckeditor-content p {
  color: #dddddd !important;
  line-height: 1.7;
}
.dark .ckeditor-content table {
  width: 100%;
}
.dark .ckeditor-content .table {
  border: 1px solid #ddd;
  border-bottom: none;
  border-left: none;
}
.dark .ckeditor-content .table th {
  background: rgba(0, 0, 0, 0.05);
  font-weight: 700;
}
.dark .ckeditor-content .table td,
.dark .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;
}
.dark .ckeditor-content .table > :not(caption) > * > * {
  border-bottom: none;
}
.dark .ckeditor-content blockquote {
  border-left: 5px solid #276534;
  font-style: italic;
  margin-left: 0;
  margin-right: 0;
  overflow: hidden;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.dark .ckeditor-content blockquote p {
  margin-bottom: 0;
}
.dark .ckeditor-content blockquote p + p {
  margin-top: 10px;
}
.dark a:hover {
  color: var(--theme-color);
}
.dark .header-offer .swiper .swiper-wrapper .swiper-slide {
  height: 20px !important;
}
.dark [class^=status-] span {
  padding: calc(3px + 2 * (100vw - 320px) / 1600) calc(13px + 3 * (100vw - 320px) / 1600);
  text-transform: uppercase;
  display: inline-block;
  border-radius: 100px;
  font-size: calc(13px + 1 * (100vw - 320px) / 1600);
  font-weight: 400;
}
.dark .status-danger span,
.dark .status-OutOfStock span,
.dark .status-failed span,
.dark .status-debit span {
  color: #e22454;
  border: 1px solid #e22454;
}
.dark .status-success span,
.dark .status-InStock span,
.dark .status-completed span,
.dark .status-approved span,
.dark .status-delivered span,
.dark .status-credit span {
  color: #2f8733;
  border: 1px solid #2f8733;
}
.dark .status-pending span,
.dark .status-draft span {
  color: #db8827;
  border: 1px solid #db8827;
}
.dark .status-processing span {
  color: #0077b3;
  border: 1px solid #0077b3;
}
.dark .status-refund span,
.dark .status-cancelled span,
.dark .status-rejected span {
  color: #d9534f;
  border: 1px solid #d9534f;
}
.dark .status-awaiting_for_approval span {
  color: #7e7e7e;
  border: 1px solid #7e7e7e;
}
.dark .ngx-toastr {
  border: none;
  padding: 20px 30px 20px 60px !important;
  background-color: white;
  border: 1px solid gainsboro;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.11) !important;
  margin-top: 20px !important;
  width: 390px !important;
}
.dark .ngx-toastr::after {
  content: "";
  position: absolute;
  left: 0;
  background-color: #0d462c;
  height: 32px;
  width: 2px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 2px;
}
.dark .ngx-toastr .toast-message {
  font-weight: 500;
  font-size: 16px;
}
.dark .toast-success {
  background-image: none;
  border: 1px solid #0d462c !important;
}
.dark .toast-success::after {
  content: "";
  position: absolute;
  left: 0;
  background-color: #0d462c;
  height: 32px;
  width: 2px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 2px;
}
.dark .toast-success::before {
  content: "\eb7b";
  position: absolute;
  font-family: remixicon;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  left: 22px;
  width: 25px;
  height: 25px;
  border-radius: 100%;
  background-color: #0d462c;
  color: #2a2d2d;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.dark .toast-error {
  border: 1px solid rgba(114, 28, 36, 0.5215686275) !important;
}
.dark .toast-error::after {
  content: "";
  position: absolute;
  left: 0;
  background-color: #721c24;
  height: 32px;
  width: 2px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 2px;
}
body.rtl .dark .toast-error::after {
  left: unset;
  right: 0;
}
.dark .owl-carousel {
  z-index: 0;
}
.dark .tooltip.show {
  opacity: 1;
}
.dark .w-max-content {
  width: max-content;
}
.dark .btn:disabled {
  pointer-events: none;
  cursor: none;
}
.dark .menu-no-data {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  background-color: #f8f8f8;
}
.dark body {
  font-family: "Public Sans", sans-serif;
  position: relative;
  font-size: 14px;
  color: #ffffff;
  margin: 0;
  background-color: #2a2d2d;
  transition: all 0.3s ease-in-out;
  padding-right: 0 !important;
}
.dark html {
  scroll-behavior: smooth;
}
.dark .bg-overlay {
  width: 100vw;
  height: 100vh;
  background-color: #ffffff;
  position: fixed;
  z-index: 9;
  top: 0;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
  left: 0;
}
.dark .bg-overlay.show {
  visibility: visible;
  opacity: 0.5;
}
.dark ul {
  padding-left: 0;
  margin-bottom: 0;
}
.dark li {
  display: inline-block;
  font-size: 14px;
}
.dark p {
  font-size: 14px;
  line-height: 18px;
}
.dark a {
  color: var(--theme-color);
  transition: 0.5s ease;
  text-decoration: none;
}
.dark a:hover {
  text-decoration: none;
  transition: 0.5s ease;
}
.dark a:focus {
  outline: none;
}
.dark button:focus {
  outline: none;
}
.dark .alert {
  display: flex;
  align-items: center;
  gap: 10px;
  background-color: #2a2d2d;
  box-shadow: 0 0 8px #ddd;
  border: none;
  border-left: 3px solid;
  border-radius: 0;
}
.dark .alert i {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #2a2d2d;
  border-radius: 6px;
  font-size: 20px;
}
.dark .alert.alert-danger i {
  background-color: #842029;
}
.dark .alert.alert-success i {
  background-color: #0f5132;
}
.dark .btn-close:focus {
  box-shadow: none;
}
.dark :focus {
  outline: none;
}
.dark .form-control {
  background-color: #2a2d2d;
}
.dark .form-control:focus {
  box-shadow: none;
  border-color: #ced4da;
}
.dark h1,
.dark .h1 {
  font-size: calc(40px + 30 * (100vw - 320px) / 1600);
  font-weight: 600;
  line-height: 1.1;
  text-transform: uppercase;
  margin: 0;
}
.dark h2,
.dark .h2 {
  font-size: calc(22px + 6 * (100vw - 320px) / 1600);
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  margin: 0;
}
.dark h3,
.dark .h3 {
  font-size: calc(16px + 4 * (100vw - 320px) / 1600);
  font-weight: 500;
  line-height: 1.2;
  margin: 0;
}
.dark h4,
.dark .h4 {
  font-size: calc(17px + 1 * (100vw - 320px) / 1600);
  line-height: 1.2;
  margin: 0;
  font-weight: 400;
}
.dark h5,
.dark .h5 {
  font-size: calc(15px + 1 * (100vw - 320px) / 1600);
  line-height: 1.2;
  margin: 0;
  font-weight: 400;
}
.dark h6,
.dark .h6 {
  font-size: calc(13px + 1 * (100vw - 320px) / 1600);
  line-height: 1.2;
  margin: 0;
  font-weight: 400;
}
.dark span {
  display: inline-block;
}
.dark .theme-color {
  color: var(--theme-color) !important;
}
.dark .theme-bg-color {
  background: var(--theme-color) !important;
}
.dark .sale-banner img {
  height: calc(74px + 62 * (100vw - 320px) / 1600) !important;
  object-position: center;
  object-fit: cover;
  border-radius: 5px;
}
.dark .sale-banner .banner-contain img {
  height: calc(74px + 62 * (100vw - 320px) / 1600) !important;
  object-position: center;
  object-fit: cover;
}
.dark .banner-contain {
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  height: 100%;
}
.dark .banner-contain img {
  object-fit: cover;
  object-position: left;
}
body.rtl .dark .banner-contain .banner-details {
  text-align: left;
}
.dark .banner-contain .banner-details.banner-b-space {
  padding: calc(27px + 18 * (100vw - 320px) / 1600) calc(20px + 120 * (100vw - 320px) / 1600);
}
.dark .banner-contain .banner-details .banner-box {
  position: absolute;
  top: 30px;
  left: 0;
  background-color: rgba(42, 45, 45, 0.5);
  padding: calc(8px + 4 * (100vw - 320px) / 1600) calc(30px + 9 * (100vw - 320px) / 1600) calc(8px + 4 * (100vw - 320px) / 1600) calc(8px + 4 * (100vw - 320px) / 1600);
  border-radius: 0px 60px 60px 0px;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  box-shadow: 0px 11px 10px rgba(221, 221, 221, 0.06);
}
.dark .banner-contain .banner-details .banner-box h5,
.dark .banner-contain .banner-details .banner-box .h5 {
  margin: calc(4px + 2 * (100vw - 320px) / 1600) 0;
  font-size: calc(14px + 4 * (100vw - 320px) / 1600);
  font-weight: 600;
}
.dark .banner-contain .banner-details .banner-button {
  position: absolute;
  bottom: calc(8px + 8 * (100vw - 320px) / 1600);
  left: calc(14px + 8 * (100vw - 320px) / 1600);
  color: #2a2d2d;
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
  font-weight: 600;
  display: flex;
  align-items: center;
}
.dark .banner-contain .banner-details h2,
.dark .banner-contain .banner-details .h2 {
  font-size: calc(20px + 22 * (100vw - 320px) / 1600);
}
.dark .banner-contain .banner-details h2.banner-title,
.dark .banner-contain .banner-details .banner-title.h2 {
  font-size: calc(31px + 19 * (100vw - 320px) / 1600);
  font-weight: 700;
}
.dark .banner-contain .banner-details h3,
.dark .banner-contain .banner-details .h3 {
  font-size: calc(20px + 10 * (100vw - 320px) / 1600);
  margin-top: -7px;
}
.dark .banner-contain .banner-details h4,
.dark .banner-contain .banner-details .h4 {
  font-size: calc(20px + 4 * (100vw - 320px) / 1600);
  line-height: 1.6;
}
.dark .banner-contain .banner-details .coupon-code {
  padding: calc(7px + 3 * (100vw - 320px) / 1600) calc(9px + 6 * (100vw - 320px) / 1600);
  border: 2px dashed rgba(42, 45, 45, 0.5);
  display: inline-block;
  font-weight: 500;
  margin-top: 13px;
  position: relative;
  z-index: 0;
}
.dark .banner-contain .banner-details .coupon-code:after {
  content: "";
  position: absolute;
  background-color: var(--theme-color);
  opacity: 0.5;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.dark .banner-contain .banner-details .coupon-code-white {
  background-color: rgba(42, 45, 45, 0.2);
}
.dark .banner-contain .banner-details .coupon-code.code-2 {
  background-color: rgba(153, 105, 31, 0.5);
}
.dark .banner-contain .banner-details p {
  color: #dddddd;
  line-height: 1.5;
}
body.rtl .dark .banner-contain .banner-details p {
  margin-right: auto;
}
.dark .banner-contain .banner-details p.banner-text {
  width: 62%;
}
@media (max-width: 575px) {
  .dark .banner-contain .banner-details p.banner-text {
    width: 80%;
  }
}
@media (max-width: 480px) {
  .dark .banner-contain .banner-details p.banner-text {
    width: 100%;
  }
}
.dark .banner-contain .banner-details .banner-timing {
  width: 100%;
  height: 210px;
  position: absolute;
  top: 0;
  left: 0;
  background:
    linear-gradient(
      181.97deg,
      rgba(255, 255, 255, 0.3) 1.66%,
      rgba(255, 255, 255, 0) 95.27%);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  text-align: center;
  color: #2a2d2d;
}
.dark .banner-contain .banner-details .banner-timing .time {
  margin-top: 25px;
}
.dark .banner-contain .banner-details .banner-timing .time ul {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
.dark .banner-contain .banner-details .banner-timing .time ul li .counter {
  width: 55px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px dashed #2a2d2d;
}
.dark .banner-contain .banner-details .banner-timing .time ul li .counter h5,
.dark .banner-contain .banner-details .banner-timing .time ul li .counter .h5 {
  font-weight: 600;
  margin-bottom: 4px;
}
.dark .banner-contain-2 {
  position: relative;
  border-radius: 5px;
  overflow: hidden;
}
.dark .banner-contain-2 img {
  width: 100%;
}
.dark .banner-contain-2 .banner-detail {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding: calc(14px + 11 * (100vw - 320px) / 1600) calc(19px + 6 * (100vw - 320px) / 1600);
}
body.rtl .dark .banner-contain-2 .banner-detail {
  left: unset;
  right: 0;
  text-align: left;
}
.dark .banner-contain-2 .banner-detail .banner-detail-box {
  position: relative;
  padding: 7px 0;
}
.dark .banner-contain-2 .banner-detail .banner-detail-box::before {
  content: "";
  position: absolute;
  width: 2px;
  height: 100%;
  top: 0;
  left: -10px;
  background-color: var(--theme-color);
}
.dark .banner-contain-2 .banner-detail .banner-detail-box-2 {
  padding: 7px 0 7px 17px;
}
.dark .banner-contain-2 .banner-detail .banner-detail-box-2::before {
  width: 5px;
  border-radius: 50px;
  left: 0;
}
body.rtl .dark .banner-contain-2 .banner-detail .banner-detail-box-2::before {
  left: 0;
  right: unset;
}
.dark .banner-contain-2 .banner-detail h3,
.dark .banner-contain-2 .banner-detail .h3 {
  font-size: calc(27px + 7 * (100vw - 320px) / 1600);
}
.dark .banner-contain-2 .banner-detail h3 .brand-name,
.dark .banner-contain-2 .banner-detail .h3 .brand-name {
  font-weight: bold;
  background-color: var(--theme-color);
  color: #2a2d2d;
  padding: calc(6px + 4 * (100vw - 320px) / 1600) calc(8px + 2 * (100vw - 320px) / 1600);
  position: relative;
  z-index: 0;
}
.dark .banner-contain-2 .banner-detail h3 .brand-name::before,
.dark .banner-contain-2 .banner-detail .h3 .brand-name::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: calc(3px + 4 * (100vw - 320px) / 1600);
  left: calc(3px + 3 * (100vw - 320px) / 1600);
  border: calc(1px + 1 * (100vw - 320px) / 1600) solid #ffffff;
  z-index: -1;
}
.dark .banner-contain-2 .banner-detail h2,
.dark .banner-contain-2 .banner-detail .h2 {
  font-size: calc(42px + 17 * (100vw - 1199px) / 721);
  font-weight: 700;
}
.dark .banner-contain-2 .banner-detail h4,
.dark .banner-contain-2 .banner-detail .h4 {
  font-weight: 600;
  font-size: calc(17px + 4 * (100vw - 320px) / 1600);
  color: #ffffff;
}
.dark .banner-contain-2 .banner-detail-2 {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding: calc(14px + 11 * (100vw - 320px) / 1600) calc(19px + 6 * (100vw - 320px) / 1600);
}
body.rtl .dark .banner-contain-2 .banner-detail-2 {
  left: unset;
  right: 0;
}
.dark .banner-contain-2 .banner-detail-2 > div {
  background:
    linear-gradient(
      180deg,
      rgba(42, 45, 45, 0.2) 24.21%,
      rgba(42, 45, 45, 0.2) 75.22%);
  padding: 22px;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
}
.dark .banner-contain-2 .banner-detail-2 h3,
.dark .banner-contain-2 .banner-detail-2 .h3 {
  font-size: calc(27px + 9 * (100vw - 320px) / 1600);
  font-weight: 700;
  color: #2a2d2d;
}
.dark .banner-contain-2 .banner-detail-2 h2,
.dark .banner-contain-2 .banner-detail-2 .h2 {
  font-size: calc(42px + 17 * (100vw - 1199px) / 721);
  font-weight: 700;
}
.dark .banner-contain-2 .banner-detail-2 button {
  background-color: var(--theme-color);
  color: #2a2d2d;
  margin: 9px auto 0;
}
.dark .banner-contain-3 {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.dark .banner-contain-3 .flower-pot {
  position: absolute;
  bottom: 0;
  right: -59px;
}
@media (max-width: 1199px) {
  .dark .banner-contain-3 .flower-pot {
    display: none;
  }
}
.dark .banner-contain-3 .social-image {
  height: 100%;
  object-fit: cover;
}
.dark .banner-contain-3 .delivery-bike {
  text-align: center;
}
.dark .banner-contain-3 .delivery-bike img {
  margin-top: -16px;
}
.dark .banner-contain-3.banner-contain-bg {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: block;
}
.dark .banner-contain-3 .banner-detail-2 h2,
.dark .banner-contain-3 .banner-detail-2 .h2 {
  font-size: calc(25px + 15 * (100vw - 320px) / 1600);
  margin-bottom: 10px;
  text-transform: none;
}
.dark .banner-contain-3 .banner-detail-2 h3,
.dark .banner-contain-3 .banner-detail-2 .h3 {
  font-size: 35px;
}
.dark .banner-contain-3 .banner-detail-2 h4,
.dark .banner-contain-3 .banner-detail-2 .h4 {
  font-size: 40px;
}
.dark .banner-contain-3 .banner-minus-position {
  margin-top: -13px;
}
@media (max-width: 575px) {
  .dark .banner-contain-3 .banner-minus-position {
    margin-top: 0;
  }
}
@media (max-width: 1660px) {
  .dark .banner-contain-3 .banner-detail-deliver {
    width: 60% !important;
    margin-left: auto;
  }
}
@media (max-width: 575px) {
  .dark .banner-contain-3 .banner-detail-deliver {
    width: 100% !important;
    background: #eaf5f5;
  }
}
.dark .banner-contain-3 .banner-detail {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  left: 0;
  padding: calc(20px + 30 * (100vw - 320px) / 1600);
}
.dark .banner-contain-3 .banner-detail.banner-half-width {
  width: 50%;
}
.dark .banner-contain-3 .banner-detail.banner-p-sm {
  padding: calc(15px + 15 * (100vw - 320px) / 1600) !important;
}
.dark .banner-contain-3 .banner-detail h2,
.dark .banner-contain-3 .banner-detail .h2 {
  font-size: calc(25px + 20 * (100vw - 320px) / 1600);
  margin-bottom: 3px;
}
.dark .banner-contain-3 .banner-detail h2.sale-name,
.dark .banner-contain-3 .banner-detail .sale-name.h2 {
  font-size: calc(25px + 13 * (100vw - 320px) / 1600);
}
.dark .banner-contain-3 .banner-detail h3,
.dark .banner-contain-3 .banner-detail .h3 {
  font-size: calc(18px + 14 * (100vw - 320px) / 1600);
  margin-bottom: 10px;
  line-height: 1.4;
}
.dark .banner-contain-3 .banner-detail h3.banner-contain,
.dark .banner-contain-3 .banner-detail .banner-contain.h3 {
  font-size: 33px;
  font-weight: bold;
  margin-bottom: 0;
}
@media (max-width: 1500px) {
  .dark .banner-contain-3 .banner-detail h3.banner-contain,
  .dark .banner-contain-3 .banner-detail .banner-contain.h3 {
    font-size: 20px;
  }
}
.dark .banner-contain-3 .banner-detail h4,
.dark .banner-contain-3 .banner-detail .h4 {
  font-size: calc(16px + 6 * (100vw - 320px) / 1600);
  margin-bottom: 5px;
  line-height: 1.4;
}
.dark .banner-contain-3 .banner-detail h4.furniture-title,
.dark .banner-contain-3 .banner-detail .furniture-title.h4 {
  position: relative;
  display: inline-block;
}
.dark .banner-contain-3 .banner-detail h4.furniture-title img,
.dark .banner-contain-3 .banner-detail .furniture-title.h4 img {
  position: absolute;
  top: -26px;
  right: -185px;
}
@media (max-width: 1199px) {
  .dark .banner-contain-3 .banner-detail h4.furniture-title img,
  .dark .banner-contain-3 .banner-detail .furniture-title.h4 img {
    display: none;
  }
}
@media (max-width: 1500px) {
  .dark .banner-contain-3 .banner-detail h4 .delivery-contain,
  .dark .banner-contain-3 .banner-detail .h4 .delivery-contain {
    font-size: 16px;
  }
}
.dark .banner-contain-3 .banner-detail h5,
.dark .banner-contain-3 .banner-detail .h5 {
  font-size: calc(15px + 3 * (100vw - 320px) / 1600);
  letter-spacing: 1px;
}
.dark .banner-contain-3 .banner-detail h6,
.dark .banner-contain-3 .banner-detail .h6 {
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
  margin-bottom: calc(10px + 10 * (100vw - 320px) / 1600);
}
.dark .banner-contain-3 .banner-detail p {
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
  margin-bottom: 0;
  line-height: 1.5;
  color: #dddddd;
  letter-spacing: 0.8px;
}
.dark .banner-contain-3 .banner-detail .banner-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
body.rtl .dark .banner-contain-3 .banner-detail .banner-list {
  padding-right: 0;
}
.dark .banner-contain-3 .banner-detail .banner-list li {
  display: block;
  width: 100%;
}
.dark .banner-contain-3 .banner-detail .banner-list li .delivery-box {
  display: flex;
  flex-wrap: nowrap;
  gap: 11px;
  align-items: center;
}
.dark .banner-contain-3 .banner-detail .banner-list li .delivery-box .check-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  background-color: #6bbe66;
  color: #2a2d2d;
  border-radius: 100%;
  font-size: 11px;
}
@media (max-width: 1500px) {
  .dark .banner-contain-3 .banner-detail .banner-list li .delivery-box .check-contain h5,
  .dark .banner-contain-3 .banner-detail .banner-list li .delivery-box .check-contain .h5 {
    font-size: 14px;
  }
}
.dark .banner-contain-3 .banner-detail .shop-now-button {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  color: #2a2d2d;
  font-size: 15px;
}
.dark .banner-contain-3 .banner-detail .shop-now-button i {
  font-size: 14px;
  margin-left: 8px;
  margin-top: -2px;
}
body.rtl .dark .banner-contain-3 .banner-detail .shop-now-button i {
  margin-left: unset;
  margin-right: 8px;
}
.dark .offer-banner {
  border-radius: 15px;
  overflow: hidden;
  position: relative;
}
.dark .offer-banner:hover .banner-detail {
  border-radius: 5px;
}
.dark .offer-banner:hover .banner-detail::after {
  opacity: 1;
}
.dark .offer-banner .banner-detail {
  position: absolute;
  top: calc(9px + 9 * (100vw - 320px) / 1600);
  left: calc(9px + 9 * (100vw - 320px) / 1600);
  padding: calc(7px + 3 * (100vw - 320px) / 1600) calc(21px + 5 * (100vw - 320px) / 1600) calc(7px + 3 * (100vw - 320px) / 1600) calc(10px + 5 * (100vw - 320px) / 1600);
  border-radius: 5px 30px 30px 5px;
  box-shadow: 0px 3px 4px rgba(255, 255, 255, 0.14);
  z-index: 0;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  background-color: rgba(42, 45, 45, 0.95);
}
.dark .offer-banner .banner-detail h5,
.dark .offer-banner .banner-detail .h5 {
  letter-spacing: 0.6px;
  margin-bottom: 3px;
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
}
.dark .offer-banner .banner-detail h6,
.dark .offer-banner .banner-detail .h6 {
  letter-spacing: 1.7px;
  color: #dddddd;
}
.dark .offer-banner .offer-box {
  position: absolute;
  bottom: calc(7px + 11 * (100vw - 320px) / 1600);
  right: calc(7px + 11 * (100vw - 320px) / 1600);
  background-color: var(--theme-color);
  border-radius: 50px;
}
.dark .offer-banner .offer-box a {
  color: #2a2d2d;
  padding: calc(4px + 4 * (100vw - 320px) / 1600) calc(15px + 6 * (100vw - 320px) / 1600);
  display: block;
}
.dark .offer-banner .offer-box a span {
  letter-spacing: 1.5px;
  font-size: calc(16px + 2 * (100vw - 320px) / 1600);
  font-weight: 500;
}
.dark .bank-section .bank-offer {
  border-radius: calc(9px + 11 * (100vw - 320px) / 1600);
  overflow: hidden;
}
.dark .bank-section .bank-offer:hover .bank-footer .bank-coupon::after {
  top: 0;
  height: 100%;
}
.dark .bank-section .bank-offer .bank-footer {
  padding: calc(7px + 10 * (100vw - 320px) / 1600) calc(13px + 13 * (100vw - 320px) / 1600);
  color: #2a2d2d;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background:
    linear-gradient(
      85.8deg,
      #bb0032 -4.64%,
      #ff584d 109.73%,
      #ff8c75 131.73%);
}
.dark .bank-section .bank-offer .bank-footer .bank-coupon {
  background:
    linear-gradient(
      85.8deg,
      #ff584d -4.64%,
      rgba(187, 0, 50, 0.1) 131.73%);
}
.dark .bank-section .bank-offer .bank-footer .bank-coupon::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  border-radius: 5px;
  transition: all 0.3s ease;
  background: #ff584d;
  background:
    linear-gradient(
      85.8deg,
      rgba(187, 0, 50, 0.1) 131.73%,
      #ff584d -4.64%);
}
.dark .bank-section .bank-offer .bank-footer h4,
.dark .bank-section .bank-offer .bank-footer .h4 {
  font-weight: 500;
  font-size: calc(15px + 3 * (100vw - 320px) / 1600);
  display: flex;
  align-items: center;
}
.dark .bank-section .bank-offer .bank-footer h4 input,
.dark .bank-section .bank-offer .bank-footer .h4 input {
  pointer-events: none;
  background-color: transparent;
  color: #2a2d2d;
  border: none;
  font-weight: 600;
  width: 60%;
  padding-block: 0;
}
body.rtl .dark .bank-section .bank-offer .bank-footer h4 input,
body.rtl .dark .bank-section .bank-offer .bank-footer .h4 input {
  text-align: left;
}
.dark .bank-section .bank-offer .bank-footer .bank-coupon {
  margin-left: auto;
  color: #2a2d2d;
  font-weight: 600;
  padding: 6px 21px;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
  z-index: 0;
}
.dark .bank-section .slider-bank-3 .owl-carousel .owl-stage .owl-item:nth-child(even) .bank-offer .bank-footer {
  background:
    linear-gradient(
      90deg,
      #2395e8 15.92%,
      #4eb5ff 49.57%);
}
.dark .bank-section .slider-bank-3 .owl-carousel .owl-stage .owl-item:nth-child(even) .bank-offer .bank-footer .bank-coupon {
  background:
    linear-gradient(
      90deg,
      #2395e8 15.92%,
      #4eb5ff 49.57%);
}
.dark .bank-section .slider-bank-3 .owl-carousel .owl-stage .owl-item:nth-child(even) .bank-offer .bank-footer .bank-coupon::after {
  background: #4eb5ff;
  background:
    linear-gradient(
      90deg,
      #4eb5ff 15.92%,
      #2395e8 49.57%);
}
.dark .bank-section .slider-bank-3 .owl-carousel .owl-stage .owl-item:nth-child(3n+1) .bank-offer .bank-footer {
  background:
    linear-gradient(
      85.8deg,
      #ffb321 -4.64%,
      #ff584d 109.73%,
      #ff8c75 131.73%);
}
.dark .bank-section .slider-bank-3 .owl-carousel .owl-stage .owl-item:nth-child(3n+1) .bank-offer .bank-footer .bank-coupon {
  background:
    linear-gradient(
      85.8deg,
      #ffb321 -4.64%,
      #ff584d 109.73%,
      #ff8c75 131.73%);
}
.dark .bank-section .slider-bank-3 .owl-carousel .owl-stage .owl-item:nth-child(3n+1) .bank-offer .bank-footer .bank-coupon::after {
  background: #ffb321;
  background:
    linear-gradient(
      85.8deg,
      #ffb321 -4.64%,
      #ff584d 109.73%,
      #ff8c75 131.73%);
}
.dark .shop-banner {
  width: 52% !important;
}
@media (max-width: 575px) {
  .dark .shop-banner {
    width: 100% !important;
  }
}
.dark .shop-banner > div {
  padding: calc(20px + 12 * (100vw - 320px) / 1600);
  background: var(--theme-color);
  color: #2a2d2d;
  border-radius: 9px;
}
.dark .shop-banner > div h2,
.dark .shop-banner > div .h2 {
  font-size: calc(21px + 16 * (100vw - 320px) / 1600) !important;
  font-weight: 700 !important;
  line-height: 1.2;
}
.dark .shop-banner > div h3,
.dark .shop-banner > div .h3 {
  font-size: calc(19px + 11 * (100vw - 320px) / 1600) !important;
  margin-top: 18px;
  margin-bottom: -2px;
}
@media (max-width: 575px) {
  .dark .banner-small.ratio_65 .bg-size:before {
    padding-top: 53%;
  }
}
.dark .banner-furniture > .row {
  direction: ltr;
}
@media (min-width: 1400px) {
  .dark .banner-furniture > .row > div {
    margin-left: 16.6666666667%;
  }
}
@media (min-width: 1400px) {
  .dark .banner-furniture > .row > div {
    margin-left: 8.3333333333%;
  }
}
.dark .blog-box:hover .blog-box-image a {
  transform: scale(1.12) rotate(3deg);
  overflow: hidden;
}
.dark .blog-box:hover .blog-detail h5,
.dark .blog-box:hover .blog-detail .h5 {
  color: var(--theme-color);
}
.dark .blog-box .blog-box-image {
  overflow: hidden;
  border-radius: 5px;
}
.dark .blog-box .blog-box-image .blog-image {
  transition: all 0.3s ease-in-out;
  display: block;
}
.dark .blog-box .blog-box-image .blog-image img {
  width: 100%;
  height: 100%;
}
.dark .blog-box .blog-detail {
  margin-top: 15px;
  display: block;
}
.dark .blog-box .blog-detail.blog-contain {
  background-color: #ff4f4f;
  display: block;
  height: 155px;
}
.dark .blog-box .blog-detail h6,
.dark .blog-box .blog-detail .h6 {
  color: #dddddd;
  margin-bottom: 3px;
  font-weight: 400;
}
.dark .blog-box .blog-detail h5,
.dark .blog-box .blog-detail .h5 {
  color: #ffffff;
  line-height: 1.5;
  font-weight: 600;
  font-size: calc(15px + 3 * (100vw - 320px) / 1600);
  transition: all 0.3s ease-in-out;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
}
.dark .blog-box.sticky-blog-box {
  position: relative;
}
.dark .blog-box.sticky-blog-box::before {
  content: "\f038";
  position: absolute;
  font-family: remixicon;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 33px;
  height: 33px;
  color: #2a2d2d;
  top: 8px;
  right: 8px;
  background-color: var(--theme-color);
  z-index: 1;
  border-radius: 6px;
  font-size: 18px;
}
.dark .blog-box.sticky-blog-box::after {
  content: none;
}
.dark .blog-section {
  z-index: 0;
  position: relative;
}
.dark .blog-section .blog-box {
  padding-bottom: 1px;
  border-radius: 10px;
  border: 1px solid rgba(119, 119, 119, 0.44);
  overflow: hidden;
  position: relative;
}
.dark .blog-section .blog-box:hover .blog-box-image a {
  transform: scale(1.12) rotate(3deg);
  overflow: hidden;
}
.dark .blog-section .blog-box:hover .blog-detail label {
  color: #2a2d2d;
}
.dark .blog-section .blog-box:hover .blog-detail label::before {
  opacity: 1;
}
.dark .blog-section .blog-box .blog-box-image {
  overflow: hidden;
  border-radius: 0;
}
.dark .blog-section .blog-box .blog-box-image a {
  transition: all 0.3s ease-in-out;
}
.dark .blog-section .blog-box .blog-image {
  position: relative;
}
.dark .blog-section .blog-box .blog-image label {
  position: absolute;
  bottom: 10px;
  left: 10px;
  background-color: var(--theme-color);
  color: #2a2d2d;
  border-radius: 5px;
  border: none;
  padding: 8px 10px;
  font-size: 12px;
  letter-spacing: 0.9px;
  box-shadow: 3px 3px 6px rgba(255, 255, 255, 0.2);
}
.dark .blog-section .blog-box .blog-detail {
  padding: calc(11px + 9 * (100vw - 320px) / 1600);
  margin-top: 0;
}
.dark .blog-section .blog-box .blog-detail h2,
.dark .blog-section .blog-box .blog-detail .h2 {
  font-size: calc(18px + 4 * (100vw - 320px) / 1600);
  line-height: 1.4;
}
.dark .blog-section .blog-box .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.3s ease-in-out;
}
.dark .blog-section .blog-box .blog-detail label::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: var(--theme-color);
  opacity: 0.1;
  z-index: -1;
  transition: all 0.3s ease-in-out;
}
.dark .blog-section .blog-box .blog-detail a {
  color: #ffffff;
  display: block;
}
.dark .blog-section .blog-box .blog-detail h3,
.dark .blog-section .blog-box .blog-detail .h3 {
  line-height: 1.4;
  margin-bottom: 5px;
  font-weight: 600;
}
.dark .blog-section .blog-box .blog-detail h5,
.dark .blog-section .blog-box .blog-detail .h5 {
  font-size: 15px;
  margin-top: 10px;
  font-weight: 500;
  color: #dddddd;
}
.dark .blog-section .blog-box .blog-detail .blog-list {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 15px;
  gap: calc(14px + 8 * (100vw - 320px) / 1600);
}
.dark .blog-section .blog-box .blog-detail .blog-list span {
  color: #dddddd;
  margin-bottom: -5px;
  font-size: calc(13px + 1 * (100vw - 320px) / 1600);
}
.dark .blog-section .blog-box .blog-detail .blog-list .blog-social-icon {
  position: relative;
}
.dark .blog-section .blog-box .blog-detail .blog-list .blog-social-icon .icon {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  background-color: #2a2d2d;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}
.dark .blog-section .blog-box .blog-detail .blog-list .blog-social-icon .icon li {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  transition: all 0.3s ease-in-out;
}
.dark .blog-section .blog-box .blog-detail .blog-list .blog-social-icon .icon li .fab {
  font-size: 14px;
  color: #dddddd;
}
.dark .blog-section .blog-box .blog-detail .blog-list .blog-social-icon:hover .icon {
  opacity: 1;
}
.dark .tags-sec {
  display: flex;
  align-items: center;
  gap: 15px;
}
.dark .tags-sec h5,
.dark .tags-sec .h5 {
  text-transform: uppercase;
  font-weight: 500;
}
.dark .tags-sec .contain-list {
  display: flex;
  align-items: center;
  gap: 10px;
}
.dark .tags-sec .contain-list li a {
  padding: 8px 16px;
  border-radius: 7px;
  background-color: #f8f8f8;
  color: #ffffff;
}
.dark .tags-sec .contain-list li a:hover {
  background-color: var(--theme-color);
  color: white;
}
.dark .dropdown-menu .blog-box .blog-box-image .blog-image img {
  height: 220px;
  object-fit: cover;
}
.dark .category-box {
  background-color: #f8f8f8;
  margin: 0px auto;
  display: block;
  width: 100%;
  text-align: center;
  border-radius: 5px;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  position: relative;
  padding: calc(15px + 20 * (100vw - 320px) / 1600) 8px;
  z-index: 0;
}
.dark .category-box.category-bg {
  background:
    linear-gradient(
      149.8deg,
      #f6f5f2 17.21%,
      #fbfaf9 79.21%);
}
.dark .category-box::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: var(--theme-color);
  opacity: 0;
  z-index: -1;
  transition: all 0.3s ease-in-out;
}
.dark .category-box:hover,
.dark .category-box.active {
  background-color: transparent;
}
.dark .category-box:hover::after,
.dark .category-box.active::after {
  opacity: 1;
}
.dark .category-box:hover img,
.dark .category-box.active img {
  filter: invert(1) brightness(100);
}
.dark .category-box:hover h5,
.dark .category-box:hover .h5,
.dark .category-box.active h5,
.dark .category-box.active .h5 {
  color: #ffffff;
}
.dark .category-box:hover .background-image,
.dark .category-box.active .background-image {
  filter: none;
  opacity: 1;
  visibility: visible;
}
.dark .category-box img {
  width: calc(38px + 7 * (100vw - 320px) / 1600) !important;
  height: calc(38px + 7 * (100vw - 320px) / 1600);
  object-fit: contain;
  margin: 0 auto;
  transition: all 0.3s ease-in-out;
}
.dark .category-box .background-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100%;
  object-fit: cover;
  visibility: hidden;
  opacity: 0;
  filter: none;
}
.dark .category-box h5,
.dark .category-box .h5 {
  color: #ffffff;
  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;
}
.dark .shop-box .shop-category-box {
  padding: 20px 10px;
  background-color: #1d1d22;
  display: block;
  text-align: center;
  border-radius: 0;
  margin: 0 !important;
  border-right: 1px solid rgba(119, 119, 119, 0.44);
}
.dark .shop-box .shop-category-box a {
  display: block;
  width: 100%;
}
.dark .shop-box .shop-category-box a .shop-category-image {
  width: 68px;
  height: 68px;
  display: inline-block;
  background-color: #1d1d22;
  padding: 8px;
  border-radius: 7px;
}
.dark .shop-box .shop-category-box a .shop-category-image img {
  width: 100%;
  height: 100%;
}
.dark .shop-box .shop-category-box a .category-box-name {
  position: relative;
  width: 90%;
  margin: 10px auto 0;
  background-color: #1d1d22;
  color: #ffffff;
  border-radius: 4px;
}
.dark .shop-box .shop-category-box a .category-box-name h6,
.dark .shop-box .shop-category-box a .category-box-name .h6 {
  color: #dddddd;
  font-size: 14px;
  font-weight: 500;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
}
.dark .deal-section .deal-box {
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: calc(18px + 7 * (100vw - 320px) / 1600);
  position: relative;
  display: flex;
  align-items: center;
}
.dark .deal-section .deal-box:hover .category-image img {
  transform: scale(1.05);
}
@media (max-width: 575px) {
  .dark .deal-section .deal-box {
    display: block;
  }
}
.dark .deal-section .deal-box .category-image {
  width: 60%;
}
@media (max-width: 575px) {
  .dark .deal-section .deal-box .category-image {
    width: 100%;
  }
}
.dark .deal-section .deal-box .category-image img {
  width: 80%;
  margin-left: auto;
  transition: all 0.3s ease-in-out;
}
body.rtl .dark .deal-section .deal-box .category-image img {
  margin-left: unset;
  margin-right: auto;
}
@media (max-width: 575px) {
  .dark .deal-section .deal-box .category-image img {
    width: 60%;
    margin: 0 auto 30px;
  }
}
.dark .deal-section .deal-box .buy-box {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: calc(18px + 7 * (100vw - 320px) / 1600);
  right: calc(18px + 7 * (100vw - 320px) / 1600);
  background-color: var(--theme-color);
  padding: calc(7px + 3 * (100vw - 320px) / 1600);
  border-radius: 5px;
}
body.rtl .dark .deal-section .deal-box .buy-box {
  right: unset;
  left: calc(18px + 7 * (100vw - 320px) / 1600);
}
.dark .deal-section .deal-box .buy-box .iconly-Buy {
  font-size: 24px;
}
.dark .deal-section .deal-box .deal-detail {
  width: 65%;
}
@media (max-width: 575px) {
  .dark .deal-section .deal-box .deal-detail {
    width: 100%;
  }
}
.dark .deal-section .deal-box .deal-detail .hot-deal {
  background-color: var(--theme-color);
  display: inline-block;
  padding: 3px 10px;
  border-radius: 50px;
  font-size: 11px;
  color: #2a2d2d;
  letter-spacing: 0.8px;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.dark .deal-section .deal-box .deal-detail .hot-deal span {
  line-height: 2.1;
}
.dark .deal-section .deal-box .deal-detail h5,
.dark .deal-section .deal-box .deal-detail .h5 {
  font-size: calc(16px + 2 * (100vw - 320px) / 1600);
  margin: 10px 0 8px;
  text-transform: uppercase;
  font-weight: 500;
}
.dark .deal-section .deal-box .deal-detail .price {
  color: var(--theme-color);
  font-weight: 500;
  margin-bottom: 10px;
}
.dark .deal-section .deal-box .deal-detail .price span {
  color: #dddddd;
  text-decoration: line-through;
  font-weight: 400;
  transition: 0.3s ease;
}
.dark .deal-section .deal-box .deal-detail .custom-progressbar {
  border-radius: 50px;
  height: 10px;
}
.dark .deal-section .deal-box .deal-detail .custom-progressbar .progress-bar {
  background: var(--theme-color2);
  border-radius: 50px;
}
.dark .deal-section .deal-box .deal-detail .item {
  color: #dddddd;
  margin-top: 18px;
}
.dark .deal-section .deal-box .deal-detail .item span {
  color: #ffffff;
  font-weight: 500;
}
.dark .deal-section .deal-box .deal-detail .timer {
  margin-top: 15px;
}
.dark .deal-section .deal-box .deal-detail .timer ul li .counter {
  font-size: calc(16px + 2 * (100vw - 320px) / 1600);
}
.dark .deal-section .deal-box .deal-detail .timer ul li .counter > div {
  line-height: 1;
}
.dark .deal-section .deal-box .offer {
  color: #dddddd;
  margin: 5px 0 12px;
}
.dark .category-section-2 .category-slider .owl-stage .owl-item:nth-child(4n+2) .shop-category-box a::before {
  background-color: #fff2ec;
}
.dark .category-section-2 .category-slider .owl-stage .owl-item:nth-child(4n+3) .shop-category-box a::before {
  background-color: #fce9e9;
}
.dark .category-section-2 .category-slider .owl-stage .owl-item:nth-child(4n+4) .shop-category-box a::before {
  background-color: #fcf1ff;
}
.dark .category-section-2 .category-slider .shop-category-box {
  position: relative;
  padding-top: 14px;
}
.dark .category-section-2 .category-slider .shop-category-box:hover a::before {
  border-radius: 11px;
}
.dark .category-section-2 .category-slider .shop-category-box:hover a img {
  transform: scale(1.04);
}
.dark .category-section-2 .category-slider .shop-category-box a {
  display: block;
  position: relative;
}
.dark .category-section-2 .category-slider .shop-category-box a.circle-1::before {
  background-color: #fff9d8;
}
.dark .category-section-2 .category-slider .shop-category-box a.circle-2::before {
  background-color: #fff2ec;
}
.dark .category-section-2 .category-slider .shop-category-box a.circle-3::before {
  background-color: #fce9e9;
}
.dark .category-section-2 .category-slider .shop-category-box a.circle-4::before {
  background-color: #fcf1ff;
}
.dark .category-section-2 .category-slider .shop-category-box a::before {
  content: "";
  position: absolute;
  top: -14px;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100px;
  transition: all 0.3s ease-in-out;
}
.dark .category-section-2 .category-slider .shop-category-box a img {
  position: relative;
  width: calc(87px + 23 * (100vw - 320px) / 1600);
  height: calc(87px + 13 * (100vw - 320px) / 1600);
  object-fit: contain;
  margin: 0 auto;
  transition: all 0.3s ease-in-out;
}
.dark .category-section-2 .category-slider .shop-category-box .category-name {
  position: relative;
  text-align: center;
  z-index: 0;
  margin: 16px auto 0;
}
.dark .category-section-2 .category-slider .shop-category-box .category-name h6,
.dark .category-section-2 .category-slider .shop-category-box .category-name .h6 {
  transition: all 0.3s ease-in-out;
  margin: 0 auto;
  font-size: calc(13px + 2 * (100vw - 320px) / 1600);
  letter-spacing: 0.7px;
  line-height: 1.3;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  -webkit-line-clamp: 3;
  margin-bottom: 0;
  font-weight: 500;
}
.dark .category-section-3 .category-box-list {
  padding: 20px;
  border-radius: 15px;
  background-color: #f8f8f8;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  z-index: 0;
}
.dark .category-section-3 .category-box-list::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--theme-color);
  z-index: -1;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.dark .category-section-3 .category-box-list:hover {
  background-color: #2a2d2d;
}
.dark .category-section-3 .category-box-list:hover::after {
  opacity: 0.15;
}
.dark .category-section-3 .category-box-list:hover .category-name h4,
.dark .category-section-3 .category-box-list:hover .category-name .h4 {
  font-weight: 700;
  color: var(--theme-color);
}
.dark .category-section-3 .category-box-list:hover .category-name h6,
.dark .category-section-3 .category-box-list:hover .category-name .h6 {
  color: #ffffff;
}
.dark .category-section-3 .category-box-list:hover .category-box-view .shop-button {
  opacity: 1;
  bottom: 17px;
}
.dark .category-section-3 .category-box-list:hover a img {
  opacity: 0.7;
  transform: scale(1.03);
}
.dark .category-section-3 .category-box-list .category-box-view .shop-button {
  left: 50%;
  transform: translateX(-50%);
  background-color: var(--theme-color);
  font-size: 14px;
  padding: 10px 20px;
  color: #2a2d2d;
  font-weight: 600;
  position: absolute;
  bottom: -40px;
  opacity: 0;
}
.dark .category-section-3 .category-box-list .category-box-view .shop-button i {
  margin-left: 6px;
  font-size: 12px;
}
.dark .category-section-3 .category-box-list .category-box-view > a {
  width: 100%;
  height: 130px;
}
.dark .category-section-3 .category-box-list .category-box-view > a img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.dark .category-section-3 .category-box-list .category-name {
  margin-bottom: 20px;
  color: #ffffff;
  display: block;
}
.dark .category-section-3 .category-box-list .category-name h4,
.dark .category-section-3 .category-box-list .category-name .h4 {
  font-weight: 600;
  transition: all 0.3s ease-in-out;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
}
.dark .category-section-3 .category-box-list .category-name h6,
.dark .category-section-3 .category-box-list .category-name .h6 {
  margin-top: 5px;
  color: #dddddd;
  transition: all 0.3s ease-in-out;
}
.dark .category-section-3 .category-box-list a {
  display: block;
  position: relative;
}
.dark .category-section-3 .category-box-list a img {
  margin: 0 auto;
  transition: all 0.3s ease-in-out;
}
.dark .category-section-4 .shop-category-box {
  text-align: center;
}
.dark .category-section-4 .shop-category-box img {
  width: 120px;
  height: 120px;
  object-fit: contain;
  border-radius: 25px;
  margin: 0 auto;
  border: 2px solid #2a2d2d;
}
.dark .category-section-4 .shop-category-box .category-name {
  margin-top: 14px;
}
.dark .category-section-4 .shop-category-box .category-name h6,
.dark .category-section-4 .shop-category-box .category-name .h6 {
  font-size: 16px;
  color: #2a2d2d;
  font-weight: 500;
}
.dark .no-bg-category .product-list:before,
.dark .no-bg-category .product-list:after {
  display: none;
}
.dark .no-bg-category .category-menu {
  background-color: transparent;
  padding: 0;
}
.dark footer {
  background-color: #276534;
  position: relative;
  z-index: 0;
}
@media (max-width: 767px) {
  .dark footer .main-footer {
    border: none;
    padding-top: 0;
  }
}
.dark footer .main-footer .footer-theme .footer-theme-contain {
  margin-top: calc(13px + 7 * (100vw - 320px) / 1600);
}
.dark footer .main-footer .footer-theme .footer-theme-contain p {
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
  color: #2a2d2d;
  line-height: 27px;
  margin-bottom: 0;
}
.dark footer .main-footer .footer-theme .footer-theme-contain ul.address {
  margin-top: calc(17px + 13 * (100vw - 320px) / 1600);
}
.dark footer .main-footer .footer-theme .footer-theme-contain ul.address li {
  display: flex;
  align-items: center;
}
.dark footer .main-footer .footer-theme .footer-theme-contain ul.address li i {
  font-size: 18px;
  color: #2a2d2d;
}
.dark footer .main-footer .footer-theme .footer-theme-contain ul.address li p {
  margin: 1px 0 0 10px;
  color: #2a2d2d;
}
body.rtl .dark footer .main-footer .footer-theme .footer-theme-contain ul.address li p {
  margin: 1px 10px 0 0;
}
.dark footer .main-footer .footer-theme .footer-theme-contain ul li {
  display: block;
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
}
.dark footer .main-footer .footer-theme .footer-theme-contain ul li a:hover {
  color: #2a2d2d;
}
.dark footer .main-footer .footer-theme .footer-theme-contain ul li + li {
  margin-top: calc(4px + 11 * (100vw - 320px) / 1600);
}
.dark footer .main-footer .footer-logo .theme-logo {
  display: flex;
  align-items: center;
}
@media (max-width: 575px) {
  .dark footer .main-footer .footer-logo .theme-logo {
    margin-bottom: 15px;
  }
}
.dark footer .main-footer .footer-logo .theme-logo a img {
  width: calc(120px + 40 * (100vw - 320px) / 1600);
}
.dark footer .main-footer .footer-logo .theme-logo h4,
.dark footer .main-footer .footer-logo .theme-logo .h4 {
  margin-left: 10px;
}
.dark footer .main-footer .footer-logo .footer-logo-contain {
  margin: calc(13px + 7 * (100vw - 320px) / 1600) 0;
}
.dark footer .main-footer .footer-logo .footer-logo-contain p {
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
  color: #2a2d2d;
  line-height: 27px;
  margin-bottom: 0;
  width: 88%;
}
@media (max-width: 575px) {
  .dark footer .main-footer .footer-logo .footer-logo-contain p {
    width: calc(100% + -12 * (100vw - 320px) / 255);
  }
}
.dark footer .main-footer .footer-logo .footer-logo-contain .address {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: calc(7px + 23 * (100vw - 320px) / 1600);
}
body.rtl .dark footer .main-footer .footer-logo .footer-logo-contain .address {
  padding-left: unset;
  padding-right: 0;
}
.dark footer .main-footer .footer-logo .footer-logo-contain .address li {
  display: flex;
  align-items: flex-start;
  width: 100%;
}
.dark footer .main-footer .footer-logo .footer-logo-contain .address li:hover a {
  transition: all 0.3s ease-in-out;
}
.dark footer .main-footer .footer-logo .footer-logo-contain .address li:hover i {
  transition: all 0.3s ease-in-out;
}
.dark footer .main-footer .footer-logo .footer-logo-contain .address li i {
  color: #2a2d2d;
  line-height: 1;
  font-size: 18px;
}
.dark footer .main-footer .footer-logo .footer-logo-contain .address li a {
  margin: 0 0 0 10px;
  color: #2a2d2d;
  line-height: 18px;
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
}
body.rtl .dark footer .main-footer .footer-logo .footer-logo-contain .address li a {
  margin-right: 10px;
  margin-left: unset;
}
.dark footer .main-footer .footer-title {
  position: relative;
}
.dark footer .main-footer .footer-title h4,
.dark footer .main-footer .footer-title .h4 {
  color: white;
}
@media (max-width: 575px) {
  .dark footer .main-footer .footer-title {
    cursor: pointer;
  }
  .dark footer .main-footer .footer-title:before {
    font-family: remixicon;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    content: "\ea4e";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #2a2d2d;
    right: 0;
    font-size: 19px;
    line-height: 1;
  }
  body.rtl .dark footer .main-footer .footer-title:before {
    right: unset;
    left: 0;
  }
  .dark footer .main-footer .footer-title.show::before {
    transform: translateY(-50%) rotateX(180deg);
  }
  .dark footer .main-footer .footer-title.show ~ .footer-contain {
    height: auto;
    visibility: visible;
  }
}
@media (max-width: 575px) {
  .dark footer .main-footer .footer-title.contact-title {
    cursor: default;
  }
  .dark footer .main-footer .footer-title.contact-title:before {
    content: none;
  }
}
.dark footer .main-footer .footer-title h4,
.dark footer .main-footer .footer-title .h4 {
  font-size: calc(17px + 3 * (100vw - 320px) / 1600);
  font-weight: 600;
}
@media (max-width: 575px) {
  .dark footer .main-footer .footer-title h4,
  .dark footer .main-footer .footer-title .h4 {
    font-weight: 500;
  }
}
.dark footer .main-footer .footer-contain {
  margin-top: calc(12px + 8 * (100vw - 320px) / 1600);
}
@media (max-width: 575px) {
  .dark footer .main-footer .footer-contain {
    height: 0;
    overflow: hidden;
    visibility: hidden;
    transition: all 0.5s ease-in-out;
  }
}
.dark footer .main-footer .footer-contain p {
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
  color: #2a2d2d;
  line-height: 27px;
  margin-bottom: 0;
}
.dark footer .main-footer .footer-contain ul.address {
  margin-top: calc(17px + 13 * (100vw - 320px) / 1600);
}
.dark footer .main-footer .footer-contain ul.address li {
  display: flex;
  align-items: flex-start;
}
.dark footer .main-footer .footer-contain ul.address li i {
  color: #2a2d2d;
  font-size: 18px;
}
.dark footer .main-footer .footer-contain ul.address li p,
.dark footer .main-footer .footer-contain ul.address li a {
  margin: 0 0 0 10px;
  color: #2a2d2d;
  line-height: 18px;
}
body.rtl .dark footer .main-footer .footer-contain ul.address li p,
body.rtl .dark footer .main-footer .footer-contain ul.address li a {
  margin-right: 10px;
  margin-left: unset;
}
.dark footer .main-footer .footer-contain ul li {
  display: block;
  font-size: 16px;
}
.dark footer .main-footer .footer-contain ul li a {
  display: inline-block;
  position: relative;
}
.dark footer .main-footer .footer-contain ul li a::before {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  left: 0;
  bottom: 0;
  background-color: var(--theme-color);
  transition: all 0.3s ease-in-out;
}
body.rtl .dark footer .main-footer .footer-contain ul li a::before {
  left: unset;
  right: 0;
}
.dark footer .main-footer .footer-contain ul li a::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 5px;
  height: 5px;
  left: -13px;
  background-color: var(--theme-color);
  border-radius: 100%;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
body.rtl .dark footer .main-footer .footer-contain ul li a::after {
  left: unset;
  right: -13px;
}
.dark footer .main-footer .footer-contain ul li a:hover {
  margin-left: 13px;
}
body.rtl .dark footer .main-footer .footer-contain ul li a:hover {
  margin-left: unset;
  margin-right: 13px;
}
.dark footer .main-footer .footer-contain ul li a:hover::before {
  width: 100%;
}
.dark footer .main-footer .footer-contain ul li a:hover::after {
  opacity: 1;
}
@media (max-width: 575px) {
  .dark footer .main-footer .footer-contain ul li a {
    padding-left: 13px;
    margin-left: 5px;
  }
  body.rtl .dark footer .main-footer .footer-contain ul li a {
    padding-left: unset;
    padding-right: 13px;
    margin-left: unset;
    margin-right: 5px;
  }
  .dark footer .main-footer .footer-contain ul li a::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 5px;
    height: 1px;
    left: 0;
    background-color: rgba(42, 45, 45, 0.76);
    border-radius: 100%;
    opacity: 1;
    transition: all 0.3s ease-in-out;
  }
  body.rtl .dark footer .main-footer .footer-contain ul li a::after {
    left: unset;
    right: 0;
  }
  .dark footer .main-footer .footer-contain ul li a::before {
    content: unset;
  }
  .dark footer .main-footer .footer-contain ul li a:hover {
    color: #2a2d2d;
    margin-left: 5px;
  }
  body.rtl .dark footer .main-footer .footer-contain ul li a:hover {
    margin-left: unset;
    margin-right: 5px;
  }
  .dark footer .main-footer .footer-contain ul li a:hover::before {
    width: 100%;
  }
  .dark footer .main-footer .footer-contain ul li a:hover::after {
    opacity: 1;
  }
}
.dark footer .main-footer .footer-contain ul li + li {
  margin-top: calc(8px + 7 * (100vw - 320px) / 1600);
}
.dark footer .main-footer .social-app::before {
  content: none;
}
.dark footer .main-footer .social-app ul {
  display: flex;
  flex-wrap: nowrap;
  gap: 8px;
  align-items: center;
}
.dark footer .main-footer .social-app ul li {
  display: inline-block;
}
.dark footer .main-footer .social-app ul li::before {
  content: none !important;
}
.dark footer .main-footer .social-app ul li a {
  display: block;
}
.dark footer .main-footer .social-app ul li a img {
  width: calc(114px + 26 * (100vw - 320px) / 1600);
}
.dark footer .main-footer .footer-contact {
  margin-top: calc(13px + 7 * (100vw - 320px) / 1600);
}
body.rtl .dark footer .main-footer .footer-contact {
  padding-left: unset;
  padding-right: 0;
}
.dark footer .main-footer .footer-contact ul li {
  display: block;
  margin-bottom: calc(30px + 20 * (100vw - 320px) / 1600);
  position: relative;
}
.dark footer .main-footer .footer-contact ul li:last-child {
  margin-bottom: 0;
}
.dark footer .main-footer .footer-contact ul li:last-child::before {
  content: none;
}
.dark footer .main-footer .footer-contact ul li.social-app ul li a {
  display: block;
}
.dark footer .main-footer .footer-contact ul li.social-app ul li a img {
  width: calc(114px + 25 * (100vw - 320px) / 1600);
}
.dark footer .main-footer .footer-contact ul li::before {
  content: "";
  position: absolute;
  bottom: -24px;
  right: 0;
  width: calc(100% - 33px);
  border-bottom: 1px dashed #c1c1c1;
}
body.rtl .dark footer .main-footer .footer-contact ul li::before {
  right: unset;
  left: 0;
}
@media (max-width: 1460px) {
  .dark footer .main-footer .footer-contact ul li::before {
    bottom: -20px;
  }
}
@media (max-width: 991px) {
  .dark footer .main-footer .footer-contact ul li::before {
    bottom: -18px;
  }
}
@media (max-width: 767px) {
  .dark footer .main-footer .footer-contact ul li::before {
    bottom: -16px;
  }
}
@media (max-width: 360px) {
  .dark footer .main-footer .footer-contact ul li::before {
    bottom: -13px;
  }
}
.dark footer .main-footer .footer-contact ul li .footer-number {
  display: flex;
  flex-wrap: nowrap;
  gap: 12px;
  align-items: flex-start;
}
.dark footer .main-footer .footer-contact ul li .footer-number i {
  color: #2a2d2d;
  font-size: 22px;
  line-height: 1;
}
.dark footer .main-footer .footer-contact ul li .footer-number .contact-number h5,
.dark footer .main-footer .footer-contact ul li .footer-number .contact-number .h5 {
  margin-top: 6px;
  font-weight: 600;
  color: #ffffff;
}
.dark footer .sub-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px dashed #c1c1c1;
}
@media (max-width: 991px) {
  .dark footer .sub-footer {
    display: block;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .dark footer .sub-footer {
    margin-bottom: 50px;
  }
}
@media (max-width: 991px) {
  .dark footer .sub-footer .payment {
    margin: 8px 0;
  }
}
.dark footer .sub-footer .reserve h6,
.dark footer .sub-footer .reserve .h6 {
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
}
.dark footer .sub-footer .social-link {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .dark footer .sub-footer .social-link {
    justify-content: center;
  }
}
.dark footer .sub-footer .social-link h6,
.dark footer .sub-footer .social-link .h6 {
  margin-right: 10px;
  font-size: 16px;
}
body.rtl .dark footer .sub-footer .social-link h6,
body.rtl .dark footer .sub-footer .social-link .h6 {
  margin-left: 10px;
  margin-right: unset;
}
.dark footer .sub-footer .social-link ul {
  display: flex;
  align-items: center;
}
.dark footer .sub-footer .social-link ul li:hover i {
  transform: translateY(-5px);
}
.dark footer .sub-footer .social-link ul li a {
  display: block;
}
.dark footer .sub-footer .social-link ul li a:hover i {
  transform: translateY(-5px);
  color: #000000;
}
.dark footer .sub-footer .social-link ul li a i {
  font-size: calc(26px + 2 * (100vw - 320px) / 1600);
  color: #2a2d2d;
  transition: all 0.3s ease-in-out;
}
.dark footer .sub-footer .social-link ul li + li {
  margin-left: 8px;
}
body.rtl .dark footer .sub-footer .social-link ul li + li {
  margin-left: unset;
  margin-right: 8px;
}
.dark footer .sub-footer ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 6px;
}
@media (max-width: 991px) {
  .dark footer .sub-footer ul {
    display: block;
    text-align: center;
  }
}
.dark footer .sub-footer ul li {
  display: block;
}
.dark footer.footer-section-2 {
  background-color: #1d1d22;
}
.dark footer.footer-section-2 .text-content {
  color: white;
}
.dark footer.footer-section-2::before,
.dark footer.footer-section-2::after {
  content: none;
}
.dark footer.footer-section-2 .download-image {
  margin-top: calc(20px + 10 * (100vw - 320px) / 1600);
}
.dark footer.footer-section-2.footer-color-2 {
  background-color: #051616;
}
.dark footer.footer-section-2.footer-color-2 .no-data-footer h4,
.dark footer.footer-section-2.footer-color-2 .no-data-footer .h4 {
  color: white;
}
.dark footer.footer-section-2.footer-color-3 {
  background-color: #1d2328;
}
.dark footer.footer-section-2 .main-footer .footer-logo .footer-logo-contain .address li a,
.dark footer.footer-section-2 .main-footer .footer-logo .footer-logo-contain .address li i {
  color: #bfbfbf;
}
.dark footer.footer-section-2 .main-footer .footer-title h4,
.dark footer.footer-section-2 .main-footer .footer-title .h4 {
  color: #fff;
}
.dark footer.footer-section-2 .main-footer .footer-contain ul li a {
  color: white;
}
.dark footer.footer-section-2 .main-footer .footer-contact ul li::before {
  border-color: rgba(236, 236, 236, 0.2);
}
.dark footer.footer-section-2 .main-footer .footer-contact ul li .footer-number i {
  color: white;
}
.dark footer.footer-section-2 .main-footer .footer-contact ul li .footer-number .contact-number h6,
.dark footer.footer-section-2 .main-footer .footer-contact ul li .footer-number .contact-number .h6 {
  color: white;
}
.dark footer.footer-section-2 .main-footer .footer-contact ul li .footer-number .contact-number h5,
.dark footer.footer-section-2 .main-footer .footer-contact ul li .footer-number .contact-number .h5 {
  color: #fff;
}
.dark footer.footer-section-2 .main-footer {
  padding-bottom: calc(18px + 32 * (100vw - 320px) / 1600);
  border-top: unset;
}
.dark footer.footer-section-2 .main-footer .foot-logo img {
  width: calc(120px + 40 * (100vw - 320px) / 1600);
}
.dark footer.footer-section-2 .main-footer .information-text {
  margin-bottom: 0;
  margin-top: calc(5px + 15 * (100vw - 320px) / 1600);
  color: #2a2d2d;
  font-weight: 400;
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
  line-height: 1.7;
}
.dark footer.footer-section-2 .main-footer .information-text-2 {
  color: #bfbfbf;
  margin-top: calc(18px + 12 * (100vw - 320px) / 1600);
}
.dark footer.footer-section-2 .main-footer .footer-logo-contain p {
  color: #bfbfbf;
  margin-top: calc(18px + 12 * (100vw - 320px) / 1600);
}
.dark footer.footer-section-2 .main-footer .footer-logo-contain .social-link ul {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-top: 15px;
}
.dark footer.footer-section-2 .main-footer .footer-logo-contain .social-link ul li a i {
  font-size: 24px;
  color: #2a2d2d;
  transition: color 0.3s ease;
}
.dark footer.footer-section-2 .main-footer .footer-logo-contain .social-link ul li a i:hover {
  color: var(--theme-color);
}
.dark footer.footer-section-2 .main-footer .social-icon {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 20px;
}
body.rtl .dark footer.footer-section-2 .main-footer .social-icon {
  padding-left: unset;
  padding-right: 0;
}
.dark footer.footer-section-2 .main-footer .social-icon li {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  position: relative;
  z-index: 0;
  transition: all 0.3s ease-in-out;
}
.dark footer.footer-section-2 .main-footer .social-icon li.light-bg::after {
  background-color: #2a2d2d;
  opacity: 0.1;
  transition: all 0.3s ease-in-out;
}
.dark footer.footer-section-2 .main-footer .social-icon li.light-bg:hover::after {
  opacity: 0.3;
}
.dark footer.footer-section-2 .main-footer .social-icon li::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: var(--theme-color);
  opacity: 0.06;
  border-radius: 50%;
  z-index: -1;
  transition: all 0.3s ease-in-out;
}
.dark footer.footer-section-2 .main-footer .social-icon li:hover::after {
  opacity: 1;
}
.dark footer.footer-section-2 .main-footer .social-icon li:hover i {
  color: #2a2d2d;
}
.dark footer.footer-section-2 .main-footer .social-icon li a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #2a2d2d;
}
.dark footer.footer-section-2 .main-footer .social-icon li a i {
  transition: all 0.3s ease-in-out;
}
.dark footer.footer-section-2 .main-footer .social-icon li a.footer-link-color {
  color: #2a2d2d;
}
.dark footer.footer-section-2 .main-footer .download-app {
  margin-top: 20px;
}
.dark footer.footer-section-2 .main-footer .download-app span {
  margin-bottom: 0;
  margin-top: 20px;
  color: #2a2d2d;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
}
.dark footer.footer-section-2 .main-footer .download-app img {
  width: 110px;
  margin-left: 8px;
}
.dark footer.footer-section-2 .main-footer .footer-title {
  margin-bottom: calc(13px + 23 * (100vw - 320px) / 1600);
  font-size: calc(18px + 4 * (100vw - 320px) / 1600);
  font-family: "Public Sans", sans-serif;
  font-weight: 600;
  position: relative;
}
.dark footer.footer-section-2 .main-footer .footer-list-light li a:hover {
  color: #2a2d2d;
}
.dark footer.footer-section-2 .main-footer .footer-list {
  display: flex;
  flex-wrap: wrap;
  gap: calc(7px + 9 * (100vw - 320px) / 1600);
}
body.rtl .dark footer.footer-section-2 .main-footer .footer-list {
  padding-right: 0;
}
.dark footer.footer-section-2 .main-footer .footer-list li {
  display: block;
  width: 100%;
}
@media (max-width: 575px) {
  .dark footer.footer-section-2 .main-footer .footer-list li:last-child {
    margin-bottom: 16px;
  }
}
.dark footer.footer-section-2 .main-footer .footer-list li a {
  color: #2a2d2d;
  position: relative;
  display: flex;
  align-items: center;
  font-size: 16px;
}
.dark footer.footer-section-2 .main-footer .footer-list li a i {
  margin-right: 10px;
}
body.rtl .dark footer.footer-section-2 .main-footer .footer-list li a i {
  margin-right: unset;
  margin-left: 10px;
}
.dark footer.footer-section-2 .main-footer .footer-list li a.light-text {
  color: #bfbfbf;
}
.dark footer.footer-section-2 .main-footer .footer-list li a:hover {
  color: #2a2d2d;
  padding-left: 14px;
}
body.rtl .dark footer.footer-section-2 .main-footer .footer-list li a:hover {
  padding-left: unset;
  padding-right: 14px;
}
.dark footer.footer-section-2 .main-footer .footer-list li a:hover::before {
  left: 0;
  opacity: 0.7;
}
body.rtl .dark footer.footer-section-2 .main-footer .footer-list li a:hover::before {
  left: unset;
  right: 0;
}
.dark footer.footer-section-2 .main-footer .footer-list li a:before {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  top: 50%;
  transform: translateY(-50%);
  left: -20px;
  border-radius: 100%;
  opacity: 0;
  background-color: #2a2d2d;
  transition: all 0.3s ease-in-out;
}
body.rtl .dark footer.footer-section-2 .main-footer .footer-list li a:before {
  left: unset;
  right: -20px;
}
.dark footer.footer-section-2 .main-footer .footer-list li a.footer-contain-2::before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  width: unset;
  height: unset;
  top: 50%;
  transform: translateY(-50%);
  content: "\f105";
  left: 0;
  opacity: 0;
  background: none;
  color: var(--theme-color);
}
.dark footer.footer-section-2 .main-footer .footer-list li a.footer-contain-2:hover {
  padding-left: 6px;
  color: var(--theme-color);
}
.dark footer.footer-section-2 .main-footer .footer-list li a.footer-contain-2:hover::before {
  opacity: 1;
}
body.rtl .dark footer.footer-section-2 .main-footer .footer-address {
  padding-right: 0;
}
.dark footer.footer-section-2 .main-footer .footer-address li {
  margin-bottom: 16px;
  display: flex;
  align-items: center;
}
.dark footer.footer-section-2 .main-footer .footer-address li:last-child {
  margin-bottom: 0;
}
.dark footer.footer-section-2 .main-footer .footer-address li a {
  color: #2a2d2d;
  position: relative;
  font-size: 16px;
  display: block;
  width: 100%;
}
.dark footer.footer-section-2 .main-footer .footer-address li a.light-text {
  color: #bfbfbf;
}
.dark footer.footer-section-2 .main-footer .footer-address li a .inform-box {
  display: flex;
  align-items: center;
}
.dark footer.footer-section-2 .main-footer .footer-address li a .inform-box.flex-start-box {
  align-items: flex-start;
}
.dark footer.footer-section-2 .main-footer .footer-address li a .inform-box i {
  font-size: 20px;
  margin-right: 10px;
}
body.rtl .dark footer.footer-section-2 .main-footer .footer-address li a .inform-box i {
  margin-right: unset;
  margin-left: 10px;
}
.dark footer.footer-section-2 .main-footer .footer-address li a .inform-box p {
  margin: -3px 0 0;
  width: calc(100% + -36 * (100vw - 320px) / 1600);
  font-size: 16px;
  line-height: 30px;
}
.dark footer.footer-section-2 .sub-footer {
  border-color: rgba(236, 236, 236, 0.2);
}
.dark footer.footer-section-2 .sub-footer-lite {
  border-top: 1px solid rgba(119, 119, 119, 0.2);
}
.dark footer.footer-section-2 .sub-footer p {
  margin-bottom: 0;
  font-size: 15px;
  color: #2a2d2d;
  text-transform: uppercase;
}
.dark footer.footer-section-2 .sub-footer p.light-text {
  color: #bfbfbf;
}
.dark footer.footer-section-2 .sub-footer .payment-box {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media (max-width: 1199px) {
  .dark footer.footer-section-2 .sub-footer .payment-box {
    justify-content: center;
    margin-top: 10px;
  }
}
.dark footer.footer-section-2 .sub-footer .payment-box li {
  margin: 0 5px;
}
.dark footer.footer-section-2 .sub-footer .payment-box li img {
  width: 40px;
  margin-bottom: -6px;
  display: block;
}
.dark footer.footer-section-2 .sub-footer .social-link ul li a i {
  color: #ffffff;
}
.dark .footer-sm {
  margin-left: 320px;
  background-color: #2a2d2d;
}
body.rtl .dark .footer-sm {
  margin-left: unset;
  margin-right: 320px;
}
@media (max-width: 1199px) {
  .dark .footer-sm {
    margin-left: 0;
  }
  body.rtl .dark .footer-sm {
    margin-left: unset;
    margin-right: 0;
  }
}
.dark .footer-sm:after,
.dark .footer-sm:before {
  display: none;
}
.dark .footer-sm .sub-footer {
  border-top: none;
  padding: 20px 0;
}
.dark .onhover-category-box {
  position: absolute;
  top: 0;
  left: 100%;
  background: #2a2d2d;
  box-shadow: 0 0 8px #ddd;
  padding: 20px 25px;
  border-radius: 5px;
  width: 520px;
  height: 100%;
  overflow: auto;
  display: grid;
  grid-template-columns: auto auto;
  opacity: 0;
  visibility: hidden;
  margin-left: 14px;
  transition: all 0.3s ease-in-out;
}
body.rtl .dark .onhover-category-box {
  margin-left: unset;
  margin-right: 14px;
}
@media (max-width: 1199px) {
  .dark .onhover-category-box {
    grid-template-columns: auto;
    display: block;
    width: 100%;
  }
  .dark .onhover-category-box .list-2 {
    margin-top: 15px;
  }
}
@media (max-width: 767px) {
  .dark .onhover-category-box {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    box-shadow: none;
    padding: 12px 11px;
    margin-top: 7px;
    opacity: 1;
    visibility: visible;
    margin-left: 0;
  }
}
.dark .onhover-category-box .category-title-box {
  margin-bottom: calc(8px + 12 * (100vw - 320px) / 1600);
  display: flex;
  align-items: center;
}
.dark .onhover-category-box .category-title-box h5,
.dark .onhover-category-box .category-title-box .h5 {
  font-weight: 600;
}
.dark .onhover-category-box ul {
  display: flex;
  flex-wrap: wrap;
  gap: calc(4px + 7 * (100vw - 320px) / 1600);
}
.dark .onhover-category-box ul li {
  position: relative;
}
.dark .onhover-category-box ul li::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 5px;
  height: 5px;
  background-color: #dddddd;
  border-radius: 100%;
}
.dark .onhover-category-box ul li a {
  margin-left: 13px;
}
.dark header.active .sticky-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #2a2d2d;
  color: #ffffff;
  box-shadow: 0 8px 10px rgba(255, 255, 255, 0.05);
  z-index: 3;
  padding: calc(15px + 9 * (100vw - 320px) / 1600) 0;
}
.dark header.active .sticky-header .search-full {
  top: 48px;
}
.dark header.active .sticky-header-2 {
  background-color: var(--theme-color);
  padding: 14px 0;
}
.dark header.active .sticky-header-3 {
  padding: 14px 0;
}
.dark header .timer-notification {
  color: #2a2d2d;
  text-align: center;
  transition: all 0.3s ease-in-out;
  position: relative;
}
@media (max-width: 1399px) {
  .dark header .timer-notification {
    text-align: left;
  }
}
.dark header .timer-notification h6,
.dark header .timer-notification .h6 {
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
}
.dark header .timer-notification h6 a,
.dark header .timer-notification .h6 a {
  text-decoration: underline;
  font-weight: 600;
  display: inline-block;
  margin-left: 5px;
}
.dark header .header-notification {
  position: relative;
}
.dark header .header-notification.remove {
  display: none;
}
@media (max-width: 767px) {
  .dark header .header-notification .notification-slider .timer-notification {
    width: 80%;
    margin: 0 auto;
  }
}
.dark header .header-notification .close-notification {
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  right: 11px;
  padding: 0;
  color: #2a2d2d;
  font-size: 14px;
  font-weight: 700;
}
@media (max-width: 575px) {
  .dark header .header-notification .close-notification {
    top: 10px;
    transform: none;
  }
}
@media (max-width: 575px) {
  .dark header .header-notification .close-notification span {
    display: none;
  }
}
.dark header .header-notification .close-notification i {
  margin-left: 5px;
  margin-top: 1px;
}
.dark header .onhover-category-list:hover .onhover-category-box {
  opacity: 1;
  visibility: visible;
  margin-left: 0;
}
body.rtl .dark header .onhover-category-list:hover .onhover-category-box {
  margin-left: unset;
  margin-right: 0;
}
@media (max-width: 767px) {
  .dark header .onhover-category-list .list-1 {
    margin-bottom: 21px;
  }
}
.dark header .onhover-category-list .onhover-category-box {
  position: absolute;
  top: 0;
  left: 100%;
  background: #2a2d2d;
  box-shadow: 0 0 8px #ddd;
  padding: 20px 25px;
  border-radius: 5px;
  width: 520px;
  height: 100%;
  overflow: auto;
  display: grid;
  grid-template-columns: auto auto;
  opacity: 0;
  visibility: hidden;
  margin-left: 14px;
  transition: all 0.3s ease-in-out;
}
body.rtl .dark header .onhover-category-list .onhover-category-box {
  margin-left: unset;
  margin-right: 14px;
}
@media (max-width: 991px) {
  .dark header .onhover-category-list .onhover-category-box {
    grid-template-columns: auto;
    display: block;
    width: 100%;
  }
  .dark header .onhover-category-list .onhover-category-box .list-2 {
    margin-top: 15px;
  }
}
@media (max-width: 767px) {
  .dark header .onhover-category-list .onhover-category-box {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    box-shadow: none;
    padding: 12px 11px;
    margin-top: 7px;
    opacity: 1;
    visibility: visible;
    margin-left: 0;
  }
}
.dark header .onhover-category-list .onhover-category-box .category-title-box {
  margin-bottom: calc(8px + 12 * (100vw - 320px) / 1600);
  display: flex;
  align-items: center;
}
.dark header .onhover-category-list .onhover-category-box .category-title-box h5,
.dark header .onhover-category-list .onhover-category-box .category-title-box .h5 {
  font-weight: 600;
}
.dark header .onhover-category-list .onhover-category-box ul {
  display: flex;
  flex-wrap: wrap;
  gap: calc(4px + 7 * (100vw - 320px) / 1600);
}
.dark header .onhover-category-list .onhover-category-box ul li {
  position: relative;
}
.dark header .onhover-category-list .onhover-category-box ul li::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 5px;
  height: 5px;
  background-color: #dddddd;
  border-radius: 100%;
}
.dark header .onhover-category-list .onhover-category-box ul li a {
  margin-left: 13px;
}
.dark header .header-top {
  padding: 8px 0;
  background-color: var(--theme-color);
}
.dark header .header-top-2 {
  background-color: #ffffff;
}
.dark header .header-top .top-left-header {
  display: flex;
  align-items: center;
  height: 100%;
  gap: 6px;
}
.dark header .header-top .top-left-header a {
  display: flex;
  align-items: center;
  height: 100%;
  gap: 6px;
}
.dark header .header-top .top-left-header i {
  font-size: 18px;
}
.dark header .header-top .top-left-header span {
  margin-top: 1px;
  font-weight: 500;
}
.dark header .header-top .about-list {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 100%;
}
body.rtl .dark header .header-top .about-list {
  padding-left: unset;
  padding-right: 0;
}
.dark header .header-top .about-list > li {
  display: flex;
  align-items: center;
}
.dark header .header-top .about-list > li i {
  font-size: 18px;
  margin-right: 5px;
}
body.rtl .dark header .header-top .about-list > li i {
  margin-right: unset;
  margin-left: 5px;
}
.dark header .header-top .about-list > li span {
  margin-top: 0;
  font-weight: 500;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.dark header .header-top .about-list > li + li {
  margin-left: 25px;
  position: relative;
}
body.rtl .dark header .header-top .about-list > li + li {
  margin-left: unset;
  margin-right: 25px;
}
.dark header .header-top .about-list > li + li::after {
  content: "";
  position: absolute;
  width: 2px;
  height: 90%;
  left: -13px;
  background-color: rgba(42, 45, 45, 0.3);
}
body.rtl .dark header .header-top .about-list > li + li::after {
  left: unset;
  right: -13px;
}
.dark header .header-top .about-list > li .theme-form-select {
  padding: 0;
  background-color: transparent;
  color: #2a2d2d;
  border: none;
  background-image: none;
  position: relative;
}
.dark header .header-top .about-list > li .theme-form-select .form-select {
  font-size: 14px;
  background-color: transparent;
  border: initial;
  color: white;
  padding: 0 18px 0 0;
  background-image: none;
  box-shadow: none;
}
.dark header .header-top .about-list > li .theme-form-select.select-arrow {
  position: relative;
}
.dark header .header-top .about-list > li .theme-form-select.select-arrow::before {
  content: "\ea4e";
  position: absolute;
  font-family: remixicon;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  color: #2a2d2d;
  display: block !important;
}
.dark header .header-top .about-list > li .theme-form-select .dropdown-toggle {
  font-size: 14px;
  font-weight: 500;
  color: #2a2d2d;
  padding: 0 18px 0 0;
}
.dark header .header-top .about-list > li .theme-form-select .dropdown-toggle img {
  width: 20px;
  margin-right: 10px;
}
body.rtl .dark header .header-top .about-list > li .theme-form-select .dropdown-toggle img {
  margin-right: unset;
  margin-left: 10px;
}
.dark header .header-top .about-list > li .theme-form-select .dropdown-toggle::after {
  content: none;
}
.dark header .header-top .about-list > li .theme-form-select .dropdown-toggle:focus {
  box-shadow: none;
}
.dark header .header-top .about-list > li .theme-form-select .dropdown-toggle::before {
  content: "\ea4e";
  position: absolute;
  font-family: remixicon;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  color: #2a2d2d;
}
.dark header .header-top .about-list > li .theme-form-select .dropdown-menu {
  right: 0;
}
body.rtl .dark header .header-top .about-list > li .theme-form-select .dropdown-menu {
  right: unset;
  left: 0;
}
.dark header .header-top .about-list > li .theme-form-select .dropdown-menu.sm-dropdown-menu {
  min-width: 100%;
}
.dark header .header-top .about-list > li .theme-form-select .dropdown-menu li {
  display: block;
}
.dark header .header-top .about-list > li .theme-form-select .dropdown-menu li + li {
  margin-left: 0;
}
body.rtl .dark header .header-top .about-list > li .theme-form-select .dropdown-menu li + li {
  margin-left: unset;
  margin-right: 0;
}
.dark header .header-top .about-list > li .theme-form-select .dropdown-menu li .dropdown-item {
  display: flex;
  align-items: center;
  font-size: 14px;
  gap: 10px;
}
.dark header .header-top .about-list > li .theme-form-select .dropdown-menu li .dropdown-item:hover,
.dark header .header-top .about-list > li .theme-form-select .dropdown-menu li .dropdown-item:focus {
  background-color: transparent;
  color: var(--theme-color);
}
.dark header .header-top .about-list > li .theme-form-select .dropdown-menu li .dropdown-item.active,
.dark header .header-top .about-list > li .theme-form-select .dropdown-menu li .dropdown-item:active {
  color: #ffffff;
  background-color: transparent;
}
.dark header .header-top .about-list > li .theme-form-select .dropdown-menu li .dropdown-item img {
  width: 20px;
  margin-right: 10px;
}
body.rtl .dark header .header-top .about-list > li .theme-form-select .dropdown-menu li .dropdown-item img {
  margin-right: unset;
  margin-left: 10px;
}
.dark header .nav-about {
  padding: 10px 0;
  background-color: var(--theme-color);
}
.dark header .nav-about-2 {
  background-color: #ffffff;
}
.dark header .top-nav {
  padding: 24px 0;
}
@media (max-width: 1199px) {
  .dark header .top-nav {
    padding: 24px 0 12px;
  }
}
@media (max-width: 767px) {
  .dark header .top-nav {
    padding: 14px 0 0;
  }
}
.dark header .top-nav .navbar-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
@media (max-width: 1199px) {
  .dark header .top-nav .navbar-top {
    justify-content: normal;
  }
}
@media (max-width: 767px) {
  .dark header .top-nav .navbar-top {
    justify-content: space-between;
  }
}
.dark header .top-nav .navbar-top .web-logo {
  display: flex;
}
.dark header .top-nav .navbar-top .web-logo:hover {
  color: var(--theme-color);
}
.dark header .top-nav .navbar-top .web-logo img {
  width: calc(100px + 42 * (100vw - 320px) / 1600);
  height: auto;
  object-fit: contain;
}
@media (max-width: 767px) {
  .dark header .top-nav .navbar-top .web-logo img {
    margin: 0 auto;
  }
}
.dark header .top-nav .navbar-top .web-logo h2,
.dark header .top-nav .navbar-top .web-logo .h2 {
  font-size: calc(29px + 10 * (100vw - 320px) / 1600);
  object-fit: contain;
}
.dark header .top-nav .navbar-top .middle-box {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .dark header .top-nav .navbar-top .middle-box {
    display: none;
  }
}
.dark header .top-nav .navbar-top .middle-box .location-box {
  border-radius: 5px;
  border: 1px solid rgba(119, 119, 119, 0.44);
  display: flex;
  align-items: center;
  padding: 7px;
  margin-right: 13px;
  position: relative;
  cursor: pointer;
}
body.rtl .dark header .top-nav .navbar-top .middle-box .location-box {
  margin-right: unset;
  margin-left: 13px;
}
[class=dark] .dark header .top-nav .navbar-top .middle-box .location-box {
  border-color: #777;
}
@media (max-width: 1556px) {
  .dark header .top-nav .navbar-top .middle-box .location-box {
    padding-right: 7px;
  }
  body.rtl .dark header .top-nav .navbar-top .middle-box .location-box {
    padding-right: 7px;
    padding-left: 7px;
  }
}
@media (max-width: 1300px) {
  .dark header .top-nav .navbar-top .middle-box .location-box {
    display: none;
  }
}
.dark header .top-nav .navbar-top .middle-box .location-box button {
  display: flex;
  align-items: center;
  padding: 0;
}
.dark header .top-nav .navbar-top .middle-box .location-box button:focus {
  box-shadow: none;
}
.dark header .top-nav .navbar-top .middle-box .location-box button .location-arrow {
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #dddddd;
  background-color: #f3f5f9;
  border-radius: 5px;
  margin-right: 12px;
}
body.rtl .dark header .top-nav .navbar-top .middle-box .location-box button .location-arrow {
  margin-right: unset;
  margin-left: 12px;
}
@media (max-width: 1300px) {
  .dark header .top-nav .navbar-top .middle-box .location-box button .location-arrow {
    margin-right: 0;
  }
  body.rtl .dark header .top-nav .navbar-top .middle-box .location-box button .location-arrow {
    margin-right: unset;
    margin-left: 0;
  }
}
.dark header .top-nav .navbar-top .middle-box .location-box button .location-arrow i {
  display: block;
  font-size: 18px;
}
.dark header .top-nav .navbar-top .middle-box .location-box button .locat-name {
  font-size: 16px;
  font-weight: 400;
  border: none;
  box-shadow: none;
  cursor: pointer;
}
body.rtl .dark header .top-nav .navbar-top .middle-box .location-box button .locat-name {
  padding: 0.375rem 0.75rem 0.375rem 2.25rem;
  background-position: left 0.75rem center;
}
@media (max-width: 1300px) {
  .dark header .top-nav .navbar-top .middle-box .location-box button .locat-name {
    display: none;
  }
}
.dark header .top-nav .navbar-top .middle-box .location-box button i {
  color: #dddddd;
}
body.rtl .dark header .top-nav .navbar-top .middle-box .location-box button i {
  margin-left: unset;
  margin-right: 17px;
}
@media (max-width: 1300px) {
  .dark header .top-nav .navbar-top .middle-box .location-box button i {
    display: none;
  }
}
@media (max-width: 1199px) {
  .dark header .top-nav .navbar-top .middle-box .search-box {
    display: none;
  }
}
.dark header .top-nav .navbar-top .middle-box .search-box .input-group::placeholder {
  font-size: 16px;
  font-weight: 400;
}
.dark header .top-nav .navbar-top .middle-box .search-box .input-group .form-control {
  width: 577px;
  border-right-color: transparent;
  border-radius: 6px 0 0 6px;
  border-color: rgba(119, 119, 119, 0.44);
  height: 51px;
}
body.rtl .dark header .top-nav .navbar-top .middle-box .search-box .input-group .form-control {
  border-radius: 0 6px 6px 0;
  border-right-color: rgba(119, 119, 119, 0.44);
  border-left-color: transparent;
}
@media (max-width: 1812px) {
  .dark header .top-nav .navbar-top .middle-box .search-box .input-group .form-control {
    width: 466px;
  }
}
@media (max-width: 1346px) {
  .dark header .top-nav .navbar-top .middle-box .search-box .input-group .form-control {
    width: 412px;
  }
}
@media (max-width: 1306px) {
  .dark header .top-nav .navbar-top .middle-box .search-box .input-group .form-control {
    width: 423px;
  }
}
.dark header .top-nav .navbar-top .middle-box .search-box .input-group .form-control:focus {
  border-color: rgba(119, 119, 119, 0.44);
  background-color: #2a2d2d;
}
.dark header .top-nav .navbar-top .middle-box .search-box .input-group button {
  background-color: #ffa53b;
  color: #2a2d2d;
  height: 51px;
  padding: 14px 20px;
  border-radius: 5px;
  border: 1px solid #ffa53b;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.dark header .top-nav .navbar-top .middle-box .search-box .input-group button.bg-theme {
  background-color: var(--theme-color);
  border-color: var(--theme-color);
}
.dark header .top-nav .navbar-top .middle-box .search-box .input-group button.search-button-2 {
  background-color: var(--theme-color);
  border-color: var(--theme-color);
}
body.rtl .dark header .top-nav .navbar-top .middle-box .search-box .input-group button {
  border-radius: 5px 0 0 5px !important;
}
.dark header .top-nav .navbar-top .middle-box .search-box .input-group button i {
  font-size: 22px;
}
@media (max-width: 1199px) {
  .dark header .top-nav .navbar-top .rightside-box {
    margin-left: auto;
  }
  body.rtl .dark header .top-nav .navbar-top .rightside-box {
    margin-left: unset;
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  .dark header .top-nav .navbar-top .rightside-box {
    margin-left: unset;
  }
  body.rtl .dark header .top-nav .navbar-top .rightside-box {
    margin-left: unset;
    margin-right: unset;
  }
}
.dark header .top-nav .navbar-top .rightside-box .right-side-menu {
  display: flex;
  align-items: center;
}
body.rtl .dark header .top-nav .navbar-top .rightside-box .right-side-menu {
  padding-left: unset;
  padding-right: 0;
}
.dark header .top-nav .navbar-top .rightside-box .right-side-menu .right-side {
  position: relative;
  padding-right: 30px;
}
body.rtl .dark header .top-nav .navbar-top .rightside-box .right-side-menu .right-side {
  padding-right: unset;
  padding-left: 30px;
}
@media (max-width: 767px) {
  .dark header .top-nav .navbar-top .rightside-box .right-side-menu .right-side {
    display: none;
  }
  .dark header .top-nav .navbar-top .rightside-box .right-side-menu .right-side:last-child {
    display: block;
  }
}
.dark header .top-nav .navbar-top .rightside-box .right-side-menu .right-side:last-child {
  padding-right: 0;
}
body.rtl .dark header .top-nav .navbar-top .rightside-box .right-side-menu .right-side:last-child {
  padding-right: unset;
  padding-left: 0;
}
.dark header .top-nav .navbar-top .rightside-box .right-side-menu .right-side:last-child::before {
  content: none;
}
.dark header .top-nav .navbar-top .rightside-box .right-side-menu .right-side::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 24px;
  right: 14px;
  background-color: #eee;
}
body.rtl .dark header .top-nav .navbar-top .rightside-box .right-side-menu .right-side::before {
  right: unset;
  left: 14px;
}
.dark header .top-nav .navbar-top .rightside-box .right-side-menu .right-side .delivery-login-box {
  display: flex;
  align-items: center;
  cursor: default;
  font-size: 24px;
}
.dark header .top-nav .navbar-top .rightside-box .right-side-menu .right-side .delivery-login-box .delivery-icon .user-box {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background-color: #f8f8f8;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.dark header .top-nav .navbar-top .rightside-box .right-side-menu .right-side .delivery-login-box .delivery-icon i {
  color: #ffffff;
  font-size: 24px;
  cursor: pointer;
}
@media (max-width: 767px) {
  .dark header .top-nav .navbar-top .rightside-box .right-side-menu .right-side .delivery-login-box .delivery-icon i {
    font-size: 20px;
  }
}
@media (max-width: 1660px) {
  .dark header .top-nav .navbar-top .rightside-box .right-side-menu .right-side .delivery-login-box .delivery-icon i {
    margin-right: 0;
  }
  body.rtl .dark header .top-nav .navbar-top .rightside-box .right-side-menu .right-side .delivery-login-box .delivery-icon i {
    margin-right: unset;
    margin-left: 0;
  }
}
.dark header .top-nav .navbar-top .rightside-box .right-side-menu .right-side .delivery-login-box .delivery-detail {
  margin-left: 12px;
}
body.rtl .dark header .top-nav .navbar-top .rightside-box .right-side-menu .right-side .delivery-login-box .delivery-detail {
  margin-left: unset;
  margin-right: 12px;
}
@media (max-width: 1660px) {
  .dark header .top-nav .navbar-top .rightside-box .right-side-menu .right-side .delivery-login-box .delivery-detail {
    display: none;
  }
}
.dark header .top-nav .navbar-top .rightside-box .right-side-menu .right-side .delivery-login-box .delivery-detail h6,
.dark header .top-nav .navbar-top .rightside-box .right-side-menu .right-side .delivery-login-box .delivery-detail .h6 {
  color: #dddddd;
  margin-bottom: 3px;
  max-width: 140px;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
}
.dark header .top-nav .navbar-top .rightside-box .right-side-menu .right-side .delivery-login-box .delivery-detail h5,
.dark header .top-nav .navbar-top .rightside-box .right-side-menu .right-side .delivery-login-box .delivery-detail .h5 {
  font-weight: 500;
  color: #ffffff;
}
.dark header .top-nav .navbar-top .rightside-box .right-side-menu .right-side .header-badge {
  padding-right: 0;
}
.dark header .top-nav .navbar-top .rightside-box .right-side-menu .right-side .header-wishlist i {
  line-height: 1;
  font-size: 24px;
  color: #dddddd;
}
@media (max-width: 1660px) {
  .dark header .top-nav .navbar-top .rightside-box .right-side-menu .right-side .header-wishlist i {
    color: #ffffff;
  }
}
.dark header .top-nav .navbar-top .rightside-box .right-side-menu .right-side .header-wishlist:focus {
  box-shadow: none;
}
.dark header .top-nav .navbar-top .rightside-box .right-side-menu .right-side .header-wishlist span {
  width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ff7272;
  font-size: 12px;
  padding: 0;
  border-radius: 2px;
}
body.rtl .dark header .top-nav .navbar-top .rightside-box .right-side-menu .right-side .header-wishlist span {
  right: 0 !important;
}
.dark header .onhover-dropdown {
  position: relative;
}
.dark header .onhover-dropdown:hover .onhover-div {
  opacity: 1;
  top: 50px;
  visibility: visible;
}
.dark header .onhover-dropdown .onhover-div {
  z-index: 0;
  overflow: hidden;
  position: absolute;
  top: 60px;
  right: -10px;
  background-color: #2a2d2d;
  z-index: 1001;
  width: 360px;
  border-radius: 10px;
  padding: 0;
  box-shadow: -1px 0 10px 0 rgba(255, 255, 255, 0.07), 5px 20px 40px 0 rgba(255, 255, 255, 0.04);
  opacity: 0;
  transition: all 0.3s ease-in-out;
  visibility: hidden;
}
.dark header .onhover-dropdown .onhover-div .cart-title,
.dark header .onhover-dropdown .onhover-div .free,
.dark header .onhover-dropdown .onhover-div .progress {
  display: none;
}
.dark header .onhover-dropdown .onhover-div .cart-list > li .drop-cart .drop-contain h5,
.dark header .onhover-dropdown .onhover-div .cart-list > li .drop-cart .drop-contain .h5 {
  margin-bottom: 0 !important;
}
.dark header .onhover-dropdown .onhover-div .cart-list > li .drop-cart .rating {
  margin-bottom: 5px;
}
.dark header .onhover-dropdown .onhover-div .qty-box {
  width: 108px;
  position: absolute;
  bottom: 0;
  right: 0;
}
body.rtl .dark header .onhover-dropdown .onhover-div .qty-box {
  right: unset;
  left: 0;
}
.dark header .onhover-dropdown .onhover-div .qty-box .input-group {
  border: 1px solid rgba(193, 193, 193, 0.3);
  background-color: #f8f8f8;
}
.dark header .onhover-dropdown .onhover-div .qty-box .input-group button {
  width: 30px;
  height: 30px;
}
.dark header .onhover-dropdown .onhover-div .qty-box .input-group button:hover {
  background-color: #2a2d2d;
}
.dark header .onhover-dropdown .onhover-div .qty-box .input-group button:hover i {
  color: var(--theme-color);
}
.dark header .onhover-dropdown .onhover-div .empty-cart-box {
  padding: 28px 22px;
}
.dark header .onhover-dropdown .onhover-div.fixed-cart {
  position: fixed;
  right: -420px;
  height: 100vh;
  top: 0;
  border-radius: 0;
  opacity: 1;
  visibility: visible;
  padding: 0;
  width: 400px;
  z-index: 10;
}
body.rtl .dark header .onhover-dropdown .onhover-div.fixed-cart {
  right: unset;
  left: -420px;
}
.dark header .onhover-dropdown .onhover-div.fixed-cart .empty-cart-box {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 70%;
}
.dark header .onhover-dropdown .onhover-div.fixed-cart .bg-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  width: 100vw;
  height: 100vh;
  opacity: 0;
  visibility: hidden;
  background-color: #ffffff;
  transition: 0.3s ease-in-out;
}
.dark header .onhover-dropdown .onhover-div.fixed-cart.show {
  right: 0;
}
body.rtl .dark header .onhover-dropdown .onhover-div.fixed-cart.show {
  right: unset;
  left: 0;
}
.dark header .onhover-dropdown .onhover-div.fixed-cart.show .bg-overlay {
  opacity: 0.5;
  visibility: visible;
}
.dark header .onhover-dropdown .onhover-div.fixed-cart .cart-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 15px 20px;
  background-color: #f8f8f8;
  border-bottom: 1px solid #eee;
  margin-bottom: 20px;
}
.dark header .onhover-dropdown .onhover-div.fixed-cart .cart-title h4,
.dark header .onhover-dropdown .onhover-div.fixed-cart .cart-title .h4 {
  font-size: 20px;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 5px;
}
.dark header .onhover-dropdown .onhover-div.fixed-cart .cart-title a {
  line-height: 1;
}
.dark header .onhover-dropdown .onhover-div.fixed-cart .cart-title a i {
  font-size: 22px;
}
.dark header .onhover-dropdown .onhover-div.fixed-cart .cart-list {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  overflow: auto;
  padding: 15px;
  max-height: calc(100vh - 247px - 85px - 78px);
}
.dark header .onhover-dropdown .onhover-div.fixed-cart .bottom-box {
  position: absolute;
  width: 100%;
  padding: 20px;
  bottom: 0;
  right: 0;
  max-width: 420px;
  border-top: 1px solid rgba(193, 193, 193, 0.3098039216);
  background-color: #f8f8f8;
}
.dark header .onhover-dropdown .onhover-div.fixed-cart .bottom-box .free {
  color: #dddddd;
  display: block;
  margin-bottom: 9px;
}
.dark header .onhover-dropdown .onhover-div.fixed-cart .bottom-box .check-box {
  min-height: unset;
  padding: 0;
  margin-bottom: 20px;
  display: flex;
  align-items: flex-start;
}
.dark header .onhover-dropdown .onhover-div.fixed-cart .bottom-box .check-box .checkbox_animated {
  width: 21px;
  height: 21px;
  border: unset;
  margin-right: 11px;
}
.dark header .onhover-dropdown .onhover-div.fixed-cart .bottom-box .check-box .checkbox_animated::after {
  top: 0;
  left: 0;
}
.dark header .onhover-dropdown .onhover-div.fixed-cart .bottom-box .check-box .checkbox_animated::before {
  left: 5px;
  top: 6px;
  width: 11px;
  height: 6px;
}
.dark header .onhover-dropdown .onhover-div.fixed-cart .bottom-box .check-box .form-check-label {
  color: #dddddd;
  font-size: 14px;
}
.dark header .onhover-dropdown .onhover-div.fixed-cart .bottom-box .progress {
  display: block;
  margin-top: calc(8px + 10 * (100vw - 320px) / 1600);
  height: calc(5px + 3 * (100vw - 320px) / 1600);
  background-color: #e6e7e9;
  border-radius: 100px;
  position: relative;
  overflow: unset;
  margin-bottom: calc(18px + 13 * (100vw - 320px) / 1600);
}
.dark header .onhover-dropdown .onhover-div.fixed-cart .bottom-box .progress .progress-bar {
  height: calc(5px + 3 * (100vw - 320px) / 1600);
  background-color: var(--theme-color);
  border-radius: 100px;
}
.dark header .onhover-dropdown .onhover-div.fixed-cart .bottom-box .progress i {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 90px;
  width: calc(22px + 6 * (100vw - 320px) / 1600);
  height: calc(22px + 6 * (100vw - 320px) / 1600);
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--theme-color);
  color: #2a2d2d;
  font-size: calc(15px + 2 * (100vw - 320px) / 1600);
}
.dark header .onhover-dropdown .onhover-div.fixed-cart .pere-text-box {
  padding: 0 15px 12px;
  display: block;
}
.dark header .onhover-dropdown .onhover-div.fixed-cart .price-box {
  padding-block: calc(7px + 4 * (100vw - 320px) / 1600);
}
.dark header .onhover-dropdown .onhover-div.fixed-cart .progress {
  display: block;
  margin-block: calc(8px + 10 * (100vw - 320px) / 1600);
  height: calc(5px + 3 * (100vw - 320px) / 1600);
  background-color: #e6e7e9;
  border-radius: 100px;
  position: relative;
  overflow: unset;
}
body.rtl .dark header .onhover-dropdown .onhover-div.fixed-cart .progress {
  direction: rtl;
}
.dark header .onhover-dropdown .onhover-div.fixed-cart .progress .progress-bar {
  height: calc(5px + 3 * (100vw - 320px) / 1600);
  background-color: var(--theme-color);
  border-radius: 100px;
  position: relative;
  overflow: unset;
  max-width: 96%;
  min-width: 3%;
}
.dark header .onhover-dropdown .onhover-div.fixed-cart .progress i {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -16px;
  width: calc(22px + 6 * (100vw - 320px) / 1600);
  height: calc(22px + 6 * (100vw - 320px) / 1600);
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--theme-color);
  color: #ffffff;
  font-size: calc(15px + 2 * (100vw - 320px) / 1600);
}
body.rtl .dark header .onhover-dropdown .onhover-div.fixed-cart .progress i {
  right: unset;
  left: -16px;
}
.dark header .onhover-dropdown .onhover-div.fixed-cart .progress.danger-progress p span.price {
  color: #ff4f4f;
}
.dark header .onhover-dropdown .onhover-div.fixed-cart .progress.danger-progress .progress-bar,
.dark header .onhover-dropdown .onhover-div.fixed-cart .progress.danger-progress i {
  background-color: #ff4f4f;
}
.dark header .onhover-dropdown .onhover-div.fixed-cart .progress.warning-progress p span.price {
  color: #ffa53b;
}
.dark header .onhover-dropdown .onhover-div.fixed-cart .progress.warning-progress .progress-bar,
.dark header .onhover-dropdown .onhover-div.fixed-cart .progress.warning-progress i {
  background-color: #ffa53b;
}
.dark header .onhover-dropdown .onhover-div.fixed-cart .progress.success-progress p span.price {
  color: var(--theme-color);
}
.dark header .onhover-dropdown .onhover-div.fixed-cart .progress.success-progress .progress-bar,
.dark header .onhover-dropdown .onhover-div.fixed-cart .progress.success-progress i {
  background-color: var(--theme-color);
}
.dark header .onhover-dropdown .onhover-div.fixed-cart .button-group {
  display: grid;
}
.dark header .onhover-dropdown .onhover-div .bottom-box {
  padding: 15px;
  border-top: 1px solid rgba(193, 193, 193, 0.3098039216);
}
body.rtl .dark header .onhover-dropdown .onhover-div {
  right: unset;
  left: 10px;
}
.dark header .onhover-dropdown .onhover-div-login {
  right: 0;
  width: 160px;
  padding: 10px;
}
body.rtl .dark header .onhover-dropdown .onhover-div-login {
  right: unset;
  left: 0;
}
.dark header .onhover-dropdown .onhover-div-login .user-box-name {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  align-items: center;
}
.dark header .onhover-dropdown .onhover-div-login .user-box-name li {
  display: block;
  width: 100%;
}
.dark header .onhover-dropdown .onhover-div-login .user-box-name li + li {
  padding-top: 8px;
  margin-top: 8px;
  border-top: 1px solid #eee;
}
.dark header .onhover-dropdown .onhover-div-login .user-box-name li a {
  color: #ffffff;
  display: flex;
  align-items: center;
  position: relative;
}
.dark header .onhover-dropdown .onhover-div-login .user-box-name li a:hover::after {
  width: 40%;
}
.dark header .onhover-dropdown .onhover-div-login .user-box-name 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;
}
body.rtl .dark header .onhover-dropdown .onhover-div-login .user-box-name li a::after {
  left: unset;
  right: 0;
}
.dark header .onhover-dropdown .onhover-div .cart-list {
  display: flex;
  flex-wrap: wrap;
  max-height: 300px;
  overflow: auto;
  padding: 15px;
}
.dark header .onhover-dropdown .onhover-div .cart-list::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: rgba(85, 85, 85, 0.14);
}
.dark header .onhover-dropdown .onhover-div .cart-list::-webkit-scrollbar {
  width: 4px;
  background-color: #f5f5f5;
  border-radius: 50px;
}
.dark header .onhover-dropdown .onhover-div .cart-list::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: var(--theme-color);
  opacity: 0.44;
}
.dark header .onhover-dropdown .onhover-div .cart-list > li {
  margin: 0;
  width: 100%;
}
.dark header .onhover-dropdown .onhover-div .cart-list > li + li {
  margin-left: 0;
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #ececec;
}
.dark header .onhover-dropdown .onhover-div .cart-list > li::after {
  content: none !important;
}
.dark header .onhover-dropdown .onhover-div .cart-list > li .drop-cart {
  display: flex;
  flex-wrap: nowrap;
  gap: 15px;
  align-items: center;
  position: relative;
}
.dark header .onhover-dropdown .onhover-div .cart-list > li .drop-cart::after {
  content: none;
}
.dark header .onhover-dropdown .onhover-div .cart-list > li .drop-cart .drop-image img {
  width: 87px;
  background: #f8f8f8;
  padding: 10px;
  height: 90px;
  object-fit: contain;
}
.dark header .onhover-dropdown .onhover-div .cart-list > li .drop-cart .drop-contain {
  width: calc(100% - 87px - 15px);
  padding-right: 40px;
}
body.rtl .dark header .onhover-dropdown .onhover-div .cart-list > li .drop-cart .drop-contain {
  padding-right: unset;
  padding-left: 40px;
}
.dark header .onhover-dropdown .onhover-div .cart-list > li .drop-cart .drop-contain h5,
.dark header .onhover-dropdown .onhover-div .cart-list > li .drop-cart .drop-contain .h5 {
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  margin-bottom: 5px;
  font-size: calc(15px + 2 * (100vw - 320px) / 1600);
  color: #ffffff;
  font-weight: 500;
}
.dark header .onhover-dropdown .onhover-div .cart-list > li .drop-cart .drop-contain .gram {
  display: inline-block;
  font-size: 13px;
  margin-top: 10px;
  color: #dddddd;
  border: 1px solid rgba(193, 193, 193, 0.3);
  background-color: #f8f8f8;
  border-radius: 3px;
  padding: 3px 6px;
  font-weight: 400;
}
.dark header .onhover-dropdown .onhover-div .cart-list > li .drop-cart .drop-contain .gram a {
  font-size: 14px;
  color: rgba(221, 221, 221, 0.7);
}
.dark header .onhover-dropdown .onhover-div .cart-list > li .drop-cart .drop-contain h6,
.dark header .onhover-dropdown .onhover-div .cart-list > li .drop-cart .drop-contain .h6 {
  margin-top: 6px;
  display: flex;
  flex-wrap: nowrap;
  gap: 5px;
  align-items: flex-end;
  font-weight: 500;
  color: #ffffff;
  font-size: 16px;
}
.dark header .onhover-dropdown .onhover-div .cart-list > li .drop-cart .drop-contain h6 span,
.dark header .onhover-dropdown .onhover-div .cart-list > li .drop-cart .drop-contain .h6 span {
  margin-top: -2px;
  font-weight: normal;
  color: #dddddd;
}
.dark header .onhover-dropdown .onhover-div .cart-list > li .drop-cart .drop-contain .close-button {
  background-color: transparent;
  border: none;
  padding: 0;
  color: rgba(74, 85, 104, 0.7);
  font-size: 12px;
  display: flex;
  margin-top: -3px;
}
.dark header .onhover-dropdown .onhover-div .cart-list > li .drop-cart .drop-contain .close-button i {
  font-size: 12px;
}
.dark header .onhover-dropdown .onhover-div .cart-list > li .drop-cart .drop-contain .header-button-group {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  gap: 6px;
}
body.rtl .dark header .onhover-dropdown .onhover-div .cart-list > li .drop-cart .drop-contain .header-button-group {
  right: unset;
  left: 0;
}
.dark header .onhover-dropdown .onhover-div .cart-list > li .drop-cart .drop-contain .header-button-group .delete-button,
.dark header .onhover-dropdown .onhover-div .cart-list > li .drop-cart .drop-contain .header-button-group .edit-button {
  color: #dddddd;
  width: 24px;
  height: 24px;
  background-color: #f8f8f8;
  border: 1px solid #eee;
  padding: 0;
  font-size: 13px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.dark header .onhover-dropdown .onhover-div .pere-text-box {
  display: none;
  border-bottom: 1px solid rgba(119, 119, 119, 0.44);
  padding: 20px 15px 20px;
}
.dark header .onhover-dropdown .onhover-div .pere-text-box p {
  margin: 0;
  line-height: 1.5;
  color: rgba(221, 221, 221, 0.65);
  font-weight: 400;
}
.dark header .onhover-dropdown .onhover-div .pere-text-box p span {
  font-weight: 500;
  color: #ffffff;
}
.dark header .onhover-dropdown .onhover-div .pere-text-box p span.price {
  color: var(--theme-color);
}
.dark header .onhover-dropdown .onhover-div .pere-text-box p span.shipping {
  color: #ffffff;
}
.dark header .onhover-dropdown .onhover-div .pere-text-box.danger-progress p span.price {
  color: #ff4f4f;
}
.dark header .onhover-dropdown .onhover-div .pere-text-box.danger-progress .progress .progress-bar,
.dark header .onhover-dropdown .onhover-div .pere-text-box.danger-progress .progress i {
  background-color: #ff4f4f;
}
.dark header .onhover-dropdown .onhover-div .pere-text-box.warning-progress p span.price {
  color: #ffa53b;
}
.dark header .onhover-dropdown .onhover-div .pere-text-box.warning-progress .progress .progress-bar,
.dark header .onhover-dropdown .onhover-div .pere-text-box.warning-progress .progress i {
  background-color: #ffa53b;
}
.dark header .onhover-dropdown .onhover-div .pere-text-box.success-progress p span.price {
  color: var(--theme-color);
}
.dark header .onhover-dropdown .onhover-div .pere-text-box.success-progress .progress .progress-bar,
.dark header .onhover-dropdown .onhover-div .pere-text-box.success-progress .progress i {
  background-color: var(--theme-color);
}
.dark header .onhover-dropdown .onhover-div .button-group {
  gap: calc(8px + 8 * (100vw - 320px) / 1600);
  display: flex;
  margin-top: calc(10px + 10 * (100vw - 320px) / 1600);
}
.dark header .onhover-dropdown .onhover-div .button-group .cart-button {
  border: 2px solid var(--theme-color);
  color: var(--theme-color);
  padding: 10px;
  width: 100%;
  font-size: 16px;
}
.dark header .onhover-dropdown .onhover-div .button-group .cart-button:hover {
  background-color: var(--theme-color);
  color: #2a2d2d;
}
.dark header .onhover-dropdown .onhover-div .price-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0;
  padding: 0;
}
.dark header .onhover-dropdown .onhover-div .price-box h5,
.dark header .onhover-dropdown .onhover-div .price-box .h5 {
  font-size: 20px;
}
.dark header .onhover-dropdown .onhover-div .price-box h4,
.dark header .onhover-dropdown .onhover-div .price-box .h4 {
  font-size: 20px;
  color: var(--theme-color);
  font-weight: 600;
}
.dark header .search-full {
  width: 0;
  height: 0;
  background-color: #ffffff;
  position: fixed;
  top: 92px;
  right: 0;
  z-index: 3;
  transform: scale(0);
  display: flex;
  align-items: center;
  margin-inline: calc(12px + 148 * (100vw - 320px) / 1600);
}
@media (max-width: 1199px) {
  .dark header .search-full {
    top: 84px;
  }
}
@media (max-width: 991px) {
  .dark header .search-full {
    top: 80px;
  }
}
.dark header .search-full .input-group {
  border: 1px solid #f0f3f8;
}
.dark header .search-full .input-group .input-group-text {
  background-color: #2a2d2d;
  border: none;
}
.dark header .search-full .input-group .input-group-text.close-search {
  cursor: pointer;
}
.dark header .search-full .input-group .input-group-text svg {
  height: 18px;
}
.dark header .search-full .input-group input {
  border: none;
}
.dark header .search-full.open {
  width: -webkit-fill-available;
  animation: zoomIn 0.5s ease-in-out;
  transform: scale(1);
}
.dark header .search-full.show .search-suggestion {
  padding: 10px;
  border: 1px solid #f0f3f8;
  height: max-content;
  max-height: 500px;
  transition: max-height 1000ms cubic-bezier(0.27, 0.7, 0, 0.99);
}
.dark header .header-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .dark header .header-nav {
    z-index: 3;
    position: relative;
    height: 0;
  }
}
.dark header .header-nav .header-nav-left {
  position: relative;
}
.dark header .header-nav .header-nav-left .dropdown-category {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: calc(10px + 5 * (100vw - 320px) / 1600) calc(16px + 15 * (100vw - 320px) / 1600);
  background: var(--theme-color);
  color: #2a2d2d;
  border-radius: 5px;
  border: none;
}
.dark header .header-nav .header-nav-left .dropdown-category > div {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .dark header .header-nav .header-nav-left .dropdown-category {
    display: none;
  }
}
.dark header .header-nav .header-nav-left .dropdown-category-2 {
  background:
    linear-gradient(
      93.33deg,
      #222221 12.35%,
      #2f2f2d 99.38%);
}
.dark header .header-nav .header-nav-left .dropdown-category i {
  line-height: 1;
  font-size: 23px;
  margin-right: calc(9px + 7 * (100vw - 320px) / 1600);
}
body.rtl .dark header .header-nav .header-nav-left .dropdown-category i {
  margin-right: unset;
  margin-left: calc(9px + 7 * (100vw - 320px) / 1600);
}
.dark header .header-nav .header-nav-left .dropdown-category span {
  font-size: calc(15px + 3 * (100vw - 320px) / 1600);
  font-weight: 600;
  line-height: 1;
}
.dark header .header-nav .header-nav-left .dropdown-category .dropdown {
  display: inline-block;
}
.dark header .header-nav .header-nav-left .dropdown-category .dropdown.custom-dropdown {
  position: unset;
}
.dark header .header-nav .header-nav-left .dropdown-category .dropdown.custom-dropdown a {
  display: block;
  color: #2a2d2d;
  text-decoration: none;
  transition: background 0.35s ease;
  font-family: "Public Sans", sans-serif;
  font-weight: 500;
  font-size: 18px;
}
.dark header .header-nav .header-nav-left .dropdown-category .dropdown.custom-dropdown .fa {
  margin-top: 3px;
  margin-left: 10px;
  font-size: 14px;
  color: var(--theme-color);
}
.dark header .header-nav .header-nav-left .dropdown-category .dropdown.custom-dropdown ul {
  display: none;
  border: 1px solid rgba(119, 119, 119, 0.44);
  border-radius: 5px;
  position: absolute;
  top: 53px;
  width: 100%;
  left: 0;
  background-color: #2a2d2d;
  box-shadow: 0px 3px 4px rgba(255, 255, 255, 0.14);
  z-index: 999;
}
.dark header .header-nav .header-nav-left .dropdown-category .dropdown.custom-dropdown ul .show {
  display: block;
}
@media (max-width: 1199px) {
  .dark header .header-nav .header-nav-left .dropdown-category .dropdown.custom-dropdown ul {
    position: fixed;
    top: 0;
    left: 0;
    width: 320px;
  }
}
.dark header .header-nav .header-nav-left .dropdown-category .dropdown.custom-dropdown ul li {
  display: flex;
  align-items: center;
  padding: 12px 14px;
  border-bottom: 1px solid rgba(119, 119, 119, 0.44);
  cursor: pointer;
  transition: background 0.35s ease;
  color: #ffffff;
}
.dark header .header-nav .header-nav-left .dropdown-category .dropdown.custom-dropdown ul li img {
  width: 25px;
  height: 25px;
  object-fit: contain;
  margin-right: 6px;
}
.dark header .header-nav .header-nav-left .dropdown-category .dropdown.custom-dropdown ul li:last-child {
  border-bottom: none;
}
.dark header .header-nav .header-nav-left .dropdown-category .dropdown.custom-dropdown ul li:focus,
.dark header .header-nav .header-nav-left .dropdown-category .dropdown.custom-dropdown ul li:hover {
  background-color: rgba(119, 119, 119, 0.44);
}
.dark header .header-nav .header-nav-left:hover .category-dropdown {
  opacity: 1;
  visibility: visible;
  top: 63px;
  max-height: 450px;
  overflow: auto;
}
.dark header .header-nav .header-nav-left .category-dropdown {
  position: absolute;
  top: 72px;
  left: 0;
  background-color: #2a2d2d;
  box-shadow: 0 0 8px #ddd;
  z-index: 2;
  width: 300px;
  border-radius: 6px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}
body.rtl .dark header .header-nav .header-nav-left .category-dropdown {
  left: unset;
  right: 0;
}
@media (max-width: 767px) {
  .dark header .header-nav .header-nav-left .category-dropdown {
    width: calc(300px + 20 * (100vw - 320px) / 1600);
    height: 100vh;
    position: fixed;
    top: 0;
    left: -320px;
    border-radius: 0;
    z-index: 10;
    padding: 0;
    opacity: 1;
    visibility: visible;
    transition: all 0.3s ease-in-out;
    box-shadow: none;
  }
  body.rtl .dark header .header-nav .header-nav-left .category-dropdown {
    left: unset;
    right: -320px;
  }
  .dark header .header-nav .header-nav-left .category-dropdown.show {
    left: 0;
  }
  body.rtl .dark header .header-nav .header-nav-left .category-dropdown.show {
    left: unset;
    right: 0;
  }
  .dark header .header-nav .header-nav-left .category-dropdown:hover {
    opacity: 1;
    visibility: visible;
    top: 0;
  }
}
.dark header .header-nav .header-nav-left .category-dropdown .category-title {
  display: none;
}
@media (max-width: 767px) {
  .dark header .header-nav .header-nav-left .category-dropdown .category-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 24px;
    border-bottom: 1px solid rgba(119, 119, 119, 0.44);
    box-shadow: 0 2px 10px -3px rgba(255, 255, 255, 0.1);
  }
}
.dark header .header-nav .header-nav-left .category-dropdown .category-title h5,
.dark header .header-nav .header-nav-left .category-dropdown .category-title .h5 {
  color: var(--theme-color);
  font-weight: 600;
}
.dark header .header-nav .header-nav-left .category-dropdown .category-list {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
  padding: 20px 25px;
}
.dark header .header-nav .header-nav-left .category-dropdown .category-list li {
  display: block;
  width: 100%;
}
.dark header .header-nav .header-nav-left .category-dropdown .category-list li a {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  color: #dddddd;
}
.dark header .header-nav .header-nav-left .category-dropdown .category-list li a:hover h6::before,
.dark header .header-nav .header-nav-left .category-dropdown .category-list li a:hover .h6::before {
  width: 65px;
}
.dark header .header-nav .header-nav-left .category-dropdown .category-list li a img {
  width: 23px;
  height: 23px;
  object-fit: contain;
}
.dark header .header-nav .header-nav-left .category-dropdown .category-list li a h6,
.dark header .header-nav .header-nav-left .category-dropdown .category-list li a .h6 {
  font-size: 17px;
  font-weight: 500;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.dark header .header-nav .header-nav-left .category-dropdown .category-list li a h6:before,
.dark header .header-nav .header-nav-left .category-dropdown .category-list li a .h6:before {
  content: "";
  position: absolute;
  width: 0;
  height: 3px;
  bottom: 0;
  left: 0;
  background-color: var(--theme-color);
  opacity: 0.5;
  transition: all 0.3s ease-in-out;
}
body.rtl .dark header .header-nav .header-nav-left .category-dropdown .category-list li a h6:before,
body.rtl .dark header .header-nav .header-nav-left .category-dropdown .category-list li a .h6:before {
  left: unset;
  right: 0;
}
.dark header .header-nav .header-nav-left .category-dropdown .category-list li a .according-menu {
  margin-left: auto;
}
body.rtl .dark header .header-nav .header-nav-left .category-dropdown .category-list li a .according-menu {
  margin-left: unset;
  margin-right: auto;
}
.dark header .header-nav .header-nav-left .category-dropdown .category-list li a i {
  margin-left: auto;
}
body.rtl .dark header .header-nav .header-nav-left .category-dropdown .category-list li a i {
  margin-left: unset;
  margin-right: auto;
}
@media (max-width: 767px) {
  .dark header .header-nav .header-nav-left .category-dropdown .category-list li a i {
    display: none;
  }
}
@media (max-width: 767px) {
  .dark header .header-nav .header-nav-right {
    display: none;
  }
}
.dark header .header-nav .header-nav-right .deal-button {
  color: var(--theme-color);
  padding: calc(6px + 9 * (100vw - 320px) / 1600) calc(11px + 9 * (100vw - 320px) / 1600);
  position: relative;
  border-radius: 5px;
  overflow: hidden;
  z-index: 0;
}
.dark header .header-nav .header-nav-right .deal-button::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: var(--theme-color);
  opacity: 0.1;
  z-index: -1;
}
.dark header .header-nav .header-nav-right .deal-button i {
  margin-right: 10px;
  font-size: 24px;
  line-height: 1;
}
body.rtl .dark header .header-nav .header-nav-right .deal-button i {
  margin-right: unset;
  margin-left: 10px;
}
@media (max-width: 1366px) {
  .dark header .header-nav .header-nav-right .deal-button i {
    margin-right: 0;
  }
  body.rtl .dark header .header-nav .header-nav-right .deal-button i {
    margin-right: unset;
    margin-left: 0;
  }
}
.dark header .header-nav .header-nav-right .deal-button span {
  font-size: 16px;
  font-weight: 600;
}
@media (max-width: 1366px) {
  .dark header .header-nav .header-nav-right .deal-button span {
    display: none;
  }
}
.dark header.header-compact .top-nav .navbar-top {
  justify-content: unset;
}
.dark header.header-compact .top-nav .navbar-top .rightside-box {
  margin-left: auto;
  display: flex;
  align-items: center;
}
body.rtl .dark header.header-compact .top-nav .navbar-top .rightside-box {
  margin-left: unset;
  margin-right: auto;
}
.dark header.header-compact .location-box {
  padding-right: 10px;
}
.dark header.bg-theme .navbar-light .navbar-nav .nav-link {
  color: #2a2d2d !important;
}
.dark header.bg-theme .navbar-light .navbar-nav .nav-link:hover {
  color: #2a2d2d !important;
}
.dark header.bg-theme .top-nav .navbar-top .rightside-box .right-side-menu .right-side:before {
  background-color: rgba(42, 45, 45, 0.5);
}
.dark header.bg-theme .top-nav .navbar-top .rightside-box .right-side-menu .right-side .header-wishlist i {
  color: #2a2d2d;
}
.dark header.bg-theme .top-nav .navbar-top .rightside-box .right-side-menu .right-side .delivery-login-box .delivery-detail h5,
.dark header.bg-theme .top-nav .navbar-top .rightside-box .right-side-menu .right-side .delivery-login-box .delivery-detail .h5 {
  color: #2a2d2d;
}
.dark header.bg-theme .top-nav .navbar-top .rightside-box .right-side-menu .right-side .delivery-login-box .delivery-detail h6,
.dark header.bg-theme .top-nav .navbar-top .rightside-box .right-side-menu .right-side .delivery-login-box .delivery-detail .h6 {
  color: rgba(42, 45, 45, 0.7);
}
.dark header.bg-theme .top-nav .navbar-top .rightside-box .right-side-menu .right-side .delivery-login-box .delivery-icon i {
  color: #2a2d2d;
}
.dark header.bg-theme .location-box {
  border-color: rgba(42, 45, 45, 0.5);
}
.dark header.bg-theme .location-box button i {
  color: #2a2d2d;
}
.dark header.bg-theme .location-box button .locat-name {
  color: #2a2d2d;
}
.dark header.bg-theme .location-box button .location-arrow {
  color: #2a2d2d;
  background-color: rgba(42, 45, 45, 0.24);
}
.dark header.header-absolute {
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  z-index: 1;
}
.dark header.header-absolute.bg-theme {
  background-color: transparent;
}
@media (min-width: 1200px) {
  body.rtl .dark header.header-absolute .navbar-expand-xl .dropdown:hover .dropdown-menu-2 {
    transform: translateX(-50%) translateY(0);
  }
}
.dark header.fixed-header {
  position: fixed;
  top: 0;
  left: 0;
  width: calc(100vw - 320px);
  z-index: 1;
  background-color: #2a2d2d;
  margin-left: 320px;
  border-bottom: 1px solid rgba(119, 119, 119, 0.44);
}
body.rtl .dark header.fixed-header {
  left: unset;
  right: 0;
  margin-left: unset;
  margin-right: 320px;
}
@media (max-width: 1199px) {
  .dark header.fixed-header {
    width: 100%;
    margin-left: 0;
  }
  body.rtl .dark header.fixed-header {
    margin-left: unset;
    margin-right: 0;
  }
}
.dark header.fixed-header .top-nav {
  padding: 18px 0;
}
.dark header .location-box {
  border-radius: 5px;
  border: 1px solid rgba(119, 119, 119, 0.44);
  display: flex;
  align-items: center;
  padding: 7px;
  padding-right: 20px;
  margin-right: 13px;
  position: relative;
}
body.rtl .dark header .location-box {
  margin-right: unset;
  margin-left: 13px;
  padding-right: 7px;
  padding-left: 20px;
}
@media (max-width: 1199px) {
  .dark header .location-box {
    margin-right: unset;
    margin-left: 13px;
  }
  body.rtl .dark header .location-box {
    margin-left: unset;
    margin-right: 13px;
  }
}
@media (max-width: 1556px) {
  .dark header .location-box {
    padding-right: 7px;
  }
  body.rtl .dark header .location-box {
    padding-right: 7px;
    padding-left: 7px;
  }
}
@media (max-width: 767px) {
  .dark header .location-box {
    display: none;
  }
}
.dark header .location-box button {
  display: flex;
  align-items: center;
  padding: 0;
}
.dark header .location-box button:focus {
  box-shadow: none;
}
.dark header .location-box button .location-arrow {
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #dddddd;
  background-color: #f3f5f9;
  border-radius: 5px;
  margin-right: 12px;
}
body.rtl .dark header .location-box button .location-arrow {
  margin-right: unset;
  margin-left: 12px;
}
@media (max-width: 1300px) {
  .dark header .location-box button .location-arrow {
    margin-right: 0;
  }
  body.rtl .dark header .location-box button .location-arrow {
    margin-right: unset;
    margin-left: 0;
  }
}
.dark header .location-box button .location-arrow i {
  font-size: 18px;
}
.dark header .location-box button .locat-name {
  font-size: 16px;
  font-weight: 500;
  color: #222222;
}
@media (max-width: 1300px) {
  .dark header .location-box button .locat-name {
    display: none;
  }
}
.dark header .location-box button i {
  margin-left: 5px;
  color: #dddddd;
}
body.rtl .dark header .location-box button i {
  margin-left: unset;
  margin-right: 17px;
}
@media (max-width: 1300px) {
  .dark header .location-box button i {
    display: none;
  }
}
.dark .mobile-menu {
  position: fixed;
  bottom: 0;
  padding: 10px;
  width: 100%;
  background-color: var(--theme-color);
  z-index: 2;
  overflow: hidden;
  box-shadow: 0 -3px 10px 0px rgba(255, 255, 255, 0.08);
}
body.rtl .dark .mobile-menu {
  left: 0;
}
.dark .mobile-menu ul {
  display: flex;
  width: 70%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .dark .mobile-menu ul {
    width: 100%;
  }
}
body.rtl .dark .mobile-menu ul {
  padding: 0;
}
.dark .mobile-menu ul li {
  width: 100%;
  text-align: center;
}
.dark .mobile-menu ul li.active {
  transition: 0.3s ease;
  position: relative;
}
.dark .mobile-menu ul li.active::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  background-color: #2a2d2d;
  border-radius: 100%;
}
.dark .mobile-menu ul li.active i.activated {
  display: inline-block;
}
.dark .mobile-menu ul li.active i.deactivated {
  display: none;
}
.dark .mobile-menu ul li.active span {
  color: #2a2d2d;
  font-weight: 600;
}
.dark .mobile-menu ul li a {
  display: block;
}
.dark .mobile-menu ul li a img {
  display: block;
  margin: 0px auto;
}
.dark .mobile-menu ul li a.active,
.dark .mobile-menu ul li a:hover {
  color: #ffffff;
}
@media (max-width: 360px) {
  .dark .mobile-menu ul li a {
    font-size: 13px;
  }
}
.dark .mobile-menu ul li a i {
  display: inline-block;
  margin: 0 auto;
  font-size: calc(20px + 2 * (100vw - 320px) / 1600);
  color: #2a2d2d;
}
.dark .mobile-menu ul li a i.activated {
  display: none;
}
.dark .mobile-menu ul li a i.deactivated {
  display: inline-block;
}
.dark .mobile-menu ul li a span {
  display: block;
  color: rgba(42, 45, 45, 0.8);
}
.dark .header-2 .navbar-top {
  display: flex;
  align-items: center;
}
@media (max-width: 480px) {
  .dark .header-2 .navbar-top {
    justify-content: space-between;
  }
}
.dark .header-2 .navbar-top .navbar-toggler:focus {
  box-shadow: none;
}
.dark .header-2 .search-box {
  display: none;
}
@media (max-width: 991px) {
  .dark .header-2 .search-box {
    display: block;
    background-color: #2a2d2d;
    padding: 6px;
    border-radius: 5px;
    border: 1px solid #dddddd;
    text-align: right;
    margin-left: auto;
  }
  .dark .header-2 .search-box a {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
  }
  .dark .header-2 .search-box a i {
    font-size: 25px;
  }
}
@media (max-width: 480px) {
  .dark .header-2 .search-box {
    margin-left: unset;
  }
}
.dark .header-2 .dropdown-list.drop-state {
  margin-right: 20px;
  width: 100%;
  display: flex;
  align-items: center;
}
@media (max-width: 1199px) {
  .dark .header-2 .dropdown-list.drop-state {
    margin-right: 0;
  }
}
@media (max-width: 991px) {
  .dark .header-2 .dropdown-list {
    background-color: transparent;
    margin: 0;
  }
}
.dark .header-2 .dropdown-list .location-icon {
  margin-right: 8px;
  display: flex;
}
.dark .header-2 .dropdown-list .location-icon .iconly-Location {
  font-size: 25px;
}
.dark .header-2 .dropdown-list .dropdown {
  display: flex;
  align-items: center;
  justify-content: center;
}
.dark .header-2 .dropdown-list .dropdown .dropdown-toggle {
  padding-left: 0;
  font-size: 16px;
  display: flex;
  align-items: center;
  font-weight: 500;
  letter-spacing: 0.5px;
  position: relative;
  margin-top: 4px;
}
.dark .header-2 .dropdown-list .dropdown .dropdown-toggle::after {
  display: none;
}
.dark .header-2 .dropdown-list .dropdown .dropdown-toggle i {
  color: #ffffff;
  margin-left: 5px;
}
.dark .header-2 .dropdown-list .dropdown .dropdown-menu {
  min-width: 100%;
}
.dark .header-2 .dropdown-list .dropdown .dropdown-menu li {
  display: block;
}
.dark .header-2 .form-select {
  font-size: 16px;
  font-weight: 600;
  border: none;
  border-radius: 0;
  font-family: "Public Sans", sans-serif;
  color: #ffffff;
}
.dark .header-2 .form-select:focus {
  border-color: transparent;
  box-shadow: none;
}
.dark .header-2 .top-nav {
  padding: 14px 0;
  border-bottom: 1px solid rgba(119, 119, 119, 0.44);
}
@media (max-width: 767px) {
  .dark .header-2 .top-nav {
    border-bottom: unset;
    padding-bottom: 0;
  }
}
.dark .header-2 .top-nav-color {
  background-color: #ffe03e;
}
.dark .header-2 .top-nav span {
  color: #ffffff;
}
.dark .header-2 .top-nav span i {
  font-size: 25px;
}
.dark .header-2 .top-nav .nav-logo {
  display: flex;
  font-size: calc(28px + 7 * (100vw - 320px) / 1600);
  color: var(--theme-color);
  font-weight: bolder;
  font-family: "Public Sans", sans-serif;
}
.dark .header-2 .top-nav .nav-logo span {
  color: #ffffff;
}
.dark .header-2 .top-nav .search-full {
  width: 0;
  height: 0;
  background-color: #2a2d2d;
  position: absolute;
  top: 40px;
  right: 0;
  z-index: 1;
  transform: scale(0);
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
}
@media (max-width: 360px) {
  .dark .header-2 .top-nav .search-full {
    right: -5px;
  }
}
.dark .header-2 .top-nav .search-full .input-group {
  border: 1px solid #f0f3f8;
  box-shadow: 0px 3px 4px rgba(255, 255, 255, 0.14);
}
.dark .header-2 .top-nav .search-full .input-group .input-group-text {
  background-color: #2a2d2d;
  border: none;
  color: #dddddd;
}
.dark .header-2 .top-nav .search-full .input-group .input-group-text.close-search {
  cursor: pointer;
}
.dark .header-2 .top-nav .search-full .input-group input {
  border: none;
  height: 50px;
}
.dark .header-2 .top-nav .search-full.open {
  width: 100%;
  animation: zoomIn 0.5s ease-in-out;
  transform: scale(1);
  transition: all 0.3s ease;
  padding: 0 30px;
}
@media (max-width: 575px) {
  .dark .header-2 .top-nav .search-full.open {
    padding: 0 25px;
  }
}
@media (max-width: 480px) {
  .dark .header-2 .top-nav .search-full.open {
    padding: 0 15px;
  }
}
@media (max-width: 360px) {
  .dark .header-2 .top-nav .search-full.open {
    left: 50%;
    transform: translateX(-50%);
    padding: 0;
    width: 95%;
  }
}
.dark .header-2 .top-nav .search-full.show .search-suggestion {
  padding: 10px;
  border: 1px solid #f0f3f8;
  height: max-content;
  max-height: 500px;
  transition: max-height 1000ms cubic-bezier(0.27, 0.7, 0, 0.99);
}
.dark .header-2 .top-nav .middle-box {
  display: inline-block;
  margin-left: calc(16px + 13 * (100vw - 320px) / 1600);
}
body.rtl .dark .header-2 .top-nav .middle-box {
  margin-left: unset;
  margin-right: calc(16px + 13 * (100vw - 320px) / 1600);
}
@media (max-width: 1366px) {
  .dark .header-2 .top-nav .middle-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-left: 25px;
    float: right;
  }
}
@media (max-width: 1199px) {
  .dark .header-2 .top-nav .middle-box {
    margin-left: 15px;
  }
}
@media (max-width: 991px) {
  .dark .header-2 .top-nav .middle-box {
    display: none;
  }
}
.dark .header-2 .top-nav .middle-box .center-box {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .dark .header-2 .top-nav .middle-box .center-box {
    display: none;
  }
}
.dark .header-2 .top-nav .middle-box .searchbar-box {
  position: relative;
}
@media (max-width: 991px) {
  .dark .header-2 .top-nav .middle-box .searchbar-box {
    display: none;
  }
}
.dark .header-2 .top-nav .middle-box .searchbar-box .search-button {
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  padding: 0 19px;
  right: 0;
  height: 100%;
  cursor: pointer;
}
body.rtl .dark .header-2 .top-nav .middle-box .searchbar-box .search-button {
  right: unset;
  left: 0;
}
.dark .header-2 .top-nav .middle-box .searchbar-box .search-button i {
  font-size: calc(18px + 7 * (100vw - 320px) / 1600);
  color: #dddddd;
}
.dark .header-2 .top-nav .middle-box .searchbar-box input {
  width: 685px;
  height: 45px;
  padding: 8px 60px 8px 18px;
  color: #ffffff;
  border-color: #eee;
  font-size: 16px;
}
body.rtl .dark .header-2 .top-nav .middle-box .searchbar-box input {
  padding: 8px 18px 8px 60px;
}
@media (max-width: 1754px) {
  .dark .header-2 .top-nav .middle-box .searchbar-box input {
    width: 630px;
  }
}
@media (max-width: 1678px) {
  .dark .header-2 .top-nav .middle-box .searchbar-box input {
    width: 580px;
  }
}
@media (max-width: 1604px) {
  .dark .header-2 .top-nav .middle-box .searchbar-box input {
    width: 529px;
  }
}
@media (max-width: 1332px) {
  .dark .header-2 .top-nav .middle-box .searchbar-box input {
    width: 483px;
  }
}
@media (max-width: 1270px) {
  .dark .header-2 .top-nav .middle-box .searchbar-box input {
    width: 436px;
  }
}
@media (max-width: 1235px) {
  .dark .header-2 .top-nav .middle-box .searchbar-box input {
    width: 415px;
  }
}
.dark .header-2 .top-nav .middle-box .searchbar-box input::placeholder {
  color: #dddddd;
  font-size: 16px;
}
.dark .header-2 .top-nav .middle-box .location-box-2 {
  display: flex;
  align-items: center;
  margin-right: 20px;
  position: relative;
}
body.rtl .dark .header-2 .top-nav .middle-box .location-box-2 {
  margin-right: unset;
  margin-left: 20px;
}
@media (max-width: 1199px) {
  .dark .header-2 .top-nav .middle-box .location-box-2 {
    margin-right: unset;
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .dark .header-2 .top-nav .middle-box .location-box-2 {
    display: none;
  }
}
.dark .header-2 .top-nav .middle-box .location-box-2 button {
  display: flex;
  align-items: center;
  padding: 0;
}
.dark .header-2 .top-nav .middle-box .location-box-2 button:focus {
  box-shadow: none;
}
.dark .header-2 .top-nav .middle-box .location-box-2 button i {
  margin-right: 9px;
  font-size: 22px;
}
body.rtl .dark .header-2 .top-nav .middle-box .location-box-2 button i {
  margin-right: unset;
  margin-left: 9px;
}
@media (max-width: 1556px) {
  .dark .header-2 .top-nav .middle-box .location-box-2 button i {
    margin-right: 0;
  }
}
.dark .header-2 .top-nav .middle-box .location-box-2 button span {
  font-size: 16px;
}
@media (max-width: 1556px) {
  .dark .header-2 .top-nav .middle-box .location-box-2 button span {
    display: none;
  }
}
.dark .header-2 .top-nav .middle-box .location-box-2 button .down-arrow {
  margin-left: 10px;
}
body.rtl .dark .header-2 .top-nav .middle-box .location-box-2 button .down-arrow {
  margin-left: unset;
  margin-right: 10px;
}
@media (max-width: 1556px) {
  .dark .header-2 .top-nav .middle-box .location-box-2 button .down-arrow {
    display: none;
  }
}
.dark .header-2 .rightside-menu {
  display: flex;
  align-items: center;
  margin-left: auto;
}
body.rtl .dark .header-2 .rightside-menu {
  margin-left: unset;
  margin-right: auto;
}
.dark .header-2 .rightside-menu .dropdown-dollar {
  display: flex;
  align-items: center;
  margin-right: 22px;
}
body.rtl .dark .header-2 .rightside-menu .dropdown-dollar {
  margin-right: unset;
  margin-left: 22px;
}
@media (max-width: 991px) {
  .dark .header-2 .rightside-menu .dropdown-dollar {
    display: none;
  }
}
.dark .header-2 .rightside-menu .dropdown-dollar .dropdown {
  position: relative;
  z-index: 1;
}
.dark .header-2 .rightside-menu .dropdown-dollar .dropdown .dropdown-toggle {
  font-size: 16px;
  display: flex;
  align-items: center;
  font-weight: 500;
  position: relative;
  border: none;
  background-color: transparent;
  padding: 0;
}
.dark .header-2 .rightside-menu .dropdown-dollar .dropdown .dropdown-toggle i {
  margin-left: 8px;
}
body.rtl .dark .header-2 .rightside-menu .dropdown-dollar .dropdown .dropdown-toggle i {
  margin-left: unset;
  margin-right: 8px;
}
.dark .header-2 .rightside-menu .dropdown-dollar .dropdown .dropdown-toggle::after {
  display: none;
}
.dark .header-2 .rightside-menu .dropdown-dollar .dropdown + .dropdown {
  margin-left: 23px;
}
body.rtl .dark .header-2 .rightside-menu .dropdown-dollar .dropdown + .dropdown {
  margin-left: unset;
  margin-right: 23px;
}
.dark .header-2 .rightside-menu .dropdown-dollar .dropdown + .dropdown::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 25px;
  left: -10px;
  background-color: rgba(119, 119, 119, 0.44);
}
body.rtl .dark .header-2 .rightside-menu .dropdown-dollar .dropdown + .dropdown::after {
  left: unset;
  right: -10px;
}
.dark .header-2 .rightside-menu .dropdown-dollar .dropdown .dropdown-menu {
  min-width: 100%;
}
.dark .header-2 .rightside-menu .dropdown-dollar .dropdown .dropdown-menu li {
  display: block;
}
.dark .header-2 .rightside-menu .wishlist-box {
  display: flex;
  align-items: center;
}
.dark .header-2 .rightside-menu .wishlist-box .header-icon {
  width: calc(35px + 11 * (100vw - 320px) / 1600);
  height: calc(35px + 11 * (100vw - 320px) / 1600);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  border: 1px solid rgba(119, 119, 119, 0.44);
  background-color: #2a2d2d;
  border-radius: 100%;
  padding: 10px;
  position: relative;
}
.dark .header-2 .rightside-menu .wishlist-box .header-icon + .header-icon {
  margin-left: 38px;
}
.dark .header-2 .rightside-menu .wishlist-box .header-icon + .header-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 100%;
  left: -50%;
  background-color: rgba(119, 119, 119, 0.44);
}
.dark .header-2 .rightside-menu .wishlist-box .header-icon.swap-icon {
  margin-left: 0;
}
.dark .header-2 .rightside-menu .wishlist-box .header-icon.swap-icon::after {
  content: none;
}
.dark .header-2 .rightside-menu .wishlist-box .header-icon.bag-icon {
  display: block;
}
@media (max-width: 480px) {
  .dark .header-2 .rightside-menu .wishlist-box .header-icon.bag-icon {
    display: none;
  }
}
.dark .header-2 .rightside-menu .wishlist-box .header-icon.search-box {
  display: none;
}
@media (max-width: 1199px) {
  .dark .header-2 .rightside-menu .wishlist-box .header-icon.search-box {
    display: flex;
  }
  .dark .header-2 .rightside-menu .wishlist-box .header-icon.search-box + .header-icon {
    margin-left: 38px;
  }
  .dark .header-2 .rightside-menu .wishlist-box .header-icon.search-box + .header-icon::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 100%;
    left: -50%;
    background-color: rgba(119, 119, 119, 0.44);
  }
}
.dark .header-2 .rightside-menu .wishlist-box .header-icon .badge-number {
  width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -10px;
  right: 0;
  background: var(--theme-color);
  font-weight: 600;
  color: #2a2d2d;
  border-radius: 100%;
  font-size: 10px;
}
.dark .header-2 .rightside-menu .wishlist-box .header-icon i {
  color: #ffffff;
  font-size: calc(18px + 4 * (100vw - 320px) / 1600);
}
.dark .header-2 .rightside-menu .wishlist-box .header-icon i.iconly-Swap {
  transform: rotate(90deg);
}
.dark .header-2 .rightside-menu .option-list > ul {
  display: flex;
}
body.rtl .dark .header-2 .rightside-menu .option-list > ul {
  padding-right: 0;
}
.dark .header-2 .rightside-menu .option-list > ul > li {
  position: relative;
}
.dark .header-2 .rightside-menu .option-list > ul > li:nth-of-type(5n-4) + li {
  margin-left: 0;
}
body.rtl .dark .header-2 .rightside-menu .option-list > ul > li:nth-of-type(5n-4) + li {
  margin-left: unset;
  margin-right: 0;
}
.dark .header-2 .rightside-menu .option-list > ul > li:nth-of-type(5n-4) + li::after {
  content: none;
}
@media (max-width: 1199px) {
  .dark .header-2 .rightside-menu .option-list > ul > li:nth-of-type(5n-3) {
    display: block;
  }
  .dark .header-2 .rightside-menu .option-list > ul > li:nth-of-type(5n-3) + li {
    margin-left: 22px;
  }
  body.rtl .dark .header-2 .rightside-menu .option-list > ul > li:nth-of-type(5n-3) + li {
    margin-left: unset;
    margin-right: 22px;
  }
  .dark .header-2 .rightside-menu .option-list > ul > li:nth-of-type(5n-3) + li::after {
    content: "";
  }
}
@media (max-width: 767px) {
  .dark .header-2 .rightside-menu .option-list > ul > li:not(:nth-last-of-type(5n-5)) {
    display: none;
  }
}
.dark .header-2 .rightside-menu .option-list > ul > li + li {
  margin-left: 37px;
}
body.rtl .dark .header-2 .rightside-menu .option-list > ul > li + li {
  margin-left: unset;
  margin-right: 37px;
}
@media (max-width: 1460px) {
  .dark .header-2 .rightside-menu .option-list > ul > li + li {
    margin-left: 22px;
  }
  body.rtl .dark .header-2 .rightside-menu .option-list > ul > li + li {
    margin-left: unset;
    margin-right: 22px;
  }
}
.dark .header-2 .rightside-menu .option-list > ul > li + li::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 80%;
  left: -20px;
  background-color: rgba(119, 119, 119, 0.44);
}
body.rtl .dark .header-2 .rightside-menu .option-list > ul > li + li::after {
  left: unset;
  right: -20px;
}
@media (max-width: 1460px) {
  .dark .header-2 .rightside-menu .option-list > ul > li + li::after {
    left: -13px;
  }
  body.rtl .dark .header-2 .rightside-menu .option-list > ul > li + li::after {
    left: unset;
    right: -13px;
  }
}
.dark .header-2 .rightside-menu .option-list > ul > li .header-icon {
  width: calc(35px + 11 * (100vw - 320px) / 1600);
  height: calc(35px + 11 * (100vw - 320px) / 1600);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  border: 1px solid rgba(119, 119, 119, 0.44);
  background-color: #2a2d2d;
  border-radius: 100%;
  padding: 10px;
  position: relative;
}
.dark .header-2 .rightside-menu .option-list > ul > li .header-icon + .header-icon {
  margin-left: 38px;
}
.dark .header-2 .rightside-menu .option-list > ul > li .header-icon + .header-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 100%;
  left: -50%;
  background-color: rgba(119, 119, 119, 0.44);
}
.dark .header-2 .rightside-menu .option-list > ul > li .header-icon.swap-icon {
  margin-left: 0;
}
.dark .header-2 .rightside-menu .option-list > ul > li .header-icon.swap-icon::after {
  content: none;
}
@media (max-width: 480px) {
  .dark .header-2 .rightside-menu .option-list > ul > li .header-icon.bag-icon {
    display: none;
  }
}
.dark .header-2 .rightside-menu .option-list > ul > li .header-icon.search-box {
  display: none;
}
@media (max-width: 1199px) {
  .dark .header-2 .rightside-menu .option-list > ul > li .header-icon.search-box {
    display: flex;
  }
  .dark .header-2 .rightside-menu .option-list > ul > li .header-icon.search-box + .header-icon {
    margin-left: 38px;
  }
  .dark .header-2 .rightside-menu .option-list > ul > li .header-icon.search-box + .header-icon::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 100%;
    left: -50%;
    background-color: rgba(119, 119, 119, 0.44);
  }
}
.dark .header-2 .rightside-menu .option-list > ul > li .header-icon .badge-number {
  width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -10px;
  right: 0;
  background-color: var(--theme-color);
  font-weight: 600;
  color: #2a2d2d;
  border-radius: 100%;
  font-size: 10px;
}
.dark .header-2 .rightside-menu .option-list > ul > li .header-icon i {
  color: #ffffff;
  font-size: calc(18px + 4 * (100vw - 320px) / 1600);
}
.dark .header-2 .rightside-menu .option-list > ul > li .header-icon i.ri-arrow-left-right-line {
  transform: rotateY(-180deg);
}
.dark .header-2 .rightside-menu .option-list-2 {
  display: flex;
}
.dark .header-2 .rightside-menu .option-list-2 > li {
  position: relative;
}
.dark .header-2 .rightside-menu .option-list-2 > li .header-icon {
  width: calc(35px + 11 * (100vw - 320px) / 1600);
  height: calc(35px + 11 * (100vw - 320px) / 1600);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  border: 1px solid rgba(119, 119, 119, 0.44);
  background-color: #2a2d2d;
  border-radius: 100%;
  padding: 10px;
  position: relative;
}
.dark .header-2 .rightside-menu .option-list-2 > li .header-icon + .header-icon {
  margin-left: 38px;
}
.dark .header-2 .rightside-menu .option-list-2 > li .header-icon + .header-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 100%;
  left: -50%;
  background-color: rgba(119, 119, 119, 0.44);
}
.dark .header-2 .rightside-menu .option-list-2 > li .header-icon .badge-number {
  width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -10px;
  right: 0;
  background-color: var(--theme-color);
  font-weight: 600;
  color: #2a2d2d;
  border-radius: 100%;
  font-size: 10px;
}
.dark .header-2 .rightside-menu .option-list-2 > li .header-icon i {
  color: #ffffff;
  font-size: calc(18px + 4 * (100vw - 320px) / 1600);
}
.dark .header-2 .rightside-menu .option-list-2 > li .header-icon i.iconly-Swap {
  transform: rotate(90deg);
}
.dark .header-2 .rightside-menu .option-list-2 > li .user-box {
  display: flex;
  flex-wrap: nowrap;
  gap: 12px;
  align-items: center;
}
.dark .header-2 .rightside-menu .option-list-2 > li .user-box:hover .user-name h4,
.dark .header-2 .rightside-menu .option-list-2 > li .user-box:hover .user-name .h4 {
  color: var(--theme-color);
}
@media (max-width: 1660px) {
  .dark .header-2 .rightside-menu .option-list-2 > li .user-box .user-name {
    display: none;
  }
}
.dark .header-2 .rightside-menu .option-list-2 > li + li {
  margin-left: 37px;
}
body.rtl .dark .header-2 .rightside-menu .option-list-2 > li + li {
  margin-left: unset;
  margin-right: 37px;
}
@media (max-width: 1660px) {
  .dark .header-2 .rightside-menu .option-list-2 > li + li {
    margin-left: 22px;
  }
  body.rtl .dark .header-2 .rightside-menu .option-list-2 > li + li {
    margin-left: unset;
    margin-right: 22px;
  }
}
.dark .header-2 .rightside-menu .option-list-2 > li + li::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 80%;
  left: -20px;
  background-color: rgba(119, 119, 119, 0.44);
}
body.rtl .dark .header-2 .rightside-menu .option-list-2 > li + li::after {
  left: unset;
  right: -20px;
}
@media (max-width: 1660px) {
  .dark .header-2 .rightside-menu .option-list-2 > li + li::after {
    left: -13px;
  }
  body.rtl .dark .header-2 .rightside-menu .option-list-2 > li + li::after {
    left: unset;
    right: -13px;
  }
}
.dark .header-2 .rightside-menu .mobile-app {
  border: 1px solid var(--theme-color);
  border-radius: 5px;
  padding: 16px 18px;
  display: flex;
  align-items: center;
  margin-left: 18px;
}
body.rtl .dark .header-2 .rightside-menu .mobile-app {
  margin-left: unset;
  margin-right: 18px;
}
.dark .header-2 .rightside-menu .mobile-app .mobile-image {
  margin-right: 11px;
}
body.rtl .dark .header-2 .rightside-menu .mobile-app .mobile-image {
  margin-right: unset;
  margin-left: 11px;
}
.dark .header-2 .rightside-menu .mobile-app .mobile-image img {
  width: 15px;
  height: auto;
}
.dark .header-2 .rightside-menu .dropdown-user {
  display: flex;
  align-items: center;
}
.dark .header-2 .rightside-menu .dropdown-user .user-detail {
  margin-left: 15px;
}
@media (max-width: 1366px) {
  .dark .header-2 .rightside-menu .dropdown-user .user-detail {
    display: none;
  }
}
.dark .header-2 .rightside-menu .dropdown-user .user-detail h6,
.dark .header-2 .rightside-menu .dropdown-user .user-detail .h6 {
  color: #dddddd;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 2px;
}
.dark .header-2 .rightside-menu .dropdown-user .user-detail h5,
.dark .header-2 .rightside-menu .dropdown-user .user-detail .h5 {
  color: #ffffff;
  font-size: 16px;
  margin-bottom: 0;
}
.dark .header-2 .right-nav {
  float: right;
  display: flex;
  align-items: center;
  margin-left: auto;
}
body.rtl .dark .header-2 .right-nav {
  margin-left: unset;
  margin-right: auto;
}
@media (max-width: 1366px) {
  .dark .header-2 .right-nav {
    display: none;
  }
}
.dark .header-2 .right-nav .nav-number {
  display: flex;
  align-items: center;
}
@media (max-width: 1660px) {
  .dark .header-2 .right-nav .nav-number {
    display: none;
  }
}
.dark .header-2 .right-nav .nav-number img {
  width: 32px;
  height: 32px;
}
.dark .header-2 .right-nav .nav-number span {
  font-size: calc(18px + 9 * (100vw - 320px) / 1600);
  font-weight: 500;
  margin-bottom: 0;
  margin-left: 8px;
}
body.rtl .dark .header-2 .right-nav .nav-number span {
  margin-left: unset;
  margin-right: 8px;
}
.dark .header-2 .right-nav .fire-button {
  display: flex;
  align-items: center;
  padding: 11px 38px;
  overflow: hidden;
}
.dark .header-2 .right-nav .fire-button span {
  color: #2a2d2d;
  margin-left: 7px;
  font-size: 16px;
  font-weight: 600;
}
body.rtl .dark .header-2 .right-nav .fire-button span {
  margin-left: unset;
  margin-right: 7px;
}
.dark .header-2 .right-nav .fire-button .fire {
  margin-top: -3px;
  position: relative;
  width: 20px;
  height: 20px;
  background-color: transparent;
  z-index: 1;
}
.dark .header-2 .right-nav .fire-button .fire img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.dark .header-2 .header-nav-left {
  position: relative;
}
.dark .header-2 .header-nav-left .dropdown-category {
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  background-color: transparent;
  padding: 9px calc(16px + 15 * (100vw - 320px) / 1600) 9px 0;
  position: relative;
}
body.rtl .dark .header-2 .header-nav-left .dropdown-category {
  padding: 9px 0 9px calc(16px + 15 * (100vw - 320px) / 1600);
}
@media (max-width: 767px) {
  .dark .header-2 .header-nav-left .dropdown-category {
    display: none;
  }
}
.dark .header-2 .header-nav-left .dropdown-category::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  top: 0;
  right: 0;
  background-color: rgba(119, 119, 119, 0.44);
}
body.rtl .dark .header-2 .header-nav-left .dropdown-category::after {
  right: unset;
  left: 0;
}
.dark .header-2 .header-nav-left .dropdown-category i {
  font-size: 23px;
  color: var(--theme-color);
  margin-right: 10px;
}
body.rtl .dark .header-2 .header-nav-left .dropdown-category i {
  margin-right: unset;
  margin-left: 10px;
}
.dark .header-2 .header-nav-left .dropdown-category span {
  font-size: 16px;
  margin-top: 4px;
}
.dark .header-2 .header-nav-left:hover .category-dropdown {
  opacity: 1;
  visibility: visible;
  top: 63px;
}
.dark .header-2 .header-nav-left .category-dropdown {
  position: absolute;
  top: 72px;
  left: 0;
  background-color: #2a2d2d;
  box-shadow: 0 0 8px #ddd;
  z-index: 2;
  width: 270px;
  border-radius: 6px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .dark .header-2 .header-nav-left .category-dropdown {
    width: calc(300px + 20 * (100vw - 320px) / 1600);
    height: 100vh;
    position: fixed;
    top: 0;
    left: -320px;
    border-radius: 0;
    z-index: 10;
    padding: 0;
    opacity: 1;
    visibility: visible;
    transition: all 0.3s ease-in-out;
    box-shadow: none;
  }
  body.rtl .dark .header-2 .header-nav-left .category-dropdown {
    left: unset;
    right: -320px;
  }
  .dark .header-2 .header-nav-left .category-dropdown.show {
    left: 0;
  }
  body.rtl .dark .header-2 .header-nav-left .category-dropdown.show {
    left: unset;
    right: 0;
  }
  .dark .header-2 .header-nav-left .category-dropdown:hover {
    opacity: 1;
    visibility: visible;
    top: 0;
  }
}
.dark .header-2 .header-nav-left .category-dropdown .category-title {
  display: none;
}
@media (max-width: 767px) {
  .dark .header-2 .header-nav-left .category-dropdown .category-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 24px;
    border-bottom: 1px solid rgba(119, 119, 119, 0.44);
    box-shadow: 0 2px 10px -3px rgba(255, 255, 255, 0.1);
  }
}
.dark .header-2 .header-nav-left .category-dropdown .category-title h5,
.dark .header-2 .header-nav-left .category-dropdown .category-title .h5 {
  color: var(--theme-color);
  font-weight: 600;
}
.dark .header-2 .header-nav-left .category-dropdown .category-list {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
  padding: 20px 25px;
}
.dark .header-2 .header-nav-left .category-dropdown .category-list li {
  display: block;
  width: 100%;
}
.dark .header-2 .header-nav-left .category-dropdown .category-list li .category-name {
  display: flex;
  align-items: center;
  color: #dddddd;
}
.dark .header-2 .header-nav-left .category-dropdown .category-list li .category-name:hover h6,
.dark .header-2 .header-nav-left .category-dropdown .category-list li .category-name:hover .h6 {
  letter-spacing: 0.3px;
}
.dark .header-2 .header-nav-left .category-dropdown .category-list li .category-name:hover h6::before,
.dark .header-2 .header-nav-left .category-dropdown .category-list li .category-name:hover .h6::before {
  width: 65px;
}
.dark .header-2 .header-nav-left .category-dropdown .category-list li .category-name img {
  width: 22px;
  height: 22px;
  object-fit: contain;
}
.dark .header-2 .header-nav-left .category-dropdown .category-list li .category-name h6,
.dark .header-2 .header-nav-left .category-dropdown .category-list li .category-name .h6 {
  font-size: 17px;
  font-weight: 500;
  position: relative;
  margin-left: 10px;
  transition: all 0.3s ease-in-out;
}
.dark .header-2 .header-nav-left .category-dropdown .category-list li .category-name h6:before,
.dark .header-2 .header-nav-left .category-dropdown .category-list li .category-name .h6:before {
  content: "";
  position: absolute;
  width: 0;
  height: 3px;
  bottom: 0;
  left: 0;
  background-color: var(--theme-color);
  opacity: 0.5;
  transition: all 0.3s ease-in-out;
}
.dark .header-2 .header-nav-left .category-dropdown .category-list li .category-name i {
  margin-left: auto;
}
@media (max-width: 767px) {
  .dark .header-2 .header-nav-left .category-dropdown .category-list li .category-name i {
    display: none;
  }
}
body.rtl .dark .header-2 .header-nav-left .category-dropdown .category-list li .category-name i {
  margin-left: unset;
  margin-right: auto;
}
.dark .header-2 .header-nav-left .category-dropdown .category-list li .category-name .according-menu {
  margin-left: auto;
}
body.rtl .dark .header-2 .header-nav-left .category-dropdown .category-list li .category-name .according-menu {
  margin-left: unset;
  margin-right: auto;
}
.dark .header-2 .header-nav-left .category-dropdown .category-list li a {
  display: flex;
  align-items: center;
  color: #dddddd;
}
.dark .header-2 .header-nav-left .category-dropdown .category-list li a:hover h6,
.dark .header-2 .header-nav-left .category-dropdown .category-list li a:hover .h6 {
  letter-spacing: 0.3px;
}
.dark .header-2 .header-nav-left .category-dropdown .category-list li a:hover h6::before,
.dark .header-2 .header-nav-left .category-dropdown .category-list li a:hover .h6::before {
  width: 65px;
}
.dark .header-2 .header-nav-left .category-dropdown .category-list li a img {
  width: 22px;
  height: 22px;
  object-fit: contain;
}
.dark .header-2 .header-nav-left .category-dropdown .category-list li a h6,
.dark .header-2 .header-nav-left .category-dropdown .category-list li a .h6 {
  font-size: 17px;
  font-weight: 500;
  position: relative;
  margin-left: 10px;
  transition: all 0.3s ease-in-out;
}
.dark .header-2 .header-nav-left .category-dropdown .category-list li a h6:before,
.dark .header-2 .header-nav-left .category-dropdown .category-list li a .h6:before {
  content: "";
  position: absolute;
  width: 0;
  height: 3px;
  bottom: 0;
  left: 0;
  background-color: var(--theme-color);
  opacity: 0.5;
  transition: all 0.3s ease-in-out;
}
.dark .header-2 .header-nav-left .category-dropdown .category-list li a i {
  margin-left: auto;
}
body.rtl .dark .header-2 .header-nav-left .category-dropdown .category-list li a i {
  margin-left: unset;
  margin-right: auto;
}
.dark .header-2 .dropdown-list {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Public Sans", sans-serif;
}
@media (max-width: 767px) {
  .dark .header-2 .dropdown-list {
    display: none;
  }
}
.dark .header-2 .dropdown-list li:last-child {
  margin-right: 0;
}
.dark .header-2 .dropdown-list li + li .dropdown {
  margin-left: 20px;
}
.dark .header-2 .dropdown-list li + li .dropdown::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 80%;
  left: -12px;
  background-color: rgba(42, 45, 45, 0.4);
}
.dark .header-2 .dropdown-list li:first-child::after {
  content: none;
}
.dark .header-2 .dropdown-list li .dropdown .dropdown-toggle {
  width: auto;
  display: block;
  background-color: transparent;
  border-radius: 5px;
  font-weight: 500;
  font-size: unset;
}
.dark .header-2 .dropdown-list li .dropdown .dropdown-toggle:after {
  content: none;
}
.dark .header-2 .dropdown-list li .dropdown .dropdown-toggle span {
  font-weight: 400;
}
.dark .header-2 .dropdown-list li .dropdown .dropdown-toggle .fa-chevron-down {
  margin-left: 10px;
}
.dark .header-2 .dropdown-list li .dropdown .dropdown-menu .dropdown-list {
  display: block;
}
.dark .header-2 .dropdown-list li .dropdown .dropdown-menu .dropdown-list + .dropdown-list {
  margin-top: 10px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dark .header-2 .about-list {
  font-family: "Public Sans", sans-serif;
}
@media (max-width: 991px) {
  .dark .header-2 .about-list {
    display: none;
  }
}
.dark .header-2 .about-list li {
  position: relative;
  margin-left: 15px;
  font-size: 12px;
  font-weight: 500;
}
.dark .header-2 .about-list li:first-child {
  margin-left: 0;
}
.dark .header-2 .about-list li:first-child::after {
  content: none;
}
.dark .header-2 .about-list li::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 70%;
  left: -8px;
  background-color: rgba(42, 45, 45, 0.4);
}
@media (max-width: 1199px) {
  .dark header.header-3 .main-nav {
    padding: 0;
  }
}
.dark .header-3 .navbar-top {
  display: flex;
  align-items: center;
  justify-content: unset !important;
}
@media (max-width: 480px) {
  .dark .header-3 .navbar-top {
    justify-content: space-between;
  }
}
.dark .header-3 .navbar-top .navbar-toggler:focus {
  box-shadow: none;
}
.dark .header-3 .navbar-top .support-box {
  display: flex;
  flex-wrap: nowrap;
  gap: 9px;
  align-items: flex-start;
}
@media (max-width: 1432px) {
  .dark .header-3 .navbar-top .support-box {
    display: none;
  }
}
.dark .header-3 .navbar-top .support-box .support-image img {
  width: 33px;
  height: auto;
}
.dark .header-3 .navbar-top .support-box .support-number {
  text-align: right;
}
.dark .header-3 .navbar-top .support-box .support-number h2,
.dark .header-3 .navbar-top .support-box .support-number .h2 {
  font-size: 25px;
  color: #2a2d2d;
}
.dark .header-3 .navbar-top .support-box .support-number h4,
.dark .header-3 .navbar-top .support-box .support-number .h4 {
  color: #2a2d2d;
  margin-top: 4px;
  font-weight: 500;
  font-size: 16px;
}
.dark .header-3 .search-box {
  display: none;
}
@media (max-width: 991px) {
  .dark .header-3 .search-box {
    display: block;
    background-color: #2a2d2d;
    padding: 6px;
    border-radius: 5px;
    border: 1px solid #dddddd;
    text-align: right;
    margin-left: auto;
  }
  .dark .header-3 .search-box a {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
  }
  .dark .header-3 .search-box a i {
    font-size: 25px;
  }
}
@media (max-width: 480px) {
  .dark .header-3 .search-box {
    margin-left: unset;
  }
}
.dark .header-3 .dropdown-list.drop-state {
  margin-right: 20px;
  width: 100%;
  display: flex;
  align-items: center;
}
@media (max-width: 1199px) {
  .dark .header-3 .dropdown-list.drop-state {
    margin-right: 0;
  }
}
@media (max-width: 991px) {
  .dark .header-3 .dropdown-list {
    background-color: transparent;
    margin: 0;
  }
}
.dark .header-3 .dropdown-list .location-icon {
  margin-right: 8px;
  display: flex;
}
.dark .header-3 .dropdown-list .location-icon .iconly-Location {
  font-size: 25px;
}
.dark .header-3 .dropdown-list .dropdown {
  display: flex;
  align-items: center;
  justify-content: center;
}
.dark .header-3 .dropdown-list .dropdown .dropdown-toggle {
  padding-left: 0;
  font-size: 16px;
  display: flex;
  align-items: center;
  font-weight: 500;
  letter-spacing: 0.5px;
  position: relative;
  margin-top: 4px;
}
.dark .header-3 .dropdown-list .dropdown .dropdown-toggle::after {
  display: none;
}
.dark .header-3 .dropdown-list .dropdown .dropdown-toggle i {
  color: #ffffff;
  margin-left: 5px;
}
.dark .header-3 .dropdown-list .dropdown .dropdown-menu {
  min-width: 100%;
}
.dark .header-3 .dropdown-list .dropdown .dropdown-menu li {
  display: block;
}
.dark .header-3 .form-select {
  font-size: 16px;
  font-weight: 600;
  border: none;
  border-radius: 0;
  font-family: "Public Sans", sans-serif;
  color: #ffffff;
}
.dark .header-3 .form-select:focus {
  border-color: transparent;
  box-shadow: none;
}
.dark .header-3 .top-nav {
  padding: 22px 0 20px 0;
  background-color: var(--theme-color);
}
@media (max-width: 1199px) {
  .dark .header-3 .top-nav {
    border-bottom: unset;
  }
}
@media (max-width: 767px) {
  .dark .header-3 .top-nav .navbar-top {
    justify-content: normal;
  }
}
.dark .header-3 .top-nav span {
  color: #ffffff;
}
.dark .header-3 .top-nav span i {
  font-size: 25px;
  margin-top: 2px;
  color: #2a2d2d;
  -webkit-text-fill-color: #2a2d2d;
}
.dark .header-3 .top-nav .nav-logo {
  display: flex !important;
  font-size: calc(28px + 7 * (100vw - 320px) / 1600);
  color: var(--theme-color);
  font-weight: bolder;
  font-family: "Public Sans", sans-serif;
}
.dark .header-3 .top-nav .nav-logo span {
  color: #ffffff;
}
.dark .header-3 .top-nav .search-full {
  width: 0;
  height: 0;
  background-color: #2a2d2d;
  position: absolute;
  top: 40px;
  right: 0;
  z-index: 1;
  transform: scale(0);
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
}
@media (max-width: 360px) {
  .dark .header-3 .top-nav .search-full {
    right: -5px;
  }
}
.dark .header-3 .top-nav .search-full .input-group {
  border: 1px solid #f0f3f8;
  box-shadow: 0px 3px 4px rgba(255, 255, 255, 0.14);
}
.dark .header-3 .top-nav .search-full .input-group .input-group-text {
  background-color: #2a2d2d;
  border: none;
  color: #dddddd;
}
.dark .header-3 .top-nav .search-full .input-group .input-group-text.close-search {
  cursor: pointer;
}
.dark .header-3 .top-nav .search-full .input-group input {
  border: none;
  height: 50px;
}
.dark .header-3 .top-nav .search-full.open {
  width: 100%;
  animation: zoomIn 0.5s ease-in-out;
  transform: scale(1);
  transition: all 0.3s ease;
  padding: 0 30px;
}
@media (max-width: 575px) {
  .dark .header-3 .top-nav .search-full.open {
    padding: 0 25px;
  }
}
@media (max-width: 480px) {
  .dark .header-3 .top-nav .search-full.open {
    padding: 0 15px;
  }
}
@media (max-width: 360px) {
  .dark .header-3 .top-nav .search-full.open {
    left: 50%;
    transform: translateX(-50%);
    padding: 0;
    width: 95%;
  }
}
.dark .header-3 .top-nav .search-full.show .search-suggestion {
  padding: 10px;
  border: 1px solid #f0f3f8;
  height: max-content;
  max-height: 500px;
  transition: max-height 1000ms cubic-bezier(0.27, 0.7, 0, 0.99);
}
.dark .header-3 .top-nav .middle-box {
  display: inline-block;
  margin-left: calc(16px + 13 * (100vw - 320px) / 1600);
}
body.rtl .dark .header-3 .top-nav .middle-box {
  margin-left: unset;
  margin-right: calc(16px + 13 * (100vw - 320px) / 1600);
}
@media (max-width: 1432px) {
  .dark .header-3 .top-nav .middle-box {
    margin-left: auto;
  }
}
@media (max-width: 1366px) {
  .dark .header-3 .top-nav .middle-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-left: 25px;
    float: right;
  }
}
@media (max-width: 1199px) {
  .dark .header-3 .top-nav .middle-box {
    margin-left: 15px;
  }
}
@media (max-width: 991px) {
  .dark .header-3 .top-nav .middle-box {
    margin-left: auto;
  }
}
.dark .header-3 .top-nav .middle-box .center-box {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .dark .header-3 .top-nav .middle-box {
    display: block !important;
  }
}
.dark .header-3 .top-nav .middle-box .searchbar-box-2 {
  position: relative;
  display: flex;
  align-items: stretch;
  width: 853px;
  border: 1px solid var(--theme-color);
  border-radius: 5px;
  overflow: hidden;
}
@media (max-width: 1742px) {
  .dark .header-3 .top-nav .middle-box .searchbar-box-2 {
    width: 800px;
  }
}
@media (max-width: 1668px) {
  .dark .header-3 .top-nav .middle-box .searchbar-box-2 {
    width: 760px;
  }
}
@media (max-width: 1610px) {
  .dark .header-3 .top-nav .middle-box .searchbar-box-2 {
    width: 710px;
  }
}
@media (max-width: 1544px) {
  .dark .header-3 .top-nav .middle-box .searchbar-box-2 {
    width: 670px;
  }
}
@media (max-width: 991px) {
  .dark .header-3 .top-nav .middle-box .searchbar-box-2 {
    display: none;
  }
}
.dark .header-3 .top-nav .middle-box .searchbar-box-2 > * {
  border-radius: 6px 0 0 6px !important;
}
body.rtl .dark .header-3 .top-nav .middle-box .searchbar-box-2 > * {
  border-radius: 0 6px 6px 0 !important;
}
.dark .header-3 .top-nav .middle-box .searchbar-box-2 .search-button {
  background-color: #ffb803;
  font-weight: 500;
  border-radius: 0 6px 6px 0;
}
body.rtl .dark .header-3 .top-nav .middle-box .searchbar-box-2 .search-button {
  border-radius: 6px 0 0 6px;
}
.dark .header-3 .top-nav .middle-box .searchbar-box-2 .search-icon {
  font-size: 18px;
  background-color: #2a2d2d;
  padding-left: 16px;
  padding-right: 5px;
  border-radius: 6px 0 0 6px;
}
body.rtl .dark .header-3 .top-nav .middle-box .searchbar-box-2 .search-icon {
  padding-left: 5px;
  padding-right: 16px;
  border-radius: 0 6px 6px 0;
}
.dark .header-3 .top-nav .middle-box .searchbar-box-2 .search-icon i {
  color: var(--theme-color);
}
.dark .header-3 .top-nav .middle-box .searchbar-box-2 input {
  height: 55px;
  padding: 8px;
  color: #ffffff;
  border: none;
  font-size: 16px;
  z-index: 0;
  border-radius: 0 !important;
}
body.rtl .dark .header-3 .top-nav .middle-box .searchbar-box-2 input {
  border-radius: 0 !important;
}
.dark .header-3 .top-nav .middle-box .searchbar-box-2 input:focus {
  box-shadow: 0px 3px 4px rgba(255, 255, 255, 0.14);
}
.dark .header-3 .top-nav .middle-box .searchbar-box-2 input::placeholder {
  color: #dddddd;
  font-size: 16px;
}
.dark .header-3 .top-nav .middle-box .location-box-2 {
  display: flex;
  align-items: center;
  margin-right: 20px;
  position: relative;
}
body.rtl .dark .header-3 .top-nav .middle-box .location-box-2 {
  margin-right: unset;
  margin-left: 20px;
}
@media (max-width: 1199px) {
  .dark .header-3 .top-nav .middle-box .location-box-2 {
    margin-right: unset;
    margin-left: 0;
  }
}
.dark .header-3 .top-nav .middle-box .location-box-2 button {
  display: flex;
  align-items: center;
  padding: 0;
}
.dark .header-3 .top-nav .middle-box .location-box-2 button:focus {
  box-shadow: none;
}
.dark .header-3 .top-nav .middle-box .location-box-2 button i {
  margin-right: 9px;
  font-size: 22px;
  color: #2a2d2d;
}
body.rtl .dark .header-3 .top-nav .middle-box .location-box-2 button i {
  margin-right: unset;
  margin-left: 9px;
}
@media (max-width: 991px) {
  .dark .header-3 .top-nav .middle-box .location-box-2 button i {
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(35px + 11 * (100vw - 320px) / 1600);
    height: calc(35px + 11 * (100vw - 320px) / 1600);
    margin-right: 0;
  }
}
.dark .header-3 .top-nav .middle-box .location-box-2 button span {
  font-size: 16px;
  color: #2a2d2d;
}
@media (max-width: 991px) {
  .dark .header-3 .top-nav .middle-box .location-box-2 button span {
    display: none;
  }
}
.dark .header-3 .top-nav .middle-box .location-box-2 button span i {
  margin-right: 9px;
  font-size: 22px;
}
body.rtl .dark .header-3 .top-nav .middle-box .location-box-2 button span i {
  margin-right: unset;
  margin-left: 9px;
}
@media (max-width: 1556px) {
  .dark .header-3 .top-nav .middle-box .location-box-2 button span i {
    margin-right: 0;
  }
}
.dark .header-3 .top-nav .middle-box .location-box-2 button .down-arrow {
  margin-left: 10px;
  color: #2a2d2d;
}
body.rtl .dark .header-3 .top-nav .middle-box .location-box-2 button .down-arrow {
  margin-left: unset;
  margin-right: 10px;
}
@media (max-width: 991px) {
  .dark .header-3 .top-nav .middle-box .location-box-2 button .down-arrow {
    display: none;
  }
}
.dark .header-3 .rightside-menu {
  display: flex;
  align-items: center;
  margin-left: auto;
}
@media (max-width: 1432px) {
  .dark .header-3 .rightside-menu.support-sidemenu {
    display: none;
  }
}
body.rtl .dark .header-3 .rightside-menu {
  margin-left: unset;
  margin-right: auto;
}
@media (max-width: 1199px) {
  .dark .header-3 .rightside-menu {
    position: absolute;
    top: -51px;
    right: 0;
  }
  body.rtl .dark .header-3 .rightside-menu {
    right: unset;
    left: 0;
  }
}
@media (max-width: 767px) {
  .dark .header-3 .rightside-menu {
    top: -50px;
  }
}
.dark .header-3 .rightside-menu .dropdown-dollar {
  display: flex;
  align-items: center;
  margin-right: 22px;
}
@media (max-width: 991px) {
  .dark .header-3 .rightside-menu .dropdown-dollar {
    display: none;
  }
}
.dark .header-3 .rightside-menu .dropdown-dollar .dropdown {
  position: relative;
  z-index: 0;
}
.dark .header-3 .rightside-menu .dropdown-dollar .dropdown .dropdown-toggle {
  font-size: 16px;
  display: flex;
  align-items: center;
  font-weight: 500;
  position: relative;
  border: none;
  background-color: transparent;
  padding: 0;
}
.dark .header-3 .rightside-menu .dropdown-dollar .dropdown .dropdown-toggle i {
  margin-left: 8px;
}
body.rtl .dark .header-3 .rightside-menu .dropdown-dollar .dropdown .dropdown-toggle i {
  margin-left: unset;
  margin-right: 8px;
}
.dark .header-3 .rightside-menu .dropdown-dollar .dropdown .dropdown-toggle::after {
  display: none;
}
.dark .header-3 .rightside-menu .dropdown-dollar .dropdown + .dropdown {
  margin-left: 23px;
}
body.rtl .dark .header-3 .rightside-menu .dropdown-dollar .dropdown + .dropdown {
  margin-left: unset;
  margin-right: 23px;
}
.dark .header-3 .rightside-menu .dropdown-dollar .dropdown + .dropdown::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 25px;
  left: -10px;
  background-color: rgba(119, 119, 119, 0.44);
}
body.rtl .dark .header-3 .rightside-menu .dropdown-dollar .dropdown + .dropdown::after {
  left: unset;
  right: -10px;
}
.dark .header-3 .rightside-menu .dropdown-dollar .dropdown .dropdown-menu {
  min-width: 100%;
}
.dark .header-3 .rightside-menu .dropdown-dollar .dropdown .dropdown-menu li {
  display: block;
}
.dark .header-3 .rightside-menu .wishlist-box {
  display: flex;
  align-items: center;
}
.dark .header-3 .rightside-menu .wishlist-box .header-icon {
  width: calc(35px + 11 * (100vw - 320px) / 1600);
  height: calc(35px + 11 * (100vw - 320px) / 1600);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  border: 1px solid rgba(119, 119, 119, 0.44);
  background-color: #2a2d2d;
  border-radius: 100%;
  padding: 10px;
  position: relative;
}
.dark .header-3 .rightside-menu .wishlist-box .header-icon + .header-icon {
  margin-left: 38px;
}
.dark .header-3 .rightside-menu .wishlist-box .header-icon + .header-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 100%;
  left: -50%;
  background-color: rgba(119, 119, 119, 0.44);
}
.dark .header-3 .rightside-menu .wishlist-box .header-icon.swap-icon {
  margin-left: 0;
}
.dark .header-3 .rightside-menu .wishlist-box .header-icon.swap-icon::after {
  content: none;
}
.dark .header-3 .rightside-menu .wishlist-box .header-icon.bag-icon {
  display: block;
}
@media (max-width: 480px) {
  .dark .header-3 .rightside-menu .wishlist-box .header-icon.bag-icon {
    display: none;
  }
}
.dark .header-3 .rightside-menu .wishlist-box .header-icon.search-box {
  display: none;
}
@media (max-width: 1199px) {
  .dark .header-3 .rightside-menu .wishlist-box .header-icon.search-box {
    display: flex;
  }
  .dark .header-3 .rightside-menu .wishlist-box .header-icon.search-box + .header-icon {
    margin-left: 38px;
  }
  .dark .header-3 .rightside-menu .wishlist-box .header-icon.search-box + .header-icon::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 100%;
    left: -50%;
    background-color: rgba(119, 119, 119, 0.44);
  }
}
.dark .header-3 .rightside-menu .wishlist-box .header-icon .badge-number {
  width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -10px;
  right: 0;
  background: var(--theme-color);
  font-weight: 600;
  color: #2a2d2d;
  border-radius: 100%;
  font-size: 10px;
}
.dark .header-3 .rightside-menu .wishlist-box .header-icon i {
  color: #ffffff;
  font-size: calc(18px + 4 * (100vw - 320px) / 1600);
}
.dark .header-3 .rightside-menu .wishlist-box .header-icon i.iconly-Swap {
  transform: rotate(90deg);
}
.dark .header-3 .rightside-menu .option-list-2 {
  display: flex;
}
body.rtl .dark .header-3 .rightside-menu .option-list-2 {
  padding-right: 0;
}
.dark .header-3 .rightside-menu .option-list-2 > li {
  position: relative;
}
.dark .header-3 .rightside-menu .option-list-2 > li:nth-of-type(5n-4) {
  display: none;
}
.dark .header-3 .rightside-menu .option-list-2 > li:nth-of-type(5n-4) + li {
  margin-left: 0;
}
body.rtl .dark .header-3 .rightside-menu .option-list-2 > li:nth-of-type(5n-4) + li {
  margin-left: unset;
  margin-right: 0;
}
.dark .header-3 .rightside-menu .option-list-2 > li:nth-of-type(5n-4) + li::after {
  content: none;
}
@media (max-width: 1199px) {
  .dark .header-3 .rightside-menu .option-list-2 > li:nth-of-type(5n-4) {
    display: block;
  }
  .dark .header-3 .rightside-menu .option-list-2 > li:nth-of-type(5n-4) + li {
    margin-left: 22px;
  }
  body.rtl .dark .header-3 .rightside-menu .option-list-2 > li:nth-of-type(5n-4) + li {
    margin-left: unset;
    margin-right: 22px;
  }
  .dark .header-3 .rightside-menu .option-list-2 > li:nth-of-type(5n-4) + li::after {
    content: "";
  }
}
@media (max-width: 767px) {
  .dark .header-3 .rightside-menu .option-list-2 > li:not(:nth-last-of-type(5n-5)) {
    display: none;
  }
}
.dark .header-3 .rightside-menu .option-list-2 > li .header-icon {
  width: calc(35px + 11 * (100vw - 320px) / 1600);
  height: calc(35px + 11 * (100vw - 320px) / 1600);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  border: 1px solid rgba(119, 119, 119, 0.44);
  background-color: #2a2d2d;
  border-radius: 100%;
  padding: 10px;
  position: relative;
}
@media (max-width: 1199px) {
  .dark .header-3 .rightside-menu .option-list-2 > li .header-icon {
    border: none;
    background-color: transparent;
  }
}
.dark .header-3 .rightside-menu .option-list-2 > li .header-icon + .header-icon {
  margin-left: 38px;
}
.dark .header-3 .rightside-menu .option-list-2 > li .header-icon + .header-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 100%;
  left: -50%;
  background-color: rgba(119, 119, 119, 0.44);
}
.dark .header-3 .rightside-menu .option-list-2 > li .header-icon .badge-number {
  width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -10px;
  right: 0;
  background-color: var(--theme-color);
  font-weight: 600;
  color: #2a2d2d;
  border-radius: 100%;
  font-size: 10px;
}
@media (max-width: 1199px) {
  .dark .header-3 .rightside-menu .option-list-2 > li .header-icon .badge-light {
    background-color: #2a2d2d;
    color: var(--theme-color);
    top: -3px;
  }
}
.dark .header-3 .rightside-menu .option-list-2 > li .header-icon i {
  color: #ffffff;
  font-size: calc(18px + 4 * (100vw - 320px) / 1600);
}
.dark .header-3 .rightside-menu .option-list-2 > li .header-icon i.iconly-Swap {
  transform: rotate(90deg);
}
@media (max-width: 1199px) {
  .dark .header-3 .rightside-menu .option-list-2 > li .header-icon i {
    color: #2a2d2d;
  }
}
.dark .header-3 .rightside-menu .option-list-2 > li + li {
  margin-left: 37px;
}
body.rtl .dark .header-3 .rightside-menu .option-list-2 > li + li {
  margin-left: unset;
  margin-right: 37px;
}
@media (max-width: 1660px) {
  .dark .header-3 .rightside-menu .option-list-2 > li + li {
    margin-left: 22px;
  }
  body.rtl .dark .header-3 .rightside-menu .option-list-2 > li + li {
    margin-left: unset;
    margin-right: 22px;
  }
}
.dark .header-3 .rightside-menu .option-list-2 > li + li::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 80%;
  left: -20px;
  background-color: rgba(119, 119, 119, 0.44);
}
body.rtl .dark .header-3 .rightside-menu .option-list-2 > li + li::after {
  left: unset;
  right: -20px;
}
@media (max-width: 1660px) {
  .dark .header-3 .rightside-menu .option-list-2 > li + li::after {
    left: -13px;
  }
  body.rtl .dark .header-3 .rightside-menu .option-list-2 > li + li::after {
    left: unset;
    right: -13px;
  }
}
@media (max-width: 1199px) {
  .dark .header-3 .rightside-menu .option-list-2 > li + li::after {
    background-color: rgba(42, 45, 45, 0.2);
  }
}
.dark .header-3 .rightside-menu .user-box {
  display: flex;
  flex-wrap: nowrap;
  gap: 12px;
  align-items: center;
  margin-left: 37px;
  position: relative;
}
body.rtl .dark .header-3 .rightside-menu .user-box {
  margin-left: unset;
  margin-right: 37px;
}
@media (max-width: 1660px) {
  .dark .header-3 .rightside-menu .user-box {
    margin-left: 22px;
  }
  body.rtl .dark .header-3 .rightside-menu .user-box {
    margin-left: unset;
    margin-right: 22px;
  }
}
@media (max-width: 767px) {
  .dark .header-3 .rightside-menu .user-box {
    margin-left: 0;
  }
  body.rtl .dark .header-3 .rightside-menu .user-box {
    margin-left: unset;
    margin-right: 0;
  }
}
.dark .header-3 .rightside-menu .user-box::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 80%;
  left: -20px;
  background-color: rgba(119, 119, 119, 0.44);
}
body.rtl .dark .header-3 .rightside-menu .user-box::after {
  left: unset;
  right: -20px;
}
@media (max-width: 1660px) {
  .dark .header-3 .rightside-menu .user-box::after {
    left: -13px;
  }
  body.rtl .dark .header-3 .rightside-menu .user-box::after {
    left: unset;
    right: -13px;
  }
}
@media (max-width: 1199px) {
  .dark .header-3 .rightside-menu .user-box::after {
    background-color: rgba(42, 45, 45, 0.2);
  }
}
@media (max-width: 767px) {
  .dark .header-3 .rightside-menu .user-box::after {
    content: none;
  }
}
.dark .header-3 .rightside-menu .user-box .header-icon {
  width: calc(35px + 11 * (100vw - 320px) / 1600);
  height: calc(35px + 11 * (100vw - 320px) / 1600);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  border: 1px solid rgba(119, 119, 119, 0.44);
  background-color: #2a2d2d;
  border-radius: 100%;
  padding: 10px;
  position: relative;
}
@media (max-width: 1199px) {
  .dark .header-3 .rightside-menu .user-box .header-icon {
    border: none;
    background-color: transparent;
  }
}
.dark .header-3 .rightside-menu .user-box .header-icon .badge-number {
  width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -10px;
  right: 0;
  background-color: var(--theme-color);
  font-weight: 600;
  color: #2a2d2d;
  border-radius: 100%;
  font-size: 10px;
}
.dark .header-3 .rightside-menu .user-box .header-icon i {
  color: #ffffff;
  font-size: calc(18px + 4 * (100vw - 320px) / 1600);
}
@media (max-width: 1199px) {
  .dark .header-3 .rightside-menu .user-box .header-icon i {
    color: #2a2d2d;
  }
}
.dark .header-3 .rightside-menu .user-box:hover .user-name h4,
.dark .header-3 .rightside-menu .user-box:hover .user-name .h4 {
  color: var(--theme-color);
}
@media (max-width: 1660px) {
  .dark .header-3 .rightside-menu .user-box .user-name {
    display: none;
  }
}
.dark .header-3 .rightside-menu .mobile-app {
  position: relative;
  border-radius: 5px;
  padding: 16px 18px;
  display: flex;
  overflow: hidden;
  align-items: center;
  margin-left: 18px;
  color: var(--theme-color);
}
.dark .header-3 .rightside-menu .mobile-app::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: var(--theme-color);
  opacity: 0.1;
  z-index: -1;
}
body.rtl .dark .header-3 .rightside-menu .mobile-app {
  margin-left: unset;
  margin-right: 18px;
}
.dark .header-3 .rightside-menu .mobile-app .mobile-image {
  margin-right: 11px;
}
body.rtl .dark .header-3 .rightside-menu .mobile-app .mobile-image {
  margin-right: unset;
  margin-left: 11px;
}
.dark .header-3 .rightside-menu .mobile-app .mobile-image img {
  width: 15px;
  height: auto;
}
.dark .header-3 .rightside-menu .dropdown-user {
  display: flex;
  align-items: center;
}
.dark .header-3 .rightside-menu .dropdown-user .user-detail {
  margin-left: 15px;
}
@media (max-width: 1366px) {
  .dark .header-3 .rightside-menu .dropdown-user .user-detail {
    display: none;
  }
}
.dark .header-3 .rightside-menu .dropdown-user .user-detail h6,
.dark .header-3 .rightside-menu .dropdown-user .user-detail .h6 {
  color: #dddddd;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 2px;
}
.dark .header-3 .rightside-menu .dropdown-user .user-detail h5,
.dark .header-3 .rightside-menu .dropdown-user .user-detail .h5 {
  color: #ffffff;
  font-size: 16px;
  margin-bottom: 0;
}
.dark .header-3 .right-nav {
  float: right;
  display: flex;
  align-items: center;
  margin-left: auto;
}
body.rtl .dark .header-3 .right-nav {
  margin-left: unset;
  margin-right: auto;
}
@media (max-width: 1366px) {
  .dark .header-3 .right-nav {
    display: none;
  }
}
.dark .header-3 .right-nav .nav-number {
  display: flex;
  align-items: center;
}
@media (max-width: 1660px) {
  .dark .header-3 .right-nav .nav-number {
    display: none;
  }
}
.dark .header-3 .right-nav .nav-number img {
  width: 32px;
  height: 32px;
}
.dark .header-3 .right-nav .nav-number span {
  font-size: calc(18px + 9 * (100vw - 320px) / 1600);
  font-weight: 500;
  margin-bottom: 0;
  margin-left: 8px;
}
body.rtl .dark .header-3 .right-nav .nav-number span {
  margin-left: unset;
  margin-right: 8px;
}
.dark .header-3 .right-nav .fire-button {
  display: flex;
  align-items: center;
  padding: 11px 38px;
  overflow: hidden;
}
.dark .header-3 .right-nav .fire-button span {
  color: #2a2d2d;
  margin-left: 7px;
  font-size: 16px;
  font-weight: 500;
}
body.rtl .dark .header-3 .right-nav .fire-button span {
  margin-left: unset;
  margin-right: 7px;
}
.dark .header-3 .right-nav .fire-button .fire {
  width: 20px;
  height: 20px;
  position: relative;
  background-color: transparent;
  z-index: 1;
}
.dark .header-3 .dropdown-category {
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  background-color: transparent;
  padding: 9px calc(16px + 15 * (100vw - 320px) / 1600) 9px 0;
  position: relative;
}
body.rtl .dark .header-3 .dropdown-category {
  padding: 9px 0 9px calc(16px + 15 * (100vw - 320px) / 1600);
}
@media (max-width: 1199px) {
  .dark .header-3 .dropdown-category {
    display: none;
  }
}
.dark .header-3 .dropdown-category::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  top: 0;
  right: 0;
  background-color: rgba(119, 119, 119, 0.44);
}
body.rtl .dark .header-3 .dropdown-category::after {
  right: unset;
  left: 0;
}
.dark .header-3 .dropdown-category i {
  font-size: 23px;
  color: var(--theme-color);
  margin-right: 10px;
}
body.rtl .dark .header-3 .dropdown-category i {
  margin-right: unset;
  margin-left: 10px;
}
.dark .header-3 .dropdown-category span {
  font-size: 16px;
  margin-top: 4px;
}
.dark .header-3 .dropdown-list {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Public Sans", sans-serif;
}
@media (max-width: 767px) {
  .dark .header-3 .dropdown-list {
    display: none;
  }
}
.dark .header-3 .dropdown-list li:last-child {
  margin-right: 0;
}
.dark .header-3 .dropdown-list li + li .dropdown {
  margin-left: 20px;
}
.dark .header-3 .dropdown-list li + li .dropdown::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 80%;
  left: -12px;
  background-color: rgba(42, 45, 45, 0.4);
}
.dark .header-3 .dropdown-list li:first-child::after {
  content: none;
}
.dark .header-3 .dropdown-list li .dropdown .dropdown-toggle {
  width: auto;
  display: block;
  background-color: transparent;
  border-radius: 5px;
  font-weight: 500;
  font-size: unset;
}
.dark .header-3 .dropdown-list li .dropdown .dropdown-toggle:after {
  content: none;
}
.dark .header-3 .dropdown-list li .dropdown .dropdown-toggle span {
  font-weight: 400;
}
.dark .header-3 .dropdown-list li .dropdown .dropdown-toggle .fa-chevron-down {
  margin-left: 10px;
}
.dark .header-3 .dropdown-list li .dropdown .dropdown-menu .dropdown-list {
  display: block;
}
.dark .header-3 .dropdown-list li .dropdown .dropdown-menu .dropdown-list + .dropdown-list {
  margin-top: 10px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dark .header-3 .about-list {
  font-family: "Public Sans", sans-serif;
}
@media (max-width: 991px) {
  .dark .header-3 .about-list {
    display: none;
  }
}
.dark .header-3 .about-list li {
  position: relative;
  margin-left: 15px;
  font-size: 12px;
  font-weight: 500;
}
.dark .header-3 .about-list li:first-child {
  margin-left: 0;
}
.dark .header-3 .about-list li:first-child::after {
  content: none;
}
.dark .header-3 .about-list li::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 70%;
  left: -8px;
  background-color: rgba(42, 45, 45, 0.4);
}
@media (min-width: 1200px) {
  .dark .header-3 .navbar-expand-xl .dropdown:hover .dropdown-menu-2 {
    transform: translateY(0);
    left: 0;
  }
}
.dark .header-3 .navbar-top .navbar-toggler .navbar-toggler-icon i {
  line-height: 1;
  margin-top: 0;
}
.dark .empty-cart-box {
  text-align: center;
}
.dark .empty-cart-box i {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  color: var(--theme-color);
  width: 70px;
  height: 70px;
  border-radius: 100%;
  padding: 20px;
  margin: 0 auto 10px;
  position: relative;
  overflow: hidden;
}
.dark .empty-cart-box i:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: var(--theme-color);
  opacity: 0.1;
  left: 0;
  top: 0;
}
.dark .empty-cart-box img {
  width: 35%;
  margin-bottom: 20px;
}
.dark .empty-cart-box h5,
.dark .empty-cart-box .h5 {
  font-weight: 500;
}
.dark .user-box-name {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  align-items: center;
}
.dark .user-box-name li {
  display: block;
  width: 100%;
}
.dark .user-box-name li + li {
  padding-top: 8px;
  margin-top: 8px;
  border-top: 1px solid #eee;
}
.dark .user-box-name li a {
  color: #ffffff;
  display: flex;
  align-items: center;
  position: relative;
}
.dark .user-box-name li a:hover::after {
  width: 40%;
}
.dark .user-box-name 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;
}
body.rtl .dark .user-box-name li a::after {
  left: unset;
  right: 0;
}
.dark .bg-effect {
  background-repeat: no-repeat;
  background-position: center;
}
.dark .home-contain {
  overflow: hidden;
  position: relative;
  border-radius: 10px;
  height: 100%;
}
.dark .home-contain .home-detail {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding: calc(18px + 42 * (100vw - 320px) / 1600);
}
.dark .home-contain .home-detail.home-big-space {
  padding: calc(27px + 158 * (100vw - 320px) / 1600) 0 !important;
}
@media (max-width: 767px) {
  .dark .home-contain .home-detail.home-overlay {
    background-color: rgba(42, 45, 45, 0.529);
  }
}
.dark .home-contain .home-detail > .home-top {
  margin-top: -100px;
}
@media (max-width: 575px) {
  .dark .home-contain .home-detail > .home-top {
    margin-top: -80px;
  }
}
@media (max-width: 480px) {
  .dark .home-contain .home-detail > .home-top {
    margin-top: 0;
  }
}
.dark .home-contain .home-detail.home-p-sm {
  padding: calc(15px + 5 * (100vw - 320px) / 1600) !important;
}
.dark .home-contain .home-detail.home-p-medium {
  padding: 50px calc(15px + 15 * (100vw - 320px) / 1600) !important;
}
.dark .home-contain .home-detail .ls-expanded {
  letter-spacing: 2.2px;
}
.dark .home-contain .home-detail h1,
.dark .home-contain .home-detail .h1 {
  font-size: calc(16px + 26 * (100vw - 320px) / 1600);
  width: 80%;
  line-height: 1.4;
  margin-bottom: calc(3px + 7 * (100vw - 320px) / 1600);
}
@media (max-width: 480px) {
  .dark .home-contain .home-detail h1,
  .dark .home-contain .home-detail .h1 {
    width: 100%;
  }
}
body.rtl .dark .home-contain .home-detail h1,
body.rtl .dark .home-contain .home-detail .h1 {
  margin-right: auto;
  text-align: left;
}
.dark .home-contain .home-detail h1.super-sale,
.dark .home-contain .home-detail .super-sale.h1 {
  font-size: 45px;
}
.dark .home-contain .home-detail h1.name-title,
.dark .home-contain .home-detail .name-title.h1 {
  font-size: calc(25px + 17 * (100vw - 320px) / 1600);
}
.dark .home-contain .home-detail h1.home-name,
.dark .home-contain .home-detail .home-name.h1 {
  font-size: 86px;
  font-weight: 700;
  position: relative;
  display: inline-block;
}
.dark .home-contain .home-detail h1.home-name::before,
.dark .home-contain .home-detail .home-name.h1::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
  height: 2px;
  bottom: 0;
  background-color: #ffffff;
}
.dark .home-contain .home-detail h1.furniture-heading span,
.dark .home-contain .home-detail .furniture-heading.h1 span {
  position: relative;
}
.dark .home-contain .home-detail h1.furniture-heading span::before,
.dark .home-contain .home-detail .furniture-heading.h1 span::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  top: 90%;
  background-repeat: no-repeat;
}
.dark .home-contain .home-detail h1.poster-1,
.dark .home-contain .home-detail .poster-1.h1 {
  line-height: calc(23px + 45 * (100vw - 320px) / 1600);
}
.dark .home-contain .home-detail h1.poster-2,
.dark .home-contain .home-detail .poster-2.h1 {
  line-height: calc(29px + 34 * (100vw - 320px) / 1600);
}
.dark .home-contain .home-detail h1 span.name,
.dark .home-contain .home-detail .h1 span.name {
  font-weight: 800;
  color: var(--theme-color);
  position: relative;
  z-index: 0;
}
.dark .home-contain .home-detail h1 span.name::before,
.dark .home-contain .home-detail .h1 span.name::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 20px;
  bottom: 10px;
  left: 0;
  background-color: var(--theme-color);
  opacity: 0.4;
  z-index: -1;
}
@media (max-width: 767px) {
  .dark .home-contain .home-detail h1 span.name::before,
  .dark .home-contain .home-detail .h1 span.name::before {
    display: none;
  }
}
@media (max-width: 1399px) {
  .dark .home-contain .home-detail h1 span.name::before,
  .dark .home-contain .home-detail .h1 span.name::before {
    content: none;
  }
}
.dark .home-contain .home-detail h1 span.name-2,
.dark .home-contain .home-detail .h1 span.name-2 {
  font-weight: 800;
  color: var(--theme-color);
}
.dark .home-contain .home-detail h1 .daily,
.dark .home-contain .home-detail .h1 .daily {
  color: var(--theme-color);
  font-weight: 800;
}
.dark .home-contain .home-detail h1 .discount,
.dark .home-contain .home-detail .h1 .discount {
  font-size: 16px;
  color: #262834;
  font-weight: 400;
}
.dark .home-contain .home-detail h2,
.dark .home-contain .home-detail .h2 {
  font-size: calc(25px + 13 * (100vw - 320px) / 1600);
  margin-bottom: 7px;
}
body.rtl .dark .home-contain .home-detail h2,
body.rtl .dark .home-contain .home-detail .h2 {
  text-align: left;
}
.dark .home-contain .home-detail h2 span.discount,
.dark .home-contain .home-detail .h2 span.discount {
  font-size: 16px;
  font-weight: 400;
}
.dark .home-contain .home-detail h2.home-name,
.dark .home-contain .home-detail .home-name.h2 {
  font-size: calc(52px + 33 * (100vw - 320px) / 1600);
  font-weight: 700;
}
.dark .home-contain .home-detail h3,
.dark .home-contain .home-detail .h3 {
  font-size: calc(20px + 6 * (100vw - 320px) / 1600);
  margin-bottom: calc(5px + 5 * (100vw - 320px) / 1600);
  font-weight: 600;
}
body.rtl .dark .home-contain .home-detail h3,
body.rtl .dark .home-contain .home-detail .h3 {
  text-align: left;
}
.dark .home-contain .home-detail h4,
.dark .home-contain .home-detail .h4 {
  font-size: calc(16px + 6 * (100vw - 320px) / 1600);
  margin-bottom: 5px;
}
body.rtl .dark .home-contain .home-detail h4,
body.rtl .dark .home-contain .home-detail .h4 {
  text-align: left;
}
.dark .home-contain .home-detail h5,
.dark .home-contain .home-detail .h5 {
  font-size: calc(15px + 3 * (100vw - 320px) / 1600);
  letter-spacing: 1px;
}
body.rtl .dark .home-contain .home-detail h5,
body.rtl .dark .home-contain .home-detail .h5 {
  text-align: left;
}
.dark .home-contain .home-detail h6,
.dark .home-contain .home-detail .h6 {
  font-size: 14px;
  letter-spacing: 0.1px;
  color: #dddddd;
}
body.rtl .dark .home-contain .home-detail h6,
body.rtl .dark .home-contain .home-detail .h6 {
  text-align: left;
}
@media (max-width: 360px) {
  .dark .home-contain .home-detail h6,
  .dark .home-contain .home-detail .h6 {
    margin-bottom: 5px;
  }
}
.dark .home-contain .home-detail h6.home-home,
.dark .home-contain .home-detail .home-home.h6 {
  margin-bottom: 10px;
  font-weight: 500;
}
.dark .home-contain .home-detail h6 span,
.dark .home-contain .home-detail .h6 span {
  font-weight: 500;
  padding: calc(6px + 4 * (100vw - 320px) / 1600) calc(8px + 8 * (100vw - 320px) / 1600);
  background: #ffffff;
  background:
    linear-gradient(
      90deg,
      rgba(255, 114, 114, 0.15) 0%,
      rgba(255, 114, 114, 0) 79%);
  border-radius: 50px;
  color: #ff4f4f;
  margin-left: calc(2px + 7 * (100vw - 320px) / 1600);
}
body.rtl .dark .home-contain .home-detail h6 span,
body.rtl .dark .home-contain .home-detail .h6 span {
  margin-left: unset;
  margin-right: calc(2px + 7 * (100vw - 320px) / 1600);
}
@media (max-width: 360px) {
  .dark .home-contain .home-detail h6 span,
  .dark .home-contain .home-detail .h6 span {
    display: none;
  }
}
.dark .home-contain .home-detail p {
  margin-bottom: 0;
  color: #dddddd;
  letter-spacing: 0.8px;
  line-height: calc(19px + 8 * (100vw - 320px) / 1600);
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
}
body.rtl .dark .home-contain .home-detail p {
  margin-right: auto;
  text-align: left;
}
.dark .home-contain .home-detail p.organic {
  width: 70%;
}
.dark .home-contain .home-detail .shop-button {
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
  margin-top: calc(12px + 8 * (100vw - 320px) / 1600);
  display: flex;
  align-items: center;
  color: #ffffff;
}
body.rtl .dark .home-contain .home-detail .shop-button {
  justify-content: flex-end;
}
.dark .home-contain .home-detail .shop-button:hover i {
  transform: translateX(4px);
}
.dark .home-contain .home-detail .shop-button i {
  transition: 0.3s ease;
  margin-left: 8px;
}
body.rtl .dark .home-contain .home-detail .shop-button i {
  margin-left: unset;
  margin-right: 8px;
}
.dark .home-contain .home-detail .social-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
  flex-wrap: nowrap;
  gap: 14px;
}
.dark .home-contain .home-detail .social-icon li:hover a {
  border-color: var(--theme-color);
  background-color: var(--theme-color);
  color: #2a2d2d;
}
.dark .home-contain .home-detail .social-icon li a {
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  border: 1px solid #dddddd;
  color: #ffffff;
}
.dark .home-section-2 {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.dark .home-section-2.home-section-bg {
  background: none;
}
.dark .home-section-2 .home-contain {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.dark .home-section-2 .home-contain .home-detail {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  left: 0;
  padding: calc(20px + 30 * (100vw - 320px) / 1600);
}
.dark .home-section-2 .home-contain .home-detail.home-p-sm {
  padding: calc(15px + 15 * (100vw - 320px) / 1600) !important;
}
.dark .home-section-2 .home-contain .home-detail h1,
.dark .home-section-2 .home-contain .home-detail .h1 {
  font-size: calc(25px + 20 * (100vw - 320px) / 1600);
  margin-bottom: 6px;
}
.dark .home-section-2 .home-contain .home-detail h1.sale-name,
.dark .home-section-2 .home-contain .home-detail .sale-name.h1 {
  font-size: calc(25px + 13 * (100vw - 320px) / 1600);
}
.dark .home-section-2 .home-contain .home-detail h1.heding-2,
.dark .home-section-2 .home-contain .home-detail .heding-2.h1 {
  font-size: calc(22px + 28 * (100vw - 320px) / 1600);
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 13px;
  margin-top: 7px;
  width: 100%;
}
.dark .home-section-2 .home-contain .home-detail h2,
.dark .home-section-2 .home-contain .home-detail .h2 {
  font-size: calc(18px + 14 * (100vw - 320px) / 1600);
  margin-bottom: 10px;
}
.dark .home-section-2 .home-contain .home-detail h2.content-2,
.dark .home-section-2 .home-contain .home-detail .content-2.h2 {
  font-size: calc(16px + 20 * (100vw - 320px) / 1600);
  margin-bottom: 10px;
  font-weight: 500;
}
.dark .home-section-2 .home-contain .home-detail h3,
.dark .home-section-2 .home-contain .home-detail .h3 {
  font-size: calc(18px + 14 * (100vw - 320px) / 1600);
  margin-bottom: 10px;
}
.dark .home-section-2 .home-contain .home-detail h4,
.dark .home-section-2 .home-contain .home-detail .h4 {
  font-size: calc(16px + 6 * (100vw - 320px) / 1600);
  margin-bottom: 5px;
}
.dark .home-section-2 .home-contain .home-detail h5,
.dark .home-section-2 .home-contain .home-detail .h5 {
  font-size: calc(15px + 3 * (100vw - 320px) / 1600);
  letter-spacing: 1px;
}
.dark .home-section-2 .home-contain .home-detail h6,
.dark .home-section-2 .home-contain .home-detail .h6 {
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
  margin-bottom: calc(7px + 5 * (100vw - 320px) / 1600);
}
.dark .home-section-2 .home-contain .home-detail p {
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
  margin-bottom: 0;
  line-height: 1.5;
  color: #dddddd;
  letter-spacing: 0.8px;
}
.dark .home-section-2 .home-contain .home-detail .shop-now-button {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  color: var(--theme-color);
  font-size: 15px;
}
.dark .home-section-2 .home-contain .home-detail .shop-now-button i {
  font-size: 17px;
  margin-left: 8px;
}
.dark .home-section-small .home-contain .home-detail.home-width {
  width: 50%;
}
@media (max-width: 360px) {
  .dark .home-section-small .home-contain .home-detail.home-width:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.25);
    z-index: -1;
  }
}
@media (max-width: 991px) {
  .dark .home-section-small .home-contain .home-detail.home-width {
    width: 60%;
  }
}
@media (max-width: 360px) {
  .dark .home-section-small .home-contain .home-detail.home-width {
    width: 100%;
  }
}
.dark .home-section-small .home-contain.home-small .home-detail {
  padding: calc(20px + 30 * (100vw - 767px) / 1153) calc(12px + 38 * (100vw - 767px) / 1153);
}
.dark .home-section-small .home-contain.home-small .home-detail h4,
.dark .home-section-small .home-contain.home-small .home-detail .h4 {
  font-size: calc(14px + 8 * (100vw - 767px) / 1153);
}
.dark .home-search {
  background-image:
    linear-gradient(
      to right top,
      #276534,
      #06a188,
      #019e88,
      #009a89,
      #009789,
      #009489,
      #009089,
      #008d89,
      #008a89,
      #008688,
      #008387,
      #007f86);
  padding-top: 0;
}
.dark .home-search .home-search-content {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding-top: 156px;
  text-align: center;
  width: 100%;
  padding-bottom: 70px;
}
.dark .home-search .home-search-content > div {
  width: 100%;
}
.dark .home-search .home-search-content h1,
.dark .home-search .home-search-content .h1 {
  color: #2a2d2d;
  font-size: 42px;
  text-transform: inherit;
}
.dark .home-search .home-search-content h3,
.dark .home-search .home-search-content .h3 {
  font-size: 18px;
  font-weight: 400;
  color: #2a2d2d;
  margin-top: 12px;
}
.dark .home-search .home-search-content .search-box {
  margin-top: 35px;
  position: relative;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}
.dark .home-search .home-search-content .search-box .btn {
  background-color: #2a2d2d;
}
.dark .home-search .home-search-content .search-box .feather-search {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  color: #a3a3a3;
}
.dark .home-search .home-search-content .category-sec {
  margin-top: 80px;
}
.dark .home-search .home-search-content .category-sec.category-section-2 .category-slider .shop-category-box .category-name h6,
.dark .home-search .home-search-content .category-sec.category-section-2 .category-slider .shop-category-box .category-name .h6 {
  color: #2a2d2d;
}
.dark .custom-row .sidebar-col {
  width: 320px;
  border-right: 1px solid rgba(119, 119, 119, 0.44);
  position: fixed;
  left: 0;
  top: 0;
  height: 100vh;
  overflow: auto;
  padding-top: 0;
  background-color: #2a2d2d;
  transition: all 0.3s ease-in-out;
}
body.rtl .dark .custom-row .sidebar-col {
  right: 0;
  left: unset;
}
@media (max-width: 1199px) {
  .dark .custom-row .sidebar-col {
    border-right: unset;
    left: -350px;
    background-color: #2a2d2d;
    z-index: 10;
    height: 100%;
    width: calc(300px + 20 * (100vw - 320px) / 879);
  }
  body.rtl .dark .custom-row .sidebar-col {
    right: -350px;
    left: unset;
  }
  .dark .custom-row .sidebar-col.show {
    left: 0;
  }
  body.rtl .dark .custom-row .sidebar-col.show {
    right: 0;
    left: unset;
  }
}
.dark .custom-row .sidebar-col .category-menu {
  background-color: transparent;
}
.dark .custom-row .sidebar-col .category-menu .web-logo {
  display: block;
  margin-bottom: calc(34px + 6 * (100vw - 320px) / 1600);
}
.dark .custom-row .sidebar-col .category-menu .web-logo img {
  width: calc(53% + 17 * (100vw - 320px) / 1600);
}
.dark .custom-row .sidebar-col .category-menu ul {
  gap: calc(21px + 7 * (100vw - 320px) / 1600);
  border-bottom: none;
}
.dark .custom-row .sidebar-col .category-menu ul li .category-list img {
  width: calc(30px + 5 * (100vw - 320px) / 1600);
  height: calc(30px + 5 * (100vw - 320px) / 1600);
}
.dark .custom-row .sidebar-col .category-menu ul li .category-list h5,
.dark .custom-row .sidebar-col .category-menu ul li .category-list .h5 {
  font-size: calc(15px + 2 * (100vw - 320px) / 1600);
}
.dark .custom-row .content-col {
  margin-left: 320px;
  padding-left: calc(12px + 13 * (100vw - 320px) / 1600);
  margin-top: calc(77px + 36 * (100vw - 320px) / 1600);
  padding-right: calc(12px + 13 * (100vw - 320px) / 1600);
}
body.rtl .dark .custom-row .content-col {
  margin-left: unset;
  margin-right: 320px;
}
@media (max-width: 1199px) {
  .dark .custom-row .content-col {
    margin-left: 0;
  }
  body.rtl .dark .custom-row .content-col {
    margin-left: unset;
    margin-right: 0;
  }
}
.dark .home-search-full {
  height: 70vh;
}
@media (max-width: 575px) {
  .dark .home-search-full {
    height: 50vh;
  }
}
.dark .home-search-full .home-contain .home-detail {
  height: 70vh;
  padding: 0;
  padding-top: 64px;
}
@media (max-width: 575px) {
  .dark .home-search-full .home-contain .home-detail {
    height: 50vh;
  }
}
@media (max-width: 767px) {
  .dark .home-search-full .home-contain .home-detail {
    padding-top: 48px;
  }
}
@media (max-width: 480px) {
  .dark .home-search-full .home-contain .home-detail {
    padding: 48px 15px 0;
  }
}
.dark .home-search-full .home-contain .home-detail > div {
  width: 50%;
}
@media (max-width: 991px) {
  .dark .home-search-full .home-contain .home-detail > div {
    width: 67%;
  }
}
@media (max-width: 575px) {
  .dark .home-search-full .home-contain .home-detail > div {
    width: 100%;
  }
}
.dark .home-search-full .home-contain .home-detail h1,
.dark .home-search-full .home-contain .home-detail .h1 {
  font-size: calc(31px + 27 * (100vw - 320px) / 1600);
  text-transform: inherit;
  margin-left: auto;
  margin-right: auto;
  margin-top: -18px;
}
body.rtl .dark .home-search-full .home-contain .home-detail h1,
body.rtl .dark .home-search-full .home-contain .home-detail .h1 {
  text-align: center;
}
.dark .home-search-full .home-contain .home-detail h3,
.dark .home-search-full .home-contain .home-detail .h3 {
  font-size: calc(16px + 2 * (100vw - 320px) / 1600);
  font-weight: 400;
  margin-top: calc(4px + 8 * (100vw - 320px) / 1600);
  margin-bottom: 0;
  color: #dddddd;
  line-height: 1.4;
}
body.rtl .dark .home-search-full .home-contain .home-detail h3,
body.rtl .dark .home-search-full .home-contain .home-detail .h3 {
  text-align: center;
}
.dark .home-search-full .home-contain .home-detail .search-box {
  margin-top: calc(23px + 12 * (100vw - 320px) / 1600);
  position: relative;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1460px) {
  .dark .home-search-full .home-contain .home-detail .search-box {
    width: 83%;
  }
}
@media (max-width: 480px) {
  .dark .home-search-full .home-contain .home-detail .search-box {
    width: 100%;
  }
}
.dark .home-search-full .home-contain .home-detail .search-box .btn {
  background-color: #2a2d2d;
}
.dark .home-search-full .home-contain .home-detail .search-box .feather-search {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  color: #a3a3a3;
  width: calc(21px + 3 * (100vw - 320px) / 1600);
  height: auto;
}
body.rtl .dark .home-search-full .home-contain .home-detail .search-box .feather-search {
  right: unset;
  left: 20px;
}
@media (max-width: 991px) {
  .dark .home-section-ratio .ratio_180 .bg-size:before {
    padding-top: 128%;
  }
}
@media (max-width: 991px) {
  .dark .home-section-ratio .custom-ratio {
    order: -1;
  }
}
.dark .home-furniture .feature-detail h2,
.dark .home-furniture .feature-detail .h2 {
  font-size: calc(32px + 19 * (100vw - 1200px) / 720);
}
.dark .home-furniture .feature-detail h3,
.dark .home-furniture .feature-detail .h3 {
  background-color: #ffa53b;
  font-size: calc(29px + 11 * (100vw - 1200px) / 720);
  color: #2a2d2d;
  padding: 4px calc(9px + 4 * (100vw - 1200px) / 720);
  font-weight: 700;
}
.dark .furniture-contain-2 .home-detail {
  width: calc(100% + -25 * (100vw - 320px) / 1600);
}
@media (max-width: 767px) {
  .dark .furniture-contain-2 .home-detail::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.4);
    z-index: -1;
  }
}
.dark .furniture-contain-2 .home-detail h1,
.dark .furniture-contain-2 .home-detail .h1 {
  width: calc(100% + -25 * (100vw - 320px) / 1600);
}
.dark .button-item {
  display: flex;
  align-items: center;
  justify-content: center;
  top: 50%;
  transform: translateY(-50%);
  position: fixed;
  right: 0;
  border-radius: 7px 0 0 7px;
  background-color: var(--theme-color);
  z-index: 8;
}
.dark .button-item .item-btn {
  width: calc(41px + 9 * (100vw - 320px) / 1600);
  height: calc(41px + 9 * (100vw - 320px) / 1600);
  padding: 0;
}
.dark .button-item .item-btn i {
  font-size: calc(18px + 4 * (100vw - 320px) / 1600);
}
.dark .button-item .badge {
  position: absolute;
  right: 22px;
  top: 10px;
  background-color: #2a2d2d;
  border-radius: 100%;
  color: var(--theme-color);
  width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.dark .item-section {
  top: 50%;
  transform: translateY(-50%);
  position: fixed;
  right: -140px;
  background-color: var(--theme-color);
  color: #2a2d2d;
  border-radius: 7px 0 0 7px;
  padding: 15px;
  transition: all 0.5s ease-in-out;
  z-index: 9;
}
.dark .item-section.active {
  right: 0;
}
.dark .item-section .close-button {
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 0;
  color: #2a2d2d;
  border: none;
  background-color: transparent;
  line-height: 1;
}
.dark .item-section h6,
.dark .item-section .h6 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 5px;
  margin-top: 10px;
  font-weight: bold;
}
.dark .item-section h6 .icli,
.dark .item-section .h6 .icli,
.dark .item-section h6 i,
.dark .item-section .h6 i {
  font-size: 22px;
  font-weight: normal;
}
.dark .item-section .items-image {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 10px 0;
}
.dark .item-section .items-image li {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  background-color: #2a2d2d;
  border-radius: 50%;
  border: 1px solid var(--theme-color);
  color: var(--theme-color);
  font-weight: 600;
  font-size: 13px;
}
.dark .item-section .items-image li + li {
  margin-left: -10px;
}
.dark .item-section .items-image li img {
  width: 15px;
  height: 15px;
  object-fit: contain;
}
.dark .item-section .item-button {
  background-color: #2a2d2d;
  color: var(--theme-color);
}
.dark header .main-nav {
  padding: 20px 0;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .dark header .main-nav {
    padding: 0;
  }
}
.dark header .nav-left-align .navbar-nav .dropdown-menu-2 {
  left: 0;
  transform: unset;
}
body.rtl .dark header .nav-left-align .navbar-nav .dropdown-menu-2 {
  left: unset;
  right: 0;
}
.dark header .icon-box {
  display: inline-block;
  margin-right: 10px;
}
.dark 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) {
  .dark header .dropdown-header {
    padding-left: 0;
  }
}
.dark header .navbar-nav {
  padding-top: 16px;
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
body.rtl .dark header .navbar-nav {
  padding-left: unset;
  padding-right: 0;
}
.dark header .navbar-nav .nav-link {
  cursor: pointer;
}
.dark header .navbar-nav .nav-item {
  margin-bottom: 0;
  position: relative;
}
.dark header .navbar-nav .nav-item .dropdown-menu > li:first-child > a {
  margin-top: 0 !important;
}
.dark header .navbar-nav .nav-item .dropdown-menu .nav-item {
  margin-left: 0 !important;
}
body.rtl .dark header .navbar-nav .nav-item .dropdown-menu .nav-item {
  margin-left: unset !important;
  margin-right: 0 !important;
}
.dark header .navbar-nav .nav-item .dropdown-menu .nav-item:before {
  display: none;
}
.dark 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;
}
.dark header .navbar-nav .nav-item .dropdown-menu .nav-item .nav-link:after {
  content: "\ea6e";
  font-size: 16px;
  right: 0;
}
body.rtl .dark header .navbar-nav .nav-item .dropdown-menu .nav-item .nav-link:after {
  right: unset;
  left: 0;
  transform: rotateY(180deg);
  top: -2px;
}
.dark header .navbar-nav .nav-item .dropdown-menu .nav-item .nav-link.dropdown-toggle::before {
  content: none;
}
.dark header .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu {
  padding: 20px;
}
@media (max-width: 1199px) {
  .dark header .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu {
    padding: 0;
    margin-top: 5px;
  }
}
@media (max-width: 1199px) {
  .dark header .navbar-nav .nav-item .new-pages {
    justify-content: unset !important;
  }
}
.dark header .navbar-nav .nav-item .new-pages .new-dropdown {
  position: absolute;
  top: -7px;
  right: 3px;
  background-color: #ff4f4f;
  font-size: 10px;
  padding: 1px 4px;
  color: #2a2d2d;
  font-weight: 600;
  border-top-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
body.rtl .dark header .navbar-nav .nav-item .new-pages .new-dropdown {
  border-top-left-radius: unset;
  border-top-right-radius: 5px;
  border-bottom-right-radius: unset;
  border-bottom-left-radius: 5px;
}
@media (max-width: 1199px) {
  .dark header .navbar-nav .nav-item .new-pages .new-dropdown {
    position: relative;
    top: unset;
    left: unset;
    right: unset;
    margin-left: 9px;
    border-radius: 3px;
  }
  body.rtl .dark header .navbar-nav .nav-item .new-pages .new-dropdown {
    margin-left: unset;
    margin-right: 9px;
  }
}
.dark header .navbar-nav .nav-item:hover {
  color: var(--theme-color);
}
.dark header .navbar-nav .dropdown-menu {
  min-width: 200px;
  margin: 0;
  margin-top: -8px;
  background-color: #2a2d2d;
  box-shadow: -1px 0 10px 0 rgba(255, 255, 255, 0.7), 5px 20px 40px 0 rgba(255, 255, 255, 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);
}
.dark header .navbar-nav .dropdown-menu .sub-dropdown-hover {
  position: relative;
}
.dark header .navbar-nav .dropdown-menu .sub-dropdown-hover > a {
  display: block;
  position: relative;
}
.dark header .navbar-nav .dropdown-menu .sub-dropdown-hover > a .new-text i {
  font-size: 12px;
  margin-left: 4px;
  color: var(--theme-color);
}
body.rtl .dark header .navbar-nav .dropdown-menu .sub-dropdown-hover > a .new-text i {
  margin-left: unset;
  margin-right: 4px;
}
.dark header .navbar-nav .dropdown-menu .sub-dropdown-hover > a::before {
  content: "\ea6e";
  position: absolute !important;
  font-family: remixicon;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  font-size: 16px;
}
body.rtl .dark header .navbar-nav .dropdown-menu .sub-dropdown-hover > a::before {
  right: unset;
  left: 0;
}
.dark header .navbar-nav .dropdown-menu .sub-dropdown-hover:hover .sub-menu {
  left: 113%;
  visibility: visible;
  opacity: 1;
}
@media (max-width: 1199px) {
  .dark header .navbar-nav .dropdown-menu .sub-dropdown-hover:hover .sub-menu {
    left: unset;
  }
}
body.rtl .dark header .navbar-nav .dropdown-menu .sub-dropdown-hover:hover .sub-menu {
  left: unset;
  right: 113%;
}
@media (max-width: 1199px) {
  body.rtl .dark header .navbar-nav .dropdown-menu .sub-dropdown-hover:hover .sub-menu {
    left: unset;
    right: unset;
  }
}
.dark 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(255, 255, 255, 0.07), 5px 20px 40px 0 rgba(255, 255, 255, 0.04);
  background-color: #2a2d2d;
  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;
}
body.rtl .dark header .navbar-nav .dropdown-menu .sub-dropdown-hover .sub-menu {
  right: 123%;
  left: unset;
}
@media (max-width: 1199px) {
  .dark 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;
  }
}
.dark 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: #ffffff;
  display: block;
}
.dark header .navbar-nav .dropdown-menu .sub-dropdown-hover .sub-menu li a:hover::after {
  width: 40%;
}
.dark 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;
}
.dark 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) {
  .dark header .navbar-nav .dropdown-menu-2 {
    position: relative;
  }
}
body.rtl .dark header .navbar-nav .dropdown-menu-2::after {
  transform: scaleX(-1);
  filter: FlipH;
}
@media (max-width: 1199px) {
  .dark header .navbar-nav .dropdown-menu-2::after {
    content: none;
  }
}
@media (max-width: 1680px) {
  .dark header .navbar-nav .dropdown-menu-2 {
    width: 65vw;
  }
}
@media (max-width: 1400px) {
  .dark header .navbar-nav .dropdown-menu-2 {
    background-position: 20px center;
  }
}
@media (max-width: 1315px) {
  .dark header .navbar-nav .dropdown-menu-2 {
    width: 72vw;
  }
}
@media (max-width: 1199px) {
  .dark header .navbar-nav .dropdown-menu-2 {
    width: 100%;
    padding: 0 !important;
    left: 0;
    margin: 0;
  }
}
@media (max-width: 1199px) {
  .dark header .navbar-nav .dropdown-menu-2 .dropdown-column .dropdown-header {
    padding-left: 10px;
    font-size: 15px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.8);
  }
  body.rtl .dark header .navbar-nav .dropdown-menu-2 .dropdown-column .dropdown-header {
    padding-left: unset;
    padding-right: 10px;
  }
  .dark header .navbar-nav .dropdown-menu-2 .dropdown-column .dropdown-item {
    position: relative;
    margin-left: 15px;
  }
  body.rtl .dark header .navbar-nav .dropdown-menu-2 .dropdown-column .dropdown-item {
    margin-left: unset;
    margin-right: 15px;
  }
  .dark header .navbar-nav .dropdown-menu-2 .dropdown-column .dropdown-item::before {
    content: "";
    position: absolute;
    width: 7px;
    height: 1px;
    background-color: rgba(221, 221, 221, 0.65);
    top: 50%;
    transform: translateY(-50%);
    left: -4px;
  }
  body.rtl .dark header .navbar-nav .dropdown-menu-2 .dropdown-column .dropdown-item::before {
    left: unset;
    right: -4px;
  }
}
.dark header .navbar-nav .dropdown-menu .dropdown {
  margin-inline: 20px;
}
.dark header .navbar-nav .dropdown-menu .dropdown:last-child {
  margin-bottom: 12px;
}
.dark header .navbar-nav .dropdown-menu .dropdown .dropdown-toggle::after {
  display: none;
}
.dark header .navbar-nav .dropdown-menu .dropdown-menu {
  display: block;
  padding-inline: 16px;
}
.dark header .navbar-nav .dropdown-image {
  background-image: none;
}
.dark header .navbar-nav .dropdown-image::after {
  content: none;
}
@media (max-width: 991px) {
  .dark header .navbar-nav .dropdown-image {
    left: 0;
    margin-top: 0;
  }
}
.dark header .navbar-nav .dropdown-image .dropdown-column {
  gap: 12px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
@media (max-width: 1199px) {
  .dark header .navbar-nav .dropdown-image .dropdown-column {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    margin-block: 8px 16px;
  }
}
.dark header .navbar-nav .dropdown-image .dropdown-column .dropdown-item {
  margin: 0 !important;
  text-align: center;
}
.dark header .navbar-nav .dropdown-image .dropdown-column .dropdown-item:focus,
.dark header .navbar-nav .dropdown-image .dropdown-column .dropdown-item:active {
  background-color: transparent;
}
.dark header .navbar-nav .dropdown-image .dropdown-column .dropdown-item::before {
  content: none;
}
.dark header .navbar-nav .dropdown-image .dropdown-column .dropdown-item::after {
  content: none;
}
@media (max-width: 1199px) {
  .dark header .navbar-nav .dropdown-image .dropdown-column .dropdown-item {
    padding: 0;
  }
}
.dark header .navbar-nav .dropdown-image .dropdown-column .dropdown-item:hover img {
  box-shadow: 5px 20px 40px 0 rgba(255, 255, 255, 0.07);
  transform: translateY(-4px);
}
.dark header .navbar-nav .dropdown-image .dropdown-column .dropdown-item:hover span {
  color: var(--theme-color);
  font-weight: 600;
}
.dark header .navbar-nav .dropdown-image .dropdown-column .dropdown-item:hover span::after {
  width: 100%;
}
.dark header .navbar-nav .dropdown-image .dropdown-column .dropdown-item img {
  width: 100%;
  box-shadow: 5px 20px 40px 0 rgba(255, 255, 255, 0.04);
  transition: all 0.3s ease-in-out;
  display: block;
}
.dark 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: uppercase;
}
.dark header .navbar-nav .dropdown-image .dropdown-column .dropdown-item span::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;
}
.dark header .navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.dark 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;
}
.dark header .navbar-brand:hover {
  text-decoration: none;
}
.dark header .navbar-brand:focus {
  text-decoration: none;
}
.dark header .navbar.navbar-expand-xl .navbar-nav .nav-item + .nav-item {
  margin-left: calc(15px + 10 * (100vw - 1200px) / 720);
}
body.rtl .dark header .navbar.navbar-expand-xl .navbar-nav .nav-item + .nav-item {
  margin-left: unset;
  margin-right: calc(15px + 10 * (100vw - 1200px) / 720);
}
@media (max-width: 1199px) {
  .dark header .navbar.navbar-expand-xl .navbar-nav .nav-item + .nav-item {
    margin-left: 0;
  }
  body.rtl .dark header .navbar.navbar-expand-xl .navbar-nav .nav-item + .nav-item {
    margin-left: unset;
    margin-right: 0;
  }
}
.dark header .navbar.navbar-expand-xl .navbar-nav .nav-item.dropdown > a {
  padding-right: 18px;
}
body.rtl .dark header .navbar.navbar-expand-xl .navbar-nav .nav-item.dropdown > a {
  padding-right: 0.5rem;
  text-align: right;
  padding-left: 18px;
}
.dark 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.6s ease;
}
body.rtl .dark header .navbar.navbar-expand-xl .navbar-nav .nav-item.dropdown > a::before {
  right: unset;
  left: -4px;
}
@media (max-width: 1199px) {
  .dark header .navbar.navbar-expand-xl .navbar-nav .nav-item.dropdown > a::before {
    right: 0;
    line-height: 1;
  }
  body.rtl .dark header .navbar.navbar-expand-xl .navbar-nav .nav-item.dropdown > a::before {
    right: unset;
    left: 0;
  }
}
.dark 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: uppercase;
}
.dark header .navbar.navbar-expand-xl .navbar-nav .nav-link::after {
  content: none;
}
.dark header .navbar.navbar-expand-xl .navbar-nav .nav-link .icli {
  margin-left: 10px;
}
.dark 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: #2a2d2d;
  background-color: var(--theme-color);
  border-radius: 50px;
}
@media (max-width: 1199px) {
  .dark 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: 3px;
  }
}
.dark header .navbar.navbar-expand-xl .navbar-nav .nav-link .label-menu::before {
  content: "";
  position: absolute;
  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) {
  .dark header .navbar.navbar-expand-xl .navbar-nav .nav-link .label-menu::before {
    content: none;
  }
}
body.rtl .dark header .navbar.navbar-expand-xl .navbar-nav .nav-link .label-menu::before {
  left: unset;
  right: 10px;
}
.dark header .navbar.navbar-expand-xl .navbar-nav .nav-link-2::before {
  content: none;
}
.dark header .navbar-text {
  padding-top: 9px;
  padding-bottom: 9px;
}
.dark header .navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}
.dark 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;
}
body.rtl .dark header .navbar-toggler {
  margin-right: unset;
  margin-left: 10px;
}
@media (max-width: 767px) {
  .dark header .navbar-toggler {
    margin-right: 0;
  }
}
.dark header .navbar-toggler:focus-visible {
  outline: none;
}
.dark header .navbar-toggler:focus {
  box-shadow: none;
}
.dark header .navbar-toggler-icon {
  width: auto;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  color: #ffffff;
}
@media (max-width: 767px) {
  .dark header .navbar-toggler-icon {
    margin-right: 0;
  }
}
.dark header .navbar-nav-scroll {
  max-height: var(--bs-scroll-height, 75vh);
  overflow-y: auto;
}
.dark header .navbar-expand {
  flex-wrap: nowrap;
  justify-content: flex-start;
}
.dark header .navbar-expand .navbar-nav {
  flex-direction: row;
}
.dark header .navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
  left: 26px;
  top: 30px;
  box-shadow: 0px 3px 4px rgba(255, 255, 255, 0.14);
}
.dark header .navbar-expand .navbar-nav-scroll {
  overflow: visible;
}
.dark header .navbar-expand .navbar-collapse {
  display: flex;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}
.dark header .navbar-expand .navbar-toggler {
  display: none;
}
.dark header .navbar-light .navbar-brand {
  color: #ffffff;
}
.dark header .navbar-light .navbar-brand:hover {
  color: #ffffff;
}
.dark header .navbar-light .navbar-brand:focus {
  color: #ffffff;
}
.dark header .navbar-light .navbar-nav .nav-link {
  color: #ffffff;
}
.dark header .navbar-light .navbar-nav .nav-link:hover {
  color: var(--theme-color);
}
.dark header .navbar-light .navbar-nav .nav-link:focus {
  color: var(--theme-color);
}
.dark header .navbar-light .navbar-nav .show > .nav-link {
  color: var(--theme-color);
}
.dark header .navbar-light .navbar-nav .nav-link.active {
  color: var(--theme-color);
}
.dark header .navbar-light .navbar-toggler {
  color: #dddddd;
  border-color: transparent;
}
.dark header .navbar-light .navbar-text {
  color: #dddddd;
}
.dark header .navbar-light .navbar-text a {
  color: var(--theme-color);
}
.dark header .navbar-light .navbar-text a:hover {
  color: var(--theme-color);
}
.dark header .navbar-light .navbar-text a:focus {
  color: var(--theme-color);
}
.dark header .navbar {
  display: inline-block;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 15px;
  z-index: 3;
}
body.rtl .dark header .navbar {
  padding-left: unset;
  padding-right: 15px;
}
@media (max-width: 767px) {
  .dark header .navbar {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 0;
  }
}
.dark header .navbar:not(.navbar-stuck) .navbar-stuck-btn {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(#ffffff, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.dark header .navbar-shadow {
  box-shadow: 0 2px 10px -3px rgba(255, 255, 255, 0.1);
}
.dark header .navbar-floating {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.dark header .navbar-stuck .navbar-btn {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(#ffffff, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.dark header .navbar-stuck-logo {
  display: none;
}
.dark header .navbar-sticky.navbar-stuck {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  animation: navbar-show 0.25s;
  background-color: #2a2d2d;
  box-shadow: 0 2px 10px -3px rgba(255, 255, 255, 0.1);
}
.dark header .header-nav-middle {
  margin: auto !important;
}
@media (max-width: 767px) {
  .dark header .header-nav-middle {
    position: absolute;
    left: -9999px;
    visibility: hidden;
  }
  .offcanvas.offcanvas-collapse.show .dark header .header-nav-middle {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    visibility: visible;
  }
}
@media (max-width: 767px) {
  .dark header .app-navbar-menu-button {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
  }
}
.dark header .offcanvas {
  position: fixed;
  bottom: 0;
  z-index: 1080;
  display: flex;
  flex-direction: column;
  max-width: 100%;
  visibility: hidden;
  background-color: #2a2d2d;
  background-clip: padding-box;
  outline: 0;
  box-shadow: -1px 0 10px 0 rgba(255, 255, 255, 0.07), 5px 20px 40px 0 rgba(255, 255, 255, 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;
}
.dark header .offcanvas:not(.offcanvas-end):not(.offcanvas-bottom) {
  top: 0;
  left: 0;
  box-shadow: none;
}
body.rtl .dark header .offcanvas:not(.offcanvas-end):not(.offcanvas-bottom) {
  left: unset;
  right: 0;
}
@media (max-width: 1199px) {
  .dark header .offcanvas:not(.offcanvas-end):not(.offcanvas-bottom) {
    width: calc(300px + 20 * (100vw - 320px) / 879);
    transform: translateX(-100%);
    z-index: 7;
  }
  body.rtl .dark header .offcanvas:not(.offcanvas-end):not(.offcanvas-bottom) {
    transform: translateX(100%);
  }
}
.dark header .offcanvas-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-shrink: 0;
  padding: 20px 24px;
  z-index: 1;
}
@media (max-width: 1199px) {
  .dark header .offcanvas-header {
    padding: calc(13px + 7 * (100vw - 320px) / 880) calc(16px + 8 * (100vw - 320px) / 880);
  }
}
.dark header .offcanvas-header .btn-close {
  padding: 0;
  margin: -10px 0;
  font-size: 20px;
  background: unset;
  opacity: 1;
  width: unset;
  height: unset;
  line-height: 1;
}
.dark header .offcanvas-header h5,
.dark header .offcanvas-header .h5 {
  color: var(--theme-color);
  font-weight: 600;
  font-size: calc(20px + 2 * (100vw - 320px) / 880);
}
.dark header .offcanvas-title {
  margin-bottom: 0;
  line-height: initial;
}
.dark header .offcanvas-body {
  flex-grow: 1;
  padding: 20px 24px;
  overflow-y: auto;
  height: 100%;
}
@media (max-width: 1199px) {
  .dark header .offcanvas-body {
    padding: calc(13px + 7 * (100vw - 320px) / 880) calc(16px + 8 * (100vw - 320px) / 880);
  }
}
.dark header .offcanvas-body::-webkit-scrollbar {
  width: 0;
  background-color: transparent;
  opacity: 0;
}
.dark header .offcanvas-body::-webkit-scrollbar-thumb {
  border-radius: 4px;
}
.dark header .offcanvas-body > .simplebar-track {
  display: block;
  background-color: transparent;
}
.dark header .offcanvas-body .simplebar-vertical {
  margin-right: 3px;
}
.dark header .offcanvas-start {
  top: 0;
  left: 0;
  width: 352px;
  border-right: 0 solid transparent;
  transform: translateX(-100%);
}
.dark header .offcanvas-end {
  top: 0;
  right: 0;
  width: 352px;
  border-left: 0 solid transparent;
  transform: translateX(100%);
}
.dark header .offcanvas-top {
  top: 0;
  right: 0;
  left: 0;
  height: 30vh;
  max-height: 100%;
  border-bottom: 0 solid transparent;
  transform: translateY(-100%);
}
.dark header .offcanvas-bottom {
  right: 0;
  left: 0;
  height: 30vh;
  max-height: 100%;
  border-top: 0 solid transparent;
  transform: translateY(100%);
}
.dark header .offcanvas.show {
  transform: none !important;
  box-shadow: -1px 0 10px 0 rgba(255, 255, 255, 0.07), 5px 20px 40px 0 rgba(255, 255, 255, 0.04) !important;
}
.dark header .offcanvas-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-shrink: 0;
  padding: 20px 24px;
}
.dark header .sidebar-toggle {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  border-radius: 0;
  z-index: 1025;
}
.dark header .hot-deal-box {
  color: #e21719;
  font-weight: 600;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 12px;
}
.dark header .hot-deal-box img {
  margin-right: 7px;
}
.dark header .hot-deal-box span {
  font-size: 16px;
  font-weight: 500;
}
@media (prefers-reduced-motion: reduce) {
  .dark header .navbar-toggler {
    transition: none;
  }
  .dark header .offcanvas {
    transition: none;
  }
}
@media (min-width: 1200px) {
  .dark header .navbar-expand-xl.navbar .offcanvas-body {
    overflow: visible;
  }
  .dark header .navbar-expand-xl.navbar-sticky.navbar-stuck .navbar-floating-logo {
    display: none !important;
  }
  .dark header .navbar-expand-xl .navbar-stuck-logo {
    display: block;
  }
  .dark header .navbar-expand-xl .navbar-nav {
    position: relative;
    padding-top: 0;
  }
  .dark header .navbar-expand-xl .navbar-nav .nav-item {
    border: 0;
  }
  .dark header .navbar-expand-xl .navbar-nav .nav-item:first-child .nav-link {
    padding-left: 0;
  }
  .dark header .navbar-expand-xl .navbar-nav .nav-item:hover > .nav-link:not(.disabled) {
    color: var(--theme-color);
  }
  .dark header .navbar-expand-xl .navbar-nav .nav-item:hover > .nav-link:not(.disabled)::before {
    transform: translateY(-50%) rotateX(180deg);
  }
  .dark header .navbar-expand-xl .navbar-nav .nav-item > .dropdown-menu {
    padding: 20px 0;
  }
}
@media (min-width: 1200px) and (max-width: 1199px) {
  .dark header .navbar-expand-xl .navbar-nav .nav-item > .dropdown-menu {
    padding: 0;
    margin-top: 5px;
  }
}
@media (min-width: 1200px) {
  .dark header .navbar-expand-xl .navbar-nav .nav-item > .dropdown-menu > .nav-item {
    padding: 0 20px;
  }
  body.rtl .dark header .navbar-expand-xl .navbar-nav .nav-item > .dropdown-menu > .nav-item > .nav-link {
    padding-right: unset;
  }
  .dark 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) {
  .dark header .navbar-expand-xl .navbar-nav .nav-item > .dropdown-menu > .nav-item > .dropdown-menu {
    padding: 0;
    margin-top: 5px;
  }
  .dark header .navbar-expand-xl .navbar-nav .nav-item > .dropdown-menu > .nav-item > .dropdown-menu:before {
    content: "\ea4e";
  }
}
@media (min-width: 1200px) {
  .dark header .navbar-expand-xl .navbar-nav .nav-item > .dropdown-menu > .nav-item > .dropdown-menu > .nav-item {
    padding: 0 20px;
  }
  .dark header .navbar-expand-xl .navbar-nav .nav-item.active > .nav-link:not(.disabled) {
    color: var(--theme-color);
  }
  .dark header .navbar-expand-xl .navbar-nav > .dropdown > .dropdown-toggle::after {
    display: none;
  }
  .dark header .navbar-expand-xl .dropdown-menu {
    margin-top: 0;
    box-shadow: -1px 0 10px 0 rgba(255, 255, 255, 0.07), 5px 20px 40px 0 rgba(255, 255, 255, 0.04);
    background-color: #2a2d2d;
    border-color: #2a2d2d;
    padding: 20px;
    border-radius: 10px;
    display: none !important;
  }
  .dark header .navbar-expand-xl .dropdown-menu li {
    display: block;
    width: 100%;
  }
  .dark header .navbar-expand-xl .dropdown-menu .dropdown-column {
    margin: 0;
    position: relative;
  }
  .dark header .navbar-expand-xl .dropdown-menu .dropdown-column:first-of-type {
    margin-left: 0;
  }
  .dark 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;
  }
  body.rtl .dark header .navbar-expand-xl .dropdown-menu .dropdown-item {
    text-align: right;
  }
  .dark header .navbar-expand-xl .dropdown-menu .dropdown-item:hover::after {
    width: 40%;
  }
  .dark header .navbar-expand-xl .dropdown-menu .dropdown-item:active {
    color: #ffffff;
  }
  .dark 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;
  }
  body.rtl .dark header .navbar-expand-xl .dropdown-menu .dropdown-item::after {
    left: unset;
    right: 0;
  }
  .dark header .navbar-expand-xl .dropdown-menu .dropdown-item:focus {
    background-color: transparent;
  }
  .dark header .navbar-expand-xl .dropdown-menu .dropdown-item:hover {
    background-color: transparent;
  }
  .dark header .navbar-expand-xl .dropdown-menu .dropdown {
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    border-left: 0;
  }
  .dark header .navbar-expand-xl .dropdown-menu .dropdown .dropdown-toggle {
    position: relative;
    padding-right: 26px;
  }
  body.rtl .dark header .navbar-expand-xl .dropdown-menu .dropdown .dropdown-toggle {
    padding-right: 20px;
    padding-left: 26px;
  }
  .dark 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;
  }
  body.rtl .dark header .navbar-expand-xl .dropdown-menu .dropdown .dropdown-toggle::after {
    right: unset;
    left: 0;
    margin-right: 0.255em;
    margin-left: unset;
  }
  .dark header .navbar-expand-xl .dropdown-menu .dropdown:last-child {
    margin-bottom: 0;
  }
  .dark 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: 5px;
    background-color: #2a2d2d;
  }
  body.rtl .dark header .navbar-expand-xl .dropdown-menu .dropdown-menu {
    left: unset;
    right: 100%;
  }
  .dark header .navbar-expand-xl .dropdown-menu.show {
    display: none;
  }
  .dark header .navbar-expand-xl .dropdown-menu.dropdown-menu-end {
    right: 0;
    left: auto;
  }
  .dark header .navbar-expand-xl .dropdown:hover > .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    display: block !important;
  }
  .dark header .navbar-expand-xl .dropdown:hover .dropdown-menu-2 {
    transform: translateX(-50%) translateY(0);
    display: block !important;
    left: 50%;
  }
  .dark header .navbar-expand-xl .dropdown:hover .dropdown-menu-center {
    transform: translateX(-50%) translateY(0);
  }
  .dark header .navbar-expand-xl .dropdown:hover .dropdown-menu-left {
    transform: translateX(-50%) translateY(0);
  }
  .dark header .navbar-expand-xl .dropdown-mega {
    position: unset;
  }
  .dark header .navbar-expand-xl .dropdown-mega > .dropdown-menu {
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: nowrap;
    display: none !important;
  }
  .dark header .navbar-expand-xl .dropdown-mega:hover > .dropdown-menu {
    display: flex;
  }
  .dark header .navbar-expand-xl .dropdown-mega .dropdown-menu .dropdown-item {
    display: block;
    padding: 0;
  }
  .dark 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;
  }
  .dark header .navbar-expand-xl .dropdown-mega .dropdown-column {
    margin-top: 0;
  }
  .dark header .navbar-expand-xl .dropdown-mega .dropdown-column .dropdown-header {
    padding: 0;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 24px;
    color: #ffffff;
    position: relative;
  }
  body.rtl .dark header .navbar-expand-xl .dropdown-mega .dropdown-column .dropdown-header {
    text-align: right;
  }
  .dark 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;
  }
  body.rtl .dark header .navbar-expand-xl .dropdown-mega .dropdown-column .dropdown-header::after {
    left: unset;
    right: 0;
  }
  .dark header .offcanvas-expand {
    transform: none !important;
    z-index: 1031;
  }
  .dark header .offcanvas-expand.offcanvas-start {
    transform: none !important;
  }
  .dark header .offcanvas-expand.offcanvas-end {
    transform: none !important;
  }
  .dark header .offcanvas-expand.offcanvas-bottom {
    transform: none !important;
  }
  .dark 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;
  }
  .dark header .offcanvas-collapse .offcanvas-header {
    display: none;
  }
  .dark header .offcanvas-collapse .offcanvas-footer {
    display: none;
  }
  .dark header .offcanvas-collapse .offcanvas-body {
    padding: 0;
    overflow: initial;
  }
  .dark header .offcanvas-enabled-start {
    padding-left: 376px;
  }
  .dark header .offcanvas-enabled-end {
    padding-right: 376px;
    padding-left: 0;
  }
}
.dark header .navbar-expand-xl .offcanvas {
  -webkit-box-flex: 1;
}
@media (max-width: 1199px) {
  .dark header .navbar-expand-xl .offcanvas {
    z-index: 4;
    -webkit-box-flex: 2;
  }
}
.dark header .offcanvas-backdrop {
  z-index: 6;
}
@media (max-width: 1199px) {
  .dark header .offcanvas-collapse .offcanvas-body .navbar-nav {
    padding-top: 0;
  }
  .dark header .offcanvas-collapse .offcanvas-body .navbar-nav .nav-item {
    border-top: 0;
  }
  .dark header .offcanvas-collapse .offcanvas-body .navbar-nav .nav-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #dddddd;
    font-weight: 700;
  }
  .dark header .offcanvas-collapse .offcanvas-body .navbar-nav .nav-link:hover {
    color: var(--theme-color);
    background-color: transparent;
  }
  .dark header .offcanvas-collapse .offcanvas-body .navbar-nav .nav-link.active {
    color: var(--theme-color);
    background-color: transparent;
  }
  .dark header .offcanvas-collapse .offcanvas-body .navbar-nav .nav-link.disabled {
    color: #dddddd;
  }
  .dark header .offcanvas-collapse .offcanvas-body .navbar-nav .show > .nav-link {
    color: var(--theme-color);
  }
  .dark header .offcanvas-collapse .offcanvas-body .navbar-nav .active > .nav-link {
    color: var(--theme-color);
  }
  .dark header .offcanvas-collapse .offcanvas-body .navbar-nav .dropdown-menu li {
    display: block;
    width: 100%;
  }
  .dark header .offcanvas-collapse .offcanvas-body .navbar-nav .dropdown-menu .dropdown-item {
    color: #dddddd;
    font-size: 14px;
  }
  body.rtl .dark header .offcanvas-collapse .offcanvas-body .navbar-nav .dropdown-menu .dropdown-item {
    text-align: right;
  }
  .dark header .offcanvas-collapse .offcanvas-body .navbar-nav .dropdown-menu .dropdown-item:hover {
    color: var(--theme-color);
    background-color: transparent;
  }
  .dark header .offcanvas-collapse .offcanvas-body .navbar-nav .dropdown-menu .dropdown-item.active {
    color: var(--theme-color);
    background-color: transparent;
  }
  .dark header .offcanvas-collapse .offcanvas-body .navbar-nav .dropdown-menu .dropdown-item.disabled {
    color: #dddddd;
  }
  .dark header .offcanvas-collapse .offcanvas-body .navbar-nav .dropdown-header {
    font-size: 16px;
    font-weight: 600;
  }
  body.rtl .dark header .offcanvas-collapse .offcanvas-body .navbar-nav .dropdown-header {
    text-align: right;
  }
  .dark header .navbar-nav .dropdown-menu {
    opacity: 1;
    visibility: visible;
    display: none !important;
    transform: translateY(0);
  }
  .dark header .navbar-nav .dropdown-menu.show {
    position: relative;
    display: block !important;
  }
  .dark header .navbar-nav .dropdown-menu .dropdown-item {
    position: relative;
    margin-left: 15px;
  }
  body.rtl .dark header .navbar-nav .dropdown-menu .dropdown-item {
    margin-left: unset;
    margin-right: 15px;
  }
  .dark header .navbar-nav .dropdown-menu .dropdown-item::before {
    content: "";
    position: absolute;
    width: 7px;
    height: 1px;
    background-color: rgba(221, 221, 221, 0.65);
    top: 50%;
    transform: translateY(-50%);
    left: -4px;
  }
  body.rtl .dark header .navbar-nav .dropdown-menu .dropdown-item::before {
    left: unset;
    right: -4px;
  }
  .dark header .navbar-nav .dropdown-menu .dropdown-column .dropdown-header {
    padding-left: 10px;
    font-size: 15px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.8);
  }
  body.rtl .dark header .navbar-nav .dropdown-menu .dropdown-column .dropdown-header {
    padding-left: unset;
    padding-right: 10px;
  }
}
@media (max-width: 1199px) {
  .dark .new-nav-item {
    justify-content: unset !important;
  }
}
.dark .new-nav-item .new-dropdown {
  position: absolute;
  top: -7px;
  right: 3px;
  background-color: #ff4f4f;
  font-size: 10px;
  padding: 1px 4px;
  color: #2a2d2d;
  font-weight: 600;
  border-top-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
body.rtl .dark .new-nav-item .new-dropdown {
  border-top-left-radius: unset;
  border-top-right-radius: 5px;
  border-bottom-right-radius: unset;
  border-bottom-left-radius: 5px;
  right: unset;
  left: 3px;
}
@media (max-width: 1199px) {
  .dark .new-nav-item .new-dropdown {
    position: relative;
    top: unset;
    left: unset;
    right: unset;
    margin-left: 9px;
    border-radius: 3px;
  }
  body.rtl .dark .new-nav-item .new-dropdown {
    margin-left: unset;
    margin-right: 9px;
  }
}
.dark .dropdown-menu .product-box {
  padding: 0;
}
.dark .dropdown-menu .product-box .product-image {
  background-color: #f8f8f8;
  margin-bottom: 10px;
  border-radius: 6px;
  overflow: hidden;
}
.dark .dropdown-menu .product-box .product-detail a h6.name,
.dark .dropdown-menu .product-box .product-detail a .name.h6 {
  font-size: 14px;
  font-weight: 400;
}
body.rtl .dark .dropdown-menu .product-box .product-detail a h6.name,
body.rtl .dark .dropdown-menu .product-box .product-detail a .name.h6 {
  text-align: right;
}
.dark .dropdown-menu .product-box .product-detail .rating {
  margin-top: 3px;
}
.dark .dropdown-menu .product-box .product-detail .rating span.ng-star-inserted {
  color: #ffb321;
  font-size: 20px;
  margin-right: 1px;
  line-height: 1;
}
.dark .dropdown-menu .product-box .product-detail .unit {
  color: #777;
}
.dark .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: #2a2d2d;
  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 rgba(119, 119, 119, 0.44);
}
.dark .dropdown-menu .owl-theme .owl-nav [class*=owl-]::after {
  font-family: remixicon;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  font-size: 22px;
  color: rgba(255, 255, 255, 0.88);
}
.dark .dropdown-menu .owl-theme .owl-nav .owl-prev {
  left: -20px;
}
@media (max-width: 1199px) {
  .dark .dropdown-menu .owl-theme .owl-nav .owl-prev {
    left: 0;
  }
}
.dark .dropdown-menu .owl-theme .owl-nav .owl-prev::after {
  content: "\ea64";
}
.dark .dropdown-menu .owl-theme .owl-nav .owl-next {
  right: -20px;
}
@media (max-width: 1199px) {
  .dark .dropdown-menu .owl-theme .owl-nav .owl-next {
    right: 0;
  }
}
.dark .dropdown-menu .owl-theme .owl-nav .owl-next::after {
  content: "\ea6e";
}
.dark .dropdown-menu .owl-theme:hover .owl-nav [class*=owl-] {
  transform: scale(1);
}
.dark .custom-mt {
  margin-top: 25px;
}
@media (max-width: 1199px) {
  .dark .custom-mt {
    margin-top: calc(9px + 3 * (100vw - 320px) / 880);
  }
}
.dark .menu-img-banner {
  margin: -23px -23px -23px -25px;
}
.dark .menu-img-banner a {
  display: block;
  width: 100%;
}
.dark .menu-img-banner a img {
  width: 100%;
}
.dark .menu-img-banner h4,
.dark .menu-img-banner .h4 {
  margin-top: 12px;
  line-height: 1.5;
  font-weight: 500;
}
.dark .menu-label {
  background-color: #ff7272;
  font-size: 12px;
  border-radius: 2px;
  padding: 3px 5px;
  line-height: 1;
  color: #fff;
  font-weight: 600;
  position: relative;
  z-index: 0;
  animation: 0.9s blink infinite;
  margin-left: 4px;
}
body.rtl .dark .menu-label {
  margin-left: unset;
  margin-right: 4px;
}
.dark .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;
}
.dark .menu-label.warning-label {
  background-color: #ffa53b;
}
.dark .menu-label.success-label {
  background-color: var(--theme-color);
}
.dark .menu-product-slider .product-box {
  background-color: #2a2d2d;
  padding-bottom: 5px;
  position: relative;
  border-radius: 5px;
  transition: all 0.4s ease-in-out;
}
.dark .menu-product-slider .product-box:hover {
  box-shadow: unset;
}
.dark .menu-product-slider .product-box .add-to-cart-box .btn-add-cart {
  background-color: #f9f8f6;
}
.dark .menu-product-slider .product-box .add-to-cart-box .btn-add-cart .add-icon {
  background-color: #2a2d2d;
}
.dark .menu-product-slider .product-box .product-image {
  background-color: #f8f8f8;
}
.dark .menu-product-slider .product-box .product-detail .unit,
.dark .menu-product-slider .product-box .product-detail p {
  display: none;
}
.dark .menu-product-slider .product-box .label-tag {
  top: 14px;
  padding: 4px 7px;
  font-size: 13px;
}
.dark .menu-product-slider .product-box .label-tag::before,
.dark .menu-product-slider .product-box .label-tag::after {
  width: 14px;
  height: 14px;
  right: -14px;
  border-bottom: 14px solid #faba02;
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
}
.dark .menu-product-slider .product-box .label-tag::before {
  transform: rotate(180deg);
}
.dark .menu-product-slider .product-box .label-tag::after {
  top: unset;
  bottom: 0;
}
@media (max-width: 1199px) {
  .dark header .navbar-nav .nav-item .dropdown-menu .nav-link {
    display: none !important;
  }
  .dark header .navbar-nav .nav-item .dropdown-menu .dropdown-menu {
    display: block !important;
    position: relative;
  }
}
.dark .newsletter-section .newsletter-box {
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  background-size: cover;
}
.dark .newsletter-section .newsletter-box-2:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-size: cover;
  background-image: url("./media/circle.png");
  background-position: center center;
  background-repeat: no-repeat;
  display: block;
  z-index: -1;
}
body.rtl .dark .newsletter-section .newsletter-box-2:after {
  transform: scaleX(-1);
  filter: FlipH;
}
.dark .newsletter-section .newsletter-box-3:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: block;
  z-index: -1;
}
body.rtl .dark .newsletter-section .newsletter-box-3:after {
  transform: scaleX(-1);
  filter: FlipH;
}
.dark .newsletter-section .newsletter-box .newsletter-contain {
  position: relative;
  z-index: 0;
}
.dark .newsletter-section .newsletter-box .newsletter-contain::before {
  content: none;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(34, 34, 34, 0.35);
  z-index: -1;
}
@media (max-width: 1199px) {
  .dark .newsletter-section .newsletter-box .newsletter-contain::before {
    content: "";
  }
}
.dark .newsletter-section .newsletter-box .newsletter-contain .newsletter-detail h2,
.dark .newsletter-section .newsletter-box .newsletter-contain .newsletter-detail .h2 {
  font-weight: 700;
  color: #2a2d2d;
  margin-bottom: 10px;
  margin-top: -2px;
}
.dark .newsletter-section .newsletter-box .newsletter-contain .newsletter-detail h5,
.dark .newsletter-section .newsletter-box .newsletter-contain .newsletter-detail .h5 {
  font-weight: 600;
  color: #ffbc5d;
  margin-bottom: calc(14px + 6 * (100vw - 320px) / 1600);
  font-size: calc(16px + 2 * (100vw - 320px) / 1600);
}
.dark .newsletter-section .newsletter-box .newsletter-contain .newsletter-detail .input-box {
  position: relative;
}
.dark .newsletter-section .newsletter-box .newsletter-contain .newsletter-detail .input-box ::placeholder {
  font-size: 14px;
  color: #dddddd;
}
@media (max-width: 360px) {
  .dark .newsletter-section .newsletter-box .newsletter-contain .newsletter-detail .input-box ::placeholder {
    padding-left: 0;
  }
}
.dark .newsletter-section .newsletter-box .newsletter-contain .newsletter-detail .input-box input {
  height: calc(41px + 11 * (100vw - 320px) / 1600);
  border-radius: 5px;
  border: none;
  padding-left: 52px;
  padding-right: 140px;
}
body.rtl .dark .newsletter-section .newsletter-box .newsletter-contain .newsletter-detail .input-box input {
  padding-left: 140px;
  padding-right: 52px;
}
@media (max-width: 575px) {
  .dark .newsletter-section .newsletter-box .newsletter-contain .newsletter-detail .input-box input {
    padding-right: 42px;
  }
}
@media (max-width: 360px) {
  .dark .newsletter-section .newsletter-box .newsletter-contain .newsletter-detail .input-box input {
    padding-left: 12px;
  }
}
.dark .newsletter-section .newsletter-box .newsletter-contain .newsletter-detail .input-box .arrow {
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: calc(19px + 3 * (100vw - 320px) / 1600);
  left: 8px;
  color: var(--theme-color);
  z-index: 0;
  line-height: 1;
  width: calc(34px + 4 * (100vw - 320px) / 1600);
  height: calc(34px + 4 * (100vw - 320px) / 1600);
}
body.rtl .dark .newsletter-section .newsletter-box .newsletter-contain .newsletter-detail .input-box .arrow {
  left: unset;
  right: 8px;
}
.dark .newsletter-section .newsletter-box .newsletter-contain .newsletter-detail .input-box .arrow:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: var(--theme-color);
  opacity: 0.1;
  left: 0;
  top: 0;
  z-index: -1;
}
@media (max-width: 360px) {
  .dark .newsletter-section .newsletter-box .newsletter-contain .newsletter-detail .input-box .arrow {
    display: none;
  }
}
.dark .newsletter-section .newsletter-box .newsletter-contain .newsletter-detail .input-box .sub-btn {
  top: 50%;
  transform: translateY(-50%);
  background-color: #ff4f4f;
  position: absolute;
  right: 3px;
  border-radius: 3px;
  border: none;
  padding: calc(8px + 4 * (100vw - 320px) / 1600) calc(8px + 13 * (100vw - 320px) / 1600);
  font-size: calc(14px + 1 * (100vw - 320px) / 1600);
  color: #2a2d2d;
  font-weight: 500;
  display: flex;
  align-items: center;
}
body.rtl .dark .newsletter-section .newsletter-box .newsletter-contain .newsletter-detail .input-box .sub-btn {
  right: unset;
  left: 3px;
}
.dark .newsletter-section .newsletter-box .newsletter-contain .newsletter-detail .input-box .sub-btn i {
  margin-left: 6px;
}
body.rtl .dark .newsletter-section .newsletter-box .newsletter-contain .newsletter-detail .input-box .sub-btn i {
  margin-left: unset;
  margin-right: 6px;
}
@media (max-width: 575px) {
  .dark .newsletter-section .newsletter-box .newsletter-contain .newsletter-detail .input-box .sub-btn i {
    margin-left: 0;
  }
  body.rtl .dark .newsletter-section .newsletter-box .newsletter-contain .newsletter-detail .input-box .sub-btn i {
    margin-left: unset;
    margin-right: 0;
  }
}
.dark .newsletter-section-2 .newsletter-box {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.dark .newsletter-section-2 .newsletter-box .newsletter-detail {
  width: 100%;
  height: 100%;
  padding: calc(20px + 110 * (100vw - 320px) / 1600);
  z-index: 1;
  position: relative;
  z-index: 0;
}
.dark .newsletter-section-2 .newsletter-box .newsletter-detail::before {
  content: none;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(34, 34, 34, 0.35);
  z-index: -1;
}
@media (max-width: 1199px) {
  .dark .newsletter-section-2 .newsletter-box .newsletter-detail::before {
    content: "";
  }
}
.dark .newsletter-section-2 .newsletter-box .newsletter-detail h2,
.dark .newsletter-section-2 .newsletter-box .newsletter-detail .h2 {
  font-size: calc(18px + 18 * (100vw - 320px) / 1600);
  margin-bottom: 10px;
  margin-top: -4px;
}
.dark .newsletter-section-2 .newsletter-box .newsletter-detail h4,
.dark .newsletter-section-2 .newsletter-box .newsletter-detail .h4 {
  margin-bottom: 8px;
  font-size: calc(15px + 5 * (100vw - 320px) / 1600);
  line-height: 1.3;
  font-weight: 300;
}
.dark .newsletter-section-2 .newsletter-box .newsletter-detail .download-app {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .dark .newsletter-section-2 .newsletter-box .newsletter-detail .download-app {
    display: block;
  }
}
.dark .newsletter-section-2 .newsletter-box .newsletter-detail .download-app h3,
.dark .newsletter-section-2 .newsletter-box .newsletter-detail .download-app .h3 {
  margin-right: 15px;
  font-weight: 400;
}
body.rtl .dark .newsletter-section-2 .newsletter-box .newsletter-detail .download-app h3,
body.rtl .dark .newsletter-section-2 .newsletter-box .newsletter-detail .download-app .h3 {
  margin-right: unset;
  margin-left: 15px;
}
@media (max-width: 767px) {
  .dark .newsletter-section-2 .newsletter-box .newsletter-detail .download-app h3,
  .dark .newsletter-section-2 .newsletter-box .newsletter-detail .download-app .h3 {
    margin-bottom: 10px;
  }
}
.dark .newsletter-section-2 .newsletter-box .newsletter-detail .download-app .download-app-image {
  margin: 0 -3px;
  display: flex;
}
.dark .newsletter-section-2 .newsletter-box .newsletter-detail .download-app .download-app-image li {
  margin: 0 3px;
  display: flex;
}
.dark .newsletter-section-2 .newsletter-box .shape-box {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  text-align: center;
}
.dark .newsletter-section-2 .newsletter-box .shape-box:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("./media/circle.png");
  background-position: center;
  animation: rounded infinite 30s linear;
  right: 0;
  top: 0;
  z-index: -1;
}
.dark .offer-box {
  position: relative;
  z-index: 0;
}
.dark .offer-box .offer-contain {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
@media (max-width: 991px) {
  .dark .offer-box .offer-contain {
    display: block;
    text-align: center;
    background-color: rgba(42, 45, 45, 0.5);
  }
}
.dark .offer-box .offer-contain .offer-detail h2,
.dark .offer-box .offer-contain .offer-detail .h2 {
  text-transform: none;
  line-height: calc(27px + 16 * (100vw - 320px) / 1600);
  font-weight: 400;
}
.dark .offer-box .offer-contain .offer-detail p {
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
  margin-top: calc(4px + 8 * (100vw - 320px) / 1600);
}
.dark .offer-box .offer-contain .offer-timing {
  margin-left: 24px;
}
body.rtl .dark .offer-box .offer-contain .offer-timing {
  margin-left: unset;
  margin-right: 24px;
}
@media (max-width: 360px) {
  .dark .offer-box .offer-contain .offer-timing {
    margin-left: 0;
  }
  body.rtl .dark .offer-box .offer-contain .offer-timing {
    margin-left: unset;
    margin-right: 0;
  }
}
body.rtl .dark .offer-box .offer-contain .offer-timing .time ul {
  padding-right: 0;
}
.dark .offer-box .offer-contain .offer-timing .time ul li {
  position: relative;
}
.dark .offer-box .offer-contain .offer-timing .time ul li + li {
  margin-left: 16px;
}
body.rtl .dark .offer-box .offer-contain .offer-timing .time ul li + li {
  margin-left: unset;
  margin-right: 16px;
}
.dark .offer-box .offer-contain .offer-timing .time ul li + li::before {
  content: ":";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -12px;
  font-size: 20px;
}
body.rtl .dark .offer-box .offer-contain .offer-timing .time ul li + li::before {
  left: unset;
  right: -12px;
}
.dark .offer-box .offer-contain .offer-timing .time ul li .counter {
  background-color: #ff4f4f;
  color: #2a2d2d;
  border-radius: 5px;
}
.dark .offer-box .offer-contain .offer-timing .time ul li .counter div {
  width: calc(46px + 15 * (100vw - 320px) / 1600);
  height: calc(50px + 23 * (100vw - 320px) / 1600);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: calc(16px + 8 * (100vw - 320px) / 1600);
  font-weight: 600;
}
.dark .offer-section .offer-box {
  display: flex;
  align-items: center;
  justify-content: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: calc(20px + 15 * (100vw - 320px) / 1600);
  border-radius: 6px;
}
@media (max-width: 575px) {
  .dark .offer-section .offer-box {
    display: block;
    text-align: center;
  }
}
.dark .offer-section .offer-box h2,
.dark .offer-section .offer-box .h2 {
  color: #2a2d2d;
  font-weight: 700;
  font-size: calc(24px + 16 * (100vw - 320px) / 1600);
  margin-top: -4px;
  margin-bottom: -5px;
}
@media (max-width: 575px) {
  .dark .offer-section .offer-box h2,
  .dark .offer-section .offer-box .h2 {
    line-height: 1.3;
  }
}
.dark .offer-section .offer-box h2 span,
.dark .offer-section .offer-box .h2 span {
  font-weight: 500;
  font-size: calc(18px + 8 * (100vw - 320px) / 1600);
}
.dark .vertical-product-box:hover .option {
  opacity: 1;
  visibility: visible;
}
.dark .vertical-product-box:hover .option li {
  opacity: 1;
  transform: translateY(0);
}
.dark .vertical-product-box:hover .option li:nth-child(1) {
  transition-delay: 0.1s;
}
.dark .vertical-product-box:hover .option li:nth-child(2) {
  transition-delay: 0.2s;
}
.dark .vertical-product-box:hover .option li:nth-child(3) {
  transition-delay: 0.3s;
}
.dark .vertical-product-box:hover .option li:nth-child(4) {
  transition-delay: 0.4s;
}
.dark .vertical-product-box .option {
  top: 50%;
  transform: translateY(-50%);
  left: calc(12px + 11 * (100vw - 320px) / 1600);
  display: flex;
  align-items: center;
  position: absolute;
  gap: 8px;
  background-color: #f8f8f8;
  width: 100%;
  height: 100%;
  transition: all 0.5s ease-in-out;
  opacity: 0;
  visibility: hidden;
}
body.rtl .dark .vertical-product-box .option {
  padding-right: 0;
}
@media (max-width: 480px) {
  .dark .vertical-product-box .option {
    margin: 0 -1px;
  }
}
.dark .vertical-product-box .option li {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #2a2d2d;
  border-radius: 50%;
  border: 1px solid var(--theme-color);
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.5s ease-in-out;
  position: relative;
  overflow: hidden;
}
@media (max-width: 480px) {
  .dark .vertical-product-box .option li {
    width: 30px;
    height: 30px;
    margin: 0 1px;
  }
}
.dark .vertical-product-box .option li:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: var(--theme-color);
  opacity: 0.1;
  z-index: -1;
}
.dark .vertical-product-box .option li a {
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.dark .vertical-product-box .option li a .icli {
  font-size: 20px;
  color: #ffffff;
}
@media (max-width: 480px) {
  .dark .vertical-product-box .option li a .icli {
    font-size: 15px;
  }
}
.dark .vertical-product-box .option li a .icli.iconly-Swap {
  transform: rotate(90deg);
}
.dark .add-to-cart-box {
  background-color: #f8f8f8;
  border-radius: 50px;
  position: relative;
  max-width: 100%;
}
.dark .add-to-cart-box .btn-add-cart {
  padding: calc(8px + 2 * (100vw - 320px) / 1600) 0;
  width: 100%;
  font-size: calc(14px + 1 * (100vw - 320px) / 1600);
  margin-top: 10px;
  color: #dddddd;
  border-radius: 50px;
  font-weight: 500;
}
.dark .add-to-cart-box .btn-add-cart .add-icon {
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(30px + 7 * (100vw - 320px) / 1600);
  height: calc(30px + 7 * (100vw - 320px) / 1600);
  background-color: #2a2d2d;
  border-radius: 100%;
  color: var(--theme-color);
  position: absolute;
  right: 4px;
}
.dark .add-to-cart-box .btn-add-cart .add-icon.bg-light-orange {
  background-color: #f9f8f6;
}
.dark .add-to-cart-box .btn-add-cart .add-icon.bg-light-gray {
  background-color: #f8f8f8;
}
@media (max-width: 480px) {
  .dark .add-to-cart-box .btn-add-cart .add-icon {
    display: none;
  }
}
.dark .add-to-cart-box .btn-add-cart .add-icon i {
  font-size: 22px;
}
.dark .add-to-cart-box .qty-box {
  max-width: 100%;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  display: none;
}
.dark .add-to-cart-box .qty-box.open {
  display: block;
}
.dark .add-to-cart-box .qty-box .input-group {
  background-color: #1d1d22;
  border-radius: 100px;
  padding: 4px;
  text-align: center;
  z-index: 0;
}
.dark .add-to-cart-box .qty-box .input-group.theme-bg-white {
  background-color: #2a2d2d;
}
.dark .add-to-cart-box .qty-box .input-group button {
  width: calc(29px + 6 * (100vw - 320px) / 1600);
  height: calc(29px + 6 * (100vw - 320px) / 1600);
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  padding: 0;
  background-color: #2a2d2d;
  z-index: 0;
  border-radius: 100% !important;
}
.dark .add-to-cart-box .qty-box .input-group button > div {
  display: flex;
  align-items: center;
}
.dark .add-to-cart-box .qty-box .input-group button i {
  font-size: 22px;
  color: var(--theme-color);
  margin-top: 1px;
}
.dark .add-to-cart-box .qty-box .input-group button:focus {
  box-shadow: none;
}
.dark .add-to-cart-box .qty-box .input-group button:hover {
  background-color: #2a2d2d;
}
.dark .add-to-cart-box .qty-box .input-group button:hover i {
  color: var(--theme-color);
}
.dark .add-to-cart-box .qty-box .input-group input {
  height: auto;
  background-color: transparent;
  border: none;
  padding: 0;
  text-align: center;
  font-size: 14px;
  color: #dddddd;
}
.dark .add-to-cart-btn-2 .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(30px + 7 * (100vw - 320px) / 1600);
  height: calc(30px + 7 * (100vw - 320px) / 1600);
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: #f7f7f7;
  padding: 0;
  border-radius: 100%;
  color: var(--theme-color);
}
body.rtl .dark .add-to-cart-btn-2 .btn {
  right: unset;
  left: 0;
}
.dark .add-to-cart-btn-2 .qty-box-2 {
  display: none;
  bottom: 0;
  position: absolute;
  left: 0;
  width: 100%;
  height: auto;
  margin-left: auto;
  max-width: 190px;
}
body.rtl .dark .add-to-cart-btn-2 .qty-box-2 {
  left: unset;
  right: 0;
}
.dark .add-to-cart-btn-2 .qty-box-2.qty-box-3 {
  max-width: 203px;
}
.dark .add-to-cart-btn-2 .qty-box-2.open {
  display: block;
}
.dark .add-to-cart-btn-2 .qty-box-2 .input-group {
  background-color: #1d1d22;
  border-radius: 5px;
  padding: 4px;
  text-align: center;
  z-index: 0;
}
.dark .add-to-cart-btn-2 .qty-box-2 .input-group button {
  width: calc(29px + 6 * (100vw - 320px) / 1600);
  height: calc(29px + 6 * (100vw - 320px) / 1600);
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  padding: 0;
  background-color: #2a2d2d;
  z-index: 0;
  border-radius: 3px !important;
}
.dark .add-to-cart-btn-2 .qty-box-2 .input-group button i {
  font-size: 13px;
  color: var(--theme-color);
  margin-top: 1px;
}
.dark .add-to-cart-btn-2 .qty-box-2 .input-group button:focus {
  box-shadow: none;
}
.dark .add-to-cart-btn-2 .qty-box-2 .input-group input {
  height: auto;
  background-color: transparent;
  border: none;
  padding: 0;
  text-align: center;
  font-size: 14px;
  color: #dddddd;
}
.dark .qty-box {
  margin-top: 10px;
  width: 100%;
  max-width: 170px;
}
.dark .qty-box .input-group {
  background-color: #1d1d22;
  border-radius: 7px;
  padding: 4px;
  text-align: center;
  z-index: 0;
}
.dark .qty-box .input-group.theme-bg-white {
  background-color: #2a2d2d;
}
.dark .qty-box .input-group button {
  width: calc(26px + 9 * (100vw - 320px) / 1600);
  height: calc(26px + 9 * (100vw - 320px) / 1600);
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  padding: 0;
  background-color: #2a2d2d;
  z-index: 0;
  border-radius: 4px !important;
}
.dark .qty-box .input-group button i {
  font-size: 13px;
  color: var(--theme-color);
  margin-top: 1px;
}
.dark .qty-box .input-group button:focus {
  box-shadow: none;
}
.dark .qty-box .input-group input {
  height: auto;
  background-color: transparent;
  border: none;
  padding: 0;
  text-align: center;
  font-size: 14px;
  color: #dddddd;
}
.dark .deal-timer {
  margin: 11px 0;
}
.dark .deal-timer.product-deal-timer {
  width: 290px;
  margin-top: 24px;
}
.dark .deal-timer.product-deal-timer ul {
  padding: calc(8px + 6 * (100vw - 320px) / 1600);
  background-color: #f8f8f8;
  border-radius: 8px;
  border: none;
}
.dark .deal-timer.product-deal-timer ul li + li::before {
  left: -25px;
}
body.rtl .dark .deal-timer.product-deal-timer ul li + li::before {
  left: unset;
  right: -25px;
}
.dark .deal-timer.product-deal-timer ul li .counter {
  text-align: center;
}
.dark .deal-timer.product-deal-timer ul li .counter > div {
  font-size: calc(18px + 2 * (100vw - 320px) / 1600);
}
.dark .deal-timer .deal-title {
  font-weight: 600;
  margin-bottom: 7px;
  letter-spacing: 0.4px;
}
.dark .deal-timer ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 12px;
  border: 1px dashed var(--theme-color);
  text-align: center;
}
.dark .deal-timer ul li {
  position: relative;
}
.dark .deal-timer ul li + li::before {
  content: ":";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -20px;
}
body.rtl .dark .deal-timer ul li + li::before {
  left: unset;
  right: -20px;
}
.dark .deal-timer ul li .counter > div {
  display: flex;
  align-items: center;
}
.dark .deal-timer ul li .counter > div h5,
.dark .deal-timer ul li .counter > div .h5 {
  font-weight: 600;
  margin-bottom: 4px;
}
.dark .deal-timer ul li .counter > div h6,
.dark .deal-timer ul li .counter > div .h6 {
  color: #dddddd;
  font-size: 13px;
}
.dark .category-menu {
  background-color: #1d1d22;
  padding: calc(12px + 21 * (100vw - 320px) / 1600);
  border-radius: 5px;
}
.dark .category-menu-2 {
  background:
    linear-gradient(
      136.8deg,
      #f6f5f2 17.01%,
      #fdf7f0 93.97%);
}
.dark .category-menu h3,
.dark .category-menu .h3 {
  margin-bottom: 40px;
  font-weight: 600;
  position: relative;
  display: inline-block;
}
.dark .category-menu h3::before,
.dark .category-menu .h3::before {
  content: "";
  position: absolute;
  width: 102px;
  height: 2px;
  bottom: calc(-11px + 3 * (100vw - 320px) / 1600);
  left: 0;
  background-color: var(--theme-color);
}
body.rtl .dark .category-menu h3::before,
body.rtl .dark .category-menu .h3::before {
  left: unset;
  right: 0;
}
.dark .category-menu ul {
  display: flex;
  flex-wrap: wrap;
  gap: 23px;
}
.dark .category-menu ul.value-list {
  margin-top: 35px;
  border: none;
}
.dark .category-menu ul li {
  display: block;
  width: 100%;
}
.dark .category-menu ul li.pb-30 {
  margin-bottom: 30px;
}
.dark .category-menu ul li .category-list {
  display: flex;
  flex-wrap: nowrap;
  gap: calc(10px + 6 * (100vw - 320px) / 1600);
  align-items: center;
  color: #ffffff;
}
.dark .category-menu ul li .category-list:hover h5 a,
.dark .category-menu ul li .category-list:hover .h5 a {
  letter-spacing: 0.5px;
}
.dark .category-menu ul li .category-list:hover h5 a:before,
.dark .category-menu ul li .category-list:hover .h5 a:before {
  width: 70px;
}
.dark .category-menu ul li .category-list svg {
  width: 25px;
  height: 25px;
  stroke: #ffffff;
}
.dark .category-menu ul li .category-list img {
  width: 25px;
  height: 25px;
  object-fit: contain;
}
.dark .category-menu ul li .category-list h5 a,
.dark .category-menu ul li .category-list .h5 a {
  color: #ffffff;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  position: relative;
  z-index: 0;
  transition: all 0.3s ease-in-out;
}
.dark .category-menu ul li .category-list h5 a:hover,
.dark .category-menu ul li .category-list .h5 a:hover {
  color: #ffffff;
}
.dark .category-menu ul li .category-list h5 a::before,
.dark .category-menu ul li .category-list .h5 a::before {
  content: "";
  position: absolute;
  width: 0;
  height: 3px;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  border-radius: 50px;
  background-color: var(--theme-color);
  z-index: -1;
  transition: all 0.3s ease-in-out;
}
body.rtl .dark .category-menu ul li .category-list h5 a::before,
body.rtl .dark .category-menu ul li .category-list .h5 a::before {
  left: unset;
  right: 0;
}
.dark .category-menu ul li .category-list i {
  margin-left: auto;
}
.dark .category-menu.menu-xl {
  position: sticky;
  top: 130px;
}
.dark .category-menu.menu-xl ul {
  gap: 28px;
  border-bottom: none;
}
.dark .category-menu.menu-xl ul li .category-list img {
  width: 35px;
  height: 35px;
}
.dark .category-menu.menu-xl ul li .category-list h5,
.dark .category-menu.menu-xl ul li .category-list .h5 {
  font-size: 17px;
}
.dark .product-modern {
  border: 1px solid rgba(119, 119, 119, 0.44);
  border-radius: 10px;
  padding: 0;
}
.dark .product-modern > .product-box-slider > div > .row > div:nth-child(n+6) {
  border-top: 1px solid rgba(221, 221, 221, 0.3);
}
.dark .product-modern > .product-box-slider > div > .row > div:nth-child(5n+5) .product-box {
  border-right: none;
}
body.rtl .dark .product-modern > .product-box-slider > div > .row > div:nth-child(5n+5) .product-box {
  border-left: none;
  border-right: unset;
}
@media screen and (max-width: 616px) {
  .dark .product-modern > .product-box-slider > div > .row > div:nth-child(5n+2) .product-box {
    border-right: none;
  }
  body.rtl .dark .product-modern > .product-box-slider > div > .row > div:nth-child(5n+2) .product-box {
    border-left: none;
    border-right: unset;
  }
}
.dark .product-box {
  padding: calc(8px + 6 * (100vw - 320px) / 1600);
  position: relative;
  overflow: hidden;
}
body.rtl .dark .product-box {
  direction: rtl;
}
.dark .product-box:hover .product-image a img {
  transform: scale(1.1);
}
.dark .product-box:hover .product-image .product-option {
  bottom: 15px;
  opacity: 1;
}
.dark .product-box.product-box-bg {
  background: #f8f8f8;
  border-radius: 5px;
  padding: calc(10px + 4 * (100vw - 320px) / 1600);
  border: none;
}
.dark .product-box.product-box-bg .qty-box .input-group {
  background-color: #2a2d2d;
  box-shadow: 0 0 8px rgba(34, 34, 34, 0.04);
}
.dark .product-box.product-box-bg + .product-box-bg {
  margin-top: 20px !important;
}
@media (max-width: 575px) {
  .dark .product-box.product-box-bg + .product-box-bg {
    margin-top: 10px !important;
  }
}
.dark .product-box.product-white-bg {
  background-color: #2a2d2d;
  border-radius: calc(9px + 7 * (100vw - 320px) / 1600);
  padding: calc(10px + 4 * (100vw - 320px) / 1600);
  border: 1px solid #eee;
}
.dark .product-box.product-white-bg .qty-box .input-group {
  background-color: #2a2d2d;
  box-shadow: 0 0 8px rgba(34, 34, 34, 0.04);
}
.dark .product-box.product-white-bg:hover {
  box-shadow: 0 15px 70px rgba(255, 255, 255, 0.07);
}
.dark .product-box .label-tag {
  position: absolute;
  top: 24px;
  left: 0;
  padding: 5px 13px;
  background-color: #ffba00;
  font-size: 14px;
  color: #2a2d2d;
  font-weight: 500;
  z-index: 1;
}
body.rtl .dark .product-box .label-tag {
  left: unset;
  right: 0;
}
@media (max-width: 991px) {
  .dark .product-box .label-tag {
    top: 16px;
    padding: 5px 10px;
    font-size: 12px;
  }
}
@media (max-width: 480px) {
  .dark .product-box .label-tag {
    top: 10px;
    padding: 3px 6px;
  }
}
.dark .product-box .label-tag::before,
.dark .product-box .label-tag::after {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  right: -15px;
  border-bottom: 15px solid #faba02;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  transform: rotate(0);
  z-index: 1;
}
body.rtl .dark .product-box .label-tag::before,
body.rtl .dark .product-box .label-tag::after {
  right: unset;
  left: -15px;
}
@media (max-width: 991px) {
  .dark .product-box .label-tag::before,
  .dark .product-box .label-tag::after {
    width: 14px;
    height: 14px;
    right: -14px;
    border-bottom: 14px solid #faba02;
    border-left: 14px solid transparent;
    border-right: 14px solid transparent;
  }
  body.rtl .dark .product-box .label-tag::before,
  body.rtl .dark .product-box .label-tag::after {
    right: unset;
    left: -14px;
  }
}
@media (max-width: 480px) {
  .dark .product-box .label-tag::before,
  .dark .product-box .label-tag::after {
    width: 12px;
    height: 12px;
    right: -12px;
    border-bottom: 12px solid #faba02;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
  }
  body.rtl .dark .product-box .label-tag::before,
  body.rtl .dark .product-box .label-tag::after {
    right: unset;
    left: -12px;
  }
}
.dark .product-box .label-tag::after {
  top: 16px;
  transform: rotate(0);
}
@media (max-width: 991px) {
  .dark .product-box .label-tag::after {
    top: 14px;
  }
}
@media (max-width: 480px) {
  .dark .product-box .label-tag::after {
    top: 12px;
  }
}
.dark .product-box .label-tag::before {
  top: 0;
  transform: rotate(180deg);
}
.dark .product-box .label-tag.sale-tag {
  background-color: #ff7272;
}
.dark .product-box .label-tag.sale-tag:before,
.dark .product-box .label-tag.sale-tag:after {
  border-bottom-color: #ff7272;
}
.dark .product-box .label-tag span {
  font-weight: 700;
}
.dark .product-box .product-image {
  text-align: center;
  padding: 20px;
  position: relative;
}
@media (max-width: 480px) {
  .dark .product-box .product-image {
    padding: 8px;
  }
}
.dark .product-box .product-image .product-option {
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  bottom: -5px;
  background-color: #2a2d2d;
  width: 70%;
  padding: 10px 5px;
  border-radius: 7px;
  box-shadow: 0 0 8px rgba(255, 255, 255, 0.12);
  opacity: 0;
  transition: all 0.3s ease-in-out;
  max-width: 320px;
}
@media (max-width: 480px) {
  .dark .product-box .product-image .product-option {
    display: none;
  }
}
.dark .product-box .product-image .product-option li {
  position: relative;
  width: 33.33%;
}
.dark .product-box .product-image .product-option li a {
  color: #ffffff;
}
.dark .product-box .product-image .product-option li a i {
  font-size: 16px;
}
.dark .product-box .product-image .product-option li a .feather {
  width: 17px;
  height: auto;
  color: #dddddd;
}
.dark .product-box .product-image .product-option li + li:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #dddddd;
  opacity: 0.3;
}
body.rtl .dark .product-box .product-image .product-option li + li:after {
  left: unset;
  right: 0;
}
.dark .product-box .product-image img {
  width: 100%;
  height: calc(100px + 40 * (100vw - 320px) / 1600);
  object-fit: contain;
  transition: opacity 0.5s, transform 1.25s cubic-bezier(0, 0, 0.44, 1.18);
}
.dark .product-box .product-detail a {
  color: #ffffff;
  display: block;
}
.dark .product-box .product-detail a:hover {
  color: #ffffff;
}
.dark .product-box .product-detail a h6.name,
.dark .product-box .product-detail a .name.h6 {
  font-weight: 600;
  line-height: 22px;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  font-size: 16px;
}
.dark .product-box .product-detail a h6.name-2,
.dark .product-box .product-detail a .name-2.h6 {
  -webkit-line-clamp: 1;
}
.dark .product-box .product-detail p {
  display: none;
}
.dark .product-box .product-detail .product-rating {
  flex-wrap: wrap;
  gap: calc(4px + 3 * (100vw - 320px) / 1600);
  margin-top: 2px;
}
body.rtl .dark .product-box .product-detail .product-rating {
  justify-content: flex-start;
}
.dark .product-box .product-detail .product-rating h6,
.dark .product-box .product-detail .product-rating .h6 {
  font-weight: 500;
}
.dark .product-box .progress {
  height: 6px;
  border-radius: 0;
  margin-top: calc(14px + 8 * (100vw - 320px) / 1600);
}
.dark .product-box .stock {
  font-size: 14px;
  color: var(--theme-color);
  margin-left: auto;
}
.dark .product-box .sold {
  font-weight: 600;
  margin-top: 3px;
  line-height: 21px;
  font-size: calc(14px + 1 * (100vw - 320px) / 1600);
}
body.rtl .dark .product-box .sold {
  text-align: right;
}
.dark .product-box .sold .price {
  font-weight: 600;
  margin-top: 0;
}
.dark .product-box .sold del {
  font-weight: 400;
  margin-left: 6px;
  font-size: calc(13px + 1 * (100vw - 320px) / 1600);
}
body.rtl .dark .product-box .sold del {
  margin-left: unset;
  margin-right: 6px;
}
.dark .product-box .sold.weight {
  font-size: 13px;
  margin: calc(5px + 3 * (100vw - 320px) / 1600) 0;
  line-height: normal;
}
.dark .product-box .counter-box {
  display: block;
  position: relative;
}
.dark .product-box .counter-box h6,
.dark .product-box .counter-box .h6 {
  margin-top: 0;
}
.dark .product-box .counter-box .addtocart_btn .add-button,
.dark .product-box .counter-box .addtocart_btn .add_cart {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 7px 11px;
  background-color: var(--theme-color);
  color: #2a2d2d;
  font-size: 16px;
  font-weight: 600;
  transition: all 0.3s ease;
}
.dark .product-box .counter-box .addtocart_btn .add-button span,
.dark .product-box .counter-box .addtocart_btn .add_cart span {
  position: relative;
  left: unset;
  right: unset;
  bottom: unset;
  font-size: 15px;
  margin-right: 8px;
}
@media (max-width: 480px) {
  .dark .product-box .counter-box .addtocart_btn .add-button span,
  .dark .product-box .counter-box .addtocart_btn .add_cart span {
    display: none;
  }
}
.dark .product-box .counter-box .addtocart_btn .qty-box {
  display: none;
  transition: all 0.3s ease;
  z-index: 1;
  margin-top: 0;
  max-width: 155px;
}
.dark .product-box .counter-box .addtocart_btn .qty-box.open {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  transition: all 0.3s ease;
}
.dark .product-box .counter-box .addtocart_btn .input-group {
  box-shadow: 0 2px 4px 0 #dedede;
  border-radius: 2px;
  padding: 4px;
  text-align: center;
  z-index: 0;
  background-color: #2a2d2d;
}
.dark .product-box .counter-box .addtocart_btn .input-group .btn {
  padding: 7px 12px;
  font-size: 10px;
  line-height: 1;
  border-radius: 2px !important;
  background-color: #f8f8f8;
}
.dark .product-box .counter-box .addtocart_btn .input-group .btn i {
  font-size: 15px;
}
.dark .product-box .counter-box .addtocart_btn .input-group .form-control {
  padding: 2px;
  text-align: center;
  border-color: #f9f9f9;
}
.dark .product-box .price {
  margin-top: 16px;
  font-weight: 600;
}
.dark .border-effect {
  border: 1px solid rgba(119, 119, 119, 0.44);
  border-radius: 5px;
  position: absolute;
  right: 0;
  top: 0;
  width: calc(33.33% - 20px);
  height: 100%;
  z-index: -1;
}
@media (max-width: 1400px) and (min-width: 1200px) {
  .dark .border-effect {
    display: none;
  }
}
@media (max-width: 830px) {
  .dark .border-effect {
    display: none;
  }
}
.dark .product-list {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 50px calc(20px + 10 * (100vw - 320px) / 1600);
  padding: calc(18px + 12 * (100vw - 320px) / 1600) 0;
}
@media (max-width: 1400px) and (min-width: 1200px) {
  .dark .product-list {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 830px) {
  .dark .product-list {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 576px) {
  .dark .product-list {
    grid-template-columns: 1fr;
    gap: 30px calc(20px + 10 * (100vw - 320px) / 1600);
  }
}
.dark .product-list.sidebar-product {
  gap: 50px calc(20px + 10 * (100vw - 320px) / 1600);
}
.dark .product-list.sidebar-product li {
  padding: 0;
}
.dark .product-list.sidebar-product li + li:after {
  content: "";
  position: absolute;
  top: -28px;
  right: 0;
  border-bottom: 1px dashed rgba(74, 85, 104, 0.3);
  width: calc(100% - 103px);
}
body.rtl .dark .product-list.sidebar-product li + li:after {
  right: unset;
  left: 0;
}
.dark .product-list:after,
.dark .product-list:before {
  content: "";
  position: absolute;
  border: 1px solid rgba(119, 119, 119, 0.44);
  border-radius: 10px;
  left: 0;
  top: 0;
  width: calc(33.33% - 12px);
  height: 100%;
  z-index: -1;
}
@media (max-width: 1400px) and (min-width: 1200px) {
  .dark .product-list:after,
  .dark .product-list:before {
    width: calc(50% - 12px);
  }
}
@media (max-width: 830px) {
  .dark .product-list:after,
  .dark .product-list:before {
    width: calc(50% - 15px);
  }
}
@media (max-width: 576px) {
  .dark .product-list:after,
  .dark .product-list:before {
    width: 100%;
  }
}
.dark .product-list:before {
  left: calc(33.33% + 10px);
}
@media (max-width: 1400px) and (min-width: 1200px) {
  .dark .product-list:before {
    left: calc(50% + 10px);
  }
}
@media (max-width: 830px) {
  .dark .product-list:before {
    left: calc(50% + 15px);
    width: calc(50% - 15px);
  }
}
@media (max-width: 576px) {
  .dark .product-list:before {
    left: 0;
    width: 100%;
  }
}
.dark .product-list li {
  width: 100%;
  display: flex;
  align-items: center;
  height: auto;
  position: relative;
  padding: 0 calc(18px + 12 * (100vw - 1199px) / 721);
}
@media (min-width: 1400px) {
  .dark .product-list li:nth-child(n+4):after {
    content: "";
    position: absolute;
    top: calc(-22px + -6 * (100vw - 992px) / 928);
    right: calc(18px + 12 * (100vw - 320px) / 1600);
    border-bottom: 1px dashed rgba(74, 85, 104, 0.3);
    width: calc(100% - (120px + 23 * (100vw - 320px) / 1600) - (12px + 11 * (100vw - 320px) / 1600));
  }
  body.rtl .dark .product-list li:nth-child(n+4):after {
    left: calc(18px + 12 * (100vw - 320px) / 1600);
    right: unset;
  }
}
@media (max-width: 1400px) and (min-width: 1200px) {
  .dark .product-list li:nth-child(n+3):after {
    content: "";
    position: absolute;
    top: calc(-22px + -6 * (100vw - 992px) / 928);
    right: calc(18px + 12 * (100vw - 320px) / 1600);
    border-bottom: 1px dashed rgba(74, 85, 104, 0.3);
    width: calc(100% - (120px + 23 * (100vw - 320px) / 1600) - (12px + 11 * (100vw - 320px) / 1600));
  }
  body.rtl .dark .product-list li:nth-child(n+3):after {
    left: calc(18px + 12 * (100vw - 320px) / 1600);
    right: unset;
  }
}
@media (max-width: 1200px) and (min-width: 830px) {
  .dark .product-list li:nth-child(n+4):after {
    content: "";
    position: absolute;
    top: calc(-22px + -6 * (100vw - 992px) / 928);
    right: calc(18px + 12 * (100vw - 320px) / 1600);
    border-bottom: 1px dashed rgba(74, 85, 104, 0.3);
    width: calc(100% - (120px + 23 * (100vw - 320px) / 1600) - (12px + 11 * (100vw - 320px) / 1600));
  }
  body.rtl .dark .product-list li:nth-child(n+4):after {
    left: calc(18px + 12 * (100vw - 320px) / 1600);
    right: unset;
  }
}
@media (max-width: 830px) and (min-width: 576px) {
  .dark .product-list li:nth-child(n+3):after {
    content: "";
    position: absolute;
    top: -28px;
    right: calc(18px + 12 * (100vw - 320px) / 1600);
    border-bottom: 1px dashed rgba(74, 85, 104, 0.3);
    width: calc(100% - (120px + 23 * (100vw - 320px) / 1600));
  }
  body.rtl .dark .product-list li:nth-child(n+3):after {
    left: calc(18px + 12 * (100vw - 320px) / 1600);
    right: unset;
  }
}
@media (max-width: 576px) {
  .dark .product-list li:nth-child(n+2):after {
    content: "";
    position: absolute;
    top: -18px;
    right: calc(18px + 12 * (100vw - 320px) / 1600);
    border-bottom: 1px dashed rgba(74, 85, 104, 0.3);
    width: calc(100% - (120px + 23 * (100vw - 320px) / 1600));
  }
  body.rtl .dark .product-list li:nth-child(n+2):after {
    left: calc(18px + 12 * (100vw - 320px) / 1600);
    right: unset;
  }
}
.dark .product-list li .offer-product {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  gap: calc(12px + 11 * (100vw - 320px) / 1600);
}
.dark .product-list li .offer-product:hover .offer-image {
  transform: scale(1.1);
}
.dark .product-list li .offer-product:hover .offer-detail a .name {
  color: var(--theme-color);
}
.dark .product-list li .offer-product .offer-image {
  width: calc(75px + 5 * (100vw - 320px) / 1600);
}
@media (max-width: 1660px) {
  .dark .product-list li .offer-product .offer-image {
    width: calc(80px + 10 * (100vw - 320px) / 1600);
  }
}
.dark .product-list li .offer-product .offer-image img {
  width: 80px;
  height: 80px;
  object-fit: contain;
  transition: all 0.3s ease-in-out;
}
.dark .product-list li .offer-product .offer-detail {
  width: calc(100% - (75px + 5 * (100vw - 320px) / 1600) - (12px + 11 * (100vw - 320px) / 1600));
  height: 80px;
  position: relative;
  display: flex;
  align-items: center;
}
@media (max-width: 1660px) {
  .dark .product-list li .offer-product .offer-detail {
    width: calc(100% - (80px + 10 * (100vw - 320px) / 1600) - (12px + 11 * (100vw - 320px) / 1600));
  }
}
.dark .product-list li .offer-product .offer-detail .vertical-price {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-top: calc(2px + 4 * (100vw - 320px) / 1600);
  white-space: nowrap;
  margin-bottom: -2px;
}
.dark .product-list li .offer-product .offer-detail .vertical-price .price {
  font-weight: 600;
}
.dark .product-list li .offer-product .offer-detail a {
  display: block;
  color: #ffffff;
}
.dark .product-list li .offer-product .offer-detail a:hover {
  color: #ffffff;
}
.dark .product-list li .offer-product .offer-detail a .name {
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  font-weight: 500;
  margin-top: -1px;
  transition: all 0.3s ease-in-out;
  font-size: calc(15px + 1 * (100vw - 320px) / 1600);
}
.dark .product-list li .offer-product .offer-detail span {
  font-size: 14px;
  margin-top: 5px;
  color: #dddddd;
  font-weight: 400;
}
.dark .product-category {
  padding: calc(19px + 17 * (100vw - 320px) / 1600) calc(16px + 9 * (100vw - 320px) / 1600);
  background-color: #1d1d22;
}
.dark .product-category .product-category-list {
  column-count: 2;
}
body.rtl .dark .product-category .product-category-list {
  padding-left: unset;
  padding-right: 0;
}
.dark .product-category .product-category-list li {
  display: block;
  padding-left: 22px;
  font-size: 14px;
  color: #dddddd;
  position: relative;
  width: 140px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
body.rtl .dark .product-category .product-category-list li {
  padding-left: unset;
  padding-right: 22px;
}
.dark .product-category .product-category-list li::before {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  top: 50%;
  transform: rotate(45deg) translateY(-50%);
  left: 0;
  border: 1px solid #dddddd;
}
body.rtl .dark .product-category .product-category-list li::before {
  left: unset;
  right: 8px;
}
.dark .product-category .product-category-list li + li {
  margin-top: calc(14px + 12 * (100vw - 320px) / 1600);
}
.dark .product-category .product-category-list li:last-child a {
  display: flex;
  align-items: center;
}
.dark .product-category .product-category-list li:last-child a:hover {
  color: var(--theme-color);
}
.dark .product-category .product-category-list li:last-child a i {
  margin-left: 8px;
}
.dark .product-category .product-category-list li:last-child::before {
  display: none;
}
.dark .slider-3-product .product-slider-image {
  background-color: #f8f8f8;
}
.dark .product-slider {
  padding-bottom: 5px;
}
.dark .product-slider:hover .product-slider-image img {
  transform: scale(1.1) rotate(4deg);
}
.dark .product-slider .product-slider-image {
  border-radius: 5px;
  overflow: hidden;
  display: block;
}
.dark .product-slider .product-slider-image img {
  transition: all 0.3s ease-in-out;
}
.dark .product-slider .product-slider-detail {
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  width: calc(100% - 32px);
  margin: -50px auto 0;
  padding: calc(20px + 5 * (100vw - 320px) / 1600) calc(18px + 12 * (100vw - 320px) / 1600);
  border-radius: 5px;
  box-shadow: 0px 4px 10px rgba(47, 88, 80, 0.05);
  background-color: rgba(42, 45, 45, 0.8);
}
.dark .product-slider .product-slider-detail > div {
  position: relative;
}
.dark .product-slider .product-slider-detail h3,
.dark .product-slider .product-slider-detail .h3 {
  font-weight: 600;
  margin-bottom: calc(6px + 4 * (100vw - 320px) / 1600);
  text-align: center;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  margin-top: -2px;
}
.dark .product-slider .product-slider-detail h5,
.dark .product-slider .product-slider-detail .h5 {
  margin-bottom: 0;
  color: #dddddd;
  text-align: center;
}
.dark .product-slider .product-slider-detail h6,
.dark .product-slider .product-slider-detail .h6 {
  margin-top: calc(4px + 6 * (100vw - 320px) / 1600);
  font-weight: 500;
}
.dark .product-slider .product-slider-detail .product-button {
  position: absolute;
  bottom: 0;
  right: 0;
}
body.rtl .dark .product-slider .product-slider-detail .product-button {
  right: unset;
  left: 0;
}
@media (max-width: 360px) {
  .dark .product-slider .product-slider-detail .product-button {
    position: relative;
    margin-top: 10px;
    width: 100%;
    justify-content: center;
  }
}
.dark .top-selling-box .top-selling-title {
  border-bottom: 1px solid #e0e2e7;
  padding-bottom: calc(12px + 10 * (100vw - 320px) / 1600);
  margin-bottom: calc(24px + 12 * (100vw - 320px) / 1600);
  position: relative;
}
.dark .top-selling-box .top-selling-title::after {
  content: "";
  position: absolute;
  width: 120px;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: var(--theme-color);
}
body.rtl .dark .top-selling-box .top-selling-title::after {
  left: unset;
  right: 0;
}
.dark .top-selling-box .top-selling-title h3,
.dark .top-selling-box .top-selling-title .h3 {
  font-size: calc(19px + 3 * (100vw - 320px) / 1600);
  font-weight: 600;
}
.dark .top-selling-box .top-selling-contain {
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.dark .top-selling-box .top-selling-contain + .top-selling-contain {
  margin-top: calc(14px + 16 * (100vw - 320px) / 1600);
}
.dark .top-selling-box .top-selling-contain + .top-selling-contain:before {
  content: "";
  position: absolute;
  top: -15px;
  right: 0;
  width: calc(100% - 118px);
  border: 1px dashed rgba(221, 221, 221, 0.3);
}
body.rtl .dark .top-selling-box .top-selling-contain + .top-selling-contain:before {
  right: unset;
  left: 0;
}
.dark .top-selling-box .top-selling-contain:hover .top-selling-detail h5,
.dark .top-selling-box .top-selling-contain:hover .top-selling-detail .h5 {
  color: var(--theme-color);
}
.dark .top-selling-box .top-selling-contain:hover .top-selling-detail .product-option {
  top: 0;
  opacity: 1;
}
.dark .top-selling-box .top-selling-contain:hover .top-selling-image img {
  transform: scale(1.1);
}
.dark .top-selling-box .top-selling-contain .top-selling-image {
  overflow: hidden;
  width: calc(80px + 20 * (100vw - 320px) / 1600);
  height: calc(80px + 20 * (100vw - 320px) / 1600);
  border-radius: 5px;
}
.dark .top-selling-box .top-selling-contain .top-selling-image img {
  object-fit: contain;
  transition: all 0.3s ease-in-out;
}
.dark .top-selling-box .top-selling-contain .top-selling-detail {
  padding-left: calc(15px + 3 * (100vw - 320px) / 1600);
  width: calc(100% - (80px + 20 * (100vw - 320px) / 1600));
  position: relative;
}
.dark .top-selling-box .top-selling-contain .top-selling-detail .product-option {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #2a2d2d;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.dark .top-selling-box .top-selling-contain .top-selling-detail .product-option li a {
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  border: 1px solid var(--theme-color);
  position: relative;
  z-index: 0;
  overflow: hidden;
  color: var(--theme-color);
}
.dark .top-selling-box .top-selling-contain .top-selling-detail .product-option li a:hover {
  color: var(--theme-color);
}
.dark .top-selling-box .top-selling-contain .top-selling-detail .product-option li a:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: var(--theme-color);
  opacity: 0.1;
}
.dark .top-selling-box .top-selling-contain .top-selling-detail .product-option li a .feather {
  width: 20px;
  height: auto;
  margin-top: 1px;
}
body.rtl .dark .top-selling-box .top-selling-contain .top-selling-detail {
  padding-left: unset;
  padding-right: 18px;
}
.dark .top-selling-box .top-selling-contain .top-selling-detail a {
  display: block;
  color: #ffffff;
}
.dark .top-selling-box .top-selling-contain .top-selling-detail a:hover {
  color: #ffffff;
}
.dark .top-selling-box .top-selling-contain .top-selling-detail a h5,
.dark .top-selling-box .top-selling-contain .top-selling-detail a .h5 {
  margin-bottom: calc(2px + 3 * (100vw - 320px) / 1600);
  font-weight: 600;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
.dark .top-selling-box .top-selling-contain .top-selling-detail h6,
.dark .top-selling-box .top-selling-contain .top-selling-detail .h6 {
  margin-top: calc(7px + 6 * (100vw - 320px) / 1600);
  font-weight: 600;
  color: var(--theme-color);
}
.dark .product-box-2 {
  display: flex;
  align-items: center;
  transition: all 0.3s ease-in-out;
}
.dark .product-box-2:hover .product-image img {
  transform: scale(1.1);
}
.dark .product-box-2:hover .product-detail h6,
.dark .product-box-2:hover .product-detail .h6 {
  color: var(--theme-color);
}
.dark .product-box-2:hover .product-detail .product-option {
  opacity: 1;
}
.dark .product-box-2 + .product-box-2 {
  margin-top: calc(14px + 6 * (100vw - 320px) / 1600) !important;
}
.dark .product-box-2 .product-image {
  border-radius: 8px;
  overflow: hidden;
}
.dark .product-box-2 .product-image img {
  width: calc(86px + 44 * (100vw - 320px) / 1600);
  height: auto;
  object-fit: contain;
  transition: all 0.3s ease-in-out;
}
.dark .product-box-2 .product-detail {
  margin-left: 15px;
  width: calc(100% - 130px - 15px);
  position: relative;
  overflow: hidden;
}
body.rtl .dark .product-box-2 .product-detail {
  margin-left: unset;
  margin-right: 15px;
}
.dark .product-box-2 .product-detail-2 {
  padding-left: 0;
  padding-right: 15px;
  text-align: right;
}
.dark .product-box-2 .product-detail-2 .rating {
  justify-content: flex-end;
}
.dark .product-box-2 .product-detail-2 .cart-icon {
  right: unset;
  left: 0;
}
.dark .product-box-2 .product-detail .product-option {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #2a2d2d;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.dark .product-box-2 .product-detail .product-option li a {
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  border: 1px solid var(--theme-color);
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.dark .product-box-2 .product-detail .product-option li a:hover {
  color: var(--theme-color);
}
.dark .product-box-2 .product-detail .product-option li a:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: var(--theme-color);
  opacity: 0.1;
}
.dark .product-box-2 .product-detail .product-option li a .feather {
  width: 20px;
  height: auto;
  margin-top: 1px;
}
.dark .product-box-2 .product-detail h6,
.dark .product-box-2 .product-detail .h6 {
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: calc(2px + 5 * (100vw - 320px) / 1600);
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.dark .product-box-2 .product-detail h3,
.dark .product-box-2 .product-detail .h3 {
  color: var(--theme-color);
  font-weight: 600;
  margin-bottom: 12px;
}
.dark .product-box-2 .product-detail h5,
.dark .product-box-2 .product-detail .h5 {
  font-weight: 500;
  margin-top: calc(5px + 5 * (100vw - 320px) / 1600);
}
.dark .product-box-2 .product-detail h5 del,
.dark .product-box-2 .product-detail .h5 del {
  font-size: 14px;
  margin-left: 2px;
  color: #ff4f4f;
  font-weight: 600;
}
.dark .product-box-2 .product-detail .cart-icon {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #f7f5f2;
  border-radius: 100%;
}
.dark .product-box-2 .product-detail .cart-icon svg {
  width: 20px;
  height: 20px;
  color: #dddddd;
  stroke-width: 1.5px;
}
.dark .middle-image {
  width: 100%;
  height: 100%;
}
.dark .middle-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.dark .product-offcer-contain {
  display: flex;
  align-items: center;
  position: relative;
}
.dark .product-offcer-contain + .product-offcer-contain {
  margin-top: 50px;
}
.dark .product-offcer-contain + .product-offcer-contain::before {
  content: "";
  position: absolute;
  top: -25px;
  left: 0;
  width: 100%;
  border: 1px dashed #bfa378;
}
.dark .product-offcer-contain .product-offer-image img {
  width: 150px;
  height: 85px;
  object-fit: contain;
}
.dark .product-offcer-contain .product-offer-details {
  padding-left: 16px;
  width: calc(100% - 150px);
  position: relative;
}
.dark .product-offcer-contain .product-offer-details h6,
.dark .product-offcer-contain .product-offer-details .h6 {
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 7px;
}
.dark .product-offcer-contain .product-offer-details h5,
.dark .product-offcer-contain .product-offer-details .h5 {
  font-weight: 500;
  margin-top: 10px;
}
.dark .product-offcer-contain .product-offer-details h5 del,
.dark .product-offcer-contain .product-offer-details .h5 del {
  font-size: 14px;
  margin-left: 2px;
  color: #ff4f4f;
  font-weight: 600;
}
.dark .product-offcer-contain .product-offer-details .cart-icon {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #f7f5f2;
  border-radius: 100%;
}
.dark .product-offcer-contain .product-offer-details .cart-icon .feather {
  width: 20px;
  height: 20px;
  color: #dddddd;
  stroke-width: 1.5px;
}
.dark .deal-contain {
  display: flex;
  align-items: center;
}
@media (max-width: 575px) {
  .dark .deal-contain {
    display: block;
  }
}
.dark .deal-contain .deal-image img {
  width: 250px;
  height: 250px;
  object-fit: contain;
}
@media (max-width: 575px) {
  .dark .deal-contain .deal-image img {
    width: 100%;
    height: 100%;
  }
}
.dark .deal-contain .deal-detail {
  padding-left: 25px;
  width: calc(100% - 250px);
}
body.rtl .dark .deal-contain .deal-detail {
  padding-left: unset;
  padding-right: 25px;
}
@media (max-width: 575px) {
  .dark .deal-contain .deal-detail {
    padding-left: 0;
    width: 100%;
    margin-top: 10px;
  }
}
.dark .deal-contain .deal-detail a {
  color: #ffffff;
}
.dark .deal-contain .deal-detail a:hover {
  color: #ffffff;
}
.dark .deal-contain .deal-detail .name {
  font-weight: 600;
  margin-bottom: calc(5px + 6 * (100vw - 320px) / 1600);
}
.dark .deal-contain .deal-detail h4,
.dark .deal-contain .deal-detail .h4 {
  font-weight: 500;
  margin-top: calc(7px + 7 * (100vw - 320px) / 1600);
}
.dark .deal-contain .deal-detail h4 del,
.dark .deal-contain .deal-detail .h4 del {
  font-size: 14px;
  margin-left: 2px;
  color: #ff4f4f;
  font-weight: 600;
}
body.rtl .dark .deal-contain .deal-detail h4 del,
body.rtl .dark .deal-contain .deal-detail .h4 del {
  margin-left: unset;
  margin-right: 2px;
}
body.rtl .dark .deal-contain .deal-detail .option-icon {
  padding-left: unset;
  padding-right: 0;
}
.dark .deal-contain .deal-detail .option-icon li + li {
  margin-left: 8px;
}
body.rtl .dark .deal-contain .deal-detail .option-icon li + li {
  margin-left: unset;
  margin-right: 8px;
}
.dark .deal-contain .deal-detail .option-icon li a {
  width: calc(36px + 12 * (100vw - 320px) / 1600);
  height: calc(36px + 12 * (100vw - 320px) / 1600);
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #2a2d2d;
  box-shadow: 0px 5.57831px 13.9458px rgba(255, 255, 255, 0.05);
  border-radius: 100%;
  color: #ffffff;
}
.dark .deal-contain .deal-detail .option-icon li a svg {
  width: calc(14px + 4 * (100vw - 320px) / 1600);
  height: calc(14px + 4 * (100vw - 320px) / 1600);
}
.dark .product-list-section {
  position: relative;
  z-index: 0;
}
.dark .product-list-section.list-style > div {
  width: 100%;
}
.dark .product-list-section.list-style .product-box-3 {
  display: flex;
  align-items: center;
  padding: calc(14px + 10 * (100vw - 320px) / 1600);
}
.dark .product-list-section.list-style .product-box-3 .add-to-cart-box {
  max-width: 230px;
}
@media (max-width: 575px) {
  .dark .product-list-section.list-style .product-box-3 .add-to-cart-box {
    max-width: 100%;
  }
}
.dark .product-list-section.list-style .product-box-3 .product-header {
  width: 180px;
}
@media (max-width: 767px) {
  .dark .product-list-section.list-style .product-box-3 .product-header {
    width: 100%;
  }
}
@media (max-width: 575px) {
  .dark .product-list-section.list-style .product-box-3 {
    display: block;
  }
}
.dark .product-list-section.list-style .product-box-3 .product-detail p {
  display: block;
  line-height: 1.5;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  color: #dddddd;
  margin-bottom: 8px;
  margin-top: 4px;
}
.dark .product-list-section.list-style .product-box-3 .product-footer {
  padding-left: 20px;
  width: calc(100% - 180px);
}
.dark .product-list-section.list-style .product-box-3 .product-footer .product-detail .span-name {
  display: none;
}
body.rtl .dark .product-list-section.list-style .product-box-3 .product-footer {
  padding-left: unset;
  padding-right: 20px;
}
@media (max-width: 767px) {
  .dark .product-list-section.list-style .product-box-3 .product-footer {
    padding: 0;
    width: 100%;
    margin-top: 20px;
  }
}
.dark .product-list-section.list-style .product-box-3 .product-footer .product-detail .qty-box {
  width: unset;
}
.dark .product-list-section .product-box .product-detail p {
  display: none;
}
.dark .product-box-3 {
  padding: calc(7px + 7 * (100vw - 320px) / 1600);
  position: relative;
  background-color: #1d1d22;
  border-radius: 5px;
  transition: all 0.4s ease-in-out;
  z-index: 0;
}
.dark .product-box-3 .add-to-cart-box .btn-add-cart {
  background-color: #2a2d2d;
}
.dark .product-box-3 .add-to-cart-box .btn-add-cart .add-icon {
  background-color: #f9f8f6;
}
.dark .product-box-3 .add-to-cart-box .qty-box .input-group {
  background-color: #2a2d2d;
}
.dark .product-box-3 .add-to-cart-box .qty-box .input-group button {
  background-color: #f9f8f6;
}
.dark .product-box-3.theme-bg-white {
  background-color: #2a2d2d;
}
.dark .product-box-3:hover {
  box-shadow: 0 0 8px rgba(255, 255, 255, 0.08);
}
.dark .product-box-3:hover .product-header .product-image .product-option {
  bottom: 10px;
  opacity: 1;
}
.dark .product-box-3:hover .product-header .product-image img {
  transform: scale(1.1);
}
.dark .product-box-3 .product-header {
  position: relative;
}
.dark .product-box-3 .product-header .product-image {
  text-align: center;
  padding: 20px;
  display: block;
}
@media (max-width: 480px) {
  .dark .product-box-3 .product-header .product-image {
    padding: 8px;
  }
}
.dark .product-box-3 .product-header .product-image img {
  width: 100%;
  height: calc(100px + 40 * (100vw - 320px) / 1600);
  object-fit: contain;
  transition: all 0.3s ease-in-out;
}
.dark .product-box-3 .product-header .product-image .product-option {
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  bottom: -5px;
  background-color: #2a2d2d;
  width: 100%;
  padding: 10px 5px;
  border-radius: 7px;
  box-shadow: 0 0 8px rgba(255, 255, 255, 0.12);
  opacity: 0;
  transition: all 0.3s ease-in-out;
  max-width: 230px;
}
@media (max-width: 480px) {
  .dark .product-box-3 .product-header .product-image .product-option {
    display: none;
  }
}
.dark .product-box-3 .product-header .product-image .product-option li {
  position: relative;
  width: 33.33%;
}
.dark .product-box-3 .product-header .product-image .product-option li a {
  color: #ffffff;
}
.dark .product-box-3 .product-header .product-image .product-option li a .feather {
  width: 17px;
  height: auto;
  color: #dddddd;
}
.dark .product-box-3 .product-header .product-image .product-option li + li:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #dddddd;
  opacity: 0.3;
}
body.rtl .dark .product-box-3 .product-header .product-image .product-option li + li:after {
  left: unset;
  right: 0;
}
.dark .product-box-3 .product-header .product-header-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
body.rtl .dark .product-box-3 .product-header .product-header-top {
  left: unset;
  right: 0;
}
.dark .product-box-3 .product-header .product-header-top .label-new {
  position: relative;
  border-radius: 4px;
  padding: 3px 8px;
  color: #2a2d2d;
}
.dark .product-box-3 .product-header .product-header-top .label-new.bg-warning {
  background:
    linear-gradient(
      -90deg,
      #ffbf65 -14.53%,
      #ffad39 99.15%) !important;
}
.dark .product-box-3 .product-header .product-header-top .label-new.bg-theme {
  background: var(--theme-color2) !important;
}
.dark .product-box-3 .product-header .product-header-top .label-new label {
  font-size: 13px;
  margin-top: 1px;
  font-weight: 600;
}
.dark .product-box-3 .product-header .product-header-top .wishlist-button {
  position: relative;
  padding: 6px;
  margin-left: auto;
  background-color: #2a2d2d;
  box-shadow: 0 3px 3px rgba(255, 255, 255, 0.24);
  border-radius: 100%;
  z-index: 0;
}
body.rtl .dark .product-box-3 .product-header .product-header-top .wishlist-button {
  margin-left: unset;
  margin-right: auto;
}
.dark .product-box-3 .product-header .product-header-top .wishlist-button .feather {
  width: 15px;
  height: 15px;
  color: #dddddd;
}
.dark .product-box-3 .product-header .product-header-top .close-button {
  position: relative;
  padding: 0;
  z-index: 0;
}
.dark .product-box-3 .product-header .product-header-top .close-button .feather {
  width: 20px;
  height: auto;
  color: #dddddd;
}
.dark .product-box-3 .product-footer .product-detail .span-name {
  font-size: 13px;
  color: #50607c;
  margin-bottom: calc(4px + 4 * (100vw - 320px) / 1600);
}
.dark .product-box-3 .product-footer .product-detail .product-content {
  display: none;
}
.dark .product-box-3 .product-footer .product-detail a {
  color: #ffffff;
}
.dark .product-box-3 .product-footer .product-detail a:hover {
  color: #ffffff;
}
.dark .product-box-3 .product-footer .product-detail .name {
  font-weight: 500;
  line-height: calc(21px + 3 * (100vw - 320px) / 1600);
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
}
.dark .product-box-3 .product-footer .product-detail .unit {
  font-size: 13px;
  font-weight: 500;
  margin-top: calc(6px + 4 * (100vw - 320px) / 1600);
  color: #777;
}
.dark .product-box-3 .product-footer .price {
  margin-top: 6px;
  font-weight: 600;
}
.dark .product-box-3 .product-footer .price del {
  margin-left: 4px;
  font-weight: 400;
  color: #777;
  font-size: calc(13px + 1 * (100vw - 320px) / 1600);
}
.dark .product-box-3 .product-footer .price span {
  font-size: calc(15px + 1 * (100vw - 320px) / 1600);
}
.dark .product-section-3 .circle-box {
  position: relative;
}
.dark .product-section-3 .circle-box .shape-circle {
  position: absolute;
  top: 0;
  left: 0;
}
.dark .product-section-3 .circle-box .shape-circle img {
  width: 100%;
  height: auto;
  margin: 0;
  animation: rounded 15s linear infinite;
}
.dark .product-section-3 .circle-box .shape-text {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  color: #2a2d2d;
}
.dark .product-section-3 .circle-box .shape-text h6,
.dark .product-section-3 .circle-box .shape-text .h6 {
  display: block;
  margin: 0;
  font-weight: 500;
}
.dark .product-section-3 .product-title {
  padding: 26px 16px;
  text-align: center;
  background-color: var(--theme-color);
  color: #2a2d2d;
  border-radius: 8px 8px 0 0;
  border: 2px solid transparent;
  background-size: contain;
  background-clip: border-box;
  background-position: 0 0;
  animation: shape 15s linear infinite;
}
.dark .product-section-3 .product-title.product-warning {
  background-color: transparent;
  color: #ffffff;
  margin: 0;
  border: none;
}
.dark .product-bg-image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
}
.dark .product-bg-image .product-box-4 {
  border: none;
  background-color: transparent;
  height: inherit;
}
.dark .product-bg-image .product-box-3:hover {
  box-shadow: none;
}
.dark .product-box-4 {
  border: 1px solid rgba(119, 119, 119, 0.44);
  border-radius: 8px;
  padding: 15px;
  position: relative;
  text-align: center;
}
.dark .product-box-4 + .product-box-4 {
  margin-top: 20px !important;
}
.dark .product-box-4:hover .product-image img {
  transform: scale(1.08);
}
.dark .product-box-4:hover .product-image .option li {
  opacity: 1;
  transform: translateY(10px);
}
.dark .product-box-4:hover .product-image .option li:nth-child(1) {
  transition-delay: 0.1s;
}
.dark .product-box-4:hover .product-image .option li:nth-child(2) {
  transition-delay: 0.2s;
}
.dark .product-box-4:hover .product-image .option li:nth-child(3) {
  transition-delay: 0.3s;
}
.dark .product-box-4:hover .product-image .option li:nth-child(4) {
  transition-delay: 0.4s;
}
.dark .product-box-4:hover .product-detail a .name {
  color: var(--theme-color) !important;
  font-weight: 600;
}
.dark .product-box-4-3 {
  border: 2px solid var(--theme-color);
  border-radius: 0 0 8px 8px;
}
@media (max-width: 1660px) {
  .dark .product-box-4-3 {
    height: 90%;
  }
}
@media (max-width: 991px) {
  .dark .product-box-4-3 {
    height: auto;
  }
}
.dark .product-box-4 .circle-box {
  position: relative;
}
.dark .product-box-4 .circle-box .shape-circle {
  position: absolute;
  top: 0;
  left: 0;
}
.dark .product-box-4 .circle-box .shape-circle img {
  width: 100%;
  height: auto;
  margin: 0;
  animation: rounded 15s linear infinite;
}
.dark .product-box-4 .circle-box .shape-text {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  color: #2a2d2d;
}
.dark .product-box-4 .circle-box .shape-text h6,
.dark .product-box-4 .circle-box .shape-text .h6 {
  display: block;
  margin: 0;
  font-weight: 500;
}
.dark .product-box-4 .custom-progressbar {
  margin-top: 26px;
  border-radius: 50px;
  height: 10px;
}
.dark .product-box-4 .custom-progressbar .progress-bar {
  background-color: var(--theme-color);
}
.dark .product-box-4 h5,
.dark .product-box-4 .h5 {
  display: flex;
  margin-top: 6px;
}
.dark .product-box-4 h5 span,
.dark .product-box-4 .h5 span {
  margin-left: 3px;
}
.dark .product-box-4 .product-image {
  position: relative;
}
.dark .product-box-4 .product-image-2 img {
  margin: 20px 0 !important;
}
@media (max-width: 991px) {
  .dark .product-box-4 .product-image-2 img {
    margin: 0 !important;
  }
}
.dark .product-box-4 .product-image img {
  width: 70%;
  height: calc(80px + 60 * (100vw - 320px) / 1600);
  margin: 30px auto 20px;
  object-fit: contain;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 480px) {
  .dark .product-box-4 .product-image img {
    width: 80%;
  }
}
@media (max-width: 360px) {
  .dark .product-box-4 .product-image img {
    width: 100%;
    margin: 20px 0 0;
  }
}
.dark .product-box-4 .product-image img.product-image {
  width: 100%;
  height: 264px;
  object-fit: contain;
  margin: 20px auto 0;
}
.dark .product-box-4 .product-image .option {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  margin: 0 -4px;
}
body.rtl .dark .product-box-4 .product-image .option {
  padding-right: 0;
}
@media (max-width: 480px) {
  .dark .product-box-4 .product-image .option {
    margin: 0 -1px;
  }
}
.dark .product-box-4 .product-image .option li {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #2a2d2d;
  border-radius: 50%;
  border: 1px solid var(--theme-color);
  margin: 0 4px;
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.5s ease-in-out;
  position: relative;
  overflow: hidden;
}
@media (max-width: 480px) {
  .dark .product-box-4 .product-image .option li {
    width: 30px;
    height: 30px;
    margin: 0 1px;
  }
}
.dark .product-box-4 .product-image .option li:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: var(--theme-color);
  opacity: 0.1;
  z-index: -1;
}
.dark .product-box-4 .product-image .option li a {
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.dark .product-box-4 .product-image .option li a i {
  color: #222;
}
.dark .product-box-4 .product-image .option li a .icli {
  font-size: 20px;
  color: #ffffff;
}
@media (max-width: 480px) {
  .dark .product-box-4 .product-image .option li a .icli {
    font-size: 15px;
  }
}
.dark .product-box-4 .product-image .option li a .icli.iconly-Swap {
  transform: rotate(90deg);
}
.dark .product-box-4 .product-detail {
  text-align: left;
  margin-top: 15px;
  position: relative;
}
.dark .product-box-4 .product-detail .addtocart_btn .add-button,
.dark .product-box-4 .product-detail .addtocart_btn .add_cart {
  transition: all 0.3s ease;
}
.dark .product-box-4 .product-detail .addtocart_btn .add-button span,
.dark .product-box-4 .product-detail .addtocart_btn .add_cart span {
  position: absolute;
  left: 8px;
  right: 0;
  bottom: -21px;
  font-size: 12px;
}
.dark .product-box-4 .product-detail .addtocart_btn .qty-box {
  display: none;
  transition: all 0.3s ease;
  z-index: 1;
  margin-top: 0;
}
.dark .product-box-4 .product-detail .addtocart_btn .qty-box.open {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  transition: all 0.3s ease;
}
.dark .product-box-4 .product-detail .addtocart_btn .input-group {
  box-shadow: 0 2px 4px 0 #dedede;
  border-radius: 2px;
  padding: 4px;
  text-align: center;
  z-index: 0;
  background-color: #2a2d2d;
}
.dark .product-box-4 .product-detail .addtocart_btn .input-group .btn {
  padding: 7px 12px;
  font-size: 10px;
  line-height: 1;
  border-radius: 2px !important;
  background-color: #f8f8f8;
}
.dark .product-box-4 .product-detail .addtocart_btn .input-group .btn i {
  font-size: 15px;
}
.dark .product-box-4 .product-detail .addtocart_btn .input-group .form-control {
  padding: 2px;
  text-align: center;
  border-color: #f9f9f9;
}
.dark .product-box-4 .product-detail a {
  color: #ffffff;
}
.dark .product-box-4 .product-detail a .name {
  width: 70%;
  margin-top: 5px;
  text-transform: uppercase;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  text-align: left;
}
body.rtl .dark .product-box-4 .product-detail a .name {
  text-align: right;
}
@media (max-width: 480px) {
  .dark .product-box-4 .product-detail a .name {
    width: 100%;
  }
}
.dark .product-box-4 .product-detail .price {
  margin-top: 5px;
  font-weight: 500;
}
@media (max-width: 480px) {
  .dark .product-box-4 .product-detail .price {
    display: flex;
  }
}
.dark .product-box-4 .product-detail .price del {
  margin-left: 10px;
  color: #dddddd;
  font-weight: 400;
}
body.rtl .dark .product-box-4 .product-detail .price del {
  margin-left: unset;
  margin-right: 10px;
}
@media (max-width: 480px) {
  .dark .product-box-4 .product-detail .price del {
    margin-left: 5px;
  }
  body.rtl .dark .product-box-4 .product-detail .price del {
    margin-left: unset;
    margin-right: 5px;
  }
}
.dark .product-box-4 .product-detail .buy-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 7px 11px;
  background-color: var(--theme-color);
  color: #2a2d2d;
}
@media (max-width: 480px) {
  .dark .product-box-4 .product-detail .buy-button {
    position: relative;
    bottom: unset;
    right: unset;
    width: 100%;
    margin-top: 12px;
    color: var(--theme-color);
    border-radius: 5px;
    border: 1px solid var(--theme-color);
  }
}
body.rtl .dark .product-box-4 .product-detail .buy-button {
  right: unset;
  left: 0;
}
.dark .product-box-4 .product-detail .buy-button i {
  font-size: 18px;
}
.dark .product-box-4 .product-detail .buy-button-2 {
  width: 53px;
}
.dark .product-box-4 .product-detail .sold-box {
  margin-top: 12px;
}
.dark .product-box-4 .product-detail .sold-box .progress {
  height: 8px;
  border-radius: 50px;
}
.dark .product-box-4 .product-detail .sold-box .progress .progress-bar {
  border-radius: 50px;
  background-color: var(--theme-color);
}
.dark .product-box-4 .product-detail .sold-box h5,
.dark .product-box-4 .product-detail .sold-box .h5 {
  margin-top: 6px;
}
.dark .product-box-4 .product-detail .sold-box h5 span,
.dark .product-box-4 .product-detail .sold-box .h5 span {
  color: #ffffff;
}
.dark .product-box-4 .product-detail .price-qty {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-top: calc(8px + 8 * (100vw - 320px) / 1600);
}
@media (max-width: 480px) {
  .dark .product-box-4 .product-detail .price-qty {
    display: block;
  }
}
.dark .product-box-4 .product-detail .price-qty .counter-number {
  display: inline-block;
}
@media (max-width: 480px) {
  .dark .product-box-4 .product-detail .price-qty .counter-number {
    margin-bottom: 9px;
    width: 100%;
  }
}
@media (max-width: 336px) {
  .dark .product-box-4 .product-detail .price-qty .counter-number {
    display: block;
    width: 100%;
  }
}
@media (max-width: 480px) {
  .dark .product-box-4 .product-detail .price-qty .counter-number .counter {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .dark .product-box-4 .product-detail .price-qty .counter-number .counter input {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .dark .product-box-4 .product-detail .price-qty .counter-number .counter .qty-left-minus,
  .dark .product-box-4 .product-detail .price-qty .counter-number .counter .qty-right-plus {
    width: 85px;
  }
}
.dark .product-box-4 .product-detail .price-qty .buy-button {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px 15px;
}
body.rtl .dark .product-box-4 .product-detail .price-qty .buy-button {
  right: unset;
  left: 0;
}
@media (max-width: 480px) {
  .dark .product-box-4 .product-detail .price-qty .buy-button {
    width: 100%;
    margin-top: 0;
  }
}
.dark .product-box-4 .product-detail .price-qty .buy-button .icli {
  font-size: 24px;
}
.dark .product-box-4 .product-detail .price-qty .buy-button i {
  font-size: 16px;
}
.dark .product-box-4 .product-detail .counter-number-box {
  position: absolute;
  bottom: 0;
  right: 0;
  display: flex;
  align-items: center;
  border: 1px solid #e1b254;
  border-radius: 5px;
  background-color: rgba(225, 178, 84, 0.1);
  padding: 5px;
}
.dark .product-box-4 .product-detail .counter-number-box span {
  margin-right: 6px;
  position: relative;
}
.dark .product-box-4 .product-detail .counter-number-box span:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  top: 0;
  right: -8px;
  background-color: #e1b254;
}
.dark .product-box-4 .product-detail .counter-number-box input {
  width: 27px;
  height: unset;
  border: none;
  background-color: transparent;
  position: relative;
}
.dark .product-box-4 .product-detail .counter-number-box .counter-arrow {
  background-color: #e1b254;
  color: #2a2d2d;
  padding: 3px 6px;
}
.dark .product-box-4 .product-detail .counter-number-box .counter-arrow .down,
.dark .product-box-4 .product-detail .counter-number-box .counter-arrow .up {
  width: unset;
  height: unset;
  border: unset;
  font-size: unset;
  background-color: transparent;
  padding: 0;
  color: #2a2d2d;
}
.dark .product-box-4 .product-detail .counter-number-box .counter-arrow .down:hover,
.dark .product-box-4 .product-detail .counter-number-box .counter-arrow .up:hover {
  color: #2a2d2d;
}
.dark .product-box-5 .product-image {
  position: relative;
}
.dark .product-box-5 .product-image .bg-size {
  border-radius: 10px;
}
.dark .product-box-5 .product-image .wishlist-top {
  position: absolute;
  top: 10px;
  right: 10px;
  background-color: #2a2d2d;
  padding: 5px;
  border-radius: 5px;
}
.dark .product-box-5 .product-image .wishlist-top svg {
  width: 18px;
}
.dark .product-box-5 .product-image .product-option {
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  bottom: -5px;
  background-color: #2a2d2d;
  width: 70%;
  padding: 10px 5px;
  border-radius: 7px;
  box-shadow: 0 0 8px rgba(255, 255, 255, 0.12);
  opacity: 0;
  transition: all 0.3s ease-in-out;
  max-width: 320px;
}
@media (max-width: 480px) {
  .dark .product-box-5 .product-image .product-option {
    display: none;
  }
}
.dark .product-box-5 .product-image .product-option li {
  position: relative;
  width: 33.33%;
  text-align: center;
}
.dark .product-box-5 .product-image .product-option li a {
  color: #ffffff;
}
.dark .product-box-5 .product-image .product-option li a .feather {
  width: 17px;
  height: auto;
  color: #dddddd;
}
.dark .product-box-5 .product-image .product-option li + li:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #dddddd;
  opacity: 0.3;
}
body.rtl .dark .product-box-5 .product-image .product-option li + li:after {
  left: unset;
  right: 0;
}
.dark .product-box-5 .product-image img {
  transition: all 0.3s ease-in-out;
  border-radius: 10px;
}
.dark .product-box-5:hover .product-image a img {
  transform: scale(1.1);
}
.dark .product-box-5:hover .product-image .product-option {
  bottom: 15px;
  opacity: 1;
}
.dark .product-box-5 .product-detail {
  padding-top: 10px;
  text-align: center;
}
.dark .product-box-5 .product-detail a {
  color: #ffffff;
  display: block;
}
.dark .product-box-5 .product-detail a:hover {
  color: #ffffff;
}
.dark .product-box-5 .product-detail a h5,
.dark .product-box-5 .product-detail a .h5 {
  margin-bottom: 6px;
}
.dark .product-box-5 .product-detail a h5.name,
.dark .product-box-5 .product-detail a .name.h5 {
  font-weight: 600;
  line-height: 22px;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  text-transform: uppercase;
}
.dark .product-box-5 .product-detail .product-rating {
  flex-wrap: wrap;
  gap: calc(4px + 3 * (100vw - 320px) / 1600);
}
.dark .product-box-5 .product-detail .product-rating h6,
.dark .product-box-5 .product-detail .product-rating .h6 {
  font-weight: 500;
}
.dark .product-box-5 + .product-box-5 {
  margin-top: 30px !important;
}
.dark .product-section-2 .product-box-4 {
  display: flex;
  align-items: center;
  border: none;
  padding: 0;
}
.dark .product-section-2 .product-box-4:hover .product-details .option {
  opacity: 1;
}
.dark .product-section-2 .product-box-4:hover .product-details .option li {
  opacity: 1;
  transform: translateY(0);
}
.dark .product-section-2 .product-box-4:hover .product-details .option li:nth-child(1) {
  transition-delay: 0.1s;
}
.dark .product-section-2 .product-box-4:hover .product-details .option li:nth-child(2) {
  transition-delay: 0.2s;
}
.dark .product-section-2 .product-box-4:hover .product-details .option li:nth-child(3) {
  transition-delay: 0.3s;
}
.dark .product-section-2 .product-box-4:hover .product-details .option li:nth-child(4) {
  transition-delay: 0.4s;
}
.dark .product-section-2 .product-box-4 .product-image {
  width: calc(84px + 32 * (100vw - 320px) / 1600);
  height: calc(84px + 32 * (100vw - 320px) / 1600);
  border: 1px solid rgba(119, 119, 119, 0.44);
  border-radius: 12px;
  padding: 15px;
}
.dark .product-section-2 .product-box-4 .product-image-2 {
  width: 116px;
  height: 151px;
  border-radius: 8px;
}
.dark .product-section-2 .product-box-4 .product-image img {
  width: 100%;
  height: 100%;
  margin: 0;
  object-fit: contain;
}
.dark .product-section-2 .product-box-4 .product-details {
  text-align: left;
  padding-left: calc(15px + 10 * (100vw - 320px) / 1600);
  position: relative;
}
body.rtl .dark .product-section-2 .product-box-4 .product-details {
  padding-left: unset;
  padding-right: calc(15px + 10 * (100vw - 320px) / 1600);
}
.dark .product-section-2 .product-box-4 .product-details a {
  color: #ffffff;
}
.dark .product-section-2 .product-box-4 .product-details a .name {
  font-weight: 500;
  margin: 5px 0;
  text-align: left;
}
body.rtl .dark .product-section-2 .product-box-4 .product-details a .name {
  text-align: right;
}
.dark .product-section-2 .product-box-4 .product-details .price {
  color: var(--theme-color);
  font-weight: 500;
}
.dark .product-section-2 .product-box-4 .product-details .price del {
  color: #bfbfbf;
  font-weight: 400;
  margin-left: 5px;
}
.dark .product-section-2 .product-box-4 .product-details .option {
  top: 50%;
  transform: translateY(-50%);
  width: fit-content;
  height: 100%;
  position: absolute;
  left: 25px;
  background-color: #2a2d2d;
  display: flex;
  align-items: center;
  opacity: 0;
  transition: all 0.4s ease-in-out;
  margin: 0 -4px;
}
body.rtl .dark .product-section-2 .product-box-4 .product-details .option {
  left: unset;
  right: 10px;
}
@media (max-width: 480px) {
  .dark .product-section-2 .product-box-4 .product-details .option {
    left: 10px;
    margin: 0 -2px;
  }
}
.dark .product-section-2 .product-box-4 .product-details .option li {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #2a2d2d;
  border-radius: 50%;
  border: 1px solid var(--theme-color);
  margin: 0 4px;
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.5s ease-in-out;
  position: relative;
  overflow: hidden;
}
@media (max-width: 480px) {
  .dark .product-section-2 .product-box-4 .product-details .option li {
    width: 30px;
    height: 30px;
    margin: 0 2px;
  }
}
.dark .product-section-2 .product-box-4 .product-details .option li:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: var(--theme-color);
  opacity: 0.1;
  z-index: -1;
}
.dark .product-section-2 .product-box-4 .product-details .option li a {
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}
.dark .product-section-2 .product-box-4 .product-details .option li a .icli {
  font-size: 20px;
  color: #ffffff;
}
@media (max-width: 480px) {
  .dark .product-section-2 .product-box-4 .product-details .option li a .icli {
    font-size: 15px;
  }
}
.dark .product-section-2 .product-box-4 .product-details .option li a .icli.iconly-Swap {
  transform: rotate(90deg);
}
.dark .product-classic .product-box {
  transition: all 0.5s ease;
}
.dark .product-classic .product-box.product-box-bg {
  background-color: transparent;
  border: 1px solid rgba(119, 119, 119, 0.44);
  border-radius: 10px;
}
.dark .product-classic .product-box .product-image {
  padding: 0 0 20px 0;
}
.dark .product-classic .product-box .qty-box .input-group {
  background-color: #f8f8f8;
  box-shadow: unset;
}
.dark .product-solid .product-box.product-box-bg {
  background: transparent;
  padding: 0 0 2px;
}
.dark .product-solid .product-box .product-image {
  padding: 0;
  background-color: #f8f8f8;
}
.dark .product-solid .product-box .product-image img {
  height: calc(180px + 70 * (100vw - 320px) / 1600);
  object-fit: cover;
  margin-bottom: 20px;
}
.dark .product-solid .product-box:hover .product-image a img {
  transform: scale(1);
}
.dark .product-solid .product-box .qty-box .input-group {
  background-color: #f8f8f8;
  box-shadow: unset;
}
.dark .product-standard .add-to-cart-box .btn-add-cart {
  background-color: #2a2d2d;
}
.dark .product-standard .add-to-cart-box .btn-add-cart .add-icon {
  background-color: #f9f8f6;
}
.dark .product-standard.theme-plus .add-to-cart-box .btn-add-cart .add-icon {
  background-color: var(--theme-color);
  color: #2a2d2d;
}
.dark .border-box .product-list.sidebar-product {
  gap: 30px 30px;
}
.dark .border-box .product-list.sidebar-product li + li:after {
  display: none;
}
.dark .border-box .category-menu {
  background-color: transparent;
  padding: 0;
  position: relative;
}
.dark .border-box .category-menu:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0;
  background-color: rgba(119, 119, 119, 0.44);
  top: 40px;
}
.dark .border-box .category-menu h3,
.dark .border-box .category-menu .h3 {
  padding-bottom: 10px;
}
.dark .border-box .product-list:after,
.dark .border-box .product-list:before {
  display: none;
}
.dark .product-modern .owl-carousel .owl-item.active + .active .row > div .product-box {
  border-left: 1px solid rgba(119, 119, 119, 0.44);
}
.dark .selection-section h4,
.dark .selection-section .h4 {
  font-weight: 500;
  margin-bottom: 10px;
  font-size: 16px;
}
.dark .selection-section ul {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
.dark .selection-section ul li {
  width: max-content;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #eee;
  border-radius: 5px;
  padding: 5px 10px;
}
.dark .selection-section ul li button {
  box-shadow: none;
  border: none;
  background-color: transparent;
  padding: 0;
}
.dark .selection-section ul li.active {
  background-color: var(--theme-color);
  color: #2a2d2d;
}
.dark .selection-section ul li.active button {
  color: #2a2d2d;
}
.dark .selection-section ul.gram-selection li {
  display: block;
  text-align: center;
  width: auto;
  height: auto;
  padding: 5px 10px;
}
.dark .selection-section ul.gram-selection li span {
  font-size: 12px;
  display: block;
}
.dark .fire-img {
  width: 15px;
}
.dark .review-box:hover .review-profile .review-image {
  border-radius: 6px;
}
.dark .review-box .review-contain {
  margin-bottom: 40px;
}
.dark .review-box .review-contain h5,
.dark .review-box .review-contain .h5 {
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
  margin-bottom: 15px;
}
.dark .review-box .review-contain p {
  color: #dddddd;
  line-height: 27px;
  margin-bottom: 0;
}
.dark .review-box .review-profile {
  display: flex;
  align-items: center;
}
.dark .review-box .review-profile .review-image {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
.dark .review-box .review-profile .review-detail {
  padding-left: 12px;
}
body.rtl .dark .review-box .review-profile .review-detail {
  padding-left: unset;
  padding-right: 12px;
}
.dark .review-box .review-profile .review-detail h5,
.dark .review-box .review-profile .review-detail .h5 {
  font-size: 18px;
  margin-bottom: 7px;
  font-weight: 500;
  color: #ffffff;
}
.dark .review-box .review-profile .review-detail h6,
.dark .review-box .review-profile .review-detail .h6 {
  font-size: 16px;
  font-weight: 500;
  color: #dddddd;
}
.dark .service-contain {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-bottom: calc(30px + 20 * (100vw - 320px) / 1600);
}
@media (max-width: 767px) {
  .dark .service-contain {
    display: none;
  }
}
.dark .service-contain .service-box {
  display: flex;
  align-items: center;
  position: relative;
}
@media (max-width: 1366px) {
  .dark .service-contain .service-box {
    width: 50%;
  }
}
@media (max-width: 1366px) {
  .dark .service-contain .service-box:nth-child(-n+2) {
    margin-bottom: 15px;
  }
}
@media (max-width: 1366px) {
  .dark .service-contain .service-box:nth-child(3)::before {
    display: none;
  }
}
@media (max-width: 767px) {
  .dark .service-contain .service-box::before {
    display: none;
  }
}
.dark .service-contain .service-box + .service-box::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 50%;
  left: -104px;
  border: 1px dashed #c1c1c1;
}
body.rtl .dark .service-contain .service-box + .service-box::before {
  left: unset;
  right: -104px;
}
@media (max-width: 1660px) {
  .dark .service-contain .service-box + .service-box::before {
    left: -70px;
  }
  body.rtl .dark .service-contain .service-box + .service-box::before {
    left: unset;
    right: -70px;
  }
}
@media (max-width: 1460px) {
  .dark .service-contain .service-box + .service-box::before {
    left: -36px;
  }
  body.rtl .dark .service-contain .service-box + .service-box::before {
    left: unset;
    right: -36px;
  }
}
@media (max-width: 1366px) {
  .dark .service-contain .service-box + .service-box::before {
    left: -31px;
  }
  body.rtl .dark .service-contain .service-box + .service-box::before {
    left: unset;
    right: -31px;
  }
}
.dark .service-contain .service-box .service-image img {
  width: calc(35px + 5 * (100vw - 320px) / 1600);
  height: calc(35px + 5 * (100vw - 320px) / 1600);
  object-fit: contain;
}
.dark .service-contain .service-box .service-detail {
  margin-left: 20px;
}
body.rtl .dark .service-contain .service-box .service-detail {
  margin-left: unset;
  margin-right: 20px;
}
.dark .service-contain .service-box .service-detail h5,
.dark .service-contain .service-box .service-detail .h5 {
  font-weight: 500;
  color: #ffffff;
}
.dark .service-contain-2 {
  display: flex;
  align-items: center;
  padding: calc(14px + 11 * (100vw - 320px) / 1600);
  border-radius: 5px;
  background-color: rgba(191, 191, 191, 0.2);
  height: 100%;
  transition: all 0.3s ease-in-out;
}
.dark .service-contain-2 .icon-width {
  width: calc(39px + 6 * (100vw - 320px) / 1600);
  height: calc(39px + 6 * (100vw - 320px) / 1600);
  object-fit: contain;
}
.dark .service-contain-2:hover {
  background-color: var(--theme-color);
}
.dark .service-contain-2:hover img {
  filter: invert(0);
}
.dark .service-contain-2:hover img.icon-width {
  filter: invert(1) brightness(100);
}
.dark .service-contain-2:hover .service-detail h3,
.dark .service-contain-2:hover .service-detail .h3,
.dark .service-contain-2:hover .service-detail h6,
.dark .service-contain-2:hover .service-detail .h6 {
  color: #2a2d2d;
}
.dark .service-contain-2 svg {
  width: 42px;
  height: 42px;
  fill: var(--theme-color);
  transition: all 0.3s ease-in-out;
}
.dark .service-contain-2 .service-detail {
  margin-left: 16px;
  transition: all 0.3s ease-in-out;
}
body.rtl .dark .service-contain-2 .service-detail {
  margin-left: unset;
  margin-right: 25px;
}
.dark .service-contain-2 .service-detail img {
  transition: all 0.3s ease-in-out;
}
.dark .service-contain-2 .service-detail h3,
.dark .service-contain-2 .service-detail .h3 {
  letter-spacing: 0.8px;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
  font-weight: 600;
}
.dark .service-contain-2 .service-detail h6,
.dark .service-contain-2 .service-detail .h6 {
  transition: all 0.3s ease-in-out;
}
.dark .custom-select.min-w-cls .select2-selection {
  min-width: 220px;
}
.dark .custom-select .select2-dropdown {
  top: -10px;
}
.dark .custom-select .select2-container--default .select2-selection--single {
  width: 220px !important;
}
.dark .custom-select .select2-container--default .select2-selection--single .select2-selection__reset {
  position: absolute;
  right: 36px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
}
body.rtl .dark .custom-select .select2-container--default .select2-selection--single .select2-selection__reset {
  right: unset;
  left: 36px;
}
.dark .custom-select .select2-container--default .select2-selection--multiple .select2-selection__rendered {
  flex-wrap: wrap;
}
.dark .custom-select .select2-container--default .select2-selection--multiple .select2-selection__choice {
  border: 1px solid var(--theme-color) !important;
  background: var(--theme-color) !important;
  color: #2a2d2d !important;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 4px !important;
  direction: rtl;
}
.dark .custom-select .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #2a2d2d !important;
  margin-left: 0;
  margin-right: 0 !important;
  line-height: 1;
}
.dark .custom-select .select2-container .select2-selection {
  position: relative;
  width: 100%;
  height: unset !important;
  background: #f9f9f6 !important;
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
  border: 1px solid #efefef !important;
  border-radius: 0.375rem;
  color: #898989;
  padding: 7px 10px !important;
}
.dark .custom-select .select2-container .select2-selection .select2-selection__rendered {
  padding: 0 !important;
}
.dark .custom-select .select2-container .select2-selection .select2-selection__rendered .select2-selection__placeholder {
  margin-left: 0;
  font-weight: 200;
}
.dark .custom-select .select2-container .select2-selection .select2-selection__arrow {
  font-family: remixicon;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  width: auto !important;
  right: 10px;
  font-size: 20px;
  top: 50%;
  transform: translateY(-50%);
  display: block !important;
}
body.rtl .dark .custom-select .select2-container .select2-selection .select2-selection__arrow {
  right: unset;
  left: 10px;
}
.dark .custom-select .select2-container .select2-selection .select2-selection__arrow:before {
  content: "\ea4e" !important;
  border: none !important;
}
.dark .custom-select .select2-container .select2-container-dropdown {
  top: calc(100% + 20px);
  left: 0;
}
.dark .custom-select .select2-container .select2-container-dropdown.select2-container--open .select2-dropdown {
  transform: translateY(0);
}
.dark .custom-select .select2-container .select2-container-dropdown .select2-dropdown {
  border-color: #efefef;
  background-color: #2a2d2d !important;
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
  border: 1px solid #efefef;
  border-radius: 0.375rem;
  color: #898989;
  box-shadow: 0px 6px 10px 4px #efefef;
  padding: 10px;
  transform: translateY(-15px);
  transition: all 0.2s ease;
  z-index: 1;
}
.dark .custom-select .select2-container .select2-container-dropdown .select2-dropdown .select2-search {
  margin-bottom: 6px;
}
.dark .custom-select .select2-container .select2-container-dropdown .select2-dropdown .select2-search__field {
  border-color: #efefef !important;
  border-radius: 5px;
  padding: 8px 10px !important;
}
.dark .custom-select .select2-container .select2-results__options {
  margin-top: 0;
}
.dark .custom-select .select2-container .select2-results__option {
  color: #222 !important;
  padding: 4px 6px;
  position: relative;
  overflow: hidden;
}
.dark .custom-select .select2-container .select2-results__option:last-child {
  padding-bottom: 0;
}
.dark .custom-select .select2-container .select2-results__option:hover {
  color: var(--theme-color) !important;
}
.dark .custom-select .select2-container .select2-results__option[aria-selected=true] {
  color: var(--theme-color) !important;
  background: #2a2d2d !important;
}
.dark .custom-select .select2-container .select2-results__option--highlighted[aria-selected] {
  background: #2a2d2d !important;
  color: var(--theme-color) !important;
}
.dark .custom-select .select2-container .select2-results__option--highlighted[aria-selected]:hover {
  color: var(--theme-color) !important;
}
.dark .custom-select.intl-tel-input {
  position: absolute;
  left: 5px;
}
.dark .custom-select.intl-tel-input .select2-container .select2-selection {
  background: #efefe7 !important;
  min-width: 120px;
  width: 120px;
}
.dark .custom-select.intl-tel-input .select2-container .select2-selection .select2-selection__rendered {
  background: #efefe7 !important;
}
.dark .custom-select .select2-results__options li {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 17px;
}
.dark .custom-select .select2-results__options li + li {
  margin-top: 3px;
  border-top: 1px solid rgba(221, 221, 221, 0.3215686275);
}
.dark .custom-select .select2-results__options li .image {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.dark .custom-select .select2-results__options li .image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.dark .custom-select .select2-results__options li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: calc(100% - 50px - 8px);
  padding-right: 15px;
}
.dark .custom-select .select2-results__options li a i {
  font-size: 17px;
}
.dark .coming-soon-section {
  width: 100vw;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.dark .coming-soon-section .coming-box {
  text-align: center;
  z-index: 1;
}
.dark .coming-soon-section .coming-box .coming-text {
  width: 90%;
  margin: 12px auto 0;
  font-size: calc(14px + 1 * (100vw - 320px) / 1600);
  line-height: 1.6;
  color: #dddddd;
}
@media (max-width: 480px) {
  .dark .coming-soon-section .coming-box .coming-text {
    width: 100%;
  }
}
.dark .coming-soon-section .coming-box .coming-title h2,
.dark .coming-soon-section .coming-box .coming-title .h2 {
  font-size: calc(27px + 11 * (100vw - 320px) / 1600);
  font-weight: 400;
  margin-top: -5px;
}
.dark .coming-soon-section .coming-box .coming-timer {
  margin-top: 24px;
}
.dark .coming-soon-section .coming-box .coming-timer ul {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: calc(16px + 12 * (100vw - 320px) / 1600);
}
.dark .coming-soon-section .coming-box .coming-timer ul li {
  width: calc(62px + 28 * (100vw - 320px) / 1600);
  height: calc(62px + 28 * (100vw - 320px) / 1600);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background-color: #2a2d2d;
  border-radius: calc(6px + 4 * (100vw - 320px) / 1600);
}
.dark .coming-soon-section .coming-box .coming-timer ul li + li::after {
  content: ":";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: calc(-10px + -7 * (100vw - 320px) / 1600);
  font-size: calc(24px + 6 * (100vw - 320px) / 1600);
  color: var(--theme-color);
}
body.rtl .dark .coming-soon-section .coming-box .coming-timer ul li + li::after {
  left: unset;
  right: -17px;
}
.dark .coming-soon-section .coming-box .coming-timer ul li .counter {
  display: block;
  text-align: center;
}
.dark .coming-soon-section .coming-box .coming-timer ul li .counter > div {
  font-size: calc(22px + 5 * (100vw - 320px) / 1600);
  font-weight: 600;
  color: var(--theme-color);
  line-height: 1;
}
.dark .coming-soon-section .coming-box .coming-timer ul li .counter p {
  margin-bottom: 0;
  margin-top: 5px;
  color: #dddddd;
  font-size: calc(13px + 4 * (100vw - 320px) / 1600);
}
.dark .coming-soon-section .coming-box .coming-contain {
  margin-top: calc(19px + 19 * (100vw - 320px) / 1600);
}
.dark .coming-soon-section .coming-box .coming-contain .coming-form {
  position: relative;
  width: 90%;
  margin: 22px auto 0;
  border-radius: 4px;
  overflow: hidden;
  border: 1px solid var(--theme-color);
}
.dark .coming-soon-section .coming-box .coming-contain .coming-form .form-control {
  border: none;
  border-radius: 0;
}
body.rtl .dark .coming-soon-section .coming-box .coming-contain .coming-form .form-control {
  text-align: left;
}
.dark .coming-soon-section .coming-box .coming-contain .coming-form .form-control:focus {
  border-color: transparent;
  background-color: #2a2d2d;
  box-shadow: none;
  color: #dddddd;
  z-index: 0;
}
@media (max-width: 480px) {
  .dark .coming-soon-section .coming-box .coming-contain .coming-form {
    width: 100%;
  }
}
.dark .coming-soon-section .coming-box .coming-contain .coming-form .coming-button {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  border: none;
  padding: 0 calc(15px + 10 * (100vw - 320px) / 1600);
  background: var(--theme-color);
  color: #2a2d2d;
  font-weight: 700;
}
.dark .table:not(:last-child):last-child * {
  border-bottom: none;
}
.dark .inner-title {
  margin-bottom: calc(32px + 23 * (100vw - 320px) / 1600);
  text-align: center;
}
.dark .inner-title h2,
.dark .inner-title .h2 {
  font-size: calc(21px + 14 * (100vw - 320px) / 1600);
  font-weight: 700;
  color: #ffffff;
  padding-bottom: 20px;
  display: inline-block;
  text-transform: none;
  position: relative;
}
.dark .inner-title h2::after,
.dark .inner-title .h2::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 70px;
  height: 1px;
  bottom: 0;
  background-color: var(--theme-color);
}
.dark .inner-title h2 img,
.dark .inner-title .h2 img {
  left: 50%;
  transform: translateX(-50%);
  bottom: -11px;
  position: absolute;
  background-color: #2a2d2d;
  z-index: 1;
  padding: 0 10px;
}
.dark .inner-title-2 {
  margin-bottom: calc(18px + 20 * (100vw - 320px) / 1600);
}
.dark .inner-title-2 h3,
.dark .inner-title-2 .h3 {
  font-size: calc(24px + 6 * (100vw - 320px) / 1600);
  font-weight: 600;
}
.dark .section-404 .image-404 {
  text-align: center;
}
.dark .section-404 .image-404 img {
  width: 25%;
}
@media (max-width: 1460px) {
  .dark .section-404 .image-404 img {
    width: 40%;
  }
}
@media (max-width: 991px) {
  .dark .section-404 .image-404 img {
    width: 50%;
  }
}
@media (max-width: 575px) {
  .dark .section-404 .image-404 img {
    width: 70%;
  }
}
.dark .section-404 .contain-404 {
  width: 50%;
  text-align: center;
  margin: calc(20px + 25 * (100vw - 320px) / 1600) auto 0;
  font-family: "Public Sans", sans-serif;
}
@media (max-width: 1660px) {
  .dark .section-404 .contain-404 {
    width: 60%;
  }
}
@media (max-width: 1199px) {
  .dark .section-404 .contain-404 {
    width: 80%;
  }
}
@media (max-width: 767px) {
  .dark .section-404 .contain-404 {
    width: 100%;
  }
}
.dark .section-404 .contain-404 h3,
.dark .section-404 .contain-404 .h3 {
  font-size: calc(14px + 4 * (100vw - 320px) / 1600);
  line-height: 1.5;
  font-weight: 400;
}
.dark .section-404 .contain-404 button {
  margin-top: calc(16px + 8 * (100vw - 320px) / 1600);
}
.dark .cart-section .deliver-box {
  padding: 22px 18px;
  background-color: #1d1d22;
  border-radius: 6px;
  position: relative;
  margin-bottom: calc(22px + 18 * (100vw - 320px) / 1600);
}
.dark .cart-section .deliver-box .btn-close {
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  right: 18px;
}
.dark .cart-section .deliver-box h5:first-child,
.dark .cart-section .deliver-box .h5:first-child {
  margin-bottom: 8px;
}
.dark .cart-section .deliver-box h5:last-child,
.dark .cart-section .deliver-box .h5:last-child {
  font-weight: 500;
  line-height: 1.4;
}
.dark .cart-section .deliver-box h5:last-child a,
.dark .cart-section .deliver-box .h5:last-child a {
  text-decoration: underline;
  margin-left: 5px;
}
.dark .cart-section .cart-title {
  margin-bottom: calc(18px + 12 * (100vw - 320px) / 1600);
}
.dark .cart-section .promo-code-box {
  margin-bottom: calc(18px + 4 * (100vw - 320px) / 1600);
}
.dark .cart-section .promo-code-box .form-label {
  font-size: calc(16px + 4 * (100vw - 320px) / 1600);
  font-weight: 500;
}
.dark .cart-section .total-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 22px 28px;
  border: 1px solid rgba(119, 119, 119, 0.44);
}
.dark .cart-section .member-button {
  font-size: calc(15px + 3 * (100vw - 320px) / 1600);
  font-weight: 500;
  letter-spacing: 1.4px;
}
.dark .cart-section .special-seller-box {
  padding: 20px;
  background-color: #1d1d22;
  border-radius: 6px;
  border-radius: 5px;
  border: 1px dashed #bfbfbf;
}
.dark .cart-section .special-seller-box h5,
.dark .cart-section .special-seller-box .h5 {
  font-weight: 500;
  font-size: 20px;
  letter-spacing: 0;
  padding-bottom: 18px;
  border-bottom: 1px solid #dddddd;
  margin-bottom: 25px;
}
.dark .cart-section .special-seller-box .sub-total-table tbody tr td:last-child {
  font-weight: 500;
}
.dark .cart-section .special-seller-box .sub-total-table tbody tr.sub-total td {
  font-size: 16px;
  font-weight: 400;
  padding-bottom: 26px;
}
.dark .cart-section .special-seller-box .sub-total-table tbody tr.sub-total td:last-child {
  text-align: right;
}
.dark .cart-section .special-seller-box .sub-total-table tbody tr.shipping-title td {
  border: none;
  padding-top: 20px;
  padding-bottom: 10px;
}
.dark .cart-section .special-seller-box .sub-total-table tbody tr.shipping-list td {
  border: none;
}
.dark .cart-section .special-seller-box .sub-total-table tbody tr.shipping-list td .form-check {
  margin-bottom: 0;
}
.dark .cart-section .special-seller-box .sub-total-table tbody tr.shipping-list td .form-check .form-check-input {
  width: 18px;
  height: 18px;
  margin-top: 2px;
  margin-right: 10px;
}
.dark .cart-section .special-seller-box .sub-total-table tbody tr.shipping-list td .form-check .form-check-input:checked {
  background-color: var(--theme-color);
  border-color: var(--theme-color);
}
.dark .cart-section .special-seller-box .sub-total-table tbody tr.shipping-list td .form-check .form-check-input:focus {
  box-shadow: none;
}
.dark .cart-section .cart-total-box {
  padding: 20px;
  background-color: #1d1d22;
  border-radius: 6px;
  text-align: center;
}
.dark .cart-section .cart-total-box h3,
.dark .cart-section .cart-total-box .h3 {
  font-weight: bold;
  color: #ffffff;
  margin-bottom: 15px;
}
.dark .cart-section .cart-total-box h6,
.dark .cart-section .cart-total-box .h6 {
  width: 100%;
  margin: 20px 0 10px;
  color: #ffffff;
  font-weight: 500;
  font-size: 16px;
}
.dark .cart-section .cart-total-box p {
  margin: 0;
  font-size: 14px;
  letter-spacing: 0.5px;
  line-height: 1.4;
}
.dark .cart-section .cart-total-box .checkout-button {
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
  margin-top: 12px;
}
.dark .cart-table {
  background-color: #1d1d22;
  padding: calc(18px + 17 * (100vw - 320px) / 1600) calc(12px + 13 * (100vw - 320px) / 1600);
}
.dark .cart-table.cart-table-2 {
  background-color: transparent;
  padding: 0;
}
.dark .cart-table.cart-table-2 table {
  margin-bottom: 0;
}
.dark .cart-table.cart-table-2 table thead tr th {
  font-size: 20px;
  font-weight: 500;
  color: #dddddd;
  padding: 0 22px 16px;
}
.dark .cart-table.cart-table-2 table tbody {
  border-top: 1px solid rgba(119, 119, 119, 0.44);
}
.dark .cart-table.cart-table-2 table tbody tr td {
  vertical-align: middle;
}
.dark .cart-table.cart-table-2 table tbody tr:first-child td {
  padding: 22px 16px;
}
.dark .cart-table table {
  margin-bottom: 0;
}
.dark .cart-table table tbody tr:last-child td {
  border: none;
  padding-bottom: 0;
}
.dark .cart-table table tbody tr:first-child td {
  padding-top: 0;
}
.dark .cart-table table tbody tr td {
  padding: calc(16px + 6 * (100vw - 320px) / 1600) 16px;
  min-width: calc(135px + 35 * (100vw - 320px) / 1600);
}
.dark .cart-table table tbody tr td .table-title {
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 500;
}
.dark .cart-table table tbody tr td.product-detail {
  max-width: 260px;
}
.dark .cart-table table tbody tr td.product-detail:hover .product .product-image img {
  transform: scale(1.1);
}
.dark .cart-table table tbody tr td.product-detail ul li + li {
  margin-bottom: 2px;
}
.dark .cart-table table tbody tr td.product-detail .product {
  display: flex;
  align-items: center;
  overflow: hidden;
}
@media (max-width: 1366px) {
  .dark .cart-table table tbody tr td.product-detail .product {
    align-items: flex-start;
  }
}
.dark .cart-table table tbody tr td.product-detail .product .product-image {
  width: 70px;
}
@media (max-width: 1366px) {
  .dark .cart-table table tbody tr td.product-detail .product .product-image {
    width: 80px;
  }
}
@media (max-width: 575px) {
  .dark .cart-table table tbody tr td.product-detail .product .product-image {
    width: 90px;
  }
}
@media (max-width: 480px) {
  .dark .cart-table table tbody tr td.product-detail .product .product-image {
    width: 100px;
  }
}
@media (max-width: 360px) {
  .dark .cart-table table tbody tr td.product-detail .product .product-image {
    width: 70px;
  }
}
.dark .cart-table table tbody tr td.product-detail .product .product-image img {
  transition: all 0.3s ease-in-out;
}
.dark .cart-table table tbody tr td.product-detail .product .product-detail {
  margin-left: calc(16px + 9 * (100vw - 320px) / 1600);
  margin-top: 0;
  width: calc(100% - 95px);
}
body.rtl .dark .cart-table table tbody tr td.product-detail .product .product-detail {
  margin-left: unset;
  margin-right: calc(16px + 9 * (100vw - 320px) / 1600);
}
body.rtl .dark .cart-table table tbody tr td.product-detail .product .product-detail ul {
  padding-right: 0;
}
.dark .cart-table table tbody tr td.product-detail .product .product-detail ul li {
  display: block;
  white-space: nowrap;
  margin-bottom: 8px;
  font-size: 14px;
}
.dark .cart-table table tbody tr td.product-detail .product .product-detail ul li + li {
  margin-bottom: calc(0px + 2 * (100vw - 320px) / 1600);
}
.dark .cart-table table tbody tr td.product-detail .product .product-detail ul li .saving {
  font-weight: 500;
}
.dark .cart-table table tbody tr td.product-detail .product .product-detail ul li span {
  font-weight: 500;
}
.dark .cart-table table tbody tr td.product-detail .product .product-detail ul li.name a {
  font-weight: 500;
  font-size: 16px;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  color: #ffffff;
}
.dark .cart-table table tbody tr td.product-detail .product .product-detail ul li.name a:hover {
  color: #ffffff;
}
.dark .cart-table table tbody tr td.product-detail .product .product-detail ul li:nth-child(n+4) {
  display: none;
}
.dark .cart-table table tbody tr td.product-detail .product .product-detail ul li .price {
  display: flex;
  align-items: center;
}
.dark .cart-table table tbody tr td.product-detail .product .product-detail ul li .price h6,
.dark .cart-table table tbody tr td.product-detail .product .product-detail ul li .price .h6 {
  margin-left: 8px;
  text-decoration: line-through;
}
.dark .cart-table table tbody tr td.product-detail .product .product-detail ul li.quantity-price-box {
  border: 1px solid rgba(119, 119, 119, 0.44);
  border-radius: 5px;
  width: 62%;
}
@media (max-width: 575px) {
  .dark .cart-table table tbody tr td.product-detail .product .product-detail ul li.quantity-price-box {
    width: 80%;
  }
}
@media (max-width: 360px) {
  .dark .cart-table table tbody tr td.product-detail .product .product-detail ul li.quantity-price-box {
    width: 90%;
  }
}
.dark .cart-table table tbody tr td.product-detail .product .product-detail ul li.quantity-price-box .cart_qty button {
  padding: calc(3px + 7 * (100vw - 320px) / 1600) calc(10px + 8 * (100vw - 320px) / 1600);
  border: none;
}
.dark .cart-table table tbody tr td.product-detail .product .product-detail ul li.quantity-price-box .cart_qty button input {
  padding: 10px 18px;
  border: none;
  text-align: center;
}
.dark .cart-table table tbody tr td.product-detail .product .product-detail ul li.quantity {
  margin: 6px 0;
}
.dark .cart-table table tbody tr td.product-detail .product .product-detail ul li.quantity .quantity-price {
  width: 50%;
}
@media (max-width: 480px) {
  .dark .cart-table table tbody tr td.product-detail .product .product-detail ul li.quantity .quantity-price {
    width: 60%;
  }
}
.dark .cart-table table tbody tr td.product-detail .product .product-detail ul li.quantity .quantity-price .cart_qty button {
  width: calc(26px + 9 * (100vw - 320px) / 1600);
  height: calc(26px + 9 * (100vw - 320px) / 1600);
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  background-color: #e3e0e0;
  border-radius: 100% !important;
  padding: 0;
}
.dark .cart-table table tbody tr td.product-detail .product .product-detail ul li.quantity .quantity-price .cart_qty button i {
  margin-top: 2px;
}
.dark .cart-table table tbody tr td.product-detail .product .product-detail ul li.quantity .quantity-price .cart_qty input {
  padding: 0;
  border: none;
  text-align: center;
  background-color: transparent;
}
.dark .cart-table table tbody tr td.price h5,
.dark .cart-table table tbody tr td.price .h5 {
  font-weight: 500;
  font-size: calc(15px + 1 * (100vw - 320px) / 1600);
  display: flex;
  align-items: center;
}
.dark .cart-table table tbody tr td.price h5 del,
.dark .cart-table table tbody tr td.price .h5 del {
  font-size: calc(13px + 3 * (100vw - 320px) / 1600);
  margin-left: 4px;
}
body.rtl .dark .cart-table table tbody tr td.price h5 del,
body.rtl .dark .cart-table table tbody tr td.price .h5 del {
  margin-left: unset;
  margin-right: 4px;
}
.dark .cart-table table tbody tr td.price h6,
.dark .cart-table table tbody tr td.price .h6 {
  margin-top: 5px;
  white-space: nowrap;
  font-size: calc(15px + 1 * (100vw - 320px) / 1600);
  font-weight: 500;
}
.dark .cart-table table tbody tr td.saving {
  font-size: 16px;
  font-weight: 500;
  color: var(--theme-color);
}
.dark .cart-table table tbody tr td.quantity {
  width: 20%;
}
.dark .cart-table table tbody tr td .quantity-price {
  width: 117px;
}
.dark .cart-table table tbody tr td .quantity-price .cart_qty button {
  width: calc(29px + 6 * (100vw - 320px) / 1600);
  height: calc(29px + 6 * (100vw - 320px) / 1600);
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  background-color: #e3e0e0;
  border-radius: 100% !important;
  padding: 0;
  z-index: 0;
}
.dark .cart-table table tbody tr td .quantity-price .cart_qty button i {
  font-size: 16px;
}
.dark .cart-table table tbody tr td .quantity-price .cart_qty input {
  padding: 0;
  border: none;
  text-align: center;
  background-color: transparent;
}
.dark .cart-table table tbody tr td.subtotal h5,
.dark .cart-table table tbody tr td.subtotal .h5 {
  font-size: calc(16px + 2 * (100vw - 320px) / 1600);
  font-weight: 500;
  display: inline-block;
}
.dark .cart-table table tbody tr td.subtotal .btn-close {
  margin-left: 50px;
}
.dark .cart-table table tbody tr td.save-remove .save {
  font-weight: 400;
  white-space: nowrap;
  font-size: 16px;
  display: block;
  text-decoration: underline;
}
.dark .cart-table table tbody tr td.save-remove .save:hover {
  color: var(--theme-color);
}
.dark .cart-table table tbody tr td.save-remove .remove {
  font-weight: 400;
  font-size: 15px;
  color: #bf2020;
  text-decoration: underline;
}
.dark .cart-table table tfoot {
  border-top: 1px solid rgba(119, 119, 119, 0.44);
}
.dark .cart-table table tfoot tr td:first-child {
  border: none;
}
.dark .cart-table table tfoot tr td:nth-child(2) {
  font-size: 16px;
  font-weight: 500;
  padding: 16px;
  border-left: 1px solid rgba(119, 119, 119, 0.44);
}
.dark .cart-table table tfoot tr td:last-child {
  font-size: 16px;
  font-weight: 500;
  border-right: 1px solid rgba(119, 119, 119, 0.44);
}
.dark .summery-box {
  border-radius: 5px;
  background-color: #1d1d22;
}
.dark .summery-box .summery-header {
  padding: calc(12px + 4 * (100vw - 320px) / 1600) calc(16px + 6 * (100vw - 320px) / 1600);
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgba(119, 119, 119, 0.44);
}
.dark .summery-box .summery-header h3,
.dark .summery-box .summery-header .h3 {
  font-weight: 600;
}
.dark .summery-box .summery-header a {
  font-weight: 500;
  margin-left: auto;
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
}
.dark .summery-box .summery-header a:hover {
  color: var(--theme-color);
}
body.rtl .dark .summery-box .summery-header a {
  margin-left: unset;
  margin-right: auto;
}
.dark .summery-box .summery-contain {
  padding: 16px calc(16px + 6 * (100vw - 320px) / 1600);
  border-bottom: 1px solid rgba(119, 119, 119, 0.44);
}
.dark .summery-box .summery-contain::-webkit-scrollbar-track {
  background-color: #dddddd;
}
.dark .summery-box .summery-contain::-webkit-scrollbar {
  width: 3px;
}
.dark .summery-box .summery-contain::-webkit-scrollbar-thumb {
  background-color: var(--theme-color);
  border-radius: 4px;
}
.dark .summery-box .summery-contain .coupon-cart .coupon-box {
  position: relative;
  overflow: hidden;
  border-radius: 4px;
}
.dark .summery-box .summery-contain .coupon-cart .coupon-box .btn-apply {
  background: var(--theme-color);
  color: #2a2d2d;
  padding: 0 calc(16px + 14 * (100vw - 320px) / 1600);
  font-weight: 700;
  border: none;
}
.dark .summery-box .summery-contain .coupon-cart .coupon-box .form-control {
  border: 2px solid var(--theme-color);
  padding: 10px;
}
body.rtl .dark .summery-box .summery-contain ul {
  padding-right: 0;
}
.dark .summery-box .summery-contain ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}
.dark .summery-box .summery-contain ul li:last-child {
  border-bottom: none;
}
.dark .summery-box .summery-contain ul li h4,
.dark .summery-box .summery-contain ul li .h4 {
  font-size: 15px;
  color: #dddddd;
}
.dark .summery-box .summery-contain ul li h4.price,
.dark .summery-box .summery-contain ul li .price.h4 {
  color: #dddddd;
  margin-left: auto;
}
body.rtl .dark .summery-box .summery-contain ul li h4.price,
body.rtl .dark .summery-box .summery-contain ul li .price.h4 {
  margin-left: unset;
  margin-right: auto;
}
.dark .summery-box .summery-contain ul li h4.price .shpping-contain,
.dark .summery-box .summery-contain ul li .price.h4 .shpping-contain {
  display: block;
  font-weight: 400;
  font-size: 13px;
  margin-top: 3px;
}
.dark .summery-box .summery-contain ul li h4 span,
.dark .summery-box .summery-contain ul li .h4 span {
  font-weight: 600;
}
.dark .summery-box .summery-contain {
  padding: calc(11px + 5 * (100vw - 320px) / 1600) calc(11px + 11 * (100vw - 320px) / 1600);
  border-bottom: 1px solid rgba(119, 119, 119, 0.44);
}
.dark .summery-box .summery-contain::-webkit-scrollbar-track {
  background-color: transparent;
}
.dark .summery-box .summery-contain::-webkit-scrollbar {
  width: 3px;
}
.dark .summery-box .summery-contain::-webkit-scrollbar-thumb {
  background-color: var(--theme-color);
  border-radius: 4px;
}
.dark .summery-box .summery-contain li {
  padding: calc(6px + 4 * (100vw - 320px) / 1600) 0;
  display: flex;
  align-items: center;
}
.dark .summery-box .summery-contain li:last-child {
  border-bottom: none;
}
.dark .summery-box .summery-contain li p {
  font-size: calc(14px + 1 * (100vw - 320px) / 1600);
  line-height: 1.6;
  margin: 0;
}
.dark .summery-box .summery-contain li h4,
.dark .summery-box .summery-contain li .h4 {
  font-size: 15px;
  color: #dddddd;
}
.dark .summery-box .summery-contain li h4.price,
.dark .summery-box .summery-contain li .price.h4 {
  color: #dddddd;
  margin-left: auto;
}
body.rtl .dark .summery-box .summery-contain li h4.price,
body.rtl .dark .summery-box .summery-contain li .price.h4 {
  margin-left: unset;
  margin-right: auto;
}
.dark .summery-box .summery-contain li h4.price .shpping-contain,
.dark .summery-box .summery-contain li .price.h4 .shpping-contain {
  display: block;
  font-weight: 400;
  font-size: 13px;
  margin-top: 3px;
}
.dark .summery-box .summery-contain li h4 span,
.dark .summery-box .summery-contain li .h4 span {
  font-weight: 600;
}
.dark .summery-box .summery-total {
  padding: 0 calc(16px + 6 * (100vw - 320px) / 1600);
}
.dark .summery-box .summery-total li {
  padding-top: 12px;
  display: flex;
  align-items: center;
}
.dark .summery-box .summery-total li h4,
.dark .summery-box .summery-total li .h4 {
  font-size: 17px;
  color: #ffffff;
}
.dark .summery-box .summery-total li h4.price,
.dark .summery-box .summery-total li .price.h4 {
  margin-left: auto;
}
body.rtl .dark .summery-box .summery-total li h4.price,
body.rtl .dark .summery-box .summery-total li .price.h4 {
  margin-left: unset;
  margin-right: auto;
}
.dark .summery-box .summery-total li h4 span,
.dark .summery-box .summery-total li .h4 span {
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
  font-weight: 600;
}
.dark .summery-box .summery-total li:nth-child(4) {
  padding: calc(12px + 4 * (100vw - 320px) / 1600) 0;
}
.dark .summery-box .summery-total li:nth-child(4) h4,
.dark .summery-box .summery-total li:nth-child(4) .h4 {
  font-weight: 600;
  color: var(--theme-color);
}
.dark .summery-box .summery-total li:last-child {
  border-top: 1px solid rgba(119, 119, 119, 0.44);
  padding: calc(12px + 4 * (100vw - 320px) / 1600) 0;
}
.dark .summery-box .summery-total li:last-child h4,
.dark .summery-box .summery-total li:last-child .h4 {
  font-weight: 600;
  font-size: calc(16px + 4 * (100vw - 320px) / 1600);
}
.dark .button-group {
  text-align: right;
  margin-top: calc(14px + 6 * (100vw - 320px) / 1600);
}
.dark .button-group.cart-button {
  margin-top: 0;
  padding: 0 calc(16px + 6 * (100vw - 320px) / 1600) calc(14px + 6 * (100vw - 320px) / 1600);
}
body.rtl .dark .button-group.cart-button ul {
  padding-right: 0;
}
.dark .button-group.cart-button ul li {
  width: 100%;
}
.dark .button-group ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: calc(7px + 9 * (100vw - 320px) / 1600);
}
body.rtl .dark .button-group ul {
  padding-right: 0;
}
.dark .button-group ul.button-group-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: calc(26px + 19 * (100vw - 320px) / 1600);
}
.dark .button-group ul li a {
  width: 100%;
  font: inherit;
  letter-spacing: 0.04em;
  padding: calc(8px + 4 * (100vw - 320px) / 1600) calc(14px + 6 * (100vw - 320px) / 1600);
}
.dark .button-group ul li a.shopping-button {
  font-size: calc(13px + 1 * (100vw - 320px) / 1600);
  background-color: rgba(119, 119, 119, 0.44);
  color: #ffffff;
}
.dark .button-group ul li a.shopping-button i {
  margin-right: 8px;
}
body.rtl .dark .button-group ul li a.shopping-button i {
  margin-right: unset;
  margin-left: 8px !important;
}
.dark .checkout-section .custom-accordion {
  display: flex;
  flex-wrap: wrap;
  gap: calc(10px + 20 * (100vw - 320px) / 1600);
  align-items: center;
}
.dark .checkout-section .custom-accordion .accordion-item {
  border: none;
  border-radius: 6px;
  overflow: hidden;
  display: block;
  width: 100%;
}
.dark .checkout-section .custom-accordion .accordion-item .accordion-header .accordion-button {
  color: #dddddd;
  position: relative;
  padding: 0;
}
.dark .checkout-section .custom-accordion .accordion-item .accordion-header .accordion-button::after {
  content: none;
}
.dark .checkout-section .custom-accordion .accordion-item .accordion-header .accordion-button::before {
  content: "\f107";
  position: absolute;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  top: 50%;
  transform: translateY(-50%);
  right: 30px;
  transition: transform 0.2s ease-in-out;
}
body.rtl .dark .checkout-section .custom-accordion .accordion-item .accordion-header .accordion-button::before {
  right: unset;
  left: 30px;
}
.dark .checkout-section .custom-accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  color: #ffffff;
  background-color: transparent;
  box-shadow: none;
}
.dark .checkout-section .custom-accordion .accordion-item .accordion-header .accordion-button:not(.collapsed)::before {
  top: 20%;
  transform: rotate(-180deg) translateY(-50%);
}
.dark .checkout-section .custom-accordion .accordion-item .accordion-header .accordion-button .form-check {
  display: flex;
  align-items: center;
  width: 100%;
}
.dark .checkout-section .custom-accordion .accordion-item .accordion-header .accordion-button .form-check .form-check-label {
  font-weight: 500;
  color: #ffffff;
  display: flex;
  align-items: center;
  width: 100%;
  font-size: calc(15px + 3 * (100vw - 320px) / 1600);
  padding: 16px 20px;
}
body.rtl .dark .checkout-section .custom-accordion .accordion-item .accordion-header .accordion-button .form-check .form-check-label {
  padding-right: 0;
}
@media (max-width: 480px) {
  .dark .checkout-section .custom-accordion .accordion-item .accordion-header .accordion-button .form-check .form-check-label {
    margin-top: 5px;
  }
}
.dark .checkout-section .custom-accordion .accordion-item .accordion-header .accordion-button .form-check .form-check-label .form-check-input {
  margin-right: calc(6px + 4 * (100vw - 320px) / 1600);
}
body.rtl .dark .checkout-section .custom-accordion .accordion-item .accordion-header .accordion-button .form-check .form-check-label .form-check-input {
  margin-left: calc(6px + 4 * (100vw - 320px) / 1600);
  margin-right: unset;
}
.dark .checkout-section .custom-accordion .accordion-item .accordion-collapse .accordion-body .cod-review a:hover {
  color: var(--theme-color);
}
.dark .checkout-section .custom-accordion .accordion-item .accordion-collapse .accordion-body .custom-form-check {
  margin-bottom: calc(5px + 3 * (100vw - 320px) / 1600);
  display: flex;
  align-items: center;
}
body.rtl .dark .checkout-section .custom-accordion .accordion-item .accordion-collapse .accordion-body .custom-form-check {
  padding-left: unset;
  padding-right: 0;
}
.dark .checkout-section .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);
}
.dark .checkout-section .custom-accordion .accordion-item .accordion-collapse .accordion-body .custom-form-check input {
  margin-right: 10px;
}
body.rtl .dark .checkout-section .custom-accordion .accordion-item .accordion-collapse .accordion-body .custom-form-check input {
  margin-right: unset;
  margin-left: 10px;
}
.dark .checkout-section .custom-navtab {
  display: flex;
  flex-wrap: wrap;
  gap: calc(0px + 24 * (100vw - 320px) / 1600);
  overflow: auto;
  position: sticky;
  top: 0;
}
@media (max-width: 991px) {
  .dark .checkout-section .custom-navtab {
    display: flex;
    flex-wrap: nowrap;
  }
}
.dark .checkout-section .custom-navtab .nav-item {
  width: 100%;
  flex-basis: auto;
}
@media (max-width: 991px) {
  .dark .checkout-section .custom-navtab .nav-item {
    display: inline-block;
  }
  .dark .checkout-section .custom-navtab .nav-item + .nav-item {
    margin-left: 15px;
  }
}
.dark .checkout-section .custom-navtab .nav-item .nav-link {
  position: relative;
  text-align: left;
  border: 2px solid rgba(119, 119, 119, 0.44);
  padding: calc(10px + 8 * (100vw - 320px) / 1600);
  cursor: pointer;
}
@media (max-width: 991px) {
  .dark .checkout-section .custom-navtab .nav-item .nav-link {
    width: calc(195px + 25 * (100vw - 320px) / 1600);
  }
}
.dark .checkout-section .custom-navtab .nav-item .nav-link::before {
  content: "";
  position: absolute;
  width: 0px;
  height: 100%;
  bottom: 0;
  left: 0;
  background-color: var(--theme-color);
  background-color: transparent;
  transition: 0.3s ease;
  border-radius: 4px;
}
.dark .checkout-section .custom-navtab .nav-item .nav-link.active {
  color: #ffffff;
  background-color: transparent;
  border: 2px solid var(--theme-color);
}
.dark .checkout-section .custom-navtab .nav-item .nav-link.active::before {
  box-shadow: 0 4px 0px var(--theme-color);
  width: 100%;
}
.dark .checkout-section .custom-navtab .nav-item .nav-link.active .nav-item-box h4,
.dark .checkout-section .custom-navtab .nav-item .nav-link.active .nav-item-box .h4,
.dark .checkout-section .custom-navtab .nav-item .nav-link.active .nav-item-box i {
  color: var(--theme-color);
  z-index: 1;
  -webkit-text-stroke: 1px transparent;
}
.dark .checkout-section .custom-navtab .nav-item .nav-link .nav-item-box {
  position: relative;
  display: flex;
  align-items: center;
}
.dark .checkout-section .custom-navtab .nav-item .nav-link .nav-item-box span {
  color: #dddddd;
  font-size: 12px;
  font-weight: 500;
  margin-bottom: calc(0px + 5 * (100vw - 320px) / 1600);
}
.dark .checkout-section .custom-navtab .nav-item .nav-link .nav-item-box h4,
.dark .checkout-section .custom-navtab .nav-item .nav-link .nav-item-box .h4 {
  color: #ffffff;
  font-weight: 500;
  font-size: calc(15px + 3 * (100vw - 320px) / 1600);
}
.dark .checkout-section .custom-navtab .nav-item .nav-link .nav-item-box .lord-icon {
  width: calc(38px + 20 * (100vw - 320px) / 1600);
  height: auto;
  margin-left: auto;
}
body.rtl .dark .checkout-section .custom-navtab .nav-item .nav-link .nav-item-box .lord-icon {
  margin-left: unset;
  margin-right: auto;
}
.dark .checkout-section .tab-content {
  background-color: #1d1d22;
  height: 100%;
  padding: calc(26px + 9 * (100vw - 320px) / 1600) calc(12px + 13 * (100vw - 320px) / 1600);
}
.dark .checkout-section .tab-content .tab-pane .tab-title {
  margin-bottom: calc(18px + 12 * (100vw - 320px) / 1600);
  font-size: calc(18px + 6 * (100vw - 320px) / 1600);
  color: #ffffff;
}
.dark .checkout-section .delivery-address-box {
  border-radius: 8px;
  padding: calc(12px + 12 * (100vw - 320px) / 1600);
  background-color: #2a2d2d;
  box-shadow: 0 0 9px rgba(255, 255, 255, 0.07);
}
.dark .checkout-section .delivery-address-box > div {
  display: flex;
  position: relative;
}
.dark .checkout-section .delivery-address-box > div .label {
  position: absolute;
  top: 0;
  right: 0;
  background-color: var(--theme-color);
  padding: 2px 8px;
  border-radius: 4px;
  color: #2a2d2d;
  font-size: 12px;
  letter-spacing: 0.8px;
}
body.rtl .dark .checkout-section .delivery-address-box > div .label {
  right: unset;
  left: 0;
}
.dark .checkout-section .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;
}
.dark .checkout-section .delivery-address-box > div .form-check .form-check-input:checked {
  background-color: var(--theme-color);
  border-color: var(--theme-color);
}
.dark .checkout-section .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");
}
.dark .checkout-section .delivery-address-box > div .form-check .form-check-input:focus {
  box-shadow: none;
}
.dark .checkout-section .delivery-address-box > div .delivery-address-detail {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-left: 10px;
  width: calc(85% + -10 * (100vw - 320px) / 1600);
}
body.rtl .dark .checkout-section .delivery-address-box > div .delivery-address-detail {
  margin-left: unset;
  margin-right: 10px;
  padding-right: 0;
}
.dark .checkout-section .delivery-address-box > div .delivery-address-detail li {
  display: block;
  width: 100%;
}
.dark .checkout-section .delivery-address-box > div .delivery-address-detail p,
.dark .checkout-section .delivery-address-box > div .delivery-address-detail h6,
.dark .checkout-section .delivery-address-box > div .delivery-address-detail .h6 {
  line-height: 1.4;
  margin-bottom: 0;
  font-weight: 400;
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
}
.dark .checkout-section .delivery-address-box > div .delivery-address-detail p span,
.dark .checkout-section .delivery-address-box > div .delivery-address-detail h6 span,
.dark .checkout-section .delivery-address-box > div .delivery-address-detail .h6 span {
  margin-right: 4px;
}
.dark .checkout-section .add-address {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px;
  height: 100%;
  text-align: center;
  cursor: pointer;
  background-color: #2a2d2d;
  box-shadow: 0 0 9px rgba(255, 255, 255, 0.07);
  border-radius: 8px;
}
.dark .checkout-section .delivery-option {
  padding: calc(17px + 9 * (100vw - 320px) / 1600);
  background-color: #2a2d2d;
  border-radius: 5px;
}
@media (max-width: 1460px) {
  .dark .checkout-section .delivery-option .select-option {
    margin-top: 6px;
  }
}
.dark .checkout-section .delivery-option .date-box {
  position: relative;
}
.dark .checkout-section .delivery-option .date-box i {
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  right: 17px;
  font-size: 18px;
  color: #dddddd;
}
.dark .checkout-section .delivery-option .delivery-category {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 767px) {
  .dark .checkout-section .delivery-option .delivery-category {
    display: block;
  }
}
.dark .checkout-section .delivery-option .custom-form-check {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  min-height: auto;
}
body.rtl .dark .checkout-section .delivery-option .custom-form-check {
  padding-left: unset;
  padding-right: 1.5rem;
}
.dark .checkout-section .delivery-option .custom-form-check .form-check-label {
  font-size: calc(15px + 4 * (100vw - 320px) / 1600);
  padding-left: 12px;
  font-weight: 500;
}
body.rtl .dark .checkout-section .delivery-option .custom-form-check .form-check-label {
  padding-left: unset;
  padding-right: 12px;
}
.dark .checkout-section .delivery-option .delivery-items {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 575px) {
  .dark .checkout-section .delivery-option .delivery-items {
    display: flex;
    align-items: center;
  }
}
@media (max-width: 480px) {
  .dark .checkout-section .delivery-option .delivery-items {
    display: block;
  }
}
.dark .checkout-section .delivery-option .delivery-items h5,
.dark .checkout-section .delivery-option .delivery-items .h5 {
  letter-spacing: 0.5px;
  display: flex;
  align-items: center;
}
.dark .checkout-section .delivery-option .delivery-items h5.items,
.dark .checkout-section .delivery-option .delivery-items .items.h5 {
  margin-bottom: 5px;
}
@media (max-width: 575px) {
  .dark .checkout-section .delivery-option .delivery-items h5.items,
  .dark .checkout-section .delivery-option .delivery-items .items.h5 {
    margin-bottom: 0;
  }
}
@media (max-width: 480px) {
  .dark .checkout-section .delivery-option .delivery-items h5.items,
  .dark .checkout-section .delivery-option .delivery-items .items.h5 {
    margin-bottom: 5px;
  }
}
.dark .checkout-section .delivery-option .delivery-items h5.items span,
.dark .checkout-section .delivery-option .delivery-items .items.h5 span {
  text-decoration: underline;
}
@media (max-width: 575px) {
  .dark .checkout-section .delivery-option .delivery-items h5.charge,
  .dark .checkout-section .delivery-option .delivery-items .charge.h5 {
    margin-top: 8px;
  }
}
.dark .checkout-section .delivery-option .delivery-items h5 i,
.dark .checkout-section .delivery-option .delivery-items .h5 i {
  font-size: calc(15px + 3 * (100vw - 320px) / 1600);
  margin-left: 7px;
  color: rgba(255, 255, 255, 0.25);
}
body.rtl .dark .checkout-section .delivery-option .delivery-items h5 i,
body.rtl .dark .checkout-section .delivery-option .delivery-items .h5 i {
  margin-left: unset;
  margin-right: 7px;
}
.dark .checkout-section .delivery-option .delivery-date {
  font-size: calc(14px + 1 * (100vw - 320px) / 1600);
  font-weight: 500;
  border: 1px solid rgba(119, 119, 119, 0.44);
  background-color: #2a2d2d;
  display: flex;
  align-items: center;
  color: #dddddd;
  width: 100%;
  padding: calc(8px + 2 * (100vw - 320px) / 1600) calc(15px + 10 * (100vw - 320px) / 1600);
}
.dark .checkout-section .delivery-option .delivery-date input {
  font-size: calc(14px + 1 * (100vw - 320px) / 1600);
  font-weight: 500;
  border: none;
  background-color: #2a2d2d;
  display: flex;
  align-items: center;
  color: #dddddd;
  width: 100%;
}
.dark .checkout-section .delivery-option .delivery-time {
  display: flex;
  align-items: center;
  height: 100%;
}
.dark .checkout-section .delivery-option .delivery-time .dropdown-toggle {
  font-size: calc(14px + 1 * (100vw - 320px) / 1600);
  font-weight: 500;
  border: 1px solid rgba(119, 119, 119, 0.44);
  background-color: #2a2d2d;
  display: flex;
  align-items: center;
  color: #dddddd;
}
.dark .checkout-section .delivery-option .delivery-time .dropdown-toggle i {
  -webkit-text-stroke: 1px #dddddd;
  color: transparent;
  font-size: 18px;
  margin-right: 10px;
}
.dark .checkout-section .delivery-option .delivery-time .dropdown-toggle::after {
  content: none;
}
.dark .checkout-section .delivery-option .delivery-time .dropdown-toggle::before {
  content: "\f107";
  position: absolute;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
}
.dark .checkout-section .delivery-option .delivery-time .dropdown-menu {
  border: 1px solid transparent;
  box-shadow: 0 6px 5px rgba(255, 255, 255, 0.1);
}
.dark .checkout-section .delivery-option .delivery-time .dropdown-menu li a:active {
  color: #ffffff;
  text-decoration: none;
  background-color: rgba(119, 119, 119, 0.44);
}
.dark .checkout-section .delivery-option .delivery-time .dropdown-menu li + li {
  margin-top: 5px;
}
.dark .checkout-section .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;
}
.dark .checkout-section .payment-method .custom-form-check label {
  font-weight: 500;
  font-size: 17px;
}
.dark .checkout-section .credit-card-box .credit-detail {
  position: relative;
}
.dark .checkout-section .credit-info label {
  font-size: calc(14px + 1 * (100vw - 320px) / 1600);
  font-weight: 500;
}
.dark .checkout-section .payment-option {
  padding: 20px;
  box-shadow: 0 0 5px rgba(255, 255, 255, 0.17);
  border-radius: 8px;
  position: relative;
}
.dark .checkout-section .payment-option .form-check .form-check-input {
  margin-top: 4px;
}
.dark .checkout-section .payment-option .form-check label {
  font-weight: 500;
  font-size: 18px;
  padding-left: 10px;
}
.dark .checkout-section .payment-option img {
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  right: 20px;
  width: 60px;
}
.dark .contact-box-section .left-sidebar-box .contact-image {
  text-align: center;
  margin-bottom: calc(25px + 39 * (100vw - 320px) / 1600);
}
@media (max-width: 1199px) {
  .dark .contact-box-section .left-sidebar-box .contact-image {
    margin-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
  }
}
@media (max-width: 991px) {
  .dark .contact-box-section .left-sidebar-box .contact-image {
    margin-bottom: calc(25px + 39 * (100vw - 320px) / 1600);
  }
}
.dark .contact-box-section .left-sidebar-box .contact-image img {
  width: 60%;
}
@media (max-width: 1199px) {
  .dark .contact-box-section .left-sidebar-box .contact-image img {
    width: 77%;
  }
}
@media (max-width: 991px) {
  .dark .contact-box-section .left-sidebar-box .contact-image img {
    width: 60%;
    margin-bottom: calc(25px + 39 * (100vw - 320px) / 1600);
  }
}
.dark .contact-box-section .left-sidebar-box .contact-title {
  margin-bottom: calc(20px + 12 * (100vw - 320px) / 1600);
}
.dark .contact-box-section .left-sidebar-box .contact-title h3,
.dark .contact-box-section .left-sidebar-box .contact-title .h3 {
  position: relative;
  display: inline-block;
  font-size: calc(23px + 5 * (100vw - 320px) / 1600);
  font-weight: 600;
}
.dark .contact-box-section .left-sidebar-box .contact-title h3::after,
.dark .contact-box-section .left-sidebar-box .contact-title .h3::after {
  content: "";
  position: absolute;
  width: 70%;
  height: 2px;
  bottom: -5px;
  left: 0;
  background: var(--theme-color);
}
body.rtl .dark .contact-box-section .left-sidebar-box .contact-title h3::after,
body.rtl .dark .contact-box-section .left-sidebar-box .contact-title .h3::after {
  left: unset;
  right: 0;
}
.dark .contact-box-section .left-sidebar-box .contact-detail .contact-detail-box {
  display: flex;
  flex-wrap: wrap;
  gap: calc(2px + 3 * (100vw - 320px) / 1600);
  align-items: center;
  background-color: #1d1d22;
  padding: calc(15px + 12 * (100vw - 320px) / 1600) calc(15px + 12 * (100vw - 320px) / 1600) calc(15px + 12 * (100vw - 320px) / 1600) calc(30px + 11 * (100vw - 320px) / 1600);
  position: relative;
  border-radius: 10px;
  margin-left: 22px;
}
body.rtl .dark .contact-box-section .left-sidebar-box .contact-detail .contact-detail-box {
  padding: calc(15px + 12 * (100vw - 320px) / 1600) calc(30px + 11 * (100vw - 320px) / 1600) calc(15px + 12 * (100vw - 320px) / 1600) calc(15px + 12 * (100vw - 320px) / 1600);
  margin-left: 0;
  margin-right: 22px;
}
.dark .contact-box-section .left-sidebar-box .contact-detail .contact-detail-box .contact-icon {
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  left: -21px;
  background-color: var(--theme-color);
  border-radius: 7px;
  display: inherit;
  color: #2a2d2d;
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
}
body.rtl .dark .contact-box-section .left-sidebar-box .contact-detail .contact-detail-box .contact-icon {
  left: unset;
  right: -21px;
}
.dark .contact-box-section .left-sidebar-box .contact-detail .contact-detail-box .contact-icon i {
  line-height: 1;
  font-size: 18px;
}
.dark .contact-box-section .left-sidebar-box .contact-detail .contact-detail-box .contact-detail-title,
.dark .contact-box-section .left-sidebar-box .contact-detail .contact-detail-box .contact-detail-contain {
  width: 100%;
}
.dark .contact-box-section .left-sidebar-box .contact-detail .contact-detail-box .contact-detail-title h4,
.dark .contact-box-section .left-sidebar-box .contact-detail .contact-detail-box .contact-detail-title .h4 {
  font-weight: 600;
  font-size: calc(16px + 2 * (100vw - 320px) / 1600);
  margin-top: -2px;
}
.dark .contact-box-section .left-sidebar-box .contact-detail .contact-detail-box .contact-detail-contain p {
  margin: 0;
  font-size: calc(14px + 1 * (100vw - 320px) / 1600);
  line-height: 1.5;
  color: #dddddd;
  margin-bottom: -5px;
}
.dark .contact-box-section .right-sidebar-box {
  padding: calc(21px + 39 * (100vw - 320px) / 1600);
  border-radius: 10px;
  background-color: #1d1d22;
}
.dark .contact-box-section .right-sidebar-box .custom-form label {
  color: #dddddd;
  display: block;
  font-size: 16px;
  margin-bottom: calc(3px + 5 * (100vw - 320px) / 1600);
}
.dark .contact-box-section .right-sidebar-box .custom-form .custom-input {
  position: relative;
}
.dark .contact-box-section .right-sidebar-box .custom-form .custom-input .form-control {
  padding: calc(15px + 5 * (100vw - 320px) / 1600) calc(15px + 5 * (100vw - 320px) / 1600) calc(15px + 5 * (100vw - 320px) / 1600) calc(41px + 11 * (100vw - 320px) / 1600);
  border: none;
}
body.rtl .dark .contact-box-section .right-sidebar-box .custom-form .custom-input .form-control {
  padding: calc(15px + 5 * (100vw - 320px) / 1600) calc(41px + 11 * (100vw - 320px) / 1600) calc(15px + 5 * (100vw - 320px) / 1600) calc(15px + 5 * (100vw - 320px) / 1600);
}
.dark .contact-box-section .right-sidebar-box .custom-form .custom-input .form-control:focus {
  background-color: #2a2d2d;
  border-color: transparent;
}
.dark .contact-box-section .right-sidebar-box .custom-form .custom-input i {
  position: absolute;
  top: 22px;
  left: 0;
  padding: 0 calc(14px + 6 * (100vw - 320px) / 1600);
  display: flex;
  align-items: center;
  font-size: calc(14px + 4 * (100vw - 320px) / 1600);
  color: #dddddd;
  line-height: 1;
}
body.rtl .dark .contact-box-section .right-sidebar-box .custom-form .custom-input i {
  left: unset;
  right: 0;
}
.dark .contact-box-section .right-sidebar-box .custom-form .custom-textarea {
  position: relative;
}
.dark .contact-box-section .right-sidebar-box .custom-form .custom-textarea .form-control {
  padding-left: 52px;
  border: none;
}
body.rtl .dark .contact-box-section .right-sidebar-box .custom-form .custom-textarea .form-control {
  padding-left: unset;
  padding-right: 52px;
}
.dark .contact-box-section .right-sidebar-box .custom-form .custom-textarea .form-control:focus {
  background-color: #2a2d2d;
  border-color: transparent;
}
.dark .contact-box-section .right-sidebar-box .custom-form .custom-textarea i {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  padding: 18px 20px;
  line-height: 1;
  display: flex;
  font-size: 18px;
  color: #dddddd;
}
body.rtl .dark .contact-box-section .right-sidebar-box .custom-form .custom-textarea i {
  left: unset;
  right: 0;
}
.dark .map-section .map-box {
  margin-bottom: -6px;
  display: block;
}
.dark .map-section .map-box iframe {
  width: 100%;
  height: 350px;
}
.dark .log-in-section {
  overflow-x: hidden;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 0;
}
.dark .log-in-section::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url("./media/log-in-bg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}
.dark .log-in-section.otp-section {
  display: flex;
  align-items: center;
}
.dark .log-in-section .image-contain {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.dark .log-in-section .log-in-form .form-control {
  border: none;
}
.dark .log-in-section .inputs {
  margin: calc(-2px + -10 * (100vw - 320px) / 1600);
}
.dark .log-in-section .inputs input {
  margin: calc(2px + 6 * (100vw - 320px) / 1600);
  border: none;
}
.dark .log-in-section .log-in-box {
  background-color: #1d1d22;
  padding: calc(16px + 34 * (100vw - 320px) / 1600);
  border-radius: calc(8px + 4 * (100vw - 320px) / 1600);
  width: 100%;
}
.dark .log-in-section .log-in-box .logo-name {
  margin-bottom: calc(20px + 10 * (100vw - 320px) / 1600);
  margin-top: -10px;
}
.dark .log-in-section .log-in-box .logo-name a {
  font-size: calc(28px + 7 * (100vw - 320px) / 1600);
  font-weight: bold;
  color: #ffffff;
  font-family: "Public Sans", sans-serif;
  display: block;
}
.dark .log-in-section .log-in-box .logo-name a img {
  width: calc(150px + 75 * (100vw - 320px) / 1600);
}
.dark .log-in-section .log-in-box .log-in-title {
  margin-bottom: calc(12px + 8 * (100vw - 320px) / 1600);
}
.dark .log-in-section .log-in-box .log-in-title h3,
.dark .log-in-section .log-in-box .log-in-title .h3 {
  margin-bottom: calc(1px + 5 * (100vw - 320px) / 1600);
  font-size: calc(18px + 3 * (100vw - 320px) / 1600);
}
.dark .log-in-section .log-in-box .log-in-title h4,
.dark .log-in-section .log-in-box .log-in-title .h4,
.dark .log-in-section .log-in-box .log-in-title h5,
.dark .log-in-section .log-in-box .log-in-title .h5 {
  color: #dddddd;
  margin-top: 8px;
}
.dark .log-in-section .log-in-box .log-in-button {
  margin-top: 20px;
  padding: 1px 0;
}
.dark .log-in-section .log-in-box .log-in-button ul {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  align-items: center;
}
body.rtl .dark .log-in-section .log-in-box .log-in-button ul {
  padding-right: 0;
}
.dark .log-in-section .log-in-box .log-in-button ul li {
  display: block;
  width: 100%;
}
.dark .log-in-section .log-in-box .log-in-button ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
  color: #ffffff;
  border-radius: 5px;
  padding: calc(10px + 6 * (100vw - 320px) / 1600) calc(18px + 12 * (100vw - 320px) / 1600);
  flex-wrap: wrap;
  gap: calc(8px + 2 * (100vw - 320px) / 1600);
  background-color: #2a2d2d;
}
.dark .log-in-section .log-in-box .log-in-button ul li a img {
  width: calc(18px + 6 * (100vw - 320px) / 1600);
}
.dark .log-in-section .log-in-box .forgot-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 360px) {
  .dark .log-in-section .log-in-box .forgot-box {
    display: block;
  }
}
.dark .log-in-section .log-in-box .remember-box {
  display: flex;
  align-items: center;
}
.dark .log-in-section .log-in-box .remember-box .check-box {
  display: block;
  margin-top: -6px;
}
.dark .log-in-section .log-in-box .remember-box label {
  font-size: 16px;
}
.dark .log-in-section .log-in-box .remember-box label span {
  font-weight: 500;
  color: var(--theme-color);
}
.dark .log-in-section .log-in-box .forgot-password {
  font-size: 16px;
  font-weight: 500;
  display: block;
}
.dark .log-in-section .log-in-box .forgot-password:hover {
  color: var(--theme-color);
}
.dark .log-in-section .log-in-box .other-log-in {
  margin-top: 15px;
  text-align: center;
  position: relative;
}
.dark .log-in-section .log-in-box .other-log-in::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: 1px;
  left: 0;
  background-color: #ddd;
  z-index: 0;
}
.dark .log-in-section .log-in-box .other-log-in h6,
.dark .log-in-section .log-in-box .other-log-in .h6 {
  color: #dddddd;
  position: relative;
  background-color: #f9f9f9;
  padding: 0 14px;
  display: inline-block;
  text-transform: uppercase;
}
.dark .log-in-section .log-in-box .sign-up-box {
  margin-top: 20px;
  text-align: center;
}
.dark .log-in-section .log-in-box .sign-up-box h4,
.dark .log-in-section .log-in-box .sign-up-box .h4 {
  color: #dddddd;
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
  margin-bottom: calc(0px + 3 * (100vw - 320px) / 1600);
}
.dark .log-in-section .log-in-box .sign-up-box a {
  font-weight: 500;
  font-size: calc(15px + 2 * (100vw - 320px) / 1600);
  margin-bottom: -4px;
  display: block;
}
.dark .log-in-section .log-in-box .sign-up-box a:hover {
  color: var(--theme-color);
}
.dark .log-in-section .log-in-box .contact-title {
  margin-bottom: 30px;
}
.dark .log-in-section .log-in-box .contact-title h2,
.dark .log-in-section .log-in-box .contact-title .h2 {
  margin-bottom: 15px;
}
.dark .log-in-section .log-in-box .contact-title h5,
.dark .log-in-section .log-in-box .contact-title .h5 {
  width: 53%;
  font-size: 18px;
  line-height: 1.3;
  color: #dddddd;
}
.dark .log-in-section .log-in-box .phone-field .form-floating > label {
  left: 105px;
  width: calc(100% - 105px);
}
body.rtl .dark .log-in-section .log-in-box .phone-field .form-floating > label {
  left: unset;
  right: 105px;
}
.dark .log-in-section .log-in-box .phone-field .form-control {
  padding-left: 112px !important;
}
body.rtl .dark .log-in-section .log-in-box .phone-field .form-control {
  padding-left: unset !important;
  padding-right: 112px !important;
}
.dark .log-in-section .log-in-box .phone-field .custom-select.intl-tel-input {
  top: 0;
  left: 0;
  width: 104px;
  border: none;
  border-radius: 6px 0 0 6px;
  border-right: 1px solid rgba(119, 119, 119, 0.44);
}
body.rtl .dark .log-in-section .log-in-box .phone-field .custom-select.intl-tel-input {
  left: unset;
  right: 0;
  border-radius: 0 6px 6px 0;
}
.dark .log-in-section .log-in-box .phone-field .custom-select .select2-container .select2-selection {
  border-radius: 6px 0 0 6px;
  border: unset !important;
  min-width: unset !important;
  width: unset !important;
  padding: 14px 12px !important;
  background-color: #2a2d2d !important;
}
.dark .log-in-section .log-in-box .phone-field .custom-select .select2-container .select2-selection .country {
  background-color: #2a2d2d !important;
}
body.rtl .dark .log-in-section .log-in-box .phone-field .custom-select .select2-container .select2-selection {
  border: unset !important;
  border-radius: 0 6px 6px 0;
}
.dark .log-in-section .log-in-box .phone-field .custom-select .select2-container .select2-container-dropdown.select2-container--open .select2-dropdown {
  box-shadow: unset;
}
.dark .faq-contain {
  margin-bottom: calc(20px + 30 * (100vw - 320px) / 1600);
}
.dark .faq-contain .faq-top-box {
  text-align: center;
  background-color: #1d1d22;
  border-radius: 9px;
  padding: 28px 18px;
}
.dark .faq-contain .faq-top-box .faq-box-icon {
  width: 65px;
  height: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #2a2d2d;
  border-radius: 7px;
  margin: 0 auto 16px;
}
.dark .faq-contain .faq-top-box .faq-box-icon img {
  width: calc(36px + 9 * (100vw - 320px) / 1600);
  height: auto;
}
.dark .faq-contain .faq-top-box .faq-box-contain h3,
.dark .faq-contain .faq-top-box .faq-box-contain .h3 {
  font-weight: 700;
}
.dark .faq-contain .faq-top-box .faq-box-contain p {
  margin: 17px 0 0;
  line-height: 1.6;
  color: #dddddd;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  margin-bottom: -4px;
}
.dark .faq-box-contain {
  position: relative;
  z-index: 0;
}
.dark .faq-box-contain .faq-contain {
  margin-bottom: 0;
  position: sticky;
  top: 92px;
}
@media (max-width: 1199px) {
  .dark .faq-box-contain .faq-contain {
    margin-bottom: calc(30px + 20 * (100vw - 320px) / 1600);
  }
}
.dark .faq-box-contain .faq-contain h2,
.dark .faq-box-contain .faq-contain .h2 {
  font-weight: 700;
  font-size: calc(28px + 28 * (100vw - 320px) / 1600);
  line-height: 1.4;
}
.dark .faq-box-contain .faq-contain p {
  margin: calc(8px + 7 * (100vw - 320px) / 1600) 0 0;
  font-size: calc(13px + 2 * (100vw - 320px) / 1600);
  line-height: 1.5;
  color: #dddddd;
}
@media (max-width: 1199px) {
  .dark .faq-box-contain .faq-contain p {
    width: 70%;
  }
}
@media (max-width: 991px) {
  .dark .faq-box-contain .faq-contain p {
    width: 90%;
  }
}
@media (max-width: 767px) {
  .dark .faq-box-contain .faq-contain p {
    width: 100%;
    text-align: justify;
  }
}
.dark .faq-box-contain .faq-accordion .accordion {
  display: flex;
  flex-wrap: wrap;
  gap: calc(15px + 9 * (100vw - 320px) / 1600);
}
.dark .faq-box-contain .faq-accordion .accordion .accordion-item {
  width: 100%;
  border-radius: 7px;
  background-color: #1d1d22;
  border: none;
  overflow: hidden;
}
.dark .faq-box-contain .faq-accordion .accordion .accordion-item .accordion-header .accordion-button {
  background-color: #1d1d22;
  font-size: calc(16px + 4 * (100vw - 320px) / 1600);
  font-weight: 500;
  line-height: 1.5;
  padding: calc(12px + 4 * (100vw - 320px) / 1600) calc(12px + 8 * (100vw - 320px) / 1600);
}
.dark .faq-box-contain .faq-accordion .accordion .accordion-item .accordion-header .accordion-button i {
  margin-left: auto;
  transition: all 0.3s ease-in-out;
}
body.rtl .dark .faq-box-contain .faq-accordion .accordion .accordion-item .accordion-header .accordion-button i {
  margin-left: unset;
  margin-right: auto;
}
.dark .faq-box-contain .faq-accordion .accordion .accordion-item .accordion-header .accordion-button::after {
  content: unset;
}
.dark .faq-box-contain .faq-accordion .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  font-weight: 700;
  color: var(--theme-color);
  background-color: transparent;
  box-shadow: none;
}
.dark .faq-box-contain .faq-accordion .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) i {
  transform: rotate(180deg);
}
.dark .faq-box-contain .faq-accordion .accordion .accordion-item .accordion-header .accordion-button:focus {
  border-color: transparent;
  box-shadow: none;
}
.dark .faq-box-contain .faq-accordion .accordion .accordion-item .accordion-collapse .accordion-body {
  padding: 0 calc(12px + 8 * (100vw - 320px) / 1600) 13px;
}
.dark .faq-box-contain .faq-accordion .accordion .accordion-item .accordion-collapse .accordion-body .accordion-body {
  padding: 0;
}
.dark .faq-box-contain .faq-accordion .accordion .accordion-item .accordion-collapse .accordion-body p {
  font-size: calc(14px + 1 * (100vw - 320px) / 1600);
  line-height: 1.6;
  color: #dddddd;
  margin-bottom: calc(12px + 4 * (100vw - 320px) / 1600);
}
.dark .faq-box-contain .faq-accordion .accordion .accordion-item .accordion-collapse .accordion-body p:last-child {
  margin-bottom: -4px;
}
.dark .compare-section .compare-table {
  border: 1px solid #ddd;
  margin-bottom: 0;
}
.dark .compare-section .compare-table tr td,
.dark .compare-section .compare-table tr th {
  min-width: 200px;
  border-right: 1px solid #ddd;
  padding: calc(12px + 4 * (100vw - 320px) / 1600) calc(14px + 6 * (100vw - 320px) / 1600);
  text-align: center;
}
.dark .compare-section .compare-table tr td:first-child,
.dark .compare-section .compare-table tr th:first-child {
  min-width: auto;
}
.dark .compare-section .compare-table tr th {
  font-size: 16px;
  font-weight: 500;
  color: var(--theme-color);
  background-color: #1d1d22;
}
.dark .compare-section .compare-table tr td {
  font-size: 15px;
}
.dark .compare-section .compare-table tr td.title a {
  font-weight: 700;
  color: #222;
}
.dark .compare-section .compare-table tr td a {
  font-weight: 600;
}
.dark .compare-section .compare-table tr td a:hover {
  color: #ffffff;
}
.dark .compare-section .compare-table tr td .compare-image {
  width: calc(105px + 25 * (100vw - 320px) / 1600);
  height: calc(105px + 25 * (100vw - 320px) / 1600);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 5px;
  background-color: #f1f1f1;
  margin: 0 auto;
}
.dark .compare-section .compare-table tr td .compare-image img {
  width: 100%;
  height: calc(65px + 25 * (100vw - 320px) / 1600);
  object-fit: contain;
}
.dark .compare-section .compare-table tr td .price h5,
.dark .compare-section .compare-table tr td .price .h5 {
  font-weight: 600;
  color: #ffffff;
}
.dark .compare-section .compare-table tr td .price h5 del,
.dark .compare-section .compare-table tr td .price .h5 del {
  font-weight: 400;
  font-size: 15px;
  margin-left: 4px;
  color: #777;
}
.dark .compare-section .compare-table tr td .price h5 span,
.dark .compare-section .compare-table tr td .price .h5 span {
  margin-left: 4px;
  color: var(--theme-color);
}
.dark .compare-section .compare-table tr td .compare-rating {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 5px;
}
.dark .compare-section .compare-table tr td .compare-rating span {
  font-size: calc(14px + 1 * (100vw - 320px) / 1600);
}
body.rtl .dark .compare-section .compare-table tr td .compare-rating span {
  margin-left: unset;
  padding-right: 5px;
}
.dark .compare-section .compare-table tr td .summary {
  color: #777;
  line-height: 1.5;
  margin-bottom: 0;
  font-size: 15px;
}
.dark .compare-section .compare-part {
  position: relative;
  border: 1px solid #eee;
}
.dark .compare-section .compare-part .detail-part .title-detail {
  background-color: #f7f8fa;
  text-align: center;
  padding: 14px 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
.dark .compare-section .compare-part .detail-part .inner-detail {
  padding: 15px;
  text-align: center;
}
.dark .compare-section .compare-part .detail-part .inner-detail p {
  margin-bottom: 0;
  line-height: 1.2;
  letter-spacing: 0.05em;
}
.dark .compare-section .compare-part .img-section {
  padding-top: 20px;
}
.dark .compare-section .compare-part .img-section img {
  width: calc(105px + 25 * (100vw - 320px) / 1600);
  height: calc(105px + 25 * (100vw - 320px) / 1600);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 5px;
  margin: 0 auto;
  object-fit: contain;
}
.dark .compare-section .compare-part .img-section h5,
.dark .compare-section .compare-part .img-section .h5 {
  text-align: center;
  margin: 12px 0;
  font-size: 17px;
  text-transform: uppercase;
  font-weight: 500;
}
.dark .compare-section .compare-part .compare-rating span {
  color: #fea348;
  font-size: 18px;
}
.dark .compare-section .compare-part .compare-rating .rating-text {
  font-size: 16px;
  color: #dddddd;
  margin-left: 6px;
}
.dark .compare-section .compare-part .btn-part {
  padding: 15px;
  border-top: 1px solid #dbdbdb;
  border-bottom: 1px solid #dbdbdb;
}
.dark .compare-section .compare-part .btn-part .btn {
  margin: 0 auto;
  width: max-content;
}
.dark .compare-section .compare-part .remove-part {
  padding: 15px;
  text-align: center;
}
.dark .compare-section .compare-row > div .compare-part {
  border-left: none;
}
.dark .compare-section .compare-row > div:first-child .compare-part {
  border: 1px solid #eee;
}
.dark .compare-fix a {
  position: fixed;
  right: calc(54px + 18 * (100vw - 320px) / 1600);
  background-color: var(--theme-color);
  color: #2a2d2d;
  padding: calc(7px + 5 * (100vw - 320px) / 1600) calc(10px + 2 * (100vw - 320px) / 1600) calc(6px + 6 * (100vw - 320px) / 1600);
  bottom: calc(10px + 15 * (100vw - 320px) / 1600);
  border-radius: 6px;
  z-index: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .dark .compare-fix a {
    bottom: calc(75px + 1 * (100vw - 320px) / 447);
  }
}
body.rtl .dark .compare-fix a {
  left: calc(54px + 18 * (100vw - 320px) / 1600);
  right: unset;
}
.dark .compare-fix h5,
.dark .compare-fix .h5 {
  font-size: 14px;
  text-transform: uppercase;
}
.dark .skeleton-compare .compare-part .img-section {
  text-align: center;
}
.dark .skeleton-compare .compare-part .img-section .compare-img {
  background: #f6f7f8;
  border-radius: 7px;
  width: calc(105px + 25 * (100vw - 320px) / 1600);
  height: calc(105px + 25 * (100vw - 320px) / 1600);
  border-radius: 5px;
  margin: 0 auto;
}
.dark .skeleton-compare .compare-part .img-section h5,
.dark .skeleton-compare .compare-part .img-section .h5 {
  margin-left: auto;
  margin-right: auto;
}
.dark .skeleton-compare .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: 7px;
  opacity: 1;
}
.dark .blog-section .left-sidebar-box {
  position: sticky;
  top: 20px;
}
.dark .blog-section .left-sidebar-box .left-search-box .search-box {
  position: relative;
}
.dark .blog-section .left-sidebar-box .left-search-box .search-box::before {
  content: "\f002";
  position: absolute;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  color: #dddddd;
}
.dark .blog-section .left-sidebar-box .left-search-box .search-box::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 60%;
  right: 51px;
  opacity: 0.3;
  background-color: #dddddd;
}
.dark .blog-section .left-sidebar-box .left-search-box .search-box input {
  padding: 8px 68px 8px 20px;
  background-color: #1d1d22;
  border: none;
  height: 53px;
  border-radius: 7px;
}
.dark .blog-section .left-sidebar-box .left-search-box .search-box input:focus {
  border-color: #ced4da;
}
.dark .blog-section .left-sidebar-box .left-accordion-box .accordion-item {
  border: none;
  padding: calc(18px + 7 * (100vw - 320px) / 1600);
  background-color: #1d1d22;
  border-radius: 8px;
}
.dark .blog-section .left-sidebar-box .left-accordion-box .accordion-item.skeleton-accordion {
  background-color: transparent;
}
.dark .blog-section .left-sidebar-box .left-accordion-box .accordion-item.skeleton-accordion .accordion-collapse {
  background-color: transparent;
}
.dark .blog-section .left-sidebar-box .left-accordion-box .accordion-item.skeleton-accordion .accordion-header .accordion-button {
  background-color: transparent;
}
.dark .blog-section .left-sidebar-box .left-accordion-box .accordion-item.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: 9px;
}
.dark .blog-section .left-sidebar-box .left-accordion-box .accordion-item.skeleton-accordion .accordion-header .accordion-button span:before {
  display: none;
}
.dark .blog-section .left-sidebar-box .left-accordion-box .accordion-item.skeleton-accordion .accordion-header .accordion-button::after {
  display: none;
}
.dark .blog-section .left-sidebar-box .left-accordion-box .accordion-item.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: 9px;
  opacity: 1;
  height: 20px;
  position: relative;
  margin-left: 30px;
}
.dark .blog-section .left-sidebar-box .left-accordion-box .accordion-item.skeleton-accordion .placeholder::after {
  content: "";
  position: absolute;
  left: 0;
  width: 20px;
  height: 100%;
  left: -30px;
  background-color: #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%;
  top: auto;
  border-radius: 5px;
}
.dark .blog-section .left-sidebar-box .left-accordion-box .accordion-item.skeleton-accordion .accordion-body ul {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.dark .blog-section .left-sidebar-box .left-accordion-box .accordion-item + .accordion-item {
  margin-top: 20px;
}
.dark .blog-section .left-sidebar-box .left-accordion-box .accordion-item .accordion-header .accordion-button {
  background-color: #1d1d22;
  color: #ffffff;
  font-weight: 700;
  padding: 0;
}
.dark .blog-section .left-sidebar-box .left-accordion-box .accordion-item .accordion-header .accordion-button::after {
  width: unset;
  height: unset;
  font-family: remixicon;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  background-image: none;
  content: "\ea4e";
}
body.rtl .dark .blog-section .left-sidebar-box .left-accordion-box .accordion-item .accordion-header .accordion-button::after {
  margin-left: unset;
  margin-right: auto;
}
.dark .blog-section .left-sidebar-box .left-accordion-box .accordion-item .accordion-header .accordion-button:focus {
  border-color: transparent;
  box-shadow: none;
}
.dark .blog-section .left-sidebar-box .left-accordion-box .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  box-shadow: none;
}
.dark .blog-section .left-sidebar-box .left-accordion-box .accordion-item .accordion-collapse {
  background-color: #1d1d22;
}
.dark .blog-section .left-sidebar-box .left-accordion-box .accordion-item .accordion-collapse .accordion-body {
  padding: 0;
  margin-top: 20px;
}
.dark .blog-section .left-sidebar-box .left-accordion-box .accordion-item .accordion-collapse .accordion-body .recent-post-box .recent-box {
  display: flex;
  align-items: center;
}
.dark .blog-section .left-sidebar-box .left-accordion-box .accordion-item .accordion-collapse .accordion-body .recent-post-box .recent-box + .recent-box {
  margin-top: 20px;
}
.dark .blog-section .left-sidebar-box .left-accordion-box .accordion-item .accordion-collapse .accordion-body .recent-post-box .recent-box:hover .recent-image img {
  transform: scale(1.1) rotate(4deg);
}
.dark .blog-section .left-sidebar-box .left-accordion-box .accordion-item .accordion-collapse .accordion-body .recent-post-box .recent-box .recent-image {
  width: 110px;
  border-radius: 5px;
  overflow: hidden;
}
.dark .blog-section .left-sidebar-box .left-accordion-box .accordion-item .accordion-collapse .accordion-body .recent-post-box .recent-box .recent-image img {
  width: 100%;
  height: 100%;
  transition: all 0.3s ease-in-out;
}
.dark .blog-section .left-sidebar-box .left-accordion-box .accordion-item .accordion-collapse .accordion-body .recent-post-box .recent-box .recent-detail {
  padding-left: 15px;
  width: calc(100% - 110px);
}
body.rtl .dark .blog-section .left-sidebar-box .left-accordion-box .accordion-item .accordion-collapse .accordion-body .recent-post-box .recent-box .recent-detail {
  padding-left: unset;
  padding-right: 15px;
}
.dark .blog-section .left-sidebar-box .left-accordion-box .accordion-item .accordion-collapse .accordion-body .recent-post-box .recent-box .recent-detail a {
  color: #ffffff;
}
.dark .blog-section .left-sidebar-box .left-accordion-box .accordion-item .accordion-collapse .accordion-body .recent-post-box .recent-box .recent-detail a:hover {
  color: #ffffff;
}
.dark .blog-section .left-sidebar-box .left-accordion-box .accordion-item .accordion-collapse .accordion-body .recent-post-box .recent-box .recent-detail a h5,
.dark .blog-section .left-sidebar-box .left-accordion-box .accordion-item .accordion-collapse .accordion-body .recent-post-box .recent-box .recent-detail a .h5 {
  font-weight: 600;
  line-height: 1.45;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
}
.dark .blog-section .left-sidebar-box .left-accordion-box .accordion-item .accordion-collapse .accordion-body .recent-post-box .recent-box .recent-detail h6,
.dark .blog-section .left-sidebar-box .left-accordion-box .accordion-item .accordion-collapse .accordion-body .recent-post-box .recent-box .recent-detail .h6 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 8px;
  color: #dddddd;
}
.dark .blog-section .left-sidebar-box .left-accordion-box .accordion-item .accordion-collapse .accordion-body .recent-post-box .recent-box .recent-detail h6 .feather,
.dark .blog-section .left-sidebar-box .left-accordion-box .accordion-item .accordion-collapse .accordion-body .recent-post-box .recent-box .recent-detail .h6 .feather {
  width: 18px;
  height: 18px;
  stroke-width: 1;
}
.dark .blog-section .left-sidebar-box .left-accordion-box .accordion-item .accordion-collapse .accordion-body .category-list-box ul {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}
body.rtl .dark .blog-section .left-sidebar-box .left-accordion-box .accordion-item .accordion-collapse .accordion-body .category-list-box ul {
  padding-left: unset;
  padding-right: 0;
}
.dark .blog-section .left-sidebar-box .left-accordion-box .accordion-item .accordion-collapse .accordion-body .category-list-box ul li {
  display: block;
  position: relative;
  transition: all 0.3s ease-in-out;
  z-index: 0;
  overflow: hidden;
  width: 100%;
}
.dark .blog-section .left-sidebar-box .left-accordion-box .accordion-item .accordion-collapse .accordion-body .category-list-box ul li:first-child {
  padding-top: 0;
}
.dark .blog-section .left-sidebar-box .left-accordion-box .accordion-item .accordion-collapse .accordion-body .category-list-box ul li a {
  display: block;
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
  color: #ffffff;
}
.dark .blog-section .left-sidebar-box .left-accordion-box .accordion-item .accordion-collapse .accordion-body .category-list-box ul li a .category-name {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.dark .blog-section .left-sidebar-box .left-accordion-box .accordion-item .accordion-collapse .accordion-body .category-list-box ul li a .category-name h5,
.dark .blog-section .left-sidebar-box .left-accordion-box .accordion-item .accordion-collapse .accordion-body .category-list-box ul li a .category-name .h5 {
  color: #dddddd;
  font-weight: 400;
}
.dark .blog-section .left-sidebar-box .left-accordion-box .accordion-item .accordion-collapse .accordion-body .category-list-box ul li a .category-name h5,
.dark .blog-section .left-sidebar-box .left-accordion-box .accordion-item .accordion-collapse .accordion-body .category-list-box ul li a .category-name .h5,
.dark .blog-section .left-sidebar-box .left-accordion-box .accordion-item .accordion-collapse .accordion-body .category-list-box ul li a .category-name span {
  transition: all 0.3s ease-in-out;
}
.dark .blog-section .left-sidebar-box .left-accordion-box .accordion-item .accordion-collapse .accordion-body .category-list-box ul li a .category-name span {
  width: 22px;
  height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  padding: 4px 5px 3px;
  border-radius: 100%;
  color: #787878;
}
.dark .blog-section .left-sidebar-box .left-accordion-box .accordion-item .accordion-collapse .accordion-body .product-tags-box ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
body.rtl .dark .blog-section .left-sidebar-box .left-accordion-box .accordion-item .accordion-collapse .accordion-body .product-tags-box ul {
  padding-left: unset;
  padding-right: 0;
}
.dark .blog-section .left-sidebar-box .left-accordion-box .accordion-item .accordion-collapse .accordion-body .product-tags-box ul li {
  z-index: 0;
  padding: 4px 9px;
  border-radius: 3px;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  position: relative;
  background-color: #2a2d2d;
}
.dark .blog-section .left-sidebar-box .left-accordion-box .accordion-item .accordion-collapse .accordion-body .product-tags-box ul li::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease-in-out;
  z-index: -1;
  top: 0;
  left: 0;
  background-color: var(--theme-color);
  opacity: 0;
}
.dark .blog-section .left-sidebar-box .left-accordion-box .accordion-item .accordion-collapse .accordion-body .product-tags-box ul li:hover {
  border-color: transparent;
}
.dark .blog-section .left-sidebar-box .left-accordion-box .accordion-item .accordion-collapse .accordion-body .product-tags-box ul li:hover::after {
  opacity: 1;
}
.dark .blog-section .left-sidebar-box .left-accordion-box .accordion-item .accordion-collapse .accordion-body .product-tags-box ul li:hover a {
  color: #2a2d2d;
}
.dark .blog-section .left-sidebar-box .left-accordion-box .accordion-item .accordion-collapse .accordion-body .product-tags-box ul li a {
  font-size: calc(13px + 1 * (100vw - 320px) / 1600);
  color: #dddddd;
  text-transform: uppercase;
}
.dark .blog-section .left-sidebar-box .left-accordion-box .accordion-item .accordion-collapse .accordion-body .product-list-2 li + li {
  margin-top: 30px;
}
.dark .blog-section .left-sidebar-box .left-accordion-box .accordion-item .accordion-collapse .accordion-body .product-list-2 li + li::after {
  top: -16px;
  width: calc(100% - 80px - (12px + 11 * (100vw - 320px) / 1600));
}
.dark .blog-section .left-sidebar-box .left-accordion-box .accordion-item .accordion-collapse .accordion-body .product-list-2 li .offer-product .offer-detail a {
  color: #ffffff;
}
.dark .blog-section .custom-border {
  border-bottom: 1px solid rgba(119, 119, 119, 0.44);
  padding-bottom: calc(20px + 30 * (100vw - 320px) / 1600);
  margin-bottom: calc(35px + 25 * (100vw - 320px) / 1600);
}
.dark .blog-section .blog-box {
  height: 100%;
}
.dark .blog-section .blog-box:hover::after {
  transform: unset;
  opacity: 0.1;
}
.dark .blog-section .blog-box:hover .blog-image a {
  transform: scale(1.1) rotate(4deg);
}
.dark .blog-section .blog-box .blog-image {
  position: relative;
  overflow: hidden;
  margin-bottom: 15px;
  border-radius: 0;
  height: 244px;
}
.dark .blog-section .blog-box .blog-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.dark .blog-section .blog-box .blog-image a {
  transition: all 0.3s ease-in-out;
}
.dark .blog-section .blog-box .blog-image label {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  bottom: unset;
  left: 0;
  border-radius: 0;
  background-color: #febc5c;
  color: #2a2d2d;
  padding: 10px 13px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
  display: none;
}
.dark .blog-section .blog-box .blog-image label i {
  width: 16px;
  height: 16px;
  object-fit: contain;
  margin-right: 3px;
  color: #2a2d2d;
}
.dark .blog-section .blog-box .blog-contain {
  padding: 0 20px 20px;
}
.dark .blog-section .blog-box .blog-contain-2 {
  padding: 0;
}
.dark .blog-section .blog-box .blog-contain .blog-label {
  display: flex;
  flex-wrap: wrap;
  gap: 2px 15px;
  align-items: center;
}
.dark .blog-section .blog-box .blog-contain .blog-label .time,
.dark .blog-section .blog-box .blog-contain .blog-label .super {
  display: flex;
  align-items: center;
  color: #dddddd;
  text-transform: uppercase;
  font-size: 13px;
  gap: 5px;
}
.dark .blog-section .blog-box .blog-contain .blog-label .time i,
.dark .blog-section .blog-box .blog-contain .blog-label .super i {
  font-size: 16px;
}
.dark .blog-section .blog-box .blog-contain .blog-label .time .feather,
.dark .blog-section .blog-box .blog-contain .blog-label .super .feather {
  width: 16px;
  height: 16px;
  object-fit: contain;
  margin-right: 4px;
}
body.rtl .dark .blog-section .blog-box .blog-contain .blog-label .time .feather,
body.rtl .dark .blog-section .blog-box .blog-contain .blog-label .super .feather {
  margin-right: unset;
  margin-left: 4px;
}
.dark .blog-section .blog-box .blog-contain .blog-label .time span,
.dark .blog-section .blog-box .blog-contain .blog-label .super span {
  margin-top: 1px;
}
.dark .blog-section .blog-box .blog-contain a {
  color: #ffffff;
}
.dark .blog-section .blog-box .blog-contain a:hover {
  color: #ffffff;
}
.dark .blog-section .blog-box .blog-contain a h3,
.dark .blog-section .blog-box .blog-contain a .h3 {
  margin: 4px 0 6px;
  font-weight: 600;
  line-height: 1.5;
  text-transform: uppercase;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  font-size: calc(16px + 2 * (100vw - 320px) / 1600);
  transition: all 0.3s ease-in-out;
}
.dark .blog-section .blog-box .blog-contain p {
  line-height: 1.8;
  color: #dddddd;
  margin-bottom: 0;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
}
@media (max-width: 1366px) {
  .dark .blog-section .blog-box .blog-contain p {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
  }
}
.dark .blog-section .blog-box .blog-contain .blog-button {
  border: none;
  font-size: 16px;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 0;
  overflow: hidden;
  border-radius: 5px;
  padding: 10px 22px;
  color: var(--theme-color);
  transition: all 0.3s ease-in-out;
  margin-top: calc(8px + 14 * (100vw - 320px) / 1600);
  font-size: 14px;
  width: max-content;
}
.dark .blog-section .blog-box .blog-contain .blog-button:after {
  content: "";
  position: absolute;
  background-color: var(--theme-color);
  opacity: 0.1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.dark .blog-section .blog-box .blog-contain .blog-button:hover {
  color: #fff;
}
.dark .blog-section .blog-box .blog-contain .blog-button:hover:after {
  opacity: 1;
}
.dark .blog-section .blog-box .blog-contain .blog-button i {
  margin-left: 10px;
  font-size: 20px;
  line-height: 1;
}
body.rtl .dark .blog-section .blog-box .blog-contain .blog-button i {
  margin-left: unset;
  margin-right: 10px;
}
.dark .blog-section .blog-box.sticky-blog-box {
  overflow: hidden;
  position: relative;
  z-index: 0;
  border-color: rgba(26, 164, 136, 0.28);
}
.dark .blog-section .blog-box.sticky-blog-box::before {
  content: "\f038";
  position: absolute;
  font-family: remixicon;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 33px;
  height: 33px;
  color: #ffffff;
  top: 8px;
  right: 8px;
  background-color: var(--theme-color);
  z-index: 1;
  border-radius: 6px;
  font-size: 18px;
}
body.rtl .dark .blog-section .blog-box.sticky-blog-box::before {
  left: 8px;
  right: unset;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  -webkit-filter: FlipH;
  filter: FlipH;
}
.dark .blog-section .blog-box.sticky-blog-box::after {
  content: none;
}
.dark .blog-section .blog-box .blog-label-tag {
  position: absolute;
  top: 15px;
  left: 0;
  padding: 5px 13px;
  background-color: #ffba00;
  font-size: 14px;
  color: #2a2d2d;
  font-weight: 500;
  z-index: 1;
}
.dark .blog-section .blog-box .blog-label-tag::before {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  top: 0;
  right: -15px;
  border-bottom: solid 15px #ffba00;
  border-left: solid 15px transparent;
  border-right: solid 15px transparent;
  transform: rotate(180deg);
  z-index: 1;
}
.dark .blog-section .blog-box .blog-label-tag::after {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  top: 16px;
  right: -15px;
  border-bottom: solid 15px #ffba00;
  border-left: solid 15px transparent;
  border-right: solid 15px transparent;
  transform: rotate(0);
  z-index: 1;
}
.dark .blog-section .blog-box .blog-label-tag span {
  font-weight: 700;
}
.dark .blog-section .blog-list {
  display: flex;
  align-items: center;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1199px) {
  .dark .blog-section .blog-list {
    display: block;
  }
}
@media (max-width: 991px) {
  .dark .blog-section .blog-list {
    display: flex;
  }
}
@media (max-width: 767px) {
  .dark .blog-section .blog-list {
    display: block;
  }
}
.dark .blog-section .blog-list:hover {
  box-shadow: 0 4px 9px rgba(255, 255, 255, 0.1);
}
.dark .blog-section .blog-list:hover .blog-image img {
  transform: scale(1.1);
}
.dark .blog-section .blog-list:hover .blog-contain a h3,
.dark .blog-section .blog-list:hover .blog-contain a .h3 {
  color: var(--theme-color);
}
.dark .blog-section .blog-list:hover .blog-contain .blog-button {
  background-color: var(--theme-color);
  color: #2a2d2d;
}
.dark .blog-section .blog-list .blog-image {
  margin-bottom: -1px;
  width: 38%;
  transition: all 0.3s ease-in-out;
  height: calc(257px + 43 * (100vw - 320px) / 1600);
}
@media (max-width: 1399px) {
  .dark .blog-section .blog-list .blog-image {
    width: 45%;
  }
}
@media (max-width: 1199px) {
  .dark .blog-section .blog-list .blog-image {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .dark .blog-section .blog-list .blog-image {
    width: 45%;
  }
}
@media (max-width: 767px) {
  .dark .blog-section .blog-list .blog-image {
    width: 100%;
    height: auto;
    margin-bottom: 8px;
    text-align: center;
  }
}
.dark .blog-section .blog-list .blog-image img {
  transition: all 0.3s ease-in-out;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .dark .blog-section .blog-list .blog-image img {
    width: auto;
  }
}
@media (max-width: 767px) {
  .dark .blog-section .blog-list .blog-image img {
    width: 100%;
  }
}
.dark .blog-section .blog-list .blog-contain {
  padding: calc(10px + 15 * (100vw - 320px) / 1600);
  width: 62%;
}
@media (max-width: 1399px) {
  .dark .blog-section .blog-list .blog-contain {
    width: 55%;
  }
}
@media (max-width: 1199px) {
  .dark .blog-section .blog-list .blog-contain {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .dark .blog-section .blog-list .blog-contain {
    width: 55%;
  }
}
@media (max-width: 767px) {
  .dark .blog-section .blog-list .blog-contain {
    width: 100%;
  }
}
.dark .blog-section .blog-list .blog-contain p {
  line-height: 1.8;
  color: #dddddd;
  margin-bottom: 0;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
}
@media (max-width: 1366px) {
  .dark .blog-section .blog-list .blog-contain p {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
  }
}
.dark .blog-section .blog-detail-image {
  position: relative;
}
.dark .blog-section .blog-detail-image .blog-image-contain {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 55px 15px 40px;
  text-align: center;
  background: #2a2d2d;
  background:
    linear-gradient(
      0deg,
      #2a2d2d 0%,
      rgba(246, 246, 246, 0) 100%);
  color: #ffffff;
}
@media (max-width: 480px) {
  .dark .blog-section .blog-detail-image .blog-image-contain {
    position: relative;
  }
}
.dark .blog-section .blog-detail-image .blog-image-contain .contain-list li {
  text-transform: uppercase;
  position: relative;
}
.dark .blog-section .blog-detail-image .blog-image-contain .contain-list li + li {
  margin-left: 30px;
}
body.rtl .dark .blog-section .blog-detail-image .blog-image-contain .contain-list li + li {
  margin-left: unset;
  margin-right: 30px;
}
.dark .blog-section .blog-detail-image .blog-image-contain .contain-list li + li::before {
  content: "";
  position: absolute;
  width: 15px;
  height: 1px;
  top: 50%;
  transform: translateY(-50%);
  background-color: #ffffff;
  left: -24px;
}
body.rtl .dark .blog-section .blog-detail-image .blog-image-contain .contain-list li + li::before {
  right: -24px;
  left: unset;
}
.dark .blog-section .blog-detail-image .blog-image-contain h2,
.dark .blog-section .blog-detail-image .blog-image-contain .h2 {
  margin: calc(10px + 4 * (100vw - 320px) / 1600) 0;
  font-weight: 700;
  font-size: calc(22px + 12 * (100vw - 320px) / 1600);
}
.dark .blog-section .blog-detail-image .blog-image-contain .contain-comment-list {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: calc(10px + 13 * (100vw - 320px) / 1600);
  color: #777;
}
.dark .blog-section .blog-detail-image .blog-image-contain .contain-comment-list li .user-list {
  display: flex;
  align-items: center;
}
.dark .blog-section .blog-detail-image .blog-image-contain .contain-comment-list li .user-list i {
  font-size: 18px;
  margin-right: 3px;
}
body.rtl .dark .blog-section .blog-detail-image .blog-image-contain .contain-comment-list li .user-list i {
  margin-right: unset;
  margin-left: 3px;
}
.dark .blog-section .blog-detail-image .blog-image-contain .contain-comment-list li .user-list .feather {
  width: 18px;
  height: 18px;
  margin-right: 3px;
}
body.rtl .dark .blog-section .blog-detail-image .blog-image-contain .contain-comment-list li .user-list .feather {
  margin-right: unset;
  margin-left: 3px;
}
.dark .blog-section .blog-detail-contain p {
  color: #dddddd;
  font-size: calc(15px + 2 * (100vw - 320px) / 1600);
  line-height: calc(25px + 5 * (100vw - 320px) / 1600);
  margin-bottom: calc(12px + 8 * (100vw - 320px) / 1600);
}
.dark .blog-section .blog-detail-contain p .first {
  width: calc(38px + 12 * (100vw - 320px) / 1600);
  height: calc(38px + 12 * (100vw - 320px) / 1600);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: calc(55px + 15 * (100vw - 320px) / 1600);
  color: #dddddd;
  float: left;
  margin-right: calc(8px + 12 * (100vw - 320px) / 1600);
  margin-top: 8px;
}
.dark .blog-section .blog-detail-contain .blog-details-quote {
  padding: calc(18px + 42 * (100vw - 320px) / 1600) calc(18px + 42 * (100vw - 320px) / 1600) calc(18px + 42 * (100vw - 320px) / 1600) calc(62px + 118 * (100vw - 320px) / 1600);
  border-radius: 10px;
  margin-bottom: calc(12px + 8 * (100vw - 320px) / 1600);
  background-color: #dddddd;
  position: relative;
  color: #2a2d2d;
}
.dark .blog-section .blog-detail-contain .blog-details-quote h3,
.dark .blog-section .blog-detail-contain .blog-details-quote .h3 {
  font-size: calc(18px + 10 * (100vw - 320px) / 1600);
  line-height: calc(24px + 11 * (100vw - 320px) / 1600);
  margin-bottom: calc(8px + 12 * (100vw - 320px) / 1600);
}
.dark .blog-section .blog-detail-contain .blog-details-quote h5,
.dark .blog-section .blog-detail-contain .blog-details-quote .h5 {
  letter-spacing: 3px;
  color: #ddd;
  text-transform: uppercase;
}
.dark .blog-section .blog-detail-contain .blog-details-quote::after {
  content: "\f10d";
  position: absolute;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: calc(38px + 32 * (100vw - 320px) / 1600);
  color: var(--theme-color);
  top: calc(-6px + 32 * (100vw - 320px) / 1600);
  left: calc(15px + 72 * (100vw - 320px) / 1600);
}
.dark .blog-section .leave-title {
  margin: 40px 0 9px;
}
.dark .blog-section .leave-title h3,
.dark .blog-section .leave-title .h3 {
  position: relative;
  font-weight: 700;
  z-index: 0;
  color: #dddddd;
  font-size: 22px;
}
.dark .blog-section .user-comment-box {
  margin-top: 24px;
}
.dark .blog-section .user-comment-box ul {
  display: flex;
  flex-wrap: wrap;
}
body.rtl .dark .blog-section .user-comment-box ul {
  padding-left: unset;
  padding-right: 0;
}
.dark .blog-section .user-comment-box ul li {
  padding: 0px 0 50px;
  width: 100%;
  position: relative;
}
.dark .blog-section .user-comment-box ul li.li-padding {
  padding-left: calc(28px + 52 * (100vw - 320px) / 1600);
}
@media (max-width: 480px) {
  .dark .blog-section .user-comment-box ul li {
    padding: 0;
  }
}
.dark .blog-section .user-comment-box ul li .user-box {
  display: flex;
  align-items: flex-start;
}
@media (max-width: 480px) {
  .dark .blog-section .user-comment-box ul li .user-box {
    display: block;
  }
}
.dark .blog-section .user-comment-box ul li .user-box .reply-button {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
}
body.rtl .dark .blog-section .user-comment-box ul li .user-box .reply-button {
  right: unset;
  left: 0;
}
.dark .blog-section .user-comment-box ul li .user-box .reply-button i {
  margin: -3px 9px 0 0;
  color: #777;
}
body.rtl .dark .blog-section .user-comment-box ul li .user-box .reply-button i {
  margin: -3px 0 0 9px;
}
.dark .blog-section .user-comment-box ul li .user-box .user-iamge {
  position: relative;
}
.dark .blog-section .user-comment-box ul li .user-box .user-iamge img {
  width: 60px;
  height: 60px;
  object-fit: cover;
  border-radius: 100%;
  overflow: hidden;
}
.dark .blog-section .user-comment-box ul li .user-box .user-iamge .user-name {
  position: absolute;
  top: 0;
  left: 80px;
  width: 220px;
}
body.rtl .dark .blog-section .user-comment-box ul li .user-box .user-iamge .user-name {
  right: 80px;
  left: unset;
}
@media (max-width: 480px) {
  .dark .blog-section .user-comment-box ul li .user-box .user-iamge .user-name {
    top: 50%;
    transform: translateY(-50%);
  }
}
.dark .blog-section .user-comment-box ul li .user-box .user-iamge .user-name h5,
.dark .blog-section .user-comment-box ul li .user-box .user-iamge .user-name .h5 {
  font-weight: 600;
}
.dark .blog-section .user-comment-box ul li .user-box .user-iamge .user-name h6,
.dark .blog-section .user-comment-box ul li .user-box .user-iamge .user-name .h6 {
  color: #dddddd;
  margin-bottom: 6px;
}
.dark .blog-section .user-comment-box ul li .user-box .user-contain {
  width: calc(100% - 70px);
  padding-left: 20px;
}
body.rtl .dark .blog-section .user-comment-box ul li .user-box .user-contain {
  padding-left: unset;
  padding-right: 20px;
}
@media (max-width: 480px) {
  .dark .blog-section .user-comment-box ul li .user-box .user-contain {
    width: 100%;
    padding: 0;
    margin-top: 14px;
  }
}
.dark .blog-section .user-comment-box ul li .user-box .user-contain p {
  font-size: calc(13px + 2 * (100vw - 320px) / 1600);
  line-height: 1.6;
  color: #dddddd;
  margin-bottom: 0;
  margin-top: 50px;
  width: 85%;
}
@media (max-width: 575px) {
  .dark .blog-section .user-comment-box ul li .user-box .user-contain p {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .dark .blog-section .user-comment-box ul li .user-box .user-contain p {
    margin: 0 0 35px;
  }
}
.dark .blog-section .leave-box {
  padding: calc(18px + 12 * (100vw - 320px) / 1600);
  background-color: #1d1d22;
  border-radius: 6px;
}
.dark .blog-section .leave-box .leave-comment .comment-notes p {
  line-height: 1.6;
}
.dark .blog-section .leave-box .leave-comment .save-comment-box {
  margin: 20px 0 0;
  display: flex;
  align-items: center;
}
.dark .blog-section .leave-box .leave-comment .save-comment-box .form-check {
  display: flex;
  align-items: center;
}
.dark .blog-section .leave-box .leave-comment .save-comment-box .form-check input {
  margin-top: -5px;
}
@media (max-width: 659px) {
  .dark .blog-section .leave-box .leave-comment .save-comment-box .form-check input {
    margin-top: -21px;
  }
}
@media (max-width: 341px) {
  .dark .blog-section .leave-box .leave-comment .save-comment-box .form-check input {
    margin-top: -44px;
  }
}
.dark .blog-section .leave-box .leave-comment .save-comment-box .form-check .form-check-label {
  font-size: 15px;
  font-weight: 400;
  color: #dddddd;
}
.dark .blog-section .leave-box .leave-comment .blog-input .form-control {
  border: none;
}
.dark .blog-section .leave-box .leave-comment .blog-input .form-control:focus {
  background-color: #2a2d2d;
}
.dark .review-title h4,
.dark .review-title .h4 {
  font-size: calc(16px + 2 * (100vw - 320px) / 1600);
  margin-bottom: calc(7px + 6 * (100vw - 320px) / 1600);
  color: #ffffff;
  font-weight: 400;
}
.dark .review-title h2,
.dark .review-title .h2 {
  font-size: calc(26px + 14 * (100vw - 320px) / 1600);
  margin-bottom: calc(12px + 18 * (100vw - 320px) / 1600);
  width: 80%;
  line-height: 1.3;
  position: relative;
}
@media (max-width: 480px) {
  .dark .review-title h2,
  .dark .review-title .h2 {
    width: 100%;
  }
}
.dark .review-title h2.center::before,
.dark .review-title .center.h2::before {
  left: 50%;
  transform: translateX(-50%);
  color: var(--theme-color);
}
.dark .about-us-title h4,
.dark .about-us-title .h4 {
  font-size: calc(16px + 5 * (100vw - 320px) / 1600);
  margin-bottom: calc(7px + 6 * (100vw - 320px) / 1600);
  color: var(--theme-color);
  font-family: "Pacifico", cursive;
}
.dark .about-us-title h2,
.dark .about-us-title .h2 {
  font-size: calc(23px + 9 * (100vw - 320px) / 1600);
  margin-bottom: calc(28px + 13 * (100vw - 320px) / 1600);
  line-height: 1.3;
  position: relative;
}
.dark .about-us-title h2::before,
.dark .about-us-title .h2::before {
  content: "";
  position: absolute;
  width: calc(106px + 69 * (100vw - 320px) / 1600);
  height: 3px;
  bottom: calc(-7px + -1 * (100vw - 320px) / 1600);
  left: 0;
  background: #ffa53b;
}
.dark .about-us-title h2.center::before,
.dark .about-us-title .center.h2::before {
  left: 50%;
  transform: translateX(-50%);
}
.dark .fresh-vegetable-section .fresh-image {
  margin-top: 30px;
  border-radius: calc(12px + 38 * (100vw - 320px) / 1600) 0;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
.dark .fresh-vegetable-section .fresh-image > div {
  transition: all 0.3s ease-in-out;
  overflow: hidden;
}
.dark .fresh-vegetable-section .fresh-image:hover > div {
  transform: scale(1.05);
}
.dark .fresh-vegetable-section .fresh-image-2 {
  border-radius: 0 calc(12px + 38 * (100vw - 320px) / 1600);
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
.dark .fresh-vegetable-section .fresh-image-2 > div {
  transition: all 0.3s ease-in-out;
  overflow: hidden;
}
.dark .fresh-vegetable-section .fresh-image-2:hover > div {
  transform: scale(1.05);
}
.dark .fresh-vegetable-section .fresh-contain {
  height: 100%;
}
.dark .fresh-vegetable-section .fresh-contain p {
  font-size: calc(14px + 1 * (100vw - 320px) / 1600);
  line-height: 1.7;
  color: #dddddd;
  margin-bottom: calc(11px + 9 * (100vw - 320px) / 1600);
}
.dark .fresh-vegetable-section .delivery-list ul {
  display: flex;
  flex-wrap: wrap;
  gap: calc(11px + 9 * (100vw - 320px) / 1600);
}
body.rtl .dark .fresh-vegetable-section .delivery-list ul {
  padding-right: 0;
}
.dark .fresh-vegetable-section .delivery-list ul li {
  width: 100%;
}
.dark .fresh-vegetable-section .delivery-list ul li .deliver-box {
  display: flex;
  flex-wrap: nowrap;
  gap: calc(8px + 7 * (100vw - 320px) / 1600);
  align-items: flex-start;
  color: #dddddd;
}
.dark .fresh-vegetable-section .delivery-list ul li .deliver-box .feather {
  width: 17px;
  height: auto;
  margin-top: 3px;
}
.dark .fresh-vegetable-section .delivery-list ul li .deliver-box h6,
.dark .fresh-vegetable-section .delivery-list ul li .deliver-box .h6 {
  font-size: calc(15px + 2 * (100vw - 320px) / 1600);
  width: calc(100% - 17px);
}
.dark .fresh-vegetable-section .delivery-box {
  display: flex;
  flex-wrap: wrap;
  gap: calc(15px + 15 * (100vw - 320px) / 1600);
  margin-top: 20px;
  align-items: center;
}
.dark .fresh-vegetable-section .delivery-box li .delivery-box {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  margin-top: 0;
}
.dark .fresh-vegetable-section .delivery-box li .delivery-box .delivery-icon img {
  width: 30px;
  height: auto;
}
.dark .client-section {
  background-color: #1d1d22;
}
.dark .client-section .clint-contain {
  background: #2a2d2d;
  padding: calc(27px + 23 * (100vw - 320px) / 1600);
  border-radius: calc(18px + 12 * (100vw - 320px) / 1600);
  position: relative;
}
.dark .client-section .clint-contain:hover .client-icon img {
  animation-name: bounce;
  animation-duration: 1s;
  animation-fill-mode: both;
}
.dark .client-section .clint-contain:hover h2,
.dark .client-section .clint-contain:hover .h2 {
  opacity: 0.09;
  margin-right: 9px;
}
.dark .client-section .clint-contain:hover h4,
.dark .client-section .clint-contain:hover .h4 {
  color: var(--theme-color);
}
.dark .client-section .clint-contain .client-icon {
  width: calc(60px + 20 * (100vw - 320px) / 1600);
  height: calc(60px + 20 * (100vw - 320px) / 1600);
  margin-bottom: 14px;
  margin-top: -11px;
}
.dark .client-section .clint-contain .client-icon img {
  width: 74%;
  height: 100%;
  object-fit: contain;
}
.dark .client-section .clint-contain h2,
.dark .client-section .clint-contain .h2 {
  position: absolute;
  top: calc(14px + 10 * (100vw - 320px) / 1600);
  right: calc(24px + 10 * (100vw - 320px) / 1600);
  color: #dddddd;
  opacity: 0.05;
  font-size: calc(52px + 18 * (100vw - 320px) / 1600);
  font-weight: 800;
  transition: all 0.3s ease-in-out;
}
.dark .client-section .clint-contain h4,
.dark .client-section .clint-contain .h4 {
  font-size: calc(22px + 2 * (100vw - 320px) / 1600);
  margin-bottom: 7px;
  font-weight: 600;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.dark .client-section .clint-contain p {
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
  color: #dddddd;
  margin: 0 auto;
  line-height: 1.7;
  margin-bottom: -5px;
  transition: all 0.3s ease-in-out;
}
.dark .client-section .client-box .client-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.dark .client-section .client-box .client-list li {
  width: 460px;
  position: relative;
}
.dark .team-section .team-box:hover .team-iamge img {
  transform: scale(1.1);
  filter: grayscale(0);
}
.dark .team-section .team-box:hover .team-iamge .team-media {
  opacity: 1;
  right: 10px;
}
.dark .team-section .team-box .team-iamge {
  width: 50%;
  height: auto;
  border-radius: 100%;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
}
.dark .team-section .team-box .team-iamge img {
  transition: all 0.3s ease-in-out;
  filter: grayscale(1);
}
.dark .team-section .team-box .team-name {
  text-align: center;
  margin-top: 20px;
}
.dark .team-section .team-box .team-name h3,
.dark .team-section .team-box .team-name .h3 {
  font-size: calc(18px + 2 * (100vw - 320px) / 1600);
  letter-spacing: 0.7px;
  font-weight: 700;
}
.dark .team-section .team-box .team-name h5,
.dark .team-section .team-box .team-name .h5 {
  margin-top: 6px;
  letter-spacing: 0.5px;
  color: #dddddd;
}
.dark .team-section .team-box .team-name p {
  font-size: calc(14px + 1 * (100vw - 320px) / 1600);
  line-height: 1.6;
  color: #dddddd;
  margin: 9px auto 14px;
  width: 80%;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
}
@media (max-width: 360px) {
  .dark .team-section .team-box .team-name p {
    width: 100%;
  }
}
.dark .team-section .team-box .team-name .team-media {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  position: relative;
  margin-top: 15px;
  justify-content: center;
  transition: all 0.3s ease-in-out;
}
.dark .team-section .team-box .team-name .team-media li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  font-size: 16px;
  color: #2a2d2d;
  border-radius: 5px;
  background-color: #ededed;
}
.dark .team-section .team-box .team-name .team-media li a.fb-bg {
  color: #4267b2;
  transition: all 0.3s ease-in-out;
}
.dark .team-section .team-box .team-name .team-media li a.fb-bg:hover {
  background-color: #4267b2;
  color: #2a2d2d;
}
.dark .team-section .team-box .team-name .team-media li a.twitter-bg {
  color: #00acee;
  transition: all 0.3s ease-in-out;
}
.dark .team-section .team-box .team-name .team-media li a.twitter-bg:hover {
  background-color: #00acee;
  color: #2a2d2d;
}
.dark .team-section .team-box .team-name .team-media li a.pint-bg {
  color: #c8232c;
  transition: all 0.3s ease-in-out;
}
.dark .team-section .team-box .team-name .team-media li a.pint-bg:hover {
  background-color: #c8232c;
  color: #2a2d2d;
}
.dark .team-section .team-box .team-name .team-media li a.insta-bg {
  color: #f56040;
  transition: all 0.3s ease-in-out;
}
.dark .team-section .team-box .team-name .team-media li a.insta-bg:hover {
  background-color: #f56040;
  color: #2a2d2d;
}
.dark .review-section {
  background-color: #1d1d22;
}
.dark .review-section .reviewer-box {
  background-color: #2a2d2d;
  padding: calc(18px + 16 * (100vw - 320px) / 1600);
  border-radius: 10px;
  z-index: 0;
  position: relative;
  overflow: hidden;
}
.dark .review-section .reviewer-box:hover i {
  color: var(--theme-color);
  font-size: calc(115px + 53 * (100vw - 320px) / 1600);
  opacity: 0.15;
  transform: rotate(7deg);
  bottom: calc(-20px + -6 * (100vw - 320px) / 1600);
  right: calc(-13px + 2 * (100vw - 320px) / 1600);
}
.dark .review-section .reviewer-box i {
  position: absolute;
  font-size: calc(115px + 32 * (100vw - 320px) / 1600);
  opacity: 0.05;
  z-index: -1;
  transform: rotate(9deg);
  bottom: calc(-27px + -9 * (100vw - 320px) / 1600);
  right: calc(-20px + -3 * (100vw - 320px) / 1600);
  transition: all 0.3s ease-in-out;
  line-height: 1;
}
body.rtl .dark .review-section .reviewer-box i {
  transform: rotate(-15deg) rotateY(183deg);
  left: -8px;
  right: unset;
}
.dark .review-section .reviewer-box h3,
.dark .review-section .reviewer-box .h3 {
  font-weight: 400;
  margin: 10px 0 13px;
  font-size: 20px;
  line-height: 1.5;
}
.dark .review-section .reviewer-box p {
  color: #dddddd;
  line-height: 1.7;
  margin-bottom: 23px;
  font-size: calc(14px + 1 * (100vw - 320px) / 1600);
}
.dark .review-section .reviewer-box .reviewer-profile {
  display: flex;
  flex-wrap: wrap;
  gap: calc(12px + 7 * (100vw - 320px) / 1600);
  align-items: center;
}
.dark .review-section .reviewer-box .reviewer-profile .reviewer-image {
  width: calc(65px + 10 * (100vw - 320px) / 1600);
  height: auto;
  border-radius: 8px;
  overflow: hidden;
}
.dark .review-section .reviewer-box .reviewer-profile .reviewer-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.dark .review-section .reviewer-box .reviewer-profile .reviewer-name h4,
.dark .review-section .reviewer-box .reviewer-profile .reviewer-name .h4 {
  font-weight: 700;
  font-size: calc(16px + 2 * (100vw - 320px) / 1600);
  color: var(--theme-color);
}
.dark .review-section .reviewer-box .reviewer-profile .reviewer-name h6,
.dark .review-section .reviewer-box .reviewer-profile .reviewer-name .h6 {
  color: #dddddd;
  margin-top: 6px;
}
.dark .order-detail .order-image {
  background-color: #1d1d22;
  padding: 40px;
  border-radius: 8px;
  text-align: center;
}
.dark .order-detail .order-image img {
  width: 360px;
  margin: 0 auto;
}
.dark .order-detail .order-details-contain {
  display: flex;
  flex-wrap: nowrap;
  gap: calc(10px + 5 * (100vw - 320px) / 1600);
  background-color: #1d1d22;
  padding: calc(14px + 6 * (100vw - 320px) / 1600);
  border-radius: 8px;
  height: 100%;
}
.dark .order-detail .order-details-contain .order-tracking-icon .feather {
  width: 25px;
  height: auto;
  stroke-width: 1.4px;
}
.dark .order-detail .order-details-contain .order-details-name h2,
.dark .order-detail .order-details-contain .order-details-name .h2 {
  font-size: calc(20px + 4 * (100vw - 320px) / 1600);
}
.dark .order-detail .order-details-contain .order-details-name h4,
.dark .order-detail .order-details-contain .order-details-name .h4 {
  line-height: 1.4;
  font-weight: 500;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
}
.dark .order-detail .order-details-contain .order-details-name h5,
.dark .order-detail .order-details-contain .order-details-name .h5 {
  margin-bottom: 7px;
}
.dark .order-detail .order-details-contain .order-details-name img {
  margin-top: calc(6px + 6 * (100vw - 320px) / 1600);
  width: calc(160px + 40 * (100vw - 320px) / 1600);
}
.dark .order-detail .progtrckr {
  margin: 15px 0 0;
  padding: 0;
  display: flex;
  align-items: flex-start;
}
@media (max-width: 575px) {
  .dark .order-detail .progtrckr {
    display: inline;
    margin: 30px 0;
    overflow: hidden;
  }
}
.dark .order-detail .progtrckr li {
  display: inline-block;
  text-align: center;
  margin: 10px 0;
  position: relative;
}
@media (max-width: 575px) {
  .dark .order-detail .progtrckr li {
    margin: 0;
    width: 50% !important;
  }
}
.dark .order-detail .progtrckr li h5,
.dark .order-detail .progtrckr li .h5 {
  margin-top: 20px;
  text-align: center;
  width: 100%;
  display: flex;
  justify-content: center;
  font-weight: 500;
}
@media (max-width: 575px) {
  .dark .order-detail .progtrckr li h5,
  .dark .order-detail .progtrckr li .h5 {
    display: block;
    text-align: left;
    margin-top: 0;
  }
  body.rtl .dark .order-detail .progtrckr li h5,
  body.rtl .dark .order-detail .progtrckr li .h5 {
    text-align: right;
  }
}
.dark .order-detail .progtrckr li:before {
  position: relative;
  top: -2px;
  float: left;
  left: 50% !important;
  line-height: 1;
  transform: translate(-50%, -50%) !important;
}
@media (max-width: 575px) {
  .dark .order-detail .progtrckr li:before {
    position: relative;
    top: 10px;
    float: left;
    left: -2px !important;
    line-height: 1;
    transform: translate(-50%, -50%) !important;
  }
  body.rtl .dark .order-detail .progtrckr li:before {
    float: right;
    right: -32px !important;
    left: unset !important;
  }
}
.dark .order-detail .progtrckr li.progtrckr-todo {
  color: #dddddd;
  border-top: 4px solid #959595;
  width: 100% !important;
}
@media (max-width: 575px) {
  .dark .order-detail .progtrckr li.progtrckr-todo {
    position: relative;
    text-align: left;
    margin-left: 30px;
    align-items: flex-start;
    padding-bottom: calc(20px + 20 * (100vw - 320px) / 1600);
    padding-left: 30px;
    border-top: unset;
    border-left: 4px solid #959595;
  }
  body.rtl .dark .order-detail .progtrckr li.progtrckr-todo {
    border-left: none;
    border-right: 4px solid #dddddd;
    margin-left: 0;
    margin-right: 30px;
    align-items: flex-end;
    padding-left: 0;
    padding-right: 30px;
    text-align: right;
  }
}
.dark .order-detail .progtrckr li.progtrckr-todo:before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  padding-top: 2px;
  content: "";
  color: #2a2d2d;
  background: #959595;
  line-height: 35px;
  border: none;
  border-radius: 35px;
  font-size: 16px;
}
@media (max-width: 575px) {
  .dark .order-detail .progtrckr li.progtrckr-todo:before {
    position: absolute;
    top: 10px;
    left: -17px;
    line-height: 1;
    transform: translateY(-50%);
  }
  body.rtl .dark .order-detail .progtrckr li.progtrckr-todo:before {
    left: unset;
    right: -17px;
  }
}
.dark .order-detail .progtrckr li.progtrckr-todo h6,
.dark .order-detail .progtrckr li.progtrckr-todo .h6 {
  font-size: 13px;
  margin-top: 8px;
}
.dark .order-detail .progtrckr li.progtrckr-done {
  color: #ffffff;
  border-top: 4px solid var(--theme-color);
  width: 100% !important;
}
@media (max-width: 575px) {
  .dark .order-detail .progtrckr li.progtrckr-done:first-of-type {
    padding-top: 5px;
  }
}
@media (max-width: 575px) {
  .dark .order-detail .progtrckr li.progtrckr-done {
    position: relative;
    text-align: left;
    margin-left: 30px;
    align-items: self-start;
    padding-bottom: calc(20px + 20 * (100vw - 320px) / 1600);
    border-top: unset;
    border-left: 4px solid var(--theme-color);
  }
  body.rtl .dark .order-detail .progtrckr li.progtrckr-done {
    margin-left: 0;
    margin-right: 30px;
    text-align: right;
    border-left: none;
    border-right: 4px solid var(--theme-color);
    align-items: flex-end;
  }
}
.dark .order-detail .progtrckr li.progtrckr-done:before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  padding-top: 2px;
  content: "\f00c";
  color: #2a2d2d;
  background-color: var(--theme-color);
  line-height: 35px;
  border: none;
  border-radius: 35px;
  font-size: 16px;
}
.dark .order-detail .progtrckr li.progtrckr-done h6,
.dark .order-detail .progtrckr li.progtrckr-done .h6 {
  font-size: 13px;
  margin-top: 8px;
  color: #dddddd;
}
.dark .order-tab-table {
  margin-bottom: 0;
}
.dark .order-tab-table thead tr th {
  text-align: center;
  background-color: #e7e7e7;
  color: #ffffff;
  padding: calc(10px + 4 * (100vw - 320px) / 1600) calc(12px + 8 * (100vw - 320px) / 1600);
  font-size: calc(17px + 3 * (100vw - 320px) / 1600);
  font-weight: 400;
}
.dark .order-tab-table tbody {
  border-top: none !important;
}
.dark .order-tab-table tbody tr td {
  font-weight: 300;
  text-align: center;
  padding: calc(10px + 4 * (100vw - 320px) / 1600) calc(12px + 8 * (100vw - 320px) / 1600);
  font-size: calc(15px + 2 * (100vw - 320px) / 1600);
  min-width: 160px;
  color: #777;
}
.dark .order-table-section .order-navpills {
  flex-wrap: nowrap;
  gap: calc(6px + 9 * (100vw - 320px) / 1600);
  overflow: auto hidden;
}
.dark .order-table-section .order-navpills .nav-item .nav-link {
  font-size: calc(15px + 3 * (100vw - 320px) / 1600);
  padding: calc(11px + 3 * (100vw - 320px) / 1600) calc(17px + 7 * (100vw - 320px) / 1600);
  color: #dddddd;
  font-weight: 600;
  white-space: nowrap;
}
.dark .order-table-section .order-navpills .nav-item .nav-link.active {
  background: var(--theme-color);
  color: #2a2d2d;
}
.dark .order-table-section .order-tab {
  margin-top: 22px;
}
.dark .order-table-section .order-tab .order-tab-table {
  margin-bottom: 0;
}
.dark .order-table-section .order-tab .order-tab-table thead tr th {
  text-align: center;
  background-color: #e7e7e7;
  color: #ffffff;
  padding: calc(10px + 4 * (100vw - 320px) / 1600) calc(12px + 8 * (100vw - 320px) / 1600);
  font-size: calc(17px + 3 * (100vw - 320px) / 1600);
  font-weight: 400;
}
.dark .order-table-section .order-tab .order-tab-table tbody {
  border-top: none;
}
.dark .order-table-section .order-tab .order-tab-table tbody tr td {
  font-weight: 300;
  text-align: center;
  padding: calc(10px + 4 * (100vw - 320px) / 1600) calc(12px + 8 * (100vw - 320px) / 1600);
  font-size: calc(15px + 2 * (100vw - 320px) / 1600);
  min-width: 160px;
  color: #777;
}
.dark .order-table table tbody tr td {
  vertical-align: middle;
}
.dark .order-success-2 tbody {
  border-top: none;
}
.dark .search-section .search-box {
  position: relative;
}
.dark .search-section .search-box .input-group .form-control {
  padding: calc(5px + 9 * (100vw - 320px) / 1600) calc(12px + 3 * (100vw - 320px) / 1600);
}
.dark .search-section .search-box .input-group .form-control:focus {
  z-index: 0;
}
.dark .search-section .search-box .input-group button {
  z-index: 0;
  border-radius: 0 6px 6px 0;
}
.dark .vendor-bottom {
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(119, 119, 119, 0.44);
  margin-bottom: 16px;
}
.dark .vendor-detail-box {
  padding: calc(20px + 8 * (100vw - 992px) / 928);
  margin-bottom: 29px;
  border-radius: 9px;
  background: #1d1d22;
}
@media (max-width: 991px) {
  .dark .vendor-detail-box {
    padding: 0;
    box-shadow: none;
    margin-right: 0;
  }
}
.dark .vendor-detail-box .vendor-name .vendor-logo {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: calc(7px + 3 * (100vw - 320px) / 1600);
}
.dark .vendor-detail-box .vendor-name .vendor-logo img {
  width: calc(80px + 9 * (100vw - 320px) / 1600);
  height: auto;
}
.dark .vendor-detail-box .vendor-name .vendor-logo h3,
.dark .vendor-detail-box .vendor-name .vendor-logo .h3 {
  font-weight: 600;
  text-transform: uppercase;
}
.dark .vendor-detail-box .vendor-name .vendor-logo .vendor-rating {
  margin-top: 4px;
}
.dark .vendor-detail-box .vendor-name .vendor-logo .vendor-rating .rating li .feather {
  width: calc(15px + 2 * (100vw - 320px) / 1600);
  height: auto;
}
.dark .vendor-detail-box .vendor-name p {
  margin-bottom: -6px;
  line-height: 1.5;
  font-size: calc(14px + 1 * (100vw - 320px) / 1600);
  color: #dddddd;
  margin-top: 15px;
}
.dark .vendor-detail-box .vendor-tag h4,
.dark .vendor-detail-box .vendor-tag .h4 {
  text-transform: none;
  font-weight: 500;
  margin-bottom: 17px;
}
.dark .vendor-detail-box .vendor-tag ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: calc(7px + 5 * (100vw - 320px) / 1600);
}
body.rtl .dark .vendor-detail-box .vendor-tag ul {
  padding: 0;
}
.dark .vendor-detail-box .vendor-tag ul li {
  background-color: rgba(119, 119, 119, 0.44);
  letter-spacing: 0.5px;
  padding: 4px 11px;
  border-radius: 3px;
  color: #ffffff;
  font-size: calc(13px + 1 * (100vw - 320px) / 1600);
}
.dark .vendor-detail-box .vendor-share {
  display: flex;
  align-items: center;
}
.dark .vendor-detail-box .vendor-share h5,
.dark .vendor-detail-box .vendor-share .h5 {
  font-weight: 600;
}
.dark .vendor-detail-box .vendor-share ul {
  margin-left: 15px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}
body.rtl .dark .vendor-detail-box .vendor-share ul {
  padding: 0;
  margin-left: unset;
  margin-right: 15px;
}
.dark .vendor-detail-box .vendor-share ul li a {
  color: #dddddd;
  display: block;
  font-size: 16px;
  line-height: 1;
}
.dark .vendor-detail-box-2 {
  padding: calc(20px + 8 * (100vw - 320px) / 1600);
  margin-bottom: 30px;
  border-radius: 9px;
  box-shadow: 0 0 8px rgba(255, 255, 255, 0.13);
  background: var(--theme-color);
  color: #2a2d2d;
}
.dark .vendor-detail-box-2 .vendor-logo {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.dark .vendor-detail-box-2 .vendor-logo img {
  width: 85%;
  height: auto;
  filter: invert(1) brightness(100);
}
@media (max-width: 767px) {
  .dark .vendor-detail-box-2 .vendor-logo img {
    width: 26%;
  }
}
@media (max-width: 480px) {
  .dark .vendor-detail-box-2 .vendor-logo img {
    width: 35%;
  }
}
.dark .vendor-detail-box-2 .vendor-name {
  height: 100%;
}
.dark .vendor-detail-box-2 .vendor-name .vendor-list-name {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: calc(6px + 6 * (100vw - 320px) / 1600);
}
@media (max-width: 767px) {
  .dark .vendor-detail-box-2 .vendor-name .vendor-list-name {
    justify-content: center;
  }
}
.dark .vendor-detail-box-2 .vendor-name h3,
.dark .vendor-detail-box-2 .vendor-name .h3 {
  font-weight: 600;
  text-transform: uppercase;
  display: block;
  color: #2a2d2d;
}
.dark .vendor-detail-box-2 .vendor-name .vendor-rating .rating li .feather {
  width: calc(15px + 2 * (100vw - 320px) / 1600);
  height: auto;
}
.dark .vendor-detail-box-2 .vendor-name p {
  margin-bottom: -6px;
  line-height: 1.5;
  font-size: 14px;
  color: #f1f1f1;
  margin-top: 11px;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
}
@media (max-width: 767px) {
  .dark .vendor-detail-box-2 .vendor-name p {
    text-align: center;
  }
}
.dark .vendor-detail-box-2 .vendor-tag h4,
.dark .vendor-detail-box-2 .vendor-tag .h4 {
  text-transform: none;
  font-weight: 500;
  margin-bottom: 17px;
}
.dark .vendor-detail-box-2 .vendor-tag ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: calc(7px + 5 * (100vw - 320px) / 1600);
}
.dark .vendor-detail-box-2 .vendor-tag ul li {
  background-color: rgba(119, 119, 119, 0.44);
  letter-spacing: 0.5px;
  padding: 4px 11px;
  border-radius: 3px;
  color: #ffffff;
  font-size: calc(13px + 1 * (100vw - 320px) / 1600);
}
.dark .vendor-detail-box-2 .share-contact {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  text-align: center;
}
@media (max-width: 767px) {
  .dark .vendor-detail-box-2 .share-contact {
    display: block;
  }
}
@media (max-width: 767px) {
  .dark .vendor-detail-box-2 .share-contact > div {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 16px;
  }
}
.dark .vendor-detail-box-2 .share-contact .vendor-share h5,
.dark .vendor-detail-box-2 .share-contact .vendor-share .h5 {
  display: block;
  font-size: calc(15px + 2 * (100vw - 320px) / 1600);
  font-weight: 600;
}
.dark .vendor-detail-box-2 .share-contact .vendor-share ul {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 8px;
  flex-wrap: wrap;
  gap: 10px;
}
body.rtl .dark .vendor-detail-box-2 .share-contact .vendor-share ul {
  padding: 0;
}
.dark .vendor-detail-box-2 .share-contact .vendor-share ul li {
  position: relative;
}
.dark .vendor-detail-box-2 .share-contact .vendor-share ul li a {
  color: #f1f1f1;
  font-size: 16px;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.dark .vendor-detail-box-2 .share-contact .vendor-contect {
  text-align: center;
  margin-top: 17px;
}
@media (max-width: 767px) {
  .dark .vendor-detail-box-2 .share-contact .vendor-contect {
    margin-top: 0;
  }
}
.dark .vendor-detail-box-2 .share-contact .vendor-contect h5,
.dark .vendor-detail-box-2 .share-contact .vendor-contect .h5 {
  text-align: center;
  font-size: calc(15px + 2 * (100vw - 320px) / 1600);
  font-weight: 600;
  margin-bottom: 10px;
}
.dark .vendor-detail-box-2 .share-contact .vendor-contect button {
  margin: 8px auto 0;
}
.dark .saller-poster-section .poster-box .poster-image {
  margin-bottom: calc(22px + 30 * (100vw - 320px) / 1600);
  text-align: center;
  height: calc(140px + 360 * (100vw - 320px) / 1600);
  overflow: hidden;
}
.dark .saller-poster-section .poster-box .poster-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.dark .saller-poster-section .saller-button {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
  margin-top: 15px;
}
.dark .become-service .service-box {
  text-align: center;
  border-radius: 8px;
  transition: all 0.3s ease-in-out;
}
.dark .become-service .service-box:hover {
  transform: translateY(-10px);
}
.dark .become-service .service-box:hover .service-svg svg {
  transform: scale(1.05);
  fill: var(--theme-color);
}
.dark .become-service .service-box:hover .service-detail h4,
.dark .become-service .service-box:hover .service-detail .h4 {
  color: var(--theme-color);
}
.dark .become-service .service-box:hover .service-detail h4::after,
.dark .become-service .service-box:hover .service-detail .h4::after {
  width: 68%;
}
.dark .become-service .service-box .service-svg {
  width: calc(58px + 22 * (100vw - 320px) / 1600);
  height: calc(58px + 22 * (100vw - 320px) / 1600);
  display: flex;
  align-items: center;
  justify-content: center;
  background: #2a2d2d;
  margin: 0 auto calc(14px + 4 * (100vw - 320px) / 1600);
  border-radius: 5px;
  padding: calc(5px + 3 * (100vw - 320px) / 1600);
}
.dark .become-service .service-box .service-svg img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: all 0.3s ease-in-out;
}
[class=dark] .dark .become-service .service-box .service-svg img {
  filter: invert(1) brightness(100);
}
.dark .become-service .service-box .service-detail h4,
.dark .become-service .service-box .service-detail .h4 {
  font-weight: 600;
  display: inline-block;
  font-size: 20px;
  margin-bottom: 10px;
  text-transform: uppercase;
  position: relative;
  z-index: 0;
  transition: all 0.3s ease-in-out;
}
.dark .become-service .service-box .service-detail h4::after,
.dark .become-service .service-box .service-detail .h4::after {
  content: "";
  position: absolute;
  bottom: 2px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 4px;
  background-color: var(--theme-color);
  opacity: 0.3;
  z-index: -1;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}
.dark .become-service .service-box .service-detail p {
  margin: 0;
  line-height: 1.5;
  color: #dddddd;
  transition: all 0.3s ease-in-out;
  font-size: calc(15px + 1 * (100vw - 320px) / 1600);
}
.dark .business-section {
  background-color: #1d1d22;
}
.dark .business-section .business-contain {
  position: relative;
  z-index: 0;
}
.dark .business-section .business-contain::after {
  content: "";
  position: absolute;
  background-image: url("./media/arrow.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  z-index: -1;
}
@media (max-width: 1199px) {
  .dark .business-section .business-contain::after {
    content: none;
  }
}
.dark .business-section .business-contain > .row {
  margin-inline: -50px;
}
@media (max-width: 1199px) {
  .dark .business-section .business-contain > .row {
    margin-inline: 0;
  }
}
.dark .business-section .business-contain > .row > div {
  padding-inline: calc(15px + 35 * (100vw - 1200px) / 720);
}
@media (max-width: 1199px) {
  .dark .business-section .business-contain > .row > div {
    padding-inline: calc(var(--bs-gutter-x) * 0.5);
  }
}
.dark .business-section .business-contain > .row > div:last-child,
.dark .business-section .business-contain > .row > div:first-child {
  margin-bottom: 40px;
}
@media (max-width: 1199px) {
  .dark .business-section .business-contain > .row > div:last-child,
  .dark .business-section .business-contain > .row > div:first-child {
    margin-bottom: inherit;
  }
}
.dark .business-section .business-contain > .row > div:nth-child(2) {
  margin-top: 40px;
}
@media (max-width: 1199px) {
  .dark .business-section .business-contain > .row > div:nth-child(2) {
    margin-top: var(--bs-gutter-y);
  }
}
.dark .business-section .business-contain .business-box {
  text-align: center;
  background-color: #2a2d2d;
  border-radius: 9px;
  padding: calc(17px + 18 * (100vw - 320px) / 1600);
  box-shadow: 0 0 8px rgba(255, 255, 255, 0.05);
  display: flex;
  align-items: center;
}
.dark .business-section .business-contain .business-box .business-number {
  width: calc(54px + 11 * (100vw - 320px) / 1600);
  height: calc(54px + 11 * (100vw - 320px) / 1600);
  background: var(--theme-color);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto calc(19px + 9 * (100vw - 320px) / 1600);
  border-radius: 5px;
}
.dark .business-section .business-contain .business-box .business-number h2,
.dark .business-section .business-contain .business-box .business-number .h2 {
  color: #2a2d2d;
  font-size: calc(26px + 9 * (100vw - 320px) / 1600);
  font-weight: 500;
}
.dark .business-section .business-contain .business-box .business-detail h4,
.dark .business-section .business-contain .business-box .business-detail .h4 {
  margin-bottom: calc(6px + 4 * (100vw - 320px) / 1600);
  font-weight: 600;
  line-height: 1.4;
}
.dark .business-section .business-contain .business-box .business-detail p {
  margin: 0;
  color: #dddddd;
  line-height: 1.6;
  font-size: 16px;
}
.dark .seller-grid-box {
  background-color: #1d1d22;
  padding: calc(12px + 13 * (100vw - 320px) / 1600);
  border-radius: 14px;
  position: relative;
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.05);
  display: block;
}
.dark .seller-grid-box .grid-contain .seller-contact-details {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-bottom: 25px;
}
.dark .seller-grid-box .grid-contain .seller-contact-details .saller-contact {
  display: flex;
  flex-wrap: nowrap;
  gap: 5px;
  align-items: flex-start;
  width: 100%;
}
.dark .seller-grid-box .grid-contain .seller-contact-details .saller-contact .seller-icon i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 25px;
  height: 25px;
  font-size: 16px;
  color: var(--theme-color);
}
.dark .seller-grid-box .grid-contain .seller-contact-details .saller-contact .contact-detail h5,
.dark .seller-grid-box .grid-contain .seller-contact-details .saller-contact .contact-detail .h5 {
  line-height: 1.6;
  color: #ffffff;
}
.dark .seller-grid-box .grid-contain .seller-contact-details .saller-contact .contact-detail h5 span,
.dark .seller-grid-box .grid-contain .seller-contact-details .saller-contact .contact-detail .h5 span {
  color: #dddddd;
}
.dark .seller-grid-box .grid-contain .contain-name {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.dark .seller-grid-box .grid-contain .contain-name h6,
.dark .seller-grid-box .grid-contain .contain-name .h6 {
  color: #dddddd;
  margin-left: 4px;
}
body.rtl .dark .seller-grid-box .grid-contain .contain-name h6,
body.rtl .dark .seller-grid-box .grid-contain .contain-name .h6 {
  margin-left: unset;
  margin-right: 4px;
}
.dark .seller-grid-box .grid-contain .contain-name h3,
.dark .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: #ffffff;
}
.dark .seller-grid-box .grid-contain .contain-name .product-rating {
  margin-bottom: calc(14px + 5 * (100vw - 320px) / 1600);
}
.dark .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;
}
.dark .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;
}
.dark .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: #2a2d2d;
  padding: calc(10px + 5 * (100vw - 320px) / 1600);
  border-radius: calc(7px + 4 * (100vw - 320px) / 1600);
  box-shadow: 0 0 8px rgba(255, 255, 255, 0.07);
}
.dark .seller-grid-box .grid-contain .contain-name .grid-image h1,
.dark .seller-grid-box .grid-contain .contain-name .grid-image .h1 {
  color: #dddddd;
  line-height: 1;
  font-size: calc(43px + 27 * (100vw - 320px) / 1600);
}
.dark .seller-grid-box-1 .grid-image {
  display: flex;
  flex-wrap: nowrap;
  gap: 18px;
  align-items: center;
  margin-bottom: 20px;
}
.dark .seller-grid-box-1 .grid-image .image {
  width: 66px;
  height: 66px;
  border-radius: 11px;
}
.dark .seller-grid-box-1 .grid-image .contain-name {
  width: calc(100% - 66px - 18px);
  position: relative;
}
.dark .seller-grid-box-1 .grid-image .contain-name .since-number {
  display: flex;
  align-items: center;
  position: absolute;
  top: 0;
  background-color: #1d1d22;
  right: 0;
  padding-left: 5px;
}
body.rtl .dark .seller-grid-box-1 .grid-image .contain-name .since-number {
  right: unset;
  left: 0;
}
@media (max-width: 480px) {
  .dark .seller-grid-box-1 .grid-image .contain-name .since-number {
    display: block;
  }
}
.dark .seller-grid-box-1 .grid-image .contain-name .since-number h6,
.dark .seller-grid-box-1 .grid-image .contain-name .since-number .h6 {
  color: #dddddd;
}
.dark .seller-grid-box-1 .grid-image .contain-name .since-number .product-rating {
  display: block;
  text-align: right;
}
body.rtl .dark .seller-grid-box-1 .grid-image .contain-name .since-number .product-rating {
  text-align: left;
}
@media (max-width: 480px) {
  .dark .seller-grid-box-1 .grid-image .contain-name .since-number .product-rating {
    margin-top: 2px;
  }
}
.dark .seller-grid-box-1 .grid-image .contain-name h3,
.dark .seller-grid-box-1 .grid-image .contain-name .h3 {
  font-size: calc(19px + 4 * (100vw - 320px) / 1600);
  font-weight: 600;
  margin-bottom: 10px;
  color: #ffffff;
  width: 50%;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
}
.dark .seller-grid-box-1 .grid-image .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;
}
.dark .seller-grid-box-1 .grid-image .contain-name .product-label:after {
  content: "";
  position: absolute;
  background-color: var(--theme-color);
  opacity: 0.1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.dark .seller-grid-box-1 .grid-contain .seller-category {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.dark .seller-grid-box-1 .grid-contain .seller-category .product-image {
  display: flex;
  flex-wrap: nowrap;
}
.dark .seller-grid-box-1 .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;
  justify-content: center;
  background: #2a2d2d;
  border-radius: 100%;
  padding: 4px;
  box-shadow: 0 0 2px rgba(255, 255, 255, 0.2);
  color: #dddddd;
  transition: all 0.3s ease-in-out;
}
.dark .seller-grid-box-1 .grid-contain .seller-category .product-image li:hover {
  transform: scale(1.1) translateY(-7px);
}
.dark .seller-grid-box-1 .grid-contain .seller-category .product-image li:last-child {
  line-height: 1;
  font-weight: 600;
  font-size: calc(13px + 1 * (100vw - 320px) / 1600);
}
.dark .seller-grid-box-1 .grid-contain .seller-category .product-image li + li {
  margin-left: calc(-19px + 5 * (100vw - 320px) / 1600);
}
body.rtl .dark .seller-grid-box-1 .grid-contain .seller-category .product-image li + li {
  margin-right: calc(-19px + 5 * (100vw - 320px) / 1600);
  margin-left: unset;
}
.dark .product-table {
  margin-bottom: 0;
}
.dark .product-table thead tr th {
  text-align: center;
  font-size: 15px;
  font-weight: 600;
  white-space: nowrap;
  min-width: 90px;
  color: #ffffff;
  border-color: rgba(119, 119, 119, 0.44);
}
.dark .product-table tbody {
  border-top: 1px solid rgba(119, 119, 119, 0.44) !important;
}
.dark .product-table tbody tr:last-child td {
  border-bottom: none;
  padding-bottom: 0;
}
.dark .product-table tbody tr td {
  text-align: center;
  padding: 12px 15px;
  vertical-align: middle;
  white-space: nowrap;
  max-width: 190px;
  color: #dddddd;
  font-size: 15px;
}
.dark .product-table tbody tr td h6,
.dark .product-table tbody tr td .h6 {
  font-size: 15px;
}
.dark .product-table tbody tr td:nth-child(2) {
  max-width: 150px;
}
.dark .product-table tbody tr td:nth-child(2) h6,
.dark .product-table tbody tr td:nth-child(2) .h6 {
  color: #dddddd;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  font-size: 15px;
}
.dark .product-table tbody tr td.product-image {
  width: 90px;
}
.dark .product-table tbody tr td.efit-delete .feather {
  width: 19px;
  stroke-width: 1.6px;
}
.dark .product-table tbody tr td.efit-delete .feather.edit {
  color: var(--theme-color);
}
.dark .product-table tbody tr td.efit-delete .feather.delete {
  color: #ff7272;
  margin-left: 10px;
}
body.rtl .dark .product-table tbody tr td.efit-delete .feather.delete {
  margin-left: unset;
  margin-right: 10px;
}
.dark .order-table {
  margin-bottom: 0;
}
.dark .order-table-2 tbody {
  border-top: none !important;
}
.dark .order-table-2 tbody tr td {
  text-align: left;
}
.dark .order-table thead tr th {
  text-align: center;
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
  font-weight: 600;
  white-space: nowrap;
  min-width: 90px;
}
.dark .order-table tbody {
  border-top: 1px solid rgba(119, 119, 119, 0.44);
}
.dark .order-table tbody tr:last-child td {
  border-bottom: none;
  padding-bottom: 0;
}
.dark .order-table tbody tr td {
  text-align: center;
  padding: 12px 15px;
  vertical-align: middle;
  white-space: nowrap;
}
.dark .order-table tbody tr td:nth-child(2) {
  color: #dddddd;
}
.dark .order-table tbody tr td label {
  padding: 3px 12px;
  font-size: 12px;
  border-radius: 50px;
}
.dark .order-table tbody tr td label.success {
  color: var(--theme-color);
}
.dark .order-table tbody tr td label.danger {
  background-color: rgba(255, 114, 114, 0.1);
  color: #ff7272;
}
.dark .order-table tbody tr td:first-child {
  font-weight: 600;
}
.dark .profile-tab ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: calc(15px + 6 * (100vw - 320px) / 1600);
}
.dark .profile-tab ul li {
  display: flex;
  align-items: center;
  width: 100%;
}
@media (max-width: 575px) {
  .dark .profile-tab ul li {
    display: block;
  }
}
.dark .profile-tab ul li h5,
.dark .profile-tab ul li .h5 {
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
}
.dark .profile-tab ul li h5:first-child,
.dark .profile-tab ul li .h5:first-child {
  width: 220px;
}
.dark .profile-tab ul li h5:last-child,
.dark .profile-tab ul li .h5:last-child {
  color: #dddddd;
}
@media (max-width: 575px) {
  .dark .profile-tab ul li h5:last-child,
  .dark .profile-tab ul li .h5:last-child {
    margin-top: 8px;
  }
}
.dark .deactivate-box {
  padding: 15px 22px;
  background: rgba(255, 165, 59, 0.1);
  border: 1px dashed #ffa53b;
  border-radius: 7px;
  display: flex;
  flex-wrap: nowrap;
  gap: 17px;
  margin-bottom: 21px;
}
.dark .deactivate-box .deactivate-icon {
  width: 30px;
  height: 30px;
  background: rgba(254, 163, 72, 0.3);
  color: #fea348;
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}
.dark .deactivate-box .deactivate-contain h3,
.dark .deactivate-box .deactivate-contain .h3 {
  font-weight: 600;
  margin-bottom: 5px;
}
.dark .deactivate-box .deactivate-contain h5,
.dark .deactivate-box .deactivate-contain .h5 {
  color: #dddddd;
  margin-bottom: 10px;
}
.dark .deactivate-box .deactivate-contain a {
  font-size: 16px;
  font-weight: 600;
}
.dark .dashboard-privacy .privacy-box .custom-form-check-2 label {
  font-size: calc(15px + 3 * (100vw - 320px) / 1600);
}
.dark .apexcharts-tooltip * {
  display: flex;
}
.dark .apexcharts-toolbar {
  z-index: 0;
}
.dark .product-header-top .wishlist-button {
  width: 26px;
  height: 26px;
  background-color: #2a2d2d;
  border-radius: 100%;
  padding: 0;
  box-shadow: 0 3px 3px rgba(34, 34, 34, 0.24);
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  position: absolute;
  right: 0;
  top: 0;
}
body.rtl .dark .product-header-top .wishlist-button {
  right: unset;
  left: 0;
}
.dark .product-header-top .wishlist-button svg {
  width: 17px;
  height: 17px;
}
.dark .ngx-slider .ngx-slider-selection {
  background: var(--theme-color) !important;
}
.dark .ngx-slider .ngx-slider-pointer {
  width: 22px !important;
  height: 22px !important;
  top: -10px !important;
  background-color: var(--theme-color) !important;
}
.dark .ngx-slider .ngx-slider-pointer:after {
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%);
}
.dark .ngx-slider .ngx-slider-active:after {
  background-color: #ffffff !important;
}
.dark .no-data-added {
  text-align: center;
  padding: 60px 0;
}
.dark .no-data-added img {
  width: 25%;
  margin-bottom: 20px;
}
.dark .no-data-added h4,
.dark .no-data-added .h4 {
  font-weight: 500;
  font-size: calc(20px + 5 * (100vw - 320px) / 1600);
  color: #232323;
  margin-bottom: 0;
}
.dark .no-data-added.collection-no-data {
  padding: 120px 0;
}
.dark .no-data-added.collection-no-data img {
  width: 30%;
}
.dark .no-data-added.collection-no-data p {
  width: 44%;
}
.dark .no-data-added p {
  width: 100%;
  margin: 10px auto 0;
  font-size: calc(15px + 3 * (100vw - 320px) / 1600);
  line-height: 1.4;
  color: #dddddd;
}
.dark .no-data-added.category-no-data img {
  width: 64%;
}
.dark .no-data-added.no-shipping img {
  width: 32%;
}
@media (max-width: 991px) {
  .dark .no-data-added.no-shipping img {
    width: 42%;
  }
}
@media (max-width: 576px) {
  .dark .no-data-added.no-shipping img {
    width: 50%;
  }
}
@media (max-width: 420px) {
  .dark .no-data-added.no-shipping img {
    width: 80%;
  }
}
.dark .post-question-box {
  margin-bottom: 32px;
}
.dark .post-question-box h4,
.dark .post-question-box .h4 {
  color: #ffffff;
  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;
}
.dark .post-question-box h4 a,
.dark .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: 6px;
  background-color: #f8f8f8;
  color: #222;
  padding: calc(9px + 3 * (100vw - 320px) / 1600) calc(16px + 6 * (100vw - 320px) / 1600);
}
.dark .checkout .checkout-details {
  background-color: #f9f9f9;
  border: 1px solid #dddddd;
  padding: 40px;
}
.dark .checkout .checkout-details .order-place {
  margin-top: 15px;
}
.dark .order-box .title-box {
  padding-bottom: 20px;
  color: #444444;
  font-size: 22px;
  border-bottom: 1px solid #ededed;
  margin-bottom: 20px;
}
.dark .order-box .title-box span {
  width: 35%;
  float: right;
  font-weight: 600;
  text-align: right;
}
.dark .order-box .title-box h4,
.dark .order-box .title-box .h4 {
  font-weight: 600;
}
.dark .order-box .title-box .checkbox-title {
  display: flex;
  justify-content: space-between;
}
.dark .order-box .sub-total li {
  position: relative;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  color: #333333;
  line-height: 20px;
  margin-bottom: 20px;
  width: 100%;
}
.dark .order-box .sub-total li .count {
  position: relative;
  font-size: 18px;
  line-height: 20px;
  font-weight: 400;
  width: 35%;
  float: right;
  text-align: right;
}
.dark .order-box .sub-total .shipping-class {
  margin-bottom: 12px;
}
.dark .order-box .sub-total .shipping-class .shopping-checkout-option {
  margin-top: -4px;
  position: relative;
  font-size: 18px;
  line-height: 20px;
  color: var(--theme-color);
  font-weight: 400;
  width: 35%;
  float: right;
  text-align: right;
}
.dark .order-box .total {
  position: relative;
  margin-bottom: 30px;
}
.dark .order-box .total li {
  position: relative;
  display: block;
  font-weight: 400;
  color: #333333;
  line-height: 20px;
  font-size: 18px;
}
.dark .order-box .qty {
  position: relative;
  border-bottom: 1px solid #ededed;
  margin-bottom: 30px;
}
.dark .order-box .qty li {
  position: relative;
  display: block;
  font-size: 15px;
  color: #444444;
  line-height: 20px;
  margin-bottom: 20px;
}
.dark .order-box .qty li span {
  float: right;
  font-size: 18px;
  line-height: 20px;
  color: #232323;
  font-weight: 400;
  width: 35%;
  text-align: right;
}
.dark .radio-option {
  position: relative;
}
.dark .img-paypal {
  width: 30%;
  margin-left: 15px;
}
.dark .checkout-section-2 {
  z-index: 0;
  position: relative;
}
.dark .checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul {
  display: flex;
  flex-wrap: wrap;
  gap: calc(20px + 20 * (100vw - 320px) / 1600);
}
.dark .checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li {
  position: relative;
  width: 100%;
}
.dark .checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li:last-child .checkout-box::before {
  content: none;
}
.dark .checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  padding: 6px;
  background-color: #f9f9f6;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--theme-color);
  box-shadow: 0 0 8px #eee;
}
.dark .checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-icon i {
  font-size: 20px;
  color: #dddddd;
}
body.rtl .dark .checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-icon {
  left: unset;
  right: 0;
}
@media (max-width: 576px) {
  .dark .checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-icon {
    display: none;
  }
}
.dark .checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-icon .lord-icon {
  width: 100%;
  height: 100%;
}
.dark .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: 8px;
  box-shadow: 0 0 8px #eee;
  margin-left: 66px;
  position: relative;
}
.dark .checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .payment-method ul {
  display: flex;
  align-items: center;
  gap: 15px;
}
.dark .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: #2a2d2d;
  padding: 15px 40px;
  border-radius: 20px;
  text-align: center;
  cursor: pointer;
}
.dark .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;
}
.dark .checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .payment-method ul li h5,
.dark .checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .payment-method ul li .h5 {
  color: #898989;
}
.dark .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);
}
.dark .checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .payment-method ul li.active i {
  color: var(--theme-color);
}
.dark .checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .form-select {
  background-color: #2a2d2d;
  border-color: #eee;
  line-height: 1.8;
}
body.rtl .dark .checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box {
  margin-left: unset;
  margin-right: 66px;
}
@media (max-width: 576px) {
  .dark .checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box {
    margin-left: 0;
  }
  body.rtl .dark .checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box {
    margin-left: unset;
    margin-right: 0;
  }
}
.dark .checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box::before {
  content: "";
  position: absolute;
  top: 25px;
  left: -42px;
  width: 0;
  height: 115%;
  border-left: 1px dashed rgba(255, 255, 255, 0.18);
  z-index: -1;
}
body.rtl .dark .checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box::before {
  left: unset;
  right: -42px;
}
@media (max-width: 576px) {
  .dark .checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box::before {
    content: none;
  }
}
.dark .checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-title {
  margin-bottom: calc(9px + 8 * (100vw - 320px) / 1600);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.dark .checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-title h4,
.dark .checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-title .h4 {
  font-weight: 600;
  font-size: calc(18px + 1 * (100vw - 320px) / 1600);
}
.dark .checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .delivery-address-box {
  border-radius: 8px;
  padding: calc(12px + 12 * (100vw - 320px) / 1600);
  background-color: #2a2d2d;
  height: 100%;
}
.dark .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;
}
.dark .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: #2a2d2d;
  font-size: 12px;
  letter-spacing: 0.8px;
}
body.rtl .dark .checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .delivery-address-box > div .label {
  right: unset;
  left: 0;
}
.dark .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;
}
.dark .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;
}
.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 {
  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;
  border: unset;
}
.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 {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 16px;
  height: 16px;
  background-color: #2a2d2d;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  border: 1px solid rgba(119, 119, 119, 0.44);
}
.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::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%;
}
.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:checked {
  background-color: transparent;
  border-color: transparent;
}
.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:checked::before {
  border-color: var(--theme-color);
}
.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:checked::after {
  transform: translate(-50%, -50%) scale(1);
}
.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: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");
}
.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:focus {
  box-shadow: none;
  border-color: var(--theme-color);
}
.dark .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: 10px;
  margin-left: 10px;
  width: calc(85% + -10 * (100vw - 320px) / 1600);
}
body.rtl .dark .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;
  padding-right: 0;
}
.dark .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%;
}
.dark .checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .delivery-address-box > div .delivery-address-detail p,
.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 {
  line-height: 1.4;
  margin-bottom: 0;
  font-weight: 400;
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
}
.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,
.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 {
  margin-right: 4px;
  font-weight: 600;
}
.dark .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: #2a2d2d;
  box-shadow: 0 0 9px rgba(255, 255, 255, 0.07);
  border-radius: 8px;
}
.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 {
  padding: calc(17px + 9 * (100vw - 320px) / 1600);
  background-color: #2a2d2d;
  border-radius: 5px;
}
@media (max-width: 1460px) {
  .dark .checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .delivery-option .select-option,
  .dark .checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .payment-option .select-option {
    margin-top: 6px;
  }
}
.dark .checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .delivery-option .date-box,
.dark .checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .payment-option .date-box {
  position: relative;
}
.dark .checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .delivery-option .date-box i,
.dark .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: #dddddd;
}
.dark .checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .delivery-option .delivery-category,
.dark .checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .delivery-option .payment-category,
.dark .checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .payment-option .delivery-category,
.dark .checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .payment-option .payment-category {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 767px) {
  .dark .checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .delivery-option .delivery-category,
  .dark .checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .delivery-option .payment-category,
  .dark .checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .payment-option .delivery-category,
  .dark .checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .payment-option .payment-category {
    display: block;
  }
}
.dark .checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .delivery-option .delivery-category .form-check,
.dark .checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .delivery-option .payment-category .form-check,
.dark .checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .payment-option .delivery-category .form-check,
.dark .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;
}
.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,
.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,
.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,
.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 {
  width: calc(15px + 2 * (100vw - 320px) / 1600);
  height: calc(15px + 2 * (100vw - 320px) / 1600);
  margin: 2px 0 0 0;
  float: unset;
  background-color: unset;
  position: relative;
  border: unset;
}
.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 {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 16px;
  height: 16px;
  background-color: #2a2d2d;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  border: 1px solid rgba(119, 119, 119, 0.44);
}
.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::after,
.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::after,
.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::after,
.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::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%;
}
.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:checked,
.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:checked,
.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:checked,
.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:checked {
  background-color: transparent;
  border-color: transparent;
}
.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:checked::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:checked::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:checked::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:checked::before {
  border-color: var(--theme-color);
}
.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:checked::after,
.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:checked::after,
.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:checked::after,
.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:checked::after {
  transform: translate(-50%, -50%) scale(1);
}
.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:focus,
.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:focus,
.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:focus,
.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:focus {
  box-shadow: none;
  border-color: var(--theme-color);
}
.dark .checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .delivery-option .custom-form-check,
.dark .checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .payment-option .custom-form-check {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  min-height: auto;
}
body.rtl .dark .checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .delivery-option .custom-form-check,
body.rtl .dark .checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .payment-option .custom-form-check {
  padding-left: unset;
  padding-right: 1.5rem;
}
.dark .checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .delivery-option .custom-form-check .form-check-label,
.dark .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));
}
body.rtl .dark .checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .delivery-option .custom-form-check .form-check-label,
body.rtl .dark .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;
}
.dark .checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .delivery-option .delivery-date,
.dark .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 rgba(119, 119, 119, 0.44);
  background-color: #2a2d2d;
  display: flex;
  align-items: center;
  color: #dddddd;
  width: 100%;
  padding: calc(8px + 2 * (100vw - 320px) / 1600) calc(15px + 10 * (100vw - 320px) / 1600);
}
.dark .checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .delivery-option .delivery-date input,
.dark .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: #2a2d2d;
  display: flex;
  align-items: center;
  color: #dddddd;
  width: 100%;
}
.dark .checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .delivery-option .delivery-time,
.dark .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%;
}
.dark .checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .delivery-option .delivery-time .dropdown-toggle,
.dark .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 rgba(119, 119, 119, 0.44);
  background-color: #2a2d2d;
  display: flex;
  align-items: center;
  color: #dddddd;
}
.dark .checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .delivery-option .delivery-time .dropdown-toggle i,
.dark .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 #dddddd;
  color: transparent;
  font-size: 18px;
  margin-right: 10px;
}
.dark .checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .delivery-option .delivery-time .dropdown-toggle::after,
.dark .checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .payment-option .delivery-time .dropdown-toggle::after {
  content: none;
}
.dark .checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .delivery-option .delivery-time .dropdown-toggle::before,
.dark .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;
}
.dark .checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .delivery-option .delivery-time .dropdown-menu,
.dark .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(255, 255, 255, 0.1);
}
.dark .checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .delivery-option .delivery-time .dropdown-menu li a:active,
.dark .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: #ffffff;
  text-decoration: none;
  background-color: rgba(119, 119, 119, 0.44);
}
.dark .checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .delivery-option .delivery-time .dropdown-menu li + li,
.dark .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;
}
.dark .checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .future-box {
  display: none;
}
.dark .checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .future-box.show {
  display: block;
}
.dark .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);
  background-color: rgba(26, 164, 136, 0.05);
  border-radius: 10px;
}
.dark .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%;
}
.dark .checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .future-box .future-option .delivery-items h4,
.dark .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: #ffffff;
  font-weight: 500;
}
.dark .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;
}
.dark .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) {
  .dark .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) {
  .dark .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) {
  .dark .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%;
  }
}
.dark .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: #2a2d2d;
  display: block;
  text-align: center;
  color: #ffffff;
  padding: 12px 8px;
  border: 1px solid var(--theme-color);
  border-radius: 8px;
}
.dark .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;
}
.dark .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;
}
.dark .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;
}
.dark .checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .credit-card-box .credit-detail {
  position: relative;
}
.dark .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;
}
.dark .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: 8px;
  position: relative;
}
.dark .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;
}
.dark .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;
}
.dark .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;
}
.dark .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;
}
.dark .checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .custom-accordion .accordion-item {
  border: none;
  border-radius: 6px;
  overflow: hidden;
  display: block;
  width: 100%;
  background-color: #f8f8f8;
  border-radius: 5px;
}
.dark .checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .custom-accordion .accordion-item .accordion-header .accordion-button {
  color: #dddddd;
  position: relative;
  padding: 0;
  background-color: #f8f8f8;
}
.dark .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;
}
.dark .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;
  content: "\f107";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 30px;
  transition: transform 0.2s ease-in-out;
}
body.rtl .dark .checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .custom-accordion .accordion-item .accordion-header .accordion-button::before {
  right: unset;
  left: 30px;
}
.dark .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: #ffffff;
  background-color: transparent;
  box-shadow: none;
}
.dark .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%);
}
.dark .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%;
}
.dark .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: #ffffff;
  display: flex;
  align-items: center;
  width: 100%;
  font-size: calc(15px + 3 * (100vw - 320px) / 1600);
  padding: 16px 20px;
  margin-bottom: 0;
}
body.rtl .dark .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 {
  padding-right: 0;
}
@media (max-width: 480px) {
  .dark .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;
  }
}
.dark .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);
}
body.rtl .dark .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-left: calc(6px + 4 * (100vw - 320px) / 1600);
  margin-right: unset;
}
.dark .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;
}
.dark .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: #dddddd;
  font-size: 16px;
}
.dark .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);
}
.dark .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;
}
body.rtl .dark .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 {
  padding-left: unset;
  padding-right: 0;
}
.dark .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);
}
.dark .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;
}
body.rtl .dark .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: unset;
  margin-left: 10px;
}
.dark .checkout-section-2 .pos-detail-card .custom-box-loader .box-loader .custom-loader-wrapper {
  display: flex;
  align-items: center;
}
.dark .checkout-section-2 .pos-detail-card .custom-box-loader .box-loader .custom-loader-wrapper > div {
  padding-top: 0;
}
.dark .checkout-section-2 .pos-detail-card .product-details .cart-listing .text-theme {
  color: var(--theme-color);
}
.dark .checkout-section-2 .pos-detail-card .product-details .cart-listing li {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #eee;
}
.dark .checkout-section-2 .pos-detail-card .product-details .cart-listing li img {
  width: 50px;
  height: 50px;
}
.dark .checkout-section-2 .pos-detail-card .product-details .cart-listing li .cart-content {
  width: calc(100% - 50px - 70px);
}
.dark .checkout-section-2 .pos-detail-card .product-details .cart-listing li .cart-content h4,
.dark .checkout-section-2 .pos-detail-card .product-details .cart-listing li .cart-content .h4 {
  font-weight: 400;
  color: #dddddd;
  width: 80%;
  -webkit-line-clamp: 1;
  margin-bottom: 4px;
}
.dark .checkout-section-2 .pos-detail-card .product-details .cart-listing li .cart-content .price {
  position: absolute;
  right: 0;
  top: 5px;
  font-weight: 500;
  color: #ffffff;
}
body.rtl .dark .checkout-section-2 .pos-detail-card .product-details .cart-listing li .cart-content .price {
  right: unset;
  left: 0;
}
.dark .coupon-sec .apply-sec {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  background-color: rgba(26, 164, 136, 0.11);
  border-radius: 7px;
  padding: 12px 12px;
  width: 100%;
  border: 1px dashed rgba(26, 164, 136, 0.2);
}
.dark .coupon-sec .apply-sec a {
  color: var(--theme-color);
}
.dark .coupon-sec .apply-sec h4 span,
.dark .coupon-sec .apply-sec .h4 span {
  font-size: 15px !important;
}
.dark .coupon-sec .apply-sec > div {
  display: flex;
  align-items: flex-start;
  gap: 6px;
}
.dark .coupon-sec .apply-sec > div img {
  width: 22px;
}
.dark .coupon-sec .coupon-box input {
  padding: 10px 10px;
}
.dark .coupon-sec .coupon-box .coupon-error {
  animation: shake 0.5s;
}
.dark .coupon-sec .coupon-box .btn-apply {
  outline: 0;
  box-shadow: none;
  border: 1px solid #1aa387;
  background-color: #1aa387;
  color: white;
  padding: 5px 16px;
  border-radius: 0 5px 5px 0;
  height: 100%;
}
body.rtl .dark .coupon-sec .coupon-box .btn-apply {
  border-radius: 5px 0 0 5px;
}
.dark .empty-box {
  text-align: center;
}
.dark .empty-box img {
  width: 40px;
  opacity: 1;
}
.dark .empty-box h2,
.dark .empty-box .h2 {
  font-size: 22px;
  color: #bfbfbf;
  font-weight: 500;
  text-align: center;
  padding: 14px 0 30px;
}
.dark .promocode-title {
  cursor: pointer;
}
.dark .promocode-title h4,
.dark .promocode-title .h4 {
  color: var(--theme-color) !important;
}
@keyframes shake {
  0% {
    transform: translateX(0);
  }
  25% {
    transform: translateX(-10px);
  }
  50% {
    transform: translateX(10px);
  }
  75% {
    transform: translateX(-10px);
  }
  100% {
    transform: translateX(0);
  }
}
.dark .coupon-box {
  position: relative;
  padding: calc(15px + 12 * (100vw - 320px) / 1600);
  background: #1d1d22;
  border-radius: 6px;
  width: 100%;
  overflow: hidden;
  height: 100%;
}
.dark .coupon-box .coupon-img {
  width: 55px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  background-color: #1d1d22;
  border-radius: 2px;
  border: 1px solid #efefef;
}
.dark .coupon-box .coupon-img .img {
  width: 33px;
  height: 33px;
  object-fit: contain;
}
.dark .coupon-box .card-name {
  display: flex;
  justify-content: space-between;
}
.dark .coupon-box .coupon-name {
  display: flex;
  align-items: center;
  gap: 12px;
}
.dark .coupon-box .coupon-name img {
  border-radius: 6px;
}
.dark .coupon-box .coupon-name h5,
.dark .coupon-box .coupon-name .h5 {
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: calc(16px + 4 * (100vw - 320px) / 1600);
}
.dark .coupon-box .coupon-name h5::after,
.dark .coupon-box .coupon-name .h5::after {
  content: "";
  position: absolute;
  left: 0;
  height: 23px;
  background-color: #276534;
  width: 2px;
}
body.rtl .dark .coupon-box .coupon-name h5::after,
body.rtl .dark .coupon-box .coupon-name .h5::after {
  left: unset;
  right: 0;
}
.dark .coupon-box .coupon-name h6,
.dark .coupon-box .coupon-name .h6 {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-top: 3px;
  color: #dddddd;
}
.dark .coupon-box .coupon-content {
  margin-top: 15px;
}
.dark .coupon-box .coupon-content.bank-offer-content {
  margin-top: calc(10px + 10 * (100vw - 320px) / 1600);
}
.dark .coupon-box .coupon-content.bank-offer-content p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
}
.dark .coupon-box .coupon-content.bank-offer-content h6,
.dark .coupon-box .coupon-content.bank-offer-content .h6 {
  margin-top: calc(10px + 10 * (100vw - 320px) / 1600);
}
.dark .coupon-box .coupon-content .coupon-apply {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: calc(10px + 10 * (100vw - 320px) / 1600);
  border-top: 1px dashed rgba(255, 255, 255, 0.12);
}
.dark .coupon-box .coupon-content .coupon-apply .copy-btn {
  padding: calc(8px + 2 * (100vw - 320px) / 1600);
  line-height: 1;
  font-size: 14px;
  position: relative;
  overflow: hidden;
  color: var(--theme-color);
  font-weight: 600;
}
.dark .coupon-box .coupon-content .coupon-apply .copy-btn.expired-btn {
  color: #999;
  cursor: not-allowed;
}
.dark .coupon-box .coupon-content .coupon-apply .copy-btn.expired-btn::before {
  background-color: rgb(227, 227, 227);
  opacity: 0.6;
}
@media screen and (max-width: 1336px) and (min-width: 1399px) {
  .dark .coupon-box .coupon-content .coupon-apply .copy-btn {
    padding: 7px;
  }
}
.dark .coupon-box .coupon-content .coupon-apply .copy-btn:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--theme-color);
  opacity: 0.1;
  z-index: -1;
}
.dark .coupon-box .coupon-content p {
  color: #dddddd;
  line-height: 1.5;
  height: 42px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.dark .coupon-box .coupon-bottom {
  position: absolute;
  width: 95%;
  left: 10px;
  bottom: -1px;
}
.dark .coupon-box .coupon-right {
  position: absolute;
  right: -1px;
  top: 50%;
  transform: translateY(-50%);
  height: 90%;
}
.dark .pos-product-screen .search-panel form {
  width: 100%;
}
.dark .pos-detail-card {
  position: sticky;
  top: 110px;
  z-index: 1;
  background-color: #f8f8f8;
}
.dark .pos-detail-card .billing-top {
  display: flex;
  align-items: center;
  gap: 14px;
}
.dark .pos-detail-card .billing-top .btn {
  padding: 13px 12px;
}
.dark .pos-detail-card .delivery-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
  background-color: #f7f7f7;
  padding: 15px;
  border-radius: 5px;
}
.dark .pos-detail-card .summary-total {
  background-color: #2a2d2d;
  padding: 20px;
  border-radius: 10px;
  margin-top: 10px;
  position: relative;
}
.dark .pos-detail-card .summary-total:after,
.dark .pos-detail-card .summary-total:before {
  content: "";
  position: absolute;
  left: -15px;
  bottom: 49px;
  width: 30px;
  height: 30px;
  background-color: #f9f9f6;
  border-radius: 100%;
}
.dark .pos-detail-card .summary-total:before {
  left: unset;
  right: -15px;
}
.dark .pos-detail-card .summary-total.not-valid {
  opacity: 0.2;
  pointer-events: none;
  -webkit-user-select: none;
  user-select: none;
}
.dark .pos-detail-card .summary-total li {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.dark .pos-detail-card .summary-total li + li {
  padding-top: 15px;
}
.dark .pos-detail-card .summary-total li h4,
.dark .pos-detail-card .summary-total li .h4 {
  font-size: calc(15px + 2 * (100vw - 320px) / 1600);
  color: #ffffff !important;
}
.dark .pos-detail-card .summary-total li h4.txt-primary,
.dark .pos-detail-card .summary-total li .txt-primary.h4 {
  color: var(--theme-color) !important;
}
.dark .pos-detail-card .summary-total li h4.price,
.dark .pos-detail-card .summary-total li .price.h4 {
  margin-left: auto;
}
body.rtl .dark .pos-detail-card .summary-total li h4.price,
body.rtl .dark .pos-detail-card .summary-total li .price.h4 {
  margin-left: unset;
  margin-right: auto;
}
.dark .pos-detail-card .summary-total li h4 span,
.dark .pos-detail-card .summary-total li .h4 span {
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
  font-weight: 600;
}
.dark .pos-detail-card .summary-total li.list-total {
  border-top: 1px dashed #ddd;
  padding-top: 20px;
  margin-top: 12px;
}
.dark .pos-detail-card .summary-total li.list-total h4,
.dark .pos-detail-card .summary-total li.list-total .h4 {
  font-weight: 600;
  font-size: calc(16px + 4 * (100vw - 320px) / 1600);
}
.dark .pos-detail-card .summary-total li.coupon-sec {
  padding-bottom: 10px;
  margin-top: -2px;
}
.dark .pos-detail-card .summary-total li.border-cls {
  padding-top: 0px;
}
.dark .pos-detail-card .summary-total li.border-cls .checkbox_animated:after {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  right: unset;
  width: 23px;
  height: 23px;
}
.dark .pos-detail-card .summary-total li.border-cls .checkbox_animated:before {
  left: 5px;
  top: 5px;
  width: 10px;
  height: 6px;
}
.dark .pos-detail-card .summary-total li.border-cls .checkbox_animated {
  margin-left: 14px;
  margin-right: 0;
  width: 20px;
  height: 20px;
}
body.rtl .dark .pos-detail-card .summary-total li.border-cls .checkbox_animated {
  margin-left: unset;
  margin-right: 14px;
}
.dark .pos-detail-card .summary-total li.border-cls label {
  font-size: 14px;
  color: #777;
  padding-top: 2px;
}
.dark .pos-detail-card .payment-btn {
  border-radius: 10px;
  padding: 13px 20px !important;
}
.dark .pos-detail-card .payment-method {
  margin-top: 20px;
}
.dark .pos-detail-card .payment-method h4,
.dark .pos-detail-card .payment-method .h4 {
  margin-bottom: 16px;
  color: #646464;
}
.dark .pos-detail-card .payment-method ul {
  display: flex;
  align-items: center;
  gap: 15px;
}
.dark .pos-detail-card .payment-method ul li {
  width: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  background-color: #f7f7f7;
  padding: 15px 40px;
  border-radius: 20px;
  background-color: rgba(13, 164, 135, 0.07);
  text-align: center;
  cursor: pointer;
}
.dark .pos-detail-card .payment-method ul li i {
  font-size: 28px;
  color: #898989;
  line-height: 1;
}
.dark .pos-detail-card .payment-method ul li h5,
.dark .pos-detail-card .payment-method ul li .h5 {
  color: #898989;
}
.dark .pos-detail-card .payment-method ul li.active {
  border-color: var(--theme-color);
  color: var(--theme-color);
}
.dark .pos-detail-card .payment-method ul li.active i {
  color: var(--theme-color);
}
.dark .pos-detail-card .qty-box .input-group button {
  background-color: transparent;
}
.dark .pos-detail-card .qty-box .input-group button i {
  font-weight: 700;
  font-size: 18px;
}
.dark .product-details .table {
  border: 0;
  margin-top: 10px;
}
.dark .product-details .table tbody tr td {
  text-align: center;
}
.dark .product-details .table tbody tr td input::-webkit-outer-spin-button,
.dark .product-details .table tbody tr td input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.dark .product-details .table tbody tr td input[type=number] {
  -moz-appearance: textfield;
  width: 40px;
  padding: 7px 12px;
  margin: 0 auto;
}
.dark .product-details .table tbody tr td .product-content {
  display: flex;
  align-items: center;
  gap: 8px;
}
.dark .product-details .table tbody tr td .product-content .product-image {
  width: 35px;
  height: 35px;
  text-align: center;
  margin: 0 auto;
}
.dark .product-details .table tbody tr td .product-content .product-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.dark .product-details .table tbody tr td .product-content .product-name {
  font-size: 15px;
  font-weight: 600;
  width: calc(100% - 35px - 8px);
}
.dark .product-details .table tbody tr td .product-content .product-name h5,
.dark .product-details .table tbody tr td .product-content .product-name .h5 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  white-space: pre-wrap;
}
.dark .product-details .table tbody tr td:first-child {
  text-align: left;
}
.dark .product-details .table thead th {
  text-align: center;
  font-size: 16px;
}
.dark .product-details .table thead th:first-child {
  text-align: left;
}
.dark .product-details .empty-cart {
  padding: 50px 0;
  text-align: center;
}
.dark .product-details .empty-cart img {
  width: 60%;
}
.dark .product-details .cart-listing {
  margin-top: 5px;
  display: flex;
  flex-wrap: wrap;
}
.dark .product-details .cart-listing li {
  display: flex;
  align-items: center;
  gap: 15px;
  position: relative;
  width: 100%;
  padding-bottom: 20px;
  border-bottom: 1px dashed #ddd;
  margin-bottom: 20px;
}
.dark .product-details .cart-listing li .qty-box {
  position: absolute;
  bottom: 20px;
  right: 0;
}
body.rtl .dark .product-details .cart-listing li .qty-box {
  right: unset;
  left: 0;
}
.dark .product-details .cart-listing li .qty-box .input-group {
  background-color: #f9f9f6;
}
@media (max-width: 576px) {
  .dark .product-details .cart-listing li .qty-box {
    position: relative;
    bottom: 0;
  }
}
.dark .product-details .cart-listing li img {
  width: 70px;
  height: 70px;
  border-radius: 6px;
  object-fit: contain;
}
.dark .product-details .cart-listing li .cart-content {
  width: calc(100% - 70px - 120px - 15px);
}
@media (max-width: 576px) {
  .dark .product-details .cart-listing li .cart-content {
    width: calc(100% - 70px - 15px);
  }
}
.dark .product-details .cart-listing li .cart-content h4,
.dark .product-details .cart-listing li .cart-content .h4 {
  font-weight: 600;
  margin-bottom: 9px;
  width: 95%;
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 1.4;
  color: #dddddd;
}
@media (max-width: 576px) {
  .dark .product-details .cart-listing li .cart-content h4,
  .dark .product-details .cart-listing li .cart-content .h4 {
    width: 100%;
  }
}
.dark .product-details .cart-listing li .cart-content h5,
.dark .product-details .cart-listing li .cart-content .h5 {
  color: #dddddd;
}
.dark .qty-box {
  margin-top: 10px;
  width: calc(100px + 20 * (100vw - 320px) / 1600);
}
.dark .qty-box .input-group {
  background-color: #2a2d2d;
  border-radius: 7px;
  padding: 5px 4px;
  text-align: center;
  z-index: 0;
  border: 1px solid #eee;
}
.dark .qty-box .input-group.theme-bg-white {
  background-color: #2a2d2d;
}
.dark .qty-box .input-group button {
  transition: all 0.3s ease-in-out;
  width: calc(26px + 9 * (100vw - 320px) / 1600);
  height: calc(26px + 9 * (100vw - 320px) / 1600);
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  padding: 0 !important;
  background-color: #2a2d2d;
  z-index: 0;
  border-radius: 4px !important;
}
.dark .qty-box .input-group button i {
  font-size: 19px;
  color: var(--theme-color);
  line-height: 1;
  margin: 0;
}
.dark .qty-box .input-group button:focus {
  box-shadow: none;
}
.dark .qty-box .input-group button:hover {
  background-color: var(--theme-color);
}
.dark .qty-box .input-group button:hover i {
  color: #2a2d2d;
}
.dark .qty-box .input-group input {
  height: auto;
  background-color: transparent;
  border: none;
  padding: 0;
  text-align: center;
  font-size: 14px;
  color: #dddddd;
}
.dark .dashboard-category .category-image {
  width: 100%;
  height: 85px;
  padding: 20px;
  position: relative;
  overflow: hidden;
  border-radius: 11px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.dark .dashboard-category .category-image h4,
.dark .dashboard-category .category-image .h4 {
  font-size: 35px;
  color: #969696;
  line-height: 1;
}
.dark .dashboard-category .category-image:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f8f8f8;
  opacity: 1;
  z-index: -1;
}
.dark .dashboard-category .category-image:hover {
  background:
    linear-gradient(
      -45deg,
      var(--theme-color),
      #719460);
  transition: all 0.5s ease;
}
.dark .dashboard-category .category-image:hover h4,
.dark .dashboard-category .category-image:hover .h4 {
  color: #2a2d2d;
}
.dark .dashboard-category .category-image.active {
  background:
    linear-gradient(
      -45deg,
      var(--theme-color),
      #719460);
  transition: all 0.5s ease;
}
.dark .dashboard-category .category-image.active h4,
.dark .dashboard-category .category-image.active .h4 {
  color: #2a2d2d;
}
.dark .dashboard-category .category-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.dark .dashboard-category .category-name {
  width: 70%;
  margin: 10px auto 0;
  display: block;
  text-align: center;
}
.dark .dashboard-category .category-name h6,
.dark .dashboard-category .category-name .h6 {
  color: #333333;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.dark .pos-modal .modal-body {
  padding: calc(18px + 11 * (100vw - 320px) / 1600);
}
.dark .pos-modal .modal-body .right-sidebar-modal .modal-bottom-cart {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-top: 20px;
}
.dark .pos-modal .modal-body .right-sidebar-modal .modal-bottom-cart .btn-animation {
  width: calc(100% - 120px);
}
.dark .pos-modal .modal-body .right-sidebar-modal .modal-bottom-cart .qty-box {
  margin-top: 0;
  height: 47px;
}
.dark .pos-modal .modal-body .right-sidebar-modal .modal-bottom-cart .qty-box .input-group {
  background-color: #f8f8f8;
  border: 0;
  height: 100%;
}
.dark .pos-modal .modal-body .right-sidebar-modal .title-name {
  font-weight: 600;
  line-height: 1.3;
  text-transform: uppercase;
  margin-bottom: calc(3px + 4 * (100vw - 320px) / 1600);
  font-size: calc(16px + 6 * (100vw - 320px) / 1600);
}
.dark .pos-modal .modal-body .right-sidebar-modal .price {
  font-size: 20px;
  color: #dddddd;
}
.dark .pos-modal .modal-body .right-sidebar-modal .brand-list {
  display: flex;
  flex-wrap: wrap;
  gap: calc(9px + 3 * (100vw - 320px) / 1600);
  align-items: center;
  margin-top: calc(13px + 6 * (100vw - 320px) / 1600);
  border-bottom: 1px dashed rgba(119, 119, 119, 0.44);
  padding-bottom: 14px;
}
.dark .pos-modal .modal-body .right-sidebar-modal .brand-list li {
  width: 100%;
}
.dark .pos-modal .modal-body .right-sidebar-modal .brand-list li .brand-box {
  display: flex;
  align-items: center;
}
.dark .pos-modal .modal-body .right-sidebar-modal .brand-list li .brand-box h5,
.dark .pos-modal .modal-body .right-sidebar-modal .brand-list li .brand-box .h5 {
  width: 110px;
  font-size: 14px;
  color: #dddddd;
}
.dark .pos-modal .modal-body .right-sidebar-modal .select-size {
  display: flex;
  flex-wrap: nowrap;
  gap: 15px;
  margin-top: 10px;
  align-items: center;
  margin-top: calc(16px + 5 * (100vw - 320px) / 1600);
}
.dark .pos-modal .modal-body .right-sidebar-modal .select-size h4,
.dark .pos-modal .modal-body .right-sidebar-modal .select-size .h4 {
  font-size: calc(14px + 1 * (100vw - 320px) / 1600);
  white-space: nowrap;
}
.dark .pos-modal .modal-body .right-sidebar-modal .select-size .select-form-size {
  width: auto;
  border-color: #eee;
}
.dark .pos-modal .modal-body .right-sidebar-modal .product-rating {
  border-bottom: 1px dashed rgba(119, 119, 119, 0.44);
  padding-bottom: 14px;
  margin-top: 14px;
}
.dark .pos-modal .modal-body .right-sidebar-modal .product-detail {
  margin-top: 12px;
}
.dark .pos-modal .modal-body .right-sidebar-modal .product-detail h4,
.dark .pos-modal .modal-body .right-sidebar-modal .product-detail .h4 {
  font-weight: 600;
  margin-bottom: 7px;
}
.dark .pos-modal .modal-body .right-sidebar-modal .product-detail p {
  font-size: calc(14px + 1 * (100vw - 320px) / 1600);
  line-height: 1.4;
  margin: 0;
  color: #dddddd;
}
.dark .pos-modal .modal-body .right-sidebar-modal .select-wight {
  display: flex;
  align-items: center;
  margin-top: 17px;
}
.dark .pos-modal .modal-body .right-sidebar-modal .select-wight .select-form-wight {
  width: auto;
}
@media (max-width: 480px) {
  .dark .pos-modal .modal-body .right-sidebar-modal .select-wight .select-form-wight {
    width: 100%;
  }
}
.dark .pos-modal .modal-body .right-sidebar-modal .select-wight .stoke-box {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 100%;
  flex-wrap: wrap;
  gap: 6px;
}
@media (max-width: 575px) {
  .dark .pos-modal .modal-body .right-sidebar-modal .select-wight .stoke-box {
    justify-content: flex-start;
  }
}
.dark .pos-modal .modal-body .right-sidebar-modal .select-wight .stoke-box .feather {
  width: 19px;
  height: auto;
  color: #61b33e;
}
.dark .pos-modal .modal-body .right-sidebar-modal .select-wight .stoke-box h6,
.dark .pos-modal .modal-body .right-sidebar-modal .select-wight .stoke-box .h6 {
  font-size: 16px;
  letter-spacing: 0.9px;
  color: #dddddd;
}
.dark .pos-modal .modal-body .right-sidebar-modal .select-wight .select-form-wight:focus {
  border-color: rgba(119, 119, 119, 0.44);
  box-shadow: none;
}
.dark .selection-section h4,
.dark .selection-section .h4 {
  font-weight: 500;
  margin-bottom: 10px;
  font-size: 16px;
}
.dark .selection-section ul {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
.dark .selection-section ul li {
  width: max-content;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #eee;
  border-radius: 5px;
  padding: 5px 10px;
}
.dark .selection-section ul li button {
  box-shadow: none;
  border: none;
  background-color: transparent;
  padding: 0;
}
.dark .selection-section ul li.active {
  background-color: var(--theme-color);
  color: #2a2d2d;
}
.dark .selection-section ul li.active button {
  color: #2a2d2d;
}
.dark .selection-section ul.gram-selection li {
  display: block;
  text-align: center;
  width: auto;
  height: auto;
  padding: 5px 10px;
}
.dark .selection-section ul.gram-selection li span {
  font-size: 12px;
  display: block;
}
.dark .selection-section ul.select-package {
  display: flex;
  flex-wrap: wrap;
  gap: calc(5px + 8 * (100vw - 320px) / 1600);
}
@media (max-width: 767px) {
  .dark .selection-section ul.select-package {
    justify-content: center;
  }
}
body.rtl .dark .selection-section ul.select-package {
  padding-right: 0;
}
.dark .selection-section ul.select-package li {
  border: 1px solid rgba(154, 154, 154, 0.4);
  border-radius: 6px;
  padding: 3px;
  transition: all 0.3s ease-in-out;
}
.dark .selection-section ul.select-package li a,
.dark .selection-section ul.select-package li button {
  padding: 6px 11px;
  border: 1px solid rgba(119, 119, 119, 0.44);
  border-radius: 4px;
  display: block;
  color: #dddddd;
  font-size: 14px;
  transition: all 0.3s ease-in-out;
  background: transparent;
}
.dark .selection-section ul.select-package li:hover {
  border: 1px solid rgba(154, 154, 154, 0.65);
}
.dark .selection-section ul.select-package li:hover button,
.dark .selection-section ul.select-package li:hover img {
  border-color: rgba(154, 154, 154, 0.65);
}
.dark .selection-section ul.select-package li.active {
  border: 1px solid var(--theme-color);
  background-color: transparent;
  border-radius: 6px;
  padding: 3px;
}
.dark .selection-section ul.select-package li.active button,
.dark .selection-section ul.select-package li.active img {
  background: var(--theme-color);
  color: #2a2d2d;
  font-weight: 600;
}
.dark .selection-section ul.select-package li.disabled {
  position: relative;
  -webkit-user-select: none;
  user-select: none;
  cursor: default;
  opacity: 0.6 !important;
  pointer-events: none;
}
.dark .selection-section ul.select-package 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;
}
.dark .selection-section ul.select-package li.disabled a,
.dark .selection-section ul.select-package li.disabled button {
  cursor: default;
}
.dark .selection-section ul.color li {
  opacity: 0.7;
}
.dark .selection-section ul.color li.active {
  opacity: 1;
  border-color: #ffffff;
}
.dark .selection-section ul.color li button {
  width: 36px !important;
  height: 36px !important;
}
.dark .selection-section ul.form-check {
  margin: 0;
  padding: 0;
  min-height: auto;
  display: flex;
  align-items: center;
  gap: 8px;
}
.dark .selection-section ul.form-check:hover .form-check-input {
  border-color: rgba(154, 154, 154, 0.65);
}
.dark .selection-section ul.form-check:hover .form-check-label {
  color: #ffffff;
}
.dark .selection-section ul.form-check + .form-check {
  margin-left: 15px;
}
.dark .selection-section ul.form-check .form-check-input {
  cursor: pointer;
  float: unset;
  margin: 0;
  width: 16px;
  height: 16px;
  background-color: #f8f8f8;
  border: 1px solid rgba(154, 154, 154, 0.4);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.dark .selection-section ul.form-check .form-check-input::after {
  content: "";
  position: relative;
  width: 12px;
  height: 12px;
  background-color: var(--theme-color);
  border-radius: 100%;
  transition: 0.3s ease-in-out;
  transform: scale(0);
}
.dark .selection-section ul.form-check .form-check-input:focus {
  box-shadow: unset;
}
.dark .selection-section ul.form-check .form-check-input:active {
  filter: unset;
}
.dark .selection-section ul.form-check .form-check-input:checked {
  background-color: #2a2d2d;
  border-color: var(--theme-color);
}
.dark .selection-section ul.form-check .form-check-input:checked::after {
  transform: scale(1);
}
.dark .selection-section ul.form-check .form-check-input:checked ~ .form-check-label {
  color: #ffffff;
}
.dark .selection-section ul.form-check .form-check-label {
  line-height: 1;
  font-size: 16px;
  font-weight: 600;
  margin-top: 1px;
  color: #dddddd;
  cursor: pointer;
}
.dark .selection-section ul.image li {
  border: 1px solid rgba(154, 154, 154, 0.4);
  border-radius: 6px;
  padding: 3px;
  width: 65px;
  height: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #eee;
  border-radius: 5px;
  padding: 5px;
}
.dark .selection-section ul.image li.active {
  border-color: var(--theme-color);
  background-color: #2a2d2d;
}
.dark .selection-section ul.image li.active img {
  background-color: #2a2d2d;
}
.dark .selection-section ul.image li button,
.dark .selection-section ul.image li img {
  width: 65px;
  border-radius: 4px;
  cursor: pointer;
  height: 65px;
  padding: 0;
  overflow: hidden;
}
.dark .selection-section ul.image li img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.dark .selection-section ul.rectangle li {
  border: 1px solid rgba(154, 154, 154, 0.4);
  border-radius: 6px;
  padding: 3px;
  width: auto;
  height: auto;
}
.dark .selection-section ul.rectangle li:hover button {
  color: #ffffff;
  background-color: #f1f0f0;
}
.dark .selection-section ul.rectangle li.active button {
  color: #2a2d2d;
  background-color: var(--theme-color);
}
.dark .selection-section ul.rectangle li button {
  background-color: #f8f8f8;
  border: unset;
}
.dark .selection-section ul.circle li {
  border: 1px solid rgba(154, 154, 154, 0.4);
  border-radius: 6px;
  padding: 3px;
  width: auto;
  height: auto;
}
.dark .selection-section ul.circle li:hover button {
  color: #ffffff;
  background-color: #f1f0f0;
}
.dark .selection-section ul.circle li.active button {
  color: #2a2d2d;
  background-color: var(--theme-color);
}
.dark .selection-section ul.circle li button {
  background-color: #f8f8f8;
  border: unset;
}
.dark .selection-section .form-select {
  background:
    linear-gradient(
      187.77deg,
      #fafafa 5.52%,
      #f8f8f8 94%);
  border-radius: 7px;
  border: 1px solid #eee;
  display: inline-block;
  max-width: 40%;
}
.dark footer .footer-content p,
.dark footer .footer-content li {
  font-size: 20px;
}
.dark .custom-padding {
  padding-right: 10px;
}
.dark .custom-height {
  max-height: 190px;
  overflow-y: auto;
  height: 100%;
}
.dark .custom-height::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: rgba(85, 85, 85, 0.14);
}
.dark .custom-height::-webkit-scrollbar {
  width: 4px;
  background-color: #f5f5f5;
  border-radius: 50px;
}
.dark .custom-height::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: rgba(85, 85, 85, 0.5);
}
.dark .custom-select .select2-container .select2-results__options::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: rgba(85, 85, 85, 0.14);
}
.dark .custom-select .select2-container .select2-results__options::-webkit-scrollbar {
  width: 4px;
  background-color: #f5f5f5;
  border-radius: 50px;
}
.dark .custom-select .select2-container .select2-results__options::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: rgba(85, 85, 85, 0.5);
}
.dark .list-style > * {
  width: 100% !important;
}
.dark .list-style .product-box-3 {
  display: flex;
  align-items: center;
  gap: 25px;
}
@media (max-width: 480px) {
  .dark .list-style .product-box-3 {
    display: grid;
  }
}
.dark .list-style .product-box-3 .product-image {
  width: 180px;
}
@media (max-width: 575px) {
  .dark .list-style .product-box-3 .product-image {
    width: 100%;
  }
}
.dark .list-style .product-box-3 .product-detail {
  width: calc(100% - 180px - 25px);
}
@media (max-width: 575px) {
  .dark .list-style .product-box-3 .product-detail {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .dark .list-style .product-box-3 .product-detail .add-to-cart-box .btn-add-cart .add-icon {
    display: flex;
  }
}
.dark .shop-banner-contain {
  position: relative;
  border-radius: 8px;
}
.dark .shop-banner-contain .shop-banner-details {
  padding: calc(20px + 20 * (100vw - 320px) / 1600) calc(25px + 55 * (100vw - 320px) / 1600);
  width: 50%;
}
@media (max-width: 1460px) {
  .dark .shop-banner-contain .shop-banner-details {
    width: 60%;
  }
}
@media (max-width: 991px) {
  .dark .shop-banner-contain .shop-banner-details {
    width: 70%;
  }
}
@media (max-width: 767px) {
  .dark .shop-banner-contain .shop-banner-details {
    width: 80%;
    background: #2a2d2d;
    background:
      linear-gradient(
        90deg,
        rgba(42, 45, 45, 0.4) 0%,
        rgba(246, 246, 246, 0) 100%);
  }
}
@media (max-width: 480px) {
  .dark .shop-banner-contain .shop-banner-details {
    width: 100%;
  }
}
.dark .shop-banner-contain .shop-banner-details h5,
.dark .shop-banner-contain .shop-banner-details .h5 {
  font-size: calc(13px + 5 * (100vw - 320px) / 1600);
  letter-spacing: 1.5px;
}
.dark .shop-banner-contain .shop-banner-details h2,
.dark .shop-banner-contain .shop-banner-details .h2 {
  font-size: calc(24px + 34 * (100vw - 320px) / 1600);
  margin: calc(8px + 2 * (100vw - 320px) / 1600) 0;
  line-height: 1.2;
  font-weight: 700;
}
.dark .banner-description {
  margin-top: 28px;
}
.dark .banner-description p {
  margin-bottom: 0;
  font-size: 15px;
  line-height: 1.6;
}
.dark .category-title h3,
.dark .category-title .h3 {
  display: inline-block;
  padding-bottom: 4px;
  margin-bottom: 18px;
  font-weight: 600;
  font-size: calc(16px + 2 * (100vw - 320px) / 1600);
  color: var(--theme-color);
}
.dark .category-list {
  display: flex;
  flex-wrap: wrap;
  gap: calc(10px + 6 * (100vw - 320px) / 1600);
}
body.rtl .dark .category-list {
  padding-right: 0;
}
.dark .category-list li {
  display: block;
  width: 100%;
}
.dark .category-list li .category-list-box {
  display: flex;
  align-items: center;
}
.dark .category-list li .category-list-box input {
  margin-top: -4px;
}
.dark .category-list li .category-list-box .form-check-label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  cursor: pointer;
}
.dark .category-list li .category-list-box .form-check-label .name {
  font-size: calc(15px + 2 * (100vw - 320px) / 1600);
  color: #ffffff;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  width: 80%;
}
.dark .category-list li .category-list-box .form-check-label .number {
  color: #777;
  font-size: calc(14px + 1 * (100vw - 320px) / 1600);
}
.dark .category-list li .category-list-box .color-label-box {
  gap: 8px;
  justify-content: unset;
}
.dark .category-list li .category-list-box .color-label-box .color-box {
  width: 18px;
  height: 18px;
  border-radius: 100%;
  border: 1px solid #eee;
}
.dark .irs {
  position: relative;
  display: block;
  -webkit-user-select: none;
  user-select: none;
  height: 55px;
}
.dark .irs .irs-line {
  position: relative;
  display: block;
  overflow: hidden;
  outline: none !important;
  height: 10px;
  top: 33px;
  background-color: #f9f8f6;
  border-radius: 50px;
}
.dark .irs .irs-line-left {
  width: 11%;
  height: 8px;
  position: absolute;
  display: block;
  top: 0;
  left: 0;
}
.dark .irs .irs-line-mid {
  width: 82%;
  height: 8px;
  position: absolute;
  display: block;
  top: 0;
  left: 9%;
}
.dark .irs .irs-line-right {
  width: 11%;
  height: 8px;
  position: absolute;
  display: block;
  top: 0;
  right: 0;
}
.dark .irs .irs-bar {
  width: 0;
  height: 10px;
  position: absolute;
  display: block;
  left: 0;
  top: 33px;
  background-color: var(--theme-color);
}
.dark .irs .irs-bar-edge {
  width: 14px;
  height: 10px;
  position: absolute;
  display: block;
  left: 0;
  top: 33px;
  border: 1px solid #428bca;
  border-right: 0;
  background: #428bca;
  background:
    linear-gradient(
      to top,
      #428bca 0%,
      #7fc3e8 100%);
  border-radius: 16px 0 0 16px;
}
.dark .irs .irs-shadow {
  width: 0;
  height: 2px;
  position: absolute;
  display: none;
  left: 0;
  top: 38px;
  background: #ffffff;
  opacity: 0.3;
  border-radius: 5px;
}
.dark .irs .irs-slider {
  width: 20px;
  height: 20px;
  position: absolute;
  display: block;
  z-index: 1;
  top: 28px;
  border: 3px solid #2a2d2d;
  background-color: var(--theme-color);
  border-radius: 100%;
  cursor: pointer;
}
.dark .irs .irs-slider .irs-slider.type_last {
  z-index: 2;
}
.dark .irs .irs-slider .irs-min {
  position: absolute;
  display: block;
  left: 0;
  cursor: default;
  color: #333;
  font-size: 12px;
  line-height: 1.333;
  text-shadow: none;
  top: 0;
  padding: 1px 5px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 3px;
}
.dark .irs .irs-max {
  position: absolute;
  display: block;
  right: 0;
  cursor: default;
  color: #777;
  font-size: 12px;
  line-height: 1.333;
  text-shadow: none;
  top: 0;
  padding: 3px 7px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 3px;
  font-weight: 500;
}
.dark .irs .irs-min {
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  cursor: default;
  color: #777;
  font-size: 12px;
  line-height: 1.333;
  text-shadow: none;
  padding: 3px 7px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 3px;
  font-weight: 500;
}
.dark .irs .irs-from {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  cursor: default;
  white-space: nowrap;
  color: #2a2d2d;
  font-size: 13px;
  line-height: 1.333;
  text-shadow: none;
  padding: 3px 7px;
  background-color: var(--theme-color);
  border-radius: 3px;
  font-weight: 600;
}
.dark .irs .irs-to {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  cursor: default;
  white-space: nowrap;
  color: #2a2d2d;
  font-size: 13px;
  line-height: 1.333;
  text-shadow: none;
  padding: 3px 7px;
  background-color: var(--theme-color);
  border-radius: 3px;
  font-weight: 600;
}
.dark .irs .irs-single {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  cursor: default;
  white-space: nowrap;
  color: #2a2d2d;
  font-size: 14px;
  line-height: 1.333;
  text-shadow: none;
  padding: 1px 5px;
  background: var(--theme-color);
  border-radius: 3px;
}
.dark .irs .irs-grid {
  width: 100%;
  height: 20px;
  position: absolute;
  display: none;
  bottom: 0;
  left: 0;
  height: 27px;
}
.dark .irs .irs-with-grid {
  height: 75px;
}
.dark .irs .irs-with-grid .irs-grid {
  display: block;
}
.dark .irs .irs-grid-pol {
  width: 1px;
  height: 8px;
  position: absolute;
  top: 0;
  left: 0;
  background: #ffffff;
  opacity: 0.5;
  background: #428bca;
}
.dark .irs .irs-grid-pol.small {
  height: 4px;
  background: #999;
}
.dark .irs .irs-grid-text {
  position: absolute;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  text-align: center;
  font-size: 9px;
  line-height: 9px;
  padding: 0 3px;
  color: #ffffff;
  bottom: 5px;
  color: #99a4ac;
}
.dark .irs .irs-disable-mask {
  width: 102%;
  height: 100%;
  position: absolute;
  display: block;
  top: 0;
  left: -1%;
  cursor: default;
  z-index: 2;
}
.dark .irs .irs-disabled {
  opacity: 0.4;
}
.dark .irs .irs-hidden-input {
  position: absolute !important;
  display: block !important;
  top: 0 !important;
  left: 0 !important;
  width: 0 !important;
  height: 0 !important;
  font-size: 0 !important;
  line-height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  outline: none !important;
  z-index: -9999 !important;
  background: none !important;
  border-style: solid !important;
  border-color: transparent !important;
}
.dark .irs .lt-ie9 .irs-disable-mask {
  background: #ffffff;
  filter: alpha(opacity=0);
  cursor: not-allowed;
}
.dark .irs .lt-ie9 .irs-shadow {
  filter: alpha(opacity=30);
}
.dark .irs .lt-ie9 .irs-min {
  background: #ccc;
}
.dark .irs .lt-ie9 .irs-max {
  background: #ccc;
}
.dark .irs .lt-ie9 .irs-from {
  background: #999;
}
.dark .irs .lt-ie9 .irs-to {
  background: #999;
}
.dark .irs .lt-ie9 .irs-single {
  background: #999;
}
.dark .js-range-slider {
  margin-top: 15px;
  padding: 10px;
  border-radius: 5px;
  border: 1px solid #ddd;
  color: #ffffff;
  width: 100%;
}
.dark .shop-section .banner-contain-2 {
  margin-bottom: 1.5rem;
}
.dark .shop-section .left-box {
  position: sticky;
  top: 0;
  border-right: 1px solid #ddd;
}
.dark .shop-section .left-box .leftbox-overlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease;
}
body.rtl .dark .shop-section .left-box {
  border-right: unset;
  border-left: 1px solid #ddd;
}
@media (max-width: 991px) {
  .dark .shop-section .left-box {
    width: 300px;
    height: 100%;
    border-right: unset;
    position: fixed;
    top: 0;
    left: -350px;
    background-color: #2a2d2d;
    z-index: 3;
    transition: all 0.5s ease;
    overflow-x: scroll;
    overflow-y: auto;
    transition: all 0.3s ease-in-out;
  }
  body.rtl .dark .shop-section .left-box {
    border-right: unset;
    border-left: unset;
    left: unset;
    right: -350px;
  }
}
.dark .shop-section .left-box.right-box {
  border-right: unset;
  border-left: 1px solid #ddd;
}
body.rtl .dark .shop-section .left-box.right-box {
  border-left: unset;
  border-right: 1px solid #ddd;
}
@media (max-width: 991px) {
  .dark .shop-section .left-box.right-box {
    border-left: unset;
    left: unset;
    right: -350px;
  }
  body.rtl .dark .shop-section .left-box.right-box {
    left: -350px;
    right: unset;
  }
}
.dark .shop-section .left-box.right-box.show {
  left: unset;
  right: 0;
}
body.rtl .dark .shop-section .left-box.right-box.show {
  right: unset;
  left: 0;
}
.dark .shop-section .left-box.right-box .shop-left-sidebar {
  padding-left: calc(16px + 10 * (100vw - 320px) / 1600);
  padding-right: unset;
}
body.rtl .dark .shop-section .left-box.right-box .shop-left-sidebar {
  padding-right: calc(16px + 10 * (100vw - 320px) / 1600);
  padding-left: unset;
}
.dark .shop-section .left-box.show {
  left: 0;
}
.dark .shop-section .left-box.show .leftbox-overlay {
  opacity: 1;
  visibility: visible;
}
body.rtl .dark .shop-section .left-box.show {
  right: 0;
  left: unset;
}
.dark .shop-section .left-box .shop-left-sidebar {
  padding-right: calc(16px + 10 * (100vw - 320px) / 1600);
}
body.rtl .dark .shop-section .left-box .shop-left-sidebar {
  padding-right: unset;
  padding-left: calc(16px + 10 * (100vw - 320px) / 1600);
}
@media (max-width: 991px) {
  .dark .shop-section .left-box .shop-left-sidebar {
    padding: calc(16px + 10 * (100vw - 320px) / 1600);
    background-color: #2a2d2d;
  }
  body.rtl .dark .shop-section .left-box .shop-left-sidebar {
    padding: calc(16px + 10 * (100vw - 320px) / 1600);
  }
}
.dark .shop-section .left-box .shop-left-sidebar.shop-right-sidebar {
  padding-left: calc(16px + 10 * (100vw - 320px) / 1600);
  padding-right: unset;
}
body.rtl .dark .shop-section .left-box .shop-left-sidebar.shop-right-sidebar {
  padding-left: unset;
  padding-right: calc(16px + 10 * (100vw - 320px) / 1600);
}
@media (max-width: 991px) {
  .dark .shop-section .left-box .shop-left-sidebar.shop-right-sidebar {
    padding: calc(16px + 10 * (100vw - 320px) / 1600);
  }
  body.rtl .dark .shop-section .left-box .shop-left-sidebar.shop-right-sidebar {
    padding: calc(16px + 10 * (100vw - 320px) / 1600);
  }
}
.dark .shop-section .left-box .shop-left-sidebar.shop-right-sidebar .back-button h3 i,
.dark .shop-section .left-box .shop-left-sidebar.shop-right-sidebar .back-button .h3 i {
  margin-right: auto;
  margin-left: 0;
}
body.rtl .dark .shop-section .left-box .shop-left-sidebar.shop-right-sidebar .back-button h3 i,
body.rtl .dark .shop-section .left-box .shop-left-sidebar.shop-right-sidebar .back-button .h3 i {
  margin-right: 0;
  margin-left: auto;
}
.dark .shop-section .left-box .shop-left-sidebar .back-button {
  display: none;
}
@media (max-width: 991px) {
  .dark .shop-section .left-box .shop-left-sidebar .back-button {
    display: block;
    margin-bottom: 26px;
  }
}
.dark .shop-section .left-box .shop-left-sidebar .back-button h3,
.dark .shop-section .left-box .shop-left-sidebar .back-button .h3 {
  display: flex;
  align-items: center;
  font-weight: 600;
}
.dark .shop-section .left-box .shop-left-sidebar .back-button h3 i,
.dark .shop-section .left-box .shop-left-sidebar .back-button .h3 i {
  margin-right: 10px;
}
body.rtl .dark .shop-section .left-box .shop-left-sidebar .back-button h3 i,
body.rtl .dark .shop-section .left-box .shop-left-sidebar .back-button .h3 i {
  margin-left: 10px;
  margin-right: unset;
}
.dark .shop-section .left-box .shop-left-sidebar .search-box {
  position: relative;
  margin-bottom: 30px;
}
.dark .shop-section .left-box .shop-left-sidebar .search-box::after {
  content: "\f002";
  position: absolute;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  border-left: 1px solid #ddd;
  font-size: 15px;
  padding: 0 18px;
  height: 60%;
  display: flex;
  align-items: center;
  color: #dddddd;
}
body.rtl .dark .shop-section .left-box .shop-left-sidebar .search-box::after {
  right: unset;
  left: 0;
  border-left: unset;
  border-right: 1px solid #ddd;
}
.dark .shop-section .left-box .shop-left-sidebar .filter-category .filter-title {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0;
  padding: 0 0 8px 0;
}
.dark .shop-section .left-box .shop-left-sidebar .filter-category .filter-title h2,
.dark .shop-section .left-box .shop-left-sidebar .filter-category .filter-title .h2 {
  font-size: 18px;
  padding: 0 0 8px 0;
  font-weight: 600;
  border-bottom: 1px solid var(--theme-color);
}
.dark .shop-section .left-box .shop-left-sidebar .filter-category .filter-title a {
  display: block;
}
.dark .shop-section .left-box .shop-left-sidebar .filter-category .filter-title a:hover {
  color: var(--theme-color);
}
.dark .shop-section .left-box .shop-left-sidebar .filter-category ul {
  margin-bottom: 25px;
  display: flex;
  flex-wrap: wrap;
  gap: calc(10px + 5 * (100vw - 320px) / 1600);
  padding-top: 16px;
}
body.rtl .dark .shop-section .left-box .shop-left-sidebar .filter-category ul {
  padding-right: 0;
}
.dark .shop-section .left-box .shop-left-sidebar .filter-category ul li {
  padding: 9px 11px;
  background-color: #f9f8f6;
  position: relative;
  border-radius: 4px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.dark .shop-section .left-box .shop-left-sidebar .filter-category ul li i {
  font-size: 14px;
  color: #ffffff;
  cursor: pointer;
}
.dark .shop-section .left-box .shop-left-sidebar .filter-category ul li a {
  color: #777;
}
.dark .shop-section .left-box .shop-left-sidebar .custome-accordion {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
}
.dark .shop-section .left-box .shop-left-sidebar .custome-accordion .accordion-item {
  border: none;
  width: 100%;
}
.dark .shop-section .left-box .shop-left-sidebar .custome-accordion .accordion-item.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: 9px;
}
.dark .shop-section .left-box .shop-left-sidebar .custome-accordion .accordion-item.skeleton-accordion .accordion-header .accordion-button span:before {
  display: none;
}
.dark .shop-section .left-box .shop-left-sidebar .custome-accordion .accordion-item.skeleton-accordion .accordion-header .accordion-button:before {
  display: none;
}
.dark .shop-section .left-box .shop-left-sidebar .custome-accordion .accordion-item.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: 9px;
  opacity: 1;
  height: 20px;
  position: relative;
  margin-left: 30px;
}
.dark .shop-section .left-box .shop-left-sidebar .custome-accordion .accordion-item.skeleton-accordion .placeholder::after {
  content: "";
  position: absolute;
  left: 0;
  width: 20px;
  height: 100%;
  left: -30px;
  background-color: #f6f7f8;
  top: auto;
  border-radius: 5px;
}
.dark .shop-section .left-box .shop-left-sidebar .custome-accordion .accordion-item.skeleton-accordion .accordion-body ul {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.dark .shop-section .left-box .shop-left-sidebar .custome-accordion .accordion-item .accordion-header .accordion-button {
  font-size: 18px;
  padding: 0 0 8px 0;
  font-weight: 600;
  margin-bottom: 9px;
}
.dark .shop-section .left-box .shop-left-sidebar .custome-accordion .accordion-item .accordion-header .accordion-button.collapsed::before {
  transform: rotate(180deg);
}
.dark .shop-section .left-box .shop-left-sidebar .custome-accordion .accordion-item .accordion-header .accordion-button:focus {
  border-color: unset;
  box-shadow: none;
}
.dark .shop-section .left-box .shop-left-sidebar .custome-accordion .accordion-item .accordion-header .accordion-button::after {
  content: none;
}
.dark .shop-section .left-box .shop-left-sidebar .custome-accordion .accordion-item .accordion-header .accordion-button::before {
  content: "\ea4e";
  position: absolute;
  font-family: remixicon;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  width: 26px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  right: 5px;
  background-color: #f7f6f4;
  font-size: 15px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
}
body.rtl .dark .shop-section .left-box .shop-left-sidebar .custome-accordion .accordion-item .accordion-header .accordion-button::before {
  right: unset;
  left: 5px;
}
.dark .shop-section .left-box .shop-left-sidebar .custome-accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  color: #ffffff;
  background-color: transparent;
  box-shadow: none;
}
.dark .shop-section .left-box .shop-left-sidebar .custome-accordion .accordion-item .accordion-header .accordion-button span {
  position: relative;
}
.dark .shop-section .left-box .shop-left-sidebar .custome-accordion .accordion-item .accordion-header .accordion-button span::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: -8px;
  left: 0;
  background-color: var(--theme-color);
}
.dark .shop-section .left-box .shop-left-sidebar .custome-accordion .accordion-item .accordion-collapse .accordion-body {
  padding: 16px 0 0;
}
.dark .shop-section .left-box .shop-left-sidebar .custome-accordion .accordion-item .accordion-collapse .accordion-body .accordion-body {
  padding: 0;
}
.dark .shop-section .left-box .shop-left-sidebar .left-title {
  margin-bottom: 20px;
  margin-top: 32px;
}
.dark .shop-section .left-box .shop-left-sidebar .left-title h3,
.dark .shop-section .left-box .shop-left-sidebar .left-title .h3 {
  font-weight: 700;
}
.dark .shop-section .left-box .shop-left-sidebar .custom-nav-tab {
  gap: calc(11px + 9 * (100vw - 320px) / 1600);
}
.dark .shop-section .left-box .shop-left-sidebar .custom-nav-tab .nav-item {
  width: 100%;
  height: 60px;
  background-color: #f7f6f3;
  border-radius: 6px;
  display: flex;
  overflow: hidden;
}
.dark .shop-section .left-box .shop-left-sidebar .custom-nav-tab .nav-item > * {
  width: 100%;
}
.dark .shop-section .left-box .shop-left-sidebar .custom-nav-tab .nav-item .nav-link {
  width: 100%;
  text-align: left;
  font-size: 18px;
  font-weight: 500;
  color: #ffffff;
  border-radius: unset;
  position: relative;
  text-align: left;
  height: 100%;
}
body.rtl .dark .shop-section .left-box .shop-left-sidebar .custom-nav-tab .nav-item .nav-link {
  text-align: right;
}
.dark .shop-section .left-box .shop-left-sidebar .custom-nav-tab .nav-item .nav-link:hover(not) img {
  width: 75px;
  height: 75px;
  transform: translateY(-50%) rotate(-4deg);
  right: -12px;
  opacity: 0.45;
}
.dark .shop-section .left-box .shop-left-sidebar .custom-nav-tab .nav-item .nav-link:hover img {
  width: 75px;
  height: 75px;
  transform: translateY(-50%) rotate(-4deg);
  right: -12px;
  opacity: 0.29;
}
.dark .shop-section .left-box .shop-left-sidebar .custom-nav-tab .nav-item .nav-link.active {
  color: #2a2d2d;
  background: var(--theme-color);
  font-size: 19px;
  font-weight: 600;
}
.dark .shop-section .left-box .shop-left-sidebar .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;
}
body.rtl .dark .shop-section .left-box .shop-left-sidebar .custom-nav-tab .nav-item .nav-link.active img {
  right: unset;
  left: -10px;
}
.dark .shop-section .left-box .shop-left-sidebar .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.3s ease-in-out;
}
body.rtl .dark .shop-section .left-box .shop-left-sidebar .custom-nav-tab .nav-item .nav-link img {
  right: unset;
  left: -10px;
}
.dark .shop-section .show-button {
  margin-bottom: 14px;
}
.dark .shop-section .show-button .filter-button {
  display: block;
  color: #2a2d2d;
}
.dark .shop-section .show-button .filter-button a {
  cursor: pointer;
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
  font-weight: 600;
  padding: calc(6px + 2 * (100vw - 320px) / 1600) calc(9px + 3 * (100vw - 320px) / 1600);
  background-color: var(--theme-color);
  border-radius: 5px;
  display: inline-block;
}
.dark .shop-section .show-button .filter-button-group {
  display: flex;
  align-items: center;
  margin-top: 30px;
}
.dark .shop-section .show-button .filter-button-group .sort-by-button {
  color: #2a2d2d;
  margin-left: auto;
}
.dark .shop-section .show-button .filter-button-group .sort-by-button a {
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
  font-weight: 600;
  padding: calc(6px + 2 * (100vw - 320px) / 1600) calc(9px + 3 * (100vw - 320px) / 1600);
  background-color: var(--theme-color);
  border-radius: 5px;
  display: inline-block;
}
.dark .shop-section .show-button .filter-dropdown {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}
.dark .shop-section .show-button .top-filter-menu-2 {
  display: flex;
  align-items: center;
}
.dark .shop-section .show-button .top-filter-menu-2 .sidebar-filter-menu a {
  border: none;
  background-color: #f6f5f2;
  font-size: calc(14px + 1 * (100vw - 320px) / 1600);
  padding: calc(9px + 1 * (100vw - 320px) / 1600) 15px;
  border-radius: 5px;
  color: #777;
}
.dark .shop-section .show-button .top-filter-menu-2 .category-dropdown {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .dark .shop-section .show-button .top-filter-menu-2 .category-dropdown h5,
  .dark .shop-section .show-button .top-filter-menu-2 .category-dropdown .h5 {
    display: none;
  }
}
.dark .shop-section .show-button .top-filter-menu-2 .category-dropdown .dropdown {
  margin-left: 10px;
}
body.rtl .dark .shop-section .show-button .top-filter-menu-2 .category-dropdown .dropdown {
  margin-right: 10px;
  margin-left: unset;
}
.dark .shop-section .show-button .top-filter-menu-2 .category-dropdown .dropdown .dropdown-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  background-color: #f6f5f2;
  font-size: calc(14px + 1 * (100vw - 320px) / 1600);
  padding: calc(9px + 1 * (100vw - 320px) / 1600) 15px;
  border-radius: 5px;
  color: #777;
  flex-wrap: wrap;
  gap: 10px;
}
.dark .shop-section .show-button .top-filter-menu-2 .category-dropdown .dropdown .dropdown-toggle::after {
  content: none;
}
.dark .shop-section .show-button .top-filter-menu-2 .category-dropdown .dropdown .dropdown-toggle i {
  margin-top: 2px;
}
.dark .shop-section .show-button .top-filter-menu-2 .category-dropdown .dropdown .dropdown-menu li {
  display: block;
}
.dark .shop-section .show-button .top-filter-menu-2 .grid-option {
  margin-left: auto;
}
.dark .shop-section .show-button .top-filter-menu-2 .grid-option-2 {
  margin-left: 0;
}
@media (max-width: 767px) {
  .dark .shop-section .show-button .top-filter-menu-2 .grid-option-2 {
    display: none;
  }
}
.dark .shop-section .show-button .top-filter-menu-2 .grid-option-2 ul li.active {
  background: var(--theme-color);
}
.dark .shop-section .show-button .top-filter-menu-2 .grid-option-2 ul li.active img {
  filter: invert(1) brightness(100);
}
.dark .shop-section .show-button .top-filter-menu-2 .grid-option ul {
  display: flex;
  flex-wrap: wrap;
  gap: calc(5px + 7 * (100vw - 320px) / 1600);
  align-items: center;
}
body.rtl .dark .shop-section .show-button .top-filter-menu-2 .grid-option ul {
  padding-right: 0;
}
.dark .shop-section .show-button .top-filter-menu-2 .grid-option ul li {
  width: 35px;
  height: 35px;
  border-radius: 5px;
  background:
    linear-gradient(
      149.8deg,
      #f6f5f2 17.21%,
      #fbfaf9 79.21%);
}
.dark .shop-section .show-button .top-filter-menu-2 .grid-option ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.dark .shop-section .show-button .top-filter-menu {
  display: flex;
  align-items: center;
  margin-top: 18px;
}
.dark .shop-section .show-button .top-filter-menu .category-dropdown {
  display: flex;
  align-items: center;
}
@media (max-width: 360px) {
  .dark .shop-section .show-button .top-filter-menu .category-dropdown h5,
  .dark .shop-section .show-button .top-filter-menu .category-dropdown .h5 {
    display: none;
  }
}
.dark .shop-section .show-button .top-filter-menu .category-dropdown .dropdown {
  margin-left: 10px;
}
body.rtl .dark .shop-section .show-button .top-filter-menu .category-dropdown .dropdown {
  margin-left: unset;
  margin-right: 10px;
}
@media (max-width: 360px) {
  .dark .shop-section .show-button .top-filter-menu .category-dropdown .dropdown {
    margin-left: 0;
  }
}
.dark .shop-section .show-button .top-filter-menu .category-dropdown .dropdown .dropdown-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  background-color: #f6f5f2;
  font-size: calc(14px + 1 * (100vw - 320px) / 1600);
  padding: calc(9px + 1 * (100vw - 320px) / 1600) 15px;
  border-radius: 5px;
  color: #777;
  flex-wrap: wrap;
  gap: 10px;
}
.dark .shop-section .show-button .top-filter-menu .category-dropdown .dropdown .dropdown-toggle::after {
  content: none;
}
.dark .shop-section .show-button .top-filter-menu .category-dropdown .dropdown .dropdown-toggle i {
  margin-top: 2px;
}
.dark .shop-section .show-button .top-filter-menu .category-dropdown .dropdown .dropdown-menu li {
  display: block;
}
.dark .shop-section .show-button .top-filter-menu .category-dropdown .dropdown .dropdown-menu li a:hover,
.dark .shop-section .show-button .top-filter-menu .category-dropdown .dropdown .dropdown-menu li a:focus {
  background-color: transparent;
}
.dark .shop-section .show-button .top-filter-menu .grid-option {
  margin-left: auto;
}
body.rtl .dark .shop-section .show-button .top-filter-menu .grid-option {
  margin-left: unset;
  margin-right: auto;
}
.dark .shop-section .show-button .top-filter-menu .grid-option ul {
  display: flex;
  flex-wrap: wrap;
  gap: calc(5px + 5 * (100vw - 320px) / 1600);
  align-items: center;
}
body.rtl .dark .shop-section .show-button .top-filter-menu .grid-option ul {
  padding-right: 0;
}
.dark .shop-section .show-button .top-filter-menu .grid-option ul li {
  width: 35px;
  height: 35px;
  border-radius: 5px;
  background:
    linear-gradient(
      149.8deg,
      #f6f5f2 17.21%,
      #fbfaf9 79.21%);
}
.dark .shop-section .show-button .top-filter-menu .grid-option ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.dark .shop-section .show-button .top-filter-menu .grid-option ul li.active {
  background: var(--theme-color);
}
.dark .shop-section .show-button .top-filter-menu .grid-option ul li.active img {
  filter: invert(1) brightness(100);
}
.dark .shop-section .show-button .filter-category {
  margin-bottom: 25px;
}
.dark .shop-section .show-button .filter-category ul {
  display: flex;
  flex-wrap: wrap;
  gap: calc(6px + 9 * (100vw - 320px) / 1600);
  padding-top: 16px;
}
.dark .shop-section .show-button .filter-category ul li {
  padding: calc(6px + 3 * (100vw - 320px) / 1600) calc(28px + 6 * (100vw - 320px) / 1600) calc(6px + 3 * (100vw - 320px) / 1600) calc(7px + 4 * (100vw - 320px) / 1600);
  background-color: #f9f8f6;
  position: relative;
  border-radius: 4px;
}
.dark .shop-section .show-button .filter-category ul li:before {
  content: "\f00d";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  right: 13px;
  color: #777;
  cursor: pointer;
}
.dark .shop-section .show-button .filter-category ul li a {
  color: #777;
}
.dark .shop-section .top-filter-category {
  width: 100%;
  height: 0;
  padding: 0 24px;
  background-color: #2a2d2d;
  box-shadow: 0 2px 9px rgba(255, 255, 255, 0.07);
  border-radius: 6px;
  margin-bottom: 0;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
.dark .shop-section .top-filter-category.show {
  padding: 24px;
  height: auto;
  margin-bottom: 22px;
}
.dark .shop-section .top-filter-category > .row > div {
  border-right: 1px solid rgba(119, 119, 119, 0.44);
}
body.rtl .dark .shop-section .top-filter-category > .row > div {
  border-right: unset;
  border-left: 1px solid rgba(119, 119, 119, 0.44);
}
.dark .shop-section .top-filter-category > .row > div:last-child {
  border: none;
}
@media (max-width: 1199px) {
  .dark .shop-section .top-filter-category > .row > div:nth-child(4n-2) {
    border-right: none;
  }
  body.rtl .dark .shop-section .top-filter-category > .row > div:nth-child(4n-2) {
    border-right: unset;
    border-left: none;
  }
}
@media (max-width: 767px) {
  .dark .shop-section .top-filter-category > .row > div {
    border: none;
  }
}
.dark .category-slider-section .category-contain .category-contain-image {
  background:
    linear-gradient(
      149.8deg,
      #f6f5f2 17.21%,
      #fbfaf9 79.21%);
  padding: 22px;
  border-radius: 8px;
}
.dark .category-slider-section .category-contain .category-contain-image img {
  width: 150px;
  height: 150px;
  object-fit: contain;
  margin: 0 auto;
}
.dark .category-slider-section .category-contain .category-contain-name {
  margin-top: 12px;
  text-align: center;
}
.dark .category-slider-section .category-contain .category-contain-name h5,
.dark .category-slider-section .category-contain .category-contain-name .h5 {
  color: #dddddd;
  font-weight: 500;
}
.dark .filter-offcanvas.shop-section .left-box {
  position: fixed;
  left: -340px;
  top: 0;
  width: 320px;
  background-color: #2a2d2d;
  z-index: 9;
  padding: 20px;
  height: 100vh;
  overflow: auto;
  transition: all 0.5s ease;
}
body.rtl .dark .filter-offcanvas.shop-section .left-box {
  left: unset;
  right: -340px;
}
.dark .filter-offcanvas.shop-section .left-box.show {
  left: 0;
}
body.rtl .dark .filter-offcanvas.shop-section .left-box.show {
  left: unset;
  right: 0;
}
.dark .filter-offcanvas.shop-section .left-box::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: rgba(85, 85, 85, 0.14);
}
.dark .filter-offcanvas.shop-section .left-box::-webkit-scrollbar {
  width: 4px;
  background-color: #f5f5f5;
  border-radius: 50px;
}
.dark .filter-offcanvas.shop-section .left-box::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: rgba(85, 85, 85, 0.5);
}
.dark .filter-offcanvas.shop-section .left-box .custom-height {
  height: unset;
  max-height: unset;
}
.dark .filter-offcanvas.shop-section .left-box .shop-left-sidebar {
  padding-left: unset;
  padding-right: 0;
}
.dark .filter-offcanvas.shop-section .left-box .shop-left-sidebar .back-button {
  display: block;
  cursor: pointer;
}
.dark .filter-offcanvas.shop-section .left-box .shop-left-sidebar .filter-category {
  display: none;
}
.dark .filter-offcanvas.shop-section .left-box .shop-left-sidebar .custome-accordion {
  margin-top: 30px;
}
.dark .overlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background-color: black;
  z-index: 9;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease;
  cursor: pointer;
}
.dark .overlay.show {
  opacity: 0.6;
  visibility: visible;
}
.dark .filter-offcanvas-title {
  border: none;
  background-color: #f6f5f2;
  font-size: calc(14px + 1 * (100vw - 320px) / 1600);
  padding: calc(9px + 1 * (100vw - 320px) / 1600) 15px;
  border-radius: 5px;
  color: #777 !important;
  margin-right: 14px;
}
body.rtl .dark .filter-offcanvas-title {
  margin-right: unset;
  margin-left: 14px;
}
html[class=dark] .dark .filter-offcanvas-title {
  background-color: #1d1d22;
  color: #ddd !important;
}
.dark .pt-25 {
  padding-top: 25px;
}
.dark .review-title-2 h4,
.dark .review-title-2 .h4 {
  font-size: calc(16px + 2 * (100vw - 320px) / 1600);
  color: #ffffff;
  font-weight: 400;
}
.dark .review-title-2 p {
  margin-bottom: calc(7px + 6 * (100vw - 320px) / 1600);
  margin-top: 3px;
  font-size: 15px;
  line-height: 1.6;
  color: #dddddd;
}
.dark .review-title-2 button {
  width: 100%;
  padding: 10px 14px;
  background-color: #1d1d22 !important;
  color: #dddddd !important;
  border: 1px solid #eee !important;
  font-size: 16px;
}
.dark .review-title-2 button:hover {
  background-color: #1d1d22;
  color: #dddddd;
  border: 1px solid rgba(119, 119, 119, 0.44);
}
.dark .product-load-more .col-grid-box {
  display: none;
}
.dark .product-title {
  margin-top: 20px;
}
.dark .product-title h4,
.dark .product-title .h4 {
  font-weight: 600;
  margin-bottom: calc(10px + 2 * (100vw - 320px) / 1600);
  letter-spacing: 0.4px;
  font-size: calc(15px + 1 * (100vw - 320px) / 1600);
}
.dark .product-rating-box .product-main-rating {
  display: flex;
  margin-bottom: 25px;
  align-items: center;
  gap: 14px;
}
.dark .product-rating-box .product-main-rating h2,
.dark .product-rating-box .product-main-rating .h2 {
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  font-size: calc(28px + 9 * (100vw - 320px) / 1600);
}
.dark .product-rating-box .product-main-rating h2 i,
.dark .product-rating-box .product-main-rating .h2 i {
  font-size: calc(19px + 4 * (100vw - 320px) / 1600);
  font-weight: normal;
  color: #ffb321;
}
.dark .product-rating-box .product-main-rating h5,
.dark .product-rating-box .product-main-rating .h5 {
  line-height: 1.4;
  font-weight: 400;
  color: #dddddd;
  font-size: 17px;
}
.dark .product-rating-box .product-rating-list {
  display: grid;
  gap: calc(7px + 5 * (100vw - 320px) / 1600);
  border-bottom: 1px solid rgba(119, 119, 119, 0.44);
  padding-bottom: calc(13px + 12 * (100vw - 320px) / 1600);
  margin-bottom: calc(13px + 12 * (100vw - 320px) / 1600);
}
.dark .product-rating-box .product-rating-list li:nth-child(4) .rating-product .progress .progress-bar {
  background-color: #ffa53b;
}
.dark .product-rating-box .product-rating-list li:last-child .rating-product .progress .progress-bar {
  background-color: #ff4f4f;
}
.dark .product-rating-box .product-rating-list li .rating-product {
  display: flex;
  gap: 12px;
  align-items: center;
}
.dark .product-rating-box .product-rating-list li .rating-product h5,
.dark .product-rating-box .product-rating-list li .rating-product .h5 {
  white-space: nowrap;
  display: flex;
  align-items: center;
  gap: 3px;
  font-size: 18px;
  width: 40px;
  font-weight: 600;
}
.dark .product-rating-box .product-rating-list li .rating-product h5 i,
.dark .product-rating-box .product-rating-list li .rating-product .h5 i {
  font-size: 15px;
  font-weight: normal;
}
.dark .product-rating-box .product-rating-list li .rating-product .progress {
  width: calc(100% - 12px - 28px - 15px);
  height: 9px;
  border-radius: 100px;
}
.dark .product-rating-box .product-rating-list li .rating-product .progress .progress-bar {
  background-color: var(--theme-color);
  border-radius: 100px;
}
.dark .product-rating-box .product-rating-list li .rating-product .total {
  white-space: nowrap;
  width: auto;
  color: rgba(221, 221, 221, 0.878);
  font-size: 16px;
  font-weight: 400;
  width: 15px;
  display: block;
}
.dark .review-people {
  border-left: 1px solid rgba(119, 119, 119, 0.44);
  padding-left: 23px;
  max-height: 421px;
  height: 100%;
  overflow: auto;
}
body.rtl .dark .review-people {
  border-right-width: 1px;
  border-right-style: solid;
  padding-right: 23px;
  border-left: unset;
  padding-left: unset;
}
.dark .review-people::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: rgba(85, 85, 85, 0.14);
}
.dark .review-people::-webkit-scrollbar {
  width: 4px;
  background-color: #f5f5f5;
  border-radius: 50px;
}
.dark .review-people::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: rgba(85, 85, 85, 0.5);
}
@media (max-width: 991px) {
  .dark .review-people {
    border: none;
    padding: 0;
    margin-top: 25px;
  }
}
.dark .review-people .review-list {
  display: flex;
  flex-wrap: wrap;
  gap: 17px;
}
body.rtl .dark .review-people .review-list {
  padding-right: 0;
}
.dark .review-people .review-list li {
  display: block;
  width: 100%;
}
.dark .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: #1d1d22;
}
@media (max-width: 480px) {
  .dark .review-people .review-list li .people-box {
    display: block;
  }
}
.dark .review-people .review-list li .people-box:hover .reply a {
  opacity: 1;
}
.dark .review-people .review-list li .people-box .people-image {
  width: 70px;
  height: 70px;
  margin: 0 auto 8px;
}
@media (max-width: 480px) {
  .dark .review-people .review-list li .people-box .people-image {
    margin: 0 auto;
  }
}
.dark .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) {
  .dark .review-people .review-list li .people-box .people-image img {
    border-radius: 8px;
  }
}
.dark .review-people .review-list li .people-box .people-text .user-round {
  width: 70px;
  height: 70px;
  object-fit: contain;
  background-color: #2a2d2d;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 40px;
  border-radius: 7px;
  box-shadow: 0 0 6px rgba(34, 34, 34, 0.16);
  margin: 0 auto;
}
.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 {
  font-size: 41px;
  font-weight: 600;
  color: var(--theme-color);
}
.dark .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: #dddddd;
}
.dark .review-people .review-list li .people-box .name-user h3,
.dark .review-people .review-list li .people-box .name-user .h3 {
  font-size: 37px;
  font-weight: 600;
}
.dark .review-people .review-list li .people-box .people-comment {
  width: calc(100% - 70px - 15px);
}
.dark .review-people .review-list li .people-box .people-comment .people-name {
  display: flex;
  align-items: center;
  gap: 8px;
}
@media (max-width: 400px) {
  .dark .review-people .review-list li .people-box .people-comment .people-name {
    display: block;
  }
}
.dark .review-people .review-list li .people-box .people-comment .people-name h5 .name,
.dark .review-people .review-list li .people-box .people-comment .people-name .h5 .name {
  display: block;
  font-weight: 600;
  font-size: 17px;
}
.dark .review-people .review-list li .people-box .people-comment .people-name h5 .name:hover,
.dark .review-people .review-list li .people-box .people-comment .people-name .h5 .name:hover {
  color: var(--theme-color);
}
.dark .review-people .review-list li .people-box .people-comment .people-name .date-time {
  width: 100%;
  margin-top: 4px;
}
.dark .review-people .review-list li .people-box .people-comment .people-name .date-time h6,
.dark .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;
}
.dark .review-people .review-list li .people-box .people-comment .people-name .product-rating {
  display: flex;
  align-items: center;
  justify-content: center;
}
.dark .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);
}
.dark .review-people .review-list li .people-box .people-comment .name:hover {
  color: var(--theme-color);
}
body.rtl .dark .review-people .review-list li .people-box .people-comment {
  padding-left: unset;
  padding-right: 15px;
}
@media (max-width: 480px) {
  .dark .review-people .review-list li .people-box .people-comment {
    padding: 0;
    width: 100%;
    margin-top: 16px;
  }
}
.dark .review-people .review-list li .people-box .people-comment .date-time {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin: 0;
}
.dark .review-people .review-list li .people-box .people-comment .date-time h6,
.dark .review-people .review-list li .people-box .people-comment .date-time .h6 {
  font-size: 13px;
  color: #777;
  margin: 0;
}
.dark .review-people .review-list li .people-box .reply {
  margin-top: 6px;
  line-height: 1.6;
  color: #dddddd;
  position: relative;
}
.dark .review-people .review-list li .people-box .reply p {
  margin: 0;
  line-height: 1.6;
}
@media (max-width: 480px) {
  .dark .review-people .review-list li .people-box .reply p {
    width: 100%;
  }
}
.dark .vendor-box {
  padding: calc(12px + 21 * (100vw - 320px) / 1600);
  background-color: #1d1d22;
  overflow: hidden;
}
.dark .vendor-box .vendor-contain {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 15px;
  background-color: #2a2d2d;
  align-items: center;
}
.dark .vendor-box .vendor-contain .vendor-text {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #1d1d22;
}
.dark .vendor-box .vendor-contain .vendor-image {
  width: 64px;
  height: 64px;
  object-fit: contain;
}
.dark .vendor-box .vendor-contain .vendor-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.dark .vendor-box .vendor-list {
  margin-top: calc(10px + 8 * (100vw - 320px) / 1600);
  padding-top: calc(10px + 8 * (100vw - 320px) / 1600);
  border-top: 1px solid rgba(119, 119, 119, 0.44);
}
.dark .vendor-box .vendor-list ul {
  display: flex;
  flex-wrap: wrap;
  gap: calc(9px + 3 * (100vw - 320px) / 1600);
  align-items: center;
}
body.rtl .dark .vendor-box .vendor-list ul {
  padding-right: 0;
}
.dark .vendor-box .vendor-list ul li {
  display: block;
}
.dark .vendor-box .vendor-list ul li .address-contact {
  display: flex;
  flex-wrap: nowrap;
  gap: 8px;
  align-items: center;
}
.dark .vendor-box .vendor-list ul li .address-contact .feather {
  width: 20px;
  height: 20px;
  color: var(--theme-color);
}
.dark .vendor-box .vendor-list ul li .address-contact i {
  font-size: 20px;
  line-height: 1;
  color: var(--theme-color);
}
.dark .vendor-box .vendor-list ul li .address-contact h5,
.dark .vendor-box .vendor-list ul li .address-contact .h5 {
  font-weight: 600;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 2px 10px;
}
.dark .vendor-box .vendor-list ul li .address-contact h5 span,
.dark .vendor-box .vendor-list ul li .address-contact .h5 span {
  font-weight: 400;
}
.dark .vendor-box .vendor-detail {
  margin: calc(13px + 15 * (100vw - 320px) / 1600) 0 0;
  line-height: 1.7;
  color: #dddddd;
}
.dark .hot-line-number {
  padding: calc(12px + 21 * (100vw - 320px) / 1600);
  background-color: #1d1d22;
}
.dark .hot-line-number h5,
.dark .hot-line-number .h5 {
  font-weight: 600;
  margin-bottom: 4px;
}
.dark .hot-line-number h6,
.dark .hot-line-number .h6 {
  color: #dddddd;
  margin-bottom: 17px;
}
.dark .hot-line-number h2,
.dark .hot-line-number .h2 {
  font-weight: 600;
  font-size: 24px;
}
.dark .product-category {
  gap: 25px;
  padding: calc(12px + 21 * (100vw - 320px) / 1600);
}
.dark .product-section .product-left-box {
  position: sticky;
  top: 0;
}
.dark .product-section .product-left-box .slider-image {
  background-color: #1d1d22;
}
.dark .product-section .product-left-box .slider-image .ngxImageZoomFullContainer.ngxImageZoomLensEnabled {
  border-radius: 5px !important;
  border: 1px solid #eee;
}
.dark .product-section .product-left-box .bottom-slider-image .slider-image {
  background-color: #1d1d22;
}
.dark .product-section .product-left-box .bottom-slider-image .slider-image img {
  cursor: pointer;
  opacity: 0.6;
}
.dark .product-section .product-left-box .bottom-slider-image .slider-image.active img {
  opacity: 1;
}
.dark .product-section .product-left-box .product-main-1 .owl-nav [class*=owl-] {
  position: absolute;
  top: 50%;
  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) 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;
}
.dark .product-section .product-left-box .product-main-1 .owl-nav [class*=owl-]::before {
  font-family: remixicon;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  font-size: 22px;
  color: rgba(34, 34, 34, 0.88);
}
.dark .product-section .product-left-box .product-main-1 .owl-nav .owl-next {
  right: -18px;
}
@media (max-width: 991px) {
  .dark .product-section .product-left-box .product-main-1 .owl-nav .owl-next {
    right: calc(1px + 4 * (100vw - 320px) / 671);
  }
}
.dark .product-section .product-left-box .product-main-1 .owl-nav .owl-next::before {
  content: "\ea6e";
}
.dark .product-section .product-left-box .product-main-1 .owl-nav .owl-prev {
  left: -18px;
}
@media (max-width: 991px) {
  .dark .product-section .product-left-box .product-main-1 .owl-nav .owl-prev {
    left: calc(1px + 4 * (100vw - 320px) / 671);
  }
}
.dark .product-section .product-left-box .product-main-1 .owl-nav .owl-prev::before {
  content: "\ea64";
}
.dark .product-section .product-label-group {
  position: absolute;
  top: 24px;
  left: 0;
}
.dark .product-section .product-label-group .product-label-tag {
  padding: 5px 13px;
  background-color: #ff7272;
  font-size: 14px;
  color: #2a2d2d;
  font-weight: 500;
  position: relative;
  z-index: 1;
  width: max-content;
}
.dark .product-section .product-label-group .product-label-tag::before {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  top: 0;
  right: -15px;
  border-bottom: solid 15px #ff7272;
  border-left: solid 15px transparent;
  border-right: solid 15px transparent;
  transform: rotate(180deg);
  z-index: 1;
}
.dark .product-section .product-label-group .product-label-tag::after {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  top: 16px;
  right: -15px;
  border-bottom: solid 15px #ff7272;
  border-left: solid 15px transparent;
  border-right: solid 15px transparent;
  transform: rotate(0);
  z-index: 1;
}
.dark .product-section .product-label-group .product-label-tag span {
  font-weight: 700;
}
.dark .product-section .product-label-group .product-label-tag.warning-label-tag {
  background-color: #ffba00;
}
.dark .product-section .product-label-group .product-label-tag.warning-label-tag::before,
.dark .product-section .product-label-group .product-label-tag.warning-label-tag::after {
  border-bottom-color: #ffba00;
}
.dark .product-section .product-label-group .product-label-tag + .product-label-tag {
  margin-top: 13px;
}
.dark .product-section .left-slider-image .sidebar-image {
  border-radius: 8px;
  overflow: hidden;
}
.dark .product-section .left-slider-image .sidebar-image img {
  width: auto;
  height: auto;
  cursor: pointer;
  object-fit: contain;
}
.dark .product-section .right-box-contain {
  position: sticky;
  top: 10px;
  left: 0;
}
@media (max-width: 767px) {
  .dark .product-section .right-box-contain {
    text-align: center;
  }
}
.dark .product-section .right-box-contain .offer-top {
  font-weight: 500;
  padding: 5px calc(12px + 4 * (100vw - 320px) / 1600);
  background-color: rgba(255, 79, 79, 0.1);
  border-radius: 5px;
  color: #ff4f4f;
  display: inline-block;
  margin-bottom: 0;
  margin-left: 12px;
}
body.rtl .dark .product-section .right-box-contain .offer-top {
  margin-left: unset;
  margin-right: 12px;
}
.dark .product-section .right-box-contain .name {
  font-weight: 700;
  margin-bottom: calc(10px + 5 * (100vw - 320px) / 1600);
}
.dark .product-section .right-box-contain .price-rating {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 5px;
  flex-wrap: wrap;
}
@media (max-width: 1460px) {
  .dark .product-section .right-box-contain .price-rating-2 {
    display: block;
  }
}
@media (max-width: 1460px) {
  .dark .product-section .right-box-contain .price-rating-2 .custom-rate {
    margin-top: 5px;
  }
}
@media (max-width: 767px) {
  .dark .product-section .right-box-contain .price-rating {
    display: block;
  }
}
@media (max-width: 1460px) {
  .dark .product-section .right-box-contain .price-rating-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
@media (max-width: 480px) {
  .dark .product-section .right-box-contain .price-rating-box {
    display: block;
  }
}
@media (max-width: 1460px) {
  .dark .product-section .right-box-contain .price-rating-box .custom-rate {
    margin-top: 0 !important;
  }
}
@media (max-width: 480px) {
  .dark .product-section .right-box-contain .price-rating-box .custom-rate {
    margin-top: 10px !important;
  }
}
@media (max-width: 767px) {
  .dark .product-section .right-box-contain .price-rating .custom-rate {
    margin-top: 10px;
    justify-content: center;
  }
}
.dark .product-section .right-box-contain .price-rating .price {
  font-weight: 600;
  font-size: calc(19px + 3 * (100vw - 320px) / 1600);
}
.dark .product-section .right-box-contain .price-rating .price del {
  font-weight: 400;
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
  margin: 0 calc(0px + 2 * (100vw - 320px) / 1600);
}
.dark .product-section .right-box-contain .price-rating .price span {
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
  font-weight: 500;
}
.dark .product-section .right-box-contain .price-rating .custom-rate ul li .feather {
  width: 16px;
  height: 16px;
}
.dark .product-section .right-box-contain .price-rating .custom-rate .review {
  font-size: 13px;
  margin-left: 8px;
  color: #ffffff;
}
body.rtl .dark .product-section .right-box-contain .price-rating .custom-rate .review {
  margin-left: unset;
  margin-right: 12px;
}
.dark .product-section .right-box-contain .product-contain {
  border-bottom: 1px solid rgba(119, 119, 119, 0.44);
  padding-bottom: 16px;
}
.dark .product-section .right-box-contain .product-contain p {
  color: #dddddd;
  line-height: 1.7;
  margin: calc(14px + 2 * (100vw - 320px) / 1600) 0 0;
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
  width: 100%;
}
@media (max-width: 767px) {
  .dark .product-section .right-box-contain .product-contain p {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .dark .product-section .right-box-contain .product-package .d-flex {
    justify-content: center;
  }
}
.dark .product-section .right-box-contain .product-package .select-package {
  display: flex;
  flex-wrap: wrap;
  gap: calc(5px + 8 * (100vw - 320px) / 1600);
}
@media (max-width: 767px) {
  .dark .product-section .right-box-contain .product-package .select-package {
    justify-content: center;
  }
}
body.rtl .dark .product-section .right-box-contain .product-package .select-package {
  padding-right: 0;
}
.dark .product-section .right-box-contain .product-package .select-package li {
  border: 1px solid rgba(154, 154, 154, 0.4);
  border-radius: 6px;
  padding: 3px;
  transition: all 0.3s ease-in-out;
}
.dark .product-section .right-box-contain .product-package .select-package li a,
.dark .product-section .right-box-contain .product-package .select-package li button {
  padding: 6px 11px;
  border: 1px solid rgba(119, 119, 119, 0.44);
  border-radius: 4px;
  display: block;
  color: #dddddd;
  font-size: 14px;
  transition: all 0.3s ease-in-out;
  background: transparent;
}
.dark .product-section .right-box-contain .product-package .select-package li:hover {
  border: 1px solid rgba(154, 154, 154, 0.65);
}
.dark .product-section .right-box-contain .product-package .select-package li:hover button,
.dark .product-section .right-box-contain .product-package .select-package li:hover img {
  border-color: rgba(154, 154, 154, 0.65);
}
.dark .product-section .right-box-contain .product-package .select-package li.active {
  border: 1px solid var(--theme-color);
  border-radius: 6px;
  padding: 3px;
}
.dark .product-section .right-box-contain .product-package .select-package li.active button,
.dark .product-section .right-box-contain .product-package .select-package li.active img {
  background: var(--theme-color);
  color: #2a2d2d;
  font-weight: 600;
}
.dark .product-section .right-box-contain .product-package .select-package li.active img {
  background: #2a2d2d;
}
.dark .product-section .right-box-contain .product-package .select-package li.disabled {
  overflow: hidden;
  position: relative;
  -webkit-user-select: none;
  user-select: none;
  cursor: default;
  opacity: 0.6 !important;
  pointer-events: none;
}
.dark .product-section .right-box-contain .product-package .select-package 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;
}
.dark .product-section .right-box-contain .product-package .select-package li.disabled a,
.dark .product-section .right-box-contain .product-package .select-package li.disabled button {
  cursor: default;
}
.dark .product-section .right-box-contain .product-package .color li {
  opacity: 0.7;
}
.dark .product-section .right-box-contain .product-package .color li.active {
  opacity: 1;
  border-color: #ffffff;
}
.dark .product-section .right-box-contain .product-package .color li button {
  width: 36px !important;
  height: 36px !important;
}
.dark .product-section .right-box-contain .product-package .circle li {
  border: 1px solid rgba(154, 154, 154, 0.4);
  border-radius: 100% !important;
  padding: 3px;
  transition: all 0.3s ease-in-out;
}
.dark .product-section .right-box-contain .product-package .circle li:hover button {
  color: #222;
  background-color: #f1f0f0;
}
.dark .product-section .right-box-contain .product-package .circle li.active button {
  color: #ffffff !important;
  background-color: var(--theme-color);
}
.dark .product-section .right-box-contain .product-package .circle li button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(30px + 5 * (100vw - 320px) / 1600) !important;
  height: calc(30px + 5 * (100vw - 320px) / 1600) !important;
  background-color: #f8f8f8;
  border-radius: 100%;
  color: #dddddd !important;
  padding: 0;
  border: unset;
  font-weight: 400;
}
.dark .product-section .right-box-contain .product-package .form-check {
  margin: 0;
  padding: 0;
  min-height: auto;
  display: flex;
  align-items: center;
  gap: 8px;
}
.dark .product-section .right-box-contain .product-package .form-check:hover .form-check-input {
  border-color: rgba(154, 154, 154, 0.65);
}
.dark .product-section .right-box-contain .product-package .form-check:hover .form-check-label {
  color: #ffffff;
}
.dark .product-section .right-box-contain .product-package .form-check + .form-check {
  margin-left: 15px;
}
body.rtl .dark .product-section .right-box-contain .product-package .form-check + .form-check {
  margin-left: unset;
  margin-right: 15px;
}
.dark .product-section .right-box-contain .product-package .form-check .form-check-input {
  cursor: pointer;
  float: unset;
  margin: 0;
  width: 16px;
  height: 16px;
  background-color: #f8f8f8;
  border: 1px solid rgba(154, 154, 154, 0.4);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.dark .product-section .right-box-contain .product-package .form-check .form-check-input::after {
  content: "";
  position: relative;
  width: 12px;
  height: 12px;
  background-color: var(--theme-color);
  border-radius: 100%;
  transition: 0.3s ease-in-out;
  transform: scale(0);
}
.dark .product-section .right-box-contain .product-package .form-check .form-check-input:focus {
  box-shadow: unset;
}
.dark .product-section .right-box-contain .product-package .form-check .form-check-input:active {
  filter: unset;
}
.dark .product-section .right-box-contain .product-package .form-check .form-check-input:checked {
  background-color: #2a2d2d;
  border-color: var(--theme-color);
}
.dark .product-section .right-box-contain .product-package .form-check .form-check-input:checked::after {
  transform: scale(1);
}
.dark .product-section .right-box-contain .product-package .form-check .form-check-input:checked ~ .form-check-label {
  color: #ffffff;
}
.dark .product-section .right-box-contain .product-package .form-check .form-check-label {
  line-height: 1;
  font-size: 16px;
  font-weight: 600;
  margin-top: 1px;
  color: #dddddd;
  cursor: pointer;
}
.dark .product-section .right-box-contain .product-package .form-select {
  background:
    linear-gradient(
      187.77deg,
      #fafafa 5.52%,
      #f8f8f8 94%);
  border-radius: 7px;
  border: 1px solid #eee;
  display: inline-block;
}
.dark .product-section .right-box-contain .product-package .image li {
  border: 1px solid rgba(154, 154, 154, 0.4);
  border-radius: 6px;
  padding: 3px;
}
.dark .product-section .right-box-contain .product-package .image li button,
.dark .product-section .right-box-contain .product-package .image li img {
  width: 65px;
  border-radius: 4px;
  cursor: pointer;
  height: 65px;
  padding: 0;
  overflow: hidden;
}
.dark .product-section .right-box-contain .product-package .rectangle li {
  border: 1px solid rgba(154, 154, 154, 0.4);
  border-radius: 6px;
  padding: 3px;
}
.dark .product-section .right-box-contain .product-package .rectangle li:hover button {
  color: #222;
  background-color: #f1f0f0;
}
.dark .product-section .right-box-contain .product-package .rectangle li.active button {
  color: #2a2d2d;
  background-color: var(--theme-color);
}
.dark .product-section .right-box-contain .product-package .rectangle li button {
  background-color: #f8f8f8;
  border: unset;
}
.dark .product-section .right-box-contain .note-box {
  display: flex;
  flex-wrap: wrap;
  gap: calc(7px + 8 * (100vw - 320px) / 1600);
  align-items: center;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .dark .product-section .right-box-contain .note-box {
    justify-content: center;
  }
}
.dark .product-section .right-box-contain .note-box .compare-button {
  background-color: #1d1d22;
}
.dark .product-section .right-box-contain .note-box .cart-button {
  background-color: var(--theme-color);
  text-transform: uppercase;
}
.dark .product-section .right-box-contain .note-box .cart-button i {
  animation: ring 4s 0.7s ease-in-out infinite;
  line-height: 1;
  margin-top: -3px;
  font-size: 19px;
}
.dark .product-section .right-box-contain .note-box .product-qty {
  width: auto;
  margin-top: 0;
}
@media (max-width: 1560px) {
  .dark .product-section .right-box-contain .note-box .product-qty {
    max-width: 125px;
  }
}
@media (max-width: 360px) {
  .dark .product-section .right-box-contain .note-box .product-qty {
    width: 160px;
  }
}
.dark .product-section .right-box-contain .note-box .product-qty .input-group {
  background:
    linear-gradient(
      187.77deg,
      #fafafa 5.52%,
      #1d1d22 94%);
}
.dark .product-section .right-box-contain .note-box .wishlist-btn-group {
  display: flex;
  gap: calc(7px + 8 * (100vw - 320px) / 1600);
}
.dark .product-section .right-box-contain .note-box .wishlist-btn-group .wishlist-button {
  padding: 0;
  width: calc(38px + 8 * (100vw - 320px) / 1600);
  height: calc(38px + 8 * (100vw - 320px) / 1600);
  border: 1px solid #eee;
  border-radius: 100%;
  background-color: #f8f8f8;
  transition: none;
}
.dark .product-section .right-box-contain .note-box .wishlist-btn-group .wishlist-button i {
  font-size: calc(18px + 2 * (100vw - 320px) / 1600);
  line-height: 1;
}
.dark .product-section .right-box-contain .buy-now-button {
  margin-top: 20px;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(119, 119, 119, 0.44);
}
.dark .product-section .right-box-contain .buy-now-button button {
  background-color: #ff7272;
}
.dark .product-section .right-box-contain .buy-box {
  display: flex;
  flex-wrap: wrap;
  gap: 11px;
  align-items: center;
  margin-top: 20px;
}
.dark .product-section .right-box-contain .buy-box .team-box {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
}
.dark .product-section .right-box-contain .buy-box .team-box input {
  margin-top: -7px;
  display: block;
}
.dark .product-section .right-box-contain .buy-box .team-box .form-check-label span {
  display: flex;
  align-items: center;
}
.dark .product-section .right-box-contain .buy-box .team-box .form-check-label span a {
  text-decoration: underline;
  margin-left: 3px;
  color: #ffffff;
}
@media (max-width: 767px) {
  .dark .product-section .right-box-contain .buy-box {
    justify-content: center;
  }
}
.dark .product-section .right-box-contain .buy-box a {
  display: flex;
  flex-wrap: wrap;
  gap: calc(5px + 3 * (100vw - 320px) / 1600);
  font-size: 16px;
  align-items: center;
  color: #777;
}
.dark .product-section .right-box-contain .buy-box a:hover {
  color: #222;
}
.dark .product-section .right-box-contain .buy-box a i {
  font-size: 17px;
}
.dark .product-section .right-box-contain .pickup-box {
  margin-top: 20px;
}
.dark .product-section .right-box-contain .pickup-box .product-info {
  margin-top: 20px;
}
.dark .product-section .right-box-contain .pickup-box .product-info .product-info-list {
  display: flex;
  flex-wrap: wrap;
  gap: calc(8px + 4 * (100vw - 320px) / 1600);
  align-items: flex-start;
  text-align: left;
  display: inline-block;
  column-count: 2;
  background-color: #f9f9f9;
  padding: 15px;
  border-radius: 12px;
  width: 80%;
  max-width: 390px;
}
@media (max-width: 480px) {
  .dark .product-section .right-box-contain .pickup-box .product-info .product-info-list {
    column-count: 1;
    padding: 15px;
  }
}
.dark .product-section .right-box-contain .pickup-box .product-info .product-info-list-2 {
  display: flex;
}
@media (max-width: 1500px) {
  .dark .product-section .right-box-contain .pickup-box .product-info .product-info-list-2 {
    width: 100%;
  }
}
@media (max-width: 1450px) {
  .dark .product-section .right-box-contain .pickup-box .product-info .product-info-list-2 {
    column-count: 1;
    padding: 15px;
  }
}
@media (max-width: 1199px) {
  .dark .product-section .right-box-contain .pickup-box .product-info .product-info-list-2 {
    column-count: 2;
    display: block;
    padding-bottom: 4px;
  }
  .dark .product-section .right-box-contain .pickup-box .product-info .product-info-list-2 li {
    margin-bottom: 8px;
  }
}
@media (max-width: 767px) {
  .dark .product-section .right-box-contain .pickup-box .product-info .product-info-list-2 {
    margin-inline: auto;
  }
}
@media (max-width: 480px) {
  .dark .product-section .right-box-contain .pickup-box .product-info .product-info-list-2 {
    display: flex;
    padding-bottom: 15px;
  }
  .dark .product-section .right-box-contain .pickup-box .product-info .product-info-list-2 li {
    margin-bottom: 0;
  }
}
.dark .product-section .right-box-contain .pickup-box .product-info .product-info-list-3 {
  width: 50%;
}
.dark .product-section .right-box-contain .pickup-box .product-info .product-info-list-3 li {
  margin-bottom: 7px;
}
@media (max-width: 360px) {
  .dark .product-section .right-box-contain .pickup-box .product-info .product-info-list-3 li {
    margin-bottom: 0;
  }
}
@media (max-width: 1366px) {
  .dark .product-section .right-box-contain .pickup-box .product-info .product-info-list-3 {
    width: 80%;
  }
}
@media (max-width: 767px) {
  .dark .product-section .right-box-contain .pickup-box .product-info .product-info-list-3 {
    width: 100%;
  }
}
@media (max-width: 360px) {
  .dark .product-section .right-box-contain .pickup-box .product-info .product-info-list-3 {
    display: flex;
  }
}
.dark .product-section .right-box-contain .pickup-box .product-info .product-info-list li {
  padding-left: 13px;
  width: 100%;
  font-size: calc(14px + 1 * (100vw - 320px) / 1600);
  position: relative;
  color: #777;
}
body.rtl .dark .product-section .right-box-contain .pickup-box .product-info .product-info-list li {
  padding-left: unset;
  padding-right: 13px;
  text-align: right;
}
@media (max-width: 575px) {
  .dark .product-section .right-box-contain .pickup-box .product-info .product-info-list li {
    width: auto;
    margin-left: 18px;
  }
}
@media (max-width: 480px) {
  .dark .product-section .right-box-contain .pickup-box .product-info .product-info-list li {
    margin-left: unset;
    width: 100%;
    padding-left: unset;
  }
  .dark .product-section .right-box-contain .pickup-box .product-info .product-info-list li::after {
    content: none !important;
  }
}
.dark .product-section .right-box-contain .pickup-box .product-info .product-info-list li::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 5px;
  height: 5px;
  left: 0;
  background-color: #dddddd;
  border-radius: 100%;
}
body.rtl .dark .product-section .right-box-contain .pickup-box .product-info .product-info-list li::after {
  left: unset;
  right: 0;
}
.dark .product-section .right-box-contain .pickup-box .product-info .product-info-list li a {
  margin-left: 5px;
  color: #ffffff;
  font-weight: 500;
}
.dark .product-section .right-box-contain .pickup-box .product-info .product-info-list li a + a {
  margin-left: 0;
}
.dark .product-section .right-box-contain .pickup-box .pickup-icon i {
  font-size: 20px;
  color: var(--theme-color);
}
.dark .product-section .right-box-contain .pickup-box .pickup-detail h4,
.dark .product-section .right-box-contain .pickup-box .pickup-detail .h4 {
  width: 90%;
  font-weight: 400;
  margin-bottom: 5px;
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
  line-height: 1.6;
}
@media (max-width: 767px) {
  .dark .product-section .right-box-contain .pickup-box .pickup-detail h4,
  .dark .product-section .right-box-contain .pickup-box .pickup-detail .h4 {
    width: 100%;
  }
}
.dark .product-section .right-box-contain .pickup-box .pickup-detail h6,
.dark .product-section .right-box-contain .pickup-box .pickup-detail .h6 {
  margin-top: 4px;
}
.dark .product-section .right-box-contain .pickup-box .pickup-detail a {
  margin-top: 0;
  color: var(--theme-color);
  display: inline-block;
}
.dark .product-section .right-box-contain .paymnet-option .payment-img {
  width: 52%;
}
@media (max-width: 575px) {
  .dark .product-section .right-box-contain .paymnet-option .payment-img {
    width: 66%;
  }
}
@media (max-width: 480px) {
  .dark .product-section .right-box-contain .paymnet-option .payment-img {
    width: 73%;
  }
}
.dark .product-section .right-box-contain .paymnet-option ul {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: calc(3px + 5 * (100vw - 320px) / 1600);
}
@media (max-width: 767px) {
  .dark .product-section .right-box-contain .paymnet-option ul {
    justify-content: center;
  }
}
body.rtl .dark .product-section .right-box-contain .paymnet-option ul {
  padding-right: 0;
}
.dark .product-section .right-box-contain .share-option {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid rgba(119, 119, 119, 0.44);
}
.dark .product-section .right-box-contain .share-option ul {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
@media (max-width: 767px) {
  .dark .product-section .right-box-contain .share-option ul {
    justify-content: center;
  }
}
.dark .product-section .right-box-contain .share-option ul li {
  display: block;
}
.dark .product-section .right-box-contain .share-option ul li:hover a {
  transform: translateY(-4px);
}
.dark .product-section .right-box-contain .share-option ul li a {
  display: block;
  text-align: center;
  font-size: 18px;
  color: #dddddd;
  transition: all 0.5s ease;
}
.dark .product-section .right-box-contain .share-option ul li a:hover {
  color: var(--theme-color);
  transition: all 0.5s ease;
}
.dark .product-section .right-box-contain.full-width-right-box .product-contain p {
  width: 70%;
}
@media (max-width: 767px) {
  .dark .product-section .right-box-contain.full-width-right-box .product-contain p {
    width: 100%;
  }
}
.dark .product-section .right-box-contain.full-width-right-box .secure-site-sec img {
  width: 41%;
}
.dark .product-section .right-box-contain.full-width-right-box .progress {
  width: 75%;
}
@media (max-width: 1366px) {
  .dark .product-section .right-box-contain.full-width-right-box .progress {
    width: 100%;
  }
}
.dark .product-section .progress-sec {
  border-bottom: 1px solid rgba(119, 119, 119, 0.44);
  padding-bottom: 16px;
}
.dark .product-section .progress-sec .left-progressbar {
  margin-top: 18px;
}
.dark .product-section .progress-sec .left-progressbar h6,
.dark .product-section .progress-sec .left-progressbar .h6 {
  margin-bottom: 10px;
}
.dark .product-section .progress-sec .left-progressbar .progress {
  height: 10px;
}
.dark .product-section .progress-sec .left-progressbar .progress.danger-progress .progress-bar {
  background-color: #ff7272;
}
.dark .product-section .progress-sec .left-progressbar .progress.warning-progress .progress-bar {
  background-color: #ffa53b;
}
.dark .product-section .progress-sec .left-progressbar .progress.success-progress .progress-bar {
  background-color: var(--theme-color);
}
.dark .product-section .progress-sec .left-progressbar .progress-bar {
  background-color: var(--theme-color);
}
.dark .product-section .product-main .slider-image img {
  width: 100%;
}
.dark .product-section .right-sidebar-box {
  position: sticky;
  top: 10px;
}
.dark .product-section .right-sidebar-box .product-right-sidebar li + li {
  margin-top: 0;
}
.dark .product-section .right-sidebar-box .product-right-sidebar li + li::after {
  top: -14px;
  width: calc(100% - 103px);
}
.dark .product-section .right-sidebar-box .product-list li .offer-product {
  gap: calc(12px + 11 * (100vw - 992px) / 928);
}
.dark .dynamic-checkout {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 10px;
  max-width: 600px;
}
.dark .dynamic-checkout > * {
  width: 100%;
}
.dark .dynamic-checkout button {
  width: 100%;
  color: #fff;
  text-transform: uppercase;
}
.dark .dynamic-checkout button.border-theme-color {
  border: 1px solid var(--theme-color);
  background-color: transparent;
  color: var(--theme-color);
  transition: none;
}
.dark .dynamic-checkout button.border-theme-color .spinning::before {
  border-right: 3px solid #276534;
}
.dark .dynamic-checkout button:hover {
  background-color: var(--theme-color);
  border-color: var(--theme-color);
  color: #fff;
}
.dark .dynamic-checkout button i {
  animation: ring 4s 0.7s ease-in-out infinite;
  line-height: 1;
  margin-top: -3px;
  font-size: 19px;
}
.dark .related-product-2 .bundle-sec .related-box .related-image {
  width: auto;
}
.dark .related-product-2 .bundle-sec .related-box .related-image > ul > li {
  width: 205px;
  min-width: 205px;
}
.dark .related-product-2 .bundle-sec .related-box .budle-list > ul {
  flex-direction: column;
  align-items: flex-start;
}
.dark .related-product-2 .bundle-sec .related-box .budle-list > ul > li {
  width: unset;
}
.dark .related-product-2 .related-product .product-title-2 {
  margin-top: 0;
}
.dark .related-product-2 .related-product .product-title-2 h4,
.dark .related-product-2 .related-product .product-title-2 .h4 {
  font-size: calc(21px + 4 * (100vw - 320px) / 1600);
  font-weight: 600;
  margin-bottom: calc(16px + 5 * (100vw - 320px) / 1600);
}
.dark .related-product-2 .related-box {
  display: flex;
  align-items: flex-start;
  flex-wrap: nowrap;
  gap: 15px;
}
@media (max-width: 1577px) {
  .dark .related-product-2 .related-box {
    flex-wrap: wrap;
  }
}
.dark .related-product-2 .related-box .related-image {
  touch-action: pan-x;
  overflow: auto;
  padding-bottom: 13px;
}
.dark .related-product-2 .related-box .related-image > ul {
  display: flex;
  align-items: flex-start;
  flex-wrap: nowrap;
  gap: calc(25px + 10 * (100vw - 320px) / 1600);
}
.dark .related-product-2 .related-box .related-image > ul > li {
  width: 225px;
  min-width: 225px;
  position: relative;
}
.dark .related-product-2 .related-box .related-image > ul > li + li::before {
  content: "+";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: calc(-18px + -8 * (100vw - 320px) / 1600);
  font-size: calc(14px + 6 * (100vw - 320px) / 1600);
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: #dddddd;
}
body.rtl .dark .related-product-2 .related-box .related-image > ul > li + li::before {
  left: unset;
  right: calc(-18px + -8 * (100vw - 320px) / 1600);
}
.dark .related-product-2 .related-box .related-image > ul > li a {
  display: block;
  overflow: hidden;
}
.dark .related-product-2 .related-box .related-image > ul > li a .image-box {
  background-color: #1d1d22;
  width: calc(136px + 34 * (100vw - 320px) / 1600);
  height: calc(136px + 34 * (100vw - 320px) / 1600);
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border-radius: calc(6px + 3 * (100vw - 320px) / 1600);
}
.dark .related-product-2 .related-box .related-image > ul > li a .image-box .form-check {
  position: absolute;
  top: 8px;
  left: 8px;
  padding: 0;
}
.dark .related-product-2 .related-box .related-image > ul > li a .image-box .form-check .checkbox_animated::after {
  border: 1px solid #4a5567;
  border-radius: 3px;
}
.dark .related-product-2 .related-box .related-image > ul > li a .related-content {
  margin-top: 12px;
  padding: 0 calc(4px + 8 * (100vw - 320px) / 1600);
}
.dark .related-product-2 .related-box .related-image > ul > li a .related-content h5,
.dark .related-product-2 .related-box .related-image > ul > li a .related-content .h5 {
  font-size: 15px;
  line-height: 1.2;
  color: #ffffff;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
}
.dark .related-product-2 .related-box .related-image > ul > li a .related-content h6,
.dark .related-product-2 .related-box .related-image > ul > li a .related-content .h6 {
  margin-top: 5px;
  color: var(--theme-color);
}
.dark .related-product-2 .related-box .related-image > ul > li a .related-content h6 del,
.dark .related-product-2 .related-box .related-image > ul > li a .related-content .h6 del {
  color: #dddddd;
  margin-left: 4px;
  font-size: 13px;
}
.dark .related-product-2 .related-box .budle-list {
  gap: 15px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.dark .related-product-2 .related-box .budle-list > ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
}
.dark .related-product-2 .related-box .budle-list > ul > li {
  width: 100%;
  display: block;
}
.dark .related-product-2 .related-box .budle-list > ul > li .form-check {
  display: flex;
  padding: 0;
  margin-bottom: 0;
  align-items: center;
}
.dark .related-product-2 .related-box .budle-list > ul > li .form-check .checkbox_animated {
  margin-top: -4px;
}
.dark .related-product-2 .related-box .budle-list > ul > li .form-check .form-check-label span {
  font-size: calc(15px + 2 * (100vw - 320px) / 1600);
  color: #dddddd;
}
.dark .related-product-2 .related-box .budle-list > ul > li .form-check .form-check-label span span {
  color: #ffffff;
  font-weight: 600;
}
.dark .related-product-2 .related-box .budle-list > ul > li.contant {
  margin-top: calc(0px + 15 * (100vw - 320px) / 1600);
}
.dark .related-product-2 .related-box .budle-list > ul > li.contant h5,
.dark .related-product-2 .related-box .budle-list > ul > li.contant .h5 {
  font-size: 17px;
  font-weight: 600;
  color: #dddddd;
}
.dark .related-product-2 .related-box .budle-list > ul > li.contant h4,
.dark .related-product-2 .related-box .budle-list > ul > li.contant .h4 {
  margin-top: 8px;
  font-weight: 700;
}
.dark .related-product-2 .related-box .budle-list > ul > li.contant h4 del,
.dark .related-product-2 .related-box .budle-list > ul > li.contant .h4 del {
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
  margin-left: 5px;
  font-weight: 400;
}
.dark .sticky-bottom-cart {
  position: fixed;
  bottom: -160px;
  width: 100%;
  z-index: 2;
  background-color: #2a2d2d;
  padding: 14px 0;
  box-shadow: 0 0 3px 1px rgba(255, 255, 255, 0.06);
  transition: all 0.3s ease;
}
@media (max-width: 767px) {
  .dark .sticky-bottom-cart {
    transition: none;
  }
}
.dark .sticky-bottom-cart .qty-box .input-group {
  background-color: #1d1d22;
  border-radius: 7px;
  padding: 4px;
  text-align: center;
  z-index: 0;
}
.dark .sticky-bottom-cart .cart-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.dark .sticky-bottom-cart .cart-content .selection-section .form-group > * {
  display: flex;
  align-items: center;
  gap: calc(6px + 4 * (100vw - 575px) / 1345);
}
.dark .sticky-bottom-cart .product-image {
  display: flex;
  align-items: center;
}
.dark .sticky-bottom-cart .product-image img {
  width: 60px;
  height: 70px;
  object-fit: cover;
  object-position: top;
}
.dark .sticky-bottom-cart .product-image .content {
  margin-left: 12px;
  color: #ffffff;
  margin-top: 0;
}
body.rtl .dark .sticky-bottom-cart .product-image .content {
  margin-left: 0;
  margin-right: 12px;
}
@media (max-width: 480px) {
  .dark .sticky-bottom-cart .product-image .content {
    display: block;
  }
}
@media (max-width: 575px) {
  .dark .sticky-bottom-cart .product-image .content {
    display: none;
  }
}
.dark .sticky-bottom-cart .product-image .content h5,
.dark .sticky-bottom-cart .product-image .content .h5,
.dark .sticky-bottom-cart .product-image .content h6,
.dark .sticky-bottom-cart .product-image .content .h6 {
  margin-bottom: 0;
}
.dark .sticky-bottom-cart .product-image .content h5,
.dark .sticky-bottom-cart .product-image .content .h5 {
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
}
.dark .sticky-bottom-cart .product-image .content h6,
.dark .sticky-bottom-cart .product-image .content .h6 {
  font-size: 15px;
  margin-top: 6px;
}
.dark .sticky-bottom-cart .product-image .content h6 del,
.dark .sticky-bottom-cart .product-image .content .h6 del {
  margin-left: 7px;
  color: #dddddd;
}
body.rtl .dark .sticky-bottom-cart .product-image .content h6 del,
body.rtl .dark .sticky-bottom-cart .product-image .content .h6 del {
  margin-left: unset;
  margin-right: 7px;
}
.dark .sticky-bottom-cart .product-image .content h6 span,
.dark .sticky-bottom-cart .product-image .content .h6 span {
  color: var(--theme-color);
  margin-left: 5px;
}
body.rtl .dark .sticky-bottom-cart .product-image .content h6 span,
body.rtl .dark .sticky-bottom-cart .product-image .content .h6 span {
  margin-left: 0;
  margin-right: 5px;
}
.dark .sticky-bottom-cart .selection-section {
  display: flex;
  align-items: center;
  margin: 0 calc(9px + 16 * (100vw - 575px) / 1345) 0 auto;
  gap: calc(6px + 4 * (100vw - 575px) / 1345);
}
body.rtl .dark .sticky-bottom-cart .selection-section {
  margin: 0 auto 0 calc(9px + 16 * (100vw - 575px) / 1345);
}
.dark .sticky-bottom-cart .selection-section .form-control {
  background-color: #f8f8f8;
  border: 1px solid #f8f8f8;
  text-transform: uppercase;
  max-width: 100%;
}
.dark .sticky-bottom-cart .selection-section .form-control:focus {
  box-shadow: none;
}
.dark .sticky-bottom-cart .selection-section .product-qty {
  height: calc(42px + 9 * (100vw - 576px) / 1344);
  width: 100%;
  max-width: calc(130px + 40 * (100vw - 575px) / 1345);
}
.dark .sticky-bottom-cart .selection-section .product-qty .input-group button {
  height: 100%;
}
.dark .sticky-bottom-cart .selection-section .product-qty .input-group button:hover {
  background-color: #2a2d2d;
}
.dark .sticky-bottom-cart .selection-section .product-qty .input-group button:hover i {
  color: var(--theme-color);
}
.dark .sticky-bottom-cart .selection-section .form-group {
  width: 220px;
}
@media (max-width: 1199px) {
  .dark .sticky-bottom-cart .selection-section .form-group {
    width: 190px;
  }
}
@media (max-width: 767px) {
  .dark .sticky-bottom-cart .selection-section .form-group {
    margin-right: 0;
    width: unset;
  }
}
@media (max-width: 575px) {
  .dark .sticky-bottom-cart .add-btn {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.dark .sticky-bottom-cart .add-btn a {
  padding: 12px 40px;
}
@media (max-width: 575px) {
  .dark .sticky-bottom-cart .add-btn a {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.dark .sticky-bottom-cart .add-btn a.wishlist-btn {
  display: none;
  background-color: #1d1d22;
  color: #ffffff;
}
.dark .sticky-bottom-cart .add-btn a.wishlist-btn:hover {
  background-color: var(--theme-color);
  border-color: var(--theme-color);
  color: #2a2d2d;
}
@media (max-width: 575px) {
  .dark .sticky-bottom-cart .add-btn a.wishlist-btn {
    display: flex;
  }
}
@media (max-width: 575px) {
  .dark .sticky-bottom-cart .add-btn a + a {
    margin-left: 8px;
  }
  body.rtl .dark .sticky-bottom-cart .add-btn a + a {
    margin-right: 8px;
    margin-left: unset;
  }
}
.dark .sticky-bottom-cart .add-btn a i {
  margin-right: 7px;
  animation: ring 4s 0.7s ease-in-out infinite;
}
body.rtl .dark .sticky-bottom-cart .add-btn a i {
  margin-right: unset;
  margin-left: 7px;
}
.dark .delivery-info {
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(119, 119, 119, 0.44);
}
.dark .delivery-info li {
  display: flex;
  align-items: center;
  gap: calc(5px + 5 * (100vw - 320px) / 1600);
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
  color: #777;
}
@media (max-width: 767px) {
  .dark .delivery-info li {
    justify-content: center;
  }
}
.dark .delivery-info li i {
  font-size: 20px;
  line-height: 1;
}
.dark .delivery-info li + li {
  margin-top: 4px;
}
.dark .recently-purchase {
  background: #2a2d2d;
  border: 0;
  border-radius: 6px;
  bottom: -130px;
  left: 20px;
  padding: 0;
  position: fixed;
  text-align: left;
  width: auto;
  z-index: 8;
  box-shadow: 0 0 4px 0 #d0d0d0;
  padding: 10px;
  display: flex;
  align-items: center;
  transition: all 0.6s ease;
}
body.rtl .dark .recently-purchase {
  text-align: right;
}
@media (max-width: 380px) {
  .dark .recently-purchase {
    width: auto;
    margin-inline: 10px;
    left: 0;
  }
}
.dark .recently-purchase.show {
  bottom: 20px;
  transition: all 0.6s ease;
}
.dark .recently-purchase .media-height {
  width: 64px;
  height: 85px;
  object-fit: contain;
}
.dark .recently-purchase .close-popup {
  position: absolute;
  right: 7px;
  top: 6px;
  opacity: 0.5;
  color: #ffffff;
}
body.rtl .dark .recently-purchase .close-popup {
  right: unset;
  left: 7px;
}
.dark .recently-purchase .media-body {
  padding: 0 30px 0 12px;
  padding: 0 30px 0 12px;
}
body.rtl .dark .recently-purchase .media-body {
  padding: 0 12px 0 30px;
}
.dark .recently-purchase .media-body .title {
  font-weight: 600;
}
.dark .recently-purchase .media-body .product-name {
  color: var(--theme-color);
}
.dark .recently-purchase .media-body .timeAgo {
  display: block;
}
.dark .stickyCart .sticky-bottom-cart {
  bottom: 0;
  transition: all 0.3s ease;
}
@media (max-width: 767px) {
  .dark .stickyCart .sticky-bottom-cart {
    bottom: calc(69px + 3 * (100vw - 320px) / 447);
    transition: none;
  }
}
.dark .stickyCart .recently-purchase.show {
  bottom: 113px;
}
.dark .stickyCart .tap-top {
  bottom: 110px;
}
.dark .secure-site-sec {
  margin: 20px 0 0;
}
.dark .secure-site-sec h4,
.dark .secure-site-sec .h4 {
  font-weight: 600;
  margin-bottom: calc(10px + 2 * (100vw - 320px) / 1600);
  letter-spacing: 0.4px;
  font-size: calc(15px + 1 * (100vw - 320px) / 1600);
}
.dark .secure-site-sec img {
  width: calc(80% + -15 * (100vw - 320px) / 1600);
  height: auto;
}
.dark .size-delivery-info {
  font-size: 16px;
  display: flex;
  align-items: center;
  gap: calc(12px + 6 * (100vw - 320px) / 1600);
  flex-wrap: wrap;
  margin-top: 18px;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(119, 119, 119, 0.44);
}
@media (max-width: 767px) {
  .dark .size-delivery-info {
    justify-content: center;
  }
}
.dark .size-delivery-info a {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #ffffff;
}
.dark .size-delivery-info a:hover {
  color: var(--theme-color);
}
.dark .product-count ul {
  display: inline-flex;
  align-items: center;
  gap: 3px 15px;
  margin-bottom: 16px;
  flex-wrap: wrap;
}
@media (max-width: 575px) {
  .dark .product-count ul {
    display: inline-grid;
    gap: 0;
  }
}
.dark .product-count ul li {
  display: flex;
  align-items: center;
  gap: 10px;
}
.dark .product-count ul li h6,
.dark .product-count ul li .h6 {
  font-size: 15px;
}
.dark .product-count ul li i {
  color: #276534;
  font-size: 20px;
}
.dark .chart-padding {
  background-color: #2a2d2d;
  padding: 20px;
  border-radius: 6px;
}
.dark .chart-title {
  margin-bottom: 20px;
}
.dark .chart-title h3,
.dark .chart-title .h3 {
  font-size: 24px;
  font-weight: 600;
}
.dark .dashboard-title {
  margin-bottom: 22px;
}
.dark .dashboard-title h3,
.dark .dashboard-title .h3 {
  font-size: 20px;
  line-height: 1.3;
  position: relative;
  font-weight: 600;
}
.dark .dashboard-title.dashboard-flex {
  display: flex;
}
.dark .dashboard-title.dashboard-flex button {
  margin-left: auto;
}
.dark .user-dashboard-section .title h2,
.dark .user-dashboard-section .title .h2 {
  font-size: 26px;
}
.dark .user-dashboard-section .dashboard-left-sidebar {
  background: #1d1d22;
  box-shadow: 0 0 8px rgba(255, 255, 255, 0.14);
  border-radius: 10px;
  overflow: hidden;
  position: sticky;
  top: 107px;
  z-index: 0;
}
@media (max-width: 991px) {
  .dark .user-dashboard-section .dashboard-left-sidebar {
    width: 300px;
    height: 100vh;
    position: fixed;
    top: 0;
    left: -320px;
    border-radius: 0;
    z-index: 6;
    overflow-y: auto;
    overflow-x: hidden;
    transition: all 0.3s ease-in-out;
  }
  body.rtl .dark .user-dashboard-section .dashboard-left-sidebar {
    left: unset;
    right: -320px;
  }
  .dark .user-dashboard-section .dashboard-left-sidebar.show {
    left: 0;
  }
  body.rtl .dark .user-dashboard-section .dashboard-left-sidebar.show {
    left: unset;
    right: 0;
  }
}
.dark .user-dashboard-section .dashboard-left-sidebar .close-button {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 1;
  background: #1d1d22;
  border-radius: 100%;
}
.dark .user-dashboard-section .dashboard-left-sidebar .close-button .close-sidebar {
  border: none;
  font-size: 15px;
  background-color: transparent;
  color: #dddddd;
  padding: 2px 0 0;
}
.dark .user-dashboard-section .dashboard-left-sidebar .profile-box {
  position: relative;
}
.dark .user-dashboard-section .dashboard-left-sidebar .profile-box .cover-image {
  position: relative;
  overflow: hidden;
}
.dark .user-dashboard-section .dashboard-left-sidebar .profile-box .cover-image img {
  width: 100%;
  height: 150px;
  object-fit: cover;
}
@media (max-width: 991px) {
  .dark .user-dashboard-section .dashboard-left-sidebar .profile-box .cover-image img {
    height: 120px;
  }
}
.dark .user-dashboard-section .dashboard-left-sidebar .profile-box .cover-image:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #ffffff;
  opacity: 0.15;
}
.dark .user-dashboard-section .dashboard-left-sidebar .profile-box .cover-image .cover-icon {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 8px;
  right: 8px;
  z-index: 1;
  background-color: #2a2d2d;
  border-radius: 100%;
  color: #dddddd;
}
.dark .user-dashboard-section .dashboard-left-sidebar .profile-box .profile-contain {
  padding: 0 15px;
}
.dark .user-dashboard-section .dashboard-left-sidebar .profile-box .profile-contain .profile-image {
  margin: 0 auto;
  text-align: center;
  margin-top: -50px;
  z-index: 1;
  position: relative;
}
.dark .user-dashboard-section .dashboard-left-sidebar .profile-box .profile-contain .profile-image .user-round h4,
.dark .user-dashboard-section .dashboard-left-sidebar .profile-box .profile-contain .profile-image .user-round .h4 {
  width: calc(93px + 15 * (100vw - 320px) / 1600);
  height: calc(93px + 15 * (100vw - 320px) / 1600);
  object-fit: contain;
  background-color: #1d1d22;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 40px;
  border-radius: 100%;
  box-shadow: 2px 3px 8px rgba(255, 255, 255, 0.19);
  margin: 0 auto;
}
.dark .user-dashboard-section .dashboard-left-sidebar .profile-box .profile-contain .profile-image img {
  width: calc(93px + 15 * (100vw - 320px) / 1600);
  height: calc(93px + 15 * (100vw - 320px) / 1600);
  object-fit: contain;
  background-color: #1d1d22;
  border-radius: 100%;
  padding: 5px;
  border: 1px solid rgba(119, 119, 119, 0.44);
  box-shadow: 2px 3px 8px rgba(255, 255, 255, 0.32);
}
.dark .user-dashboard-section .dashboard-left-sidebar .profile-box .profile-contain .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: #2a2d2d;
  border-radius: 100%;
  color: #dddddd;
}
.dark .user-dashboard-section .dashboard-left-sidebar .profile-box .profile-contain .profile-image .cover-icon i {
  position: relative;
}
.dark .user-dashboard-section .dashboard-left-sidebar .profile-box .profile-contain .profile-image .cover-icon i input {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  opacity: 0;
  width: 35px;
}
.dark .user-dashboard-section .dashboard-left-sidebar .profile-box .profile-contain .profile-name {
  margin-top: calc(10px + 3 * (100vw - 320px) / 1600);
  text-align: center;
  padding-bottom: calc(12px + 6 * (100vw - 320px) / 1600);
  border-bottom: 1px solid #ddd;
}
.dark .user-dashboard-section .dashboard-left-sidebar .profile-box .profile-contain .profile-name h3,
.dark .user-dashboard-section .dashboard-left-sidebar .profile-box .profile-contain .profile-name .h3 {
  font-size: calc(18px + 4 * (100vw - 320px) / 1600);
  font-weight: 600;
  letter-spacing: 0.7px;
}
.dark .user-dashboard-section .dashboard-left-sidebar .profile-box .profile-contain .profile-name h6,
.dark .user-dashboard-section .dashboard-left-sidebar .profile-box .profile-contain .profile-name .h6 {
  font-size: calc(14px + 1 * (100vw - 320px) / 1600);
  margin-top: 4px;
}
.dark .user-dashboard-section .dashboard-left-sidebar .profile-box .profile-contain .profile-name h6 span,
.dark .user-dashboard-section .dashboard-left-sidebar .profile-box .profile-contain .profile-name .h6 span {
  margin: 0 8px;
}
.dark .user-dashboard-section .dashboard-left-sidebar .user-nav-pills {
  flex-wrap: wrap;
  gap: 0;
  margin: calc(10px + 10 * (100vw - 320px) / 1600) 0 6px;
  margin-top: 0;
}
.dark .user-dashboard-section .dashboard-left-sidebar .user-nav-pills .logout-cls {
  margin-top: 0;
  padding-top: 20px;
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 20px;
  border-top: 1px solid #ddd;
}
.dark .user-dashboard-section .dashboard-left-sidebar .user-nav-pills .logout-cls .btn {
  background-color: #276534;
  color: white;
  padding: 10px;
}
.dark .user-dashboard-section .dashboard-left-sidebar .user-nav-pills .nav-item {
  width: 100%;
  display: block;
}
.dark .user-dashboard-section .dashboard-left-sidebar .user-nav-pills .nav-item .nav-link {
  font-size: calc(17px + 1 * (100vw - 320px) / 1600);
  position: relative;
  color: #dddddd;
  width: 100%;
  text-align: left;
  padding: calc(10px + 3 * (100vw - 320px) / 1600) calc(10px + 3 * (100vw - 320px) / 1600) calc(10px + 3 * (100vw - 320px) / 1600) calc(19px + 4 * (100vw - 320px) / 1600);
  font-weight: 500;
  z-index: 0;
  overflow: hidden;
  border-radius: 0;
  display: flex;
  align-items: center;
}
body.rtl .dark .user-dashboard-section .dashboard-left-sidebar .user-nav-pills .nav-item .nav-link {
  padding: calc(10px + 3 * (100vw - 320px) / 1600) calc(19px + 4 * (100vw - 320px) / 1600) calc(10px + 3 * (100vw - 320px) / 1600) calc(10px + 3 * (100vw - 320px) / 1600);
}
.dark .user-dashboard-section .dashboard-left-sidebar .user-nav-pills .nav-item .nav-link.active,
.dark .user-dashboard-section .dashboard-left-sidebar .user-nav-pills .nav-item .nav-link .show > .nav-link {
  border-left: 3px solid var(--theme-color);
  font-weight: 600;
  background-color: transparent;
  color: var(--theme-color);
}
body.rtl .dark .user-dashboard-section .dashboard-left-sidebar .user-nav-pills .nav-item .nav-link.active,
body.rtl .dark .user-dashboard-section .dashboard-left-sidebar .user-nav-pills .nav-item .nav-link .show > .nav-link {
  border-right: 3px solid var(--theme-color);
  border-left: unset;
}
.dark .user-dashboard-section .dashboard-left-sidebar .user-nav-pills .nav-item .nav-link.active::before,
.dark .user-dashboard-section .dashboard-left-sidebar .user-nav-pills .nav-item .nav-link .show > .nav-link::before {
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: var(--theme-color);
  z-index: -1;
  opacity: 0.1;
}
body.rtl .dark .user-dashboard-section .dashboard-left-sidebar .user-nav-pills .nav-item .nav-link.active::before,
body.rtl .dark .user-dashboard-section .dashboard-left-sidebar .user-nav-pills .nav-item .nav-link .show > .nav-link::before {
  left: unset;
  right: 0;
}
.dark .user-dashboard-section .dashboard-left-sidebar .user-nav-pills .nav-item .nav-link .feather {
  width: calc(18px + 1 * (100vw - 320px) / 1600);
  height: auto;
  margin-right: 10px;
}
body.rtl .dark .user-dashboard-section .dashboard-left-sidebar .user-nav-pills .nav-item .nav-link .feather {
  margin-right: unset;
  margin-left: 10px;
}
.dark .user-dashboard-section .dashboard-right-sidebar {
  background-color: #1d1d22;
  padding: calc(20px + 10 * (100vw - 320px) / 1600);
  border-radius: 8px;
  height: 100%;
}
.dark .user-dashboard-section .dashboard-right-sidebar .right-option {
  display: flex;
  align-items: center;
  gap: 15px;
}
.dark .user-dashboard-section .dashboard-right-sidebar .no-data-added {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.dark .user-dashboard-section .dashboard-right-sidebar .no-data-added img {
  width: 100%;
}
@media (max-width: 991px) {
  .dark .user-dashboard-section .dashboard-right-sidebar {
    height: auto;
  }
}
.dark .user-dashboard-section .dashboard-right-sidebar .info-box {
  margin-bottom: 30px;
  display: flex;
  padding: 16px;
  border-radius: 0;
  background-color: white;
  border-left: 3px solid var(--theme-color);
}
.dark .user-dashboard-section .dashboard-right-sidebar .info-box .counter {
  font-size: 18px;
  font-weight: 500;
  gap: 9px;
}
.dark .user-dashboard-section .dashboard-right-sidebar .point-ratio {
  background: #f8f8f8;
  padding: 18px;
  border: 1px solid rgba(220, 220, 220, 0);
  margin: 0 0 0 auto;
}
@media (max-width: 767px) {
  .dark .user-dashboard-section .dashboard-right-sidebar .point-ratio {
    margin: 0;
    display: inline-block;
    margin-top: 6px;
  }
}
.dark .user-dashboard-section .dashboard-right-sidebar .dashboard-bg-box {
  padding: calc(12px + 8 * (100vw - 320px) / 1600);
  background-color: #2a2d2d;
  border-radius: 6px;
}
@media (max-width: 1400px) {
  .dark .user-dashboard-section .dashboard-right-sidebar .dashboard-bg-box .profile-image img {
    display: none;
  }
}
.dark .user-dashboard-section .dashboard-right-sidebar .dashboard-bg-box td {
  border-bottom: none;
  font-size: 16px;
}
.dark .user-dashboard-section .dashboard-right-sidebar .dashboard-bg-box + .dashboard-bg-box {
  margin-top: 24px;
}
.dark .user-dashboard-section .dashboard-right-sidebar .total-box {
  margin: 30px 0;
}
.dark .user-dashboard-section .dashboard-right-sidebar .total-box .totle-contain {
  display: flex;
  flex-wrap: nowrap;
  gap: 15px;
  background-color: #2a2d2d;
  padding: calc(16px + 9 * (100vw - 320px) / 1600);
  border-radius: 9px;
  align-items: center;
  position: relative;
  overflow: hidden;
  z-index: 0;
}
@media (max-width: 767px) {
  .dark .user-dashboard-section .dashboard-right-sidebar .total-box .totle-contain {
    display: block;
  }
}
.dark .user-dashboard-section .dashboard-right-sidebar .total-box .totle-contain:hover .img-1 {
  width: calc(84px + 12 * (100vw - 320px) / 1600);
  transform: translateY(-50%) rotate(-7deg);
  opacity: 0.2;
  right: -19px;
}
body.rtl .dark .user-dashboard-section .dashboard-right-sidebar .total-box .totle-contain:hover .img-1 {
  right: unset;
  left: -19px;
  transform: translateY(-50%) rotate(7deg);
}
.dark .user-dashboard-section .dashboard-right-sidebar .total-box .totle-contain .wallet-point-box {
  display: flex;
  align-items: center;
  gap: 10px;
}
.dark .user-dashboard-section .dashboard-right-sidebar .total-box .totle-contain .wallet-point-box img {
  width: calc(54px + 6 * (100vw - 320px) / 1600);
}
.dark .user-dashboard-section .dashboard-right-sidebar .total-box .totle-contain .img-1 {
  top: 50%;
  transform: translateY(-50%);
  width: calc(78px + 12 * (100vw - 320px) / 1600);
  position: absolute;
  opacity: 0.12;
  right: -30px;
  transition: all 0.3s ease-in-out;
  filter: grayscale(1);
}
body.rtl .dark .user-dashboard-section .dashboard-right-sidebar .total-box .totle-contain .img-1 {
  right: unset;
  left: -30px;
}
.dark .user-dashboard-section .dashboard-right-sidebar .total-box .totle-contain .totle-detail h5,
.dark .user-dashboard-section .dashboard-right-sidebar .total-box .totle-contain .totle-detail .h5 {
  margin-bottom: calc(3px + 4 * (100vw - 320px) / 1600);
  color: #dddddd;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
}
.dark .user-dashboard-section .dashboard-right-sidebar .total-box .totle-contain .totle-detail h3,
.dark .user-dashboard-section .dashboard-right-sidebar .total-box .totle-contain .totle-detail .h3 {
  font-weight: 600;
}
.dark .user-dashboard-section .dashboard-right-sidebar .dashboard-home .title-header .d-flex {
  flex-wrap: wrap;
  gap: 5px;
}
.dark .user-dashboard-section .dashboard-right-sidebar .dashboard-home .dashboard-user-name h6,
.dark .user-dashboard-section .dashboard-right-sidebar .dashboard-home .dashboard-user-name .h6 {
  font-size: 16px;
  margin-bottom: 10px;
}
.dark .user-dashboard-section .dashboard-right-sidebar .dashboard-home .dashboard-user-name p {
  margin: 0;
  font-size: calc(14px + 1 * (100vw - 320px) / 1600);
  line-height: 1.5;
  letter-spacing: 0.3px;
}
.dark .user-dashboard-section .dashboard-right-sidebar .dashboard-home .dashboard-contant-title {
  border-bottom: 1px solid #ddd;
  padding-bottom: calc(5px + 5 * (100vw - 320px) / 1600);
  margin-bottom: calc(10px + 5 * (100vw - 320px) / 1600);
}
.dark .user-dashboard-section .dashboard-right-sidebar .dashboard-home .dashboard-contant-title h4,
.dark .user-dashboard-section .dashboard-right-sidebar .dashboard-home .dashboard-contant-title .h4 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.dark .user-dashboard-section .dashboard-right-sidebar .dashboard-home .dashboard-contant-title h4 a,
.dark .user-dashboard-section .dashboard-right-sidebar .dashboard-home .dashboard-contant-title .h4 a {
  font-size: calc(14px + 1 * (100vw - 320px) / 1600);
}
.dark .user-dashboard-section .dashboard-right-sidebar .dashboard-home .dashboard-contant-title h4 a:hover,
.dark .user-dashboard-section .dashboard-right-sidebar .dashboard-home .dashboard-contant-title .h4 a:hover {
  color: var(--theme-color);
}
.dark .user-dashboard-section .dashboard-right-sidebar .dashboard-home .dashboard-detail h6,
.dark .user-dashboard-section .dashboard-right-sidebar .dashboard-home .dashboard-detail .h6 {
  margin-bottom: calc(4px + 4 * (100vw - 320px) / 1600);
  line-height: 1.6;
}
.dark .user-dashboard-section .dashboard-right-sidebar .dashboard-home .dashboard-detail a:hover {
  color: var(--theme-color);
}
.dark .user-dashboard-section .dashboard-right-sidebar .dashboard-order .order-contain {
  display: flex;
  flex-wrap: wrap;
  gap: calc(14px + 16 * (100vw - 320px) / 1600);
}
.dark .user-dashboard-section .dashboard-right-sidebar .dashboard-order .order-contain .order-box .order-container {
  display: flex;
  flex-wrap: wrap;
  gap: calc(8px + 6 * (100vw - 320px) / 1600);
  align-items: center;
}
.dark .user-dashboard-section .dashboard-right-sidebar .dashboard-order .order-contain .order-box .order-container .order-icon {
  position: relative;
  z-index: 0;
  color: var(--theme-color);
  padding: 9px;
  border-radius: 100%;
  overflow: hidden;
}
.dark .user-dashboard-section .dashboard-right-sidebar .dashboard-order .order-contain .order-box .order-container .order-icon::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: var(--theme-color);
  opacity: 0.1;
  z-index: -1;
}
.dark .user-dashboard-section .dashboard-right-sidebar .dashboard-order .order-contain .order-box .order-container .order-detail h4,
.dark .user-dashboard-section .dashboard-right-sidebar .dashboard-order .order-contain .order-box .order-container .order-detail .h4 {
  font-weight: 600;
  display: flex;
  align-items: center;
  letter-spacing: 0.6px;
  font-size: calc(17px + 3 * (100vw - 320px) / 1600);
}
.dark .user-dashboard-section .dashboard-right-sidebar .dashboard-order .order-contain .order-box .order-container .order-detail h4 span,
.dark .user-dashboard-section .dashboard-right-sidebar .dashboard-order .order-contain .order-box .order-container .order-detail .h4 span {
  font-size: 12px;
  font-weight: 400;
  color: #2a2d2d;
  background:
    linear-gradient(
      -90deg,
      #ff6b6b 0%,
      #ff4f4f 100%);
  padding: 4px 6px;
  border-radius: 4px;
  margin-left: calc(9px + 11 * (100vw - 320px) / 1600);
  font-weight: 600;
}
body.rtl .dark .user-dashboard-section .dashboard-right-sidebar .dashboard-order .order-contain .order-box .order-container .order-detail h4 span,
body.rtl .dark .user-dashboard-section .dashboard-right-sidebar .dashboard-order .order-contain .order-box .order-container .order-detail .h4 span {
  margin-left: unset;
  margin-right: calc(9px + 11 * (100vw - 320px) / 1600);
}
.dark .user-dashboard-section .dashboard-right-sidebar .dashboard-order .order-contain .order-box .order-container .order-detail h4 span.success-bg,
.dark .user-dashboard-section .dashboard-right-sidebar .dashboard-order .order-contain .order-box .order-container .order-detail .h4 span.success-bg {
  background: var(--theme-color);
}
.dark .user-dashboard-section .dashboard-right-sidebar .dashboard-order .order-contain .order-box .order-container .order-detail h6,
.dark .user-dashboard-section .dashboard-right-sidebar .dashboard-order .order-contain .order-box .order-container .order-detail .h6 {
  margin-top: 6px;
  font-size: calc(14px + 1 * (100vw - 320px) / 1600);
  letter-spacing: 0.6px;
  font-weight: 300;
  line-height: 1.5;
}
.dark .user-dashboard-section .dashboard-right-sidebar .dashboard-order .order-contain .order-box .product-order-detail {
  display: flex;
  flex-wrap: nowrap;
  gap: 20px;
  background-color: #1d1d22;
  padding: calc(15px + 5 * (100vw - 320px) / 1600);
  margin-top: 30px;
  border-radius: 8px;
  align-items: center;
}
@media (max-width: 1199px) {
  .dark .user-dashboard-section .dashboard-right-sidebar .dashboard-order .order-contain .order-box .product-order-detail {
    display: block;
  }
}
@media (max-width: 991px) {
  .dark .user-dashboard-section .dashboard-right-sidebar .dashboard-order .order-contain .order-box .product-order-detail {
    display: flex;
  }
}
@media (max-width: 767px) {
  .dark .user-dashboard-section .dashboard-right-sidebar .dashboard-order .order-contain .order-box .product-order-detail {
    display: block;
  }
}
.dark .user-dashboard-section .dashboard-right-sidebar .dashboard-order .order-contain .order-box .product-order-detail:hover .order-image img {
  transform: scale(1.1);
}
.dark .user-dashboard-section .dashboard-right-sidebar .dashboard-order .order-contain .order-box .product-order-detail .order-image {
  display: block;
}
@media (max-width: 1199px) {
  .dark .user-dashboard-section .dashboard-right-sidebar .dashboard-order .order-contain .order-box .product-order-detail .order-image {
    text-align: center;
    margin-bottom: calc(14px + 16 * (100vw - 320px) / 1600);
  }
}
.dark .user-dashboard-section .dashboard-right-sidebar .dashboard-order .order-contain .order-box .product-order-detail .order-image img {
  transition: all 0.3s ease-in-out;
}
.dark .user-dashboard-section .dashboard-right-sidebar .dashboard-order .order-contain .order-box .product-order-detail .order-wrap a {
  display: block;
  color: #ffffff;
}
.dark .user-dashboard-section .dashboard-right-sidebar .dashboard-order .order-contain .order-box .product-order-detail .order-wrap a:hover {
  color: #ffffff;
}
.dark .user-dashboard-section .dashboard-right-sidebar .dashboard-order .order-contain .order-box .product-order-detail .order-wrap a h3,
.dark .user-dashboard-section .dashboard-right-sidebar .dashboard-order .order-contain .order-box .product-order-detail .order-wrap a .h3 {
  font-weight: 600;
  margin-bottom: 6px;
}
.dark .user-dashboard-section .dashboard-right-sidebar .dashboard-order .order-contain .order-box .product-order-detail .order-wrap p {
  line-height: 1.5;
  font-size: calc(14px + 1 * (100vw - 320px) / 1600);
}
.dark .user-dashboard-section .dashboard-right-sidebar .dashboard-order .order-contain .order-box .product-order-detail .order-wrap .product-size {
  display: flex;
  flex-wrap: wrap;
  gap: calc(6px + 3 * (100vw - 320px) / 1600);
}
body.rtl .dark .user-dashboard-section .dashboard-right-sidebar .dashboard-order .order-contain .order-box .product-order-detail .order-wrap .product-size {
  padding-right: 0;
}
.dark .user-dashboard-section .dashboard-right-sidebar .dashboard-order .order-contain .order-box .product-order-detail .order-wrap .product-size li {
  width: 100%;
}
.dark .user-dashboard-section .dashboard-right-sidebar .dashboard-order .order-contain .order-box .product-order-detail .order-wrap .product-size li .size-box {
  display: flex;
  align-items: center;
}
.dark .user-dashboard-section .dashboard-right-sidebar .dashboard-order .order-contain .order-box .product-order-detail .order-wrap .product-size li .size-box h5,
.dark .user-dashboard-section .dashboard-right-sidebar .dashboard-order .order-contain .order-box .product-order-detail .order-wrap .product-size li .size-box .h5 {
  font-weight: 600;
  margin-left: 8px;
  font-size: 14px;
}
.dark .user-dashboard-section .dashboard-right-sidebar .dashboard-address .address-box {
  border-radius: 8px;
  padding: calc(12px + 12 * (100vw - 320px) / 1600);
  background-color: #2a2d2d;
  box-shadow: 0 0 9px rgba(255, 255, 255, 0.07);
  position: relative;
  height: 100%;
  overflow: hidden;
}
.dark .user-dashboard-section .dashboard-right-sidebar .dashboard-address .address-box > div {
  display: flex;
  position: relative;
}
.dark .user-dashboard-section .dashboard-right-sidebar .dashboard-address .address-box > div .label {
  position: absolute;
  top: 0;
  right: 0;
  background-color: var(--theme-color);
  padding: 2px 8px;
  border-radius: 4px;
  color: #2a2d2d;
  font-size: 12px;
  letter-spacing: 0.8px;
}
body.rtl .dark .user-dashboard-section .dashboard-right-sidebar .dashboard-address .address-box > div .label {
  right: unset;
  left: 0;
}
.dark .user-dashboard-section .dashboard-right-sidebar .dashboard-address .address-box > div .form-check {
  margin-top: 3px;
}
.dark .user-dashboard-section .dashboard-right-sidebar .dashboard-address .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;
}
.dark .user-dashboard-section .dashboard-right-sidebar .dashboard-address .address-box > div .form-check .form-check-input:checked {
  background-color: var(--theme-color);
  border-color: var(--theme-color);
}
.dark .user-dashboard-section .dashboard-right-sidebar .dashboard-address .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");
}
.dark .user-dashboard-section .dashboard-right-sidebar .dashboard-address .address-box > div .form-check .form-check-input:focus {
  box-shadow: none;
}
.dark .user-dashboard-section .dashboard-right-sidebar .dashboard-address .address-box > div .address-table table {
  margin-bottom: 0;
}
.dark .user-dashboard-section .dashboard-right-sidebar .dashboard-address .address-box > div .address-table table tr:first-child td {
  padding-top: 0;
  font-weight: 600;
  font-size: calc(17px + 1 * (100vw - 320px) / 1600);
  color: #ffffff;
}
.dark .user-dashboard-section .dashboard-right-sidebar .dashboard-address .address-box > div .address-table table tr td {
  border: none;
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
  padding: 4px 0;
  color: #dddddd;
}
.dark .user-dashboard-section .dashboard-right-sidebar .dashboard-address .address-box > div .address-table table tr td:first-child {
  min-width: 90px;
}
body.rtl .dark .user-dashboard-section .dashboard-right-sidebar .dashboard-address .address-box > div .address-table table tr td:first-child {
  padding-left: unset;
}
.dark .user-dashboard-section .dashboard-right-sidebar .dashboard-address .address-box > div .address-table table tr td:last-child p {
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
  margin-bottom: 0;
  line-height: 1.5;
}
.dark .user-dashboard-section .dashboard-right-sidebar .dashboard-address .address-box > div .address-table table tr td h4,
.dark .user-dashboard-section .dashboard-right-sidebar .dashboard-address .address-box > div .address-table table tr td .h4 {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  font-weight: 500;
  color: #ffffff;
}
.dark .user-dashboard-section .dashboard-right-sidebar .dashboard-address .address-box > div .address-table table tr td h4 span,
.dark .user-dashboard-section .dashboard-right-sidebar .dashboard-address .address-box > div .address-table table tr td .h4 span {
  background-color: var(--theme-color);
  padding: 4px 8px;
  border-radius: 4px;
  color: #2a2d2d;
  font-size: 12px;
  letter-spacing: 0.8px;
}
.dark .user-dashboard-section .dashboard-right-sidebar .dashboard-address .address-box .button-group {
  display: flex;
  flex-wrap: nowrap;
  gap: 10px;
  align-items: center;
  justify-content: space-between;
}
.dark .user-dashboard-section .dashboard-right-sidebar .dashboard-address .address-box .button-group > * {
  width: 50%;
}
.dark .user-dashboard-section .dashboard-right-sidebar .dashboard-address .address-box .button-group button {
  background-color: #1d1d22;
  font-weight: 600;
  width: 100%;
}
.dark .user-dashboard-section .dashboard-right-sidebar .dashboard-address .address-box .button-group button > div {
  display: flex;
  align-items: center;
  gap: 8px;
}
.dark .user-dashboard-section .dashboard-right-sidebar .dashboard-address .address-box .button-group button:hover {
  background-color: var(--theme-color);
  color: #2a2d2d;
}
.dark .user-dashboard-section .dashboard-right-sidebar .dashboard-address .address-box .button-group button .feather {
  width: calc(16px + 2 * (100vw - 320px) / 1600);
  height: auto;
  margin-right: calc(6px + 2 * (100vw - 320px) / 1600);
}
body.rtl .dark .user-dashboard-section .dashboard-right-sidebar .dashboard-address .address-box .button-group button .feather {
  margin-right: unset;
  margin-left: calc(6px + 2 * (100vw - 320px) / 1600);
}
.dark .user-dashboard-section .dashboard-right-sidebar .dashboard-address .add-address .address-link {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  color: #ffffff;
}
.dark .user-dashboard-section .dashboard-right-sidebar .dashboard-card .payment-card-detail {
  position: relative;
}
.dark .user-dashboard-section .dashboard-right-sidebar .dashboard-card .payment-card-detail:hover .edit-card {
  opacity: 1;
  transition: all 0.3s ease-in-out;
}
.dark .user-dashboard-section .dashboard-right-sidebar .dashboard-card .payment-card-detail.add-card {
  background-color: #f9f9f9;
  cursor: pointer;
  padding: 0;
}
.dark .user-dashboard-section .dashboard-right-sidebar .dashboard-card .payment-card-detail.add-card .card-details {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 130px;
  background: #d2d2d2;
  color: #ffffff;
  text-align: center;
}
.dark .user-dashboard-section .dashboard-right-sidebar .dashboard-card .payment-card-detail.add-card .card-details h5,
.dark .user-dashboard-section .dashboard-right-sidebar .dashboard-card .payment-card-detail.add-card .card-details .h5 {
  margin-bottom: 0;
  text-transform: uppercase;
}
.dark .user-dashboard-section .dashboard-right-sidebar .dashboard-card .payment-card-detail .card-details {
  height: 100%;
  color: #2a2d2d;
  padding: 30px 20px;
  border-radius: 5px;
  background-color: #4b77a0;
  background-image:
    repeating-linear-gradient(
      45deg,
      rgba(42, 45, 45, 0) 1px,
      rgba(42, 45, 45, 0.03) 2px,
      rgba(42, 45, 45, 0.04) 3px,
      rgba(42, 45, 45, 0.05) 4px),
    -webkit-linear-gradient(-245deg, rgba(42, 45, 45, 0) 40%, rgba(42, 45, 45, 0.2) 70%, rgba(42, 45, 45, 0) 90%);
}
.dark .user-dashboard-section .dashboard-right-sidebar .dashboard-card .payment-card-detail .card-details.card-visa {
  background-color: #777876;
}
.dark .user-dashboard-section .dashboard-right-sidebar .dashboard-card .payment-card-detail .card-details.dabit-card {
  background-color: #86b8cf;
}
.dark .user-dashboard-section .dashboard-right-sidebar .dashboard-card .payment-card-detail .card-details .card-number {
  margin-bottom: 10px;
}
.dark .user-dashboard-section .dashboard-right-sidebar .dashboard-card .payment-card-detail .card-details .card-number h4,
.dark .user-dashboard-section .dashboard-right-sidebar .dashboard-card .payment-card-detail .card-details .card-number .h4 {
  color: #2a2d2d;
  font-size: calc(16px + 2 * (100vw - 320px) / 1600);
}
.dark .user-dashboard-section .dashboard-right-sidebar .dashboard-card .payment-card-detail .card-details .valid-detail {
  display: flex;
  align-items: center;
  margin-top: calc(10px + 10 * (100vw - 320px) / 1600);
}
.dark .user-dashboard-section .dashboard-right-sidebar .dashboard-card .payment-card-detail .card-details .valid-detail .title {
  margin-bottom: 0;
}
.dark .user-dashboard-section .dashboard-right-sidebar .dashboard-card .payment-card-detail .card-details .valid-detail .title span {
  display: block;
  color: rgba(42, 45, 45, 0.7);
  text-transform: uppercase;
  font-size: 12px;
  line-height: 1.3;
}
.dark .user-dashboard-section .dashboard-right-sidebar .dashboard-card .payment-card-detail .card-details .valid-detail .date h3,
.dark .user-dashboard-section .dashboard-right-sidebar .dashboard-card .payment-card-detail .card-details .valid-detail .date .h3 {
  margin-bottom: 0;
  color: #2a2d2d;
  margin-left: 15px;
  font-size: calc(16px + 2 * (100vw - 320px) / 1600);
  font-weight: normal;
}
body.rtl .dark .user-dashboard-section .dashboard-right-sidebar .dashboard-card .payment-card-detail .card-details .valid-detail .date h3,
body.rtl .dark .user-dashboard-section .dashboard-right-sidebar .dashboard-card .payment-card-detail .card-details .valid-detail .date .h3 {
  margin-left: 0;
  margin-right: 15px;
}
.dark .user-dashboard-section .dashboard-right-sidebar .dashboard-card .payment-card-detail .card-details .valid-detail .primary {
  margin-left: auto;
}
body.rtl .dark .user-dashboard-section .dashboard-right-sidebar .dashboard-card .payment-card-detail .card-details .valid-detail .primary {
  margin-left: 0;
  margin-right: auto;
}
.dark .user-dashboard-section .dashboard-right-sidebar .dashboard-card .payment-card-detail .card-details .valid-detail .primary span {
  font-size: calc(12px + 2 * (100vw - 320px) / 1600);
  padding: 0;
  font-weight: 400;
  text-transform: uppercase;
}
.dark .user-dashboard-section .dashboard-right-sidebar .dashboard-card .payment-card-detail .card-details .name-detail {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: calc(10px + 15 * (100vw - 320px) / 1600);
}
.dark .user-dashboard-section .dashboard-right-sidebar .dashboard-card .payment-card-detail .card-details .name-detail .name h5,
.dark .user-dashboard-section .dashboard-right-sidebar .dashboard-card .payment-card-detail .card-details .name-detail .name .h5 {
  text-transform: uppercase;
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
  margin-bottom: 0;
  color: #2a2d2d;
}
.dark .user-dashboard-section .dashboard-right-sidebar .dashboard-card .payment-card-detail .card-details .name-detail .card-img {
  width: auto;
}
.dark .user-dashboard-section .dashboard-right-sidebar .dashboard-card .payment-card-detail .edit-card {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  position: absolute;
  text-align: center;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 5px;
  opacity: 0;
  transition: all 0.5s ease;
}
@media (max-width: 767px) {
  .dark .user-dashboard-section .dashboard-right-sidebar .dashboard-card .payment-card-detail .edit-card {
    display: none;
  }
}
.dark .user-dashboard-section .dashboard-right-sidebar .dashboard-card .payment-card-detail .edit-card a {
  padding: 0 10px;
  text-transform: uppercase;
  color: #2a2d2d;
}
.dark .user-dashboard-section .dashboard-right-sidebar .dashboard-card .edit-card-mobile {
  display: none;
}
@media (max-width: 767px) {
  .dark .user-dashboard-section .dashboard-right-sidebar .dashboard-card .edit-card-mobile {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
  }
  .dark .user-dashboard-section .dashboard-right-sidebar .dashboard-card .edit-card-mobile a {
    padding: 0 10px;
    text-transform: uppercase;
    color: #ffffff;
  }
}
.dark .user-dashboard-section .dashboard-right-sidebar .dashboard-profile .profile-detail .profile-name-detail {
  display: flex;
  align-items: center;
}
@media (max-width: 575px) {
  .dark .user-dashboard-section .dashboard-right-sidebar .dashboard-profile .profile-detail .profile-name-detail {
    display: block;
  }
}
.dark .user-dashboard-section .dashboard-right-sidebar .dashboard-profile .profile-detail .profile-name-detail h3,
.dark .user-dashboard-section .dashboard-right-sidebar .dashboard-profile .profile-detail .profile-name-detail .h3 {
  font-weight: 400;
  font-size: 16px;
  margin-right: 10px;
  display: flex;
  align-items: center;
}
body.rtl .dark .user-dashboard-section .dashboard-right-sidebar .dashboard-profile .profile-detail .profile-name-detail h3,
body.rtl .dark .user-dashboard-section .dashboard-right-sidebar .dashboard-profile .profile-detail .profile-name-detail .h3 {
  margin-right: unset;
  margin-left: 10px;
}
@media (max-width: 360px) {
  .dark .user-dashboard-section .dashboard-right-sidebar .dashboard-profile .profile-detail .profile-name-detail h3,
  .dark .user-dashboard-section .dashboard-right-sidebar .dashboard-profile .profile-detail .profile-name-detail .h3 {
    margin-right: 0;
  }
  body.rtl .dark .user-dashboard-section .dashboard-right-sidebar .dashboard-profile .profile-detail .profile-name-detail h3,
  body.rtl .dark .user-dashboard-section .dashboard-right-sidebar .dashboard-profile .profile-detail .profile-name-detail .h3 {
    margin-right: unset;
    margin-left: 0;
  }
}
.dark .user-dashboard-section .dashboard-right-sidebar .dashboard-profile .profile-detail .profile-name-detail h3 span,
.dark .user-dashboard-section .dashboard-right-sidebar .dashboard-profile .profile-detail .profile-name-detail .h3 span {
  background: var(--theme-color);
  color: #2a2d2d;
  padding: 3px 8px;
  margin-left: 10px;
  border-radius: 5px;
  font-size: 13px;
}
body.rtl .dark .user-dashboard-section .dashboard-right-sidebar .dashboard-profile .profile-detail .profile-name-detail h3 span,
body.rtl .dark .user-dashboard-section .dashboard-right-sidebar .dashboard-profile .profile-detail .profile-name-detail .h3 span {
  margin-left: unset;
  margin-right: 10px;
}
@media (max-width: 575px) {
  .dark .user-dashboard-section .dashboard-right-sidebar .dashboard-profile .profile-detail .profile-name-detail .profile-rating {
    margin-top: 3px;
  }
}
.dark .user-dashboard-section .dashboard-right-sidebar .dashboard-profile .profile-detail a {
  margin-left: auto;
  padding: 8px 14px;
  position: relative;
  z-index: 0;
  border-radius: 5px;
  overflow: hidden;
  display: inline-block;
}
body.rtl .dark .user-dashboard-section .dashboard-right-sidebar .dashboard-profile .profile-detail a {
  margin-left: unset;
  margin-right: auto;
}
@media (max-width: 575px) {
  .dark .user-dashboard-section .dashboard-right-sidebar .dashboard-profile .profile-detail a {
    margin-top: 10px;
  }
}
.dark .user-dashboard-section .dashboard-right-sidebar .dashboard-profile .profile-detail a::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: var(--theme-color);
  opacity: 0.08;
  z-index: -1;
}
.dark .user-dashboard-section .dashboard-right-sidebar .dashboard-profile .profile-detail a:hover {
  color: var(--theme-color);
}
.dark .user-dashboard-section .dashboard-right-sidebar .dashboard-profile .profile-detail .location-profile {
  margin-top: 20px;
  border-bottom: 1px solid rgba(119, 119, 119, 0.44);
  padding-bottom: 15px;
}
.dark .user-dashboard-section .dashboard-right-sidebar .dashboard-profile .profile-detail .location-profile ul {
  display: flex;
  flex-wrap: wrap;
  gap: calc(10px + 16 * (100vw - 320px) / 1600);
  align-items: center;
}
body.rtl .dark .user-dashboard-section .dashboard-right-sidebar .dashboard-profile .profile-detail .location-profile ul {
  padding-right: 0;
}
.dark .user-dashboard-section .dashboard-right-sidebar .dashboard-profile .profile-detail .location-profile ul li .location-box {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  align-items: center;
  color: #dddddd;
}
.dark .user-dashboard-section .dashboard-right-sidebar .dashboard-profile .profile-detail .location-profile ul li .location-box .feather {
  width: calc(18px + 2 * (100vw - 320px) / 1600);
  height: auto;
}
.dark .user-dashboard-section .dashboard-right-sidebar .dashboard-profile .profile-detail .location-profile ul li .location-box h6,
.dark .user-dashboard-section .dashboard-right-sidebar .dashboard-profile .profile-detail .location-profile ul li .location-box .h6 {
  font-size: calc(15px + 1 * (100vw - 320px) / 1600);
}
.dark .user-dashboard-section .dashboard-right-sidebar .dashboard-profile .profile-detail .profile-description p {
  margin: 20px 0 0;
  color: #dddddd;
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
  line-height: 1.6;
}
.dark .user-dashboard-section .dashboard-right-sidebar .dashboard-profile .profile-about {
  margin-top: 20px;
}
.dark .user-dashboard-section .dashboard-right-sidebar .dashboard-profile .profile-about .form-control {
  border: none;
}
.dark .user-dashboard-section .dashboard-right-sidebar .dashboard-profile .profile-about .table {
  margin-bottom: 36px;
}
.dark .user-dashboard-section .dashboard-right-sidebar .dashboard-profile .profile-about .table tbody tr td {
  vertical-align: middle;
  border: none;
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
  white-space: nowrap;
}
.dark .user-dashboard-section .dashboard-right-sidebar .dashboard-profile .profile-about .table tbody tr td:first-child {
  color: #dddddd;
}
.dark .user-dashboard-section .dashboard-right-sidebar .dashboard-profile .profile-about .table tbody tr td a {
  display: flex;
  align-items: center;
}
.dark .user-dashboard-section .dashboard-right-sidebar .dashboard-profile .profile-about .table tbody tr td a:hover {
  color: var(--theme-color);
}
.dark .user-dashboard-section .dashboard-right-sidebar .dashboard-profile .profile-about .table tbody tr td a span {
  margin-left: calc(8px + 12 * (100vw - 320px) / 1600);
  font-size: 14px;
  padding: 5px 10px;
  border-radius: 5px;
  position: relative;
  font-weight: 600;
  overflow: hidden;
  z-index: 0;
}
body.rtl .dark .user-dashboard-section .dashboard-right-sidebar .dashboard-profile .profile-about .table tbody tr td a span {
  margin-left: unset;
  margin-right: calc(8px + 12 * (100vw - 320px) / 1600);
}
.dark .user-dashboard-section .dashboard-right-sidebar .dashboard-profile .profile-about .table tbody tr td a span::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: var(--theme-color);
  opacity: 0.08;
  z-index: -1;
}
.dark .user-dashboard-section .dashboard-right-sidebar .dashboard-privacy .privacy-box + .privacy-box {
  margin-top: 15px;
}
.dark .user-dashboard-section .dashboard-right-sidebar .dashboard-privacy .privacy-box h6,
.dark .user-dashboard-section .dashboard-right-sidebar .dashboard-privacy .privacy-box .h6 {
  font-size: calc(15px + 3 * (100vw - 320px) / 1600);
  margin-bottom: 6px;
  line-height: 1.5;
}
.dark .user-dashboard-section .dashboard-right-sidebar .dashboard-privacy .privacy-box p {
  margin: 0;
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
  line-height: 1.6;
}
.dark .user-dashboard-section .dashboard-right-sidebar .dashboard-privacy .privacy-box .switch-radio .switch {
  position: absolute;
  clip-path: circle(0%);
  opacity: 0;
}
.dark .user-dashboard-section .dashboard-right-sidebar .dashboard-privacy .privacy-box .switch-radio .switch + label {
  width: 62px;
  height: 25px;
  position: relative;
  border-radius: 50px;
  cursor: pointer;
  background-color: rgba(14, 153, 126, 0.1490196078);
  border: 1px solid #ddd;
}
.dark .user-dashboard-section .dashboard-right-sidebar .dashboard-privacy .privacy-box .switch-radio .switch + label:before,
.dark .user-dashboard-section .dashboard-right-sidebar .dashboard-privacy .privacy-box .switch-radio .switch + label:after {
  display: inline-block;
  position: absolute;
}
.dark .user-dashboard-section .dashboard-right-sidebar .dashboard-privacy .privacy-box .switch-radio .switch + label:before {
  width: 19px;
  height: 19px;
  content: "";
  border-radius: 100%;
  left: 2px;
  top: 2px;
  background: var(--theme-color);
  transition: all 0.3s ease-in-out;
}
.dark .user-dashboard-section .dashboard-right-sidebar .dashboard-privacy .privacy-box .switch-radio .switch:checked + label:before {
  left: 39px;
}
.dark .user-dashboard-section .dashboard-right-sidebar .dashboard-privacy .privacy-box .switch-radio .form-check-input {
  position: absolute;
  clip-path: circle(0%);
  opacity: 0;
}
.dark .user-dashboard-section .dashboard-right-sidebar .dashboard-privacy .privacy-box .switch-radio .form-check-input + label {
  width: 62px;
  height: 25px;
  position: relative;
  border-radius: 50px;
  cursor: pointer;
}
.dark .user-dashboard-section .dashboard-right-sidebar .dashboard-privacy .privacy-box .switch-radio .form-check-input + label:before,
.dark .user-dashboard-section .dashboard-right-sidebar .dashboard-privacy .privacy-box .switch-radio .form-check-input + label:after {
  display: inline-block;
  position: absolute;
}
.dark .user-dashboard-section .dashboard-right-sidebar .dashboard-privacy .privacy-box .switch-radio .form-check-input + label:before {
  width: 19px;
  height: 19px;
  content: "";
  border-radius: 100%;
  left: 2px;
  top: 2px;
  background-color: var(--theme-color);
  transition: all 0.3s ease-in-out;
}
.dark .user-dashboard-section .dashboard-right-sidebar .dashboard-privacy .privacy-box .switch-radio .form-check-input:checked + label {
  background-color: var(--theme-color);
}
.dark .user-dashboard-section .dashboard-right-sidebar .dashboard-privacy .privacy-box .switch-radio .form-check-input:checked + label:before {
  left: 39px;
  background: #2a2d2d;
}
.dark .user-dashboard-section .dashboard-right-sidebar .card {
  margin-bottom: calc(19px + 11 * (100vw - 320px) / 1600);
}
.dark .user-dashboard-section .dashboard-right-sidebar .h-m30 {
  height: calc(100% - (19px + 11 * (100vw - 320px) / 1600));
}
.dark .border-custom {
  padding-top: 30px;
  border-top: 1px solid #e9e9e9;
  display: block;
  margin-top: 30px;
}
.dark .notification-count {
  width: 18px;
  height: 18px;
  font-size: 12px;
  background-color: var(--theme-color);
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  margin-left: 7px;
}
body.rtl .dark .notification-count {
  margin-left: unset;
  margin-right: 7px;
}
.dark .themeform-auth .form-label {
  font-size: 16px;
  font-weight: 600;
  position: relative;
  text-transform: uppercase;
  color: #dddddd;
  margin-bottom: 0;
}
.dark .themeform-auth .form-control {
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
  color: #444;
  padding: 13px 15px;
  border-color: #eee;
}
.dark .notification-list li {
  display: block;
  background-color: #2a2d2d;
  padding: calc(13px + 7 * (100vw - 320px) / 1600) calc(12px + 6 * (100vw - 320px) / 1600);
  padding-left: calc(33px + 13 * (100vw - 320px) / 1600);
  position: relative;
}
body.rtl .dark .notification-list li {
  padding-left: calc(12px + 6 * (100vw - 320px) / 1600);
  padding-right: calc(33px + 13 * (100vw - 320px) / 1600);
}
.dark .notification-list li.unread {
  background-color: #e8f5f3;
  border-left: 3px solid var(--theme-color);
  position: relative;
}
body.rtl .dark .notification-list li.unread {
  border-left: unset;
  border-right: 3px solid var(--theme-color);
}
.dark .notification-list li.unread::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: var(--theme-color);
  opacity: 0.09;
}
.dark .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%;
}
body.rtl .dark .notification-list li::after {
  left: unset;
  right: calc(18px + 12 * (100vw - 320px) / 1600);
}
.dark .notification-list li + li {
  border-top: 1px solid #eee;
}
.dark .notification-list h4,
.dark .notification-list .h4 {
  font-weight: 500;
  color: #ffffff;
  line-height: 1.5;
  font-size: calc(15px + 3 * (100vw - 320px) / 1600);
}
.dark .notification-list h5,
.dark .notification-list .h5 {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 5px;
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
  color: #dddddd;
}
.dark .refund-table tr th:nth-child(4),
.dark .refund-table tr td:nth-child(4) {
  white-space: unset;
  text-align: revert;
}
.dark .wallet-table {
  margin-top: 30px;
  border-radius: 10px;
  overflow: hidden;
  padding: 20px;
  background-color: #2a2d2d;
}
@media (max-width: 1300px) {
  .dark .wallet-table {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.dark .wallet-table h4,
.dark .wallet-table .h4 {
  margin-bottom: 18px;
  font-weight: 600;
  font-size: 20px;
}
.dark .wallet-table table {
  width: 100%;
}
.dark .wallet-table table td,
.dark .wallet-table table th {
  padding: 15px !important;
  text-align: center;
  white-space: nowrap;
}
@media (max-width: 1300px) {
  .dark .wallet-table table td:nth-child(4),
  .dark .wallet-table table th:nth-child(4) {
    min-width: 500px;
  }
}
.dark .wallet-table table th {
  font-size: calc(15px + 1 * (100vw - 320px) / 1600);
}
.dark .wallet-table table td {
  border-bottom: 1px solid #eee;
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
}
.dark .wallet-table table tr:last-child td {
  border-bottom: none;
}
.dark .wallet-table table th {
  background-color: rgba(245, 245, 245, 0.8);
  font-weight: 500;
}
.dark .wallet-bg {
  position: relative;
  z-index: 1;
}
.dark .wallet-bg:after {
  content: "";
  position: absolute;
  background-image: url("./media/withdraw-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 1;
}
body.rtl .dark .wallet-bg:after {
  transform: scaleX(-1);
  filter: FlipH;
}
.dark .customer-detail ul {
  display: flex;
  flex-wrap: wrap;
}
.dark .customer-detail ul li label {
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 4px;
  font-size: calc(15px + 2 * (100vw - 320px) / 1600);
  font-weight: 500;
}
.dark .customer-detail ul li h4,
.dark .customer-detail ul li .h4 {
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
  line-height: 1.5;
  color: #777;
}
.dark .h-m30 {
  height: calc(100% - 30px);
}
.dark .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;
}
body.rtl .dark .tracking-panel ul {
  padding-right: 0;
  padding-left: 20px;
}
.dark .tracking-panel ul li {
  position: relative;
  width: 100%;
  background-color: #2a2d2d;
  border-radius: 0;
  padding: calc(13px + 4 * (100vw - 320px) / 1600) 0 calc(13px + 4 * (100vw - 320px) / 1600) calc(21px + 10 * (100vw - 320px) / 1600);
}
body.rtl .dark .tracking-panel ul li {
  padding: calc(13px + 4 * (100vw - 320px) / 1600) calc(21px + 10 * (100vw - 320px) / 1600) calc(13px + 4 * (100vw - 320px) / 1600) 0;
}
.dark .tracking-panel ul li:after {
  opacity: 1;
  content: "";
  position: absolute;
  top: 0;
  right: -16px;
  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;
}
body.rtl .dark .tracking-panel ul li:after {
  right: unset;
  left: -16px;
  border-right: 17px solid #ffffff;
  border-left: unset;
}
.dark .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 #f9f9f6;
  transition: border-color 0.2s ease;
}
body.rtl .dark .tracking-panel ul li:before {
  right: 0;
  left: unset;
  border-right: 17px solid #f9f9f6;
  border-left: unset;
}
.dark .tracking-panel ul li.active {
  background-color: #e9f6f3;
}
.dark .tracking-panel ul li.active:after {
  border-left: 17px solid #e9f6f3;
}
body.rtl .dark .tracking-panel ul li.active:after {
  border-right: 17px solid #e9f6f3;
  border-left: unset;
}
.dark .tracking-panel ul li.cancelled-box {
  background-color: #fbe9eb;
}
.dark .tracking-panel ul li.cancelled-box:after {
  border-left: 17px solid #fbe9eb;
}
body.rtl .dark .tracking-panel ul li.cancelled-box:after {
  border-right: 17px solid #fbe9eb;
  border-left: unset;
}
.dark .tracking-panel ul li:first-child {
  border-radius: 6px 0 0 6px;
}
body.rtl .dark .tracking-panel ul li:first-child {
  border-radius: 0 6px 6px 0;
}
.dark .tracking-panel ul li:first-child::before {
  display: none;
}
.dark .tracking-panel .panel-content {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 0;
}
.dark .tracking-panel .panel-content .icon {
  width: calc(30px + 15 * (100vw - 320px) / 1600);
}
.dark .tracking-panel .panel-content .status {
  margin-top: 0;
  font-size: 17px;
  display: flex;
  flex-direction: column;
  font-weight: 600;
  white-space: nowrap;
}
.dark .tracking-total li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  font-size: calc(15px + 2 * (100vw - 320px) / 1600);
  margin-bottom: 6px;
}
.dark .tracking-total li:last-child {
  font-weight: 600;
  margin-bottom: 0;
  padding-top: 15px;
  border-top: 1px solid #e8e8e8;
  margin-top: 12px;
}
.dark html.dark .pos-detail-card .summary-total li.border-cls label {
  color: #ddd;
}
.dark html.dark .blog-section .left-sidebar-box .left-accordion-box .accordion-item.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%);
}
.dark html.dark .blog-section .left-sidebar-box .left-accordion-box .accordion-item.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%);
}
.dark html.dark .blog-section .left-sidebar-box .left-accordion-box .accordion-item.skeleton-accordion .placeholder::after {
  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%);
}
.dark html.dark .skeleton-offer .coupon-box {
  background: rgba(246, 247, 248, 0.05);
}
.dark html.dark .skeleton-offer .coupon-box .coupon-name .card-name h5,
.dark html.dark .skeleton-offer .coupon-box .coupon-name .card-name .h5 {
  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%);
}
.dark html.dark .skeleton-offer .coupon-box .coupon-content p {
  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%);
}
.dark html.dark .skeleton-box {
  background-color: rgba(246, 247, 248, 0.05);
}
.dark html.dark .skeleton-compare .placeholder {
  background: rgba(246, 247, 248, 0.05);
  background-image:
    linear-gradient(
      135deg,
      rgba(246, 247, 248, 0.05) 0%,
      rgba(237, 238, 241, 0.1) 20%,
      rgba(246, 247, 248, 0.05) 40%,
      rgba(246, 247, 248, 0.05) 100%);
}
.dark html.dark .skeleton-compare .compare-part .img-section .compare-img {
  background: rgba(246, 247, 248, 0.05);
  background-image:
    linear-gradient(
      135deg,
      rgba(246, 247, 248, 0.05) 0%,
      rgba(237, 238, 241, 0.1) 20%,
      rgba(246, 247, 248, 0.05) 40%,
      rgba(246, 247, 248, 0.05) 100%);
}
.dark html.dark .common-skeleton .img-box .placeholder,
.dark html.dark .common-skeleton .img-box .img,
.dark html.dark .common-skeleton ul .placeholder,
.dark html.dark .common-skeleton ul .img {
  background: rgba(246, 247, 248, 0.05);
  background-image:
    linear-gradient(
      135deg,
      rgba(246, 247, 248, 0.05) 0%,
      rgba(237, 238, 241, 0.1) 20%,
      rgba(246, 247, 248, 0.05) 40%,
      rgba(246, 247, 248, 0.05) 100%);
}
.dark html.dark .skeleton-vertical .offer-image {
  background: rgba(246, 247, 248, 0.05);
  background-image:
    linear-gradient(
      135deg,
      rgba(246, 247, 248, 0.05) 0%,
      rgba(237, 238, 241, 0.1) 20%,
      rgba(246, 247, 248, 0.05) 40%,
      rgba(246, 247, 248, 0.05) 100%);
}
.dark html.dark .skeleton-vertical.offer-product .offer-detail a .name {
  background: rgba(246, 247, 248, 0.05);
  background-image:
    linear-gradient(
      135deg,
      rgba(246, 247, 248, 0.05) 0%,
      rgba(237, 238, 241, 0.1) 20%,
      rgba(246, 247, 248, 0.05) 40%,
      rgba(246, 247, 248, 0.05) 100%);
}
.dark html.dark .skeleton-vertical.offer-product .offer-detail span,
.dark html.dark .skeleton-vertical.offer-product .offer-detail .vertical-price {
  background: rgba(246, 247, 248, 0.05);
  background-image:
    linear-gradient(
      135deg,
      rgba(246, 247, 248, 0.05) 0%,
      rgba(237, 238, 241, 0.1) 20%,
      rgba(246, 247, 248, 0.05) 40%,
      rgba(246, 247, 248, 0.05) 100%);
}
.dark html.dark .skeleton-seller .contain-name h3,
.dark html.dark .skeleton-seller .contain-name .h3,
.dark html.dark .skeleton-seller .contain-name .product-label {
  background: rgba(246, 247, 248, 0.05);
  background-image:
    linear-gradient(
      135deg,
      rgba(246, 247, 248, 0.05) 0%,
      rgba(237, 238, 241, 0.1) 20%,
      rgba(246, 247, 248, 0.05) 40%,
      rgba(246, 247, 248, 0.05) 100%);
}
.dark html.dark .skeleton-seller .vendor-text,
.dark html.dark .skeleton-seller .saller-contact {
  background: rgba(246, 247, 248, 0.05);
  background-image:
    linear-gradient(
      135deg,
      rgba(246, 247, 248, 0.05) 0%,
      rgba(237, 238, 241, 0.1) 20%,
      rgba(246, 247, 248, 0.05) 40%,
      rgba(246, 247, 248, 0.05) 100%);
}
.dark html.dark .skeleton *:empty {
  background-color: rgba(246, 247, 248, 0.05);
  background-image:
    linear-gradient(
      135deg,
      #3f4242 0%,
      rgba(237, 238, 241, 0.1) 20%,
      #3f4242 40%,
      #3f4242 100%);
}
.dark html.dark .customer-detail ul li h4,
.dark html.dark .customer-detail ul li .h4 {
  color: #ddd;
}
.dark html.dark .review-people {
  border-color: rgba(119, 119, 119, 0.44);
}
.dark html.dark .review-people::-webkit-scrollbar {
  background-color: #1d1d22;
}
.dark html.dark .review-people::-webkit-scrollbar-track {
  background-color: rgba(85, 85, 85, 0.14);
}
.dark html.dark .review-people .review-list li .people-box .people-comment .people-name .date-time h6,
.dark html.dark .review-people .review-list li .people-box .people-comment .people-name .date-time .h6 {
  color: rgba(221, 221, 221, 0.69);
}
.dark html.dark .tracking-panel ul li {
  background-color: #2a2d2d;
}
.dark html.dark .tracking-panel ul li.active {
  background-color: #33413e;
}
.dark html.dark .tracking-panel ul li.active::after {
  border-left-color: #33413e;
  border-right-color: #33413e;
}
.dark html.dark .tracking-panel ul li.cancelled-box {
  background-color: #332728;
}
.dark html.dark .tracking-panel ul li.cancelled-box:after {
  border-inline-color: #332728;
}
.dark html.dark .tracking-panel ul li:before {
  border-left-color: #1d1d22;
  border-right-color: #1d1d22;
}
.dark html.dark .tracking-panel ul li::after {
  border-left-color: #2a2d2d;
  border-right-color: #2a2d2d;
}
.dark html.dark .tracking-panel ul li h4,
.dark html.dark .tracking-panel ul li .h4 {
  color: #dddddd;
}
.dark html.dark .tracking-panel .panel-content .icon img {
  filter: invert(1) brightness(100);
}
.dark html.dark .tracking-total li:last-child {
  border-color: rgba(119, 119, 119, 0.44);
}
.dark html.dark .skeleton-body .skeleton-text-wrap .placeholder {
  background:
    linear-gradient(
      90deg,
      rgba(29, 29, 34, 0.41) 8%,
      #2a2d2d 18%,
      rgba(29, 29, 29, 0.41) 33%);
}
.dark html.dark .skeleton-body .skeleton-banner-xl .bg-size,
.dark html.dark .skeleton-body .skeleton-banner-vertical .bg-size {
  background-color: #3f4242 !important;
}
.dark html.dark .skeleton-body .skeleton-banner-sm .bg-size {
  background-color: #3f4242 !important;
  background-image: none !important;
}
.dark html.dark .card {
  background-color: #2a2d2d;
}
.dark html.dark .product-rating-box .product-rating-list li .rating-product .progress {
  background-color: #1d1d22;
}
.dark html.dark .product-rating-box .product-rating-list li .rating-product h5,
.dark html.dark .product-rating-box .product-rating-list li .rating-product .h5 {
  color: #fff;
}
.dark html.dark .product-rating-box .product-main-rating h2,
.dark html.dark .product-rating-box .product-main-rating .h2 {
  color: #fff;
}
.dark html.dark .pay-modal .modal-body .payment-option .form-check {
  background-color: #1d1d22;
}
.dark html.dark .pay-modal .modal-body .payment-option .form-check .form-check-input::before {
  border-color: rgba(119, 119, 119, 0.44);
}
.dark html.dark .wallet-bg::after {
  opacity: 0.15;
}
.dark html.dark .product-table tbody tr td {
  border-color: rgba(119, 119, 119, 0.44);
}
.dark html.dark .text-content {
  color: #ddd;
}
.dark html.dark .btn-animation:active,
.dark html.dark .btn-animation:hover {
  color: #fff !important;
}
.dark html.dark .product-box .product-image .product-option li + li:after {
  background-color: #ddd;
}
.dark html.dark .category-box.category-dark img.background-image {
  filter: unset;
}
.dark html.dark .theme-option .back-to-top a i {
  color: #ffffff;
}
.dark html.dark .add-to-cart-box .qty-box .input-group input {
  color: #fff;
}
.dark html.dark .product-box-3 .add-to-cart-box .qty-box .input-group button {
  background-color: #2a2d2d;
}
.dark html.dark .menu-product-slider .product-box {
  background-color: #2a2d2d;
}
.dark html.dark .menu-product-slider .product-box .add-to-cart-box .btn-add-cart {
  background-color: #1d1d22;
}
.dark html.dark .menu-product-slider .product-box .add-to-cart-box .btn-add-cart .add-icon {
  background-color: #2a2d2d;
}
.dark html.dark .menu-product-slider .product-box .add-to-cart-box .btn-add-cart .add-icon i {
  color: var(--theme-color);
}
.dark html.dark .product-rating span {
  color: #ffb321;
}
.dark html.dark .phone-field .custom-select.intl-tel-input .select2-container .select2-selection {
  background: #1d1d22 !important;
  border-color: rgba(221, 221, 221, 0.3);
}
.dark html.dark .phone-field .custom-select.intl-tel-input .select2-container .select2-selection .country {
  background-color: #1d1d22 !important;
}
.dark html.dark .log-in-section .log-in-form .form-control {
  color: #fff;
}
.dark html.dark .log-in-section .log-in-box .checkbox_animated::after {
  background-color: #2a2d2d;
  border-color: #2a2d2d;
}
.dark html.dark .team-section .team-box .team-name .team-media li a {
  background-color: #1d1d22;
}
.dark html.dark .product-section-box .question-answer li h6,
.dark html.dark .product-section-box .question-answer li .h6 {
  color: #fff;
}
.dark html.dark .product-section-box .question-answer li .question-box h5,
.dark html.dark .product-section-box .question-answer li .question-box .h5 {
  border: 1px solid rgba(119, 119, 119, 0.44);
  background-color: #1d1d22;
  color: #ddd;
}
.dark html.dark .compare-fix a {
  color: #fff;
}
.dark html.dark .product-section .product-left-box .product-main-1 .owl-nav [class*=owl-] {
  border: 1px solid rgba(119, 119, 119, 0.1);
  box-shadow: 0 0 8px rgba(119, 119, 119, 0.18);
  background-color: #2a2d2d;
}
.dark html.dark .product-section .product-left-box .product-main-1 .owl-nav [class*=owl-]::before {
  color: #ddd;
}
.dark html.dark .product-section .right-box-contain .product-package .form-select {
  background: #1d1d22;
  border-color: rgba(119, 119, 119, 0.44);
}
.dark html.dark .custom-select .select2-container .select2-selection {
  background-color: #1d1d22 !important;
  border-color: rgba(119, 119, 119, 0.44) !important;
}
.dark html.dark .custom-select .select2-container .select2-selection span {
  color: #ddd !important;
}
.dark html.dark .custom-select .select2-container .select2-container-dropdown .select2-dropdown {
  background-color: #2a2d2d !important;
  box-shadow: 0px 6px 10px 4px rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(119, 119, 119, 0.4);
}
.dark html.dark .custom-select .select2-container .select2-container-dropdown .select2-dropdown .select2-search__field {
  border: 1px solid rgba(119, 119, 119, 0.4) !important;
  background: #1d1d22;
  color: #ddd;
}
.dark html.dark .custom-select .select2-container .select2-results__options,
.dark html.dark .custom-select .select2-container .select2-results__option {
  color: #dddddd !important;
}
.dark html.dark .custom-select .select2-container .select2-results__options::-webkit-scrollbar,
.dark html.dark .custom-select .select2-container .select2-results__option::-webkit-scrollbar {
  background-color: #1d1d22;
}
.dark html.dark .custom-select .select2-container .select2-results__options::-webkit-scrollbar-track,
.dark html.dark .custom-select .select2-container .select2-results__option::-webkit-scrollbar-track {
  background-color: #1d1d22;
}
.dark html.dark .mobile-menu ul li.active span {
  color: #fff;
}
.dark html.dark .mobile-menu ul li a i {
  color: #fff;
}
.dark html.dark .accordion-box .accordion-item .accordion-header .accordion-button {
  background-color: #1d1d22;
}
.dark html.dark header .header-nav .header-nav-left .category-dropdown {
  box-shadow: 0 0 8px rgba(137, 137, 137, 0.05);
}
.dark html.dark .header-nav .header-nav-left .category-dropdown .category-list li a img {
  filter: invert(1) brightness(100);
}
.dark html.dark .product-box .label-tag {
  color: #fff;
}
.dark html.dark .new-nav-item .new-dropdown {
  color: #fff;
}
.dark html.dark .title-header h5,
.dark html.dark .title-header .h5 {
  color: #fff;
}
.dark html.dark .user-dashboard-section .dashboard-right-sidebar .dashboard-bg-box td {
  color: #ddd;
}
.dark html.dark .bg-overlay {
  background-color: #222222;
}
.dark html.dark .back-to-top a i {
  color: #ffffff;
}
.dark html.dark .checkbox_animated::after {
  background-color: #1d1d22;
  border-color: #1d1d22;
}
.dark html.dark .theme-form-floating-2 .form-control:focus {
  border-color: #ddd;
}
.dark html.dark .categories-canvas {
  background-color: #2a2d2d;
}
.dark html.dark .categories-canvas .offcanvas-header .close-button {
  color: #dddddd;
}
.dark html.dark .product-standard .add-to-cart-box .btn-add-cart .add-icon {
  background-color: #1d1d22;
}
.dark html.dark .qty-box .input-group {
  border-color: rgba(119, 119, 119, 0.44);
}
.dark html.dark .add-to-cart-box .qty-box .input-group button {
  background-color: #2a2d2d;
}
.dark html.dark .product-list li:nth-child(n+3):after {
  border-color: #777777;
}
.dark html.dark .product-list li:nth-child(n+4)::after {
  border-color: #777777;
}
.dark html.dark .view-modal .modal-dialog .modal-content .view-image-slider .owl-nav [class*=owl-] {
  border: 1px solid rgba(119, 119, 119, 0.1);
  box-shadow: 0 0 8px rgba(119, 119, 119, 0.18);
  background-color: #2a2d2d;
}
.dark html.dark .view-modal .modal-dialog .modal-content .view-image-slider .owl-nav [class*=owl-]::before {
  color: #ddd;
}
.dark html.dark .fresh-vegetable-section .delivery-box li .delivery-box .delivery-icon img {
  filter: invert(1) brightness(100);
}
.dark html.dark .button-group ul li button.shopping-button {
  background-color: #2a2d2d;
  color: #ddd !important;
}
.dark html.dark .order-detail .progtrckr li.progtrckr-done:before {
  color: #ffffff;
}
.dark html.dark .offer-banner .banner-detail {
  background-color: rgba(255, 255, 255, 0.95);
}
.dark html.dark .product-box .label-tag {
  color: #ffffff;
}
.dark html.dark .product-box .progress {
  background-color: #1d1d22;
}
.dark html.dark .product-box .progress-bar-light {
  background-color: #2a2d2d;
}
.dark html.dark .product-box .counter-box .addtocart_btn .input-group {
  box-shadow: 0 2px 4px 0 rgba(255, 255, 255, 0.12);
}
.dark html.dark .product-box .counter-box .addtocart_btn .input-group .btn {
  background-color: #1d1d22;
}
.dark html.dark .order-table-section .order-tab-table thead tr th {
  background-color: #1d1d22;
  border-bottom-color: #777777;
}
.dark html.dark .order-table-section .order-tab-table tbody tr td {
  color: #dddddd;
  border-bottom-color: #777777;
}
.dark html.dark .form-floating > .form-control {
  border-color: #777777;
}
.dark html.dark .compare-section .compare-table {
  border-color: rgba(119, 119, 119, 0.3);
}
.dark html.dark .compare-section .compare-table tr td .compare-image {
  background-color: #1d1d22;
}
.dark html.dark .compare-section .compare-table tr td,
.dark html.dark .compare-section .compare-table tr th {
  border-color: rgba(119, 119, 119, 0.3);
}
.dark html.dark .faq-box-contain .faq-accordion .accordion .accordion-item .accordion-header .accordion-button {
  color: #ffffff;
}
.dark html.dark .theme-modal .modal-dialog .modal-content .modal-header .btn-close {
  color: #ffffff;
}
.dark html.dark .summery-box .summery-header.bg-white,
.dark html.dark .summery-box .summery-contain.bg-white,
.dark html.dark .summery-box .summery-total.bg-white {
  background-color: #2a2d2d !important;
  border-color: #1d1d22;
}
.dark html.dark .summery-box .summery-header li:last-child,
.dark html.dark .summery-box .summery-contain li:last-child,
.dark html.dark .summery-box .summery-total li:last-child {
  border-color: #1d1d22;
}
.dark html.dark .checkout-section .custom-accordion .accordion-item .accordion-header {
  background-color: #2a2d2d;
}
.dark html.dark .checkout-section .custom-accordion .accordion-item .accordion-header .accordion-button {
  background-color: #2a2d2d;
}
.dark html.dark .checkout-section .custom-accordion .accordion-item .accordion-collapse .accordion-body {
  background-color: #2a2d2d;
}
.dark html.dark .checkout-section .delivery-address-box > div .label {
  color: #ffffff;
}
.dark html.dark .checkout-section .custom-navtab .nav-item .nav-link {
  border-color: #777777;
}
.dark html.dark .theme-form-floating > .form-control:focus,
.dark html.dark .theme-form-floating > .form-control:not(:placeholder-shown) {
  color: #ffffff;
}
.dark html.dark .tooltip .tooltip-inner {
  color: #ffffff;
}
.dark html.dark .theme-form-floating > .form-select {
  background-color: #2a2d2d;
  color: #ffffff;
  border-color: #777777;
}
.dark html.dark .cart-table table tbody tr td {
  border-bottom-color: #2a2d2d;
}
.dark html.dark .cart-table table tbody tr td .quantity-price .cart_qty button {
  background-color: #2a2d2d;
  color: #ffffff;
}
.dark html.dark .cart-table table tbody tr td .quantity-price .cart_qty input {
  color: #ffffff;
}
.dark html.dark .cart-table table tbody tr td.price h5,
.dark html.dark .cart-table table tbody tr td.price .h5 {
  color: #ffffff;
}
.dark html.dark .cart-table table tbody tr td.subtotal h5,
.dark html.dark .cart-table table tbody tr td.subtotal .h5 {
  color: #ffffff;
}
.dark html.dark .cart-table table tbody tr td.product-detail .product .product-detail ul li.name {
  color: #ffffff;
}
.dark html.dark .summery-box .summery-header {
  border-color: #2a2d2d;
}
.dark html.dark .summery-box .summery-contain {
  border-color: #2a2d2d;
}
.dark html.dark .summery-box .summery-contain .coupon-cart .coupon-box .btn-apply {
  color: #ffffff;
}
.dark html.dark .summery-box .summery-contain .coupon-cart .coupon-box .form-control {
  color: #ddd;
}
.dark html.dark .summery-box .summery-contain .coupon-cart .coupon-box .form-control:focus {
  background-color: #2a2d2d;
}
.dark html.dark .blog-section .left-sidebar-box .left-accordion-box .accordion-item .accordion-collapse .accordion-body .category-list-box ul li a .category-name span {
  color: #ffffff;
}
.dark html.dark .blog-section .left-sidebar-box .left-accordion-box .accordion-item .accordion-collapse .accordion-body .product-tags-box ul li:hover a {
  color: #ffffff;
}
.dark html.dark .blog-section .blog-detail-contain .blog-details-quote {
  background-color: #1d1d22;
}
.dark html.dark .blog-section .blog-detail-contain .blog-details-quote h3,
.dark html.dark .blog-section .blog-detail-contain .blog-details-quote .h3 {
  color: #ffffff;
}
.dark html.dark .blog-section .blog-detail-image .blog-image-contain .contain-comment-list li .user-list {
  color: #dddddd;
}
.dark html.dark .blog-section .leave-box .leave-comment .form-check .checkbox_animated::after {
  background-color: #2a2d2d;
  border-color: #2a2d2d;
}
.dark html.dark .custome-pagination .pagination .page-item.active .page-link {
  color: #ffffff;
}
.dark html.dark .custome-pagination .pagination .page-item .page-link {
  background-color: #1d1d22;
}
.dark html.dark .blog-section .blog-box {
  border-color: #777777;
}
.dark html.dark .blog-section .blog-box:hover .blog-detail label {
  color: #ffffff;
}
.dark html.dark .blog-section .blog-box .blog-image label {
  color: #ffffff;
}
.dark html.dark .blog-section .blog-box .blog-image label i {
  color: #ffffff;
}
.dark html.dark .banner-contain .banner-details .coupon-code {
  border: 2px dashed rgba(255, 255, 255, 0.5);
}
.dark html.dark .banner-contain .banner-details .banner-box {
  background-color: rgba(255, 255, 255, 0.5);
}
.dark html.dark .banner-contain .banner-details .banner-box h5,
.dark html.dark .banner-contain .banner-details .banner-box .h5 {
  color: #222222;
}
.dark html.dark .banner-contain .banner-details .banner-box h6,
.dark html.dark .banner-contain .banner-details .banner-box .h6 {
  color: #4a5568;
}
.dark html.dark .banner-contain .banner-details h3,
.dark html.dark .banner-contain .banner-details .h3 {
  color: #222222;
}
.dark html.dark .banner-contain .banner-details h3.product-name,
.dark html.dark .banner-contain .banner-details .product-name.h3 {
  color: #222222 !important;
}
.dark html.dark .banner-contain .banner-details p {
  color: #4a5568 !important;
}
.dark html.dark .banner-contain .banner-details p.text-bs-white {
  color: #ffffff !important;
}
.dark html.dark .btn,
.dark html.dark .btn-animation {
  color: #ffffff !important;
}
.dark html.dark .btn:hover,
.dark html.dark .btn-animation:hover {
  color: #ffffff !important;
}
.dark html.dark .category-menu ul li .category-list img {
  filter: invert(1);
}
.dark html.dark .category-list li .category-list-box .form-check-label .number {
  color: #dddddd;
}
.dark html.dark .title-flex .timing-box .name {
  color: #ffffff;
}
.dark html.dark .title-flex .timing-box .timing {
  color: #ffffff;
}
.dark html.dark .title-flex .timing-box .timing .feather {
  color: #ffffff;
}
.dark html.dark .category-box img {
  filter: invert(1);
}
.dark html.dark .category-box h5,
.dark html.dark .category-box .h5 {
  color: #222222;
}
.dark html.dark .product-box.product-box-bg {
  background: #1d1d22;
}
.dark html.dark .product-box .product-image .product-option {
  background-color: #1d1d22;
  box-shadow: 0 0 8px rgba(255, 255, 255, 0.12);
}
.dark html.dark .home-contain .home-detail h1,
.dark html.dark .home-contain .home-detail .h1,
.dark html.dark .home-contain .home-detail h2,
.dark html.dark .home-contain .home-detail .h2 {
  color: #222222 !important;
}
.dark html.dark .home-contain .home-detail h2.super-sale,
.dark html.dark .home-contain .home-detail .super-sale.h2 {
  color: var(--theme-color) !important;
}
.dark html.dark .home-contain .home-detail h3,
.dark html.dark .home-contain .home-detail .h3 {
  color: #777777;
}
.dark html.dark .home-contain .home-detail h3.text-uppercase,
.dark html.dark .home-contain .home-detail .text-uppercase.h3,
.dark html.dark .home-contain .home-detail h3.fw-light,
.dark html.dark .home-contain .home-detail .fw-light.h3 {
  color: #222222;
}
.dark html.dark .home-contain .home-detail h5,
.dark html.dark .home-contain .home-detail .h5 {
  color: #4a5568;
}
.dark html.dark .home-contain .home-detail h6,
.dark html.dark .home-contain .home-detail .h6 {
  color: #4a5568;
}
.dark html.dark .home-contain .home-detail p {
  color: #4a5568;
}
.dark html.dark .home-contain .home-detail .social-icon li a {
  color: #777777;
  border-color: #777777;
}
.dark html.dark .home-contain .home-detail .shop-button {
  color: #222222;
}
.dark html.dark footer::after,
.dark html.dark footer::before {
  filter: invert(1);
}
.dark html.dark footer .main-footer {
  border-top-color: rgba(193, 193, 193, 0.5);
}
.dark html.dark footer .main-footer .theme-logo a img {
  filter: invert(1) brightness(100);
}
.dark html.dark footer .main-footer .footer-contact ul li::before {
  border-color: #777777;
}
.dark html.dark footer .main-footer .footer-contact ul li.social-app .text-content {
  color: #dddddd;
}
.dark html.dark footer .main-footer .footer-contact ul li .footer-number .contact-number .text-content {
  color: #dddddd;
}
.dark html.dark footer .sub-footer {
  border-top-color: rgba(193, 193, 193, 0.5);
}
.dark html.dark footer .sub-footer .reserve h6,
.dark html.dark footer .sub-footer .reserve .h6 {
  color: #ddd;
}
.dark html.dark footer .sub-footer .social-link h6,
.dark html.dark footer .sub-footer .social-link .h6 {
  color: #ddd;
}
.dark html.dark footer.footer-section-2 .main-footer .footer-logo .theme-logo a img {
  filter: unset;
}
.dark html.dark .service-contain .service-box + .service-box::before {
  border-color: rgba(193, 193, 193, 0.5);
}
.dark html.dark .service-contain .service-box .service-image img {
  filter: invert(1) brightness(100);
}
.dark html.dark .newsletter-section .newsletter-box .newsletter-contain .newsletter-detail h2,
.dark html.dark .newsletter-section .newsletter-box .newsletter-contain .newsletter-detail .h2 {
  color: #ffffff;
}
.dark html.dark .newsletter-section .newsletter-box .newsletter-contain .newsletter-detail .input-box input {
  background-color: #2a2d2d;
}
.dark html.dark .newsletter-section .newsletter-box .newsletter-contain .newsletter-detail .input-box .sub-btn {
  color: #ffffff;
}
.dark html.dark .category-menu-2 {
  background: #1d1d22;
}
.dark html.dark .button-item .item-btn {
  color: #ffffff;
}
.dark html.dark .item-section .close-button {
  color: #ffffff;
}
.dark html.dark .item-section h6,
.dark html.dark .item-section .h6 {
  color: #ffffff;
}
.dark html.dark .item-section .items-image li {
  background-color: #ffffff;
}
.dark html.dark .mobile-menu ul li.active::before {
  background-color: #ffffff;
}
.dark html.dark .mobile-menu ul li a .icli,
.dark html.dark .mobile-menu ul li a span {
  color: #ffffff;
}
.dark html.dark header.active .sticky-header {
  box-shadow: 0 8px 10px rgba(137, 137, 137, 0.05);
}
.dark html.dark header.fixed-header {
  border-bottom-color: rgba(119, 119, 119, 0.45);
}
.dark html.dark header .onhover-category-list .onhover-category-box {
  box-shadow: 0 0 8px rgba(119, 119, 119, 0.4);
}
.dark html.dark header .timer-notification h6,
.dark html.dark header .timer-notification .h6 {
  color: #ffffff;
}
.dark html.dark header .header-top .about-list li + li::after {
  background-color: rgba(221, 221, 221, 0.3);
}
.dark html.dark header .header-top .about-list li .theme-form-select .dropdown-toggle::before {
  color: #ddd;
}
.dark html.dark header .header-top .about-list > li .theme-form-select .dropdown-menu {
  background-color: #1d1d22;
}
.dark html.dark header .header-top .about-list > li .theme-form-select .dropdown-menu li .dropdown-item {
  color: #fff;
}
.dark html.dark header .nav-about-2 {
  background-color: #1d1d22;
}
.dark html.dark header .offcanvas-header .btn-close {
  filter: invert(1) brightness(100);
}
.dark html.dark header .navbar-expand-xl .dropdown-menu .dropdown-item {
  color: #ffffff;
}
.dark html.dark header .navbar-expand-xl .dropdown-menu .dropdown-item small.text-muted,
.dark html.dark header .navbar-expand-xl .dropdown-menu .dropdown-item .text-muted.small {
  color: #ddd !important;
}
.dark html.dark header .navbar.navbar-expand-xl .navbar-nav .nav-link .label-menu {
  color: #ffffff;
}
.dark html.dark header .nav-about.bg-black-nav {
  background-color: #1d1d22;
}
.dark html.dark header .nav-about .header-top .about-list li {
  color: #dddddd;
}
.dark html.dark header .nav-about .header-top .about-list li + li:after {
  background-color: rgba(221, 221, 221, 0.3);
}
.dark html.dark header .nav-about .header-top .about-list li .theme-form-select .dropdown-toggle {
  color: #dddddd;
}
.dark html.dark header .nav-about .header-top .about-list li .theme-form-select .dropdown-toggle::before {
  color: #dddddd;
}
.dark html.dark header .nav-about .header-top .about-list li .theme-form-select .dropdown-menu {
  background-color: #232424;
}
.dark html.dark header .nav-about .header-top .about-list li .theme-form-select .dropdown-menu li .dropdown-item {
  color: #ffffff;
}
.dark html.dark header .header-nav-left .dropdown-category.black-dropdown {
  background-color: #1d1d22;
  color: #dddddd;
}
.dark html.dark header .top-nav .navbar-top .middle-box .search-box .input-group button {
  color: #ffffff;
}
.dark html.dark header .top-nav .navbar-top .middle-box .location-box button span {
  background-color: #1d1d22;
}
.dark html.dark header .top-nav .navbar-top .middle-box .location-box button .locat-name {
  background-color: #2a2d2d;
}
.dark html.dark header .top-nav .navbar-top .middle-box .location-box button .location-arrow {
  background-color: #1d1d22;
}
.dark html.dark header .header-nav .header-nav-right .deal-button {
  color: var(--theme-color) !important;
}
.dark html.dark header .header-nav .header-nav-right .deal-button i,
.dark html.dark header .header-nav .header-nav-right .deal-button span {
  color: var(--theme-color);
}
.dark html.dark header .header-nav .header-nav-left .dropdown-category {
  box-shadow: -1px 0 10px 0 rgba(137, 137, 137, 0.05), 5px 20px 40px 0 rgba(137, 137, 137, 0.05);
}
.dark html.dark header .header-nav .header-nav-left .dropdown-category span,
.dark html.dark header .header-nav .header-nav-left .dropdown-category .feather {
  color: #ffffff;
}
.dark html.dark header .navbar-top .middle-box .location-box button span {
  background-color: #1d1d22;
}
@media (min-width: 1200px) {
  .dark html.dark header .navbar-expand-xl .dropdown-menu {
    box-shadow: -1px 0 10px 0 rgba(137, 137, 137, 0.05), 5px 20px 40px 0 rgba(137, 137, 137, 0.05);
    background-color: #2a2d2d;
    border-color: #2a2d2d;
  }
  .dark html.dark header .navbar-expand-xl .dropdown-menu .dropdown-column .dropdown-header {
    color: #fff;
  }
}
.dark html.dark header .navbar-light .navbar-nav .nav-link {
  color: #fff;
}
.dark html.dark header .top-nav .navbar-top .middle-box .location-box {
  border-color: #777;
}
.dark html.dark header .top-nav .navbar-top .middle-box .location-box button .locat-name {
  background-color: #2a2d2d;
  color: #ffffff;
}
.dark html.dark header .top-nav .navbar-top .middle-box .search-box .input-group .form-control {
  border-color: #777777;
  background-color: transparent;
  color: #fff;
}
.dark html.dark header .top-nav .navbar-top .middle-box .search-box .input-group .form-control::placeholder {
  color: #fff;
}
.dark html.dark header .top-nav .navbar-top .middle-box .search-box .input-group .form-control::placeholder {
  color: #777;
}
.dark html.dark header .top-nav .navbar-top .rightside-box .right-side-menu .right-side::before {
  background-color: rgba(221, 221, 221, 0.5);
}
.dark html.dark header .top-nav .navbar-top .rightside-box .right-side-menu .right-side .delivery-login-box h6,
.dark html.dark header .top-nav .navbar-top .rightside-box .right-side-menu .right-side .delivery-login-box .h6 {
  color: #ddd;
}
.dark html.dark header .top-nav .navbar-top .rightside-box .right-side-menu .right-side .delivery-login-box i,
.dark html.dark header .top-nav .navbar-top .rightside-box .right-side-menu .right-side .delivery-login-box h5,
.dark html.dark header .top-nav .navbar-top .rightside-box .right-side-menu .right-side .delivery-login-box .h5 {
  color: #fff;
}
.dark html.dark header .top-nav .navbar-top .rightside-box .right-side-menu .right-side .delivery-login-box .delivery-icon .user-box {
  background-color: #1d1d22;
}
.dark html.dark header .top-nav .navbar-top .rightside-box .right-side-menu .right-side .header-wishlist i {
  color: #ddd;
}
.dark html.dark header .onhover-dropdown .onhover-div-login .user-box-name li + li {
  border-color: rgba(119, 119, 119, 0.65);
}
.dark html.dark header .onhover-dropdown .onhover-div.fixed-cart .cart-title {
  background-color: #1d1d22;
  border-color: rgba(119, 119, 119, 0.44);
}
.dark html.dark header .onhover-dropdown .onhover-div.fixed-cart .progress {
  background-color: #1d1d22;
}
.dark html.dark header .onhover-dropdown .onhover-div.fixed-cart .bottom-box {
  border-color: rgba(119, 119, 119, 0.44);
  background-color: #1d1d22;
}
.dark html.dark header .onhover-dropdown .onhover-div.fixed-cart .bottom-box .free {
  color: #ddd;
}
.dark html.dark header .onhover-dropdown .onhover-div .qty-box .input-group {
  border-color: rgba(119, 119, 119, 0.4);
  background-color: #1d1d22;
}
.dark html.dark header .onhover-dropdown .onhover-div .qty-box .input-group button {
  background-color: #2a2d2d;
}
.dark html.dark header .onhover-dropdown .onhover-div .qty-box .input-group button:hover {
  color: var(--theme-color);
}
.dark html.dark header .onhover-dropdown .onhover-div .qty-box .input-group button:hover i {
  color: var(--theme-color);
}
.dark html.dark header .onhover-dropdown .onhover-div .cart-list > li + li {
  border-color: rgba(119, 119, 119, 0.44);
}
.dark html.dark header .onhover-dropdown .onhover-div .cart-list > li .drop-cart .drop-contain .gram {
  border-color: rgba(119, 119, 119, 0.4);
  background-color: #1d1d22;
}
.dark html.dark header .onhover-dropdown .onhover-div .cart-list > li .drop-cart .drop-contain .header-button-group .delete-button,
.dark html.dark header .onhover-dropdown .onhover-div .cart-list > li .drop-cart .drop-contain .header-button-group .edit-button {
  border: 1px solid rgba(119, 119, 119, 0.4);
  background-color: #1d1d22;
  color: #ddd;
}
.dark html.dark header .onhover-dropdown .onhover-div .cart-list::-webkit-scrollbar {
  background-color: #1d1d22;
}
.dark html.dark header .onhover-dropdown .onhover-div .cart-list::-webkit-scrollbar-track {
  background-color: #1d1d22;
}
.dark html.dark header .header-top .about-list > li + li::after {
  background-color: rgba(255, 255, 255, 0.3);
}
.dark html.dark header .header-top .about-list > li .theme-form-select .dropdown-toggle::before {
  color: #fff;
}
.dark html.dark header .header-nav .header-nav-left .dropdown-category {
  color: #fff;
}
.dark html.dark .compare-section .compare-part {
  border-color: rgba(119, 119, 119, 0.44);
}
.dark html.dark .pos-detail-card {
  background-color: #1d1d22;
}
.dark html.dark .pos-detail-card .summary-total::before,
.dark html.dark .pos-detail-card .summary-total::after {
  background-color: #1d1d22;
}
.dark html.dark .pos-detail-card .summary-total li.list-total {
  border-color: rgba(119, 119, 119, 0.44);
}
.dark html.dark .checkout-section-2 .pos-detail-card .product-details .cart-listing li {
  border-color: rgba(119, 119, 119, 0.44);
}
.dark html.dark .recently-purchase {
  box-shadow: -1px 0 10px 0 rgba(137, 137, 137, 0.05), 5px 20px 40px 0 rgba(137, 137, 137, 0.05);
}
.dark html.dark .header-2 .header-nav-left .category-dropdown {
  box-shadow: 0 0 8px rgba(119, 119, 119, 0.4);
}
.dark html.dark .header-2 .header-nav-left .category-dropdown .category-list li .category-name img {
  filter: invert(1) brightness(100);
}
.dark html.dark .header-2 .dropdown-category span {
  color: #ffffff;
}
.dark html.dark .header-2 .top-nav {
  border-bottom-color: rgba(119, 119, 119, 0.4);
}
.dark html.dark .header-2 .top-nav .middle-box .searchbar-box input {
  border-color: rgba(119, 119, 119, 0.4);
}
.dark html.dark .header-2 .top-nav .middle-box .searchbar-box-2 .search-button {
  color: #ffffff;
}
.dark html.dark .header-2 .top-nav .middle-box .searchbar-box input:focus {
  background-color: #1d1d22;
  border: 1px solid #777;
}
.dark html.dark .header-2 .top-nav .middle-box .searchbar-box .search-button .iconly-Search {
  color: #ddd;
}
.dark html.dark .header-2 .right-nav .fire-button .fire .fire-main .main-fire {
  background-image:
    radial-gradient(
      farthest-corner at 10px 0,
      #ddd 0%,
      #ffffff 95%);
}
.dark html.dark .header-2 .right-nav .fire-button .fire .fire-main .particle-fire {
  background-color: #ffffff;
}
.dark html.dark .header-2 .right-nav .fire-button span {
  color: #ffffff;
}
.dark html.dark .header-2 .rightside-menu .mobile-app .mobile-image img {
  filter: invert(1) brightness(100);
}
.dark html.dark .header-2 .rightside-menu .mobile-app .mobile-name .text-content {
  color: #ddd;
}
.dark html.dark .header-2 .rightside-menu .dropdown-dollar .dropdown .dropdown-toggle {
  color: #ffffff;
}
.dark html.dark .header-2 .rightside-menu .dropdown-dollar .dropdown .dropdown-toggle i {
  color: #dddddd;
}
.dark html.dark .header-2 .rightside-menu .option-list ul li .header-icon .badge-number {
  color: #ffffff;
}
.dark html.dark .header-2 .rightside-menu .option-list-2 li .user-box .user-name .text-content {
  color: #dddddd;
}
.dark html.dark .header-2 .rightside-menu .option-list-2 li .header-icon .badge-number {
  color: #ffffff;
}
.dark html.dark .cookie-bar-box {
  background: #1d1d22;
  box-shadow: 0 0.25rem 0.5rem rgba(255, 255, 255, 0.02), 0 24px 35px rgba(255, 255, 255, 0.05);
}
.dark html.dark .cookie-bar-box .cookie-box {
  background-color: #1d1d22;
}
.dark html.dark .cookie-bar-box .button-group {
  border-color: #777777;
}
.dark html.dark .cookie-bar-box .button-group button.privacy-button {
  background-color: #2a2d2d;
}
.dark html.dark .banner-contain-2 .banner-detail {
  color: #222222;
}
.dark html.dark .banner-contain-2 .banner-detail h3 span.brand-name,
.dark html.dark .banner-contain-2 .banner-detail .h3 span.brand-name {
  color: #ffffff;
}
.dark html.dark .banner-contain-2 .banner-detail h3 span.brand-name::before,
.dark html.dark .banner-contain-2 .banner-detail .h3 span.brand-name::before {
  border-color: #222222;
}
.dark html.dark .banner-contain-2 .banner-detail h4,
.dark html.dark .banner-contain-2 .banner-detail .h4 {
  color: #222222;
}
.dark html.dark .banner-contain-2 .banner-detail h6,
.dark html.dark .banner-contain-2 .banner-detail .h6 {
  color: #4a5568;
}
.dark html.dark .banner-contain-2 .banner-detail p {
  color: #222222;
}
.dark html.dark .label-flex .discount label {
  color: #ffffff;
}
.dark html.dark .deal-section .deal-box .deal-detail .custom-progressbar {
  background-color: #1d1d22;
}
.dark html.dark .deal-section .deal-box .deal-detail .hot-deal {
  color: #ffffff;
}
.dark html.dark .timer ul li {
  background-color: #1d1d22;
}
.dark html.dark .tab-style-color .nav-item .nav-link {
  color: #222222;
}
.dark html.dark .tab-style-color .nav-item .nav-link.active,
.dark html.dark .tab-style-color .nav-item .nav-link:hover {
  color: #222222;
}
.dark html.dark .banner-contain-3 .banner-detail.banner-details-dark h3,
.dark html.dark .banner-contain-3 .banner-detail.banner-details-dark .h3,
.dark html.dark .banner-contain-3 .banner-detail.banner-details-dark h4,
.dark html.dark .banner-contain-3 .banner-detail.banner-details-dark .h4,
.dark html.dark .banner-contain-3 .banner-detail.banner-details-dark h6,
.dark html.dark .banner-contain-3 .banner-detail.banner-details-dark .h6 {
  color: #fff;
}
.dark html.dark .banner-contain-3 .banner-detail .banner-list li .delivery-box .check-icon {
  color: #ffffff;
}
.dark html.dark .banner-contain-3 .banner-detail .banner-list li .delivery-box .check-contain h5,
.dark html.dark .banner-contain-3 .banner-detail .banner-list li .delivery-box .check-contain .h5 {
  color: #ffffff;
}
.dark html.dark .banner-contain-3 .banner-detail h6,
.dark html.dark .banner-contain-3 .banner-detail .h6 {
  color: #2a2d2d;
}
.dark html.dark .banner-contain-3 .banner-detail h3,
.dark html.dark .banner-contain-3 .banner-detail .h3 {
  color: #222222;
}
.dark html.dark .banner-contain-3 .banner-detail h3.banner-contain,
.dark html.dark .banner-contain-3 .banner-detail .banner-contain.h3 {
  color: #ffffff;
}
.dark html.dark .banner-contain-3 .banner-detail h4.text-content,
.dark html.dark .banner-contain-3 .banner-detail .text-content.h4 {
  color: #777777;
}
.dark html.dark .banner-contain-3 .banner-detail h4.delivery-contain,
.dark html.dark .banner-contain-3 .banner-detail .delivery-contain.h4 {
  color: #ffffff;
}
.dark html.dark .category-section-3 .category-box-list .category-name h6,
.dark html.dark .category-section-3 .category-box-list .category-name .h6 {
  color: #777777;
}
.dark html.dark .product-box-3 .add-to-cart-box .btn-add-cart .add-icon {
  background-color: #1d1d22;
}
.dark html.dark .category-list li .category-list-box .color-label-box .color-box {
  border-color: #777;
}
.dark html.dark .service-contain-2 .icon-width {
  filter: invert(1) brightness(100);
}
.dark html.dark .product-solid .product-box .qty-box .input-group {
  background-color: #1d1d22;
}
.dark html.dark .product-list.sidebar-product li + li:after {
  border-color: rgba(119, 119, 119, 0.3);
}
.dark html.dark .blog-box.sticky-blog-box::before {
  color: #fff;
}
.dark html.dark .product-standard.theme-plus .add-to-cart-box .btn-add-cart .add-icon {
  color: #fff;
}
.dark html.dark .product-box-4 {
  border-color: rgba(119, 119, 119, 0.4);
}
.dark html.dark .product-box-4 h5,
.dark html.dark .product-box-4 .h5 {
  color: #4a5568;
}
.dark html.dark .product-box-4 h5 span:last-child,
.dark html.dark .product-box-4 .h5 span:last-child {
  color: #4a5568;
}
.dark html.dark .product-box-4 .custom-progressbar {
  background: #1d1d22;
}
.dark html.dark .product-box-4.bg-white {
  background-color: #2a2d2d !important;
}
.dark html.dark .product-box-4 .circle-box .shape-text {
  color: #ffffff;
}
.dark html.dark .product-box-4 .product-detail a .name {
  color: #222222;
}
.dark html.dark .product-box-4 .product-detail .price del.delete-price {
  color: #4a5568;
}
.dark html.dark .product-box-4 .product-detail .addtocart_btn .input-group {
  box-shadow: 0 2px 6px 0 rgba(119, 119, 119, 0.23);
}
.dark html.dark .product-box-4 .product-detail .addtocart_btn .input-group .btn {
  background-color: #1d1d22;
}
.dark html.dark .product-box-4 .product-detail .addtocart_btn .input-group .btn i {
  color: #ffffff;
}
.dark html.dark .product-box-3 .product-footer .product-detail .span-name {
  color: #dddddd;
}
.dark html.dark .product-box-3 .product-footer .product-detail .unit {
  color: #dddddd;
}
.dark html.dark .product-box-3 .product-footer .product-detail .price del {
  color: #dddddd;
}
.dark html.dark .product-box-3 .product-header .product-header-top .label-new {
  color: #ffffff;
}
.dark html.dark .product-box-3 .add-to-cart-box .qty-box .input-group {
  background-color: #1d1d22;
  border-color: rgba(119, 119, 119, 0.4);
}
.dark html.dark .product-section .right-box-contain .note-box .wishlist-btn-group .wishlist-button {
  border-color: rgba(119, 119, 119, 0.44);
  background-color: #1d1d22;
}
.dark html.dark .product-section .right-box-contain .pickup-box .product-info .product-info-list {
  background-color: #1d1d22;
}
.dark html.dark .product-section .right-box-contain .pickup-box .product-info .product-info-list li {
  color: #ddd;
}
.dark html.dark .product-section .right-box-contain .pickup-box .product-info .product-info-list li::after {
  background-color: #ddd;
}
.dark html.dark .delivery-info li {
  color: #adadad;
}
.dark html.dark .product-section .progress-sec .left-progressbar .progress {
  background-color: #1d1d22;
}
.dark html.dark .sticky-bottom-cart .selection-section .form-control {
  background-color: transparent;
  border-color: transparent;
}
.dark html.dark .sticky-bottom-cart .selection-section .form-select {
  background: #1d1d22;
  border-color: rgba(119, 119, 119, 0.44);
  color: #ddd;
}
.dark html.dark .sticky-bottom-cart .selection-section .product-qty .input-group button {
  background-color: #2a2d2d;
}
.dark html.dark .review-title-2 button {
  border-color: rgba(119, 119, 119, 0.44) !important;
}
.dark html.dark .product-review-form .product-wrapper {
  background-color: #1d1d22;
}
.dark html.dark .product-review-form .product-wrapper .product-content .product-review-rating .rating-number {
  color: rgba(221, 221, 221, 0.6);
}
.dark html.dark .slider-3-product .product-slider-image {
  background-color: #1d1d22;
}
.dark html.dark .form-control {
  border-color: rgba(221, 221, 221, 0.3);
  color: #ddd;
}
.dark html.dark .form-control:focus {
  border-color: rgba(221, 221, 221, 0.3);
}
.dark html.dark .variation-modal .modal-content .modal-body .right-box-contain .product-package .form-check .form-check-input {
  background-color: #1d1d22;
  border-color: rgba(29, 29, 34, 0.4);
}
.dark html.dark .variation-modal .modal-content .modal-body .right-box-contain .product-package .circle li:hover button,
.dark html.dark .variation-modal .modal-content .modal-body .right-box-contain .product-package .rectangle li:hover button {
  background-color: #1d1d22;
}
.dark html.dark .variation-modal .modal-content .modal-body .right-box-contain .product-package .circle li.active button,
.dark html.dark .variation-modal .modal-content .modal-body .right-box-contain .product-package .rectangle li.active button {
  color: #ffffff;
  background-color: var(--theme-color);
}
.dark html.dark .variation-modal .modal-content .modal-body .right-box-contain .product-package .circle li button,
.dark html.dark .variation-modal .modal-content .modal-body .right-box-contain .product-package .rectangle li button {
  background-color: #1d1d22;
}
.dark html.dark .variation-modal .modal-content .modal-body .right-box-contain .note-box .product-qty .input-group {
  background: #1d1d22;
}
.dark html.dark .variation-modal .modal-content .modal-body .right-box-contain .note-box .product-qty .input-group button {
  background-color: #2a2d2d;
}
.dark html.dark .variation-modal .modal-content .modal-body .right-box-contain .note-box .cart-button {
  background-color: #1d1d22;
}
.dark html.dark .blog-section .blog-box.sticky-blog-box {
  background-color: #1d1d22;
  box-shadow: 0 0 8px rgba(255, 255, 255, 0.04);
  border-color: rgba(119, 119, 119, 0.4);
}
.dark html.dark .blog-section .blog-box .blog-label-tag {
  color: #fff;
}
.dark html.dark .blog-section .blog-list:hover .blog-contain .blog-button {
  color: #fff;
}
.dark html.dark .blog-section .left-sidebar-box .left-accordion-box .accordion-item .accordion-collapse .accordion-body .category-list-box ul li a .category-name span {
  background-color: #2a2d2d;
}
.dark html.dark .product-section .right-box-contain .product-package .select-package li.active {
  border-color: var(--theme-color);
}
.dark html.dark .product-section .right-box-contain .product-package .rectangle li.active button,
.dark html.dark .product-section .right-box-contain .product-package .circle li.active button {
  color: #fff;
}
.dark html.dark .product-section .right-box-contain .product-package .rectangle li.active:hover button,
.dark html.dark .product-section .right-box-contain .product-package .circle li.active:hover button {
  color: #fff;
  background-color: var(--theme-color);
}
.dark html.dark .product-section .right-box-contain .product-package .rectangle li:hover button,
.dark html.dark .product-section .right-box-contain .product-package .circle li:hover button {
  color: #fff;
  background-color: #1d1d22;
}
.dark html.dark .product-section .right-box-contain .product-package .rectangle li button,
.dark html.dark .product-section .right-box-contain .product-package .circle li button {
  background-color: #1d1d22;
}
.dark html.dark .product-section .right-box-contain .product-package .form-check .form-check-input {
  background-color: #1d1d22;
  border-color: rgba(29, 29, 34, 0.4);
}
.dark html.dark .compare-section .compare-row > div:first-child .compare-part {
  border-color: rgba(119, 119, 119, 0.44);
}
.dark html.dark .compare-section .compare-part .btn-part {
  border-color: rgba(119, 119, 119, 0.44);
}
.dark html.dark .compare-section .compare-part .detail-part .title-detail {
  background-color: #1d1d22;
  border-color: rgba(119, 119, 119, 0.44);
}
.dark html.dark .pickup-offcanvas .offcanvas-header {
  background-color: #2a2d2d;
}
.dark html.dark .pickup-offcanvas .offcanvas-header button {
  filter: invert(1) brightness(100);
}
.dark html.dark .pickup-offcanvas .offcanvas-body {
  background-color: #2a2d2d;
}
.dark html.dark .product-section .right-box-contain .buy-box a {
  color: #dddddd;
}
.dark html.dark .product-section .right-box-contain .note-box .product-qty button {
  background-color: #2a2d2d;
}
.dark html.dark .product-section .right-box-contain .note-box .product-qty button:hover i {
  color: var(--theme-color);
}
.dark html.dark .product-section .right-box-contain .product-package .select-package li a.active {
  color: #ffffff;
}
.dark html.dark .product-section .right-box-contain .note-box .product-qty .input-group {
  background: #1d1d22;
}
.dark html.dark .deal-timer.product-deal-timer ul {
  background: #1d1d22;
}
.dark html.dark .category-box:hover h5,
.dark html.dark .category-box:hover .h5 {
  color: #ffffff;
}
.dark html.dark .shop-category-box {
  border-color: #777777;
}
.dark html.dark .shop-category-box .shop-category-image {
  background-color: #2a2d2d;
}
.dark html.dark .shop-category-box .shop-category-image img {
  filter: invert(1) brightness(100);
}
.dark html.dark .shop-category-box .category-box-name {
  background: #2a2d2d;
}
.dark html.dark .shop-section .top-filter-category > .row > div {
  border-right-color: rgba(119, 119, 119, 0.35);
}
.dark html.dark .shop-section .show-button .filter-button a {
  color: #ffffff;
}
.dark html.dark .shop-section .left-box {
  border-color: rgba(119, 119, 119, 0.44);
}
.dark html.dark .shop-section .left-box.right-box {
  border-left-color: #777777;
}
.dark html.dark .shop-section .left-box .shop-left-sidebar .search-box::after {
  border-color: #777777;
}
.dark html.dark .shop-section .left-box .shop-left-sidebar .custome-accordion .accordion-item {
  background-color: #2a2d2d;
}
.dark html.dark .shop-section .left-box .shop-left-sidebar .custome-accordion .accordion-item .accordion-header .accordion-button {
  background-color: #2a2d2d;
  color: #ffffff;
}
.dark html.dark .shop-section .left-box .shop-left-sidebar .custome-accordion .accordion-item .accordion-header .accordion-button::before {
  background-color: #1d1d22;
  color: #dddddd;
}
.dark html.dark .shop-section .left-box .shop-left-sidebar .filter-category ul li {
  background-color: #1d1d22;
}
.dark html.dark .shop-section .left-box .shop-left-sidebar .filter-category ul li::before {
  color: #dddddd;
}
.dark html.dark .shop-section .left-box .shop-left-sidebar .filter-category ul li a {
  color: #dddddd;
}
.dark html.dark .shop-section .left-box .shop-left-sidebar .custom-nav-tab .nav-item {
  background-color: #1d1d22;
}
.dark html.dark .shop-section .left-box .shop-left-sidebar .custom-nav-tab .nav-item .nav-link.active {
  color: #ffffff;
}
.dark html.dark .shop-section .left-box .shop-left-sidebar .custom-nav-tab .nav-item .nav-link img {
  filter: invert(1) brightness(100);
}
.dark html.dark .shop-section .show-button .filter-category ul li {
  background-color: #1d1d22;
}
.dark html.dark .shop-section .show-button .filter-category ul li::before {
  color: #dddddd;
}
.dark html.dark .shop-section .show-button .filter-category ul li a {
  color: #dddddd;
}
.dark html.dark .shop-section .show-button .top-filter-menu .category-dropdown .dropdown .dropdown-toggle {
  background-color: #1d1d22;
  color: #dddddd;
}
.dark html.dark .shop-section .show-button .top-filter-menu .category-dropdown .dropdown .dropdown-menu {
  background-color: #1d1d22;
}
.dark html.dark .shop-section .show-button .top-filter-menu .category-dropdown .dropdown .dropdown-menu li.dropdown-divider {
  border-color: #777;
}
.dark html.dark .shop-section .show-button .top-filter-menu .category-dropdown .dropdown .dropdown-menu li a {
  color: #dddddd;
}
.dark html.dark .shop-section .show-button .top-filter-menu .category-dropdown .dropdown .dropdown-menu li a:hover {
  background-color: #2a2d2d;
}
.dark html.dark .shop-section .show-button .top-filter-menu .grid-option ul li a {
  background-color: #1d1d22;
}
.dark html.dark .shop-section .show-button .top-filter-menu .grid-option ul li a img {
  filter: invert(1) brightness(100);
}
.dark html.dark .shop-section .show-button .top-filter-menu-2 .sidebar-filter-menu a {
  color: #dddddd;
  background-color: #1d1d22;
}
.dark html.dark .shop-section .show-button .top-filter-menu-2 .category-dropdown .dropdown .dropdown-toggle {
  color: #dddddd;
  background-color: #1d1d22;
}
.dark html.dark .shop-section .show-button .top-filter-menu-2 .grid-option ul li {
  background: #1d1d22;
}
.dark html.dark .shop-section .show-button .top-filter-menu-2 .grid-option ul li a img {
  filter: invert(1) brightness(100);
}
.dark html.dark .custom-height::-webkit-scrollbar {
  background-color: #1d1d22;
}
.dark html.dark .irs .irs-to,
.dark html.dark .irs .irs-from {
  color: #ffffff;
}
.dark html.dark .irs .irs-max,
.dark html.dark .irs .irs-min {
  color: #dddddd;
}
.dark html.dark .irs .irs-line {
  background-color: #1d1d22;
}
.dark html.dark .js-range-slider {
  border-color: #777777;
  color: #dddddd;
  background-color: #2a2d2d;
}
.dark html.dark .shop-banner-contain .shop-banner-details h2,
.dark html.dark .shop-banner-contain .shop-banner-details .h2 {
  color: #222222;
}
.dark html.dark .shop-banner-contain .shop-banner-details h5,
.dark html.dark .shop-banner-contain .shop-banner-details .h5 {
  color: #777777;
}
.dark html.dark .custom-box-loader .loader {
  border-color: #2a2d2d;
  border-bottom-color: var(--theme-color);
}
.dark html.dark .custom-box-loader .box-loader .custom-loader-wrapper {
  background-color: #1d1d22;
}
.dark html.dark .wallet-table table th {
  background-color: rgba(29, 29, 34, 0.8);
}
.dark html.dark .wallet-table table td {
  border-color: rgba(119, 119, 119, 0.44);
}
.dark html.dark .spinning::before {
  border-color: rgba(255, 255, 255, 0.29);
  border-right-color: #ddd;
}
.dark html.dark .notification-list li + li {
  border-color: rgba(119, 119, 119, 0.4);
}
.dark html.dark .notification-list li.unread {
  background-color: #2a2d2d;
}
.dark html.dark .themeform-auth .form-control {
  color: #ddd;
  border-color: rgba(119, 119, 119, 0.4);
}
.dark html.dark .border-custom {
  border-color: rgba(119, 119, 119, 0.4);
}
.dark html.dark .loader-wrapper .loader {
  border-color: #1d1d22;
  border-bottom-color: var(--theme-color);
}
.dark html.dark .loader-wrapper h3,
.dark html.dark .loader-wrapper .h3 {
  color: #ddd;
}
.dark html.dark .user-dashboard-section .dashboard-left-sidebar .profile-box .profile-contain .profile-name {
  border-color: rgba(119, 119, 119, 0.44);
}
.dark html.dark .user-dashboard-section .dashboard-left-sidebar .user-nav-pills .logout-cls {
  border-color: rgba(119, 119, 119, 0.44);
}
.dark html.dark .user-dashboard-section .dashboard-right-sidebar .dashboard-home .dashboard-contant-title {
  border-color: rgba(119, 119, 119, 0.44);
}
.dark html.dark .user-dashboard-section .dashboard-right-sidebar .dashboard-order .order-contain .order-box .order-container .order-detail h4 span,
.dark html.dark .user-dashboard-section .dashboard-right-sidebar .dashboard-order .order-contain .order-box .order-container .order-detail .h4 span {
  color: #ffffff;
}
.dark html.dark .user-dashboard-section .dashboard-right-sidebar .dashboard-card .payment-card-detail .card-details .valid-detail .date h3,
.dark html.dark .user-dashboard-section .dashboard-right-sidebar .dashboard-card .payment-card-detail .card-details .valid-detail .date .h3 {
  color: #ffffff;
}
.dark html.dark .user-dashboard-section .dashboard-right-sidebar .dashboard-card .payment-card-detail .card-details .valid-detail .title span {
  color: rgba(255, 255, 255, 0.7);
}
.dark html.dark .user-dashboard-section .dashboard-right-sidebar .dashboard-card .payment-card-detail .card-details .card-number h4,
.dark html.dark .user-dashboard-section .dashboard-right-sidebar .dashboard-card .payment-card-detail .card-details .card-number .h4 {
  color: #ffffff;
}
.dark html.dark .user-dashboard-section .dashboard-right-sidebar .dashboard-card .payment-card-detail .card-details .name-detail .name h5,
.dark html.dark .user-dashboard-section .dashboard-right-sidebar .dashboard-card .payment-card-detail .card-details .name-detail .name .h5 {
  color: #ffffff;
}
.dark html.dark .user-dashboard-section .dashboard-right-sidebar .dashboard-card .payment-card-detail .edit-card {
  background-color: rgba(42, 45, 45, 0.8);
}
.dark html.dark .user-dashboard-section .dashboard-right-sidebar .dashboard-card .payment-card-detail .edit-card a {
  color: #ffffff;
}
.dark html.dark .user-dashboard-section .dashboard-right-sidebar .dashboard-address .address-box > div .label {
  color: #ffffff;
}
.dark html.dark .user-dashboard-section .dashboard-right-sidebar .dashboard-address .address-box > div .address-table table tr td {
  color: #ffffff;
}
.dark html.dark .user-dashboard-section .dashboard-right-sidebar .dashboard-profile .profile-detail .profile-name-detail h3 span,
.dark html.dark .user-dashboard-section .dashboard-right-sidebar .dashboard-profile .profile-detail .profile-name-detail .h3 span {
  color: #ffffff;
}
.dark html.dark .user-dashboard-section .dashboard-right-sidebar .dashboard-profile .profile-about .table tbody tr td {
  color: #ffffff;
}
.dark html.dark .compare-section .compare-table tr td .summary {
  color: #dddddd;
}
.dark html.dark .contact-box-section .left-sidebar-box .contact-detail .contact-detail-box .contact-icon {
  color: #ffffff;
}
.dark html.dark .newsletter-form .form-control {
  color: #ffffff;
}
.dark html.dark .newsletter-form .form-control::placeholder {
  color: #ffffff;
}
.dark html.dark .theme-modal .modal-dialog .modal-content {
  background-color: #2a2d2d;
}
.dark html.dark .location-modal .modal-dialog .modal-content .modal-body .location-list .disabled-box {
  border-bottom-color: #777777;
}
.dark html.dark .location-modal .modal-dialog .modal-content .modal-body .location-list .disabled-box span {
  border-color: #777;
}
.dark html.dark .location-modal .modal-dialog .modal-content .modal-body .location-list .search-input i {
  color: #dddddd;
}
.dark html.dark .location-modal .modal-dialog .modal-content .modal-body .location-list .search-input .form-control {
  border-color: #777777;
}
.dark html.dark .location-modal .modal-dialog .modal-content .modal-body .location-list .search-input .form-control:focus {
  background-color: #1d1d22;
}
.dark html.dark .location-modal .modal-dialog .modal-content .modal-body .location-list .location-select li a:hover span {
  color: #ffffff;
}
.dark html.dark .location-modal .modal-dialog .modal-content .modal-body .location-list .location-select li a span {
  border-color: #777;
  color: #ddd;
}
.dark html.dark .home-section-2 .home-contain .home-detail .home-button {
  color: var(--theme-color) !important;
}
.dark html.dark .home-section-2 .home-contain .home-detail p {
  color: #777777;
}
.dark html.dark .banner-contain .banner-details h2,
.dark html.dark .banner-contain .banner-details .h2 {
  color: #222222;
}
.dark html.dark .banner-contain .banner-details h2.banner-title,
.dark html.dark .banner-contain .banner-details .banner-title.h2 {
  color: #222222;
}
.dark html.dark .banner-contain .banner-details h3.offer-text,
.dark html.dark .banner-contain .banner-details .offer-text.h3 {
  color: #ffffff;
}
.dark html.dark .banner-contain .banner-details h5,
.dark html.dark .banner-contain .banner-details .h5 {
  color: #4a5568;
}
.dark html.dark .counter input {
  color: #ffffff;
}
.dark html.dark .counter .qty-right-plus:hover,
.dark html.dark .counter .qty-left-minus:hover {
  color: #ffffff;
}
.dark html.dark .top-selling-box .top-selling-title {
  border-color: #777777;
}
.dark html.dark .info-table.table-striped tbody tr:nth-child(even) {
  color: #ffffff;
}
.dark html.dark .theme-option .setting-box .setting-button {
  color: #ffffff;
}
.dark html.dark .theme-option .back-to-top a i {
  color: #ffffff;
}
.dark html.dark .coming-soon-section .coming-box .coming-text {
  color: #4a5568;
}
.dark html.dark .coming-soon-section .coming-box .coming-title h2,
.dark html.dark .coming-soon-section .coming-box .coming-title .h2 {
  color: #222;
}
.dark html.dark .coming-soon-section .coming-box .coming-timer {
  margin-top: 24px;
}
.dark html.dark .coming-soon-section .coming-box .coming-timer ul li {
  background-color: #ffffff;
}
.dark html.dark .coming-soon-section .coming-box .coming-timer ul li .counter p {
  color: #4a5568;
}
.dark html.dark .coming-soon-section .coming-box .coming-contain .coming-form .form-control {
  background-color: #ffffff;
}
.dark html.dark .coming-soon-section .coming-box .coming-contain .coming-form .form-control:focus {
  border-color: transparent;
  background-color: #ffffff;
  color: #4a5568;
}
.dark html.dark .coming-soon-section .coming-box .coming-contain .coming-form .coming-button {
  color: #ffffff;
}
.dark html.dark .qty-box .input-group button {
  background-color: #1d1d22;
}
.dark html.dark .search-section .search-box .input-group .form-control {
  border-color: #777;
  color: #ddd;
}
.dark html.dark .search-section .search-box .input-group .form-control:focus {
  background-color: #1d1d22;
  color: #ffffff;
}
.dark html.dark .log-in-section .log-in-box .other-log-in::before {
  background-color: #777;
}
.dark html.dark .log-in-section .log-in-box .log-in-button ul li a {
  border-color: #777;
}
.dark html.dark .address-form .custom-select .select2-container .select2-selection {
  border-color: rgba(221, 221, 221, 0.3) !important;
}
.dark html.dark .user-dashboard-section .dashboard-left-sidebar .profile-box .profile-contain .profile-image img {
  border-color: transparent;
  box-shadow: 2px 3px 8px rgba(94, 94, 94, 0.15);
}
.dark html.dark .user-dashboard-section .dashboard-right-sidebar .dashboard-privacy .privacy-box .switch-radio .form-check-input:checked + label:before {
  background-color: #ffffff;
}
.dark html.dark .user-dashboard-section .dashboard-right-sidebar .point-ratio {
  background: #1d1d22;
}
.dark html.dark .product-box-3 .product-header .product-header-top .wishlist-button {
  box-shadow: 0 3px 3px rgba(255, 255, 255, 0.15);
}
.dark html.dark .offer-box .offer-contain .offer-timing .time ul li + li::before {
  color: #222;
}
.dark html.dark .offer-box .offer-contain .offer-detail p {
  color: #4a5568;
}
.dark html.dark .product-slider .product-slider-detail {
  background-color: rgba(29, 29, 34, 0.8);
}
.dark html.dark .offer-banner .banner-detail::after {
  background-color: rgba(255, 255, 255, 0.95);
}
.dark html.dark .offer-banner .banner-detail h6,
.dark html.dark .offer-banner .banner-detail .h6 {
  color: #4a5568;
}
.dark html.dark .selection-section ul.rectangle li.active button {
  color: #fff;
}
.dark html.dark .selection-section ul.rectangle li:hover button {
  background-color: #1d1d22;
}
.dark html.dark .selection-section ul.rectangle li button {
  background-color: #1d1d22;
}
.dark html.dark .view-modal .modal-dialog .modal-content .modal-body .right-sidebar-modal .select-size .select-form-size {
  background-color: #1d1d22;
  border-color: #1d1d22;
  color: #fff;
}
.dark html.dark .view-modal .modal-dialog .modal-content .modal-body .right-sidebar-modal .select-wight .select-form-wight {
  background-color: #1d1d22;
  color: #ffffff;
  border: 1px solid transparent;
}
.dark html.dark .view-modal .modal-dialog .modal-content .modal-body .right-sidebar-modal .select-wight .select-form-wight:focus {
  border-color: transparent;
}
.dark html.dark .view-modal .modal-dialog .modal-content .modal-body .right-sidebar-modal .modal-button .add-cart-button {
  background-color: #1d1d22;
}
.dark html.dark .view-modal .modal-dialog .modal-content .modal-body .right-sidebar-modal .product-info .product-info-list {
  background-color: #1d1d22;
}
.dark html.dark .view-modal .modal-dialog .modal-content .modal-body .right-sidebar-modal .product-info .product-info-list li {
  color: #ddd;
}
.dark html.dark .view-modal .modal-dialog .modal-content .modal-body .right-sidebar-modal .product-info .product-info-list li::after {
  background-color: #ddd;
}
.dark html.dark .view-modal .modal-dialog .modal-content .modal-body .right-sidebar-modal .modal-qty .input-group {
  background-color: #1d1d22;
  border-color: rgba(119, 119, 119, 0.4);
}
.dark html.dark .view-modal .modal-dialog .modal-content .modal-body .right-sidebar-modal .modal-qty .input-group button {
  color: #fff;
}
.dark html.dark .view-modal .modal-dialog .modal-content .modal-body .slider-image {
  background-color: #1d1d22;
}
.dark html.dark .view-modal .modal-dialog .modal-content .view-image-slider {
  background-color: #1d1d22;
}
.dark html.dark .banner-contain-3 .banner-detail h5,
.dark html.dark .banner-contain-3 .banner-detail .h5,
.dark html.dark .banner-contain-3 .banner-detail h4,
.dark html.dark .banner-contain-3 .banner-detail .h4 {
  color: #222;
}
.dark html.dark .banner-contain-3 .banner-detail button.bg-white {
  color: var(--theme-color) !important;
}
.dark html.dark .banner-contain-3 .banner-detail button.shop-now-button {
  color: var(--theme-color) !important;
}
.dark html.dark .banner-contain-3 .banner-detail button.shop-now-button i {
  color: var(--theme-color);
}
.dark html.dark footer .main-footer .footer-logo .theme-logo a {
  color: #fff;
}
.dark html.dark .newsletter-section-2 .newsletter-box .newsletter-detail .newsletter-form .submit-button {
  color: var(--theme-color) !important;
}
.dark html.dark .header-3 .top-nav span .icli {
  color: #ffffff;
}
.dark html.dark .header-3 .top-nav .middle-box .searchbar-box-2 input:focus {
  background-color: #1d1d22;
}
.dark html.dark .header-3 .top-nav .middle-box .location-box-2 button .icli,
.dark html.dark .header-3 .top-nav .middle-box .location-box-2 button span,
.dark html.dark .header-3 .top-nav .middle-box .location-box-2 button .down-arrow {
  color: #ffffff;
}
.dark html.dark .header-3 .navbar-top .support-box .support-number h2,
.dark html.dark .header-3 .navbar-top .support-box .support-number .h2,
.dark html.dark .header-3 .navbar-top .support-box .support-number h4,
.dark html.dark .header-3 .navbar-top .support-box .support-number .h4 {
  color: #ffffff;
}
.dark html.dark .header-3 .rightside-menu .mobile-app .mobile-image img {
  filter: invert(1) brightness(100);
}
@media (max-width: 1199px) {
  .dark html.dark .header-3 .rightside-menu .user-box::after {
    background-color: rgba(255, 255, 255, 0.2);
  }
}
@media (max-width: 1199px) {
  .dark html.dark .header-3 .rightside-menu .user-box .header-icon {
    border-color: rgba(255, 255, 255, 0.2);
  }
}
@media (max-width: 1199px) {
  .dark html.dark .header-3 .rightside-menu .user-box .header-icon .icli {
    color: #ffffff;
  }
}
@media (max-width: 1199px) {
  .dark html.dark .header-3 .rightside-menu .option-list-2 li + li::after {
    background-color: rgba(255, 255, 255, 0.2);
  }
}
@media (max-width: 1199px) {
  .dark html.dark .header-3 .rightside-menu .option-list-2 li .header-icon {
    border-color: rgba(255, 255, 255, 0.2);
  }
}
@media (max-width: 1199px) {
  .dark html.dark .header-3 .rightside-menu .option-list-2 li .header-icon .icli {
    color: #ffffff;
  }
}
.dark html.dark .header-3 .rightside-menu .option-list-2 li .header-icon .badge-number {
  color: #ffffff;
}
@media (max-width: 1199px) {
  .dark html.dark .header-3 .rightside-menu .option-list-2 li .header-icon .badge-number {
    background-color: #ffffff;
    color: var(--theme-color);
  }
}
.dark html.dark .product-section-3 .product-title.product-warning h2,
.dark html.dark .product-section-3 .product-title.product-warning .h2 {
  color: #222222;
}
.dark html.dark .shop-box .shop-category-box {
  border-color: rgba(119, 119, 119, 0.22);
}
.dark html.dark .category-section-3 .category-box-list {
  background-color: #1d1d22;
}
.dark html.dark .deal-modal .modal-dialog .modal-content .modal-body .deal-offer-box::-webkit-scrollbar-track {
  background-color: #1d1d22;
}
.dark html.dark .deal-modal .modal-dialog .modal-content .modal-body .deal-offer-box::-webkit-scrollbar {
  background-color: #1d1d22;
}
.dark html.dark .irs .irs-single {
  color: #ffffff;
}
.dark html.dark .bank-section .bank-offer .bank-header .bank-left .bank-name h5,
.dark html.dark .bank-section .bank-offer .bank-header .bank-left .bank-name .h5 {
  color: #4a5568;
}
.dark html.dark .bank-section .bank-offer .bank-footer h4,
.dark html.dark .bank-section .bank-offer .bank-footer .h4 {
  color: #ffffff;
}
.dark html.dark .bank-section .bank-offer .bank-footer h4 input,
.dark html.dark .bank-section .bank-offer .bank-footer .h4 input {
  color: #ffffff;
}
.dark html.dark .timer-2 ul li {
  background-color: transparent;
  border: 1px solid #222222;
  color: #222222;
}
.dark html.dark .timer-2 ul li + li::after {
  color: #222222;
}
.dark html.dark .offer-section .offer-box h2,
.dark html.dark .offer-section .offer-box .h2 {
  color: #ffffff;
}
.dark html.dark .footer-section-2 .main-footer .social-icon li.light-bg::after {
  background-color: #ffffff;
}
.dark html.dark .footer-section-2 .main-footer .social-icon li a.footer-link-color {
  color: #ffffff;
}
.dark html.dark .footer-section-2 .main-footer .footer-list li a:hover {
  color: #ffffff;
}
.dark html.dark .footer-section-2 .main-footer .footer-list li a::before {
  background-color: #ffffff;
}
.dark html.dark .footer-section-2 .sub-footer-lite {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.dark html.dark .shop-banner > div h2,
.dark html.dark .shop-banner > div .h2,
.dark html.dark .shop-banner > div h3,
.dark html.dark .shop-banner > div .h3 {
  color: #ffffff;
}
.dark html.dark .log-in-section::after {
  opacity: 0.15;
}
.dark html.dark .log-in-section .log-in-box {
  background-color: #1d1d22;
}
.dark html.dark .log-in-section .log-in-box .other-log-in h6,
.dark html.dark .log-in-section .log-in-box .other-log-in .h6 {
  background-color: #1d1d22;
}
.dark html.dark .vendore-breadcrumb-section .breadcrumb-contain h2,
.dark html.dark .vendore-breadcrumb-section .breadcrumb-contain .h2 {
  color: #222222;
}
.dark html.dark .vendore-breadcrumb-section .breadcrumb-contain form .form-control {
  background-color: #ffffff;
}
.dark html.dark .add-to-cart-box {
  background-color: #2a2d2d !important;
}
.dark html.dark .add-to-cart-box.bg-white {
  background-color: #2a2d2d !important;
}
.dark html.dark .add-to-cart-box.bg-white .btn-add-cart {
  background-color: #2a2d2d;
}
.dark html.dark .add-to-cart-box.bg-white .btn-add-cart .add-icon {
  background-color: #1d1d22;
}
.dark html.dark .add-to-cart-box .btn-add-cart {
  background-color: #1d1d22;
}
.dark html.dark .add-to-cart-box .cart_qty .input-group.bg-white {
  background-color: #2a2d2d !important;
}
.dark html.dark .vendor-detail-box {
  box-shadow: 0 0 8px #1d1d22;
}
.dark html.dark .vendor-detail-box .vendor-name .vendor-logo img {
  filter: invert(1) brightness(100);
}
.dark html.dark .vendor-detail-box .vendor-tag ul li {
  background-color: #1d1d22;
}
.dark html.dark .vendor-bottom {
  border-bottom: 1px solid rgba(119, 119, 119, 0.4);
}
.dark html.dark .vendor-detail-box-2 .share-contact .vendor-share h5,
.dark html.dark .vendor-detail-box-2 .share-contact .vendor-share .h5,
.dark html.dark .vendor-detail-box-2 .share-contact .vendor-contect h5,
.dark html.dark .vendor-detail-box-2 .share-contact .vendor-contect .h5 {
  color: #fff;
}
.dark html.dark .vendor-detail-box-2 .vendor-name h3,
.dark html.dark .vendor-detail-box-2 .vendor-name .h3 {
  color: #ffffff;
}
@media (max-width: 767px) {
  .dark html.dark .home-contain .home-detail.home-overlay {
    background-color: rgba(255, 255, 255, 0.529);
  }
}
.dark html.dark .category-box.category-dark {
  background-color: #1d1d22;
}
.dark html.dark .category-box.category-dark img {
  filter: invert(1) brightness(100);
}
.dark html.dark .category-box.category-dark h5,
.dark html.dark .category-box.category-dark .h5 {
  color: #ffffff;
}
.dark html.dark .product-box-5 .product-image .wishlist-top {
  background-color: #fff;
}
.dark html.dark .banner-contain-2 .banner-detail-2 > div {
  background:
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.2) 24.21%,
      rgba(255, 255, 255, 0.2) 75.22%);
}
.dark html.dark .banner-contain-2 .banner-detail-2 > div h2,
.dark html.dark .banner-contain-2 .banner-detail-2 > div .h2 {
  color: #222222;
}
.dark html.dark .banner-contain-2 .banner-detail-2 > div h3,
.dark html.dark .banner-contain-2 .banner-detail-2 > div .h3 {
  color: #ffffff;
}
.dark html.dark .home-search-full .home-contain .home-detail h3,
.dark html.dark .home-search-full .home-contain .home-detail .h3 {
  color: #777777;
}
.dark html.dark .home-search-full .home-contain .home-detail .search-box input {
  background-color: #fff;
}
.dark html.dark .add-to-cart-btn-2 .btn {
  background-color: #1d1d22;
}
.dark html.dark .product-box.product-white-bg {
  border-color: rgba(119, 119, 119, 0.45);
}
.dark html.dark .header-absolute.active .sticky-header .navbar.navbar-expand-xl .navbar-nav .nav-link {
  color: #fff;
}
.dark html.dark .header-absolute.active .sticky-header.top-nav .navbar-top .rightside-box .right-side-menu .right-side::before {
  background-color: rgba(221, 221, 221, 0.5);
}
.dark html.dark .header-absolute.active .sticky-header.top-nav .navbar-top .rightside-box .right-side-menu .right-side .delivery-login-box .delivery-icon .feather {
  color: #fff;
}
.dark html.dark .header-absolute.active .sticky-header.top-nav .navbar-top .rightside-box .right-side-menu .right-side .delivery-login-box .delivery-detail h5,
.dark html.dark .header-absolute.active .sticky-header.top-nav .navbar-top .rightside-box .right-side-menu .right-side .delivery-login-box .delivery-detail .h5 {
  color: #fff;
}
.dark html.dark .header-absolute.active .sticky-header.top-nav .navbar-top .rightside-box .right-side-menu .right-side .delivery-login-box .delivery-detail h6,
.dark html.dark .header-absolute.active .sticky-header.top-nav .navbar-top .rightside-box .right-side-menu .right-side .delivery-login-box .delivery-detail .h6 {
  color: #ddd;
}
.dark html.dark .header-absolute.active .sticky-header.top-nav .navbar-top .rightside-box .right-side-menu .right-side .header-wishlist .feather {
  color: #ddd;
}
.dark html.dark .header-absolute.active .sticky-header .location-box {
  border-color: transparent;
}
.dark html.dark .header-absolute.active .sticky-header .location-box button .location-arrow {
  color: #ddd;
  background-color: #1d1d22;
}
.dark html.dark .header-absolute.active .sticky-header .location-box button i {
  color: #ddd;
}
.dark html.dark .header-absolute .top-nav .navbar-top .rightside-box .right-side-menu .right-side::before {
  background-color: rgba(74, 85, 104, 0.5);
}
.dark html.dark .header-absolute .top-nav .navbar-top .rightside-box .right-side-menu .right-side .delivery-login-box .delivery-icon .feather {
  color: #222;
}
.dark html.dark .header-absolute .top-nav .navbar-top .rightside-box .right-side-menu .right-side .delivery-login-box .delivery-detail h5,
.dark html.dark .header-absolute .top-nav .navbar-top .rightside-box .right-side-menu .right-side .delivery-login-box .delivery-detail .h5 {
  color: #222;
}
.dark html.dark .header-absolute .top-nav .navbar-top .rightside-box .right-side-menu .right-side .delivery-login-box .delivery-detail h6,
.dark html.dark .header-absolute .top-nav .navbar-top .rightside-box .right-side-menu .right-side .delivery-login-box .delivery-detail .h6 {
  color: #777;
}
.dark html.dark .header-absolute .top-nav .navbar-top .rightside-box .right-side-menu .right-side .header-wishlist .feather {
  color: #4a5568;
}
.dark html.dark .header-absolute .location-box {
  border-color: transparent;
}
.dark html.dark .header-absolute .location-box button .location-arrow {
  color: #4a5568;
}
.dark html.dark .header-absolute .location-box button i {
  color: #4a5568;
}
.dark html.dark .header-absolute .navbar.navbar-expand-xl .navbar-nav .nav-link {
  color: #222222;
}
.dark html.dark .custom-row .content-col {
  background-color: #1d1d22;
}
.dark html.dark .custom-row .sidebar-col {
  border-right-color: rgba(119, 119, 119, 0.45);
}
.dark html.dark .service-contain-2:hover .icon-width {
  fill: #fff;
}
.dark html.dark .service-contain-2:hover .service-detail h6,
.dark html.dark .service-contain-2:hover .service-detail .h6,
.dark html.dark .service-contain-2:hover .service-detail h3,
.dark html.dark .service-contain-2:hover .service-detail .h3 {
  color: #fff;
}
.dark html.dark .service-contain-2 {
  background-color: #222222;
}
.dark html.dark .checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box {
  background-color: #1d1d22;
  box-shadow: 0 0 8px rgba(119, 119, 119, 0.122);
}
.dark html.dark .checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .delivery-address-box > div .label {
  color: #fff;
}
.dark html.dark .checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .custom-accordion .accordion-item {
  background-color: #2a2d2d;
}
.dark html.dark .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 {
  background-color: #2a2d2d;
}
.dark html.dark .checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .future-box .future-option .date-box .form-control {
  text-align: left;
}
.dark html.dark .checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-icon {
  background-color: #1d1d22;
  box-shadow: 0 0 8px rgba(255, 255, 255, 0.05);
}
.dark html.dark .checkout-section-2 .right-side-summery-box .summery-box-2 {
  background-color: #1d1d22;
}
.dark html.dark .checkout-section-2 .right-side-summery-box .summery-box-2 .summery-header {
  border-bottom-color: rgba(119, 119, 119, 0.4);
}
.dark html.dark .checkout-section-2 .right-side-summery-box .summery-box-2 .summery-contain {
  border-bottom-color: rgba(119, 119, 119, 0.4);
}
.dark html.dark .checkout-section-2 .right-side-summery-box .summery-box-2 .summery-total li:last-child {
  border-top-color: rgba(119, 119, 119, 0.4);
}
.dark html.dark .checkout-section-2 .right-side-summery-box .checkout-offer {
  background-color: #1d1d22;
}
.dark html.dark .checkout-section-2 .right-side-summery-box .checkout-offer .offer-title .offer-icon img {
  filter: invert(1) brightness(100);
}
.dark html.dark .btn-furniture {
  border: 1px solid #4a5568 !important;
  color: #4a5568 !important;
}
.dark html.dark .home-furniture .feature-detail h3,
.dark html.dark .home-furniture .feature-detail .h3 {
  color: #fff;
}
.dark html.dark .banner-contain-3 .banner-detail.banner-furniture h2,
.dark html.dark .banner-contain-3 .banner-detail.banner-furniture .h2 {
  color: #4a5568;
}
.dark html.dark .banner-contain-3 .banner-detail.banner-furniture p {
  color: #4a5568;
}
.dark html.dark .slider-dots .owl-theme .owl-dots .owl-dot span {
  background-color: rgba(119, 119, 119, 0.44);
}
.dark html.dark .accordion-box .accordion-item {
  border-color: rgba(119, 119, 119, 0.3);
  background-color: #2a2d2d;
}
.dark html.dark .product-section .product-label-group .product-label-tag {
  color: #fff;
}
.dark html.dark .menu-product-slider .product-box .product-image {
  background-color: #1d1d22;
}
.dark html.dark .newsletter-modal .modal-box .modal-content .modal-form-box .form-control {
  background-color: #1d1d22;
}
@media (max-width: 576px) {
  .dark html.dark .product-list li:nth-child(n+2):after {
    border-color: #777;
  }
}
.dark .rtl {
  direction: rtl;
  overflow: hidden auto;
}
.dark .rtl ul {
  padding-right: 0;
}
.dark .rtl .toast-container .ngx-toastr {
  padding: 20px 60px 20px 30px !important;
  background-position: center right 15px;
}
.dark .rtl .form-floating > .form-control:focus ~ label,
.dark .rtl .form-floating > .form-control:not(:placeholder-shown) ~ label,
.dark .rtl .form-floating > .form-control-plaintext ~ label,
.dark .rtl .form-floating > .form-select ~ label {
  transform-origin: right;
}
.dark .rtl .dropdown-menu {
  text-align: right;
}
.dark .rtl .me-1 {
  margin-right: unset !important;
  margin-left: 0.25rem !important;
}
.dark .rtl .ms-2 {
  margin-left: unset !important;
  margin-right: 0.5rem !important;
}
.dark .rtl .me-2 {
  margin-right: unset !important;
  margin-left: 0.5rem !important;
}
.dark .rtl .ms-3 {
  margin-right: 1rem !important;
  margin-left: unset !important;
}
.dark .rtl .row {
  justify-content: flex-end;
}
.dark .rtl .product-list-section {
  justify-content: flex-start;
}
.dark .rtl .input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  border-top-left-radius: 6px;
  border-top-right-radius: 0;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 0;
}
.dark .rtl .input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
.dark .rtl .input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3),
.dark .rtl .input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-control,
.dark .rtl .input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-select {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.dark .rtl owl-carousel-o {
  direction: ltr;
}
.dark .rtl owl-carousel-o .custom-progressbar {
  justify-content: flex-end;
}
.dark .rtl owl-carousel-o .timer ul li + li {
  margin-left: 15px;
  margin-right: unset;
}
.dark .rtl owl-carousel-o .timer ul li + li::after {
  left: -10px;
  right: unset;
}
.dark .rtl owl-carousel-o .product-box-4 .product-detail .price del {
  margin-left: 10px;
  margin-right: unset;
}
.dark .rtl owl-carousel-o .product-box .product-image .product-option li + li:after {
  left: 0;
  right: unset;
}
.dark .rtl owl-carousel-o .product-box .product-detail .price del {
  margin-left: 10px;
  margin-right: unset;
}
.dark .rtl .newsletter-detail .row {
  justify-content: flex-start;
}
.pac-container {
  z-index: 1100;
  font-family: "Nunito", sans-serif;
}

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