@charset "UTF-8";
.theme-color-1 {
  --theme-color: #ff8f00;
  --theme-color-rgb: 217, 159, 70;
}

.theme-color-2 {
  --theme-color: #0baf9a;
  --theme-color-rgb: 11, 175, 154;
}

.theme-color-3 {
  --theme-color: #239698;
  --theme-color-rgb: 35, 150, 152;
}

.theme-color-4 {
  --theme-color: #6262a6;
  --theme-color-rgb: 35, 150, 152;
}

.theme-color-5 {
  --theme-color: #417394;
  --theme-color-rgb: 65, 115, 148;
}

/*!
 * 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: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size:1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-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: #0a58ca;
  --bs-code-color: #d63384;
  --bs-highlight-bg: #fff3cd;
}

*,
*::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] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
          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;
}

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-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) * .5);
  padding-left: calc(var(--bs-gutter-x) * .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(-.5 * var(--bs-gutter-x));
  margin-left: calc(-.5 * var(--bs-gutter-x));
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-top: var(--bs-gutter-y);
}

.col {
  flex: 1 0 0%;
}

.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: #cfe2ff;
  --bs-table-border-color: #bacbe6;
  --bs-table-striped-bg: #c5d7f2;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #bacbe6;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bfd1ec;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

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

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

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

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

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

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

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

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

@media (max-width: 575.98px) {
  .table-responsive-sm {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1399.98px) {
  .table-responsive-xxl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.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;
  -webkit-appearance: none;
     -moz-appearance: none;
          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: #86b7fe;
  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::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.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;
  -webkit-margin-end: 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: #dde0e3;
}

.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;
  -webkit-margin-end: 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;
  -webkit-margin-end: 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;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-select {
    transition: none;
  }
}
.form-select:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-select[multiple], .form-select[size]:not([size="1"]) {
  padding-right: 0.75rem;
  background-image: none;
}
.form-select:disabled {
  background-color: #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);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  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, .form-check-input.nice-select.open {
  -webkit-filter: brightness(90%);
          filter: brightness(90%);
}
.form-check-input:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-check-input:checked {
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.form-check-input:checked[type=checkbox] {
  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;
  -webkit-filter: 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='%2386b7fe'/%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;
  -webkit-filter: none;
          filter: none;
  opacity: 0.65;
}

.form-range {
  width: 100%;
  height: 1.5rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          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;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
          appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}
.form-range::-webkit-slider-thumb:active, .form-range.nice-select.open::-webkit-slider-thumb {
  background-color: #b6d4fe;
}
.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;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
       appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}
.form-range::-moz-range-thumb:active, .form-range.nice-select.open::-moz-range-thumb {
  background-color: #b6d4fe;
}
.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::-moz-placeholder, .form-floating > .form-control-plaintext::-moz-placeholder {
  color: transparent;
}
.form-floating > .form-control:-ms-input-placeholder, .form-floating > .form-control-plaintext:-ms-input-placeholder {
  color: transparent;
}
.form-floating > .form-control::-ms-input-placeholder, .form-floating > .form-control-plaintext::-ms-input-placeholder {
  color: transparent;
}
.form-floating > .form-control::placeholder,
.form-floating > .form-control-plaintext::placeholder {
  color: transparent;
}
.form-floating > .form-control:not(:-moz-placeholder-shown), .form-floating > .form-control-plaintext:not(:-moz-placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:not(:-ms-input-placeholder), .form-floating > .form-control-plaintext:not(:-ms-input-placeholder) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.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:not(:-moz-placeholder-shown) ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:not(:-ms-input-placeholder) ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.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;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
  border-radius: var(--bs-btn-border-radius);
  background-color: var(--bs-btn-bg);
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
}
.btn-check + .btn:hover {
  color: var(--bs-btn-color);
  background-color: var(--bs-btn-bg);
  border-color: var(--bs-btn-border-color);
}
.btn:focus-visible {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-check:focus-visible + .btn {
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-check:checked + .btn, :not(.btn-check) + .btn:active, :not(.btn-check) + .btn.nice-select.open, .btn:first-child:active, .btn.nice-select.open:first-child, .btn.active, .btn.show {
  color: var(--bs-btn-active-color);
  background-color: var(--bs-btn-active-bg);
  border-color: var(--bs-btn-active-border-color);
}
.btn-check:checked + .btn:focus-visible, :not(.btn-check) + .btn:active:focus-visible, :not(.btn-check) + .btn.nice-select.open:focus-visible, .btn:first-child:active:focus-visible, .btn.nice-select.open:first-child:focus-visible, .btn.active:focus-visible, .btn.show:focus-visible {
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn:disabled, .btn.disabled, fieldset:disabled .btn {
  color: var(--bs-btn-disabled-color);
  pointer-events: none;
  background-color: var(--bs-btn-disabled-bg);
  border-color: var(--bs-btn-disabled-border-color);
  opacity: var(--bs-btn-disabled-opacity);
}

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

.btn-secondary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #6c757d;
  --bs-btn-border-color: #6c757d;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #5c636a;
  --bs-btn-hover-border-color: #565e64;
  --bs-btn-focus-shadow-rgb: 130, 138, 145;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #565e64;
  --bs-btn-active-border-color: #51585e;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #6c757d;
  --bs-btn-disabled-border-color: #6c757d;
}

.btn-success {
  --bs-btn-color: #fff;
  --bs-btn-bg: #198754;
  --bs-btn-border-color: #198754;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #157347;
  --bs-btn-hover-border-color: #146c43;
  --bs-btn-focus-shadow-rgb: 60, 153, 110;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #146c43;
  --bs-btn-active-border-color: #13653f;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #198754;
  --bs-btn-disabled-border-color: #198754;
}

.btn-info {
  --bs-btn-color: #000;
  --bs-btn-bg: #0dcaf0;
  --bs-btn-border-color: #0dcaf0;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #31d2f2;
  --bs-btn-hover-border-color: #25cff2;
  --bs-btn-focus-shadow-rgb: 11, 172, 204;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #3dd5f3;
  --bs-btn-active-border-color: #25cff2;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #0dcaf0;
  --bs-btn-disabled-border-color: #0dcaf0;
}

.btn-warning {
  --bs-btn-color: #000;
  --bs-btn-bg: #ffc107;
  --bs-btn-border-color: #ffc107;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #ffca2c;
  --bs-btn-hover-border-color: #ffc720;
  --bs-btn-focus-shadow-rgb: 217, 164, 6;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #ffcd39;
  --bs-btn-active-border-color: #ffc720;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #ffc107;
  --bs-btn-disabled-border-color: #ffc107;
}

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

.btn-light {
  --bs-btn-color: #000;
  --bs-btn-bg: #f8f9fa;
  --bs-btn-border-color: #f8f9fa;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #d3d4d5;
  --bs-btn-hover-border-color: #c6c7c8;
  --bs-btn-focus-shadow-rgb: 211, 212, 213;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #c6c7c8;
  --bs-btn-active-border-color: #babbbc;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #f8f9fa;
  --bs-btn-disabled-border-color: #f8f9fa;
}

.btn-dark {
  --bs-btn-color: #fff;
  --bs-btn-bg: #212529;
  --bs-btn-border-color: #212529;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #424649;
  --bs-btn-hover-border-color: #373b3e;
  --bs-btn-focus-shadow-rgb: 66, 70, 73;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #4d5154;
  --bs-btn-active-border-color: #373b3e;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #212529;
  --bs-btn-disabled-border-color: #212529;
}

.btn-outline-primary {
  --bs-btn-color: #0d6efd;
  --bs-btn-border-color: #0d6efd;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #0d6efd;
  --bs-btn-hover-border-color: #0d6efd;
  --bs-btn-focus-shadow-rgb: 13, 110, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #0d6efd;
  --bs-btn-active-border-color: #0d6efd;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #0d6efd;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #0d6efd;
  --bs-gradient: none;
}

.btn-outline-secondary {
  --bs-btn-color: #6c757d;
  --bs-btn-border-color: #6c757d;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #6c757d;
  --bs-btn-hover-border-color: #6c757d;
  --bs-btn-focus-shadow-rgb: 108, 117, 125;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #6c757d;
  --bs-btn-active-border-color: #6c757d;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #6c757d;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #6c757d;
  --bs-gradient: none;
}

.btn-outline-success {
  --bs-btn-color: #198754;
  --bs-btn-border-color: #198754;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #198754;
  --bs-btn-hover-border-color: #198754;
  --bs-btn-focus-shadow-rgb: 25, 135, 84;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #198754;
  --bs-btn-active-border-color: #198754;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #198754;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #198754;
  --bs-gradient: none;
}

.btn-outline-info {
  --bs-btn-color: #0dcaf0;
  --bs-btn-border-color: #0dcaf0;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #0dcaf0;
  --bs-btn-hover-border-color: #0dcaf0;
  --bs-btn-focus-shadow-rgb: 13, 202, 240;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #0dcaf0;
  --bs-btn-active-border-color: #0dcaf0;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #0dcaf0;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #0dcaf0;
  --bs-gradient: none;
}

.btn-outline-warning {
  --bs-btn-color: #ffc107;
  --bs-btn-border-color: #ffc107;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #ffc107;
  --bs-btn-hover-border-color: #ffc107;
  --bs-btn-focus-shadow-rgb: 255, 193, 7;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #ffc107;
  --bs-btn-active-border-color: #ffc107;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #ffc107;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #ffc107;
  --bs-gradient: none;
}

.btn-outline-danger {
  --bs-btn-color: #dc3545;
  --bs-btn-border-color: #dc3545;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #dc3545;
  --bs-btn-hover-border-color: #dc3545;
  --bs-btn-focus-shadow-rgb: 220, 53, 69;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #dc3545;
  --bs-btn-active-border-color: #dc3545;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #dc3545;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #dc3545;
  --bs-gradient: none;
}

.btn-outline-light {
  --bs-btn-color: #f8f9fa;
  --bs-btn-border-color: #f8f9fa;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #f8f9fa;
  --bs-btn-hover-border-color: #f8f9fa;
  --bs-btn-focus-shadow-rgb: 248, 249, 250;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #f8f9fa;
  --bs-btn-active-border-color: #f8f9fa;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #f8f9fa;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #f8f9fa;
  --bs-gradient: none;
}

.btn-outline-dark {
  --bs-btn-color: #212529;
  --bs-btn-border-color: #212529;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #212529;
  --bs-btn-hover-border-color: #212529;
  --bs-btn-focus-shadow-rgb: 33, 37, 41;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #212529;
  --bs-btn-active-border-color: #212529;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #212529;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #212529;
  --bs-gradient: none;
}

.btn-link {
  --bs-btn-font-weight: 400;
  --bs-btn-color: var(--bs-link-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-color: transparent;
  --bs-btn-hover-color: var(--bs-link-hover-color);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-active-color: var(--bs-link-hover-color);
  --bs-btn-active-border-color: transparent;
  --bs-btn-disabled-color: #6c757d;
  --bs-btn-disabled-border-color: transparent;
  --bs-btn-box-shadow: 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: #1e2125;
  --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, .dropdown-item.nice-select.open {
  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.nice-select.open,
.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.nice-select.open,
.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(-.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(-.5 * var(--bs-card-cap-padding-x));
  margin-bottom: calc(-1 * var(--bs-card-cap-padding-y));
  margin-left: calc(-.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(-.5 * var(--bs-card-cap-padding-x));
  margin-left: calc(-.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='%230c63e4'%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: #86b7fe;
  --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: #0c63e4;
  --bs-accordion-active-bg: #e7f1ff;
}

.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, "/") /* rtl: 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: #084298;
  --bs-alert-bg: #cfe2ff;
  --bs-alert-border-color: #b6d4fe;
}
.alert-primary .alert-link {
  color: #06357a;
}

.alert-secondary {
  --bs-alert-color: #41464b;
  --bs-alert-bg: #e2e3e5;
  --bs-alert-border-color: #d3d6d8;
}
.alert-secondary .alert-link {
  color: #34383c;
}

.alert-success {
  --bs-alert-color: #0f5132;
  --bs-alert-bg: #d1e7dd;
  --bs-alert-border-color: #badbcc;
}
.alert-success .alert-link {
  color: #0c4128;
}

.alert-info {
  --bs-alert-color: #055160;
  --bs-alert-bg: #cff4fc;
  --bs-alert-border-color: #b6effb;
}
.alert-info .alert-link {
  color: #04414d;
}

.alert-warning {
  --bs-alert-color: #664d03;
  --bs-alert-bg: #fff3cd;
  --bs-alert-border-color: #ffecb5;
}
.alert-warning .alert-link {
  color: #523e02;
}

.alert-danger {
  --bs-alert-color: #842029;
  --bs-alert-bg: #f8d7da;
  --bs-alert-border-color: #f5c2c7;
}
.alert-danger .alert-link {
  color: #6a1a21;
}

.alert-light {
  --bs-alert-color: #636464;
  --bs-alert-bg: #fefefe;
  --bs-alert-border-color: #fdfdfe;
}
.alert-light .alert-link {
  color: #4f5050;
}

.alert-dark {
  --bs-alert-color: #141619;
  --bs-alert-bg: #d3d3d4;
  --bs-alert-border-color: #bcbebf;
}
.alert-dark .alert-link {
  color: #101214;
}

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

@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 {
  -webkit-animation: 1s linear infinite progress-bar-stripes;
          animation: 1s linear infinite progress-bar-stripes;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    -webkit-animation: none;
            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, .list-group-item-action.nice-select.open {
  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: #084298;
  background-color: #cfe2ff;
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #084298;
  background-color: #bacbe6;
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #084298;
  border-color: #084298;
}

.list-group-item-secondary {
  color: #41464b;
  background-color: #e2e3e5;
}
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #41464b;
  background-color: #cbccce;
}
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #41464b;
  border-color: #41464b;
}

.list-group-item-success {
  color: #0f5132;
  background-color: #d1e7dd;
}
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #0f5132;
  background-color: #bcd0c7;
}
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #0f5132;
  border-color: #0f5132;
}

.list-group-item-info {
  color: #055160;
  background-color: #cff4fc;
}
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #055160;
  background-color: #badce3;
}
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #055160;
  border-color: #055160;
}

.list-group-item-warning {
  color: #664d03;
  background-color: #fff3cd;
}
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #664d03;
  background-color: #e6dbb9;
}
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #664d03;
  border-color: #664d03;
}

.list-group-item-danger {
  color: #842029;
  background-color: #f8d7da;
}
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #842029;
  background-color: #dfc2c4;
}
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #842029;
  border-color: #842029;
}

.list-group-item-light {
  color: #636464;
  background-color: #fefefe;
}
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #636464;
  background-color: #e5e5e5;
}
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #636464;
  border-color: #636464;
}

.list-group-item-dark {
  color: #141619;
  background-color: #d3d3d4;
}
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #141619;
  background-color: #bebebf;
}
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #141619;
  border-color: #141619;
}

.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;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  opacity: 0.25;
}

.btn-close-white {
  -webkit-filter: invert(1) grayscale(100%) brightness(200%);
          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: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  pointer-events: none;
}
.toast-container > :not(:last-child) {
  margin-bottom: var(--bs-toast-spacing);
}

.toast-header {
  display: flex;
  align-items: center;
  padding: var(--bs-toast-padding-y) var(--bs-toast-padding-x);
  color: var(--bs-toast-header-color);
  background-color: var(--bs-toast-header-bg);
  background-clip: padding-box;
  border-bottom: var(--bs-toast-border-width) solid var(--bs-toast-header-border-color);
  border-top-left-radius: calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));
  border-top-right-radius: calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));
}
.toast-header .btn-close {
  margin-right: calc(-.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) * .5) calc(var(--bs-modal-header-padding-x) * .5);
  margin: calc(-.5 * var(--bs-modal-header-padding-y)) calc(-.5 * var(--bs-modal-header-padding-x)) calc(-.5 * var(--bs-modal-header-padding-y)) auto;
}

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

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

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

@media (min-width: 576px) {
  .modal {
    --bs-modal-margin: 1.75rem;
    --bs-modal-box-shadow: 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: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: var(--bs-tooltip-font-size);
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: var(--bs-tooltip-opacity);
}
.tooltip .tooltip-arrow {
  display: block;
  width: var(--bs-tooltip-arrow-width);
  height: var(--bs-tooltip-arrow-height);
}
.tooltip .tooltip-arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow {
  bottom: 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) * .5) 0;
  border-top-color: var(--bs-tooltip-bg);
}

/* rtl:begin:ignore */
.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) * .5) var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * .5) 0;
  border-right-color: var(--bs-tooltip-bg);
}

/* rtl:end:ignore */
.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) * .5) var(--bs-tooltip-arrow-height);
  border-bottom-color: var(--bs-tooltip-bg);
}

/* rtl:begin:ignore */
.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) * .5) 0 calc(var(--bs-tooltip-arrow-width) * .5) var(--bs-tooltip-arrow-height);
  border-left-color: var(--bs-tooltip-bg);
}

/* rtl:end:ignore */
.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: #f0f0f0;
  --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: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: var(--bs-popover-font-size);
  word-wrap: break-word;
  background-color: var(--bs-popover-bg);
  background-clip: padding-box;
  border: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
  border-radius: var(--bs-popover-border-radius);
}
.popover .popover-arrow {
  display: block;
  width: var(--bs-popover-arrow-width);
  height: var(--bs-popover-arrow-height);
}
.popover .popover-arrow::before, .popover .popover-arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
  border-width: 0;
}

.bs-popover-top > .popover-arrow, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow {
  bottom: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
}
.bs-popover-top > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before, .bs-popover-top > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after {
  border-width: var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * .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);
}

/* rtl:begin:ignore */
.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) * .5) var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * .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);
}

/* rtl:end:ignore */
.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) * .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(-.5 * var(--bs-popover-arrow-width));
  content: "";
  border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-header-bg);
}

/* rtl:begin:ignore */
.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) * .5) 0 calc(var(--bs-popover-arrow-width) * .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);
}

/* rtl:end:ignore */
.popover-header {
  padding: var(--bs-popover-header-padding-y) var(--bs-popover-header-padding-x);
  margin-bottom: 0;
  font-size: var(--bs-popover-header-font-size);
  color: var(--bs-popover-header-color);
  background-color: var(--bs-popover-header-bg);
  border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
  border-top-left-radius: var(--bs-popover-inner-border-radius);
  border-top-right-radius: var(--bs-popover-inner-border-radius);
}
.popover-header:empty {
  display: none;
}

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

.carousel {
  position: relative;
}

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

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}

.carousel-item.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%;
}

/* rtl:options: {
  "autoRename": true,
  "stringMap":[ {
    "name"    : "prev-next",
    "search"  : "prev",
    "replace" : "next"
  } ]
} */
.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 {
  -webkit-filter: invert(1) grayscale(100);
          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%;
  -webkit-animation: var(--bs-spinner-animation-speed) linear infinite var(--bs-spinner-animation-name);
          animation: var(--bs-spinner-animation-speed) linear infinite var(--bs-spinner-animation-name);
}

@-webkit-keyframes spinner-border {
  to {
    transform: rotate(360deg) /* rtl:ignore */;
  }
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg) /* rtl:ignore */;
  }
}
.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;
}

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

@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%);
  }
}
@media (max-width: 575.98px) {
  .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%);
  }
}
@media (max-width: 575.98px) {
  .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%);
  }
}
@media (max-width: 575.98px) {
  .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%);
  }
}
@media (max-width: 575.98px) {
  .offcanvas-sm.showing, .offcanvas-sm.show:not(.hiding) {
    transform: none;
  }
}
@media (max-width: 575.98px) {
  .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%);
  }
}
@media (max-width: 767.98px) {
  .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%);
  }
}
@media (max-width: 767.98px) {
  .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%);
  }
}
@media (max-width: 767.98px) {
  .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%);
  }
}
@media (max-width: 767.98px) {
  .offcanvas-md.showing, .offcanvas-md.show:not(.hiding) {
    transform: none;
  }
}
@media (max-width: 767.98px) {
  .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%);
  }
}
@media (max-width: 991.98px) {
  .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%);
  }
}
@media (max-width: 991.98px) {
  .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%);
  }
}
@media (max-width: 991.98px) {
  .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%);
  }
}
@media (max-width: 991.98px) {
  .offcanvas-lg.showing, .offcanvas-lg.show:not(.hiding) {
    transform: none;
  }
}
@media (max-width: 991.98px) {
  .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%);
  }
}
@media (max-width: 1199.98px) {
  .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%);
  }
}
@media (max-width: 1199.98px) {
  .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%);
  }
}
@media (max-width: 1199.98px) {
  .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%);
  }
}
@media (max-width: 1199.98px) {
  .offcanvas-xl.showing, .offcanvas-xl.show:not(.hiding) {
    transform: none;
  }
}
@media (max-width: 1199.98px) {
  .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%);
  }
}
@media (max-width: 1399.98px) {
  .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%);
  }
}
@media (max-width: 1399.98px) {
  .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%);
  }
}
@media (max-width: 1399.98px) {
  .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%);
  }
}
@media (max-width: 1399.98px) {
  .offcanvas-xxl.showing, .offcanvas-xxl.show:not(.hiding) {
    transform: none;
  }
}
@media (max-width: 1399.98px) {
  .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) * .5) calc(var(--bs-offcanvas-padding-x) * .5);
  margin-top: calc(-.5 * var(--bs-offcanvas-padding-y));
  margin-right: calc(-.5 * var(--bs-offcanvas-padding-x));
  margin-bottom: calc(-.5 * var(--bs-offcanvas-padding-y));
}

.offcanvas-title {
  margin-bottom: 0;
  line-height: 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 {
  -webkit-animation: placeholder-glow 2s ease-in-out infinite;
          animation: placeholder-glow 2s ease-in-out infinite;
}

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

@keyframes placeholder-glow {
  50% {
    opacity: 0.2;
  }
}
.placeholder-wave {
  -webkit-mask-image: linear-gradient(130deg, #000 55%, rgba(0, 0, 0, 0.8) 75%, #000 95%);
          mask-image: linear-gradient(130deg, #000 55%, rgba(0, 0, 0, 0.8) 75%, #000 95%);
  -webkit-mask-size: 200% 100%;
          mask-size: 200% 100%;
  -webkit-animation: placeholder-wave 2s linear infinite;
          animation: placeholder-wave 2s linear infinite;
}

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

@keyframes placeholder-wave {
  100% {
    -webkit-mask-position: -200% 0%;
            mask-position: -200% 0%;
  }
}
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.text-bg-primary {
  color: #fff !important;
  background-color: RGBA(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: #0a58ca !important;
}

.link-secondary {
  color: #6c757d !important;
}
.link-secondary:hover, .link-secondary:focus {
  color: #565e64 !important;
}

.link-success {
  color: #198754 !important;
}
.link-success:hover, .link-success:focus {
  color: #146c43 !important;
}

.link-info {
  color: #0dcaf0 !important;
}
.link-info:hover, .link-info:focus {
  color: #3dd5f3 !important;
}

.link-warning {
  color: #ffc107 !important;
}
.link-warning:hover, .link-warning:focus {
  color: #ffcd39 !important;
}

.link-danger {
  color: #dc3545 !important;
}
.link-danger:hover, .link-danger:focus {
  color: #b02a37 !important;
}

.link-light {
  color: #f8f9fa !important;
}
.link-light:hover, .link-light:focus {
  color: #f9fafb !important;
}

.link-dark {
  color: #212529 !important;
}
.link-dark:hover, .link-dark:focus {
  color: #1a1e21 !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: calc(3 / 4 * 100%);
}

.ratio-16x9 {
  --bs-aspect-ratio: calc(9 / 16 * 100%);
}

.ratio-21x9 {
  --bs-aspect-ratio: calc(9 / 21 * 100%);
}

.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: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1020;
}

.sticky-bottom {
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  z-index: 1020;
}

@media (min-width: 576px) {
  .sticky-sm-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }

  .sticky-sm-bottom {
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 768px) {
  .sticky-md-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }

  .sticky-md-bottom {
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 992px) {
  .sticky-lg-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }

  .sticky-lg-bottom {
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1200px) {
  .sticky-xl-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }

  .sticky-xl-bottom {
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1400px) {
  .sticky-xxl-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }

  .sticky-xxl-bottom {
    position: -webkit-sticky;
    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: -webkit-sticky !important;
  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-capitalize {
  text-transform: capitalize !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

/* rtl:begin:remove */
.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}

/* rtl:end:remove */
.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;
     -moz-user-select: all !important;
      -ms-user-select: all !important;
          user-select: all !important;
}

.user-select-auto {
  -webkit-user-select: auto !important;
     -moz-user-select: auto !important;
      -ms-user-select: auto !important;
          user-select: auto !important;
}

.user-select-none {
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
      -ms-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;
  }
}
.lar,
.las,
.lab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

@font-face {
  font-family: Line Awesome Brands;
  font-style: normal;
  font-weight: normal;
  font-display: auto;
  src: url("../fonts/la-brands-400.eot");
  src: url("../fonts/la-brands-400.eot?#iefix") format("embedded-opentype"), url("../fonts/la-brands-400.woff2") format("woff2"), url("../fonts/la-brands-400.woff") format("woff"), url("../fonts/la-brands-400.ttf") format("truetype"), url("../fonts/la-brands-400.svg#lineawesome") format("svg");
}
.lab {
  font-family: Line Awesome Brands;
  font-weight: 400;
}

@font-face {
  font-family: Line Awesome Free;
  font-style: normal;
  font-weight: 400;
  font-display: auto;
  src: url("../fonts/la-regular-400.eot");
  src: url("../fonts/la-regular-400.eot?#iefix") format("embedded-opentype"), url("../fonts/la-regular-400.woff2") format("woff2"), url("../fonts/la-regular-400.woff") format("woff"), url("../fonts/la-regular-400.ttf") format("truetype"), url("../fonts/la-regular-400.svg#lineawesome") format("svg");
}
.lar {
  font-family: Line Awesome Free;
  font-weight: 400;
}

@font-face {
  font-family: Line Awesome Free;
  font-style: normal;
  font-weight: 900;
  font-display: auto;
  src: url("../fonts/la-solid-900.eot");
  src: url("../fonts/la-solid-900.eot?#iefix") format("embedded-opentype"), url("../fonts/la-solid-900.woff2") format("woff2"), url("../fonts/la-solid-900.woff") format("woff"), url("../fonts/la-solid-900.ttf") format("truetype"), url("../fonts/la-solid-900.svg#lineawesome") format("svg");
}
.las {
  font-family: Line Awesome Free;
  font-weight: 900;
}

.la-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -0.0667em;
}

.la-xs {
  font-size: 0.75em;
}

.la-2x {
  font-size: 1em;
}

.la-2x {
  font-size: 2em;
}

.la-3x {
  font-size: 3em;
}

.la-4x {
  font-size: 4em;
}

.la-5x {
  font-size: 5em;
}

.la-6x {
  font-size: 6em;
}

.la-7x {
  font-size: 7em;
}

.la-8x {
  font-size: 8em;
}

.la-9x {
  font-size: 9em;
}

.la-10x {
  font-size: 10em;
}

.la-fw {
  text-align: center;
  width: 1.25em;
}

.la-fw {
  width: 1.25em;
  text-align: center;
}

.la-ul {
  padding-left: 0;
  margin-left: 1.4285714286em;
  list-style-type: none;
}
.la-ul > li {
  position: relative;
}

.la-li {
  position: absolute;
  left: -2em;
  text-align: center;
  width: 1.4285714286em;
  line-height: inherit;
}
.la-li.la-lg {
  left: -1.1428571429em;
}

.la-border {
  border: solid 0.08em #eee;
  border-radius: 0.1em;
  padding: 0.2em 0.25em 0.15em;
}

.la-pull-left {
  float: left;
}

.la-pull-right {
  float: right;
}

.la.la-pull-left {
  margin-right: 0.3em;
}
.la.la-pull-right {
  margin-left: 0.3em;
}

.la.pull-left {
  margin-right: 0.3em;
}
.la.pull-right {
  margin-left: 0.3em;
}

.la-pull-left {
  float: left;
}

.la-pull-right {
  float: right;
}

.la.la-pull-left,
.las.la-pull-left,
.lar.la-pull-left,
.lal.la-pull-left,
.lab.la-pull-left {
  margin-right: 0.3em;
}

.la.la-pull-right,
.las.la-pull-right,
.lar.la-pull-right,
.lal.la-pull-right,
.lab.la-pull-right {
  margin-left: 0.3em;
}

.la-spin {
  -webkit-animation: la-spin 2s infinite linear;
  animation: la-spin 2s infinite linear;
}

.la-pulse {
  -webkit-animation: la-spin 1s infinite steps(8);
  animation: la-spin 1s infinite steps(8);
}

@-webkit-keyframes la-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes la-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.la-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg);
}

.la-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg);
}

.la-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg);
}

.la-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scale(-1, 1);
}

.la-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(1, -1);
}

.la-flip-both, .la-flip-horizontal.la-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(-1, -1);
}

:root .la-rotate-90,
:root .la-rotate-180,
:root .la-rotate-270,
:root .la-flip-horizontal,
:root .la-flip-vertical,
:root .la-flip-both {
  -webkit-filter: none;
  filter: none;
}

.la-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em;
}

.la-stack-1x,
.la-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}

.la-stack-1x {
  line-height: inherit;
}

.la-stack-2x {
  font-size: 2em;
}

.la-inverse {
  color: #fff;
}

.la-500px:before {
  content: "\F26E";
}

.la-accessible-icon:before {
  content: "\F368";
}

.la-accusoft:before {
  content: "\F369";
}

.la-acquisitions-incorporated:before {
  content: "\F6AF";
}

.la-ad:before {
  content: "\F641";
}

.la-address-book:before {
  content: "\F2B9";
}

.la-address-card:before {
  content: "\F2BB";
}

.la-adjust:before {
  content: "\F042";
}

.la-adn:before {
  content: "\F170";
}

.la-adobe:before {
  content: "\F778";
}

.la-adversal:before {
  content: "\F36A";
}

.la-affiliatetheme:before {
  content: "\F36B";
}

.la-air-freshener:before {
  content: "\F5D0";
}

.la-airbnb:before {
  content: "\F834";
}

.la-algolia:before {
  content: "\F36C";
}

.la-align-center:before {
  content: "\F037";
}

.la-align-justify:before {
  content: "\F039";
}

.la-align-left:before {
  content: "\F036";
}

.la-align-right:before {
  content: "\F038";
}

.la-alipay:before {
  content: "\F642";
}

.la-allergies:before {
  content: "\F461";
}

.la-amazon:before {
  content: "\F270";
}

.la-amazon-pay:before {
  content: "\F42C";
}

.la-ambulance:before {
  content: "\F0F9";
}

.la-american-sign-language-interpreting:before {
  content: "\F2A3";
}

.la-amilia:before {
  content: "\F36D";
}

.la-anchor:before {
  content: "\F13D";
}

.la-android:before {
  content: "\F17B";
}

.la-angellist:before {
  content: "\F209";
}

.la-angle-double-down:before {
  content: "\F103";
}

.la-angle-double-left:before {
  content: "\F100";
}

.la-angle-double-right:before {
  content: "\F101";
}

.la-angle-double-up:before {
  content: "\F102";
}

.la-angle-down:before {
  content: "\F107";
}

.la-angle-left:before {
  content: "\F104";
}

.la-angle-right:before {
  content: "\F105";
}

.la-angle-up:before {
  content: "\F106";
}

.la-angry:before {
  content: "\F556";
}

.la-angrycreative:before {
  content: "\F36E";
}

.la-angular:before {
  content: "\F420";
}

.la-ankh:before {
  content: "\F644";
}

.la-app-store:before {
  content: "\F36F";
}

.la-app-store-ios:before {
  content: "\F370";
}

.la-apper:before {
  content: "\F371";
}

.la-apple:before {
  content: "\F179";
}

.la-apple-alt:before {
  content: "\F5D1";
}

.la-apple-pay:before {
  content: "\F415";
}

.la-archive:before {
  content: "\F187";
}

.la-archway:before {
  content: "\F557";
}

.la-arrow-alt-circle-down:before {
  content: "\F358";
}

.la-arrow-alt-circle-left:before {
  content: "\F359";
}

.la-arrow-alt-circle-right:before {
  content: "\F35A";
}

.la-arrow-alt-circle-up:before {
  content: "\F35B";
}

.la-arrow-circle-down:before {
  content: "\F0AB";
}

.la-arrow-circle-left:before {
  content: "\F0A8";
}

.la-arrow-circle-right:before {
  content: "\F0A9";
}

.la-arrow-circle-up:before {
  content: "\F0AA";
}

.la-arrow-down:before {
  content: "\F063";
}

.la-arrow-left:before {
  content: "\F060";
}

.la-arrow-right:before {
  content: "\F061";
}

.la-arrow-up:before {
  content: "\F062";
}

.la-arrows-alt:before {
  content: "\F0B2";
}

.la-arrows-alt-h:before {
  content: "\F337";
}

.la-arrows-alt-v:before {
  content: "\F338";
}

.la-artstation:before {
  content: "\F77A";
}

.la-assistive-listening-systems:before {
  content: "\F2A2";
}

.la-asterisk:before {
  content: "\F069";
}

.la-asymmetrik:before {
  content: "\F372";
}

.la-at:before {
  content: "\F1FA";
}

.la-atlas:before {
  content: "\F558";
}

.la-atlassian:before {
  content: "\F77B";
}

.la-atom:before {
  content: "\F5D2";
}

.la-audible:before {
  content: "\F373";
}

.la-audio-description:before {
  content: "\F29E";
}

.la-autoprefixer:before {
  content: "\F41C";
}

.la-avianex:before {
  content: "\F374";
}

.la-aviato:before {
  content: "\F421";
}

.la-award:before {
  content: "\F559";
}

.la-aws:before {
  content: "\F375";
}

.la-baby:before {
  content: "\F77C";
}

.la-baby-carriage:before {
  content: "\F77D";
}

.la-backspace:before {
  content: "\F55A";
}

.la-backward:before {
  content: "\F04A";
}

.la-bacon:before {
  content: "\F7E5";
}

.la-balance-scale:before {
  content: "\F24E";
}

.la-balance-scale-left:before {
  content: "\F515";
}

.la-balance-scale-right:before {
  content: "\F516";
}

.la-ban:before {
  content: "\F05E";
}

.la-band-aid:before {
  content: "\F462";
}

.la-bandcamp:before {
  content: "\F2D5";
}

.la-barcode:before {
  content: "\F02A";
}

.la-bars:before {
  content: "\F0C9";
}

.la-baseball-ball:before {
  content: "\F433";
}

.la-basketball-ball:before {
  content: "\F434";
}

.la-bath:before {
  content: "\F2CD";
}

.la-battery-empty:before {
  content: "\F244";
}

.la-battery-full:before {
  content: "\F240";
}

.la-battery-half:before {
  content: "\F242";
}

.la-battery-quarter:before {
  content: "\F243";
}

.la-battery-three-quarters:before {
  content: "\F241";
}

.la-battle-net:before {
  content: "\F835";
}

.la-bed:before {
  content: "\F236";
}

.la-beer:before {
  content: "\F0FC";
}

.la-behance:before {
  content: "\F1B4";
}

.la-behance-square:before {
  content: "\F1B5";
}

.la-bell:before {
  content: "\F0F3";
}

.la-bell-slash:before {
  content: "\F1F6";
}

.la-bezier-curve:before {
  content: "\F55B";
}

.la-bible:before {
  content: "\F647";
}

.la-bicycle:before {
  content: "\F206";
}

.la-biking:before {
  content: "\F84A";
}

.la-bimobject:before {
  content: "\F378";
}

.la-binoculars:before {
  content: "\F1E5";
}

.la-biohazard:before {
  content: "\F780";
}

.la-birthday-cake:before {
  content: "\F1FD";
}

.la-bitbucket:before {
  content: "\F171";
}

.la-bitcoin:before {
  content: "\F379";
}

.la-bity:before {
  content: "\F37A";
}

.la-black-tie:before {
  content: "\F27E";
}

.la-blackberry:before {
  content: "\F37B";
}

.la-blender:before {
  content: "\F517";
}

.la-blender-phone:before {
  content: "\F6B6";
}

.la-blind:before {
  content: "\F29D";
}

.la-blog:before {
  content: "\F781";
}

.la-blogger:before {
  content: "\F37C";
}

.la-blogger-b:before {
  content: "\F37D";
}

.la-bluetooth:before {
  content: "\F293";
}

.la-bluetooth-b:before {
  content: "\F294";
}

.la-bold:before {
  content: "\F032";
}

.la-bolt:before {
  content: "\F0E7";
}

.la-bomb:before {
  content: "\F1E2";
}

.la-bone:before {
  content: "\F5D7";
}

.la-bong:before {
  content: "\F55C";
}

.la-book:before {
  content: "\F02D";
}

.la-book-dead:before {
  content: "\F6B7";
}

.la-book-medical:before {
  content: "\F7E6";
}

.la-book-open:before {
  content: "\F518";
}

.la-book-reader:before {
  content: "\F5DA";
}

.la-bookmark:before {
  content: "\F02E";
}

.la-bootstrap:before {
  content: "\F836";
}

.la-border-all:before {
  content: "\F84C";
}

.la-border-none:before {
  content: "\F850";
}

.la-border-style:before {
  content: "\F853";
}

.la-bowling-ball:before {
  content: "\F436";
}

.la-box:before {
  content: "\F466";
}

.la-box-open:before {
  content: "\F49E";
}

.la-boxes:before {
  content: "\F468";
}

.la-braille:before {
  content: "\F2A1";
}

.la-brain:before {
  content: "\F5DC";
}

.la-bread-slice:before {
  content: "\F7EC";
}

.la-briefcase:before {
  content: "\F0B1";
}

.la-briefcase-medical:before {
  content: "\F469";
}

.la-broadcast-tower:before {
  content: "\F519";
}

.la-broom:before {
  content: "\F51A";
}

.la-brush:before {
  content: "\F55D";
}

.la-btc:before {
  content: "\F15A";
}

.la-buffer:before {
  content: "\F837";
}

.la-bug:before {
  content: "\F188";
}

.la-building:before {
  content: "\F1AD";
}

.la-bullhorn:before {
  content: "\F0A1";
}

.la-bullseye:before {
  content: "\F140";
}

.la-burn:before {
  content: "\F46A";
}

.la-buromobelexperte:before {
  content: "\F37F";
}

.la-bus:before {
  content: "\F207";
}

.la-bus-alt:before {
  content: "\F55E";
}

.la-business-time:before {
  content: "\F64A";
}

.la-buysellads:before {
  content: "\F20D";
}

.la-calculator:before {
  content: "\F1EC";
}

.la-calendar:before {
  content: "\F133";
}

.la-calendar-alt:before {
  content: "\F073";
}

.la-calendar-check:before {
  content: "\F274";
}

.la-calendar-day:before {
  content: "\F783";
}

.la-calendar-minus:before {
  content: "\F272";
}

.la-calendar-plus:before {
  content: "\F271";
}

.la-calendar-times:before {
  content: "\F273";
}

.la-calendar-week:before {
  content: "\F784";
}

.la-camera:before {
  content: "\F030";
}

.la-camera-retro:before {
  content: "\F083";
}

.la-campground:before {
  content: "\F6BB";
}

.la-canadian-maple-leaf:before {
  content: "\F785";
}

.la-candy-cane:before {
  content: "\F786";
}

.la-cannabis:before {
  content: "\F55F";
}

.la-capsules:before {
  content: "\F46B";
}

.la-car:before {
  content: "\F1B9";
}

.la-car-alt:before {
  content: "\F5DE";
}

.la-car-battery:before {
  content: "\F5DF";
}

.la-car-crash:before {
  content: "\F5E1";
}

.la-car-side:before {
  content: "\F5E4";
}

.la-caret-down:before {
  content: "\F0D7";
}

.la-caret-left:before {
  content: "\F0D9";
}

.la-caret-right:before {
  content: "\F0DA";
}

.la-caret-square-down:before {
  content: "\F150";
}

.la-caret-square-left:before {
  content: "\F191";
}

.la-caret-square-right:before {
  content: "\F152";
}

.la-caret-square-up:before {
  content: "\F151";
}

.la-caret-up:before {
  content: "\F0D8";
}

.la-carrot:before {
  content: "\F787";
}

.la-cart-arrow-down:before {
  content: "\F218";
}

.la-cart-plus:before {
  content: "\F217";
}

.la-cash-register:before {
  content: "\F788";
}

.la-cat:before {
  content: "\F6BE";
}

.la-cc-amazon-pay:before {
  content: "\F42D";
}

.la-cc-amex:before {
  content: "\F1F3";
}

.la-cc-apple-pay:before {
  content: "\F416";
}

.la-cc-diners-club:before {
  content: "\F24C";
}

.la-cc-discover:before {
  content: "\F1F2";
}

.la-cc-jcb:before {
  content: "\F24B";
}

.la-cc-mastercard:before {
  content: "\F1F1";
}

.la-cc-paypal:before {
  content: "\F1F4";
}

.la-cc-stripe:before {
  content: "\F1F5";
}

.la-cc-visa:before {
  content: "\F1F0";
}

.la-centercode:before {
  content: "\F380";
}

.la-centos:before {
  content: "\F789";
}

.la-certificate:before {
  content: "\F0A3";
}

.la-chair:before {
  content: "\F6C0";
}

.la-chalkboard:before {
  content: "\F51B";
}

.la-chalkboard-teacher:before {
  content: "\F51C";
}

.la-charging-station:before {
  content: "\F5E7";
}

.la-chart-area:before {
  content: "\F1FE";
}

.la-chart-bar:before {
  content: "\F080";
}

.la-chart-line:before {
  content: "\F201";
}

.la-chart-pie:before {
  content: "\F200";
}

.la-check:before {
  content: "\F00C";
}

.la-check-circle:before {
  content: "\F058";
}

.la-check-double:before {
  content: "\F560";
}

.la-check-square:before {
  content: "\F14A";
}

.la-cheese:before {
  content: "\F7EF";
}

.la-chess:before {
  content: "\F439";
}

.la-chess-bishop:before {
  content: "\F43A";
}

.la-chess-board:before {
  content: "\F43C";
}

.la-chess-king:before {
  content: "\F43F";
}

.la-chess-knight:before {
  content: "\F441";
}

.la-chess-pawn:before {
  content: "\F443";
}

.la-chess-queen:before {
  content: "\F445";
}

.la-chess-rook:before {
  content: "\F447";
}

.la-chevron-circle-down:before {
  content: "\F13A";
}

.la-chevron-circle-left:before {
  content: "\F137";
}

.la-chevron-circle-right:before {
  content: "\F138";
}

.la-chevron-circle-up:before {
  content: "\F139";
}

.la-chevron-down:before {
  content: "\F078";
}

.la-chevron-left:before {
  content: "\F053";
}

.la-chevron-right:before {
  content: "\F054";
}

.la-chevron-up:before {
  content: "\F077";
}

.la-child:before {
  content: "\F1AE";
}

.la-chrome:before {
  content: "\F268";
}

.la-chromecast:before {
  content: "\F838";
}

.la-church:before {
  content: "\F51D";
}

.la-circle:before {
  content: "\F111";
}

.la-circle-notch:before {
  content: "\F1CE";
}

.la-city:before {
  content: "\F64F";
}

.la-clinic-medical:before {
  content: "\F7F2";
}

.la-clipboard:before {
  content: "\F328";
}

.la-clipboard-check:before {
  content: "\F46C";
}

.la-clipboard-list:before {
  content: "\F46D";
}

.la-clock:before {
  content: "\F017";
}

.la-clone:before {
  content: "\F24D";
}

.la-closed-captioning:before {
  content: "\F20A";
}

.la-cloud:before {
  content: "\F0C2";
}

.la-cloud-download-alt:before {
  content: "\F381";
}

.la-cloud-meatball:before {
  content: "\F73B";
}

.la-cloud-moon:before {
  content: "\F6C3";
}

.la-cloud-moon-rain:before {
  content: "\F73C";
}

.la-cloud-rain:before {
  content: "\F73D";
}

.la-cloud-showers-heavy:before {
  content: "\F740";
}

.la-cloud-sun:before {
  content: "\F6C4";
}

.la-cloud-sun-rain:before {
  content: "\F743";
}

.la-cloud-upload-alt:before {
  content: "\F382";
}

.la-cloudscale:before {
  content: "\F383";
}

.la-cloudsmith:before {
  content: "\F384";
}

.la-cloudversify:before {
  content: "\F385";
}

.la-cocktail:before {
  content: "\F561";
}

.la-code:before {
  content: "\F121";
}

.la-code-branch:before {
  content: "\F126";
}

.la-codepen:before {
  content: "\F1CB";
}

.la-codiepie:before {
  content: "\F284";
}

.la-coffee:before {
  content: "\F0F4";
}

.la-cog:before {
  content: "\F013";
}

.la-cogs:before {
  content: "\F085";
}

.la-coins:before {
  content: "\F51E";
}

.la-columns:before {
  content: "\F0DB";
}

.la-comment:before {
  content: "\F075";
}

.la-comment-alt:before {
  content: "\F27A";
}

.la-comment-dollar:before {
  content: "\F651";
}

.la-comment-dots:before {
  content: "\F4AD";
}

.la-comment-medical:before {
  content: "\F7F5";
}

.la-comment-slash:before {
  content: "\F4B3";
}

.la-comments:before {
  content: "\F086";
}

.la-comments-dollar:before {
  content: "\F653";
}

.la-compact-disc:before {
  content: "\F51F";
}

.la-compass:before {
  content: "\F14E";
}

.la-compress:before {
  content: "\F066";
}

.la-compress-arrows-alt:before {
  content: "\F78C";
}

.la-concierge-bell:before {
  content: "\F562";
}

.la-confluence:before {
  content: "\F78D";
}

.la-connectdevelop:before {
  content: "\F20E";
}

.la-contao:before {
  content: "\F26D";
}

.la-cookie:before {
  content: "\F563";
}

.la-cookie-bite:before {
  content: "\F564";
}

.la-copy:before {
  content: "\F0C5";
}

.la-copyright:before {
  content: "\F1F9";
}

.la-cotton-bureau:before {
  content: "\F89E";
}

.la-couch:before {
  content: "\F4B8";
}

.la-cpanel:before {
  content: "\F388";
}

.la-creative-commons:before {
  content: "\F25E";
}

.la-creative-commons-by:before {
  content: "\F4E7";
}

.la-creative-commons-nc:before {
  content: "\F4E8";
}

.la-creative-commons-nc-eu:before {
  content: "\F4E9";
}

.la-creative-commons-nc-jp:before {
  content: "\F4EA";
}

.la-creative-commons-nd:before {
  content: "\F4EB";
}

.la-creative-commons-pd:before {
  content: "\F4EC";
}

.la-creative-commons-pd-alt:before {
  content: "\F4ED";
}

.la-creative-commons-remix:before {
  content: "\F4EE";
}

.la-creative-commons-sa:before {
  content: "\F4EF";
}

.la-creative-commons-sampling:before {
  content: "\F4F0";
}

.la-creative-commons-sampling-plus:before {
  content: "\F4F1";
}

.la-creative-commons-share:before {
  content: "\F4F2";
}

.la-creative-commons-zero:before {
  content: "\F4F3";
}

.la-credit-card:before {
  content: "\F09D";
}

.la-critical-role:before {
  content: "\F6C9";
}

.la-crop:before {
  content: "\F125";
}

.la-crop-alt:before {
  content: "\F565";
}

.la-cross:before {
  content: "\F654";
}

.la-crosshairs:before {
  content: "\F05B";
}

.la-crow:before {
  content: "\F520";
}

.la-crown:before {
  content: "\F521";
}

.la-crutch:before {
  content: "\F7F7";
}

.la-css3:before {
  content: "\F13C";
}

.la-css3-alt:before {
  content: "\F38B";
}

.la-cube:before {
  content: "\F1B2";
}

.la-cubes:before {
  content: "\F1B3";
}

.la-cut:before {
  content: "\F0C4";
}

.la-cuttlefish:before {
  content: "\F38C";
}

.la-d-and-d:before {
  content: "\F38D";
}

.la-d-and-d-beyond:before {
  content: "\F6CA";
}

.la-dashcube:before {
  content: "\F210";
}

.la-database:before {
  content: "\F1C0";
}

.la-deaf:before {
  content: "\F2A4";
}

.la-delicious:before {
  content: "\F1A5";
}

.la-democrat:before {
  content: "\F747";
}

.la-deploydog:before {
  content: "\F38E";
}

.la-deskpro:before {
  content: "\F38F";
}

.la-desktop:before {
  content: "\F108";
}

.la-dev:before {
  content: "\F6CC";
}

.la-deviantart:before {
  content: "\F1BD";
}

.la-dharmachakra:before {
  content: "\F655";
}

.la-dhl:before {
  content: "\F790";
}

.la-diagnoses:before {
  content: "\F470";
}

.la-diaspora:before {
  content: "\F791";
}

.la-dice:before {
  content: "\F522";
}

.la-dice-d20:before {
  content: "\F6CF";
}

.la-dice-d6:before {
  content: "\F6D1";
}

.la-dice-five:before {
  content: "\F523";
}

.la-dice-four:before {
  content: "\F524";
}

.la-dice-one:before {
  content: "\F525";
}

.la-dice-six:before {
  content: "\F526";
}

.la-dice-three:before {
  content: "\F527";
}

.la-dice-two:before {
  content: "\F528";
}

.la-digg:before {
  content: "\F1A6";
}

.la-digital-ocean:before {
  content: "\F391";
}

.la-digital-tachograph:before {
  content: "\F566";
}

.la-directions:before {
  content: "\F5EB";
}

.la-discord:before {
  content: "\F392";
}

.la-discourse:before {
  content: "\F393";
}

.la-divide:before {
  content: "\F529";
}

.la-dizzy:before {
  content: "\F567";
}

.la-dna:before {
  content: "\F471";
}

.la-dochub:before {
  content: "\F394";
}

.la-docker:before {
  content: "\F395";
}

.la-dog:before {
  content: "\F6D3";
}

.la-dollar-sign:before {
  content: "\F155";
}

.la-dolly:before {
  content: "\F472";
}

.la-dolly-flatbed:before {
  content: "\F474";
}

.la-donate:before {
  content: "\F4B9";
}

.la-door-closed:before {
  content: "\F52A";
}

.la-door-open:before {
  content: "\F52B";
}

.la-dot-circle:before {
  content: "\F192";
}

.la-dove:before {
  content: "\F4BA";
}

.la-download:before {
  content: "\F019";
}

.la-draft2digital:before {
  content: "\F396";
}

.la-drafting-compass:before {
  content: "\F568";
}

.la-dragon:before {
  content: "\F6D5";
}

.la-draw-polygon:before {
  content: "\F5EE";
}

.la-dribbble:before {
  content: "\F17D";
}

.la-dribbble-square:before {
  content: "\F397";
}

.la-dropbox:before {
  content: "\F16B";
}

.la-drum:before {
  content: "\F569";
}

.la-drum-steelpan:before {
  content: "\F56A";
}

.la-drumstick-bite:before {
  content: "\F6D7";
}

.la-drupal:before {
  content: "\F1A9";
}

.la-dumbbell:before {
  content: "\F44B";
}

.la-dumpster:before {
  content: "\F793";
}

.la-dumpster-fire:before {
  content: "\F794";
}

.la-dungeon:before {
  content: "\F6D9";
}

.la-dyalog:before {
  content: "\F399";
}

.la-earlybirds:before {
  content: "\F39A";
}

.la-ebay:before {
  content: "\F4F4";
}

.la-edge:before {
  content: "\F282";
}

.la-edit:before {
  content: "\F044";
}

.la-egg:before {
  content: "\F7FB";
}

.la-eject:before {
  content: "\F052";
}

.la-elementor:before {
  content: "\F430";
}

.la-ellipsis-h:before {
  content: "\F141";
}

.la-ellipsis-v:before {
  content: "\F142";
}

.la-ello:before {
  content: "\F5F1";
}

.la-ember:before {
  content: "\F423";
}

.la-empire:before {
  content: "\F1D1";
}

.la-envelope:before {
  content: "\F0E0";
}

.la-envelope-open:before {
  content: "\F2B6";
}

.la-envelope-open-text:before {
  content: "\F658";
}

.la-envelope-square:before {
  content: "\F199";
}

.la-envira:before {
  content: "\F299";
}

.la-equals:before {
  content: "\F52C";
}

.la-eraser:before {
  content: "\F12D";
}

.la-erlang:before {
  content: "\F39D";
}

.la-ethereum:before {
  content: "\F42E";
}

.la-ethernet:before {
  content: "\F796";
}

.la-etsy:before {
  content: "\F2D7";
}

.la-euro-sign:before {
  content: "\F153";
}

.la-evernote:before {
  content: "\F839";
}

.la-exchange-alt:before {
  content: "\F362";
}

.la-exclamation:before {
  content: "\F12A";
}

.la-exclamation-circle:before {
  content: "\F06A";
}

.la-exclamation-triangle:before {
  content: "\F071";
}

.la-expand:before {
  content: "\F065";
}

.la-expand-arrows-alt:before {
  content: "\F31E";
}

.la-expeditedssl:before {
  content: "\F23E";
}

.la-external-link-alt:before {
  content: "\F35D";
}

.la-external-link-square-alt:before {
  content: "\F360";
}

.la-eye:before {
  content: "\F06E";
}

.la-eye-dropper:before {
  content: "\F1FB";
}

.la-eye-slash:before {
  content: "\F070";
}

.la-facebook:before {
  content: "\F09A";
}

.la-facebook-f:before {
  content: "\F39E";
}

.la-facebook-messenger:before {
  content: "\F39F";
}

.la-facebook-square:before {
  content: "\F082";
}

.la-fan:before {
  content: "\F863";
}

.la-fantasy-flight-games:before {
  content: "\F6DC";
}

.la-fast-backward:before {
  content: "\F049";
}

.la-fast-forward:before {
  content: "\F050";
}

.la-fax:before {
  content: "\F1AC";
}

.la-feather:before {
  content: "\F52D";
}

.la-feather-alt:before {
  content: "\F56B";
}

.la-fedex:before {
  content: "\F797";
}

.la-fedora:before {
  content: "\F798";
}

.la-female:before {
  content: "\F182";
}

.la-fighter-jet:before {
  content: "\F0FB";
}

.la-figma:before {
  content: "\F799";
}

.la-file:before {
  content: "\F15B";
}

.la-file-alt:before {
  content: "\F15C";
}

.la-file-archive:before {
  content: "\F1C6";
}

.la-file-audio:before {
  content: "\F1C7";
}

.la-file-code:before {
  content: "\F1C9";
}

.la-file-contract:before {
  content: "\F56C";
}

.la-file-csv:before {
  content: "\F6DD";
}

.la-file-download:before {
  content: "\F56D";
}

.la-file-excel:before {
  content: "\F1C3";
}

.la-file-export:before {
  content: "\F56E";
}

.la-file-image:before {
  content: "\F1C5";
}

.la-file-import:before {
  content: "\F56F";
}

.la-file-invoice:before {
  content: "\F570";
}

.la-file-invoice-dollar:before {
  content: "\F571";
}

.la-file-medical:before {
  content: "\F477";
}

.la-file-medical-alt:before {
  content: "\F478";
}

.la-file-pdf:before {
  content: "\F1C1";
}

.la-file-powerpoint:before {
  content: "\F1C4";
}

.la-file-prescription:before {
  content: "\F572";
}

.la-file-signature:before {
  content: "\F573";
}

.la-file-upload:before {
  content: "\F574";
}

.la-file-video:before {
  content: "\F1C8";
}

.la-file-word:before {
  content: "\F1C2";
}

.la-fill:before {
  content: "\F575";
}

.la-fill-drip:before {
  content: "\F576";
}

.la-film:before {
  content: "\F008";
}

.la-filter:before {
  content: "\F0B0";
}

.la-fingerprint:before {
  content: "\F577";
}

.la-fire:before {
  content: "\F06D";
}

.la-fire-alt:before {
  content: "\F7E4";
}

.la-fire-extinguisher:before {
  content: "\F134";
}

.la-firefox:before {
  content: "\F269";
}

.la-first-aid:before {
  content: "\F479";
}

.la-first-order:before {
  content: "\F2B0";
}

.la-first-order-alt:before {
  content: "\F50A";
}

.la-firstdraft:before {
  content: "\F3A1";
}

.la-fish:before {
  content: "\F578";
}

.la-fist-raised:before {
  content: "\F6DE";
}

.la-flag:before {
  content: "\F024";
}

.la-flag-checkered:before {
  content: "\F11E";
}

.la-flag-usa:before {
  content: "\F74D";
}

.la-flask:before {
  content: "\F0C3";
}

.la-flickr:before {
  content: "\F16E";
}

.la-flipboard:before {
  content: "\F44D";
}

.la-flushed:before {
  content: "\F579";
}

.la-fly:before {
  content: "\F417";
}

.la-folder:before {
  content: "\F07B";
}

.la-folder-minus:before {
  content: "\F65D";
}

.la-folder-open:before {
  content: "\F07C";
}

.la-folder-plus:before {
  content: "\F65E";
}

.la-font:before {
  content: "\F031";
}

.la-font-awesome:before {
  content: "\F2B4";
}

.la-font-awesome-alt:before {
  content: "\F35C";
}

.la-font-awesome-flag:before {
  content: "\F425";
}

.la-fonticons:before {
  content: "\F280";
}

.la-fonticons-fi:before {
  content: "\F3A2";
}

.la-football-ball:before {
  content: "\F44E";
}

.la-fort-awesome:before {
  content: "\F286";
}

.la-fort-awesome-alt:before {
  content: "\F3A3";
}

.la-forumbee:before {
  content: "\F211";
}

.la-forward:before {
  content: "\F04E";
}

.la-foursquare:before {
  content: "\F180";
}

.la-free-code-camp:before {
  content: "\F2C5";
}

.la-freebsd:before {
  content: "\F3A4";
}

.la-frog:before {
  content: "\F52E";
}

.la-frown:before {
  content: "\F119";
}

.la-frown-open:before {
  content: "\F57A";
}

.la-fulcrum:before {
  content: "\F50B";
}

.la-funnel-dollar:before {
  content: "\F662";
}

.la-futbol:before {
  content: "\F1E3";
}

.la-galactic-republic:before {
  content: "\F50C";
}

.la-galactic-senate:before {
  content: "\F50D";
}

.la-gamepad:before {
  content: "\F11B";
}

.la-gas-pump:before {
  content: "\F52F";
}

.la-gavel:before {
  content: "\F0E3";
}

.la-gem:before {
  content: "\F3A5";
}

.la-genderless:before {
  content: "\F22D";
}

.la-get-pocket:before {
  content: "\F265";
}

.la-gg:before {
  content: "\F260";
}

.la-gg-circle:before {
  content: "\F261";
}

.la-ghost:before {
  content: "\F6E2";
}

.la-gift:before {
  content: "\F06B";
}

.la-gifts:before {
  content: "\F79C";
}

.la-git:before {
  content: "\F1D3";
}

.la-git-alt:before {
  content: "\F841";
}

.la-git-square:before {
  content: "\F1D2";
}

.la-github:before {
  content: "\F09B";
}

.la-github-alt:before {
  content: "\F113";
}

.la-github-square:before {
  content: "\F092";
}

.la-gitkraken:before {
  content: "\F3A6";
}

.la-gitlab:before {
  content: "\F296";
}

.la-gitter:before {
  content: "\F426";
}

.la-glass-cheers:before {
  content: "\F79F";
}

.la-glass-martini:before {
  content: "\F000";
}

.la-glass-martini-alt:before {
  content: "\F57B";
}

.la-glass-whiskey:before {
  content: "\F7A0";
}

.la-glasses:before {
  content: "\F530";
}

.la-glide:before {
  content: "\F2A5";
}

.la-glide-g:before {
  content: "\F2A6";
}

.la-globe:before {
  content: "\F0AC";
}

.la-globe-africa:before {
  content: "\F57C";
}

.la-globe-americas:before {
  content: "\F57D";
}

.la-globe-asia:before {
  content: "\F57E";
}

.la-globe-europe:before {
  content: "\F7A2";
}

.la-gofore:before {
  content: "\F3A7";
}

.la-golf-ball:before {
  content: "\F450";
}

.la-goodreads:before {
  content: "\F3A8";
}

.la-goodreads-g:before {
  content: "\F3A9";
}

.la-google:before {
  content: "\F1A0";
}

.la-google-drive:before {
  content: "\F3AA";
}

.la-google-play:before {
  content: "\F3AB";
}

.la-google-plus:before {
  content: "\F2B3";
}

.la-google-plus-g:before {
  content: "\F0D5";
}

.la-google-plus-square:before {
  content: "\F0D4";
}

.la-google-wallet:before {
  content: "\F1EE";
}

.la-gopuram:before {
  content: "\F664";
}

.la-graduation-cap:before {
  content: "\F19D";
}

.la-gratipay:before {
  content: "\F184";
}

.la-grav:before {
  content: "\F2D6";
}

.la-greater-than:before {
  content: "\F531";
}

.la-greater-than-equal:before {
  content: "\F532";
}

.la-grimace:before {
  content: "\F57F";
}

.la-grin:before {
  content: "\F580";
}

.la-grin-alt:before {
  content: "\F581";
}

.la-grin-beam:before {
  content: "\F582";
}

.la-grin-beam-sweat:before {
  content: "\F583";
}

.la-grin-hearts:before {
  content: "\F584";
}

.la-grin-squint:before {
  content: "\F585";
}

.la-grin-squint-tears:before {
  content: "\F586";
}

.la-grin-stars:before {
  content: "\F587";
}

.la-grin-tears:before {
  content: "\F588";
}

.la-grin-tongue:before {
  content: "\F589";
}

.la-grin-tongue-squint:before {
  content: "\F58A";
}

.la-grin-tongue-wink:before {
  content: "\F58B";
}

.la-grin-wink:before {
  content: "\F58C";
}

.la-grip-horizontal:before {
  content: "\F58D";
}

.la-grip-lines:before {
  content: "\F7A4";
}

.la-grip-lines-vertical:before {
  content: "\F7A5";
}

.la-grip-vertical:before {
  content: "\F58E";
}

.la-gripfire:before {
  content: "\F3AC";
}

.la-grunt:before {
  content: "\F3AD";
}

.la-guitar:before {
  content: "\F7A6";
}

.la-gulp:before {
  content: "\F3AE";
}

.la-h-square:before {
  content: "\F0FD";
}

.la-hacker-news:before {
  content: "\F1D4";
}

.la-hacker-news-square:before {
  content: "\F3AF";
}

.la-hackerrank:before {
  content: "\F5F7";
}

.la-hamburger:before {
  content: "\F805";
}

.la-hammer:before {
  content: "\F6E3";
}

.la-hamsa:before {
  content: "\F665";
}

.la-hand-holding:before {
  content: "\F4BD";
}

.la-hand-holding-heart:before {
  content: "\F4BE";
}

.la-hand-holding-usd:before {
  content: "\F4C0";
}

.la-hand-lizard:before {
  content: "\F258";
}

.la-hand-middle-finger:before {
  content: "\F806";
}

.la-hand-paper:before {
  content: "\F256";
}

.la-hand-peace:before {
  content: "\F25B";
}

.la-hand-point-down:before {
  content: "\F0A7";
}

.la-hand-point-left:before {
  content: "\F0A5";
}

.la-hand-point-right:before {
  content: "\F0A4";
}

.la-hand-point-up:before {
  content: "\F0A6";
}

.la-hand-pointer:before {
  content: "\F25A";
}

.la-hand-rock:before {
  content: "\F255";
}

.la-hand-scissors:before {
  content: "\F257";
}

.la-hand-spock:before {
  content: "\F259";
}

.la-hands:before {
  content: "\F4C2";
}

.la-hands-helping:before {
  content: "\F4C4";
}

.la-handshake:before {
  content: "\F2B5";
}

.la-hanukiah:before {
  content: "\F6E6";
}

.la-hard-hat:before {
  content: "\F807";
}

.la-hashtag:before {
  content: "\F292";
}

.la-hat-wizard:before {
  content: "\F6E8";
}

.la-haykal:before {
  content: "\F666";
}

.la-hdd:before {
  content: "\F0A0";
}

.la-heading:before {
  content: "\F1DC";
}

.la-headphones:before {
  content: "\F025";
}

.la-headphones-alt:before {
  content: "\F58F";
}

.la-headset:before {
  content: "\F590";
}

.la-heart:before {
  content: "\F004";
}

.la-heart-broken:before {
  content: "\F7A9";
}

.la-heartbeat:before {
  content: "\F21E";
}

.la-helicopter:before {
  content: "\F533";
}

.la-highlighter:before {
  content: "\F591";
}

.la-hiking:before {
  content: "\F6EC";
}

.la-hippo:before {
  content: "\F6ED";
}

.la-hips:before {
  content: "\F452";
}

.la-hire-a-helper:before {
  content: "\F3B0";
}

.la-history:before {
  content: "\F1DA";
}

.la-hockey-puck:before {
  content: "\F453";
}

.la-holly-berry:before {
  content: "\F7AA";
}

.la-home:before {
  content: "\F015";
}

.la-hooli:before {
  content: "\F427";
}

.la-hornbill:before {
  content: "\F592";
}

.la-horse:before {
  content: "\F6F0";
}

.la-horse-head:before {
  content: "\F7AB";
}

.la-hospital:before {
  content: "\F0F8";
}

.la-hospital-alt:before {
  content: "\F47D";
}

.la-hospital-symbol:before {
  content: "\F47E";
}

.la-hot-tub:before {
  content: "\F593";
}

.la-hotdog:before {
  content: "\F80F";
}

.la-hotel:before {
  content: "\F594";
}

.la-hotjar:before {
  content: "\F3B1";
}

.la-hourglass:before {
  content: "\F254";
}

.la-hourglass-end:before {
  content: "\F253";
}

.la-hourglass-half:before {
  content: "\F252";
}

.la-hourglass-start:before {
  content: "\F251";
}

.la-house-damage:before {
  content: "\F6F1";
}

.la-houzz:before {
  content: "\F27C";
}

.la-hryvnia:before {
  content: "\F6F2";
}

.la-html5:before {
  content: "\F13B";
}

.la-hubspot:before {
  content: "\F3B2";
}

.la-i-cursor:before {
  content: "\F246";
}

.la-ice-cream:before {
  content: "\F810";
}

.la-icicles:before {
  content: "\F7AD";
}

.la-icons:before {
  content: "\F86D";
}

.la-id-badge:before {
  content: "\F2C1";
}

.la-id-card:before {
  content: "\F2C2";
}

.la-id-card-alt:before {
  content: "\F47F";
}

.la-igloo:before {
  content: "\F7AE";
}

.la-image:before {
  content: "\F03E";
}

.la-images:before {
  content: "\F302";
}

.la-imdb:before {
  content: "\F2D8";
}

.la-inbox:before {
  content: "\F01C";
}

.la-indent:before {
  content: "\F03C";
}

.la-industry:before {
  content: "\F275";
}

.la-infinity:before {
  content: "\F534";
}

.la-info:before {
  content: "\F129";
}

.la-info-circle:before {
  content: "\F05A";
}

.la-instagram:before {
  content: "\F16D";
}

.la-intercom:before {
  content: "\F7AF";
}

.la-internet-explorer:before {
  content: "\F26B";
}

.la-invision:before {
  content: "\F7B0";
}

.la-ioxhost:before {
  content: "\F208";
}

.la-italic:before {
  content: "\F033";
}

.la-itch-io:before {
  content: "\F83A";
}

.la-itunes:before {
  content: "\F3B4";
}

.la-itunes-note:before {
  content: "\F3B5";
}

.la-java:before {
  content: "\F4E4";
}

.la-jedi:before {
  content: "\F669";
}

.la-jedi-order:before {
  content: "\F50E";
}

.la-jenkins:before {
  content: "\F3B6";
}

.la-jira:before {
  content: "\F7B1";
}

.la-joget:before {
  content: "\F3B7";
}

.la-joint:before {
  content: "\F595";
}

.la-joomla:before {
  content: "\F1AA";
}

.la-journal-whills:before {
  content: "\F66A";
}

.la-js:before {
  content: "\F3B8";
}

.la-js-square:before {
  content: "\F3B9";
}

.la-jsfiddle:before {
  content: "\F1CC";
}

.la-kaaba:before {
  content: "\F66B";
}

.la-kaggle:before {
  content: "\F5FA";
}

.la-key:before {
  content: "\F084";
}

.la-keybase:before {
  content: "\F4F5";
}

.la-keyboard:before {
  content: "\F11C";
}

.la-keycdn:before {
  content: "\F3BA";
}

.la-khanda:before {
  content: "\F66D";
}

.la-kickstarter:before {
  content: "\F3BB";
}

.la-kickstarter-k:before {
  content: "\F3BC";
}

.la-kiss:before {
  content: "\F596";
}

.la-kiss-beam:before {
  content: "\F597";
}

.la-kiss-wink-heart:before {
  content: "\F598";
}

.la-kiwi-bird:before {
  content: "\F535";
}

.la-korvue:before {
  content: "\F42F";
}

.la-landmark:before {
  content: "\F66F";
}

.la-language:before {
  content: "\F1AB";
}

.la-laptop:before {
  content: "\F109";
}

.la-laptop-code:before {
  content: "\F5FC";
}

.la-laptop-medical:before {
  content: "\F812";
}

.la-laravel:before {
  content: "\F3BD";
}

.la-lastfm:before {
  content: "\F202";
}

.la-lastfm-square:before {
  content: "\F203";
}

.la-laugh:before {
  content: "\F599";
}

.la-laugh-beam:before {
  content: "\F59A";
}

.la-laugh-squint:before {
  content: "\F59B";
}

.la-laugh-wink:before {
  content: "\F59C";
}

.la-layer-group:before {
  content: "\F5FD";
}

.la-leaf:before {
  content: "\F06C";
}

.la-leanpub:before {
  content: "\F212";
}

.la-lemon:before {
  content: "\F094";
}

.la-less:before {
  content: "\F41D";
}

.la-less-than:before {
  content: "\F536";
}

.la-less-than-equal:before {
  content: "\F537";
}

.la-level-down-alt:before {
  content: "\F3BE";
}

.la-level-up-alt:before {
  content: "\F3BF";
}

.la-life-ring:before {
  content: "\F1CD";
}

.la-lightbulb:before {
  content: "\F0EB";
}

.la-line:before {
  content: "\F3C0";
}

.la-link:before {
  content: "\F0C1";
}

.la-linkedin:before {
  content: "\F08C";
}

.la-linkedin-in:before {
  content: "\F0E1";
}

.la-linode:before {
  content: "\F2B8";
}

.la-linux:before {
  content: "\F17C";
}

.la-lira-sign:before {
  content: "\F195";
}

.la-list:before {
  content: "\F03A";
}

.la-list-alt:before {
  content: "\F022";
}

.la-list-ol:before {
  content: "\F0CB";
}

.la-list-ul:before {
  content: "\F0CA";
}

.la-location-arrow:before {
  content: "\F124";
}

.la-lock:before {
  content: "\F023";
}

.la-lock-open:before {
  content: "\F3C1";
}

.la-long-arrow-alt-down:before {
  content: "\F309";
}

.la-long-arrow-alt-left:before {
  content: "\F30A";
}

.la-long-arrow-alt-right:before {
  content: "\F30B";
}

.la-long-arrow-alt-up:before {
  content: "\F30C";
}

.la-low-vision:before {
  content: "\F2A8";
}

.la-luggage-cart:before {
  content: "\F59D";
}

.la-lyft:before {
  content: "\F3C3";
}

.la-magento:before {
  content: "\F3C4";
}

.la-magic:before {
  content: "\F0D0";
}

.la-magnet:before {
  content: "\F076";
}

.la-mail-bulk:before {
  content: "\F674";
}

.la-mailchimp:before {
  content: "\F59E";
}

.la-male:before {
  content: "\F183";
}

.la-mandalorian:before {
  content: "\F50F";
}

.la-map:before {
  content: "\F279";
}

.la-map-marked:before {
  content: "\F59F";
}

.la-map-marked-alt:before {
  content: "\F5A0";
}

.la-map-marker:before {
  content: "\F041";
}

.la-map-marker-alt:before {
  content: "\F3C5";
}

.la-map-pin:before {
  content: "\F276";
}

.la-map-signs:before {
  content: "\F277";
}

.la-markdown:before {
  content: "\F60F";
}

.la-marker:before {
  content: "\F5A1";
}

.la-mars:before {
  content: "\F222";
}

.la-mars-double:before {
  content: "\F227";
}

.la-mars-stroke:before {
  content: "\F229";
}

.la-mars-stroke-h:before {
  content: "\F22B";
}

.la-mars-stroke-v:before {
  content: "\F22A";
}

.la-mask:before {
  content: "\F6FA";
}

.la-mastodon:before {
  content: "\F4F6";
}

.la-maxcdn:before {
  content: "\F136";
}

.la-medal:before {
  content: "\F5A2";
}

.la-medapps:before {
  content: "\F3C6";
}

.la-medium:before {
  content: "\F23A";
}

.la-medium-m:before {
  content: "\F3C7";
}

.la-medkit:before {
  content: "\F0FA";
}

.la-medrt:before {
  content: "\F3C8";
}

.la-meetup:before {
  content: "\F2E0";
}

.la-megaport:before {
  content: "\F5A3";
}

.la-meh:before {
  content: "\F11A";
}

.la-meh-blank:before {
  content: "\F5A4";
}

.la-meh-rolling-eyes:before {
  content: "\F5A5";
}

.la-memory:before {
  content: "\F538";
}

.la-mendeley:before {
  content: "\F7B3";
}

.la-menorah:before {
  content: "\F676";
}

.la-mercury:before {
  content: "\F223";
}

.la-meteor:before {
  content: "\F753";
}

.la-microchip:before {
  content: "\F2DB";
}

.la-microphone:before {
  content: "\F130";
}

.la-microphone-alt:before {
  content: "\F3C9";
}

.la-microphone-alt-slash:before {
  content: "\F539";
}

.la-microphone-slash:before {
  content: "\F131";
}

.la-microscope:before {
  content: "\F610";
}

.la-microsoft:before {
  content: "\F3CA";
}

.la-minus:before {
  content: "\F068";
}

.la-minus-circle:before {
  content: "\F056";
}

.la-minus-square:before {
  content: "\F146";
}

.la-mitten:before {
  content: "\F7B5";
}

.la-mix:before {
  content: "\F3CB";
}

.la-mixcloud:before {
  content: "\F289";
}

.la-mizuni:before {
  content: "\F3CC";
}

.la-mobile:before {
  content: "\F10B";
}

.la-mobile-alt:before {
  content: "\F3CD";
}

.la-modx:before {
  content: "\F285";
}

.la-monero:before {
  content: "\F3D0";
}

.la-money-bill:before {
  content: "\F0D6";
}

.la-money-bill-alt:before {
  content: "\F3D1";
}

.la-money-bill-wave:before {
  content: "\F53A";
}

.la-money-bill-wave-alt:before {
  content: "\F53B";
}

.la-money-check:before {
  content: "\F53C";
}

.la-money-check-alt:before {
  content: "\F53D";
}

.la-monument:before {
  content: "\F5A6";
}

.la-moon:before {
  content: "\F186";
}

.la-mortar-pestle:before {
  content: "\F5A7";
}

.la-mosque:before {
  content: "\F678";
}

.la-motorcycle:before {
  content: "\F21C";
}

.la-mountain:before {
  content: "\F6FC";
}

.la-mouse-pointer:before {
  content: "\F245";
}

.la-mug-hot:before {
  content: "\F7B6";
}

.la-music:before {
  content: "\F001";
}

.la-napster:before {
  content: "\F3D2";
}

.la-neos:before {
  content: "\F612";
}

.la-network-wired:before {
  content: "\F6FF";
}

.la-neuter:before {
  content: "\F22C";
}

.la-newspaper:before {
  content: "\F1EA";
}

.la-nimblr:before {
  content: "\F5A8";
}

.la-node:before {
  content: "\F419";
}

.la-node-js:before {
  content: "\F3D3";
}

.la-not-equal:before {
  content: "\F53E";
}

.la-notes-medical:before {
  content: "\F481";
}

.la-npm:before {
  content: "\F3D4";
}

.la-ns8:before {
  content: "\F3D5";
}

.la-nutritionix:before {
  content: "\F3D6";
}

.la-object-group:before {
  content: "\F247";
}

.la-object-ungroup:before {
  content: "\F248";
}

.la-odnoklassniki:before {
  content: "\F263";
}

.la-odnoklassniki-square:before {
  content: "\F264";
}

.la-oil-can:before {
  content: "\F613";
}

.la-old-republic:before {
  content: "\F510";
}

.la-om:before {
  content: "\F679";
}

.la-opencart:before {
  content: "\F23D";
}

.la-openid:before {
  content: "\F19B";
}

.la-opera:before {
  content: "\F26A";
}

.la-optin-monster:before {
  content: "\F23C";
}

.la-osi:before {
  content: "\F41A";
}

.la-otter:before {
  content: "\F700";
}

.la-outdent:before {
  content: "\F03B";
}

.la-page4:before {
  content: "\F3D7";
}

.la-pagelines:before {
  content: "\F18C";
}

.la-pager:before {
  content: "\F815";
}

.la-paint-brush:before {
  content: "\F1FC";
}

.la-paint-roller:before {
  content: "\F5AA";
}

.la-palette:before {
  content: "\F53F";
}

.la-palfed:before {
  content: "\F3D8";
}

.la-pallet:before {
  content: "\F482";
}

.la-paper-plane:before {
  content: "\F1D8";
}

.la-paperclip:before {
  content: "\F0C6";
}

.la-parachute-box:before {
  content: "\F4CD";
}

.la-paragraph:before {
  content: "\F1DD";
}

.la-parking:before {
  content: "\F540";
}

.la-passport:before {
  content: "\F5AB";
}

.la-pastafarianism:before {
  content: "\F67B";
}

.la-paste:before {
  content: "\F0EA";
}

.la-patreon:before {
  content: "\F3D9";
}

.la-pause:before {
  content: "\F04C";
}

.la-pause-circle:before {
  content: "\F28B";
}

.la-paw:before {
  content: "\F1B0";
}

.la-paypal:before {
  content: "\F1ED";
}

.la-peace:before {
  content: "\F67C";
}

.la-pen:before {
  content: "\F304";
}

.la-pen-alt:before {
  content: "\F305";
}

.la-pen-fancy:before {
  content: "\F5AC";
}

.la-pen-nib:before {
  content: "\F5AD";
}

.la-pen-square:before {
  content: "\F14B";
}

.la-pencil-alt:before {
  content: "\F303";
}

.la-pencil-ruler:before {
  content: "\F5AE";
}

.la-penny-arcade:before {
  content: "\F704";
}

.la-people-carry:before {
  content: "\F4CE";
}

.la-pepper-hot:before {
  content: "\F816";
}

.la-percent:before {
  content: "\F295";
}

.la-percentage:before {
  content: "\F541";
}

.la-periscope:before {
  content: "\F3DA";
}

.la-person-booth:before {
  content: "\F756";
}

.la-phabricator:before {
  content: "\F3DB";
}

.la-phoenix-framework:before {
  content: "\F3DC";
}

.la-phoenix-squadron:before {
  content: "\F511";
}

.la-phone:before {
  content: "\F095";
}

.la-phone-alt:before {
  content: "\F879";
}

.la-phone-slash:before {
  content: "\F3DD";
}

.la-phone-square:before {
  content: "\F098";
}

.la-phone-square-alt:before {
  content: "\F87B";
}

.la-phone-volume:before {
  content: "\F2A0";
}

.la-photo-video:before {
  content: "\F87C";
}

.la-php:before {
  content: "\F457";
}

.la-pied-piper:before {
  content: "\F2AE";
}

.la-pied-piper-alt:before {
  content: "\F1A8";
}

.la-pied-piper-hat:before {
  content: "\F4E5";
}

.la-pied-piper-pp:before {
  content: "\F1A7";
}

.la-piggy-bank:before {
  content: "\F4D3";
}

.la-pills:before {
  content: "\F484";
}

.la-pinterest:before {
  content: "\F0D2";
}

.la-pinterest-p:before {
  content: "\F231";
}

.la-pinterest-square:before {
  content: "\F0D3";
}

.la-pizza-slice:before {
  content: "\F818";
}

.la-place-of-worship:before {
  content: "\F67F";
}

.la-plane:before {
  content: "\F072";
}

.la-plane-arrival:before {
  content: "\F5AF";
}

.la-plane-departure:before {
  content: "\F5B0";
}

.la-play:before {
  content: "\F04B";
}

.la-play-circle:before {
  content: "\F144";
}

.la-playstation:before {
  content: "\F3DF";
}

.la-plug:before {
  content: "\F1E6";
}

.la-plus:before {
  content: "\F067";
}

.la-plus-circle:before {
  content: "\F055";
}

.la-plus-square:before {
  content: "\F0FE";
}

.la-podcast:before {
  content: "\F2CE";
}

.la-poll:before {
  content: "\F681";
}

.la-poll-h:before {
  content: "\F682";
}

.la-poo:before {
  content: "\F2FE";
}

.la-poo-storm:before {
  content: "\F75A";
}

.la-poop:before {
  content: "\F619";
}

.la-portrait:before {
  content: "\F3E0";
}

.la-pound-sign:before {
  content: "\F154";
}

.la-power-off:before {
  content: "\F011";
}

.la-pray:before {
  content: "\F683";
}

.la-praying-hands:before {
  content: "\F684";
}

.la-prescription:before {
  content: "\F5B1";
}

.la-prescription-bottle:before {
  content: "\F485";
}

.la-prescription-bottle-alt:before {
  content: "\F486";
}

.la-print:before {
  content: "\F02F";
}

.la-procedures:before {
  content: "\F487";
}

.la-product-hunt:before {
  content: "\F288";
}

.la-project-diagram:before {
  content: "\F542";
}

.la-pushed:before {
  content: "\F3E1";
}

.la-puzzle-piece:before {
  content: "\F12E";
}

.la-python:before {
  content: "\F3E2";
}

.la-qq:before {
  content: "\F1D6";
}

.la-qrcode:before {
  content: "\F029";
}

.la-question:before {
  content: "\F128";
}

.la-question-circle:before {
  content: "\F059";
}

.la-quidditch:before {
  content: "\F458";
}

.la-quinscape:before {
  content: "\F459";
}

.la-quora:before {
  content: "\F2C4";
}

.la-quote-left:before {
  content: "\F10D";
}

.la-quote-right:before {
  content: "\F10E";
}

.la-quran:before {
  content: "\F687";
}

.la-r-project:before {
  content: "\F4F7";
}

.la-radiation:before {
  content: "\F7B9";
}

.la-radiation-alt:before {
  content: "\F7BA";
}

.la-rainbow:before {
  content: "\F75B";
}

.la-random:before {
  content: "\F074";
}

.la-raspberry-pi:before {
  content: "\F7BB";
}

.la-ravelry:before {
  content: "\F2D9";
}

.la-react:before {
  content: "\F41B";
}

.la-reacteurope:before {
  content: "\F75D";
}

.la-readme:before {
  content: "\F4D5";
}

.la-rebel:before {
  content: "\F1D0";
}

.la-receipt:before {
  content: "\F543";
}

.la-recycle:before {
  content: "\F1B8";
}

.la-red-river:before {
  content: "\F3E3";
}

.la-reddit:before {
  content: "\F1A1";
}

.la-reddit-alien:before {
  content: "\F281";
}

.la-reddit-square:before {
  content: "\F1A2";
}

.la-redhat:before {
  content: "\F7BC";
}

.la-redo:before {
  content: "\F01E";
}

.la-redo-alt:before {
  content: "\F2F9";
}

.la-registered:before {
  content: "\F25D";
}

.la-remove-format:before {
  content: "\F87D";
}

.la-renren:before {
  content: "\F18B";
}

.la-reply:before {
  content: "\F3E5";
}

.la-reply-all:before {
  content: "\F122";
}

.la-replyd:before {
  content: "\F3E6";
}

.la-republican:before {
  content: "\F75E";
}

.la-researchgate:before {
  content: "\F4F8";
}

.la-resolving:before {
  content: "\F3E7";
}

.la-restroom:before {
  content: "\F7BD";
}

.la-retweet:before {
  content: "\F079";
}

.la-rev:before {
  content: "\F5B2";
}

.la-ribbon:before {
  content: "\F4D6";
}

.la-ring:before {
  content: "\F70B";
}

.la-road:before {
  content: "\F018";
}

.la-robot:before {
  content: "\F544";
}

.la-rocket:before {
  content: "\F135";
}

.la-rocketchat:before {
  content: "\F3E8";
}

.la-rockrms:before {
  content: "\F3E9";
}

.la-route:before {
  content: "\F4D7";
}

.la-rss:before {
  content: "\F09E";
}

.la-rss-square:before {
  content: "\F143";
}

.la-ruble-sign:before {
  content: "\F158";
}

.la-ruler:before {
  content: "\F545";
}

.la-ruler-combined:before {
  content: "\F546";
}

.la-ruler-horizontal:before {
  content: "\F547";
}

.la-ruler-vertical:before {
  content: "\F548";
}

.la-running:before {
  content: "\F70C";
}

.la-rupee-sign:before {
  content: "\F156";
}

.la-sad-cry:before {
  content: "\F5B3";
}

.la-sad-tear:before {
  content: "\F5B4";
}

.la-safari:before {
  content: "\F267";
}

.la-salesforce:before {
  content: "\F83B";
}

.la-sass:before {
  content: "\F41E";
}

.la-satellite:before {
  content: "\F7BF";
}

.la-satellite-dish:before {
  content: "\F7C0";
}

.la-save:before {
  content: "\F0C7";
}

.la-schlix:before {
  content: "\F3EA";
}

.la-school:before {
  content: "\F549";
}

.la-screwdriver:before {
  content: "\F54A";
}

.la-scribd:before {
  content: "\F28A";
}

.la-scroll:before {
  content: "\F70E";
}

.la-sd-card:before {
  content: "\F7C2";
}

.la-search:before {
  content: "\F002";
}

.la-search-dollar:before {
  content: "\F688";
}

.la-search-location:before {
  content: "\F689";
}

.la-search-minus:before {
  content: "\F010";
}

.la-search-plus:before {
  content: "\F00E";
}

.la-searchengin:before {
  content: "\F3EB";
}

.la-seedling:before {
  content: "\F4D8";
}

.la-sellcast:before {
  content: "\F2DA";
}

.la-sellsy:before {
  content: "\F213";
}

.la-server:before {
  content: "\F233";
}

.la-servicestack:before {
  content: "\F3EC";
}

.la-shapes:before {
  content: "\F61F";
}

.la-share:before {
  content: "\F064";
}

.la-share-alt:before {
  content: "\F1E0";
}

.la-share-alt-square:before {
  content: "\F1E1";
}

.la-share-square:before {
  content: "\F14D";
}

.la-shekel-sign:before {
  content: "\F20B";
}

.la-shield-alt:before {
  content: "\F3ED";
}

.la-ship:before {
  content: "\F21A";
}

.la-shipping-fast:before {
  content: "\F48B";
}

.la-shirtsinbulk:before {
  content: "\F214";
}

.la-shoe-prints:before {
  content: "\F54B";
}

.la-shopping-bag:before {
  content: "\F290";
}

.la-shopping-basket:before {
  content: "\F291";
}

.la-shopping-cart:before {
  content: "\F07A";
}

.la-shopware:before {
  content: "\F5B5";
}

.la-shower:before {
  content: "\F2CC";
}

.la-shuttle-van:before {
  content: "\F5B6";
}

.la-sign:before {
  content: "\F4D9";
}

.la-sign-in-alt:before {
  content: "\F2F6";
}

.la-sign-language:before {
  content: "\F2A7";
}

.la-sign-out-alt:before {
  content: "\F2F5";
}

.la-signal:before {
  content: "\F012";
}

.la-signature:before {
  content: "\F5B7";
}

.la-sim-card:before {
  content: "\F7C4";
}

.la-simplybuilt:before {
  content: "\F215";
}

.la-sistrix:before {
  content: "\F3EE";
}

.la-sitemap:before {
  content: "\F0E8";
}

.la-sith:before {
  content: "\F512";
}

.la-skating:before {
  content: "\F7C5";
}

.la-sketch:before {
  content: "\F7C6";
}

.la-skiing:before {
  content: "\F7C9";
}

.la-skiing-nordic:before {
  content: "\F7CA";
}

.la-skull:before {
  content: "\F54C";
}

.la-skull-crossbones:before {
  content: "\F714";
}

.la-skyatlas:before {
  content: "\F216";
}

.la-skype:before {
  content: "\F17E";
}

.la-slack:before {
  content: "\F198";
}

.la-slack-hash:before {
  content: "\F3EF";
}

.la-slash:before {
  content: "\F715";
}

.la-sleigh:before {
  content: "\F7CC";
}

.la-sliders-h:before {
  content: "\F1DE";
}

.la-slideshare:before {
  content: "\F1E7";
}

.la-smile:before {
  content: "\F118";
}

.la-smile-beam:before {
  content: "\F5B8";
}

.la-smile-wink:before {
  content: "\F4DA";
}

.la-smog:before {
  content: "\F75F";
}

.la-smoking:before {
  content: "\F48D";
}

.la-smoking-ban:before {
  content: "\F54D";
}

.la-sms:before {
  content: "\F7CD";
}

.la-snapchat:before {
  content: "\F2AB";
}

.la-snapchat-ghost:before {
  content: "\F2AC";
}

.la-snapchat-square:before {
  content: "\F2AD";
}

.la-snowboarding:before {
  content: "\F7CE";
}

.la-snowflake:before {
  content: "\F2DC";
}

.la-snowman:before {
  content: "\F7D0";
}

.la-snowplow:before {
  content: "\F7D2";
}

.la-socks:before {
  content: "\F696";
}

.la-solar-panel:before {
  content: "\F5BA";
}

.la-sort:before {
  content: "\F0DC";
}

.la-sort-alpha-down:before {
  content: "\F15D";
}

.la-sort-alpha-down-alt:before {
  content: "\F881";
}

.la-sort-alpha-up:before {
  content: "\F15E";
}

.la-sort-alpha-up-alt:before {
  content: "\F882";
}

.la-sort-amount-down:before {
  content: "\F160";
}

.la-sort-amount-down-alt:before {
  content: "\F884";
}

.la-sort-amount-up:before {
  content: "\F161";
}

.la-sort-amount-up-alt:before {
  content: "\F885";
}

.la-sort-down:before {
  content: "\F0DD";
}

.la-sort-numeric-down:before {
  content: "\F162";
}

.la-sort-numeric-down-alt:before {
  content: "\F886";
}

.la-sort-numeric-up:before {
  content: "\F163";
}

.la-sort-numeric-up-alt:before {
  content: "\F887";
}

.la-sort-up:before {
  content: "\F0DE";
}

.la-soundcloud:before {
  content: "\F1BE";
}

.la-sourcetree:before {
  content: "\F7D3";
}

.la-spa:before {
  content: "\F5BB";
}

.la-space-shuttle:before {
  content: "\F197";
}

.la-speakap:before {
  content: "\F3F3";
}

.la-speaker-deck:before {
  content: "\F83C";
}

.la-spell-check:before {
  content: "\F891";
}

.la-spider:before {
  content: "\F717";
}

.la-spinner:before {
  content: "\F110";
}

.la-splotch:before {
  content: "\F5BC";
}

.la-spotify:before {
  content: "\F1BC";
}

.la-spray-can:before {
  content: "\F5BD";
}

.la-square:before {
  content: "\F0C8";
}

.la-square-full:before {
  content: "\F45C";
}

.la-square-root-alt:before {
  content: "\F698";
}

.la-squarespace:before {
  content: "\F5BE";
}

.la-stack-exchange:before {
  content: "\F18D";
}

.la-stack-overflow:before {
  content: "\F16C";
}

.la-stackpath:before {
  content: "\F842";
}

.la-stamp:before {
  content: "\F5BF";
}

.la-star:before {
  content: "\F005";
}

.la-star-and-crescent:before {
  content: "\F699";
}

.la-star-half:before {
  content: "\F089";
}

.la-star-half-alt:before {
  content: "\F5C0";
}

.la-star-of-david:before {
  content: "\F69A";
}

.la-star-of-life:before {
  content: "\F621";
}

.la-staylinked:before {
  content: "\F3F5";
}

.la-steam:before {
  content: "\F1B6";
}

.la-steam-square:before {
  content: "\F1B7";
}

.la-steam-symbol:before {
  content: "\F3F6";
}

.la-step-backward:before {
  content: "\F048";
}

.la-step-forward:before {
  content: "\F051";
}

.la-stethoscope:before {
  content: "\F0F1";
}

.la-sticker-mule:before {
  content: "\F3F7";
}

.la-sticky-note:before {
  content: "\F249";
}

.la-stop:before {
  content: "\F04D";
}

.la-stop-circle:before {
  content: "\F28D";
}

.la-stopwatch:before {
  content: "\F2F2";
}

.la-store:before {
  content: "\F54E";
}

.la-store-alt:before {
  content: "\F54F";
}

.la-strava:before {
  content: "\F428";
}

.la-stream:before {
  content: "\F550";
}

.la-street-view:before {
  content: "\F21D";
}

.la-strikethrough:before {
  content: "\F0CC";
}

.la-stripe:before {
  content: "\F429";
}

.la-stripe-s:before {
  content: "\F42A";
}

.la-stroopwafel:before {
  content: "\F551";
}

.la-studiovinari:before {
  content: "\F3F8";
}

.la-stumbleupon:before {
  content: "\F1A4";
}

.la-stumbleupon-circle:before {
  content: "\F1A3";
}

.la-subscript:before {
  content: "\F12C";
}

.la-subway:before {
  content: "\F239";
}

.la-suitcase:before {
  content: "\F0F2";
}

.la-suitcase-rolling:before {
  content: "\F5C1";
}

.la-sun:before {
  content: "\F185";
}

.la-superpowers:before {
  content: "\F2DD";
}

.la-superscript:before {
  content: "\F12B";
}

.la-supple:before {
  content: "\F3F9";
}

.la-surprise:before {
  content: "\F5C2";
}

.la-suse:before {
  content: "\F7D6";
}

.la-swatchbook:before {
  content: "\F5C3";
}

.la-swimmer:before {
  content: "\F5C4";
}

.la-swimming-pool:before {
  content: "\F5C5";
}

.la-symfony:before {
  content: "\F83D";
}

.la-synagogue:before {
  content: "\F69B";
}

.la-sync:before {
  content: "\F021";
}

.la-sync-alt:before {
  content: "\F2F1";
}

.la-syringe:before {
  content: "\F48E";
}

.la-table:before {
  content: "\F0CE";
}

.la-table-tennis:before {
  content: "\F45D";
}

.la-tablet:before {
  content: "\F10A";
}

.la-tablet-alt:before {
  content: "\F3FA";
}

.la-tablets:before {
  content: "\F490";
}

.la-tachometer-alt:before {
  content: "\F3FD";
}

.la-tag:before {
  content: "\F02B";
}

.la-tags:before {
  content: "\F02C";
}

.la-tape:before {
  content: "\F4DB";
}

.la-tasks:before {
  content: "\F0AE";
}

.la-taxi:before {
  content: "\F1BA";
}

.la-teamspeak:before {
  content: "\F4F9";
}

.la-teeth:before {
  content: "\F62E";
}

.la-teeth-open:before {
  content: "\F62F";
}

.la-telegram:before {
  content: "\F2C6";
}

.la-telegram-plane:before {
  content: "\F3FE";
}

.la-temperature-high:before {
  content: "\F769";
}

.la-temperature-low:before {
  content: "\F76B";
}

.la-tencent-weibo:before {
  content: "\F1D5";
}

.la-tenge:before {
  content: "\F7D7";
}

.la-terminal:before {
  content: "\F120";
}

.la-text-height:before {
  content: "\F034";
}

.la-text-width:before {
  content: "\F035";
}

.la-th:before {
  content: "\F00A";
}

.la-th-large:before {
  content: "\F009";
}

.la-th-list:before {
  content: "\F00B";
}

.la-the-red-yeti:before {
  content: "\F69D";
}

.la-theater-masks:before {
  content: "\F630";
}

.la-themeco:before {
  content: "\F5C6";
}

.la-themeisle:before {
  content: "\F2B2";
}

.la-thermometer:before {
  content: "\F491";
}

.la-thermometer-empty:before {
  content: "\F2CB";
}

.la-thermometer-full:before {
  content: "\F2C7";
}

.la-thermometer-half:before {
  content: "\F2C9";
}

.la-thermometer-quarter:before {
  content: "\F2CA";
}

.la-thermometer-three-quarters:before {
  content: "\F2C8";
}

.la-think-peaks:before {
  content: "\F731";
}

.la-thumbs-down:before {
  content: "\F165";
}

.la-thumbs-up:before {
  content: "\F164";
}

.la-thumbtack:before {
  content: "\F08D";
}

.la-ticket-alt:before {
  content: "\F3FF";
}

.la-times:before {
  content: "\F00D";
}

.la-times-circle:before {
  content: "\F057";
}

.la-tint:before {
  content: "\F043";
}

.la-tint-slash:before {
  content: "\F5C7";
}

.la-tired:before {
  content: "\F5C8";
}

.la-toggle-off:before {
  content: "\F204";
}

.la-toggle-on:before {
  content: "\F205";
}

.la-toilet:before {
  content: "\F7D8";
}

.la-toilet-paper:before {
  content: "\F71E";
}

.la-toolbox:before {
  content: "\F552";
}

.la-tools:before {
  content: "\F7D9";
}

.la-tooth:before {
  content: "\F5C9";
}

.la-torah:before {
  content: "\F6A0";
}

.la-torii-gate:before {
  content: "\F6A1";
}

.la-tractor:before {
  content: "\F722";
}

.la-trade-federation:before {
  content: "\F513";
}

.la-trademark:before {
  content: "\F25C";
}

.la-traffic-light:before {
  content: "\F637";
}

.la-train:before {
  content: "\F238";
}

.la-tram:before {
  content: "\F7DA";
}

.la-transgender:before {
  content: "\F224";
}

.la-transgender-alt:before {
  content: "\F225";
}

.la-trash:before {
  content: "\F1F8";
}

.la-trash-alt:before {
  content: "\F2ED";
}

.la-trash-restore:before {
  content: "\F829";
}

.la-trash-restore-alt:before {
  content: "\F82A";
}

.la-tree:before {
  content: "\F1BB";
}

.la-trello:before {
  content: "\F181";
}

.la-tripadvisor:before {
  content: "\F262";
}

.la-trophy:before {
  content: "\F091";
}

.la-truck:before {
  content: "\F0D1";
}

.la-truck-loading:before {
  content: "\F4DE";
}

.la-truck-monster:before {
  content: "\F63B";
}

.la-truck-moving:before {
  content: "\F4DF";
}

.la-truck-pickup:before {
  content: "\F63C";
}

.la-tshirt:before {
  content: "\F553";
}

.la-tty:before {
  content: "\F1E4";
}

.la-tumblr:before {
  content: "\F173";
}

.la-tumblr-square:before {
  content: "\F174";
}

.la-tv:before {
  content: "\F26C";
}

.la-twitch:before {
  content: "\F1E8";
}

.la-twitter:before {
  content: "\F099";
}

.la-twitter-square:before {
  content: "\F081";
}

.la-typo3:before {
  content: "\F42B";
}

.la-uber:before {
  content: "\F402";
}

.la-ubuntu:before {
  content: "\F7DF";
}

.la-uikit:before {
  content: "\F403";
}

.la-umbrella:before {
  content: "\F0E9";
}

.la-umbrella-beach:before {
  content: "\F5CA";
}

.la-underline:before {
  content: "\F0CD";
}

.la-undo:before {
  content: "\F0E2";
}

.la-undo-alt:before {
  content: "\F2EA";
}

.la-uniregistry:before {
  content: "\F404";
}

.la-universal-access:before {
  content: "\F29A";
}

.la-university:before {
  content: "\F19C";
}

.la-unlink:before {
  content: "\F127";
}

.la-unlock:before {
  content: "\F09C";
}

.la-unlock-alt:before {
  content: "\F13E";
}

.la-untappd:before {
  content: "\F405";
}

.la-upload:before {
  content: "\F093";
}

.la-ups:before {
  content: "\F7E0";
}

.la-usb:before {
  content: "\F287";
}

.la-user:before {
  content: "\F007";
}

.la-user-alt:before {
  content: "\F406";
}

.la-user-alt-slash:before {
  content: "\F4FA";
}

.la-user-astronaut:before {
  content: "\F4FB";
}

.la-user-check:before {
  content: "\F4FC";
}

.la-user-circle:before {
  content: "\F2BD";
}

.la-user-clock:before {
  content: "\F4FD";
}

.la-user-cog:before {
  content: "\F4FE";
}

.la-user-edit:before {
  content: "\F4FF";
}

.la-user-friends:before {
  content: "\F500";
}

.la-user-graduate:before {
  content: "\F501";
}

.la-user-injured:before {
  content: "\F728";
}

.la-user-lock:before {
  content: "\F502";
}

.la-user-md:before {
  content: "\F0F0";
}

.la-user-minus:before {
  content: "\F503";
}

.la-user-ninja:before {
  content: "\F504";
}

.la-user-nurse:before {
  content: "\F82F";
}

.la-user-plus:before {
  content: "\F234";
}

.la-user-secret:before {
  content: "\F21B";
}

.la-user-shield:before {
  content: "\F505";
}

.la-user-slash:before {
  content: "\F506";
}

.la-user-tag:before {
  content: "\F507";
}

.la-user-tie:before {
  content: "\F508";
}

.la-user-times:before {
  content: "\F235";
}

.la-users:before {
  content: "\F0C0";
}

.la-users-cog:before {
  content: "\F509";
}

.la-usps:before {
  content: "\F7E1";
}

.la-ussunnah:before {
  content: "\F407";
}

.la-utensil-spoon:before {
  content: "\F2E5";
}

.la-utensils:before {
  content: "\F2E7";
}

.la-vaadin:before {
  content: "\F408";
}

.la-vector-square:before {
  content: "\F5CB";
}

.la-venus:before {
  content: "\F221";
}

.la-venus-double:before {
  content: "\F226";
}

.la-venus-mars:before {
  content: "\F228";
}

.la-viacoin:before {
  content: "\F237";
}

.la-viadeo:before {
  content: "\F2A9";
}

.la-viadeo-square:before {
  content: "\F2AA";
}

.la-vial:before {
  content: "\F492";
}

.la-vials:before {
  content: "\F493";
}

.la-viber:before {
  content: "\F409";
}

.la-video:before {
  content: "\F03D";
}

.la-video-slash:before {
  content: "\F4E2";
}

.la-vihara:before {
  content: "\F6A7";
}

.la-vimeo:before {
  content: "\F40A";
}

.la-vimeo-square:before {
  content: "\F194";
}

.la-vimeo-v:before {
  content: "\F27D";
}

.la-vine:before {
  content: "\F1CA";
}

.la-vk:before {
  content: "\F189";
}

.la-vnv:before {
  content: "\F40B";
}

.la-voicemail:before {
  content: "\F897";
}

.la-volleyball-ball:before {
  content: "\F45F";
}

.la-volume-down:before {
  content: "\F027";
}

.la-volume-mute:before {
  content: "\F6A9";
}

.la-volume-off:before {
  content: "\F026";
}

.la-volume-up:before {
  content: "\F028";
}

.la-vote-yea:before {
  content: "\F772";
}

.la-vr-cardboard:before {
  content: "\F729";
}

.la-vuejs:before {
  content: "\F41F";
}

.la-walking:before {
  content: "\F554";
}

.la-wallet:before {
  content: "\F555";
}

.la-warehouse:before {
  content: "\F494";
}

.la-water:before {
  content: "\F773";
}

.la-wave-square:before {
  content: "\F83E";
}

.la-waze:before {
  content: "\F83F";
}

.la-weebly:before {
  content: "\F5CC";
}

.la-weibo:before {
  content: "\F18A";
}

.la-weight:before {
  content: "\F496";
}

.la-weight-hanging:before {
  content: "\F5CD";
}

.la-weixin:before {
  content: "\F1D7";
}

.la-whatsapp:before {
  content: "\F232";
}

.la-whatsapp-square:before {
  content: "\F40C";
}

.la-wheelchair:before {
  content: "\F193";
}

.la-whmcs:before {
  content: "\F40D";
}

.la-wifi:before {
  content: "\F1EB";
}

.la-wikipedia-w:before {
  content: "\F266";
}

.la-wind:before {
  content: "\F72E";
}

.la-window-close:before {
  content: "\F410";
}

.la-window-maximize:before {
  content: "\F2D0";
}

.la-window-minimize:before {
  content: "\F2D1";
}

.la-window-restore:before {
  content: "\F2D2";
}

.la-windows:before {
  content: "\F17A";
}

.la-wine-bottle:before {
  content: "\F72F";
}

.la-wine-glass:before {
  content: "\F4E3";
}

.la-wine-glass-alt:before {
  content: "\F5CE";
}

.la-wix:before {
  content: "\F5CF";
}

.la-wizards-of-the-coast:before {
  content: "\F730";
}

.la-wolf-pack-battalion:before {
  content: "\F514";
}

.la-won-sign:before {
  content: "\F159";
}

.la-wordpress:before {
  content: "\F19A";
}

.la-wordpress-simple:before {
  content: "\F411";
}

.la-wpbeginner:before {
  content: "\F297";
}

.la-wpexplorer:before {
  content: "\F2DE";
}

.la-wpforms:before {
  content: "\F298";
}

.la-wpressr:before {
  content: "\F3E4";
}

.la-wrench:before {
  content: "\F0AD";
}

.la-x-ray:before {
  content: "\F497";
}

.la-xbox:before {
  content: "\F412";
}

.la-xing:before {
  content: "\F168";
}

.la-xing-square:before {
  content: "\F169";
}

.la-y-combinator:before {
  content: "\F23B";
}

.la-yahoo:before {
  content: "\F19E";
}

.la-yammer:before {
  content: "\F840";
}

.la-yandex:before {
  content: "\F413";
}

.la-yandex-international:before {
  content: "\F414";
}

.la-yarn:before {
  content: "\F7E3";
}

.la-yelp:before {
  content: "\F1E9";
}

.la-yen-sign:before {
  content: "\F157";
}

.la-yin-yang:before {
  content: "\F6AD";
}

.la-yoast:before {
  content: "\F2B1";
}

.la-youtube:before {
  content: "\F167";
}

.la-youtube-square:before {
  content: "\F431";
}

.la-zhihu:before {
  content: "\F63F";
}

.la-hat-cowboy:before {
  content: "\F8C0";
}

.la-hat-cowboy-side:before {
  content: "\F8C1";
}

.la-mdb:before {
  content: "\F8CA";
}

.la-mouse:before {
  content: "\F8CC";
}

.la-orcid:before {
  content: "\F8D2";
}

.la-record-vinyl:before {
  content: "\F8D9";
}

.la-swift:before {
  content: "\F8E1";
}

.la-umbraco:before {
  content: "\F8E8";
}

.la-buy-n-large:before {
  content: "\F8A6";
}

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.sr-only-focusable:active, .sr-only-focusable.nice-select.open, .sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

.nice-select {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background-color: #fff;
  border-radius: 0.375rem;
  border: solid 1px #e8e8e8;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 14px;
  font-weight: normal;
  height: calc(1.5em + 0.75rem + 2px);
  line-height: calc(1.5em + 0.75rem + 2px)-2;
  outline: none;
  padding-left: 18px;
  padding-right: 30px;
  position: relative;
  text-align: left !important;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  white-space: nowrap;
  width: auto;
}
.nice-select:hover {
  border-color: #dbdbdb;
}
.nice-select:active, .nice-select.open, .nice-select:focus {
  border-color: #999;
}
.nice-select:after {
  border-bottom: 2px solid #999;
  border-right: 2px solid #999;
  content: "";
  display: block;
  height: 5px;
  margin-top: -4px;
  pointer-events: none;
  position: absolute;
  right: 12px;
  top: 50%;
  transform-origin: 66% 66%;
  transform: rotate(45deg);
  transition: all 0.15s ease-in-out;
  width: 5px;
}
.nice-select.open:after {
  transform: rotate(-135deg);
}
.nice-select.open .list {
  opacity: 1;
  pointer-events: auto;
  transform: scale(1) translateY(0);
}
.nice-select.disabled {
  border-color: #ededed;
  color: #999;
  pointer-events: none;
}
.nice-select.disabled:after {
  border-color: #cccccc;
}
.nice-select.wide {
  width: 100%;
}
.nice-select.wide .list {
  left: 0 !important;
  right: 0 !important;
}
.nice-select.right {
  float: right;
}
.nice-select.right .list {
  left: auto;
  right: 0;
}
.nice-select.small {
  font-size: 12px;
  height: 36px;
  line-height: 34px;
}
.nice-select.small:after {
  height: 4px;
  width: 4px;
}
.nice-select.small .option {
  line-height: 34px;
  min-height: 34px;
}
.nice-select .list {
  background-color: #fff;
  border-radius: 0.375rem;
  box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  box-sizing: border-box;
  margin-top: 4px;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  transform-origin: 50% 0;
  transform: scale(0.75) translateY(-calc(1.5em + 0.75rem + 2px)/2);
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  z-index: 9;
}
.nice-select .list:hover .option:not(:hover) {
  background-color: transparent !important;
}
.nice-select .option {
  cursor: pointer;
  font-weight: 400;
  line-height: calc(1.5em + 0.75rem + 2px)-2;
  list-style: none;
  min-height: calc(1.5em + 0.75rem + 2px)-2;
  outline: none;
  padding-left: 18px;
  padding-right: 29px;
  text-align: left;
  transition: all 0.2s;
}
.nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
  background-color: #f6f6f6;
}
.nice-select .option.selected {
  font-weight: bold;
}
.nice-select .option.disabled {
  background-color: transparent;
  color: #999;
  cursor: default;
}

.no-csspointerevents .nice-select .list {
  display: none;
}
.no-csspointerevents .nice-select.open .list {
  display: block;
}

/*!
 * animate.css -https://daneden.github.io/animate.css/
 * Version - 3.7.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2019 Daniel Eden
 */
@-webkit-keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    transform: translate3d(0, -4px, 0);
  }
}
@keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  transform-origin: center bottom;
}

@-webkit-keyframes flash {
  from, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
@keyframes flash {
  from, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  from {
    transform: scale3d(1, 1, 1);
  }
  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  from {
    transform: scale3d(1, 1, 1);
  }
  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  from {
    transform: scale3d(1, 1, 1);
  }
  30% {
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
@keyframes rubberBand {
  from {
    transform: scale3d(1, 1, 1);
  }
  30% {
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shake {
  from, to {
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    transform: translate3d(10px, 0, 0);
  }
}
@keyframes shake {
  from, to {
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    transform: translate3d(10px, 0, 0);
  }
}
.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes headShake {
  0% {
    transform: translateX(0);
  }
  6.5% {
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    transform: translateX(0);
  }
}
@keyframes headShake {
  0% {
    transform: translateX(0);
  }
  6.5% {
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    transform: translateX(0);
  }
}
.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
}

@-webkit-keyframes swing {
  20% {
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
@keyframes swing {
  20% {
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.swing {
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  from {
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
@keyframes tada {
  from {
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  from {
    transform: translate3d(0, 0, 0);
  }
  15% {
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes wobble {
  from {
    transform: translate3d(0, 0, 0);
  }
  15% {
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes jello {
  from, 11.1%, to {
    transform: translate3d(0, 0, 0);
  }
  22.2% {
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
@keyframes jello {
  from, 11.1%, to {
    transform: translate3d(0, 0, 0);
  }
  22.2% {
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  transform-origin: center;
}

@-webkit-keyframes heartBeat {
  0% {
    transform: scale(1);
  }
  14% {
    transform: scale(1.3);
  }
  28% {
    transform: scale(1);
  }
  42% {
    transform: scale(1.3);
  }
  70% {
    transform: scale(1);
  }
}
@keyframes heartBeat {
  0% {
    transform: scale(1);
  }
  14% {
    transform: scale(1.3);
  }
  28% {
    transform: scale(1);
  }
  42% {
    transform: scale(1.3);
  }
  70% {
    transform: scale(1);
  }
}
.heartBeat {
  -webkit-animation-name: heartBeat;
  animation-name: heartBeat;
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

@-webkit-keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}
@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}
.bounceIn {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0);
  }
  75% {
    transform: translate3d(0, -10px, 0);
  }
  90% {
    transform: translate3d(0, 5px, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0);
  }
  75% {
    transform: translate3d(0, -10px, 0);
  }
  90% {
    transform: translate3d(0, 5px, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }
  75% {
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    transform: translate3d(5px, 0, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }
  75% {
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    transform: translate3d(5px, 0, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    transform: translate3d(10px, 0, 0);
  }
  90% {
    transform: translate3d(-5px, 0, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    transform: translate3d(10px, 0, 0);
  }
  90% {
    transform: translate3d(-5px, 0, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  75% {
    transform: translate3d(0, 10px, 0);
  }
  90% {
    transform: translate3d(0, -5px, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  75% {
    transform: translate3d(0, 10px, 0);
  }
  90% {
    transform: translate3d(0, -5px, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  20% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
@keyframes bounceOut {
  20% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.bounceOut {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDownBig {
  from {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRightBig {
  from {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUpBig {
  from {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
}
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
}
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  from {
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  from {
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  from {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  from {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    transform: perspective(400px);
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    transform: perspective(400px);
  }
}
@keyframes flipInY {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    transform: perspective(400px);
  }
}
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  from {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  from {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.flipOutX {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  from {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  from {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  from {
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    transform: skewX(-5deg);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes lightSpeedIn {
  from {
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    transform: skewX(-5deg);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  from {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    transform-origin: center;
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateIn {
  from {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    transform-origin: center;
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    transform-origin: left bottom;
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    transform-origin: left bottom;
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    transform-origin: right bottom;
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    transform-origin: right bottom;
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    transform-origin: left bottom;
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    transform-origin: left bottom;
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    transform-origin: right bottom;
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    transform-origin: right bottom;
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  from {
    transform-origin: center;
    opacity: 1;
  }
  to {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  from {
    transform-origin: center;
    opacity: 1;
  }
  to {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  from {
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  from {
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  from {
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  from {
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  from {
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  from {
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  from {
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  from {
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
  0% {
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    transform: rotate3d(0, 0, 1, 80deg);
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    transform: rotate3d(0, 0, 1, 60deg);
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    transform: rotate3d(0, 0, 1, 80deg);
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    transform: rotate3d(0, 0, 1, 60deg);
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

@-webkit-keyframes jackInTheBox {
  from {
    opacity: 0;
    transform: scale(0.1) rotate(30deg);
    transform-origin: center bottom;
  }
  50% {
    transform: rotate(-10deg);
  }
  70% {
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes jackInTheBox {
  from {
    opacity: 0;
    transform: scale(0.1) rotate(30deg);
    transform-origin: center bottom;
  }
  50% {
    transform: rotate(-10deg);
  }
  70% {
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.jackInTheBox {
  -webkit-animation-name: jackInTheBox;
  animation-name: jackInTheBox;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes rollIn {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
@keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInDown {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInLeft {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInRight {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInUp {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
@keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform-origin: left center;
  }
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform-origin: left center;
  }
}
.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(2000px, 0, 0);
    transform-origin: right center;
  }
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(2000px, 0, 0);
    transform-origin: right center;
  }
}
.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
  from {
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInDown {
  from {
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  from {
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInLeft {
  from {
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  from {
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInRight {
  from {
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  from {
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInUp {
  from {
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes slideOutDown {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, 100%, 0);
  }
}
.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes slideOutLeft {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(-100%, 0, 0);
  }
}
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes slideOutRight {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(100%, 0, 0);
  }
}
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes slideOutUp {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, -100%, 0);
  }
}
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.animated.delay-2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.animated.delay-3s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}

.animated.delay-4s {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}

.animated.delay-5s {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
}

.animated.fast {
  -webkit-animation-duration: 800ms;
  animation-duration: 800ms;
}

.animated.faster {
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
}

.animated.slow {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.animated.slower {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
}

@media (print), (prefers-reduced-motion: reduce) {
  .animated {
    -webkit-animation-duration: 1ms !important;
    animation-duration: 1ms !important;
    transition-duration: 1ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important;
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

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

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "\2190";
}
[dir=rtl] .slick-prev:before {
  content: "\2192";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "\2192";
}
[dir=rtl] .slick-next:before {
  content: "\2190";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "\2022";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

.slick-lightbox {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: black;
  transition: opacity 0.5s ease;
}
.slick-lightbox .slick-loading .slick-list {
  background-color: transparent;
}
.slick-lightbox .slick-prev {
  left: 15px;
}
.slick-lightbox .slick-next {
  right: 15px;
}

.slick-lightbox-hide {
  opacity: 0;
}
.slick-lightbox-hide.slick-lightbox-ie {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}

.slick-lightbox-hide-init {
  position: absolute;
  top: -9999px;
  opacity: 0;
}
.slick-lightbox-hide-init.slick-lightbox-ie {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}

.slick-lightbox-inner {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.slick-lightbox-slick-item {
  text-align: center;
  overflow: hidden;
}
.slick-lightbox-slick-item:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}
.slick-caption-bottom .slick-lightbox-slick-item .slick-lightbox-slick-item .slick-lightbox-slick-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  width: 100%;
  margin-bottom: 20px;
}
.slick-caption-dynamic .slick-lightbox-slick-item .slick-lightbox-slick-item .slick-lightbox-slick-caption {
  display: block;
  text-align: center;
}

.slick-lightbox-slick-item-inner {
  display: inline-block;
  vertical-align: middle;
  max-width: 90%;
  max-height: 90%;
}

.slick-lightbox-slick-img {
  margin: 0 auto;
  display: block;
  max-width: 90%;
  max-height: 90%;
}

.slick-lightbox-slick-caption {
  margin: 10px 0 0;
  color: white;
}

.slick-lightbox-close {
  position: absolute;
  top: 15px;
  right: 15px;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: transparent;
  color: transparent;
  padding: 0;
  border: none;
}
.slick-lightbox-close:focus {
  outline: none;
}
.slick-lightbox-close:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.85;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\D7";
}

/* jQuery Countdown styles 2.0.0. */
.is-countdown {
  border: 1px solid #ccc;
  background-color: #eee;
}

.countdown-rtl {
  direction: rtl;
}

.countdown-holding span {
  color: #888;
}

.countdown-row {
  clear: both;
  width: 100%;
  padding: 0px 2px;
  text-align: center;
}

.countdown-show1 .countdown-section {
  width: 98%;
}

.countdown-show2 .countdown-section {
  width: 48%;
}

.countdown-show3 .countdown-section {
  width: 32.5%;
}

.countdown-show4 .countdown-section {
  width: 24.5%;
}

.countdown-show5 .countdown-section {
  width: 19.5%;
}

.countdown-show6 .countdown-section {
  width: 16.25%;
}

.countdown-show7 .countdown-section {
  width: 14%;
}

.countdown-section {
  display: block;
  float: left;
  font-size: 75%;
  text-align: center;
}

.countdown-amount {
  font-size: 200%;
}

.countdown-period {
  display: block;
}

.countdown-descr {
  display: block;
  width: 100%;
}

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

.noUi-target {
  position: relative;
}

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

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

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

.noUi-connect {
  height: 100%;
  width: 100%;
}

.noUi-origin {
  height: 10%;
  width: 10%;
}

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

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

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

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

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

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

.noUi-state-drag * {
  cursor: inherit !important;
}

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

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

.noUi-vertical {
  width: 18px;
}

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

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

/* Styling;
 * Giving the connect element a border radius causes issues with using transform: scale
 */
.noUi-target {
  background: #FAFAFA;
  border-radius: 4px;
  border: 1px solid #D3D3D3;
  box-shadow: inset 0 1px 1px #F0F0F0, 0 3px 6px -5px #BBB;
}

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

.noUi-connect {
  background: #3FB8AF;
}

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

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

.noUi-handle {
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #FFF;
  cursor: default;
  box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #EBEBEB, 0 3px 6px -3px #BBB;
}

.noUi-active {
  box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #DDD, 0 3px 6px -3px #BBB;
}

/* Handle stripes;
 */
.noUi-handle:before,
.noUi-handle:after {
  content: "";
  display: block;
  position: absolute;
  height: 14px;
  width: 1px;
  background: #E8E7E6;
  left: 14px;
  top: 6px;
}

.noUi-handle:after {
  left: 17px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.flatpickr-calendar {
  background: transparent;
  opacity: 0;
  display: none;
  text-align: center;
  visibility: hidden;
  padding: 0;
  -webkit-animation: none;
  animation: none;
  direction: ltr;
  border: 0;
  font-size: 14px;
  line-height: 24px;
  border-radius: 5px;
  position: absolute;
  width: 307.875px;
  box-sizing: border-box;
  touch-action: manipulation;
  background: #fff;
  box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6, 0 3px 13px rgba(0, 0, 0, 0.08);
}

.flatpickr-calendar.open,
.flatpickr-calendar.inline {
  opacity: 1;
  max-height: 640px;
  visibility: visible;
}

.flatpickr-calendar.open {
  display: inline-block;
  z-index: 99999;
}

.flatpickr-calendar.animate.open {
  -webkit-animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
  animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.flatpickr-calendar.inline {
  display: block;
  position: relative;
  top: 2px;
}

.flatpickr-calendar.static {
  position: absolute;
  top: calc(100% + 2px);
}

.flatpickr-calendar.static.open {
  z-index: 999;
  display: block;
}

.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+1) .flatpickr-day.inRange:nth-child(7n+7) {
  box-shadow: none !important;
}

.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+2) .flatpickr-day.inRange:nth-child(7n+1) {
  box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
}

.flatpickr-calendar .hasWeeks .dayContainer,
.flatpickr-calendar .hasTime .dayContainer {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.flatpickr-calendar .hasWeeks .dayContainer {
  border-left: 0;
}

.flatpickr-calendar.showTimeInput.hasTime .flatpickr-time {
  height: 40px;
  border-top: 1px solid #e6e6e6;
}

.flatpickr-calendar.noCalendar.hasTime .flatpickr-time {
  height: auto;
}

.flatpickr-calendar:before,
.flatpickr-calendar:after {
  position: absolute;
  display: block;
  pointer-events: none;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  left: 22px;
}

.flatpickr-calendar.rightMost:before,
.flatpickr-calendar.rightMost:after {
  left: auto;
  right: 22px;
}

.flatpickr-calendar:before {
  border-width: 5px;
  margin: 0 -5px;
}

.flatpickr-calendar:after {
  border-width: 4px;
  margin: 0 -4px;
}

.flatpickr-calendar.arrowTop:before,
.flatpickr-calendar.arrowTop:after {
  bottom: 100%;
}

.flatpickr-calendar.arrowTop:before {
  border-bottom-color: #e6e6e6;
}

.flatpickr-calendar.arrowTop:after {
  border-bottom-color: #fff;
}

.flatpickr-calendar.arrowBottom:before,
.flatpickr-calendar.arrowBottom:after {
  top: 100%;
}

.flatpickr-calendar.arrowBottom:before {
  border-top-color: #e6e6e6;
}

.flatpickr-calendar.arrowBottom:after {
  border-top-color: #fff;
}

.flatpickr-calendar:focus {
  outline: 0;
}

.flatpickr-wrapper {
  position: relative;
  display: inline-block;
}

.flatpickr-months {
  display: flex;
}

.flatpickr-months .flatpickr-month {
  background: transparent;
  color: rgba(0, 0, 0, 0.9);
  fill: rgba(0, 0, 0, 0.9);
  height: 34px;
  line-height: 1;
  text-align: center;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow: hidden;
  flex: 1;
}

.flatpickr-months .flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month {
  text-decoration: none;
  cursor: pointer;
  position: absolute;
  top: 0;
  height: 34px;
  padding: 10px;
  z-index: 3;
  color: rgba(0, 0, 0, 0.9);
  fill: rgba(0, 0, 0, 0.9);
}

.flatpickr-months .flatpickr-prev-month.flatpickr-disabled,
.flatpickr-months .flatpickr-next-month.flatpickr-disabled {
  display: none;
}

.flatpickr-months .flatpickr-prev-month i,
.flatpickr-months .flatpickr-next-month i {
  position: relative;
}

.flatpickr-months .flatpickr-prev-month.flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month.flatpickr-prev-month {
  /*
        /*rtl:begin:ignore*/
  /*
        */
  left: 0;
  /*
        /*rtl:end:ignore*/
  /*
        */
}

/*
      /*rtl:begin:ignore*/
/*
      /*rtl:end:ignore*/
.flatpickr-months .flatpickr-prev-month.flatpickr-next-month,
.flatpickr-months .flatpickr-next-month.flatpickr-next-month {
  /*
        /*rtl:begin:ignore*/
  /*
        */
  right: 0;
  /*
        /*rtl:end:ignore*/
  /*
        */
}

/*
      /*rtl:begin:ignore*/
/*
      /*rtl:end:ignore*/
.flatpickr-months .flatpickr-prev-month:hover,
.flatpickr-months .flatpickr-next-month:hover {
  color: #959ea9;
}

.flatpickr-months .flatpickr-prev-month:hover svg,
.flatpickr-months .flatpickr-next-month:hover svg {
  fill: #f64747;
}

.flatpickr-months .flatpickr-prev-month svg,
.flatpickr-months .flatpickr-next-month svg {
  width: 14px;
  height: 14px;
}

.flatpickr-months .flatpickr-prev-month svg path,
.flatpickr-months .flatpickr-next-month svg path {
  transition: fill 0.1s;
  fill: inherit;
}

.numInputWrapper {
  position: relative;
  height: auto;
}

.numInputWrapper input,
.numInputWrapper span {
  display: inline-block;
}

.numInputWrapper input {
  width: 100%;
}

.numInputWrapper input::-ms-clear {
  display: none;
}

.numInputWrapper input::-webkit-outer-spin-button,
.numInputWrapper input::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
}

.numInputWrapper span {
  position: absolute;
  right: 0;
  width: 14px;
  padding: 0 4px 0 2px;
  height: 50%;
  line-height: 50%;
  opacity: 0;
  cursor: pointer;
  border: 1px solid rgba(57, 57, 57, 0.15);
  box-sizing: border-box;
}

.numInputWrapper span:hover {
  background: rgba(0, 0, 0, 0.1);
}

.numInputWrapper span:active, .numInputWrapper span.nice-select.open {
  background: rgba(0, 0, 0, 0.2);
}

.numInputWrapper span:after {
  display: block;
  content: "";
  position: absolute;
}

.numInputWrapper span.arrowUp {
  top: 0;
  border-bottom: 0;
}

.numInputWrapper span.arrowUp:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid rgba(57, 57, 57, 0.6);
  top: 26%;
}

.numInputWrapper span.arrowDown {
  top: 50%;
}

.numInputWrapper span.arrowDown:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid rgba(57, 57, 57, 0.6);
  top: 40%;
}

.numInputWrapper span svg {
  width: inherit;
  height: auto;
}

.numInputWrapper span svg path {
  fill: rgba(0, 0, 0, 0.5);
}

.numInputWrapper:hover {
  background: rgba(0, 0, 0, 0.05);
}

.numInputWrapper:hover span {
  opacity: 1;
}

.flatpickr-current-month {
  font-size: 135%;
  line-height: inherit;
  font-weight: 300;
  color: inherit;
  position: absolute;
  width: 75%;
  left: 12.5%;
  padding: 7.48px 0 0 0;
  line-height: 1;
  height: 34px;
  display: inline-block;
  text-align: center;
  transform: translate3d(0px, 0px, 0px);
}

.flatpickr-current-month span.cur-month {
  font-family: inherit;
  font-weight: 700;
  color: inherit;
  display: inline-block;
  margin-left: 0.5ch;
  padding: 0;
}

.flatpickr-current-month span.cur-month:hover {
  background: rgba(0, 0, 0, 0.05);
}

.flatpickr-current-month .numInputWrapper {
  width: 6ch;
  width: 7ch\0 ;
  display: inline-block;
}

.flatpickr-current-month .numInputWrapper span.arrowUp:after {
  border-bottom-color: rgba(0, 0, 0, 0.9);
}

.flatpickr-current-month .numInputWrapper span.arrowDown:after {
  border-top-color: rgba(0, 0, 0, 0.9);
}

.flatpickr-current-month input.cur-year {
  background: transparent;
  box-sizing: border-box;
  color: inherit;
  cursor: text;
  padding: 0 0 0 0.5ch;
  margin: 0;
  display: inline-block;
  font-size: inherit;
  font-family: inherit;
  font-weight: 300;
  line-height: inherit;
  height: auto;
  border: 0;
  border-radius: 0;
  vertical-align: initial;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}

.flatpickr-current-month input.cur-year:focus {
  outline: 0;
}

.flatpickr-current-month input.cur-year[disabled],
.flatpickr-current-month input.cur-year[disabled]:hover {
  font-size: 100%;
  color: rgba(0, 0, 0, 0.5);
  background: transparent;
  pointer-events: none;
}

.flatpickr-current-month .flatpickr-monthDropdown-months {
  appearance: menulist;
  background: transparent;
  border: none;
  border-radius: 0;
  box-sizing: border-box;
  color: inherit;
  cursor: pointer;
  font-size: inherit;
  font-family: inherit;
  font-weight: 300;
  height: auto;
  line-height: inherit;
  margin: -1px 0 0 0;
  outline: none;
  padding: 0 0 0 0.5ch;
  position: relative;
  vertical-align: initial;
  -webkit-box-sizing: border-box;
  -webkit-appearance: menulist;
  -moz-appearance: menulist;
  width: auto;
}

.flatpickr-current-month .flatpickr-monthDropdown-months:focus,
.flatpickr-current-month .flatpickr-monthDropdown-months:active,
.flatpickr-current-month .flatpickr-monthDropdown-months.nice-select.open {
  outline: none;
}

.flatpickr-current-month .flatpickr-monthDropdown-months:hover {
  background: rgba(0, 0, 0, 0.05);
}

.flatpickr-current-month .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month {
  background-color: transparent;
  outline: none;
  padding: 0;
}

.flatpickr-weekdays {
  background: transparent;
  text-align: center;
  overflow: hidden;
  width: 100%;
  display: flex;
  align-items: center;
  height: 28px;
}

.flatpickr-weekdays .flatpickr-weekdaycontainer {
  display: flex;
  flex: 1;
}

span.flatpickr-weekday {
  cursor: default;
  font-size: 90%;
  background: transparent;
  color: rgba(0, 0, 0, 0.54);
  line-height: 1;
  margin: 0;
  text-align: center;
  display: block;
  flex: 1;
  font-weight: bolder;
}

.dayContainer,
.flatpickr-weeks {
  padding: 1px 0 0 0;
}

.flatpickr-days {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: flex-start;
  width: 307.875px;
}

.flatpickr-days:focus {
  outline: 0;
}

.dayContainer {
  padding: 0;
  outline: 0;
  text-align: left;
  width: 307.875px;
  min-width: 307.875px;
  max-width: 307.875px;
  box-sizing: border-box;
  display: inline-block;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  justify-content: space-around;
  transform: translate3d(0px, 0px, 0px);
  opacity: 1;
}

.dayContainer + .dayContainer {
  box-shadow: -1px 0 0 #e6e6e6;
}

.flatpickr-day {
  background: none;
  border: 1px solid transparent;
  border-radius: 150px;
  box-sizing: border-box;
  color: #393939;
  cursor: pointer;
  font-weight: 400;
  width: 14.2857143%;
  flex-basis: 14.2857143%;
  max-width: 39px;
  height: 39px;
  line-height: 39px;
  margin: 0;
  display: inline-block;
  position: relative;
  justify-content: center;
  text-align: center;
}

.flatpickr-day.inRange,
.flatpickr-day.prevMonthDay.inRange,
.flatpickr-day.nextMonthDay.inRange,
.flatpickr-day.today.inRange,
.flatpickr-day.prevMonthDay.today.inRange,
.flatpickr-day.nextMonthDay.today.inRange,
.flatpickr-day:hover,
.flatpickr-day.prevMonthDay:hover,
.flatpickr-day.nextMonthDay:hover,
.flatpickr-day:focus,
.flatpickr-day.prevMonthDay:focus,
.flatpickr-day.nextMonthDay:focus {
  cursor: pointer;
  outline: 0;
  background: #e6e6e6;
  border-color: #e6e6e6;
}

.flatpickr-day.today {
  border-color: #959ea9;
}

.flatpickr-day.today:hover,
.flatpickr-day.today:focus {
  border-color: #959ea9;
  background: #959ea9;
  color: #fff;
}

.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange,
.flatpickr-day.selected.inRange,
.flatpickr-day.startRange.inRange,
.flatpickr-day.endRange.inRange,
.flatpickr-day.selected:focus,
.flatpickr-day.startRange:focus,
.flatpickr-day.endRange:focus,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange:hover,
.flatpickr-day.endRange:hover,
.flatpickr-day.selected.prevMonthDay,
.flatpickr-day.startRange.prevMonthDay,
.flatpickr-day.endRange.prevMonthDay,
.flatpickr-day.selected.nextMonthDay,
.flatpickr-day.startRange.nextMonthDay,
.flatpickr-day.endRange.nextMonthDay {
  background: #569ff7;
  box-shadow: none;
  color: #fff;
  border-color: #569ff7;
}

.flatpickr-day.selected.startRange,
.flatpickr-day.startRange.startRange,
.flatpickr-day.endRange.startRange {
  border-radius: 50px 0 0 50px;
}

.flatpickr-day.selected.endRange,
.flatpickr-day.startRange.endRange,
.flatpickr-day.endRange.endRange {
  border-radius: 0 50px 50px 0;
}

.flatpickr-day.selected.startRange + .endRange:not(:nth-child(7n+1)),
.flatpickr-day.startRange.startRange + .endRange:not(:nth-child(7n+1)),
.flatpickr-day.endRange.startRange + .endRange:not(:nth-child(7n+1)) {
  box-shadow: -10px 0 0 #569ff7;
}

.flatpickr-day.selected.startRange.endRange,
.flatpickr-day.startRange.startRange.endRange,
.flatpickr-day.endRange.startRange.endRange {
  border-radius: 50px;
}

.flatpickr-day.inRange {
  border-radius: 0;
  box-shadow: -5px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
}

.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover,
.flatpickr-day.prevMonthDay,
.flatpickr-day.nextMonthDay,
.flatpickr-day.notAllowed,
.flatpickr-day.notAllowed.prevMonthDay,
.flatpickr-day.notAllowed.nextMonthDay {
  color: rgba(57, 57, 57, 0.3);
  background: transparent;
  border-color: transparent;
  cursor: default;
}

.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover {
  cursor: not-allowed;
  color: rgba(57, 57, 57, 0.1);
}

.flatpickr-day.week.selected {
  border-radius: 0;
  box-shadow: -5px 0 0 #569ff7, 5px 0 0 #569ff7;
}

.flatpickr-day.hidden {
  visibility: hidden;
}

.rangeMode .flatpickr-day {
  margin-top: 1px;
}

.flatpickr-weekwrapper {
  float: left;
}

.flatpickr-weekwrapper .flatpickr-weeks {
  padding: 0 12px;
  box-shadow: 1px 0 0 #e6e6e6;
}

.flatpickr-weekwrapper .flatpickr-weekday {
  float: none;
  width: 100%;
  line-height: 28px;
}

.flatpickr-weekwrapper span.flatpickr-day,
.flatpickr-weekwrapper span.flatpickr-day:hover {
  display: block;
  width: 100%;
  max-width: none;
  color: rgba(57, 57, 57, 0.3);
  background: transparent;
  cursor: default;
  border: none;
}

.flatpickr-innerContainer {
  display: block;
  display: flex;
  box-sizing: border-box;
  overflow: hidden;
}

.flatpickr-rContainer {
  display: inline-block;
  padding: 0;
  box-sizing: border-box;
}

.flatpickr-time {
  text-align: center;
  outline: 0;
  display: block;
  height: 0;
  line-height: 40px;
  max-height: 40px;
  box-sizing: border-box;
  overflow: hidden;
  display: flex;
}

.flatpickr-time:after {
  content: "";
  display: table;
  clear: both;
}

.flatpickr-time .numInputWrapper {
  flex: 1;
  width: 40%;
  height: 40px;
  float: left;
}

.flatpickr-time .numInputWrapper span.arrowUp:after {
  border-bottom-color: #393939;
}

.flatpickr-time .numInputWrapper span.arrowDown:after {
  border-top-color: #393939;
}

.flatpickr-time.hasSeconds .numInputWrapper {
  width: 26%;
}

.flatpickr-time.time24hr .numInputWrapper {
  width: 49%;
}

.flatpickr-time input {
  background: transparent;
  box-shadow: none;
  border: 0;
  border-radius: 0;
  text-align: center;
  margin: 0;
  padding: 0;
  height: inherit;
  line-height: inherit;
  color: #393939;
  font-size: 14px;
  position: relative;
  box-sizing: border-box;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}

.flatpickr-time input.flatpickr-hour {
  font-weight: bold;
}

.flatpickr-time input.flatpickr-minute,
.flatpickr-time input.flatpickr-second {
  font-weight: 400;
}

.flatpickr-time input:focus {
  outline: 0;
  border: 0;
}

.flatpickr-time .flatpickr-time-separator,
.flatpickr-time .flatpickr-am-pm {
  height: inherit;
  float: left;
  line-height: inherit;
  color: #393939;
  font-weight: bold;
  width: 2%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  align-self: center;
}

.flatpickr-time .flatpickr-am-pm {
  outline: 0;
  width: 18%;
  cursor: pointer;
  text-align: center;
  font-weight: 400;
}

.flatpickr-time input:hover,
.flatpickr-time .flatpickr-am-pm:hover,
.flatpickr-time input:focus,
.flatpickr-time .flatpickr-am-pm:focus {
  background: #eee;
}

.flatpickr-input[readonly] {
  cursor: pointer;
}

@-webkit-keyframes fpFadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fpFadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
:root {
  --theme-color: #0da487;
  --theme-color-rgb: 13, 164, 135;
  --theme-color1: #0e947a;
  --theme-color1-rgb: 14, 148, 122;
  --theme-color2: linear-gradient(90.56deg, var(--theme-color1) 8.46%, var(--theme-color) 62.97%) ;
}

/* default theme colors */
/* colors */
/* screen size */
/* miscellaneous */
.bg-2 {
  background: #666e6e;
}

/* =====================
    Animation scss 
 ========================== */
@-webkit-keyframes scaleUpDown {
  0%, 100% {
    transform: scaleY(1) scaleX(1);
  }
  50%, 90% {
    transform: scaleY(1.1);
  }
  75% {
    transform: scaleY(0.95);
  }
  80% {
    transform: scaleX(0.95);
  }
}
@keyframes scaleUpDown {
  0%, 100% {
    transform: scaleY(1) scaleX(1);
  }
  50%, 90% {
    transform: scaleY(1.1);
  }
  75% {
    transform: scaleY(0.95);
  }
  80% {
    transform: scaleX(0.95);
  }
}
@keyframes shake {
  0%, 100% {
    transform: skewX(0) scale(1);
  }
  50% {
    transform: skewX(5deg) scale(0.9);
  }
}
@-webkit-keyframes particleUp {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    top: -100%;
    transform: scale(0.5);
  }
}
@keyframes particleUp {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    top: -100%;
    transform: scale(0.5);
  }
}
@-webkit-keyframes shape {
  0% {
    background-position: 100% 0;
  }
  50% {
    background-position: 50% 50%;
  }
  100% {
    background-position: 0 100%;
  }
}
@keyframes shape {
  0% {
    background-position: 100% 0;
  }
  50% {
    background-position: 50% 50%;
  }
  100% {
    background-position: 0 100%;
  }
}
@-webkit-keyframes rounded {
  0% {
    transform: rotate(0);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes rounded {
  0% {
    transform: rotate(0);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-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 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);
  }
}
@-webkit-keyframes mover {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-10px);
  }
}
@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);
  }
}
@-webkit-keyframes grow {
  0%, 100% {
    transform: scale(0);
    opacity: 0;
  }
  50% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes grow {
  0%, 100% {
    transform: scale(0);
    opacity: 0;
  }
  50% {
    transform: scale(1);
    opacity: 1;
  }
}
/**=====================
     Common scss
==========================**/
/* ======= Display Flex Css Start ======= */
/* ======= Display Flex Css End ======= */
/* ======= Gap Flex Css Start ======= */
/* ======= Gap Flex Css End ======= */
/*======= position css starts  ======= */
/*======= position css ends  ======= */
/*======= font awesome css start  ======= */
/*======= font awesome css ends  ======= */
/*======= align css starts  ======= */
/*======= align css ends  ======= */
/**=====================
    breakpoint mixins scss
==========================**/
/**=====================
     alert scss
==========================**/
.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: -webkit-fit-content;
    width: -moz-fit-content;
    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;
}
[dir=rtl] .alert .btn-close {
  right: unset !important;
  left: 10px !important;
}

[data-notify=icon] {
  margin-right: 5px;
}
[dir=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 + (20 - 10) * ((100vw - 320px) / (1920 - 320)));
  border: 1px solid #e1e1e1;
  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 + (20 - 10) * ((100vw - 320px) / (1920 - 320)));
}
.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;
}

/**=====================
     breadscrumb scss
==========================**/
.breadscrumb-section {
  background-color: #f8f8f8;
  position: relative;
  overflow: hidden;
}
.breadscrumb-section .breadscrumb-contain {
  padding: calc(26px + (40 - 26) * ((100vw - 320px) / (1920 - 320))) 0;
  text-align: center;
  color: #222222;
  font-family: "Public Sans", sans-serif;
  display: flex;
  align-items: center;
}
@media (max-width: 480px) {
  .breadscrumb-section .breadscrumb-contain {
    display: block;
  }
}
.breadscrumb-section .breadscrumb-contain h2, .breadscrumb-section .breadscrumb-contain .h2 {
  font-weight: 700;
  font-size: calc(16px + (22 - 16) * ((100vw - 320px) / (1920 - 320)));
  margin-bottom: 0;
}
@media (max-width: 480px) {
  .breadscrumb-section .breadscrumb-contain h2, .breadscrumb-section .breadscrumb-contain .h2 {
    text-align: center;
    margin-bottom: 8px;
  }
}
.breadscrumb-section .breadscrumb-contain .search-box-breadscrumb {
  position: relative;
  width: 70%;
  margin: 0 auto;
}
@media (max-width: 575px) {
  .breadscrumb-section .breadscrumb-contain .search-box-breadscrumb {
    width: 90%;
  }
}
@media (max-width: 360px) {
  .breadscrumb-section .breadscrumb-contain .search-box-breadscrumb {
    width: 100%;
  }
}
.breadscrumb-section .breadscrumb-contain .search-box-breadscrumb input {
  width: 100%;
  border: none;
  border-radius: 6px;
  font-size: 15px;
}
.breadscrumb-section .breadscrumb-contain .search-box-breadscrumb i {
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  right: calc(14px + (20 - 14) * ((100vw - 320px) / (1920 - 320)));
  color: #4a5568;
  font-size: calc(15px + (18 - 15) * ((100vw - 320px) / (1920 - 320)));
}
.breadscrumb-section .breadscrumb-contain nav {
  margin-left: auto;
}
[dir=rtl] .breadscrumb-section .breadscrumb-contain nav {
  margin-left: unset;
  margin-right: auto;
}
.breadscrumb-section .breadscrumb-contain nav .breadcrumb {
  display: flex;
  align-items: center;
  justify-content: center;
}
.breadscrumb-section .breadscrumb-contain nav .breadcrumb .breadcrumb-item {
  font-weight: 500;
}
.breadscrumb-section .breadscrumb-contain nav .breadcrumb .breadcrumb-item i {
  color: #4a5568;
}
.breadscrumb-section .breadscrumb-contain nav .breadcrumb .breadcrumb-item.active {
  color: #000000;
  margin-top: 2px;
}
.breadscrumb-section .breadscrumb-contain nav .breadcrumb .breadcrumb-item + .breadcrumb-item {
  position: relative;
}
[dir=rtl] .breadscrumb-section .breadscrumb-contain nav .breadcrumb .breadcrumb-item + .breadcrumb-item {
  padding-left: 0;
  padding-right: 8px;
}
.breadscrumb-section .breadscrumb-contain nav .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\F105";
  color: #4a5568;
}
.breadscrumb-section .breadscrumb-order {
  display: block;
}
.breadscrumb-section .breadscrumb-order .order-box .order-image {
  width: calc(170px + (250 - 170) * ((100vw - 320px) / (1920 - 320)));
  height: auto;
  margin: 0 auto calc(16px + (28 - 16) * ((100vw - 320px) / (1920 - 320)));
}
.breadscrumb-section .breadscrumb-order .order-box .order-image .checkmark {
  position: relative;
  padding: 30px;
  -webkit-animation: checkmark 5m cubic-bezier(0.42, 0, 0.275, 1.155) both;
          animation: checkmark 5m cubic-bezier(0.42, 0, 0.275, 1.155) both;
  display: inline-block;
  transform: scale(0.8);
  margin: -20px;
}
.breadscrumb-section .breadscrumb-order .order-box .order-image .checkmark__check {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10;
  transform: translate3d(-50%, -50%, 0);
  fill: white;
}
.breadscrumb-section .breadscrumb-order .order-box .order-image .checkmark__background {
  fill: var(--theme-color);
  -webkit-animation: rotate 35s linear both infinite;
          animation: rotate 35s linear both infinite;
}
.breadscrumb-section .breadscrumb-order .order-box .order-image .star {
  position: absolute;
  -webkit-animation: grow 3s infinite;
          animation: grow 3s infinite;
  fill: var(--theme-color);
  opacity: 0;
}
.breadscrumb-section .breadscrumb-order .order-box .order-image .star:nth-child(1) {
  width: 12px;
  height: 12px;
  left: 12px;
  top: 16px;
}
.breadscrumb-section .breadscrumb-order .order-box .order-image .star:nth-child(2) {
  width: 18px;
  height: 18px;
  left: 168px;
  top: 84px;
}
.breadscrumb-section .breadscrumb-order .order-box .order-image .star:nth-child(3) {
  width: 10px;
  height: 10px;
  left: 32px;
  top: 162px;
}
.breadscrumb-section .breadscrumb-order .order-box .order-image .star:nth-child(4) {
  height: 20px;
  width: 20px;
  left: 82px;
  top: -12px;
}
.breadscrumb-section .breadscrumb-order .order-box .order-image .star:nth-child(5) {
  width: 14px;
  height: 14px;
  left: 125px;
  top: 162px;
}
.breadscrumb-section .breadscrumb-order .order-box .order-image .star:nth-child(6) {
  width: 10px;
  height: 10px;
  left: 16px;
  top: 16px;
}
.breadscrumb-section .breadscrumb-order .order-box .order-image .star:nth-child(1) {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}
.breadscrumb-section .breadscrumb-order .order-box .order-image .star:nth-child(2) {
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}
.breadscrumb-section .breadscrumb-order .order-box .order-image .star:nth-child(3) {
  -webkit-animation-delay: 4.5s;
          animation-delay: 4.5s;
}
.breadscrumb-section .breadscrumb-order .order-box .order-image .star:nth-child(4) {
  -webkit-animation-delay: 6s;
          animation-delay: 6s;
}
.breadscrumb-section .breadscrumb-order .order-box .order-image .star:nth-child(5) {
  -webkit-animation-delay: 7.5s;
          animation-delay: 7.5s;
}
.breadscrumb-section .breadscrumb-order .order-box .order-image .star:nth-child(6) {
  -webkit-animation-delay: 9s;
          animation-delay: 9s;
}
.breadscrumb-section .breadscrumb-order .order-box .order-image .checkmark {
  position: relative;
  padding: 30px;
  -webkit-animation: checkmark 5m cubic-bezier(0.42, 0, 0.275, 1.155) both;
          animation: checkmark 5m cubic-bezier(0.42, 0, 0.275, 1.155) both;
  display: inline-block;
  transform: scale(0.8);
  margin: -20px;
}
.breadscrumb-section .breadscrumb-order .order-box .order-image .checkmark__check {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10;
  transform: translate3d(-50%, -50%, 0);
  fill: white;
}
.breadscrumb-section .breadscrumb-order .order-box .order-image .checkmark__background {
  fill: var(--theme-color);
  -webkit-animation: rotate 35s linear both infinite;
          animation: rotate 35s linear both infinite;
}
.breadscrumb-section .breadscrumb-order .order-box .order-image i {
  font-size: 50px;
  color: #4ead4e;
}
.breadscrumb-section .breadscrumb-order .order-box .order-image h2, .breadscrumb-section .breadscrumb-order .order-box .order-image .h2 {
  margin-top: 10px;
  margin-bottom: 15px;
}
.breadscrumb-section .breadscrumb-order .order-box .order-image p {
  font-size: 18px;
  text-transform: capitalize;
}
.breadscrumb-section .breadscrumb-order .order-box .order-image.order-fail i {
  color: var(--theme-color);
}
.breadscrumb-section .breadscrumb-order .order-box .order-contain h3, .breadscrumb-section .breadscrumb-order .order-box .order-contain .h3 {
  font-size: calc(21px + (24 - 21) * ((100vw - 320px) / (1920 - 320)));
  font-weight: 700;
  margin-bottom: 6px;
}
.breadscrumb-section .breadscrumb-order .order-box .order-contain h5, .breadscrumb-section .breadscrumb-order .order-box .order-contain .h5 {
  margin-bottom: 8px;
  line-height: 1.4;
}

.faq-breadscrumb {
  background-color: #f8f8f8;
  position: relative;
  overflow: hidden;
}
.faq-breadscrumb .breadscrumb-contain {
  padding: calc(26px + (60 - 26) * ((100vw - 320px) / (1920 - 320))) 0;
  text-align: center;
  color: #222222;
  display: block;
}
.faq-breadscrumb .breadscrumb-contain h2, .faq-breadscrumb .breadscrumb-contain .h2 {
  font-size: calc(22px + (48 - 22) * ((100vw - 320px) / (1920 - 320)));
  font-weight: 700;
  margin-top: -6px;
}
.faq-breadscrumb .breadscrumb-contain p {
  margin: calc(11px + (16 - 11) * ((100vw - 320px) / (1920 - 320))) auto 0;
  color: #4a5568;
  width: 50%;
  line-height: 1.7;
  font-size: calc(14px + (16 - 14) * ((100vw - 320px) / (1920 - 320)));
}
@media (max-width: 1660px) {
  .faq-breadscrumb .breadscrumb-contain p {
    width: 60%;
  }
}
@media (max-width: 1366px) {
  .faq-breadscrumb .breadscrumb-contain p {
    width: 70%;
  }
}
@media (max-width: 991px) {
  .faq-breadscrumb .breadscrumb-contain p {
    width: 90%;
  }
}
@media (max-width: 767px) {
  .faq-breadscrumb .breadscrumb-contain p {
    width: 100%;
  }
}
.faq-breadscrumb .breadscrumb-contain p span {
  display: inline;
}
.faq-breadscrumb .breadscrumb-contain .faq-form-tag {
  position: relative;
  margin: calc(18px + (35 - 18) * ((100vw - 320px) / (1920 - 320))) auto 0;
  width: 50%;
}
@media (max-width: 1660px) {
  .faq-breadscrumb .breadscrumb-contain .faq-form-tag {
    width: 60%;
  }
}
@media (max-width: 1366px) {
  .faq-breadscrumb .breadscrumb-contain .faq-form-tag {
    width: 70%;
  }
}
@media (max-width: 991px) {
  .faq-breadscrumb .breadscrumb-contain .faq-form-tag {
    width: 90%;
  }
}
@media (max-width: 767px) {
  .faq-breadscrumb .breadscrumb-contain .faq-form-tag {
    width: 100%;
  }
}
.faq-breadscrumb .breadscrumb-contain .faq-form-tag .input-group {
  background-color: #ffffff;
}
.faq-breadscrumb .breadscrumb-contain .faq-form-tag .input-group i {
  display: flex;
  align-items: center;
  padding: 0 calc(12px + (20 - 12) * ((100vw - 320px) / (1920 - 320)));
  color: var(--theme-color);
  font-size: calc(14px + (16 - 14) * ((100vw - 320px) / (1920 - 320)));
}
.faq-breadscrumb .breadscrumb-contain .faq-form-tag .input-group .form-control {
  padding-left: 0;
  border: none;
}
[dir=rtl] .faq-breadscrumb .breadscrumb-contain .faq-form-tag .input-group .form-control {
  padding-left: unset;
  padding-right: 0;
}
.faq-breadscrumb .breadscrumb-contain .faq-form-tag .input-group .form-control:focus {
  background-color: transparent;
}
.faq-breadscrumb .breadscrumb-contain .faq-form-tag .input-group .faq-dropdown-menu li {
  display: block;
}
.faq-breadscrumb .breadscrumb-contain .faq-form-tag .input-group .faq-dropdown-button {
  font-size: calc(14px + (16 - 14) * ((100vw - 320px) / (1920 - 320)));
  font-weight: 600;
  color: var(--theme-color);
  z-index: 0;
}
.faq-breadscrumb .breadscrumb-contain .faq-form-tag .input-group .faq-dropdown-button::after {
  content: unset;
}
.faq-breadscrumb .breadscrumb-contain .faq-form-tag .input-group .faq-dropdown-button i {
  position: relative;
  padding: 0;
  margin-left: 5px;
  font-size: calc(13px + (14 - 13) * ((100vw - 320px) / (1920 - 320)));
}
[dir=rtl] .faq-breadscrumb .breadscrumb-contain .faq-form-tag .input-group .faq-dropdown-button i {
  margin-left: unset;
  margin-right: 5px;
}

.vendore-breadscrumb-section {
  background-image: url("../images/vendor-page/breadcrumb.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: calc(52px + (100 - 52) * ((100vw - 320px) / (1920 - 320))) 0px;
}
.vendore-breadscrumb-section .breadscrumb-contain {
  width: 50%;
  margin: 0 auto;
}
@media (max-width: 1366px) {
  .vendore-breadscrumb-section .breadscrumb-contain {
    width: 63%;
  }
}
@media (max-width: 991px) {
  .vendore-breadscrumb-section .breadscrumb-contain {
    width: 85%;
  }
}
@media (max-width: 767px) {
  .vendore-breadscrumb-section .breadscrumb-contain {
    width: 100%;
  }
}
.vendore-breadscrumb-section .breadscrumb-contain h2, .vendore-breadscrumb-section .breadscrumb-contain .h2 {
  font-size: calc(27px + (54 - 27) * ((100vw - 320px) / (1920 - 320)));
  text-align: center;
  margin-bottom: calc(14px + (18 - 14) * ((100vw - 320px) / (1920 - 320)));
}
.vendore-breadscrumb-section .breadscrumb-contain form {
  position: relative;
}
.vendore-breadscrumb-section .breadscrumb-contain form span {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 16px;
}
[dir=rtl] .vendore-breadscrumb-section .breadscrumb-contain form span {
  left: unset;
  right: 16px;
}
.vendore-breadscrumb-section .breadscrumb-contain form span i {
  font-size: calc(21px + (27 - 21) * ((100vw - 320px) / (1920 - 320)));
  color: var(--theme-color);
}
.vendore-breadscrumb-section .breadscrumb-contain form .form-control {
  padding: calc(8px + (14 - 8) * ((100vw - 320px) / (1920 - 320))) calc(95px + (122 - 95) * ((100vw - 320px) / (1920 - 320))) calc(8px + (14 - 8) * ((100vw - 320px) / (1920 - 320))) calc(48px + (59 - 48) * ((100vw - 320px) / (1920 - 320)));
  border: none;
}
[dir=rtl] .vendore-breadscrumb-section .breadscrumb-contain form .form-control {
  padding-left: calc(95px + (122 - 95) * ((100vw - 320px) / (1920 - 320)));
  padding-right: calc(48px + (59 - 48) * ((100vw - 320px) / (1920 - 320)));
}
.vendore-breadscrumb-section .breadscrumb-contain form button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: calc(3px + (6 - 3) * ((100vw - 320px) / (1920 - 320)));
  padding: 0;
  font-size: calc(14px + (17 - 14) * ((100vw - 320px) / (1920 - 320)));
  width: calc(77px + (108 - 77) * ((100vw - 320px) / (1920 - 320)));
  height: calc(33px + (42 - 33) * ((100vw - 320px) / (1920 - 320)));
}
[dir=rtl] .vendore-breadscrumb-section .breadscrumb-contain form button {
  right: unset;
  left: calc(3px + (6 - 3) * ((100vw - 320px) / (1920 - 320)));
}

/**=====================
     buttons scss
==========================**/
.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #222222;
  padding: calc(7px + (14 - 7) * ((100vw - 320px) / (1920 - 320))) calc(14px + (32 - 14) * ((100vw - 320px) / (1920 - 320)));
  font-weight: 500;
  background: transparent;
  transition: all 0.3s ease;
  position: relative;
  border: none;
  font-size: calc(14px + (18 - 14) * ((100vw - 320px) / (1920 - 320)));
  z-index: 0;
  white-space: nowrap;
}
.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 + (12 - 6) * ((100vw - 320px) / (1920 - 320)));
  transition: 0.3s ease;
}
[dir=rtl] .btn .icon {
  margin-left: unset;
  margin-right: calc(6px + (12 - 6) * ((100vw - 320px) / (1920 - 320)));
}
.btn .icon-2 {
  margin-left: 6px;
  transition: 0.3s ease;
}
[dir=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: #ff6b6b;
  background: linear-gradient(90deg, #ff6b6b 0%, #ff4f4f 100%);
  border: none;
  z-index: 0;
}
.btn-animation i {
  transition: 0.3s ease;
}
.btn-animation::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  border-radius: 5px;
  background: #ff4f4f;
  background: linear-gradient(90deg, #ff4f4f 0%, #ff6b6b 100%);
  transition: all 0.3s ease;
}
.btn-animation:hover {
  color: #ffffff;
}
.btn-animation:hover i {
  transform: translateX(3px);
}
.btn-animation:hover::after {
  top: 0;
  height: 100%;
}
.btn-md {
  padding: calc(8px + (11 - 8) * ((100vw - 320px) / (1920 - 320))) calc(16px + (24 - 16) * ((100vw - 320px) / (1920 - 320)));
  font-size: calc(14px + (16 - 14) * ((100vw - 320px) / (1920 - 320)));
  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 + (18 - 14) * ((100vw - 320px) / (1920 - 320)));
  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: #0da487;
  background: linear-gradient(90deg, #0da487 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: #0da487;
  background: linear-gradient(90deg, #0e947a 0%, #0da487 100%);
  transition: all 0.3s ease;
}
.btn-category {
  padding: calc(6px + (8 - 6) * ((100vw - 320px) / (1920 - 320))) calc(16px + (27 - 16) * ((100vw - 320px) / (1920 - 320)));
  letter-spacing: 0.8px;
  font-size: calc(16px + (18 - 16) * ((100vw - 320px) / (1920 - 320)));
  font-weight: 700;
  border-radius: 50px;
}

/**=====================
     Cookie Bar scss
==========================**/
.cookie-bar-box {
  background: #ffffff;
  position: fixed;
  bottom: 10px;
  right: 10px;
  border-radius: calc(8px + (20 - 8) * ((100vw - 320px) / (1920 - 320)));
  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;
}
[dir=rtl] .cookie-bar-box {
  right: unset;
  left: 10px;
}
@media (max-width: 480px) {
  .cookie-bar-box {
    max-width: 100%;
    right: 0;
    margin: 0 10px;
  }
  [dir=rtl] .cookie-bar-box {
    right: unset;
    left: 0;
  }
}
.cookie-bar-box.hide {
  opacity: 0;
  bottom: -350px;
}
.cookie-bar-box .cookie-box {
  padding: calc(13px + (30 - 13) * ((100vw - 320px) / (1920 - 320)));
  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 + (25 - 15) * ((100vw - 320px) / (1920 - 320)));
  height: auto;
  margin-right: 10px;
}
[dir=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 + (16 - 10) * ((100vw - 320px) / (1920 - 320)));
}
.cookie-bar-box .cookie-box .cookie-contain h2, .cookie-bar-box .cookie-box .cookie-contain .h2 {
  margin-bottom: calc(7px + (10 - 7) * ((100vw - 320px) / (1920 - 320)));
  font-size: calc(18px + (22 - 18) * ((100vw - 320px) / (1920 - 320)));
  font-weight: 700;
}
.cookie-bar-box .cookie-box .cookie-contain h5, .cookie-bar-box .cookie-box .cookie-contain .h5 {
  font-size: calc(14px + (18 - 14) * ((100vw - 320px) / (1920 - 320)));
  margin: 0 auto;
  line-height: 1.3;
}
.cookie-bar-box .button-group {
  display: flex;
  align-items: center;
  margin: 0;
}
.cookie-bar-box .button-group button {
  white-space: nowrap;
  width: 100%;
  font-weight: 700;
  border-radius: 0;
}
.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;
}

/**=====================
    Counter scss
==========================**/
.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 + (35 - 30) * ((100vw - 320px) / (1920 - 320)));
  height: calc(30px + (35 - 30) * ((100vw - 320px) / (1920 - 320)));
  border: 1px solid #e1e1e1;
  box-sizing: border-box;
  cursor: pointer;
  border-radius: 20px;
  line-height: 24px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-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: #010200;
}
.counter .qty-left-minus {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  border-right: 0;
}
[dir=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 #e1e1e1;
  border-left: 0;
}
.counter .qty-right-plus {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-left: 0;
}
[dir=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 #e1e1e1;
}
.counter input {
  width: 45px;
  height: calc(30px + (35 - 30) * ((100vw - 320px) / (1920 - 320)));
  border: 1px solid #e1e1e1;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  background-color: rgba(0, 0, 0, 0.06);
  border-radius: 0;
}
[dir=rtl] .counter input {
  text-align: center;
}

/**=====================
     form scss
  ==========================**/
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
          appearance: none;
}

.newsletter-form {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 11px;
}
.newsletter-form .form-control {
  background-color: transparent;
  padding: calc(8px + (12 - 8) * ((100vw - 320px) / (1920 - 320)));
}
.newsletter-form .form-control::-moz-placeholder {
  color: #ffffff;
  font-size: calc(14px + (18 - 14) * ((100vw - 320px) / (1920 - 320)));
}
.newsletter-form .form-control:-ms-input-placeholder {
  color: #ffffff;
  font-size: calc(14px + (18 - 14) * ((100vw - 320px) / (1920 - 320)));
}
.newsletter-form .form-control::-ms-input-placeholder {
  color: #ffffff;
  font-size: calc(14px + (18 - 14) * ((100vw - 320px) / (1920 - 320)));
}
.newsletter-form .form-control::placeholder {
  color: #ffffff;
  font-size: calc(14px + (18 - 14) * ((100vw - 320px) / (1920 - 320)));
}

.normal-form .form-control {
  border: none;
}
.normal-form .form-control:focus {
  background-color: #ffffff;
}

.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;
  -webkit-appearance: none;
     -moz-appearance: none;
          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;
}

.theme-form-floating > .form-control:not(:-moz-placeholder-shown) ~ label {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: calc(14px + (18 - 14) * ((100vw - 320px) / (1920 - 320)));
  opacity: 0.95;
  top: -5px;
  left: 5px;
  height: 31px;
  background-color: #ffffff;
  white-space: nowrap;
  opacity: 1;
}

.theme-form-floating > .form-control:not(:-ms-input-placeholder) ~ label {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: calc(14px + (18 - 14) * ((100vw - 320px) / (1920 - 320)));
  opacity: 0.95;
  top: -5px;
  left: 5px;
  height: 31px;
  background-color: #ffffff;
  white-space: nowrap;
  opacity: 1;
}

.theme-form-floating > .form-control:focus ~ label,
.theme-form-floating > .form-control:not(:placeholder-shown) ~ label,
.theme-form-floating > .form-select ~ label {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: calc(14px + (18 - 14) * ((100vw - 320px) / (1920 - 320)));
  opacity: 0.95;
  top: -5px;
  left: 5px;
  height: 31px;
  background-color: #ffffff;
  white-space: nowrap;
  opacity: 1;
}
[dir=rtl] .theme-form-floating > .form-control:not(:-moz-placeholder-shown) ~ label {
  right: 10px;
  left: unset;
}
[dir=rtl] .theme-form-floating > .form-control:not(:-ms-input-placeholder) ~ label {
  right: 10px;
  left: unset;
}
[dir=rtl] .theme-form-floating > .form-control:focus ~ label,
[dir=rtl] .theme-form-floating > .form-control:not(:placeholder-shown) ~ label,
[dir=rtl] .theme-form-floating > .form-select ~ label {
  right: 10px;
  left: unset;
}
.theme-form-floating .form-control,
.theme-form-floating .form-select {
  height: calc(51px + (54 - 51) * ((100vw - 320px) / (1920 - 320)));
  line-height: normal;
}
.theme-form-floating > .form-control:not(:-moz-placeholder-shown) {
  padding-top: 17px;
  padding-bottom: 10px;
  font-size: calc(15px + (17 - 15) * ((100vw - 320px) / (1920 - 320)));
  font-weight: 500;
}
.theme-form-floating > .form-control:not(:-ms-input-placeholder) {
  padding-top: 17px;
  padding-bottom: 10px;
  font-size: calc(15px + (17 - 15) * ((100vw - 320px) / (1920 - 320)));
  font-weight: 500;
}
.theme-form-floating > .form-control:focus, .theme-form-floating > .form-control:not(:placeholder-shown) {
  padding-top: 17px;
  padding-bottom: 10px;
  font-size: calc(15px + (17 - 15) * ((100vw - 320px) / (1920 - 320)));
  font-weight: 500;
}
.theme-form-floating > .form-select {
  padding-top: 12px;
  padding-bottom: 10px;
  font-size: calc(14px + (15 - 14) * ((100vw - 320px) / (1920 - 320)));
  font-weight: 500;
}
.theme-form-floating > .form-select:focus {
  border-color: var(--theme-color);
  outline: 0;
  box-shadow: 0 0 0 4px transparent;
}
.theme-form-floating .form-control:focus {
  background-color: #ffffff;
  border: 1px solid #ced4da;
}
.theme-form-floating label {
  font-size: calc(13px + (16 - 13) * ((100vw - 320px) / (1920 - 320)));
  color: #4a5568;
  border: none;
}

.theme-form-floating-2 > .form-control:not(:-moz-placeholder-shown) ~ label {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: calc(14px + (18 - 14) * ((100vw - 320px) / (1920 - 320)));
  opacity: 0.95;
  top: -5px;
  left: 10px;
  height: 31px;
  background-color: #ffffff;
  padding: 0 10px;
  opacity: 1;
}

.theme-form-floating-2 > .form-control:not(:-ms-input-placeholder) ~ label {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: calc(14px + (18 - 14) * ((100vw - 320px) / (1920 - 320)));
  opacity: 0.95;
  top: -5px;
  left: 10px;
  height: 31px;
  background-color: #ffffff;
  padding: 0 10px;
  opacity: 1;
}

.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 + (18 - 14) * ((100vw - 320px) / (1920 - 320)));
  opacity: 0.95;
  top: -5px;
  left: 10px;
  height: 31px;
  background-color: #ffffff;
  padding: 0 10px;
  opacity: 1;
}
[dir=rtl] .theme-form-floating-2 > .form-control:not(:-moz-placeholder-shown) ~ label {
  left: unset;
  right: 10px;
}
[dir=rtl] .theme-form-floating-2 > .form-control:not(:-ms-input-placeholder) ~ label {
  left: unset;
  right: 10px;
}
[dir=rtl] .theme-form-floating-2 > .form-control:focus ~ label,
[dir=rtl] .theme-form-floating-2 > .form-control:not(:placeholder-shown) ~ label,
[dir=rtl] .theme-form-floating-2 > .form-select ~ label {
  left: unset;
  right: 10px;
}
.theme-form-floating-2 > .form-control:not(:-moz-placeholder-shown) {
  padding-top: 12px;
  padding-bottom: 10px;
  font-size: 15px;
  font-weight: 500;
}
.theme-form-floating-2 > .form-control:not(:-ms-input-placeholder) {
  padding-top: 12px;
  padding-bottom: 10px;
  font-size: 15px;
  font-weight: 500;
}
.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 + (15 - 14) * ((100vw - 320px) / (1920 - 320)));
  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;
}
[dir=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 + (16 - 13) * ((100vw - 320px) / (1920 - 320)));
  color: #4a5568;
}

.checkbox_animated {
  cursor: pointer;
  position: relative;
  margin-right: 16px;
  height: 100%;
}
[dir=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;
}
[dir=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 #e1e1e1;
  cursor: pointer;
}
[dir=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 + (17 - 15) * ((100vw - 320px) / (1920 - 320)));
  height: calc(15px + (17 - 15) * ((100vw - 320px) / (1920 - 320)));
  margin-top: 0;
}
[dir=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 + (14 - 8) * ((100vw - 320px) / (1920 - 320))) calc(12px + (15 - 12) * ((100vw - 320px) / (1920 - 320)));
}
.form-control.subscribe-input {
  border: none;
  border-radius: 0;
}
[dir=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;
}

/**=====================
     Label scss
==========================**/
.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 + (10 - 7) * ((100vw - 320px) / (1920 - 320)));
  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 + (22 - 16) * ((100vw - 320px) / (1920 - 320)));
  color: #4a5568;
  margin-left: auto;
}
[dir=rtl] .label-flex .wishlist {
  margin-left: unset;
  margin-right: auto;
}

/**=====================
    Lazy Load css Start
==========================**/
.blur-up {
  -webkit-filter: blur(5px);
          filter: blur(5px);
  transition: filter 400ms, -webkit-filter 400ms;
}
.blur-up.lazyloaded {
  -webkit-filter: blur(0);
          filter: blur(0);
}

/**=====================
     Loader scss
==========================**/
.fullpage-loader {
  width: 100vw;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  overflow: hidden;
  background-color: #ffffff;
  z-index: 9999;
  opacity: 1;
  transition: opacity 0.5s;
}
.fullpage-loader span {
  width: 6vmin;
  height: 6vmin;
  background-color: var(--theme-color);
  border-radius: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  position: absolute;
  -webkit-animation-name: move;
          animation-name: move;
  -webkit-animation-timing-function: cubic-bezier(0.4, 0, 1, 0.8);
          animation-timing-function: cubic-bezier(0.4, 0, 1, 0.8);
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  top: calc(50% - 4vmin);
  left: 50%;
  transform-origin: -4vmin center;
}
.fullpage-loader span:nth-child(1) {
  -webkit-animation-delay: -0.5s;
          animation-delay: -0.5s;
  opacity: 0;
}
.fullpage-loader span:nth-child(2) {
  -webkit-animation-delay: -1s;
          animation-delay: -1s;
  opacity: 0;
}
.fullpage-loader span:nth-child(3) {
  -webkit-animation-delay: -1.5s;
          animation-delay: -1.5s;
  opacity: 0;
}
.fullpage-loader span:nth-child(4) {
  -webkit-animation-delay: -2s;
          animation-delay: -2s;
  opacity: 0;
}
.fullpage-loader span:nth-child(5) {
  -webkit-animation-delay: -2.5s;
          animation-delay: -2.5s;
  opacity: 0;
}
.fullpage-loader span:nth-child(6) {
  -webkit-animation-delay: -3s;
          animation-delay: -3s;
  opacity: 0;
}

.fullpage-loader--invisible {
  opacity: 0;
}

/**=====================
     Modal scss
==========================**/
.theme-modal .modal-dialog .modal-content {
  border: none;
}
.theme-modal .modal-dialog .modal-content .modal-header {
  border-bottom: none;
  padding: calc(8px + (16 - 8) * ((100vw - 320px) / (1920 - 320))) calc(17px + (16 - 17) * ((100vw - 320px) / (1920 - 320)));
}
.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: -15px;
  right: -15px;
  background-color: var(--theme-color);
  opacity: 1;
  background-image: none;
  border-radius: 4px;
  font-size: calc(15px + (17 - 15) * ((100vw - 320px) / (1920 - 320)));
  color: #ffffff;
  margin: 0;
  padding: 8px;
  z-index: 1;
}
[dir=rtl] .theme-modal .modal-dialog .modal-content .modal-header .btn-close {
  right: unset;
  left: -15px;
}
@media (max-width: 575px) {
  .theme-modal .modal-dialog .modal-content .modal-header .btn-close {
    right: 13px;
    top: 13px;
  }
  [dir=rtl] .theme-modal .modal-dialog .modal-content .modal-header .btn-close {
    right: unset;
    left: 13px;
  }
}
@media (max-width: 575px) and (max-width: 575px) {
  .theme-modal .modal-dialog .modal-content .modal-header .btn-close i {
    margin-top: -1px;
    display: block;
  }
}
.theme-modal .modal-dialog .modal-content .modal-footer {
  border: none;
  padding: calc(8px + (16 - 8) * ((100vw - 320px) / (1920 - 320))) calc(17px + (16 - 17) * ((100vw - 320px) / (1920 - 320)));
  gap: 8px;
}
.theme-modal .modal-dialog .modal-content .modal-footer button {
  margin: 0;
}

.view-modal .modal-dialog .modal-content .modal-body {
  padding: calc(18px + (29 - 18) * ((100vw - 320px) / (1920 - 320)));
}
.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(7px + (3 - 7) * ((100vw - 320px) / (1920 - 320)));
  font-size: calc(17px + (25 - 17) * ((100vw - 320px) / (1920 - 320)));
}
.view-modal .modal-dialog .modal-content .modal-body .right-sidebar-modal .price {
  font-size: 20px;
  color: #4a5568;
}
.view-modal .modal-dialog .modal-content .modal-body .right-sidebar-modal .brand-list {
  display: flex;
  flex-wrap: wrap;
  gap: calc(9px + (12 - 9) * ((100vw - 320px) / (1920 - 320)));
  align-items: center;
  margin-top: calc(13px + (19 - 13) * ((100vw - 320px) / (1920 - 320)));
  border-bottom: 1px dashed #e1e1e1;
  padding-bottom: 14px;
}
[dir=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 + (21 - 16) * ((100vw - 320px) / (1920 - 320)));
}
.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 + (15 - 14) * ((100vw - 320px) / (1920 - 320)));
  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 #e1e1e1;
  padding-bottom: 14px;
  margin-top: 14px;
}
.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 + (15 - 14) * ((100vw - 320px) / (1920 - 320)));
  line-height: 1.4;
  margin: 0;
  color: #4a5568;
}
.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 {
  width: 19px;
  height: auto;
  color: #61b33e;
}
.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: #e1e1e1;
  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: #222222;
  color: #ffffff;
  font-weight: 600;
}
.view-modal .modal-dialog .modal-content .modal-body .right-sidebar-modal .modal-button .view-button {
  margin-left: 15px;
}

.location-modal .modal-dialog .modal-content .modal-header {
  display: block;
  padding: calc(13px + (30 - 13) * ((100vw - 320px) / (1920 - 320)));
  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 + (30 - 13) * ((100vw - 320px) / (1920 - 320))) calc(13px + (30 - 13) * ((100vw - 320px) / (1920 - 320)));
}
.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;
}
[dir=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;
}
[dir=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 + (15 - 10) * ((100vw - 320px) / (1920 - 320))) calc(7px + (14 - 7) * ((100vw - 320px) / (1920 - 320)));
  border-bottom: 1px solid #ececec;
  margin-top: calc(12px + (20 - 12) * ((100vw - 320px) / (1920 - 320)));
}
.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;
}
[dir=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 + (10 - 10) * ((100vw - 320px) / (1920 - 320))) calc(7px + (14 - 7) * ((100vw - 320px) / (1920 - 320)));
  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;
}
[dir=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 + (30 - 13) * ((100vw - 320px) / (1920 - 320)));
  padding-bottom: 0;
}
.deal-modal .modal-dialog .modal-content .modal-header p {
  margin-bottom: 0;
  line-height: 1.6;
}
.deal-modal .modal-dialog .modal-content .modal-body {
  padding: calc(13px + (30 - 13) * ((100vw - 320px) / (1920 - 320))) calc(13px + (30 - 13) * ((100vw - 320px) / (1920 - 320)));
}
.deal-modal .modal-dialog .modal-content .modal-body .deal-offer-box {
  height: 360px;
  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 + (16 - 6) * ((100vw - 320px) / (1920 - 320)));
}
[dir=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.list-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.list-2 .deal-offer-contain::before {
  background-color: #ff4f4f;
}
.deal-modal .modal-dialog .modal-content .modal-body .deal-offer-box .deal-offer-list li.list-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: calc(11px + (16 - 11) * ((100vw - 320px) / (1920 - 320)));
  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 + (80 - 69) * ((100vw - 320px) / (1920 - 320)));
  height: calc(69px + (80 - 69) * ((100vw - 320px) / (1920 - 320)));
  -o-object-fit: contain;
     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 + (16 - 14) * ((100vw - 320px) / (1920 - 320)));
}
.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;
}
.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 #e1e1e1;
  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;
}
[dir=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 #e1e1e1;
  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;
}
[dir=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;
}
[dir=rtl] .categories-canvas .offcanvas-body .categories-list ul li a i {
  margin-left: unset;
  margin-right: auto;
}

/**=====================
     Nav-tabs scss
==========================**/
.product-section-box {
  margin-top: calc(12px + (48 - 12) * ((100vw - 320px) / (1920 - 320)));
}
.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 #e1e1e1;
}
.product-section-box .custom-nav .nav-item .nav-link {
  color: #222222;
  padding: calc(12px + (15 - 12) * ((100vw - 320px) / (1920 - 320))) calc(17px + (30 - 17) * ((100vw - 320px) / (1920 - 320)));
  font-size: calc(16px + (20 - 16) * ((100vw - 320px) / (1920 - 320)));
  letter-spacing: 0.6px;
  border: none;
  font-weight: 600;
  background-color: #f8f8f8;
  position: relative;
}
.product-section-box .custom-nav .nav-item .nav-link::after {
  content: "";
  position: absolute;
  width: 0;
  height: 3px;
  top: 0;
  left: 0;
  background-color: transparent;
  transition: all 0.3s ease-in-out;
}
[dir=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: #1aa488;
}
.product-section-box .offer-table {
  margin-bottom: 0;
  border: 1px solid #e1e1e1;
  table-layout: fixed;
  display: inherit;
  border-radius: 6px;
}
[dir=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 + (30 - 20) * ((100vw - 320px) / (1920 - 320)));
}
.product-section-box .custom-tab .nav-desh {
  margin-bottom: calc(22px + (30 - 22) * ((100vw - 320px) / (1920 - 320)));
}
.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 + (20 - 12) * ((100vw - 320px) / (1920 - 320)));
  color: #4a5568;
  line-height: 1.7;
  font-size: calc(14px + (15 - 14) * ((100vw - 320px) / (1920 - 320)));
}
.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 + (15 - 14) * ((100vw - 320px) / (1920 - 320)));
}
.product-section-box .custom-tab .review-box .review-title {
  margin-bottom: calc(10px + (18 - 10) * ((100vw - 320px) / (1920 - 320)));
}
.product-section-box .custom-tab .review-box .review-people .review-list {
  display: flex;
  flex-wrap: wrap;
  gap: 26px;
}
[dir=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;
}
@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;
  -o-object-fit: cover;
     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);
}
[dir=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;
}
[dir=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 + (20 - 13) * ((100vw - 320px) / (1920 - 320)));
  align-items: center;
}
[dir=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-color2);
}
.product-section-box .custom-tab .info-table {
  border: 1px solid #e1e1e1;
  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 + (14 - 10) * ((100vw - 320px) / (1920 - 320))) calc(12px + (18 - 12) * ((100vw - 320px) / (1920 - 320)));
  font-size: calc(14px + (16 - 14) * ((100vw - 320px) / (1920 - 320)));
  white-space: nowrap;
}
.product-section-box .custom-tab .info-table tbody tr td {
  border-left: 1px solid #e1e1e1;
}

/**=====================
     Pagination scss
==========================**/
.custome-pagination {
  margin-top: calc(22px + (35 - 22) * ((100vw - 320px) / (1920 - 320)));
}
.custome-pagination .pagination {
  flex-wrap: wrap;
  gap: calc(6px + (13 - 6) * ((100vw - 320px) / (1920 - 320)));
}
.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;
}
.custome-pagination .pagination .page-item .page-link {
  color: #4a5568;
  border: 1px solid transparent;
}
.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 scss
==========================**/
.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;
}

/**=====================
     Slider scss
==========================**/
.product-wrapper .slick-dots {
  position: relative;
  bottom: 0;
  margin-top: calc(5px + (20 - 5) * ((100vw - 320px) / (1920 - 320)));
}
.product-wrapper .slick-dots li {
  width: auto;
  height: auto;
}
.product-wrapper .slick-dots li button {
  width: calc(6px + (8 - 6) * ((100vw - 320px) / (1920 - 320)));
  height: calc(6px + (8 - 6) * ((100vw - 320px) / (1920 - 320)));
  border-radius: 4px;
  padding: 0;
  margin: 0;
  background-color: rgba(35, 35, 35, 0.2);
  transition: all 0.5s ease;
}
.product-wrapper .slick-dots li button::before {
  display: none;
}
.product-wrapper .slick-dots li.slick-active button {
  margin: 0;
  width: calc(30px + (40 - 30) * ((100vw - 320px) / (1920 - 320)));
  background-color: var(--theme-color);
  transition: all 0.5s ease;
}
.product-wrapper .timer {
  position: absolute;
  top: 15px;
  left: 0;
  right: 0;
  text-align: center;
}
.product-wrapper.slick-slider.slick-dotted {
  margin-bottom: -2px;
}

.no-arrow .slick-arrow {
  display: none !important;
}

.no-space .slick-list {
  margin: 0 !important;
}
.no-space .slick-list .slick-slide > div,
.no-space .slick-list .slick-slide > ul {
  margin: 0 !important;
}
[dir=rtl] .no-space .slick-list .slick-slide > div,
[dir=rtl] .no-space .slick-list .slick-slide > ul {
  direction: rtl;
}

.category-slider .slick-list {
  margin: 0;
}
.category-slider .slick-list .slick-slide {
  padding: 0 10px;
}
[dir=rtl] .category-slider .slick-list .slick-slide > div,
[dir=rtl] .category-slider .slick-list .slick-slide > ul {
  direction: rtl;
}
.category-slider.slick-dotted {
  margin-bottom: 0;
}

.slick-slider .slick-list {
  margin: 0 -10px;
}
@media (max-width: 575px) {
  .slick-slider .slick-list {
    margin: 0 -6px;
  }
}
.slick-slider .slick-list .slick-slide > div,
.slick-slider .slick-list .slick-slide > ul {
  margin: 0 10px;
}
[dir=rtl] .slick-slider .slick-list .slick-slide > div,
[dir=rtl] .slick-slider .slick-list .slick-slide > ul {
  direction: rtl;
}
@media (max-width: 575px) {
  .slick-slider .slick-list .slick-slide > div,
.slick-slider .slick-list .slick-slide > ul {
    margin: 0 6px;
  }
}
.slick-slider.slick-dotted {
  margin-bottom: 0;
}

.slick-top .slick-list .slick-track > div {
  margin: 3px 0;
}

.left-slider .slick-list .slick-track .slick-slide img {
  -webkit-filter: grayscale(20%) blur(1px);
          filter: grayscale(20%) blur(1px);
  opacity: 0.8;
}
.left-slider .slick-list .slick-track .slick-slide.slick-current img {
  transition: all 0.3s ease-in-out;
  -webkit-filter: grayscale(0) blur(0);
          filter: grayscale(0) blur(0);
  opacity: 1;
  box-shadow: 0 0 8px rgba(34, 34, 34, 0.16);
}

.arrow-slider .slick-prev,
.arrow-slider .slick-next {
  width: calc(30px + (40 - 30) * ((100vw - 320px) / (1920 - 320)));
  height: calc(30px + (40 - 30) * ((100vw - 320px) / (1920 - 320)));
  background-color: #ffffff;
  box-shadow: 0px 1px 4px rgba(34, 34, 34, 0.14);
  position: absolute;
  top: calc(-28px + (-43 - -28) * ((100vw - 320px) / (1920 - 320)));
  border-radius: 5px;
  transition: all 0.3s ease-in-out;
}
.arrow-slider .slick-prev::before,
.arrow-slider .slick-next::before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: var(--theme-color);
  font-size: calc(17px + (20 - 17) * ((100vw - 320px) / (1920 - 320)));
}
.arrow-slider .slick-prev:hover,
.arrow-slider .slick-next:hover {
  background-color: var(--theme-color);
}
.arrow-slider .slick-prev:hover::before,
.arrow-slider .slick-next:hover::before {
  color: #ffffff;
}
.arrow-slider .slick-prev {
  left: unset;
  right: 60px;
}
[dir=rtl] .arrow-slider .slick-prev {
  right: unset;
  left: 0;
}
.arrow-slider .slick-prev::before {
  content: "\F104";
}
@media (max-width: 575px) {
  .arrow-slider .slick-prev {
    right: 45px;
  }
}
.arrow-slider .slick-next {
  right: 5px;
}
[dir=rtl] .arrow-slider .slick-next {
  right: unset;
  left: 50px;
}
.arrow-slider .slick-next::before {
  content: "\F105";
}
@media (max-width: 575px) {
  [dir=rtl] .arrow-slider .slick-next {
    left: 40px;
  }
}

.arrow-slider-2 .slick-prev,
.arrow-slider-2 .slick-next {
  top: -42px;
}
@media (max-width: 1460px) {
  .arrow-slider-2 .slick-prev,
.arrow-slider-2 .slick-next {
    top: -38px;
  }
}
@media (max-width: 1199px) {
  .arrow-slider-2 .slick-prev,
.arrow-slider-2 .slick-next {
    top: -37px;
  }
}
@media (max-width: 767px) {
  .arrow-slider-2 .slick-prev,
.arrow-slider-2 .slick-next {
    top: -33px;
  }
}
@media (max-width: 480px) {
  .arrow-slider-2 .slick-prev,
.arrow-slider-2 .slick-next {
    top: -31px;
  }
}
@media (max-width: 360px) {
  .arrow-slider-2 .slick-prev,
.arrow-slider-2 .slick-next {
    top: -29px;
  }
}
.arrow-slider-2 .slick-prev {
  left: unset;
  right: 50px;
}
[dir=rtl] .arrow-slider-2 .slick-prev {
  right: unset;
  left: 0;
}
.arrow-slider-2 .slick-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 .slick-prev:hover::before {
  color: var(--theme-color);
}
.arrow-slider-2 .slick-next {
  right: 5px;
}
[dir=rtl] .arrow-slider-2 .slick-next {
  right: unset;
  left: 30px;
}
.arrow-slider-2 .slick-next::before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\F054";
  color: #222222;
}
.arrow-slider-2 .slick-next:hover::before {
  color: var(--theme-color);
}

.img-slider img {
  display: initial;
}

.product-arrow .slick-prev,
.product-arrow .slick-next {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(28px + (40 - 28) * ((100vw - 320px) / (1920 - 320)));
  height: calc(28px + (40 - 28) * ((100vw - 320px) / (1920 - 320)));
  background-color: #e1e1e1;
  border-radius: 5px;
  z-index: 1;
  transition: all 0.3s ease;
}
.product-arrow .slick-prev::before,
.product-arrow .slick-next::before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}
.product-arrow .slick-prev {
  left: 0;
}
.product-arrow .slick-prev::before {
  color: #000000;
  content: "\F104";
}
.product-arrow .slick-prev:hover, .product-arrow .slick-prev:focus {
  background-color: var(--theme-color);
}
.product-arrow .slick-prev:hover::before, .product-arrow .slick-prev:focus::before {
  color: #ffffff;
}
.product-arrow .slick-next {
  right: 0;
}
[dir=rtl] .product-arrow .slick-next {
  right: unset;
  left: 91%;
}
.product-arrow .slick-next:before {
  color: #000000;
  content: "\F105";
}
.product-arrow .slick-next:hover, .product-arrow .slick-next:focus {
  background-color: var(--theme-color);
}
.product-arrow .slick-next:hover::before, .product-arrow .slick-next:focus::before {
  color: #ffffff;
}

.product-box-arrow .slick-prev,
.product-box-arrow .slick-next {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(28px + (40 - 28) * ((100vw - 320px) / (1920 - 320)));
  height: calc(28px + (40 - 28) * ((100vw - 320px) / (1920 - 320)));
  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 .slick-prev::before,
.product-box-arrow .slick-next::before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: #000000;
  font-size: calc(15px + (18 - 15) * ((100vw - 320px) / (1920 - 320)));
}
.product-box-arrow .slick-prev:hover, .product-box-arrow .slick-prev:focus,
.product-box-arrow .slick-next:hover,
.product-box-arrow .slick-next:focus {
  background-color: var(--theme-color);
}
.product-box-arrow .slick-prev:hover::before, .product-box-arrow .slick-prev:focus::before,
.product-box-arrow .slick-next:hover::before,
.product-box-arrow .slick-next:focus::before {
  color: #ffffff;
}
.product-box-arrow .slick-prev {
  left: -28px;
}
@media (max-width: 575px) {
  .product-box-arrow .slick-prev {
    left: -8px;
  }
}
.product-box-arrow .slick-prev::before {
  content: "\F104";
}
.product-box-arrow .slick-next {
  right: -28px;
}
@media (max-width: 575px) {
  .product-box-arrow .slick-next {
    right: -8px;
  }
}
.product-box-arrow .slick-next:before {
  content: "\F105";
}

.slick-height .slick-list .slick-track .slick-slide {
  height: auto;
}

/**=====================
     Tab scss
==========================**/
.tab-style-color {
  display: flex;
  flex-wrap: nowrap;
  gap: calc(8px + (20 - 8) * ((100vw - 320px) / (1920 - 320)));
  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 + (16 - 14) * ((100vw - 320px) / (1920 - 320)));
  white-space: nowrap;
  background-color: #ffffff;
  line-height: 1;
  border: 1px solid var(--theme-color);
  padding: calc(9px + (14 - 9) * ((100vw - 320px) / (1920 - 320))) calc(14px + (30 - 14) * ((100vw - 320px) / (1920 - 320)));
  margin: 0;
  border-radius: 10px;
}
.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;
}
[dir=rtl] .tab-style-color .nav-item .nav-link img {
  margin-right: unset;
  margin-left: 5px;
}

/**=====================
     Tap to top scss
==========================**/
.theme-option {
  position: fixed;
  bottom: calc(10px + (25 - 10) * ((100vw - 320px) / (1920 - 320)));
  right: calc(10px + (25 - 10) * ((100vw - 320px) / (1920 - 320)));
  z-index: 1;
  transition: all 0.3s ease-in-out;
}
[dir=rtl] .theme-option {
  right: unset;
  left: calc(10px + (25 - 10) * ((100vw - 320px) / (1920 - 320)));
}
@media (max-width: 767px) {
  .theme-option {
    bottom: calc(75px + (80 - 75) * ((100vw - 320px) / (1920 - 320)));
  }
}
.theme-option .back-to-top {
  background-color: var(--theme-color);
  padding: 0;
  border-radius: 5px;
  z-index: 1;
  margin-top: 12px;
}
[dir=rtl] .theme-option .back-to-top {
  right: unset;
  left: calc(10px + (25 - 10) * ((100vw - 320px) / (1920 - 320)));
}
.theme-option .back-to-top a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(30px + (40 - 30) * ((100vw - 320px) / (1920 - 320)));
  height: calc(30px + (40 - 30) * ((100vw - 320px) / (1920 - 320)));
}
.theme-option .back-to-top a i {
  color: #ffffff;
}

/**=====================
     Theme Setting scss
==========================**/
.setting-box {
  background-color: var(--theme-color);
  padding: 0;
  border-radius: 5px;
  z-index: 1;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.setting-box .setting-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(30px + (40 - 30) * ((100vw - 320px) / (1920 - 320)));
  height: calc(30px + (40 - 30) * ((100vw - 320px) / (1920 - 320)));
  padding: 0;
  color: #ffffff;
}
.setting-box .theme-setting-2 {
  position: absolute;
  bottom: calc(40px + (46 - 40) * ((100vw - 320px) / (1920 - 320)));
  right: 12px;
  width: 360px;
  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;
}
[dir=rtl] .setting-box .theme-setting-2 {
  transform-origin: bottom left;
}
[dir=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;
}
[dir=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 + (15 - 7) * ((100vw - 320px) / (1920 - 320)));
}
[dir=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 #e1e1e1;
}
.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: flex;
  flex-wrap: nowrap;
  gap: 10px;
  align-items: center;
  padding-top: 0;
  width: 85%;
}
.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 + (15 - 14) * ((100vw - 320px) / (1920 - 320)));
}
.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;
}
[dir=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);
}
[dir=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;
}

/**=====================
     timer scss
==========================**/
.timer ul {
  display: flex;
  align-items: center;
}
[dir=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: #e1e1e1;
  padding: 8px;
  border-radius: 5px;
}
@media (max-width: 575px) {
  .timer ul li {
    width: 40px;
    height: 40px;
  }
}
.timer ul li + li {
  margin-left: 15px;
}
[dir=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;
}
[dir=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 #222222;
  background-color: transparent;
}
.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 + 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: #e1e1e1;
  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 scss
==========================**/
.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 + (30 - 16) * ((100vw - 320px) / (1920 - 320)));
  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 + (10 - 5) * ((100vw - 320px) / (1920 - 320))) 0 0;
  font-size: calc(14px + (16 - 14) * ((100vw - 320px) / (1920 - 320)));
  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 + (12 - 8) * ((100vw - 320px) / (1920 - 320))) calc(9px + (11 - 9) * ((100vw - 320px) / (1920 - 320)));
  border-radius: 5px;
}
@media (max-width: 1265px) {
  .title-flex .timing-box .timing {
    margin-top: calc(14px + (20 - 14) * ((100vw - 320px) / (1920 - 320)));
  }
}
.title-flex .timing-box .timing i {
  -webkit-text-stroke: 1px #ffffff;
  color: transparent;
  margin-right: 9px;
}
.title-flex .timing-box .timing .feather {
  width: 17px;
  height: 17px;
  margin-right: 9px;
}
[dir=rtl] .title-flex .timing-box .timing .feather {
  margin-left: 9px;
  margin-right: unset;
}
.title-flex .timing-box .timing .name {
  font-weight: 600;
  margin-right: 8px;
  line-height: 1;
}
[dir=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;
}
[dir=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;
}
[dir=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;
}
[dir=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-image: url(../svg/bag.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.title-border {
  border-bottom: 1px solid #e1e1e1;
  padding-bottom: calc(14px + (20 - 14) * ((100vw - 320px) / (1920 - 320)));
  margin-bottom: calc(5px + (10 - 5) * ((100vw - 320px) / (1920 - 320)));
}

.vendor-title h5, .vendor-title .h5 {
  font-weight: 700;
  font-size: 17px;
  margin-bottom: 10px;
  letter-spacing: 0.5px;
}
.vendor-title p {
  margin-bottom: 0;
  font-size: 15px;
  color: #4a5568;
  line-height: 1.6;
}

.seller-title h2, .seller-title .h2 {
  font-weight: 700;
  font-size: 37px;
  margin-bottom: 23px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.seller-title p {
  margin-bottom: 0;
  font-size: 15px;
  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 + (12 - 8) * ((100vw - 320px) / (1920 - 320))) calc(9px + (11 - 9) * ((100vw - 320px) / (1920 - 320)));
  border-radius: 5px;
}
@media (max-width: 850px) {
  .title-flex-2 .timing-box .timing {
    margin-top: calc(14px + (20 - 14) * ((100vw - 320px) / (1920 - 320)));
  }
}
.title-flex-2 .timing-box .timing i {
  -webkit-text-stroke: 1px #ffffff;
  color: transparent;
  margin-right: 9px;
}
.title-flex-2 .timing-box .timing .feather {
  width: 17px;
  height: 17px;
  margin-right: 9px;
}
[dir=rtl] .title-flex-2 .timing-box .timing .feather {
  margin-left: 9px;
  margin-right: unset;
}
.title-flex-2 .timing-box .timing .name {
  font-weight: 600;
  margin-right: 8px;
  line-height: 1;
}
[dir=rtl] .title-flex-2 .timing-box .timing .name {
  margin-left: 8px;
  margin-right: unset;
}

/**=====================
     Tolltip scss
==========================**/
.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;
}

/**=====================
     reset scss
==========================**/
@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 + (42 - 18) * ((100vw - 320px) / (1920 - 320))) 0;
}

.section-big-space {
  padding: calc(40px + (160 - 40) * ((100vw - 320px) / (1920 - 320))) 0;
}

.section-lg-space {
  padding: calc(30px + (70 - 30) * ((100vw - 320px) / (1920 - 320))) 0;
}

section,
.section-t-space {
  padding-top: calc(30px + (50 - 30) * ((100vw - 320px) / (1920 - 320)));
}

.section-b-space {
  padding-bottom: calc(30px + (50 - 30) * ((100vw - 320px) / (1920 - 320)));
}

.container-fluid-lg {
  padding: 0 calc(12px + (160 - 12) * ((100vw - 320px) / (1920 - 320)));
}

.container-fluid-md {
  padding: 0 calc(12px + (50 - 12) * ((100vw - 320px) / (1920 - 320)));
}

.container-fluid-xs {
  padding: 0 calc(12px + (25 - 12) * ((100vw - 320px) / (1920 - 320)));
}

.section-small-space {
  padding: 30px 0;
}

.p-top-left {
  display: flex;
  justify-content: flex-start;
}
[dir=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;
}
[dir=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;
}
[dir=rtl] .p-center-right {
  justify-content: flex-start;
}

.p-bottom-left {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
}
[dir=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: -webkit-sticky;
  position: sticky;
  top: 10px;
}

.ls-expanded {
  letter-spacing: 12px;
  margin-right: -12px;
}

.ls-resize-expanded {
  letter-spacing: calc(4px + (10 - 4) * ((100vw - 320px) / (1920 - 320)));
}

.g-8 {
  margin: -8px;
}
.g-8 > div {
  padding: 8px;
}

.icon-width {
  width: 85px;
  height: 85px;
}

.rating {
  display: none !important;
  align-items: center;
}
@media (max-width: 360px) {
  .rating {
    display: flex;
    align-items: center;
  }
}
[dir=rtl] .rating {
  padding-left: unset;
  padding-right: 0;
}
.rating li {
  line-height: 0;
}
.rating li + li {
  margin-left: 2px;
}
[dir=rtl] .rating li + li {
  margin-left: unset;
  margin-right: 2px;
}
.rating li .feather {
  width: 14px;
  height: 14px;
  stroke: #ffb321;
}
.rating li .feather.fill {
  fill: #ffb321;
}

.product-rating {
  display: flex;
  align-items: center;
}
.product-rating span {
  color: #4a5568;
  font-size: 12px;
  margin-left: 5px;
}
[dir=rtl] .product-rating span {
  margin-left: unset;
  margin-right: 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-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;
  -webkit-animation: flash 1.5s;
          animation: flash 1.5s;
}

.row .product-card {
  margin: 0 !important;
}

/**=====================
     typography scss
==========================**/
body {
  font-family: "Public Sans", 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;
}
body ::-moz-selection {
  color: #ffffff;
  background-color: var(--theme-color);
}
body ::selection {
  color: #ffffff;
  background-color: var(--theme-color);
}

.bg-overlay {
  width: 100vw;
  height: 100vh;
  background-color: #222222;
  position: fixed;
  z-index: 9;
  top: 0;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
}
.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;
}

.btn-close:focus {
  box-shadow: none;
}

:focus {
  outline: none;
}

.form-control {
  background-color: #ffffff;
}
.form-control:focus {
  box-shadow: none;
  border-color: var(--theme-color);
}

h1, .h1 {
  font-size: calc(40px + (70 - 40) * ((100vw - 320px) / (1920 - 320)));
  font-weight: 600;
  line-height: 1.1;
  text-transform: capitalize;
  margin: 0;
}

h2, .h2 {
  font-size: calc(22px + (28 - 22) * ((100vw - 320px) / (1920 - 320)));
  font-weight: 600;
  line-height: 1;
  text-transform: capitalize;
  margin: 0;
}

h3, .h3 {
  font-size: calc(16px + (20 - 16) * ((100vw - 320px) / (1920 - 320)));
  font-weight: 500;
  line-height: 1.2;
  margin: 0;
}

h4, .h4 {
  font-size: calc(17px + (18 - 17) * ((100vw - 320px) / (1920 - 320)));
  line-height: 1.2;
  margin: 0;
  font-weight: 400;
}

h5, .h5 {
  font-size: calc(15px + (16 - 15) * ((100vw - 320px) / (1920 - 320)));
  line-height: 1.2;
  margin: 0;
  font-weight: 400;
}

h6, .h6 {
  font-size: calc(13px + (14 - 13) * ((100vw - 320px) / (1920 - 320)));
  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;
}

:root {
  --theme-color: #0da487;
  --theme-color-rgb: 13, 164, 135;
  --theme-color1: #0e947a;
  --theme-color1-rgb: 14, 148, 122;
  --theme-color2: linear-gradient(90.56deg, var(--theme-color1) 8.46%, var(--theme-color) 62.97%) ;
}

/* default theme colors */
/* colors */
/* screen size */
/* miscellaneous */
.bg-2 {
  background: #666e6e;
}

.single-feature {
  display: flex;
  justify-content: center;
}
.single-feature .feature-icon {
  margin-right: 13px;
}
.single-feature .feature-icon > i {
  font-size: 36px;
  color: #ff8f00;
  color: var(--color-primary);
}
.single-feature .feature-details > span {
  font-size: 14px;
  line-height: 22px;
  display: block;
  color: #6e6e6e;
  margin-top: 2px;
}

.product-image {
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-image > img {
  max-height: 100%;
  max-width: 100%;
  transition: 200ms ease-in-out;
}

.product-badge {
  position: absolute;
  top: -5px;
  right: 0;
  display: flex;
  flex-direction: column;
}
.product-badge .badge {
  font-size: 12px;
  font-weight: 500;
  width: auto;
  min-width: 0;
  display: inline-block;
  margin: 0 0 5px auto;
  padding: 6px 9px;
  text-align: right;
  border-radius: 0;
}
.product-badge .badge:last-child {
  margin-bottom: 0;
}
.product-badge .badge.badge-success {
  color: #ffffff;
  background: #1eb48e;
}
.product-badge .badge.badge-primary {
  color: #ffffff;
  background: #ff8f00;
  background: var(--color-primary);
}
.product-badge .badge.badge-warning {
  color: #ffffff;
  background: #ffb136;
}
.product-badge .badge.badge-danger {
  color: #ffffff;
  background: #e23e1d;
}

.product-price {
  font-size: 15px;
  font-weight: 500;
  line-height: 24px;
  display: flex;
  color: #ff8f00;
  color: var(--color-primary);
}
.product-price .previous-price {
  position: relative;
  font-size: 12px;
  font-weight: 400;
  margin: 1px 0 0 8px;
  color: #a6a6a6;
  text-decoration: line-through;
}

.product-rating {
  display: inline-flex;
  display: none !important;
}
.product-rating .back-stars {
  position: relative;
  display: flex;
}
.product-rating .back-stars > i {
  margin-right: 1px;
  color: #a6a6a6;
}
.product-rating .back-stars > i:last-child {
  margin-right: 0;
}
.product-rating .front-stars {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  color: #ffb136;
  overflow: hidden;
}
.product-rating .front-stars > i {
  margin-right: 1px;
}
.product-rating .front-stars > i:last-child {
  margin-right: 0;
}
.product-rating .rating-count {
  font-size: 11px;
  line-height: 12px;
  margin: 1px 0 0 5px;
  color: #6e6e6e;
}

.form-wrap {
  margin-top: 63px;
  padding-bottom: 20px;
}

.form-wrap-inner {
  width: 600px;
  margin: auto;
  padding: 0 15px;
}
.form-wrap-inner > h2, .form-wrap-inner > .h2 {
  margin-bottom: 40px;
  text-align: center;
}
.form-wrap-inner > p {
  margin-bottom: 19px;
  color: #6e6e6e;
}
.form-wrap-inner .btn-primary {
  width: 100%;
  padding: 12px 14px;
  letter-spacing: 1px;
}
.form-wrap-inner .btn-default {
  width: 100%;
  padding: 11px 14px;
  letter-spacing: 1px;
}
.form-wrap-inner .sign-in-with {
  font-size: 16px;
  display: block;
  margin-top: 25px;
  color: #6e6e6e;
  text-align: center;
}
.form-wrap-inner .social-login {
  display: flex;
  margin-top: 13px;
  justify-content: center;
}
.form-wrap-inner .social-login li a {
  font-size: 16px;
  display: flex;
  height: 40px;
  width: 40px;
  margin: 0 10px;
  color: #ffffff;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.form-wrap-inner .social-login li a:hover {
  opacity: 0.85;
}
.form-wrap-inner .social-login li a.facebook {
  background: #3a559f;
}
.form-wrap-inner .social-login li a.google {
  background: #d94936;
}
.form-wrap-inner .have-an-account {
  display: block;
  line-height: 26px;
  margin-top: 23px;
  letter-spacing: 1px;
  text-align: center;
}

@media screen and (max-width: 647px) {
  .form-wrap-inner {
    width: 100%;
  }
}
.product-card {
  position: relative;
  display: flex !important;
  height: auto;
  margin: 0 15px;
  padding: 20px 20px 0;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid #ebebeb;
  border-radius: 15px;
  transition: 200ms ease-in-out;
  background-color: #ffffff;
}
.product-card:hover {
  border-color: #ffffff;
  box-shadow: 2.5px 4.33px 50px 5px rgba(11, 28, 42, 0.15);
  z-index: 1;
}
.product-card:hover .product-card-actions button {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}
.product-card:hover .product-badge {
  opacity: 0;
  visibility: hidden;
  transform: scale(0.9);
}
.product-card:hover .product-card-countdown {
  opacity: 0;
  visibility: hidden;
  transform: translate(-50%, -50%) scale(0.9);
}
.product-card:hover .product-rating {
  opacity: 0;
  visibility: hidden;
}
.product-card:hover .product-name {
  transform: translateY(-33px);
}
.product-card:hover .product-card-bottom {
  border-top-color: transparent;
}
.product-card:hover .product-price {
  opacity: 0;
  visibility: hidden;
}
.product-card:hover .product-price:after {
  opacity: 0;
  visibility: hidden;
}
.product-card:hover .product-price-clone {
  opacity: 1;
  visibility: visible;
  transform: translateX(-15px);
}
.product-card:hover .product-price-clone:after {
  opacity: 1;
  visibility: visible;
  transform: translateX(20px);
}
.product-card:hover .btn-add-to-cart {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}
.product-card:hover .btn-add-to-cart.disabled, .product-card:hover .btn-add-to-cart[disabled] {
  opacity: 0.65;
}
.product-card .product-card-top {
  position: relative;
}
.product-card .product-image {
  height: 250px;
  margin: 0 -20px;
}
.product-card .product-image .image-placeholder {
  height: 85px;
  width: 85px;
}
.product-card .product-badge {
  right: 0;
  z-index: 1;
  transition: 200ms ease-in-out;
}
.product-card .product-card-actions {
  position: absolute;
  top: -5px;
  right: 0;
  display: flex;
  flex-direction: column;
  border-radius: 2px;
  z-index: 1;
}
.product-card .product-card-actions .btn {
  height: 35px;
  width: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  background: #ffffff;
  border: 1px solid #ebebeb;
  border-radius: 2px;
  opacity: 0;
  visibility: hidden;
  transform: scale(0.5);
  transition: opacity 200ms ease-in-out, transform 200ms ease-in-out, border-color 150ms ease-in-out;
}
.product-card .product-card-actions .btn:hover {
  border-color: rgba(0, 85, 184, 0.3);
  border-color: var(--color-primary-transparent-lite);
}
.product-card .product-card-actions .btn > i {
  font-size: 15px;
}
.product-card .product-card-actions .btn-wishlist {
  margin-bottom: 5px;
}
.product-card .product-card-countdown {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(1);
  transition: 200ms ease-in-out;
}
.product-card .product-card-countdown.is-countdown .countdown-section {
  width: auto;
  margin-right: 10px;
}
.product-card .product-card-countdown.is-countdown .countdown-section:last-child {
  margin-right: 0;
}
.product-card .product-card-countdown.is-countdown .countdown-amount {
  height: 38px;
  width: 38px;
  margin: 0;
  color: #ffffff;
  background: rgba(0, 85, 184, 0.8);
  background: var(--color-primary-transparent);
}
.product-card .product-card-countdown.is-countdown .countdown-period {
  display: none;
}
.product-card .product-card-middle {
  position: relative;
  display: flex;
  height: 90px;
  margin-top: auto;
  padding-bottom: 9px;
  flex-direction: column;
  justify-content: flex-end;
  z-index: 0;
}
.product-card .product-rating {
  margin-bottom: 10px;
  transition: 200ms ease-in-out;
}
.product-card .product-rating .back-stars {
  font-size: 13px;
}
.product-card .product-name {
  display: block;
  color: #191919;
  transition: 200ms ease-in-out;
  z-index: 1;
}
.product-card .product-name h6, .product-card .product-name .h6 {
  position: relative;
  font-weight: 400;
  line-height: 21px;
  max-height: 40px;
  display: -webkit-box;
  background: #ffffff;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.product-card .product-card-bottom {
  position: relative;
  padding: 12px 0 10px;
  border-top: 1px solid #ebebeb;
  transition: 150ms ease-in-out;
}
.product-card .product-price {
  position: relative;
  transition: 200ms ease-in-out;
}
.product-card .product-price:after {
  position: absolute;
  content: "";
  left: -20px;
  top: 4px;
  height: 15px;
  width: 7px;
  background: #ff8f00;
  background: var(--color-primary);
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  transition: 200ms ease-in-out;
}
.product-card .product-price-clone {
  position: absolute;
  left: 15px;
  bottom: 15px;
  padding: 0;
  border: none;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
}
.product-card .product-price-clone:after {
  left: -40px;
  top: 4px;
  opacity: 0;
  visibility: hidden;
}
.product-card .btn-add-to-cart {
  font-size: 13px;
  position: absolute;
  left: 0;
  bottom: 20px;
  width: 100%;
  padding: 6px 0 4px;
  opacity: 0;
  visibility: hidden;
  transform: scale(0.9);
  transition: 200ms ease-in-out;
  background: #ff8f00 !important;
  border-radius: 20px;
  border: 1px solid #ff8f00;
  color: #fff;
}
.product-card .btn-add-to-cart > i {
  font-size: 15px;
  margin: 5px 6px 0 0;
  vertical-align: top;
}

@media screen and (max-width: 1800px) {
  .product-card .product-image {
    height: 200px;
  }
}
@media screen and (max-width: 991px) {
  .product-card {
    margin: 0 8px;
    padding: 15px 15px 0;
  }
  .product-card:hover {
    border-color: #ebebeb;
    box-shadow: none;
  }
  .product-card:hover .product-badge {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
  }
  .product-card:hover .product-card-countdown {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, -50%);
  }
  .product-card:hover .product-rating {
    opacity: 1;
    visibility: visible;
  }
  .product-card:hover .product-name {
    transform: none;
  }
  .product-card:hover .product-price {
    opacity: 1;
    visibility: visible;
  }
  .product-card .product-card-top {
    margin-bottom: 10px;
  }
  .product-card .product-image {
    position: relative;
    height: 80%;
    padding-bottom: 80%;
  }
  .product-card .product-image img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .product-card .product-card-actions,
.product-card .product-price-clone,
.product-card .btn-add-to-cart {
    display: none;
  }
  .product-card .product-card-middle {
    height: 60px;
    padding-bottom: 0;
  }
  .product-card .product-rating {
    margin-bottom: 5px;
  }
  .product-card .product-card-bottom {
    padding-top: 5px;
    border-top: none;
  }
  .product-card .product-price {
    flex-direction: column;
  }
  .product-card .product-price:after {
    content: none;
  }
  .product-card .product-price .previous-price {
    margin: -4px auto 0 0;
  }
}
.vertical-product-card {
  display: flex;
  margin-bottom: 20px;
  padding: 10px;
}
.vertical-product-card:last-child {
  margin-bottom: 0;
}
.vertical-product-card .product-image {
  height: 70px;
  width: 70px;
  min-width: 70px;
  margin-top: 5px;
  border-radius: 2px;
  overflow: hidden;
}
.vertical-product-card .product-image .image-placeholder {
  height: 40px;
  width: 40px;
}
.vertical-product-card .product-info {
  flex-grow: 1;
  margin-left: 20px;
}
.vertical-product-card .product-name {
  display: inline-block;
  margin-bottom: 10px;
  color: #191919;
}
.vertical-product-card .product-name:hover h6, .vertical-product-card .product-name:hover .h6 {
  color: #ff8f00;
  color: var(--color-primary);
}
.vertical-product-card .product-name h6, .vertical-product-card .product-name .h6 {
  font-weight: 400;
  line-height: 22px;
  max-height: 44px;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  transition: 150ms ease-in-out;
}
.vertical-product-card .product-price {
  line-height: 1;
  margin-bottom: 6px;
}
.vertical-product-card .product-price .previous-price {
  margin-top: 2px;
}
.vertical-product-card .product-rating {
  font-size: 13px;
}

.wrapper {
  position: relative;
  background: #ffffff;
}

.overlay {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  z-index: 180;
  transition: 200ms ease-in-out;
}
.overlay.active {
  opacity: 1;
  visibility: visible;
}

.section-title {
  position: relative;
}
.section-title:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 50px;
  border-bottom: 2px solid #ffb136;
}

.product-options {
  display: flex;
  flex-wrap: wrap;
}
.product-options li {
  font-size: 13px;
  margin-right: 5px;
  color: #a6a6a6;
}
.product-options li:last-child {
  margin-right: 0;
}
.product-options label {
  margin-bottom: 0;
  color: #6e6e6e;
}

.tab-products-header {
  border-bottom: 1px solid #e5e5e5;
}

.tab-products-nav .tabs:not(.featured-categories-tabs) .tab-item {
  font-size: 15px;
  line-height: 15px;
  margin-left: 0;
  padding-left: 20px;
  padding-right: 20px;
  border: 1px solid transparent;
  border-radius: 20px;
}
.tab-products-nav .tabs:not(.featured-categories-tabs) .tab-item.active {
  border: 1px solid #ffb136;
}
.tab-products-nav .tabs:not(.featured-categories-tabs) .tab-item.active::after, .tab-products-nav .tabs:not(.featured-categories-tabs) .tab-item.active::before {
  display: none;
}

.vertical-products .vertical-products-header {
  margin-bottom: 25px;
  border-bottom: 1px solid #e5e5e5;
}
.vertical-products .section-title {
  padding-bottom: 13px;
}
.vertical-products .slick-prev,
.vertical-products .slick-next {
  top: -62px;
  transform: translate(0, 0);
}
.vertical-products .slick-prev:before,
.vertical-products .slick-next:before {
  font-size: 16px;
  font-weight: 900;
}
.vertical-products .slick-prev {
  left: auto;
  right: 20px;
}
.vertical-products .slick-next {
  right: -5px;
}

.btn-wishlist.added > i,
.btn-compare.added > i {
  color: #ff8f00;
  color: var(--color-primary);
}
.btn-wishlist > i,
.btn-compare > i {
  color: #6e6e6e;
  transition: 500ms ease-in-out;
}
.btn-wishlist > i.animating,
.btn-compare > i.animating {
  -webkit-animation: zoomInOut 500ms ease-in-out;
          animation: zoomInOut 500ms ease-in-out;
}

.coupon-wrap .form-group {
  display: flex;
  margin-bottom: 0;
}
.coupon-wrap .form-group .form-input input {
  height: 40px;
  width: 250px;
}
.coupon-wrap .form-group .error-message {
  display: none;
}
.coupon-wrap .form-group .btn-apply-coupon {
  margin-left: 10px;
  align-self: flex-start;
}

.order-summary-list li {
  display: flex;
  justify-content: space-between;
  margin-bottom: 9px;
}
.order-summary-list li:last-child {
  margin-bottom: 0;
}
.order-summary-list label {
  margin-bottom: 0;
  padding-right: 20px;
}
.order-summary-list .coupon-code {
  color: #6e6e6e;
  white-space: nowrap;
}
.order-summary-list .btn-remove-coupon {
  font-size: 14px;
  padding: 0;
  background: transparent;
  border: none;
  cursor: pointer;
}
.order-summary-list .btn-remove-coupon:hover {
  color: #ff8f00;
  color: var(--color-primary);
}

.order-summary-total {
  font-size: 18px;
  font-weight: 500;
  display: flex;
  margin-top: 21px;
  justify-content: space-between;
  padding: 14px 0;
  border-top: 1px solid #ebebeb;
}
.order-summary-total label {
  margin-bottom: 0;
}

@media screen and (max-width: 455px) {
  .coupon-wrap .form-group {
    flex-direction: column;
  }
  .coupon-wrap .form-group .form-input input {
    width: 100%;
  }
  .coupon-wrap .form-group .form-input .error-message {
    display: block;
  }
  .coupon-wrap .form-group .btn-apply-coupon {
    margin: 15px 0 0 0;
    align-self: stretch;
  }
  .coupon-wrap > .error-message {
    display: none;
  }
}
.arrow-black {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent url("../images/arrow-black.png") no-repeat right 0px center;
  background-size: 10px;
}

.arrow-white {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent url("../images/arrow-white.png") no-repeat right 0px center;
  background-size: 10px;
}

.contact-info > li {
  color: #ffffff;
  margin-bottom: 14px;
  white-space: nowrap;
  clear: both;
}
.contact-info > li:last-child {
  margin-bottom: 0;
}
.contact-info > li > i {
  margin-top: 3px;
  color: #ffffff;
  float: left;
}
.contact-info > li > span {
  line-height: 22px;
  display: block;
  margin-left: 24px;
  word-break: break-all;
  white-space: pre-wrap;
}

.social-links li {
  display: inline-flex;
  margin-right: 5px;
}
.social-links li:last-child {
  margin-right: 0;
}
.social-links li a {
  font-size: 22px;
  display: flex;
  height: 35px;
  width: 35px;
  color: #ff8f00;
  align-items: center;
  justify-content: center;
}
.social-links li a:hover {
  color: #ffb136;
}

.footer .social-links li a {
  color: #ffffff;
}
.footer .social-links li a:hover {
  color: #ffb136;
}

.captcha-input {
  font-size: 14px;
  height: 45px;
  margin-left: 7px;
  padding: 10px 15px;
  border: 1px solid #ebebeb;
  border-radius: 2px;
  transition: 150ms ease-in-out;
}
.captcha-input:focus {
  outline: 0;
  border-color: #ff8f00;
  border-color: var(--color-primary);
  box-shadow: none;
}

@media screen and (max-width: 510px) {
  .captcha-input {
    display: block;
    margin: 10px 0 0 0;
  }
}
@-webkit-keyframes zoomInOut {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.7);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes zoomInOut {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.7);
  }
  100% {
    transform: scale(1);
  }
}
blockquote {
  box-sizing: border-box;
  margin: 1em 0;
  padding: 0.75em;
  border-left: var(--color-primary) 0.4em solid;
  font-style: italic;
}

/**=====================
     Banner scss
==========================**/
.banner-contain {
  border-radius: 5px;
  overflow: hidden;
  position: relative;
}
[dir=rtl] .banner-contain .banner-details {
  text-align: left;
}
.banner-contain .banner-details.banner-b-space {
  padding: calc(27px + (45 - 27) * ((100vw - 320px) / (1920 - 320))) calc(20px + (140 - 20) * ((100vw - 320px) / (1920 - 320)));
}
.banner-contain .banner-details .banner-box {
  position: absolute;
  top: 30px;
  left: 0;
  background-color: rgba(255, 255, 255, 0.5);
  padding: calc(8px + (12 - 8) * ((100vw - 320px) / (1920 - 320))) calc(30px + (39 - 30) * ((100vw - 320px) / (1920 - 320))) calc(8px + (12 - 8) * ((100vw - 320px) / (1920 - 320))) calc(8px + (12 - 8) * ((100vw - 320px) / (1920 - 320)));
  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 + (6 - 4) * ((100vw - 320px) / (1920 - 320))) 0;
  font-size: calc(14px + (18 - 14) * ((100vw - 320px) / (1920 - 320)));
  font-weight: 600;
}
.banner-contain .banner-details .banner-button {
  position: absolute;
  bottom: calc(8px + (16 - 8) * ((100vw - 320px) / (1920 - 320)));
  left: calc(14px + (22 - 14) * ((100vw - 320px) / (1920 - 320)));
  color: #ffffff;
  font-size: calc(14px + (16 - 14) * ((100vw - 320px) / (1920 - 320)));
  font-weight: 600;
  display: flex;
  align-items: center;
}
.banner-contain .banner-details h2, .banner-contain .banner-details .h2 {
  font-size: calc(20px + (42 - 20) * ((100vw - 320px) / (1920 - 320)));
}
.banner-contain .banner-details h2.banner-title, .banner-contain .banner-details .banner-title.h2 {
  font-size: calc(31px + (50 - 31) * ((100vw - 320px) / (1920 - 320)));
  font-weight: 700;
}
.banner-contain .banner-details h3, .banner-contain .banner-details .h3 {
  font-size: calc(20px + (30 - 20) * ((100vw - 320px) / (1920 - 320)));
  margin-top: -7px;
}
.banner-contain .banner-details h4, .banner-contain .banner-details .h4 {
  font-size: calc(20px + (24 - 20) * ((100vw - 320px) / (1920 - 320)));
  line-height: 1.6;
}
.banner-contain .banner-details .coupon-code {
  padding: calc(7px + (10 - 7) * ((100vw - 320px) / (1920 - 320))) calc(9px + (15 - 9) * ((100vw - 320px) / (1920 - 320)));
  background-color: rgba(var(--theme-color-rgb), 0.4);
  border: 2px dashed rgba(255, 255, 255, 0.5);
  display: inline-block;
  font-weight: 500;
  margin-top: 13px;
}
.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;
}
[dir=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 .banner-detail {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding: calc(14px + (25 - 14) * ((100vw - 320px) / (1920 - 320))) calc(19px + (25 - 19) * ((100vw - 320px) / (1920 - 320)));
}
[dir=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;
}
[dir=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 + (34 - 27) * ((100vw - 320px) / (1920 - 320)));
}
.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 + (10 - 6) * ((100vw - 320px) / (1920 - 320))) calc(8px + (10 - 8) * ((100vw - 320px) / (1920 - 320)));
  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 + (7 - 3) * ((100vw - 320px) / (1920 - 320)));
  left: calc(3px + (6 - 3) * ((100vw - 320px) / (1920 - 320)));
  border: calc(1px + (2 - 1) * ((100vw - 320px) / (1920 - 320))) solid #222222;
  z-index: -1;
}
.banner-contain-2 .banner-detail h2, .banner-contain-2 .banner-detail .h2 {
  font-size: calc(42px + (59 - 42) * ((100vw - 1199px) / (1920 - 1199)));
  font-weight: 700;
}
.banner-contain-2 .banner-detail h4, .banner-contain-2 .banner-detail .h4 {
  font-weight: 600;
  font-size: calc(17px + (21 - 17) * ((100vw - 320px) / (1920 - 320)));
  color: #222222;
}
.banner-contain-2 .banner-detail-2 {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding: calc(14px + (25 - 14) * ((100vw - 320px) / (1920 - 320))) calc(19px + (25 - 19) * ((100vw - 320px) / (1920 - 320)));
}
[dir=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 + (36 - 27) * ((100vw - 320px) / (1920 - 320)));
  font-weight: 700;
  color: #ffffff;
}
.banner-contain-2 .banner-detail-2 h2, .banner-contain-2 .banner-detail-2 .h2 {
  font-size: calc(42px + (59 - 42) * ((100vw - 1199px) / (1920 - 1199)));
  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%;
  -o-object-fit: cover;
     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-image: url(../images/grocery/banner/11-bg.png);
  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 + (40 - 25) * ((100vw - 320px) / (1920 - 320)));
  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 + (50 - 20) * ((100vw - 320px) / (1920 - 320)));
}
.banner-contain-3 .banner-detail.banner-half-width {
  width: 50%;
}
.banner-contain-3 .banner-detail.banner-p-sm {
  padding: calc(15px + (30 - 15) * ((100vw - 320px) / (1920 - 320))) !important;
}
.banner-contain-3 .banner-detail h2, .banner-contain-3 .banner-detail .h2 {
  font-size: calc(25px + (45 - 25) * ((100vw - 320px) / (1920 - 320)));
  margin-bottom: 3px;
}
.banner-contain-3 .banner-detail h2.sale-name, .banner-contain-3 .banner-detail .sale-name.h2 {
  font-size: calc(25px + (38 - 25) * ((100vw - 320px) / (1920 - 320)));
}
.banner-contain-3 .banner-detail h3, .banner-contain-3 .banner-detail .h3 {
  font-size: calc(18px + (32 - 18) * ((100vw - 320px) / (1920 - 320)));
  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 + (22 - 16) * ((100vw - 320px) / (1920 - 320)));
  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 + (18 - 15) * ((100vw - 320px) / (1920 - 320)));
  letter-spacing: 1px;
}
.banner-contain-3 .banner-detail h6, .banner-contain-3 .banner-detail .h6 {
  font-size: calc(14px + (16 - 14) * ((100vw - 320px) / (1920 - 320)));
  margin-bottom: calc(10px + (20 - 10) * ((100vw - 320px) / (1920 - 320)));
}
.banner-contain-3 .banner-detail p {
  font-size: calc(14px + (16 - 14) * ((100vw - 320px) / (1920 - 320)));
  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;
}
[dir=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;
}
[dir=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 + (18 - 9) * ((100vw - 320px) / (1920 - 320)));
  left: calc(9px + (18 - 9) * ((100vw - 320px) / (1920 - 320)));
  padding: calc(7px + (10 - 7) * ((100vw - 320px) / (1920 - 320))) calc(21px + (26 - 21) * ((100vw - 320px) / (1920 - 320))) calc(7px + (10 - 7) * ((100vw - 320px) / (1920 - 320))) calc(10px + (15 - 10) * ((100vw - 320px) / (1920 - 320)));
  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 + (16 - 14) * ((100vw - 320px) / (1920 - 320)));
}
.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 + (18 - 7) * ((100vw - 320px) / (1920 - 320)));
  right: calc(7px + (18 - 7) * ((100vw - 320px) / (1920 - 320)));
  background-color: var(--theme-color);
  border-radius: 50px;
}
.offer-banner .offer-box a {
  color: #ffffff;
  padding: calc(4px + (8 - 4) * ((100vw - 320px) / (1920 - 320))) calc(15px + (21 - 15) * ((100vw - 320px) / (1920 - 320)));
  display: block;
}
.offer-banner .offer-box a span {
  letter-spacing: 1.5px;
  font-size: calc(16px + (18 - 16) * ((100vw - 320px) / (1920 - 320)));
  font-weight: 500;
}

.bank-section .bank-offer {
  border-radius: calc(9px + (20 - 9) * ((100vw - 320px) / (1920 - 320)));
  overflow: hidden;
}
.bank-section .bank-offer:hover .bank-footer-1 .bank-coupon::after {
  top: 0;
  height: 100%;
}
.bank-section .bank-offer:hover .bank-footer-2 .bank-coupon::after {
  top: 0;
  height: 100%;
}
.bank-section .bank-offer:hover .bank-footer-3 .bank-coupon::after {
  top: 0;
  height: 100%;
}
.bank-section .bank-offer .bank-header {
  background: linear-gradient(76.68deg, #e6e6e6 -9.39%, #fafafa 78.76%, #f0f0f0 101.45%, #ffffff 112.78%);
  padding: calc(21px + (35 - 21) * ((100vw - 320px) / (1920 - 320)));
  display: flex;
  align-items: center;
}
.bank-section .bank-offer .bank-header .bank-left .bank-image {
  width: 120px;
  height: auto;
  margin-bottom: 12px;
}
.bank-section .bank-offer .bank-header .bank-left .bank-name h2, .bank-section .bank-offer .bank-header .bank-left .bank-name .h2 {
  color: #bb0032;
  font-weight: 700;
  margin-bottom: 7px;
  font-size: calc(22px + (31 - 22) * ((100vw - 320px) / (1920 - 320)));
}
.bank-section .bank-offer .bank-header .bank-left .bank-name h2.bank-offer-2, .bank-section .bank-offer .bank-header .bank-left .bank-name .bank-offer-2.h2 {
  color: #239bf0;
}
.bank-section .bank-offer .bank-header .bank-left .bank-name h2.bank-offer-3, .bank-section .bank-offer .bank-header .bank-left .bank-name .bank-offer-3.h2 {
  color: #e73718;
}
.bank-section .bank-offer .bank-header .bank-left .bank-name h5, .bank-section .bank-offer .bank-header .bank-left .bank-name .h5 {
  font-size: calc(14px + (16 - 14) * ((100vw - 320px) / (1920 - 320)));
}
.bank-section .bank-offer .bank-header .bank-left .bank-name h5.valid, .bank-section .bank-offer .bank-header .bank-left .bank-name .valid.h5 {
  margin-top: calc(22px + (69 - 22) * ((100vw - 320px) / (1920 - 320)));
}
.bank-section .bank-offer .bank-footer {
  padding: calc(7px + (17 - 7) * ((100vw - 320px) / (1920 - 320))) calc(13px + (26 - 13) * ((100vw - 320px) / (1920 - 320)));
  color: #ffffff;
  display: flex;
  align-items: center;
}
.bank-section .bank-offer .bank-footer-1 {
  background: linear-gradient(85.8deg, #bb0032 -4.64%, #ff584d 109.73%, #ff8c75 131.73%);
}
.bank-section .bank-offer .bank-footer-1 .bank-coupon {
  background: linear-gradient(85.8deg, #ff584d -4.64%, rgba(187, 0, 50, 0.1) 131.73%);
}
.bank-section .bank-offer .bank-footer-1 .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-2 {
  background: linear-gradient(90deg, #2395e8 15.92%, #4eb5ff 49.57%);
}
.bank-section .bank-offer .bank-footer-2 .bank-coupon {
  background: linear-gradient(90deg, #2395e8 15.92%, #4eb5ff 49.57%);
}
.bank-section .bank-offer .bank-footer-2 .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: #4eb5ff;
  background: linear-gradient(90deg, #4eb5ff 15.92%, #2395e8 49.57%);
}
.bank-section .bank-offer .bank-footer-3 {
  background: linear-gradient(85.8deg, #ffb321 -4.64%, #ff584d 109.73%, #ff8c75 131.73%);
}
.bank-section .bank-offer .bank-footer-3 .bank-coupon {
  background: linear-gradient(85.8deg, #ffb321 -4.64%, #ff584d 109.73%, #ff8c75 131.73%);
}
.bank-section .bank-offer .bank-footer-3 .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: #ffb321;
  background: linear-gradient(-90deg, rgba(255, 140, 117, 0) -4.64%, rgba(255, 88, 77, 0.1) 109.73, #ffb321 131.73%);
}
.bank-section .bank-offer .bank-footer h4, .bank-section .bank-offer .bank-footer .h4 {
  font-weight: 500;
  font-size: calc(15px + (18 - 15) * ((100vw - 320px) / (1920 - 320)));
}
.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%;
}
.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;
}
[dir=rtl] .bank-section .bank-offer .bank-footer .bank-coupon {
  margin-left: unset;
  margin-right: auto;
}

.shop-banner {
  width: 52% !important;
}
@media (max-width: 575px) {
  .shop-banner {
    width: 100% !important;
  }
}
.shop-banner > div {
  padding: calc(20px + (32 - 20) * ((100vw - 320px) / (1920 - 320)));
  background: var(--theme-color);
  color: #ffffff;
  border-radius: 9px;
}
.shop-banner > div h2, .shop-banner > div .h2 {
  font-size: calc(21px + (37 - 21) * ((100vw - 320px) / (1920 - 320))) !important;
  font-weight: 700 !important;
  line-height: 1.2;
}
.shop-banner > div h3, .shop-banner > div .h3 {
  font-size: calc(19px + (30 - 19) * ((100vw - 320px) / (1920 - 320))) !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 scss 
 ========================== */
.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;
}
.blog-box .blog-detail {
  margin-top: 15px;
  display: block;
}
.blog-box .blog-detail.blog-contain {
  background-color: #ff4f4f;
}
.blog-box .blog-detail h6, .blog-box .blog-detail .h6 {
  color: #4a5568;
  margin-bottom: 3px;
  font-weight: 600;
}
.blog-box .blog-detail h5, .blog-box .blog-detail .h5 {
  color: #222222;
  line-height: 1.5;
  font-weight: 600;
  font-size: calc(15px + (18 - 15) * ((100vw - 320px) / (1920 - 320)));
  transition: all 0.3s ease-in-out;
}

.blog-section .blog-box {
  padding-bottom: 1px;
  border-radius: 10px;
  border: 1px solid #e1e1e1;
  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 + (20 - 11) * ((100vw - 320px) / (1920 - 320)));
  margin-top: 0;
}
.blog-section .blog-box .blog-detail h2, .blog-section .blog-box .blog-detail .h2 {
  font-size: calc(18px + (22 - 18) * ((100vw - 320px) / (1920 - 320)));
  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 + (12 - 4) * ((100vw - 320px) / (1920 - 320)));
  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 + (22 - 14) * ((100vw - 320px) / (1920 - 320)));
}
.blog-section .blog-box .blog-detail .blog-list span {
  color: #4a5568;
  margin-bottom: -5px;
  font-size: calc(13px + (14 - 13) * ((100vw - 320px) / (1920 - 320)));
}
.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;
}

/* =====================
    Slick slider scss 
 ========================== */
.category-box {
  background-color: #f8f8f8;
  margin: 0px auto;
  display: block;
  width: 90%;
  text-align: center;
  border-radius: 5px;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  position: relative;
  padding: calc(15px + (35 - 15) * ((100vw - 320px) / (1920 - 320))) 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-image: url(../images/vegetable/shape.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: var(--theme-color);
  opacity: 0;
  z-index: -1;
  transition: all 0.3s ease-in-out;
}
.category-box:hover {
  background-color: transparent;
}
.category-box:hover::after {
  opacity: 1;
}
.category-box:hover img {
  -webkit-filter: invert(1) brightness(100);
          filter: invert(1) brightness(100);
}
.category-box:hover h5, .category-box:hover .h5 {
  color: #ffffff;
}
.category-box-2::after {
  background-image: url(../images/cake/bg.jpg);
}
.category-box img {
  width: calc(38px + (45 - 38) * ((100vw - 320px) / (1920 - 320)));
  height: calc(38px + (45 - 38) * ((100vw - 320px) / (1920 - 320)));
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0 auto;
}
.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;
}

.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 #e1e1e1;
}
.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 + (25 - 18) * ((100vw - 320px) / (1920 - 320)));
  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;
}
[dir=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 + (25 - 18) * ((100vw - 320px) / (1920 - 320)));
  right: calc(18px + (25 - 18) * ((100vw - 320px) / (1920 - 320)));
  background-color: var(--theme-color);
  padding: calc(7px + (10 - 7) * ((100vw - 320px) / (1920 - 320)));
  border-radius: 5px;
}
[dir=rtl] .deal-section .deal-box .buy-box {
  right: unset;
  left: calc(18px + (25 - 18) * ((100vw - 320px) / (1920 - 320)));
}
.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 + (18 - 16) * ((100vw - 320px) / (1920 - 320)));
  margin: 10px 0 8px;
  text-transform: capitalize;
  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 + (18 - 16) * ((100vw - 320px) / (1920 - 320)));
}
.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 .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 + (110 - 87) * ((100vw - 320px) / (1920 - 320)));
  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 + (15 - 13) * ((100vw - 320px) / (1920 - 320)));
  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 {
  padding-bottom: 30px;
}
.category-section-3 .category-box-list {
  padding: 20px;
  border-radius: 15px;
  background-color: #f1f1f3;
  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: rgba(var(--theme-color-rgb), 0.15);
  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: 1;
}
.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: 5px 20px;
  color: #ffffff;
  font-weight: 600;
  position: absolute;
  bottom: -40px;
  opacity: 0;
  width: 90%;
  border-radius: 30px;
}
.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-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;
  min-height: 65px;
  word-break: break-word;
}
.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;
  -o-object-fit: contain;
     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;
}

/**=====================
     Footer scss
==========================**/
footer {
  background-color: #f8f8f8;
  position: relative;
  z-index: 0;
}
footer::after {
  content: "";
  position: absolute;
  width: 30%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url(../images/vegetable/footer-shape.png);
  background-repeat: no-repeat;
  z-index: -1;
}
@media (max-width: 1199px) {
  footer::after {
    content: none;
  }
}
footer:before {
  content: "";
  position: absolute;
  width: 30%;
  height: 100%;
  bottom: 0;
  right: 0;
  background-image: url(../images/vegetable/footer-shape-2.png);
  background-repeat: no-repeat;
  z-index: -1;
}
@media (max-width: 1199px) {
  footer:before {
    content: none;
  }
}
footer .main-footer {
  border-top: 1px dashed #c1c1c1;
}
@media (max-width: 767px) {
  footer .main-footer {
    border: none;
    padding-top: 0;
  }
}
footer .main-footer .footer-theme .footer-theme-contain {
  margin-top: calc(13px + (20 - 13) * ((100vw - 320px) / (1920 - 320)));
}
footer .main-footer .footer-theme .footer-theme-contain p {
  font-size: calc(14px + (16 - 14) * ((100vw - 320px) / (1920 - 320)));
  color: #ffffff;
  line-height: 27px;
  margin-bottom: 0;
}
footer .main-footer .footer-theme .footer-theme-contain ul.address {
  margin-top: calc(17px + (30 - 17) * ((100vw - 320px) / (1920 - 320)));
}
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 .feather {
  width: 18px;
  height: 18px;
  stroke: #4a5568;
}
footer .main-footer .footer-theme .footer-theme-contain ul.address li p {
  margin: 1px 0 0 10px;
  color: #ffffff;
}
[dir=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 + (16 - 14) * ((100vw - 320px) / (1920 - 320)));
}
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 + (15 - 4) * ((100vw - 320px) / (1920 - 320)));
}
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 + (160 - 120) * ((100vw - 320px) / (1920 - 320)));
}
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 + (20 - 13) * ((100vw - 320px) / (1920 - 320))) 0;
}
footer .main-footer .footer-logo .footer-logo-contain p {
  font-size: calc(14px + (16 - 14) * ((100vw - 320px) / (1920 - 320)));
  color: #ffffff;
  line-height: 27px;
  margin-bottom: 0;
  width: 88%;
}
@media (max-width: 360px) {
  footer .main-footer .footer-logo .footer-logo-contain p {
    width: 100%;
  }
}
footer .main-footer .footer-logo .footer-logo-contain .address {
  display: flex;
  flex-wrap: wrap;
  gap: calc(8px + (15 - 8) * ((100vw - 320px) / (1920 - 320)));
  margin-top: calc(7px + (30 - 7) * ((100vw - 320px) / (1920 - 320)));
}
[dir=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 {
  color: var(--theme-color);
}
footer .main-footer .footer-logo .footer-logo-contain .address li:hover .feather {
  stroke: var(--theme-color);
}
footer .main-footer .footer-logo .footer-logo-contain .address li .feather {
  width: 18px;
  height: 18px;
  stroke: #4a5568;
}
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 + (16 - 14) * ((100vw - 320px) / (1920 - 320)));
}
[dir=rtl] footer .main-footer .footer-logo .footer-logo-contain .address li a {
  margin-right: 10px;
  margin-left: unset;
}
footer .main-footer .footer-title h4, footer .main-footer .footer-title .h4 {
  font-size: calc(17px + (20 - 17) * ((100vw - 320px) / (1920 - 320)));
  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(8px + (20 - 8) * ((100vw - 320px) / (1920 - 320)));
}
footer .main-footer .footer-contain p {
  font-size: calc(14px + (16 - 14) * ((100vw - 320px) / (1920 - 320)));
  color: #ffffff;
  line-height: 27px;
  margin-bottom: 0;
}
footer .main-footer .footer-contain ul.address {
  margin-top: calc(17px + (30 - 17) * ((100vw - 320px) / (1920 - 320)));
}
footer .main-footer .footer-contain ul.address li {
  display: flex;
  align-items: flex-start;
}
footer .main-footer .footer-contain ul.address li .feather {
  width: 18px;
  height: 18px;
  stroke: #4a5568;
}
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;
}
[dir=rtl] footer .main-footer .footer-contain ul.address li p,
[dir=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: calc(14px + (16 - 14) * ((100vw - 320px) / (1920 - 320)));
}
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;
}
[dir=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;
}
[dir=rtl] footer .main-footer .footer-contain ul li a::after {
  left: unset;
  right: -13px;
}
footer .main-footer .footer-contain ul li a:hover {
  color: var(--theme-color);
  margin-left: 13px;
}
[dir=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;
}
footer .main-footer .footer-contain ul li + li {
  margin-top: calc(4px + (15 - 4) * ((100vw - 320px) / (1920 - 320)));
}
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 + (140 - 114) * ((100vw - 320px) / (1920 - 320)));
}
footer .main-footer .footer-contact {
  margin-top: calc(13px + (20 - 13) * ((100vw - 320px) / (1920 - 320)));
}
[dir=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 + (50 - 30) * ((100vw - 320px) / (1920 - 320)));
  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: 139px;
}
footer .main-footer .footer-contact ul li::before {
  content: "";
  position: absolute;
  bottom: -24px;
  right: 0;
  width: calc(100% - 33px);
  border-bottom: 1px dashed #c1c1c1;
}
[dir=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 .feather {
  width: 18px;
  height: 18px;
  stroke: #4a5568;
}
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: 0;
  }
}
@media (max-width: 991px) {
  footer .sub-footer .payment {
    margin: 8px 0;
  }
}
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;
}
[dir=rtl] footer .sub-footer .social-link h6, [dir=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 i {
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
footer .sub-footer .social-link ul li + li {
  margin-left: 8px;
}
[dir=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-section-2 {
  background-color: #323a45;
}
.footer-section-2::before, .footer-section-2::after {
  content: none;
}
.footer-section-2 .download-image {
  margin-top: calc(20px + (30 - 20) * ((100vw - 320px) / (1920 - 320)));
}
.footer-section-2.footer-color-2 {
  background-color: #051616;
}
.footer-section-2.footer-color-3 {
  background-color: #1d2328;
}
.footer-section-2 .main-footer {
  padding-bottom: calc(18px + (50 - 18) * ((100vw - 320px) / (1920 - 320)));
  border-top: unset;
}
.footer-section-2 .main-footer .foot-logo img {
  width: calc(120px + (320 - 120) * ((100vw - 320px) / (1920 - 320)));
}
.footer-section-2 .main-footer .information-text {
  margin-bottom: 0;
  margin-top: calc(5px + (20 - 5) * ((100vw - 320px) / (1920 - 320)));
  color: #ffffff;
  font-weight: 400;
  font-size: calc(14px + (16 - 14) * ((100vw - 320px) / (1920 - 320)));
  line-height: 1.7;
}
.footer-section-2 .main-footer .information-text-2 {
  color: #bfbfbf;
  margin-top: calc(18px + (30 - 18) * ((100vw - 320px) / (1920 - 320)));
}
.footer-section-2 .main-footer .social-icon {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 20px;
}
[dir=rtl] .footer-section-2 .main-footer .social-icon {
  padding-left: unset;
  padding-right: 0;
}
.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-section-2 .main-footer .social-icon li.light-bg::after {
  background-color: #ffffff;
  opacity: 0.1;
  transition: all 0.3s ease-in-out;
}
.footer-section-2 .main-footer .social-icon li.light-bg:hover::after {
  opacity: 0.3;
}
.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: 1;
  border-radius: 50%;
  z-index: -1;
  transition: all 0.3s ease-in-out;
}
.footer-section-2 .main-footer .social-icon li:hover::after {
  opacity: 1;
}
.footer-section-2 .main-footer .social-icon li:hover i {
  color: #ffffff;
}
.footer-section-2 .main-footer .social-icon li a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
}
.footer-section-2 .main-footer .social-icon li a i {
  font-size: 24px;
  transition: all 0.3s ease-in-out;
}
.footer-section-2 .main-footer .social-icon li a.footer-link-color {
  color: #ffffff;
}
.footer-section-2 .main-footer .download-app {
  margin-top: 20px;
}
.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-section-2 .main-footer .download-app img {
  width: 110px;
  margin-left: 8px;
}
.footer-section-2 .main-footer .footer-title {
  margin-bottom: calc(13px + (36 - 13) * ((100vw - 320px) / (1920 - 320)));
  font-size: calc(18px + (22 - 18) * ((100vw - 320px) / (1920 - 320)));
  font-family: "Public Sans", sans-serif;
  font-weight: 600;
  position: relative;
  color: #ffffff;
}
.footer-section-2 .main-footer .footer-list-light li a:hover {
  color: #ffffff;
}
.footer-section-2 .main-footer .footer-list {
  display: flex;
  flex-wrap: wrap;
  gap: calc(7px + (16 - 7) * ((100vw - 320px) / (1920 - 320)));
}
[dir=rtl] .footer-section-2 .main-footer .footer-list {
  padding-right: 0;
}
.footer-section-2 .main-footer .footer-list li {
  display: block;
  width: 100%;
}
@media (max-width: 575px) {
  .footer-section-2 .main-footer .footer-list li:last-child {
    margin-bottom: 16px;
  }
}
.footer-section-2 .main-footer .footer-list li a {
  color: #ffffff;
  position: relative;
  display: flex;
  align-items: center;
  font-size: 16px;
}
.footer-section-2 .main-footer .footer-list li a i {
  margin-right: 10px;
}
[dir=rtl] .footer-section-2 .main-footer .footer-list li a i {
  margin-right: unset;
  margin-left: 10px;
}
.footer-section-2 .main-footer .footer-list li a.light-text {
  color: #bfbfbf;
}
.footer-section-2 .main-footer .footer-list li a:hover {
  color: #ffffff;
  padding-left: 14px;
}
[dir=rtl] .footer-section-2 .main-footer .footer-list li a:hover {
  padding-left: unset;
  padding-right: 14px;
}
.footer-section-2 .main-footer .footer-list li a:hover::before {
  left: 0;
  opacity: 0.7;
}
[dir=rtl] .footer-section-2 .main-footer .footer-list li a:hover::before {
  left: unset;
  right: 0;
}
.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;
}
[dir=rtl] .footer-section-2 .main-footer .footer-list li a:before {
  left: unset;
  right: -20px;
}
.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-section-2 .main-footer .footer-list li a.footer-contain-2:hover {
  padding-left: 6px;
  color: var(--theme-color);
}
.footer-section-2 .main-footer .footer-list li a.footer-contain-2:hover::before {
  opacity: 1;
}
[dir=rtl] .footer-section-2 .main-footer .footer-address {
  padding-right: 0;
}
.footer-section-2 .main-footer .footer-address li {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}
.footer-section-2 .main-footer .footer-address li:last-child {
  margin-bottom: 0;
}
.footer-section-2 .main-footer .footer-address li .ainfo {
  color: #ffffff;
  position: relative;
  font-size: 16px;
  display: block;
  width: 100%;
}
.footer-section-2 .main-footer .footer-address li .ainfo.light-text {
  color: #bfbfbf;
}
.footer-section-2 .main-footer .footer-address li .ainfo .inform-box {
  display: flex;
  align-items: center;
}
.footer-section-2 .main-footer .footer-address li .ainfo .inform-box.flex-start-box {
  align-items: flex-start;
}
.footer-section-2 .main-footer .footer-address li .ainfo .inform-box .feather {
  margin-right: 10px;
  width: 20px;
}
[dir=rtl] .footer-section-2 .main-footer .footer-address li .ainfo .inform-box .feather {
  margin-right: unset;
  margin-left: 10px;
}
.footer-section-2 .main-footer .footer-address li .ainfo .inform-box p {
  margin: -3px 0 0;
  width: calc(100% + (64 - 100) * ((100vw - 320px) / (1920 - 320)));
  font-size: 16px;
  line-height: 20px;
}
.footer-section-2 .main-footer .footer-address li .ainfo a {
  color: #fff;
}
.footer-section-2 .main-footer .footer-address li .ainfo a:hover {
  color: #fff;
}
.footer-section-2 .sub-footer {
  border-top: 1px solid #e1e1e1;
}
.footer-section-2 .sub-footer-lite {
  border-top: 1px solid rgba(225, 225, 225, 0.2);
}
.footer-section-2 .sub-footer p {
  margin-bottom: 0;
  font-size: 15px;
  color: #ffffff;
  text-transform: capitalize;
}
.footer-section-2 .sub-footer p.light-text {
  color: #bfbfbf;
}
.footer-section-2 .sub-footer .payment-box {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media (max-width: 1199px) {
  .footer-section-2 .sub-footer .payment-box {
    justify-content: center;
    margin-top: 10px;
  }
}
.footer-section-2 .sub-footer .payment-box li {
  margin: 0 5px;
}
.footer-section-2 .sub-footer .payment-box li img {
  width: 40px;
  margin-bottom: -6px;
  display: block;
}

.footer-sm {
  margin-left: 320px;
  background-color: #ffffff;
}
[dir=rtl] .footer-sm {
  margin-left: unset;
  margin-right: 320px;
}
@media (max-width: 1199px) {
  .footer-sm {
    margin-left: 0;
  }
  [dir=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;
}

.adaptable {
  display: none;
}
@media screen and (max-width: 991px) {
  .adaptable {
    display: block;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .adaptable {
    display: block;
  }
}

.no-adaptable {
  display: block;
}
@media screen and (max-width: 991px) {
  .no-adaptable {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .no-adaptable {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .header-wrap {
    padding: 10px 0;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
  }

  .product-search-wrap {
    margin-top: 0 !important;
    margin-bottom: 0;
  }

  .header-wrap-inner .row > * {
    flex-shrink: unset;
  }
  .header-wrap-inner .row .navigation-wrap {
    display: none;
  }
  .header-wrap-inner .row .header-column-left .sidebar-menu-icon-wrap {
    display: flex;
  }
  .header-wrap-inner .row .header-column-right {
    width: auto;
  }

  .sidebar-menu > li {
    width: 100%;
  }
  .sidebar-menu > li > ul > li {
    width: 100%;
  }
  .sidebar-menu > li > ul > li > a {
    max-width: 160px;
  }
  .sidebar-menu > li > ul > li > ul > li {
    width: 100%;
  }
  .sidebar-menu > li > ul > li > ul > li > a {
    max-width: 155px;
  }

  .home-slider .slide-content .captions {
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    position: absolute;
    top: 0;
    text-align: center !important;
    padding: 40px 20px;
  }
  .home-slider .slide-content .captions .caption-2 {
    margin-right: 0 !important;
  }
}
.header-column-left {
  display: flex;
  align-self: flex-start;
}

.sidebar-menu-icon-wrap {
  display: flex;
  height: 60px;
  padding-left: 15px;
  align-items: center;
  justify-content: center;
}
.sidebar-menu-icon-wrap .sidebar-menu-icon {
  display: flex;
  height: 30px;
  width: 35px;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  cursor: pointer;
}
.sidebar-menu-icon-wrap .sidebar-menu-icon:hover > span {
  width: 20px;
  background: #000;
}
.sidebar-menu-icon-wrap .sidebar-menu-icon:hover > span:last-child {
  width: 20px;
}
.sidebar-menu-icon-wrap .sidebar-menu-icon > span {
  height: 2px;
  width: 16px;
  margin-bottom: 4px;
  background: #000;
  transition: 200ms ease-in-out;
}
.sidebar-menu-icon-wrap .sidebar-menu-icon > span:nth-child(2) {
  width: 20px;
}
.sidebar-menu-icon-wrap .sidebar-menu-icon > span:last-child {
  width: 12px;
  margin-bottom: 0;
}

.header-logo {
  display: flex;
  height: 60px;
  width: 266px;
  padding: 0 15px;
  align-items: center;
  overflow: hidden;
}
.header-logo img {
  max-height: 100%;
  max-width: 100%;
}
.header-logo h3, .header-logo .h3 {
  color: #ff8f00;
  color: var(--color-primary);
}
.header-logo svg {
  direction: ltr /*rtl:ignore*/;
  height: 60px;
  width: 245px;
}
.header-logo svg #logo_f_bg,
.header-logo svg #logo_f_text,
.header-logo svg #logo_f_text_inner {
  fill: #ff8f00;
  fill: var(--color-primary);
}

@media screen and (max-width: 1199px) {
  .header-logo {
    width: 200px;
  }
}
@media screen and (min-width: 992px) {
  .sidebar-menu-icon-wrap {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  .header-logo {
    width: 250px;
  }
  .header-logo h1, .header-logo .h1 {
    font-size: 28px;
  }
}
@media screen and (max-width: 450px) {
  .header-logo {
    width: 200px;
  }
}
@media screen and (max-width: 391px) {
  .header-logo {
    width: 160px;
    padding-left: 5px;
  }
}
.header-search-wrap {
  position: relative;
  min-width: 0;
  flex-grow: 1;
  padding: 0 40px;
}
@media screen and (max-width: 1300px) {
  .header-search-wrap {
    padding: 0 15px;
  }
}
@media screen and (max-width: 1100px) {
  .header-search-wrap {
    display: none;
  }
}

.header-search {
  position: relative;
}
.header-search .search-form {
  box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.14);
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
@media screen and (max-width: 991px) {
  .header-search .search-form {
    box-shadow: none;
  }
}
.header-search .header-search-lg {
  position: relative;
  display: flex;
  border: 0px solid #e1e1e1;
  border-radius: 2px;
}
.header-search .header-search-lg .search-input {
  height: 58px;
  padding-left: 30px;
  border: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.header-search .header-search-lg .header-search-right {
  display: flex;
  align-items: center;
  margin-right: 0;
  background: #fff;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
}
.header-search .header-search-lg .btn-search {
  display: flex;
  height: 50px;
  width: 50px;
  margin-left: 0;
  margin-right: 10px;
  padding: 0;
  align-items: center;
  background: #ff8f00;
  justify-content: center;
  border-radius: 15px 15px 15px 15px;
}
.header-search .header-search-lg .btn-search > i {
  font-size: 24px;
  color: #fff;
  line-height: 36px;
  transform: rotateY(180deg);
}
.header-search .nice-select {
  display: flex;
  align-items: center;
}
.header-search .nice-select .list {
  margin-top: 19px;
}

.header-search-sm-form {
  position: absolute;
  left: 15px;
  right: 15px;
  top: 0;
  height: 100%;
  background: #ffffff;
  opacity: 0;
  z-index: -1;
  transform: scale(0.96);
  pointer-events: none;
  transition: 150ms ease-in-out;
}
.header-search-sm-form.active {
  opacity: 1;
  transform: scale(1);
  z-index: 1;
  pointer-events: auto;
}
.header-search-sm-form > form {
  position: relative;
  display: flex;
  width: 100%;
  align-items: center;
}
.header-search-sm-form > form > input {
  height: 60px;
  padding: 10px 50px;
  border: none;
}
.header-search-sm-form > form .btn-close,
.header-search-sm-form > form .btn-search {
  position: absolute;
  top: 50%;
  display: flex;
  height: 50px;
  width: 50px;
  padding: 0 0 0 0;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transform: translateY(-50%);
}
.header-search-sm-form > form .btn-close:hover > i,
.header-search-sm-form > form .btn-search:hover > i {
  color: #ff8f00;
}
.header-search-sm-form > form .btn-close > i,
.header-search-sm-form > form .btn-search > i {
  font-size: 24px;
  color: #6e6e6e;
  transition: 150ms ease-in-out;
}
.header-search-sm-form > form .btn-close > i.la-arrow-left,
.header-search-sm-form > form .btn-search > i.la-arrow-left {
  opacity: 0;
}
.header-search-sm-form > form .btn-close {
  left: 0;
}
.header-search-sm-form > form .btn-search {
  right: 0;
}

@media screen and (min-width: 992px) {
  .header-search .header-search-sm {
    display: none;
  }

  .header-search-sm-form {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  .header-search-wrap {
    position: static;
    display: flex;
    flex-grow: 0;
    margin-left: auto;
    padding: 0 15px;
    align-items: center;
    width: auto;
  }

  .header-search .header-search-lg {
    display: none;
  }
  .header-search .header-search-sm:hover > i {
    color: #ff8f00;
  }
  .header-search .header-search-sm > i {
    font-size: 34px;
    line-height: 36px;
    color: #000;
    cursor: pointer;
    transition: 150ms ease-in-out;
  }

  .header-wrap-inner .row > * {
    flex-shrink: unset;
  }
}
@media screen and (max-width: 391px) {
  .header-search-wrap {
    padding: 0 10px;
  }
}
.header-search .searched-keywords {
  display: flex;
  width: 95%;
  margin: 14px auto -9px;
  justify-content: center;
}
.header-search .searched-keywords > label {
  font-size: 14px;
  line-height: 26px;
  margin-bottom: 0;
  color: #ff8f00;
  color: var(--color-primary);
  white-space: nowrap;
}
.header-search .searched-keywords-list {
  height: 26px;
  overflow: hidden;
}
.header-search .searched-keywords-list li {
  font-size: 14px;
  line-height: 26px;
  position: relative;
  display: inline-block;
  padding: 0 15px;
}
.header-search .searched-keywords-list li:after {
  position: absolute;
  content: "";
  left: -1px;
  top: 4px;
  height: 16px;
  width: 1px;
  background: #a6a6a6;
}
.header-search .searched-keywords-list li:first-child:after {
  height: 0;
  width: 0;
}
.header-search .searched-keywords-list li a {
  color: #a6a6a6;
}
.header-search .searched-keywords-list li a:hover {
  color: #ff8f00;
  color: var(--color-primary);
}

@media screen and (max-width: 991px) {
  .header-search .searched-keywords {
    display: none;
  }
}
.search-suggestions {
  position: absolute;
  left: 41px;
  top: 60px;
  right: 41px;
  background: #ffffff;
  border-bottom: 2px solid #ff8f00;
  border-bottom: 2px solid var(--color-primary);
  border-radius: 0 0 2px 2px;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
}
.search-suggestions .search-suggestions-inner {
  max-height: 425px;
  background: #ffffff;
  padding-bottom: 11px;
}
.search-suggestions .title {
  font-size: 13px;
  font-weight: 400;
  position: relative;
  padding: 6px 20px;
  color: #a6a6a6;
  background: #f9f9f9;
}
.search-suggestions .title:after {
  position: absolute;
  content: "";
  left: 0;
  top: 7px;
  height: 15px;
  width: 7px;
  background: #ff8f00;
  background: var(--color-primary);
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
}
.search-suggestions .list-item {
  transition: 150ms ease-in-out;
}
.search-suggestions .list-item.active {
  background: #f7f9fa;
}

.category-suggestion .title {
  margin-bottom: 14px;
}
.category-suggestion + .product-suggestion {
  margin-top: 11px;
}

.category-suggestion-list .single-item {
  font-size: 14px;
  line-height: 26px;
  display: block;
  max-width: 100%;
  padding: 0 20px;
  color: #6e6e6e;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: top;
}

.product-suggestion {
  padding-bottom: 3px;
}
.product-suggestion .title {
  margin-bottom: 14px;
}
.product-suggestion .more-results {
  font-size: 14px;
  display: block;
  margin: 14px 0 -14px;
  padding: 6px 0;
  color: #a6a6a6;
  background: #f9f9f9;
  text-align: center;
  border-top: 1px solid #ebebeb;
}
.product-suggestion .more-results:hover {
  color: #ff8f00;
  color: var(--color-primary);
}

.product-suggestion-list .list-item {
  margin-bottom: 4px;
}
.product-suggestion-list .list-item:last-child {
  margin-bottom: 0;
}
.product-suggestion-list .single-item {
  position: relative;
  display: flex;
  padding: 6px 20px;
}
.product-suggestion-list .product-image {
  height: 50px;
  width: 50px;
  min-width: 50px;
  border-radius: 2px;
  overflow: hidden;
}
.product-suggestion-list .product-image .image-placeholder {
  height: 35px;
  width: 35px;
}
.product-suggestion-list .product-info {
  min-width: 0;
  margin-left: 20px;
  flex-grow: 1;
}
.product-suggestion-list .product-info-top {
  display: flex;
  justify-content: space-between;
}
.product-suggestion-list .product-name {
  font-size: 14px;
  display: inline-block;
  max-width: 100%;
  margin-bottom: 3px;
  color: #6e6e6e;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: top;
}
.product-suggestion-list .product-badge {
  position: relative;
  top: auto;
  right: auto;
  margin: -2px 0 -1px 15px;
}
.product-suggestion-list em {
  font-weight: 500;
  font-style: inherit;
  color: #ff8f00;
  color: var(--color-primary);
}

@media screen and (max-width: 991px) {
  .search-suggestions {
    top: 76px;
    left: 15px;
    right: 15px;
    display: none;
  }
  .search-suggestions .search-suggestions-inner {
    max-height: 359px;
  }

  .header-wrap-inner.sticky .search-suggestions {
    top: 71px;
  }

  .header-search-sm-form.active + .search-suggestions {
    display: block;
  }
}
.header-column-right {
  height: 60px;
  padding: 0 15px;
}
@media screen and (max-width: 991px) {
  .header-column-right {
    width: auto;
  }
}
.header-column-right .header-wishlist,
.header-column-right .header-cart {
  display: flex;
  align-items: center;
}
.header-column-right .header-wishlist > span,
.header-column-right .header-cart > span {
  line-height: 28px;
  color: #ffffff;
  white-space: nowrap;
  transition: 150ms ease-in-out;
}
.header-column-right .header-wishlist:hover > span,
.header-column-right .header-wishlist:hover .icon-wrap > i {
  color: #000;
}
.header-column-right .header-cart {
  margin-right: 35px;
  cursor: pointer;
}
.header-column-right .header-cart:hover > span,
.header-column-right .header-cart:hover .icon-wrap > i {
  color: #000;
}
.header-column-right .icon-wrap {
  position: relative;
  margin-left: 10px;
}
.header-column-right .icon-wrap > i {
  font-size: 34px;
  line-height: 36px;
  color: #000;
  transition: 150ms ease-in-out;
}
.header-column-right .icon-wrap > .count {
  position: absolute;
  font-size: 10px;
  line-height: 20px;
  top: 1px;
  right: -6px;
  height: 18px;
  width: 18px;
  color: #ffffff;
  background: #e23e1d;
  text-align: center;
  border-radius: 50%;
}

@media screen and (max-width: 1199px) {
  .header-column-right .icon-wrap {
    margin-right: 6px;
  }
  .header-column-right .header-wishlist > span,
.header-column-right .header-cart > span {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  .header-column-right .header-wishlist {
    display: none;
  }
  .header-column-right .header-cart {
    margin-right: 0;
  }
}
@media screen and (max-width: 391px) {
  .header-column-right {
    padding-left: 10px;
  }
}
.header-wrap-inner.sticky {
  position: fixed;
  left: 0;
  top: -200px;
  right: 0;
  min-width: 320px;
  padding: 10px 0;
  background: #0157a2;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  z-index: 150;
}
.header-wrap-inner.sticky .row.flex-nowrap {
  align-items: center;
}
.header-wrap-inner.sticky .header-logo {
  height: 55px;
}
.header-wrap-inner.sticky .header-logo svg {
  height: 55px;
}
.header-wrap-inner.sticky .searched-keywords {
  display: none;
}
.header-wrap-inner.show {
  top: 0;
  transition: 600ms ease;
}

/**=====================
     Header scss
==========================**/
.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;
}
[dir=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 + (20 - 8) * ((100vw - 320px) / (1920 - 320)));
  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 + (11 - 4) * ((100vw - 320px) / (1920 - 320)));
}
.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: 9;
}
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: unset;
  -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;
  display: none;
}
@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;
}
@media screen and (max-width: 650px) {
  header .header-notification {
    display: none;
  }
}
header .onhover-category-list:hover .onhover-category-box {
  opacity: 1;
  visibility: visible;
  margin-left: 0;
}
[dir=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;
}
[dir=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 + (20 - 8) * ((100vw - 320px) / (1920 - 320)));
  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 + (11 - 4) * ((100vw - 320px) / (1920 - 320)));
}
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: 10px 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%;
}
header .header-top .top-left-header i {
  font-size: 18px;
  margin-right: 5px;
}
[dir=rtl] header .header-top .top-left-header i {
  margin-right: unset;
  margin-left: 5px;
}
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%;
}
[dir=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;
}
[dir=rtl] header .header-top .about-list li i {
  margin-right: unset;
  margin-left: 5px;
}
header .header-top .about-list li span {
  margin-top: 1px;
  font-weight: 500;
}
header .header-top .about-list li + li {
  margin-left: 25px;
  position: relative;
}
[dir=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%;
  top: 0;
  left: -13px;
  background-color: rgba(255, 255, 255, 0.3);
}
[dir=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 .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;
}
[dir=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: "\F107";
  position: absolute;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  color: #ffffff;
}
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 + li {
  margin-left: 0;
}
[dir=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;
}
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;
}
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, header .header-top .about-list li .theme-form-select .dropdown-menu li .dropdown-item.nice-select.open {
  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;
}
[dir=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: 767px) {
  header .top-nav {
    padding: 24px 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 img {
  width: calc(120px + (300 - 120) * ((100vw - 320px) / (1920 - 320)));
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 767px) {
  header .top-nav .navbar-top .web-logo img {
    margin: 0 auto;
  }
}
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 #e1e1e1;
  display: flex;
  align-items: center;
  padding: 7px;
  padding-right: 20px;
  margin-right: 13px;
  position: relative;
}
[dir=rtl] header .top-nav .navbar-top .middle-box .location-box {
  margin-right: unset;
  margin-left: 13px;
  padding-right: 7px;
  padding-left: 20px;
}
@media (max-width: 1199px) {
  header .top-nav .navbar-top .middle-box .location-box {
    margin-right: unset;
    margin-left: 13px;
  }
  [dir=rtl] header .top-nav .navbar-top .middle-box .location-box {
    margin-left: unset;
    margin-right: 13px;
  }
}
@media (max-width: 1556px) {
  header .top-nav .navbar-top .middle-box .location-box {
    padding-right: 7px;
  }
  [dir=rtl] header .top-nav .navbar-top .middle-box .location-box {
    padding-right: 7px;
    padding-left: 7px;
  }
}
@media (max-width: 767px) {
  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;
}
[dir=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;
  }
  [dir=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 .feather {
  width: 16px;
  height: 16px;
}
header .top-nav .navbar-top .middle-box .location-box button .locat-name {
  font-size: 16px;
  font-weight: 600;
  color: var(--theme-color);
}
@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 {
  margin-left: 17px;
  color: #4a5568;
}
[dir=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 ::-moz-placeholder {
  font-size: 16px;
  font-weight: 400;
}
header .top-nav .navbar-top .middle-box .search-box .input-group :-ms-input-placeholder {
  font-size: 16px;
  font-weight: 400;
}
header .top-nav .navbar-top .middle-box .search-box .input-group ::-ms-input-placeholder {
  font-size: 16px;
  font-weight: 400;
}
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-radius: 5px 0 0 5px;
  border-color: #e1e1e1;
}
[dir=rtl] header .top-nav .navbar-top .middle-box .search-box .input-group .form-control {
  border-radius: 0 5px 5px 0;
}
@media (max-width: 1812px) {
  header .top-nav .navbar-top .middle-box .search-box .input-group .form-control {
    width: 466px;
  }
}
header .top-nav .navbar-top .middle-box .search-box .input-group .form-control:focus {
  border-color: var(--theme-color);
  background-color: #ffffff;
}
header .top-nav .navbar-top .middle-box .search-box .input-group button {
  background-color: #ffa53b;
  color: #ffffff;
  padding: 14px 20px;
  border-radius: 5px;
  border: 1px solid #ffa53b;
}
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);
}
[dir=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 .feather {
  width: 20px;
  height: 20px;
}
@media (max-width: 1199px) {
  header .top-nav .navbar-top .rightside-box {
    margin-left: auto;
  }
  [dir=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;
  }
  [dir=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;
}
[dir=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: 32px;
}
[dir=rtl] header .top-nav .navbar-top .rightside-box .right-side-menu .right-side {
  padding-right: unset;
  padding-left: 32px;
}
@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:first-child {
  display: none;
}
@media (max-width: 1199px) {
  header .top-nav .navbar-top .rightside-box .right-side-menu .right-side:first-child {
    display: block;
  }
}
@media (max-width: 767px) {
  header .top-nav .navbar-top .rightside-box .right-side-menu .right-side:first-child {
    display: none;
  }
}
header .top-nav .navbar-top .rightside-box .right-side-menu .right-side:last-child {
  padding-right: 0;
}
[dir=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: rgba(74, 85, 104, 0.5);
}
[dir=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;
}
header .top-nav .navbar-top .rightside-box .right-side-menu .right-side .delivery-login-box .delivery-icon .feather {
  color: #222222;
  margin-right: 14px;
  stroke-width: 1.5;
}
[dir=rtl] header .top-nav .navbar-top .rightside-box .right-side-menu .right-side .delivery-login-box .delivery-icon .feather {
  margin-right: unset;
  margin-left: 14px;
}
@media (max-width: 1660px) {
  header .top-nav .navbar-top .rightside-box .right-side-menu .right-side .delivery-login-box .delivery-icon .feather {
    margin-right: 0;
  }
  [dir=rtl] header .top-nav .navbar-top .rightside-box .right-side-menu .right-side .delivery-login-box .delivery-icon .feather {
    margin-right: unset;
    margin-left: 0;
  }
}
@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;
}
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: 9px;
}
header .top-nav .navbar-top .rightside-box .right-side-menu .right-side .header-wishlist .feather {
  stroke-width: 1.5;
  color: #4a5568;
}
@media (max-width: 1660px) {
  header .top-nav .navbar-top .rightside-box .right-side-menu .right-side .header-wishlist .feather {
    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;
}
[dir=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 {
  position: absolute;
  top: 60px;
  right: -10px;
  background-color: #ffffff;
  z-index: 1001;
  width: 320px;
  border-radius: 10px;
  padding: calc(14px + (30 - 14) * ((100vw - 320px) / (1920 - 320))) calc(11px + (20 - 11) * ((100vw - 320px) / (1920 - 320)));
  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;
}
[dir=rtl] header .onhover-dropdown .onhover-div {
  right: unset;
  left: 20px;
}
header .onhover-dropdown .onhover-div-login {
  right: 0;
  width: 160px;
  padding: 20px;
}
header .onhover-dropdown .onhover-div-login .user-box-name {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  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 a {
  color: #222222;
  display: block;
  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;
}
header .onhover-dropdown .onhover-div .cart-list {
  display: flex;
  flex-wrap: wrap;
  gap: calc(10px + (25 - 10) * ((100vw - 320px) / (1920 - 320)));
  border-bottom: 1px solid #e1e1e1;
  padding-bottom: calc(12px + (22 - 12) * ((100vw - 320px) / (1920 - 320)));
}
[dir=rtl] header .onhover-dropdown .onhover-div .cart-list {
  padding-right: 0;
}
header .onhover-dropdown .onhover-div .cart-list li {
  margin: 0 !important;
}
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;
}
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 + (17 - 15) * ((100vw - 320px) / (1920 - 320)));
  color: var(--theme-color);
  font-weight: 500;
}
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 {
  display: flex;
  flex-wrap: nowrap;
  gap: 5px;
  align-items: flex-end;
}
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;
  color: #4a5568;
}
header .onhover-dropdown .onhover-div .cart-list li .drop-cart .drop-contain .close-button {
  position: absolute;
  top: 0;
  right: 0;
  background-color: transparent;
  border: none;
  padding: 0;
  color: #4a5568;
}
[dir=rtl] header .onhover-dropdown .onhover-div .cart-list li .drop-cart .drop-contain .close-button {
  right: unset;
  left: 0;
}
header .onhover-dropdown .onhover-div .button-group {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: calc(10px + (20 - 10) * ((100vw - 320px) / (1920 - 320)));
}
header .onhover-dropdown .onhover-div .button-group .cart-button {
  border: 2px solid var(--theme-color);
  color: var(--theme-color);
  padding: 6px 10px;
}
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-top: calc(10px + (20 - 10) * ((100vw - 320px) / (1920 - 320)));
}
header .search-full {
  width: 0;
  height: 0;
  background-color: #ffffff;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  transform: scale(0);
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
}
header .search-full .input-group {
  border: 1px solid #f0f3f8;
}
header .search-full .input-group .input-group-text {
  background-color: transparent;
  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: 100%;
  height: 100%;
  -webkit-animation: zoomIn 0.5s ease-in-out;
          animation: zoomIn 0.5s ease-in-out;
  transform: scale(1);
  transition: all 0.3s ease;
}
header .search-full.show .search-suggestion {
  padding: 10px;
  border: 1px solid #f0f3f8;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  max-height: 500px;
  transition: max-height 1000ms cubic-bezier(0.27, 0.7, 0, 0.99);
}
header .navbar-expand-xl .navbar-nav .nav-link {
  text-transform: uppercase;
  color: #ffffff !important;
}
header .navbar-expand-xl .navbar-nav .nav-link:hover {
  color: var(--theme-color) !important;
}
header .header-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
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 + (15 - 10) * ((100vw - 320px) / (1920 - 320))) calc(16px + (31 - 16) * ((100vw - 320px) / (1920 - 320)));
  background: var(--theme-color2);
  color: #ffffff;
  border-radius: 5px;
  border: none;
}
@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 .feather {
  font-size: 23px;
  margin-right: calc(9px + (16 - 9) * ((100vw - 320px) / (1920 - 320)));
}
[dir=rtl] header .header-nav .header-nav-left .dropdown-category .feather {
  margin-right: unset;
  margin-left: calc(9px + (16 - 9) * ((100vw - 320px) / (1920 - 320)));
}
header .header-nav .header-nav-left .dropdown-category span {
  font-size: calc(15px + (18 - 15) * ((100vw - 320px) / (1920 - 320)));
  font-weight: 600;
}
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: "Public Sans", 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 #e1e1e1;
  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 #e1e1e1;
  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;
  -o-object-fit: contain;
     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: #e1e1e1;
}
header .header-nav .header-nav-left:hover .category-dropdown {
  opacity: 1;
  visibility: visible;
  top: 63px;
}
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;
}
@media (max-width: 767px) {
  header .header-nav .header-nav-left .category-dropdown {
    width: calc(300px + (320 - 300) * ((100vw - 320px) / (1920 - 320)));
    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;
  }
  [dir=rtl] header .header-nav .header-nav-left .category-dropdown {
    left: unset;
    right: -320px;
  }
  header .header-nav .header-nav-left .category-dropdown.show {
    left: 0;
  }
  [dir=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, header .header-nav .header-nav-left .category-dropdown .category-list li a:hover .h6 {
  letter-spacing: 0.3px;
}
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;
  -o-object-fit: contain;
     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;
}
header .header-nav .header-nav-left .category-dropdown .category-list li a .according-menu {
  margin-left: auto;
}
[dir=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;
}
[dir=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 + (15 - 6) * ((100vw - 320px) / (1920 - 320))) calc(11px + (20 - 11) * ((100vw - 320px) / (1920 - 320)));
  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 .feather {
  margin-right: 10px;
  stroke-width: 1.5px;
}
[dir=rtl] header .header-nav .header-nav-right .deal-button .feather {
  margin-right: unset;
  margin-left: 10px;
}
@media (max-width: 1366px) {
  header .header-nav .header-nav-right .deal-button .feather {
    margin-right: 0;
  }
  [dir=rtl] header .header-nav .header-nav-right .deal-button .feather {
    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;
}
[dir=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 .feather {
  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 .feather {
  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) {
  [dir=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;
}
[dir=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;
  }
  [dir=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 #e1e1e1;
  display: flex;
  align-items: center;
  padding: 7px;
  padding-right: 20px;
  margin-right: 13px;
  position: relative;
}
[dir=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;
  }
  [dir=rtl] header .location-box {
    margin-left: unset;
    margin-right: 13px;
  }
}
@media (max-width: 1556px) {
  header .location-box {
    padding-right: 7px;
  }
  [dir=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;
}
[dir=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;
  }
  [dir=rtl] header .location-box button .location-arrow {
    margin-right: unset;
    margin-left: 0;
  }
}
header .location-box button .location-arrow .feather {
  width: 16px;
  height: 16px;
}
header .location-box button .locat-name {
  font-size: 16px;
  font-weight: 600;
  color: var(--theme-color);
}
@media (max-width: 1300px) {
  header .location-box button .locat-name {
    display: none;
  }
}
header .location-box button i {
  margin-left: 17px;
  color: #4a5568;
}
[dir=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);
}
[dir=rtl] .mobile-menu {
  left: 0;
}
.mobile-menu ul {
  display: flex;
  width: 70%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .mobile-menu ul {
    width: 80%;
  }
}
@media (max-width: 480px) {
  .mobile-menu ul {
    width: 95%;
  }
}
@media (max-width: 360px) {
  .mobile-menu ul {
    width: 100%;
  }
}
[dir=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 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 .icli {
  display: inline-block;
  margin: 0 auto;
  font-size: calc(20px + (22 - 20) * ((100vw - 320px) / (1920 - 320)));
  color: #ffffff;
}
.mobile-menu ul li a span {
  display: block;
  color: #ffffff;
}

.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 .icli {
    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: "Public Sans", 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 #e1e1e1;
}
@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 .icli {
  font-size: 25px;
}
.header-2 .top-nav .nav-logo {
  display: flex;
  font-size: calc(28px + (35 - 28) * ((100vw - 320px) / (1920 - 320)));
  color: var(--theme-color);
  font-weight: bolder;
  font-family: "Public Sans", 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%;
  -webkit-animation: zoomIn 0.5s ease-in-out;
          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: -webkit-max-content;
  height: -moz-max-content;
  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 + (29 - 16) * ((100vw - 320px) / (1920 - 320)));
}
[dir=rtl] .header-2 .top-nav .middle-box {
  margin-left: unset;
  margin-right: calc(16px + (29 - 16) * ((100vw - 320px) / (1920 - 320)));
}
@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;
}
[dir=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 .iconly-Search {
  font-size: calc(18px + (25 - 18) * ((100vw - 320px) / (1920 - 320)));
  color: #4a5568;
}
.header-2 .top-nav .middle-box .searchbar-box .search-button-primary {
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  padding: 0 19px;
  right: 0;
  height: 100%;
  cursor: pointer;
  background: var(--theme-color);
  color: #fff;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.header-2 .top-nav .middle-box .searchbar-box input {
  width: 685px;
  height: 45px;
  padding: 8px 15px 8px 15px;
  color: #222222;
  border-color: #d3d3d3;
  font-size: 16px;
}
[dir=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:focus {
  box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.14);
}
.header-2 .top-nav .middle-box .searchbar-box input::-moz-placeholder {
  color: #4a5568;
  font-size: 16px;
}
.header-2 .top-nav .middle-box .searchbar-box input:-ms-input-placeholder {
  color: #4a5568;
  font-size: 16px;
}
.header-2 .top-nav .middle-box .searchbar-box input::-ms-input-placeholder {
  color: #4a5568;
  font-size: 16px;
}
.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;
}
[dir=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 .icli {
  margin-right: 9px;
  font-size: 22px;
}
[dir=rtl] .header-2 .top-nav .middle-box .location-box-2 button .icli {
  margin-right: unset;
  margin-left: 9px;
}
@media (max-width: 1556px) {
  .header-2 .top-nav .middle-box .location-box-2 button .icli {
    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;
}
[dir=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;
}
[dir=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;
}
@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;
}
[dir=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;
}
[dir=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: #e1e1e1;
}
[dir=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 + (46 - 35) * ((100vw - 320px) / (1920 - 320)));
  height: calc(35px + (46 - 35) * ((100vw - 320px) / (1920 - 320)));
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  border: 1px solid #e1e1e1;
  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: #e1e1e1;
}
.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-icon, .header-2 .rightside-menu .wishlist-box .header-icon.user-icon {
  display: none;
}
@media (max-width: 1199px) {
  .header-2 .rightside-menu .wishlist-box .header-icon.search-icon, .header-2 .rightside-menu .wishlist-box .header-icon.user-icon {
    display: flex;
  }
  .header-2 .rightside-menu .wishlist-box .header-icon.search-icon + .header-icon, .header-2 .rightside-menu .wishlist-box .header-icon.user-icon + .header-icon {
    margin-left: 38px;
  }
  .header-2 .rightside-menu .wishlist-box .header-icon.search-icon + .header-icon::after, .header-2 .rightside-menu .wishlist-box .header-icon.user-icon + .header-icon::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 100%;
    left: -50%;
    background-color: #e1e1e1;
  }
}
.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-color2);
  font-weight: 600;
  color: #ffffff;
  border-radius: 100%;
  font-size: 10px;
}
.header-2 .rightside-menu .wishlist-box .header-icon .icli {
  color: #000000;
  font-size: calc(18px + (22 - 18) * ((100vw - 320px) / (1920 - 320)));
}
.header-2 .rightside-menu .wishlist-box .header-icon .icli.iconly-Swap {
  transform: rotate(90deg);
}
.header-2 .rightside-menu .option-list > ul {
  display: flex;
}
[dir=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-3) {
  display: none;
}
.header-2 .rightside-menu .option-list > ul > li:nth-of-type(5n-3) + li {
  margin-left: 0;
}
.header-2 .rightside-menu .option-list > ul > li:nth-of-type(5n-3) + 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;
  }
  .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;
}
[dir=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;
  }
  [dir=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: #e1e1e1;
}
[dir=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;
  }
  [dir=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 + (46 - 35) * ((100vw - 320px) / (1920 - 320)));
  height: calc(35px + (46 - 35) * ((100vw - 320px) / (1920 - 320)));
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  border: 1px solid #e1e1e1;
  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: #e1e1e1;
}
.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-icon, .header-2 .rightside-menu .option-list > ul > li .header-icon.user-icon {
  display: none;
}
@media (max-width: 1199px) {
  .header-2 .rightside-menu .option-list > ul > li .header-icon.search-icon, .header-2 .rightside-menu .option-list > ul > li .header-icon.user-icon {
    display: flex;
  }
  .header-2 .rightside-menu .option-list > ul > li .header-icon.search-icon + .header-icon, .header-2 .rightside-menu .option-list > ul > li .header-icon.user-icon + .header-icon {
    margin-left: 38px;
  }
  .header-2 .rightside-menu .option-list > ul > li .header-icon.search-icon + .header-icon::after, .header-2 .rightside-menu .option-list > ul > li .header-icon.user-icon + .header-icon::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 100%;
    left: -50%;
    background-color: #e1e1e1;
  }
}
.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 .la-cart-arrow-down {
  color: #000000;
  font-size: 32px;
}
.header-2 .rightside-menu .option-list > ul > li .header-icon .icli {
  color: #000000;
  font-size: calc(18px + (22 - 18) * ((100vw - 320px) / (1920 - 320)));
}
.header-2 .rightside-menu .option-list > ul > li .header-icon .icli.iconly-Swap {
  transform: rotate(90deg);
}
.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 + (46 - 35) * ((100vw - 320px) / (1920 - 320)));
  height: calc(35px + (46 - 35) * ((100vw - 320px) / (1920 - 320)));
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  border: 1px solid #e1e1e1;
  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: #e1e1e1;
}
.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 .icli {
  color: #000000;
  font-size: calc(18px + (22 - 18) * ((100vw - 320px) / (1920 - 320)));
}
.header-2 .rightside-menu .option-list-2 li .header-icon .icli.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;
}
[dir=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;
  }
  [dir=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: #e1e1e1;
}
[dir=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;
  }
  [dir=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;
}
[dir=rtl] .header-2 .rightside-menu .mobile-app {
  margin-left: unset;
  margin-right: 18px;
}
.header-2 .rightside-menu .mobile-app .mobile-image {
  margin-right: 11px;
}
[dir=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;
}
[dir=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: 32px;
  font-weight: 500;
  margin-bottom: 0;
  margin-left: 8px;
  line-height: normal;
  text-align: right;
  color: var(--theme-color);
}
[dir=rtl] .header-2 .right-nav .nav-number span {
  margin-left: unset;
  margin-right: 8px;
}
.header-2 .right-nav .nav-number span small, .header-2 .right-nav .nav-number span .small {
  font-size: 18px;
  display: block;
}
.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: 500;
}
[dir=rtl] .header-2 .right-nav .fire-button span {
  margin-left: unset;
  margin-right: 7px;
}
.header-2 .right-nav .fire-button .fire {
  position: relative;
  width: 20px;
  height: 20px;
  background-color: transparent;
  z-index: 1;
}
.header-2 .right-nav .fire-button .fire img {
  margin-top: -11px;
}
.header-2 .right-nav .fire-button .fire .fire-main {
  width: 100%;
  height: 100%;
  position: absolute;
  -webkit-animation: scaleUpDown 3s ease-out;
          animation: scaleUpDown 3s ease-out;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
.header-2 .right-nav .fire-button .fire .fire-main .main-fire {
  width: 100%;
  height: 100%;
  position: absolute;
  background-image: radial-gradient(farthest-corner at 10px 0, #ffffff 0%, #ddd 95%);
  transform: scaleX(0.8) rotate(45deg);
  border-radius: 0 40% 60% 40%;
}
.header-2 .right-nav .fire-button .fire .fire-main .particle-fire {
  width: 10px;
  height: 10px;
  position: absolute;
  top: 60%;
  left: 45%;
  background-color: #ffffff;
  border-radius: 50%;
  -webkit-animation: particleUp 2s ease-out 0;
          animation: particleUp 2s ease-out 0;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
.header-2 .right-nav .fire-button .fire .fire-right {
  width: 100%;
  height: 100%;
  position: absolute;
  -webkit-animation: shake 2s ease-out 0;
          animation: shake 2s ease-out 0;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
.header-2 .right-nav .fire-button .fire .fire-right .main-fire {
  width: 80%;
  height: 80%;
  position: absolute;
  top: 15%;
  right: -25%;
  background-color: #ffffff;
  transform: scaleX(0.8) rotate(45deg);
  border-radius: 0 40% 60% 40%;
}
.header-2 .right-nav .fire-button .fire .fire-right .main-fire .particle-fire {
  width: 15px;
  height: 15px;
  position: absolute;
  top: 45%;
  left: 50%;
  background-color: #ffffff;
  transform: scaleX(0.8) rotate(45deg);
  border-radius: 50%;
  -webkit-animation: particleUp 2s ease-out 0;
          animation: particleUp 2s ease-out 0;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
.header-2 .right-nav .fire-button .fire .fire-left {
  width: 100%;
  height: 100%;
  position: absolute;
  -webkit-animation: shake 3s ease-out 0;
          animation: shake 3s ease-out 0;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
.header-2 .right-nav .fire-button .fire .fire-left .main-fire {
  width: 80%;
  height: 80%;
  position: absolute;
  top: 15%;
  left: -20%;
  background-color: #ffffff;
  transform: scaleX(0.8) rotate(45deg);
  border-radius: 0 40% 60% 40%;
}
.header-2 .right-nav .fire-button .fire .fire-left .main-fire .particle-fire {
  width: 10%;
  height: 10%;
  position: absolute;
  top: 10%;
  left: 20%;
  background-color: #ffffff;
  border-radius: 50%;
  -webkit-animation: particleUp 3s infinite ease-out 0;
          animation: particleUp 3s infinite ease-out 0;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
.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 + (31 - 16) * ((100vw - 320px) / (1920 - 320))) 9px 0;
  position: relative;
}
[dir=rtl] .header-2 .header-nav-left .dropdown-category {
  padding: 9px 0 9px calc(16px + (31 - 16) * ((100vw - 320px) / (1920 - 320)));
}
@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: #e1e1e1;
}
[dir=rtl] .header-2 .header-nav-left .dropdown-category::after {
  right: unset;
  left: 0;
}
.header-2 .header-nav-left .dropdown-category .icli {
  font-size: 23px;
  color: var(--theme-color);
  margin-right: 10px;
}
[dir=rtl] .header-2 .header-nav-left .dropdown-category .icli {
  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 + (320 - 300) * ((100vw - 320px) / (1920 - 320)));
    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;
  }
  [dir=rtl] .header-2 .header-nav-left .category-dropdown {
    left: unset;
    right: -320px;
  }
  .header-2 .header-nav-left .category-dropdown.show {
    left: 0;
  }
  [dir=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;
  -o-object-fit: contain;
     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;
  }
}
[dir=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;
}
[dir=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;
  -o-object-fit: contain;
     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;
}
[dir=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: "Public Sans", 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: "Public Sans", 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);
}

.header-3 .navbar-top {
  display: flex;
  align-items: center;
}
@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 .icli {
    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: "Public Sans", sans-serif;
  color: #222222;
}
.header-3 .form-select:focus {
  border-color: transparent;
  box-shadow: none;
}
.header-3 .top-nav {
  padding: 14px 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 .icli {
  font-size: 25px;
  margin-top: 2px;
  color: #ffffff;
  -webkit-text-fill-color: #ffffff;
}
.header-3 .top-nav .nav-logo {
  display: flex;
  font-size: calc(28px + (35 - 28) * ((100vw - 320px) / (1920 - 320)));
  color: var(--theme-color);
  font-weight: bolder;
  font-family: "Public Sans", 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%;
  -webkit-animation: zoomIn 0.5s ease-in-out;
          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: -webkit-max-content;
  height: -moz-max-content;
  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 + (29 - 16) * ((100vw - 320px) / (1920 - 320)));
}
[dir=rtl] .header-3 .top-nav .middle-box {
  margin-left: unset;
  margin-right: calc(16px + (29 - 16) * ((100vw - 320px) / (1920 - 320)));
}
@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 .search-button {
  background-color: #ffb803;
  font-weight: 500;
}
.header-3 .top-nav .middle-box .searchbar-box-2 .search-icon {
  font-size: 27px;
  background-color: #ffffff;
  padding-left: 16px;
  padding-right: 5px;
}
[dir=rtl] .header-3 .top-nav .middle-box .searchbar-box-2 .search-icon {
  padding-left: 5px;
  padding-right: 16px;
}
.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;
}
.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::-moz-placeholder {
  color: #4a5568;
  font-size: 16px;
}
.header-3 .top-nav .middle-box .searchbar-box-2 input:-ms-input-placeholder {
  color: #4a5568;
  font-size: 16px;
}
.header-3 .top-nav .middle-box .searchbar-box-2 input::-ms-input-placeholder {
  color: #4a5568;
  font-size: 16px;
}
.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;
}
[dir=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 .icli {
  margin-right: 9px;
  font-size: 22px;
  color: #ffffff;
}
[dir=rtl] .header-3 .top-nav .middle-box .location-box-2 button .icli {
  margin-right: unset;
  margin-left: 9px;
}
@media (max-width: 991px) {
  .header-3 .top-nav .middle-box .location-box-2 button .icli {
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(35px + (46 - 35) * ((100vw - 320px) / (1920 - 320)));
    height: calc(35px + (46 - 35) * ((100vw - 320px) / (1920 - 320)));
    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 .down-arrow {
  margin-left: 10px;
  color: #ffffff;
}
[dir=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;
  }
}
[dir=rtl] .header-3 .rightside-menu {
  margin-left: unset;
  margin-right: auto;
}
@media (max-width: 1199px) {
  .header-3 .rightside-menu {
    position: absolute;
    top: -49px;
    right: 0;
  }
  [dir=rtl] .header-3 .rightside-menu {
    right: unset;
    left: 0;
  }
}
@media (max-width: 991px) {
  .header-3 .rightside-menu {
    top: -53px;
    right: 78px;
  }
}
@media (max-width: 767px) {
  .header-3 .rightside-menu {
    top: -51px;
  }
}
@media (max-width: 480px) {
  .header-3 .rightside-menu {
    top: -49px;
    right: 58px;
  }
}
@media (max-width: 360px) {
  .header-3 .rightside-menu {
    right: 64px;
  }
}
.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;
}
[dir=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;
}
[dir=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: #e1e1e1;
}
[dir=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 + (46 - 35) * ((100vw - 320px) / (1920 - 320)));
  height: calc(35px + (46 - 35) * ((100vw - 320px) / (1920 - 320)));
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  border: 1px solid #e1e1e1;
  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: #e1e1e1;
}
.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-icon, .header-3 .rightside-menu .wishlist-box .header-icon.user-icon {
  display: none;
}
@media (max-width: 1199px) {
  .header-3 .rightside-menu .wishlist-box .header-icon.search-icon, .header-3 .rightside-menu .wishlist-box .header-icon.user-icon {
    display: flex;
  }
  .header-3 .rightside-menu .wishlist-box .header-icon.search-icon + .header-icon, .header-3 .rightside-menu .wishlist-box .header-icon.user-icon + .header-icon {
    margin-left: 38px;
  }
  .header-3 .rightside-menu .wishlist-box .header-icon.search-icon + .header-icon::after, .header-3 .rightside-menu .wishlist-box .header-icon.user-icon + .header-icon::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 100%;
    left: -50%;
    background-color: #e1e1e1;
  }
}
.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-color2);
  font-weight: 600;
  color: #ffffff;
  border-radius: 100%;
  font-size: 10px;
}
.header-3 .rightside-menu .wishlist-box .header-icon .icli {
  color: #000000;
  font-size: calc(18px + (22 - 18) * ((100vw - 320px) / (1920 - 320)));
}
.header-3 .rightside-menu .wishlist-box .header-icon .icli.iconly-Swap {
  transform: rotate(90deg);
}
.header-3 .rightside-menu .option-list-2 {
  display: flex;
}
[dir=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;
}
[dir=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;
  }
  [dir=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 + (46 - 35) * ((100vw - 320px) / (1920 - 320)));
  height: calc(35px + (46 - 35) * ((100vw - 320px) / (1920 - 320)));
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  border: 1px solid #e1e1e1;
  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: #e1e1e1;
}
.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 .icli {
  color: #000000;
  font-size: calc(18px + (22 - 18) * ((100vw - 320px) / (1920 - 320)));
}
.header-3 .rightside-menu .option-list-2 li .header-icon .icli.iconly-Swap {
  transform: rotate(90deg);
}
@media (max-width: 1199px) {
  .header-3 .rightside-menu .option-list-2 li .header-icon .icli {
    color: #ffffff;
  }
}
.header-3 .rightside-menu .option-list-2 li + li {
  margin-left: 37px;
}
[dir=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;
  }
  [dir=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: #e1e1e1;
}
[dir=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;
  }
  [dir=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;
}
[dir=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;
  }
  [dir=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;
  }
  [dir=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: #e1e1e1;
}
[dir=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;
  }
  [dir=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 + (46 - 35) * ((100vw - 320px) / (1920 - 320)));
  height: calc(35px + (46 - 35) * ((100vw - 320px) / (1920 - 320)));
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  border: 1px solid #e1e1e1;
  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 .icli {
  color: #000000;
  font-size: calc(18px + (22 - 18) * ((100vw - 320px) / (1920 - 320)));
}
@media (max-width: 1199px) {
  .header-3 .rightside-menu .user-box .header-icon .icli {
    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;
}
[dir=rtl] .header-3 .rightside-menu .mobile-app {
  margin-left: unset;
  margin-right: 18px;
}
.header-3 .rightside-menu .mobile-app .mobile-image {
  margin-right: 11px;
}
[dir=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;
}
[dir=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 + (27 - 18) * ((100vw - 320px) / (1920 - 320)));
  font-weight: 500;
  margin-bottom: 0;
  margin-left: 8px;
}
[dir=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;
}
[dir=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 .right-nav .fire-button .fire .fire-main {
  width: 100%;
  height: 100%;
  position: absolute;
  -webkit-animation: scaleUpDown 3s ease-out;
          animation: scaleUpDown 3s ease-out;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
.header-3 .right-nav .fire-button .fire .fire-main .main-fire {
  width: 100%;
  height: 100%;
  position: absolute;
  background-image: radial-gradient(farthest-corner at 10px 0, #ffffff 0%, #ddd 95%);
  transform: scaleX(0.8) rotate(45deg);
  border-radius: 0 40% 60% 40%;
}
.header-3 .right-nav .fire-button .fire .fire-main .particle-fire {
  width: 10px;
  height: 10px;
  position: absolute;
  top: 60%;
  left: 45%;
  background-color: #ffffff;
  border-radius: 50%;
  -webkit-animation: particleUp 2s ease-out 0;
          animation: particleUp 2s ease-out 0;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
.header-3 .right-nav .fire-button .fire .fire-right {
  width: 100%;
  height: 100%;
  position: absolute;
  -webkit-animation: shake 2s ease-out 0;
          animation: shake 2s ease-out 0;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
.header-3 .right-nav .fire-button .fire .fire-right .main-fire {
  width: 80%;
  height: 80%;
  position: absolute;
  top: 15%;
  right: -25%;
  background-color: #ffffff;
  transform: scaleX(0.8) rotate(45deg);
  border-radius: 0 40% 60% 40%;
}
.header-3 .right-nav .fire-button .fire .fire-right .main-fire .particle-fire {
  width: 15px;
  height: 15px;
  position: absolute;
  top: 45%;
  left: 50%;
  background-color: #ffffff;
  transform: scaleX(0.8) rotate(45deg);
  border-radius: 50%;
  -webkit-animation: particleUp 2s ease-out 0;
          animation: particleUp 2s ease-out 0;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
.header-3 .right-nav .fire-button .fire .fire-left {
  width: 100%;
  height: 100%;
  position: absolute;
  -webkit-animation: shake 3s ease-out 0;
          animation: shake 3s ease-out 0;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
.header-3 .right-nav .fire-button .fire .fire-left .main-fire {
  width: 80%;
  height: 80%;
  position: absolute;
  top: 15%;
  left: -20%;
  background-color: #ffffff;
  transform: scaleX(0.8) rotate(45deg);
  border-radius: 0 40% 60% 40%;
}
.header-3 .right-nav .fire-button .fire .fire-left .main-fire .particle-fire {
  width: 10%;
  height: 10%;
  position: absolute;
  top: 10%;
  left: 20%;
  background-color: #ffffff;
  border-radius: 50%;
  -webkit-animation: particleUp 3s infinite ease-out 0;
          animation: particleUp 3s infinite ease-out 0;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
.header-3 .dropdown-category {
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  background-color: transparent;
  padding: 9px calc(16px + (31 - 16) * ((100vw - 320px) / (1920 - 320))) 9px 0;
  position: relative;
}
[dir=rtl] .header-3 .dropdown-category {
  padding: 9px 0 9px calc(16px + (31 - 16) * ((100vw - 320px) / (1920 - 320)));
}
@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: #e1e1e1;
}
[dir=rtl] .header-3 .dropdown-category::after {
  right: unset;
  left: 0;
}
.header-3 .dropdown-category .icli {
  font-size: 23px;
  color: var(--theme-color);
  margin-right: 10px;
}
[dir=rtl] .header-3 .dropdown-category .icli {
  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: "Public Sans", 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: "Public Sans", 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);
}

/**=====================
     Home scss
==========================**/
.bg-effect {
  background-image: url("../images/bg-body.png");
  background-repeat: no-repeat;
  background-position: center;
}

.home-contain {
  overflow: hidden;
  position: relative;
  border-radius: 10px;
}
.home-contain .home-detail {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding: calc(18px + (60 - 18) * ((100vw - 320px) / (1920 - 320)));
}
.home-contain .home-detail.home-big-space {
  padding: calc(27px + (185 - 27) * ((100vw - 320px) / (1920 - 320))) 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 + (20 - 15) * ((100vw - 320px) / (1920 - 320))) !important;
}
.home-contain .home-detail.home-p-medium {
  padding: 50px calc(15px + (30 - 15) * ((100vw - 320px) / (1920 - 320))) !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 + (42 - 16) * ((100vw - 320px) / (1920 - 320)));
  width: 80%;
  line-height: 1.4;
  margin-bottom: calc(3px + (10 - 3) * ((100vw - 320px) / (1920 - 320)));
}
@media (max-width: 480px) {
  .home-contain .home-detail h1, .home-contain .home-detail .h1 {
    width: 100%;
  }
}
[dir=rtl] .home-contain .home-detail h1, [dir=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 + (42 - 25) * ((100vw - 320px) / (1920 - 320)));
}
.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;
  background-image: url(../images/furniture/banner/line.png);
  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 + (68 - 23) * ((100vw - 320px) / (1920 - 320)));
}
.home-contain .home-detail h1.poster-2, .home-contain .home-detail .poster-2.h1 {
  line-height: calc(29px + (63 - 29) * ((100vw - 320px) / (1920 - 320)));
}
.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 + (38 - 25) * ((100vw - 320px) / (1920 - 320)));
  margin-bottom: 7px;
}
[dir=rtl] .home-contain .home-detail h2, [dir=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 + (85 - 52) * ((100vw - 320px) / (1920 - 320)));
  font-weight: 700;
}
.home-contain .home-detail h3, .home-contain .home-detail .h3 {
  font-size: calc(20px + (26 - 20) * ((100vw - 320px) / (1920 - 320)));
  margin-bottom: calc(5px + (10 - 5) * ((100vw - 320px) / (1920 - 320)));
  font-weight: 600;
}
[dir=rtl] .home-contain .home-detail h3, [dir=rtl] .home-contain .home-detail .h3 {
  text-align: left;
}
.home-contain .home-detail h4, .home-contain .home-detail .h4 {
  font-size: calc(16px + (22 - 16) * ((100vw - 320px) / (1920 - 320)));
  margin-bottom: 5px;
}
[dir=rtl] .home-contain .home-detail h4, [dir=rtl] .home-contain .home-detail .h4 {
  text-align: left;
}
.home-contain .home-detail h5, .home-contain .home-detail .h5 {
  font-size: calc(15px + (18 - 15) * ((100vw - 320px) / (1920 - 320)));
  letter-spacing: 1px;
}
[dir=rtl] .home-contain .home-detail h5, [dir=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;
}
[dir=rtl] .home-contain .home-detail h6, [dir=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 + (10 - 6) * ((100vw - 320px) / (1920 - 320))) calc(8px + (16 - 8) * ((100vw - 320px) / (1920 - 320)));
  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 + (9 - 2) * ((100vw - 320px) / (1920 - 320)));
}
[dir=rtl] .home-contain .home-detail h6 span, [dir=rtl] .home-contain .home-detail .h6 span {
  margin-left: unset;
  margin-right: calc(2px + (9 - 2) * ((100vw - 320px) / (1920 - 320)));
}
@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 + (27 - 19) * ((100vw - 320px) / (1920 - 320)));
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
}
[dir=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 + (16 - 14) * ((100vw - 320px) / (1920 - 320)));
  margin-top: calc(12px + (20 - 12) * ((100vw - 320px) / (1920 - 320)));
  display: flex;
  align-items: center;
  color: #222222;
}
[dir=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;
}
[dir=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-image: url("../images/veg-3/home-bg.png");
  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 + (50 - 20) * ((100vw - 320px) / (1920 - 320)));
}
.home-section-2 .home-contain .home-detail.home-p-sm {
  padding: calc(15px + (30 - 15) * ((100vw - 320px) / (1920 - 320))) !important;
}
.home-section-2 .home-contain .home-detail h1, .home-section-2 .home-contain .home-detail .h1 {
  font-size: calc(25px + (45 - 25) * ((100vw - 320px) / (1920 - 320)));
  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 + (38 - 25) * ((100vw - 320px) / (1920 - 320)));
}
.home-section-2 .home-contain .home-detail h1.heding-2, .home-section-2 .home-contain .home-detail .heding-2.h1 {
  font-size: calc(22px + (50 - 22) * ((100vw - 320px) / (1920 - 320)));
  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 + (32 - 18) * ((100vw - 320px) / (1920 - 320)));
  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 + (36 - 16) * ((100vw - 320px) / (1920 - 320)));
  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 + (32 - 18) * ((100vw - 320px) / (1920 - 320)));
  margin-bottom: 10px;
}
.home-section-2 .home-contain .home-detail h4, .home-section-2 .home-contain .home-detail .h4 {
  font-size: calc(16px + (22 - 16) * ((100vw - 320px) / (1920 - 320)));
  margin-bottom: 5px;
}
.home-section-2 .home-contain .home-detail h5, .home-section-2 .home-contain .home-detail .h5 {
  font-size: calc(15px + (18 - 15) * ((100vw - 320px) / (1920 - 320)));
  letter-spacing: 1px;
}
.home-section-2 .home-contain .home-detail h6, .home-section-2 .home-contain .home-detail .h6 {
  font-size: calc(14px + (16 - 14) * ((100vw - 320px) / (1920 - 320)));
  margin-bottom: calc(7px + (12 - 7) * ((100vw - 320px) / (1920 - 320)));
}
.home-section-2 .home-contain .home-detail p {
  font-size: calc(14px + (16 - 14) * ((100vw - 320px) / (1920 - 320)));
  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 + (50 - 20) * ((100vw - 767px) / (1920 - 767))) calc(12px + (50 - 12) * ((100vw - 767px) / (1920 - 767)));
}
.home-section-small .home-contain.home-small .home-detail h4, .home-section-small .home-contain.home-small .home-detail .h4 {
  font-size: calc(14px + (22 - 14) * ((100vw - 767px) / (1920 - 767)));
}

.home-search {
  background-image: linear-gradient(to right top, #0da487, #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;
  padding-top: 156px;
  justify-content: center;
  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;
}
[dir=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 + (320 - 300) * ((100vw - 320px) / (1199 - 320)));
  }
  [dir=rtl] .custom-row .sidebar-col {
    right: -350px;
    left: unset;
  }
  .custom-row .sidebar-col.show {
    left: 0;
  }
  [dir=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 + (40 - 34) * ((100vw - 320px) / (1920 - 320)));
}
.custom-row .sidebar-col .category-menu .web-logo img {
  width: calc(53% + (70 - 53) * ((100vw - 320px) / (1920 - 320)));
}
.custom-row .sidebar-col .category-menu ul {
  gap: calc(21px + (28 - 21) * ((100vw - 320px) / (1920 - 320)));
  border-bottom: none;
}
.custom-row .sidebar-col .category-menu ul li .category-list img {
  width: calc(30px + (35 - 30) * ((100vw - 320px) / (1920 - 320)));
  height: calc(30px + (35 - 30) * ((100vw - 320px) / (1920 - 320)));
}
.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 + (17 - 15) * ((100vw - 320px) / (1920 - 320)));
}
.custom-row .content-col {
  margin-left: 320px;
  padding-left: calc(12px + (25 - 12) * ((100vw - 320px) / (1920 - 320)));
  margin-top: calc(77px + (113 - 77) * ((100vw - 320px) / (1920 - 320)));
  padding-right: calc(12px + (25 - 12) * ((100vw - 320px) / (1920 - 320)));
}
[dir=rtl] .custom-row .content-col {
  margin-left: unset;
  margin-right: 320px;
}
@media (max-width: 1199px) {
  .custom-row .content-col {
    margin-left: 0;
  }
  [dir=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 + (58 - 31) * ((100vw - 320px) / (1920 - 320)));
  text-transform: inherit;
  margin-left: auto;
  margin-right: auto;
  margin-top: -18px;
}
[dir=rtl] .home-search-full .home-contain .home-detail h1, [dir=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 + (18 - 16) * ((100vw - 320px) / (1920 - 320)));
  font-weight: 400;
  margin-top: calc(4px + (12 - 4) * ((100vw - 320px) / (1920 - 320)));
  margin-bottom: 0;
  color: #4a5568;
  line-height: 1.4;
}
[dir=rtl] .home-search-full .home-contain .home-detail h3, [dir=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 + (35 - 23) * ((100vw - 320px) / (1920 - 320)));
  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 + (24 - 21) * ((100vw - 320px) / (1920 - 320)));
  height: auto;
}
[dir=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 + (51 - 32) * ((100vw - 1200px) / (1920 - 1200)));
}
.home-furniture .feature-detail h3, .home-furniture .feature-detail .h3 {
  background-color: #FFA53B;
  font-size: calc(29px + (40 - 29) * ((100vw - 1200px) / (1920 - 1200)));
  color: #ffffff;
  padding: 4px calc(9px + (13 - 9) * ((100vw - 1200px) / (1920 - 1200)));
  font-weight: 700;
}

.furniture-contain-2 .home-detail {
  width: calc(100% + (75 - 100) * ((100vw - 320px) / (1920 - 320)));
}
@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% + (75 - 100) * ((100vw - 320px) / (1920 - 320)));
}

.product-box-flash .product-image img.product-image {
  width: 100% !important;
}

.product-box-4 .top-selling-slider .product-image .option li {
  width: auto;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--theme-color);
  border-radius: 20px;
  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;
}
.product-box-4 .top-selling-slider .product-image .option li button:hover {
  background: var(--theme-color);
}

/**=====================
     Item scss
==========================**/
.button-item {
  display: flex;
  align-items: center;
  justify-content: center;
  top: 50%;
  transform: translateY(-50%);
  width: calc(41px + (50 - 41) * ((100vw - 320px) / (1920 - 320)));
  height: calc(41px + (50 - 41) * ((100vw - 320px) / (1920 - 320)));
  position: fixed;
  right: 0;
  border-radius: 7px 0 0 7px;
  background-color: var(--theme-color);
  z-index: 9;
}
.button-item .item-btn i {
  font-size: calc(18px + (22 - 18) * ((100vw - 320px) / (1920 - 320)));
}

.item-section {
  top: 50%;
  transform: translateY(-50%);
  position: fixed;
  right: -130px;
  background-color: var(--theme-color);
  color: #ffffff;
  border-radius: 7px 0 0 7px;
  padding: 15px;
  transition: all 0.3s ease-in-out;
  z-index: 9;
}
.item-section.active {
  right: 0;
}
.item-section .close-button {
  position: absolute;
  top: 10px;
  left: 10px;
  padding: 0;
  color: #ffffff;
  border: none;
  background-color: transparent;
}
.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 {
  font-size: 22px;
}
.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;
  -o-object-fit: contain;
     object-fit: contain;
}
.item-section .item-button {
  background-color: #ffffff;
  color: var(--theme-color);
}

/**=====================
     nav scss
==========================**/
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;
}
[dir=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: normal;
}
header .dropdown-header a:hover {
  color: #666e6e;
}
@media (max-width: 1199px) {
  header .dropdown-header {
    padding-left: 0;
  }
}
header .dropdown-item {
  white-space: normal;
}
header .navbar-nav {
  padding-top: 16px;
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
[dir=rtl] header .navbar-nav {
  padding-left: unset;
  padding-right: 0;
}
header .navbar-nav .nav-item {
  margin-bottom: 0;
}
@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: #fff;
  font-weight: 600;
  border-top-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
[dir=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;
  }
  [dir=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: static;
  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);
}
[dir=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: "\F105";
  position: absolute;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
[dir=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;
  }
}
[dir=rtl] header .navbar-nav .dropdown-menu .sub-dropdown-hover:hover .sub-menu {
  left: unset;
  right: 113%;
}
@media (max-width: 1199px) {
  [dir=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 #ff8f00, 5px 20px 40px 0 rgba(34, 34, 34, 0.04);
  border: 1.5px solid #ff8f00;
  background-color: #ffffff;
  padding: 20px;
  border-radius: 10px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
[dir=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: flex !important;
  overflow: hidden;
  position: relative;
  z-index: 0;
}
header .navbar-nav .dropdown-menu-2::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-position: right;
  background-repeat: no-repeat;
  background-size: cover;
  top: 0;
  left: 0;
  z-index: -1;
}
[dir=rtl] header .navbar-nav .dropdown-menu-2::after {
  transform: scaleX(-1);
  -webkit-filter: FlipH;
          filter: FlipH;
}
@media (max-width: 1199px) {
  header .navbar-nav .dropdown-menu-2::after {
    content: none;
  }
}
@media (max-width: 1400px) {
  header .navbar-nav .dropdown-menu-2 {
    background-position: 20px center;
  }
}
@media (max-width: 1199px) {
  header .navbar-nav .dropdown-menu-2 {
    width: 100%;
    padding: 0 !important;
    left: 0;
    margin: 0;
  }
}
header .navbar-nav .dropdown-menu .dropdown {
  margin-right: 20px;
  margin-left: 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-right: 16px;
  padding-left: 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 {
  display: flex;
  flex-wrap: nowrap;
  gap: 15px;
}
@media (max-width: 1199px) {
  header .navbar-nav .dropdown-image .dropdown-column {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
  }
}
header .navbar-nav .dropdown-image .dropdown-column .dropdown-item {
  margin: 0 !important;
  text-align: center;
}
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: 14px;
  text-align: center;
  font-size: calc(14px + (16 - 14) * ((100vw - 1200px) / (1920 - 1200)));
  margin-bottom: -6px;
  position: relative;
  z-index: 0;
}
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(30px + (40 - 30) * ((100vw - 1200px) / (1920 - 1200)));
}
[dir=rtl] header .navbar.navbar-expand-xl .navbar-nav .nav-item + .nav-item {
  margin-left: unset;
  margin-right: calc(30px + (40 - 30) * ((100vw - 1200px) / (1920 - 1200)));
}
@media (max-width: 1199px) {
  header .navbar.navbar-expand-xl .navbar-nav .nav-item + .nav-item {
    margin-left: 0;
  }
  [dir=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 .nav-link::before {
  content: "\F107";
  position: absolute;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  right: -12px;
}
[dir=rtl] header .navbar.navbar-expand-xl .navbar-nav .nav-item.dropdown .nav-link::before {
  right: unset;
  left: -12px;
}
@media (max-width: 1199px) {
  header .navbar.navbar-expand-xl .navbar-nav .nav-item.dropdown .nav-link::before {
    right: 0;
  }
  [dir=rtl] header .navbar.navbar-expand-xl .navbar-nav .nav-item.dropdown .nav-link::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;
}
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;
  }
}
[dir=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;
}
[dir=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: 20px;
  color: #222222;
  -webkit-text-fill-color: #222222;
  -webkit-opacity: 1;
}
@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;
  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: 1;
}
[dir=rtl] header .navbar {
  padding-left: unset;
  padding-right: 15px;
}
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%;
  -webkit-animation: navbar-show 0.25s;
          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;
}
header .offcanvas {
  position: fixed;
  bottom: 0;
  z-index: 1080;
  display: flex;
  flex-direction: column;
  max-width: 100%;
  visibility: hidden;
  background-color: #ffffff;
  background-clip: padding-box;
  outline: 0;
  box-shadow: -1px 0 10px 0 rgba(34, 34, 34, 0.07), 5px 20px 40px 0 rgba(34, 34, 34, 0.04);
  transition: transform 0.3s ease-in-out;
  will-change: transform, box-shadow;
  transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), box-shadow 0.3s ease;
  visibility: visible !important;
}
header .offcanvas:not(.offcanvas-end):not(.offcanvas-bottom) {
  top: 0;
  left: 0;
  box-shadow: none;
}
@media (max-width: 1199px) {
  header .offcanvas:not(.offcanvas-end):not(.offcanvas-bottom) {
    width: calc(300px + (320 - 300) * ((100vw - 1200px) / (1920 - 1200)));
    transform: translateX(-100%);
    z-index: 7;
  }
}
header .offcanvas-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-shrink: 0;
  padding: 20px 24px;
  z-index: 1;
}
header .offcanvas-header .btn-close {
  padding: 0;
  margin: -10px 0;
  font-size: 16px;
}
header .offcanvas-header h5, header .offcanvas-header .h5 {
  color: var(--theme-color);
  font-weight: 600;
}
header .offcanvas-title {
  margin-bottom: 0;
  line-height: initial;
}
header .offcanvas-body {
  flex-grow: 1;
  padding: 20px 24px;
  overflow-y: auto;
  height: 100%;
}
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:hover > .nav-link:not(.disabled) {
    color: var(--theme-color);
  }
  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;
    box-shadow: #666e6e 0px 3px 8px;
  }
  header .navbar-expand-xl .dropdown-menu-left {
    left: 0;
    transform: translateX(0%) translateY(-15px);
  }
  [dir=rtl] header .navbar-expand-xl .dropdown-menu-left {
    left: unset;
    right: 0;
  }
  header .navbar-expand-xl .dropdown-menu li {
    display: block;
    width: 100%;
  }
  header .navbar-expand-xl .dropdown-menu li:first-child .dropdown-item {
    margin: 0;
    margin-top: -3px;
  }
  header .navbar-expand-xl .dropdown-menu li:last-child .dropdown-item {
    margin-bottom: -4px;
  }
  header .navbar-expand-xl .dropdown-menu .dropdown-column {
    margin: 5px 0 5px 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: 10px 0 0 0;
    font-size: 14px;
    position: relative;
    transition: all 0.3s ease-in-out;
    z-index: 0;
  }
  header .navbar-expand-xl .dropdown-menu .dropdown-item:hover::after {
    width: 40%;
  }
  header .navbar-expand-xl .dropdown-menu .dropdown-item:active, header .navbar-expand-xl .dropdown-menu .dropdown-item.nice-select.open {
    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;
  }
  [dir=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;
    letter-spacing: 0.03em;
  }
  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;
  }
  [dir=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: "\F105";
    position: absolute;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    top: 50%;
    transform: translateY(-50%);
    width: unset;
    height: unset;
    display: block;
    right: 10px;
    border: none;
  }
  [dir=rtl] header .navbar-expand-xl .dropdown-menu .dropdown .dropdown-toggle::after {
    right: unset;
    left: 10px;
  }
  header .navbar-expand-xl .dropdown-menu .dropdown:last-child {
    margin-bottom: 0;
  }
  header .navbar-expand-xl .dropdown-menu .dropdown-menu {
    top: 0;
    right: auto;
    left: 100%;
    width: auto;
    margin-top: 0;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 0;
    padding-left: 0;
    border-radius: 5px;
    background-color: #ffffff;
  }
  [dir=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;
  }
  [dir=rtl] header .navbar-expand-xl .dropdown:hover .dropdown-menu-2 {
    transform: translateX(0);
  }
  header .navbar-expand-xl .dropdown:hover .dropdown-menu-center {
    transform: translateX(0%) translateY(0);
  }
  header .navbar-expand-xl .dropdown:hover .dropdown-menu-left {
    transform: translateX(0%) translateY(0);
  }
  header .navbar-expand-xl .dropdown-mega {
    position: static;
  }
  header .navbar-expand-xl .dropdown-mega > .dropdown-menu {
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: nowrap;
  }
  header .navbar-expand-xl .dropdown-mega:hover > .dropdown-menu {
    display: flex;
  }
  header .navbar-expand-xl .dropdown-mega .dropdown-menu .dropdown-item {
    padding: 0;
    margin: 10px 0px 0 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: 5px;
  }
  header .navbar-expand-xl .dropdown-mega .dropdown-column .dropdown-header {
    padding: 0;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 14px;
  }
  [dir=rtl] header .navbar-expand-xl .dropdown-mega .dropdown-column .dropdown-header {
    padding: 0;
  }
  header .offcanvas-expand {
    transform: none !important;
    z-index: 1031;
  }
  header .offcanvas-expand.offcanvas-start {
    transform: none !important;
  }
  header .offcanvas-expand.offcanvas-end {
    transform: none !important;
  }
  header .offcanvas-expand.offcanvas-bottom {
    transform: none !important;
  }
  header .offcanvas-collapse {
    display: block;
    position: static;
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
    width: auto !important;
    max-width: 100% !important;
    height: auto !important;
    transform: none !important;
    background-color: transparent;
    box-shadow: none;
  }
  header .offcanvas-collapse .offcanvas-header {
    display: none;
  }
  header .offcanvas-collapse .offcanvas-footer {
    display: none;
  }
  header .offcanvas-collapse .offcanvas-body {
    padding: 0;
    overflow: initial;
  }
  header .offcanvas-enabled-start {
    padding-left: 376px;
  }
  header .offcanvas-enabled-end {
    padding-right: 376px;
    padding-left: 0;
  }
}
header .navbar-expand-xl .offcanvas {
  -webkit-box-flex: 1;
}
@media (max-width: 1199px) {
  header .navbar-expand-xl .offcanvas {
    z-index: 4;
    -webkit-box-flex: 2;
  }
}
header .offcanvas-backdrop {
  z-index: 6;
}
@media (max-width: 1199px) {
  header .offcanvas-collapse .offcanvas-body .navbar-nav {
    padding-top: 0;
  }
  header .offcanvas-collapse .offcanvas-body .navbar-nav .nav-item {
    border-top: 0;
  }
  header .offcanvas-collapse .offcanvas-body .navbar-nav .nav-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #4a5568;
    font-weight: 700;
  }
  header .offcanvas-collapse .offcanvas-body .navbar-nav .nav-link:hover {
    color: var(--theme-color);
    background-color: transparent;
  }
  header .offcanvas-collapse .offcanvas-body .navbar-nav .nav-link.active {
    color: var(--theme-color);
    background-color: transparent;
  }
  header .offcanvas-collapse .offcanvas-body .navbar-nav .nav-link.disabled {
    color: #4a5568;
  }
  header .offcanvas-collapse .offcanvas-body .navbar-nav .show > .nav-link {
    color: var(--theme-color);
  }
  header .offcanvas-collapse .offcanvas-body .navbar-nav .active > .nav-link {
    color: var(--theme-color);
  }
  header .offcanvas-collapse .offcanvas-body .navbar-nav .dropdown-menu li {
    display: block;
    width: 100%;
  }
  header .offcanvas-collapse .offcanvas-body .navbar-nav .dropdown-menu .dropdown-item {
    color: #4a5568;
    font-size: 14px;
  }
  header .offcanvas-collapse .offcanvas-body .navbar-nav .dropdown-menu .dropdown-item:hover {
    color: var(--theme-color);
    background-color: transparent;
  }
  header .offcanvas-collapse .offcanvas-body .navbar-nav .dropdown-menu .dropdown-item.active {
    color: var(--theme-color);
    background-color: transparent;
  }
  header .offcanvas-collapse .offcanvas-body .navbar-nav .dropdown-menu .dropdown-item.disabled {
    color: #4a5568;
  }
  header .offcanvas-collapse .offcanvas-body .navbar-nav .dropdown-header {
    font-size: 16px;
    font-weight: 600;
  }
  header .navbar-nav .dropdown-menu {
    opacity: 1;
    visibility: visible;
    display: none !important;
    transform: translateY(0);
  }
  header .navbar-nav .dropdown-menu.show {
    display: block !important;
  }
}

@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: #fff;
  font-weight: 600;
  border-top-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
[dir=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;
}
@media (max-width: 1199px) {
  .new-nav-item .new-dropdown {
    position: relative;
    top: unset;
    left: unset;
    right: unset;
    margin-left: 9px;
    border-radius: 3px;
  }
  [dir=rtl] .new-nav-item .new-dropdown {
    margin-left: unset;
    margin-right: 9px;
  }
}

/* =====================
    Newslatter scss 
 ========================== */
.newsletter-section .newsletter-box {
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}
.newsletter-section .newsletter-box-2:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url("../images/vegetable/newsletter/1.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: block;
  z-index: -1;
}
[dir=rtl] .newsletter-section .newsletter-box-2:after {
  transform: scaleX(-1);
  -webkit-filter: FlipH;
          filter: FlipH;
}
.newsletter-section .newsletter-box-3:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url("../images/vegetable/newsletter/2.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: block;
  z-index: -1;
}
[dir=rtl] .newsletter-section .newsletter-box-3:after {
  transform: scaleX(-1);
  -webkit-filter: FlipH;
          filter: FlipH;
}
.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;
}
.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 + (20 - 14) * ((100vw - 320px) / (1920 - 320)));
  font-size: calc(16px + (18 - 16) * ((100vw - 320px) / (1920 - 320)));
}
.newsletter-section .newsletter-box .newsletter-contain .newsletter-detail .input-box {
  position: relative;
}
.newsletter-section .newsletter-box .newsletter-contain .newsletter-detail .input-box ::-moz-placeholder {
  font-size: 14px;
  color: #4a5568;
}
.newsletter-section .newsletter-box .newsletter-contain .newsletter-detail .input-box :-ms-input-placeholder {
  font-size: 14px;
  color: #4a5568;
}
.newsletter-section .newsletter-box .newsletter-contain .newsletter-detail .input-box ::-ms-input-placeholder {
  font-size: 14px;
  color: #4a5568;
}
.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 ::-moz-placeholder {
    padding-left: 0;
  }
  .newsletter-section .newsletter-box .newsletter-contain .newsletter-detail .input-box :-ms-input-placeholder {
    padding-left: 0;
  }
  .newsletter-section .newsletter-box .newsletter-contain .newsletter-detail .input-box ::-ms-input-placeholder {
    padding-left: 0;
  }
  .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 + (52 - 41) * ((100vw - 320px) / (1920 - 320)));
  border-radius: 5px;
  border: none;
  padding-left: 45px;
  padding-right: 140px;
}
@media (max-width: 575px) {
  .newsletter-section .newsletter-box .newsletter-contain .newsletter-detail .input-box input {
    padding-right: 42px;
  }
}
[dir=rtl] .newsletter-section .newsletter-box .newsletter-contain .newsletter-detail .input-box input {
  text-align: left;
}
@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;
  padding: 8px;
  background-color: rgba(var(--theme-color-rgb), 0.1);
  font-size: 15px;
  left: 8px;
  -webkit-text-stroke: 1px var(--theme-color);
  color: transparent;
}
@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(10px + (12 - 10) * ((100vw - 320px) / (1920 - 320))) calc(8px + (21 - 8) * ((100vw - 320px) / (1920 - 320)));
  font-size: calc(14px + (15 - 14) * ((100vw - 320px) / (1920 - 320)));
  color: #ffffff;
  font-weight: 500;
  display: flex;
  align-items: center;
}
.newsletter-section .newsletter-box .newsletter-contain .newsletter-detail .input-box .sub-btn i {
  margin-left: 6px;
}
[dir=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;
  }
  [dir=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 + (130 - 20) * ((100vw - 320px) / (1920 - 320)));
  z-index: 1;
}
.newsletter-section-2 .newsletter-box .newsletter-detail h2, .newsletter-section-2 .newsletter-box .newsletter-detail .h2 {
  font-size: calc(18px + (36 - 18) * ((100vw - 320px) / (1920 - 320)));
  margin-bottom: 10px;
}
.newsletter-section-2 .newsletter-box .newsletter-detail h4, .newsletter-section-2 .newsletter-box .newsletter-detail .h4 {
  margin-bottom: 8px;
  font-size: calc(15px + (20 - 15) * ((100vw - 320px) / (1920 - 320)));
  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;
}
[dir=rtl] .newsletter-section-2 .newsletter-box .newsletter-detail .download-app h3, [dir=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-image: url(../images/veg-3/shape/circle.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  -webkit-animation: rounded infinite 30s linear;
          animation: rounded infinite 30s linear;
  right: 0;
  top: 0;
  z-index: -1;
}

/**=====================
     Offer scss
==========================**/
.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 + (43 - 27) * ((100vw - 320px) / (1920 - 320)));
  font-weight: 400;
}
.offer-box .offer-contain .offer-detail p {
  font-size: calc(14px + (16 - 14) * ((100vw - 320px) / (1920 - 320)));
  margin-top: calc(4px + (12 - 4) * ((100vw - 320px) / (1920 - 320)));
}
.offer-box .offer-contain .offer-timing {
  margin-left: 24px;
}
[dir=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;
  }
  [dir=rtl] .offer-box .offer-contain .offer-timing {
    margin-left: unset;
    margin-right: 0;
  }
}
[dir=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;
}
[dir=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;
}
[dir=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 + (61 - 46) * ((100vw - 320px) / (1920 - 320)));
  height: calc(50px + (73 - 50) * ((100vw - 320px) / (1920 - 320)));
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: calc(16px + (24 - 16) * ((100vw - 320px) / (1920 - 320)));
  font-weight: 600;
}

.offer-section .offer-box {
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url(../images/grocery/banner/10.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: calc(20px + (35 - 20) * ((100vw - 320px) / (1920 - 320)));
  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 + (40 - 24) * ((100vw - 320px) / (1920 - 320)));
  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 + (26 - 18) * ((100vw - 320px) / (1920 - 320)));
}

/**=====================
     Product scss
==========================**/
.add-to-cart-box {
  background-color: #f8f8f8;
  border-radius: 50px;
  position: relative;
  max-width: 210px;
}
.add-to-cart-box.hide {
  background-color: transparent;
}
.add-to-cart-box .btn-add-cart {
  padding: calc(8px + (10 - 8) * ((100vw - 320px) / (1920 - 320))) 0;
  width: 100%;
  font-size: calc(14px + (15 - 14) * ((100vw - 320px) / (1920 - 320)));
  margin-top: 10px;
  color: #4a5568;
  border-radius: 50px;
  font-weight: 500;
}
.add-to-cart-box .btn-add-cart.hide {
  opacity: 0;
}
.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 + (37 - 30) * ((100vw - 320px) / (1920 - 320)));
  height: calc(30px + (37 - 30) * ((100vw - 320px) / (1920 - 320)));
  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: 13px;
}
.add-to-cart-box .qty-box {
  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: 50px;
  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 + (35 - 29) * ((100vw - 320px) / (1920 - 320)));
  height: calc(29px + (35 - 29) * ((100vw - 320px) / (1920 - 320)));
  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 i {
  font-size: 13px;
  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 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 + (37 - 30) * ((100vw - 320px) / (1920 - 320)));
  height: calc(30px + (37 - 30) * ((100vw - 320px) / (1920 - 320)));
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: #f7f7f7;
  padding: 0;
  border-radius: 100%;
  color: var(--theme-color);
}
[dir=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;
}
[dir=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 + (35 - 29) * ((100vw - 320px) / (1920 - 320)));
  height: calc(29px + (35 - 29) * ((100vw - 320px) / (1920 - 320)));
  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: 250px;
}
.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 + (35 - 26) * ((100vw - 320px) / (1920 - 320)));
  height: calc(26px + (35 - 26) * ((100vw - 320px) / (1920 - 320)));
  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 + (14 - 8) * ((100vw - 320px) / (1920 - 320)));
  background-color: #f8f8f8;
  border-radius: 8px;
  border: none;
}
.deal-timer.product-deal-timer ul li + li::before {
  left: -25px;
}
[dir=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 + (20 - 18) * ((100vw - 320px) / (1920 - 320)));
}
.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;
}
[dir=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 + (33 - 12) * ((100vw - 320px) / (1920 - 320)));
  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: 70%;
  height: 2px;
  bottom: -8px;
  left: 0;
  background-color: var(--theme-color);
}
[dir=rtl] .category-menu h3::before, [dir=rtl] .category-menu .h3::before {
  left: unset;
  right: 0;
}
.category-menu ul {
  display: flex;
  flex-wrap: wrap;
  gap: 23px;
  border-bottom: 1px dashed rgba(74, 85, 104, 0.5);
}
.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 + (16 - 10) * ((100vw - 320px) / (1920 - 320)));
  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;
  -o-object-fit: contain;
     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;
  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;
}
[dir=rtl] .category-menu ul li .category-list h5 a::before, [dir=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: -webkit-sticky;
  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-border {
  border: 1px solid rgba(74, 85, 104, 0.3);
  border-radius: 10px;
  padding: 0 14px;
}
.product-border.border-row .slick-slider .slick-list {
  margin: 0 -14px;
}
.product-border.border-row .row > div:last-child {
  border-top: 1px solid #ddd;
}
.product-border .slider-5-1 .slick-slide > .row {
  border-right: 1px solid rgba(74, 85, 104, 0.3);
  margin-left: 0;
}
[dir=rtl] .product-border .slider-5-1 .slick-slide > .row {
  border-left: 1px solid rgba(74, 85, 104, 0.3);
  border-right: unset;
}
.product-border > .product-box-slider > div > .row > div:nth-child(n+6) {
  border-top: 1px solid rgba(74, 85, 104, 0.3);
}
.product-border > .product-box-slider > div > .row > div:nth-child(5n+5) .product-box {
  border-right: none;
}
[dir=rtl] .product-border > .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-border > .product-box-slider > div > .row > div:nth-child(5n+2) .product-box {
    border-right: none;
  }
  [dir=rtl] .product-border > .product-box-slider > div > .row > div:nth-child(5n+2) .product-box {
    border-left: none;
    border-right: unset;
  }
}

.product-box {
  padding: calc(8px + (14 - 8) * ((100vw - 320px) / (1920 - 320)));
  border-right: 1px solid rgba(74, 85, 104, 0.3);
  position: relative;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
}
.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: linear-gradient(149.8deg, #f6f5f2 17.21%, #fbfaf9 79.21%);
  border-radius: 5px;
  padding: calc(10px + (14 - 10) * ((100vw - 320px) / (1920 - 320)));
  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 + (16 - 9) * ((100vw - 320px) / (1920 - 320)));
  padding: calc(10px + (14 - 10) * ((100vw - 320px) / (1920 - 320)));
  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;
}
.product-box .label-tag::after {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  top: 16px;
  left: 44px;
  border-bottom: solid 15px #faba02;
  border-left: solid 15px transparent;
  border-right: solid 15px transparent;
  transform: rotate(0);
  z-index: 1;
}
.product-box .label-tag::before {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  top: 0;
  left: 44px;
  border-bottom: solid 15px #faba02;
  border-left: solid 15px transparent;
  border-right: solid 15px transparent;
  transform: rotate(180deg);
  z-index: 1;
}
.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 .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;
}
[dir=rtl] .product-box .product-image .product-option li + li:after {
  left: unset;
  right: 0;
}
.product-box .product-image img {
  width: 100%;
  height: 140px;
  -o-object-fit: contain;
     object-fit: contain;
  transition: all 0.3s ease-in-out;
}
.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;
  height: 45px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.product-box .product-detail a h6.name-2, .product-box .product-detail a .name-2.h6 {
  -webkit-line-clamp: 1;
}
.product-box .product-detail .product-rating {
  flex-wrap: wrap;
  gap: calc(4px + (7 - 4) * ((100vw - 320px) / (1920 - 320)));
}
.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 + (22 - 14) * ((100vw - 320px) / (1920 - 320)));
}
.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 + (15 - 14) * ((100vw - 320px) / (1920 - 320)));
}
.product-box .sold .price {
  font-weight: 600;
  margin-top: 0;
}
.product-box .sold del {
  font-weight: 400;
  margin-left: 6px;
  font-size: calc(13px + (14 - 13) * ((100vw - 320px) / (1920 - 320)));
}
.product-box .sold.weight {
  font-size: 13px;
  margin: calc(5px + (8 - 5) * ((100vw - 320px) / (1920 - 320))) 0;
  line-height: normal;
}
.product-box .qty-box {
  max-width: 210px;
}
.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;
}

.product-list {
  border: 1px solid rgba(74, 85, 104, 0.3);
  border-radius: 5px;
  padding: calc(18px + (30 - 18) * ((100vw - 320px) / (1920 - 320)));
}
.product-list li {
  display: flex;
  align-items: center;
  height: 80px;
  position: relative;
}
.product-list li + li {
  margin-top: 50px;
}
@media (max-width: 575px) {
  .product-list li + li {
    margin-top: 44px;
  }
}
@media (max-width: 360px) {
  .product-list li + li {
    margin-top: 30px;
  }
}
.product-list li + li:after {
  content: "";
  position: absolute;
  top: -28px;
  right: 0;
  border-bottom: 1px dashed rgba(74, 85, 104, 0.3);
  width: calc(100% - 103px);
}
[dir=rtl] .product-list li + li:after {
  right: unset;
  left: 0;
}
.product-list li .offer-product {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
.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: 80px;
}
@media (max-width: 1660px) {
  .product-list li .offer-product .offer-image {
    width: 90px;
  }
}
.product-list li .offer-product .offer-image img {
  width: 80px;
  height: 80px;
  -o-object-fit: contain;
     object-fit: contain;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1660px) {
  .product-list li .offer-product .offer-image img {
    width: 90px;
    height: 70px;
  }
}
@media (max-width: 575px) {
  .product-list li .offer-product .offer-image img {
    width: 70px;
    height: 70px;
  }
}
.product-list li .offer-product .offer-detail {
  width: calc(100% - 80px);
  height: 80px;
  padding-left: calc(12px + (23 - 12) * ((100vw - 320px) / (1920 - 320)));
  position: relative;
  display: flex;
  align-items: center;
}
[dir=rtl] .product-list li .offer-product .offer-detail {
  padding-left: unset;
  padding-right: calc(12px + (23 - 12) * ((100vw - 320px) / (1920 - 320)));
}
.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;
  overflow: hidden;
  font-weight: 600;
  margin-top: -1px;
  transition: all 0.3s ease-in-out;
}
.product-list li .offer-product .offer-detail span {
  font-size: 14px;
  margin-top: 5px;
  color: #4a5568;
  font-weight: 400;
}
.product-list li .offer-product .offer-detail .price {
  margin-top: 6px;
  font-weight: 600;
  margin-bottom: -2px;
}

.product-category {
  padding: calc(19px + (36 - 19) * ((100vw - 320px) / (1920 - 320))) calc(16px + (25 - 16) * ((100vw - 320px) / (1920 - 320)));
  background-color: #f8f8f8;
}
.product-category .product-category-list {
  -moz-column-count: 2;
       column-count: 2;
}
[dir=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;
}
[dir=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;
}
[dir=rtl] .product-category .product-category-list li::before {
  left: unset;
  right: 8px;
}
.product-category .product-category-list li + li {
  margin-top: calc(14px + (26 - 14) * ((100vw - 320px) / (1920 - 320)));
}
.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;
}

.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: 90%;
  margin: -50px auto 0;
  padding: calc(20px + (25 - 20) * ((100vw - 320px) / (1920 - 320))) calc(18px + (30 - 18) * ((100vw - 320px) / (1920 - 320)));
  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 + (10 - 6) * ((100vw - 320px) / (1920 - 320)));
}
.product-slider .product-slider-detail h5, .product-slider .product-slider-detail .h5 {
  margin-bottom: calc(4px + (10 - 4) * ((100vw - 320px) / (1920 - 320)));
  color: #4a5568;
}
.product-slider .product-slider-detail h6, .product-slider .product-slider-detail .h6 {
  margin-top: calc(4px + (10 - 4) * ((100vw - 320px) / (1920 - 320)));
  font-weight: 500;
}
.product-slider .product-slider-detail .product-button {
  position: absolute;
  bottom: 0;
  right: 0;
}
[dir=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 + (22 - 12) * ((100vw - 320px) / (1920 - 320)));
  margin-bottom: calc(24px + (36 - 24) * ((100vw - 320px) / (1920 - 320)));
  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);
}
[dir=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 + (22 - 19) * ((100vw - 320px) / (1920 - 320)));
  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 + (30 - 14) * ((100vw - 320px) / (1920 - 320)));
}
.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);
}
[dir=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 + (100 - 80) * ((100vw - 320px) / (1920 - 320)));
  height: calc(80px + (100 - 80) * ((100vw - 320px) / (1920 - 320)));
  border-radius: 5px;
}
.top-selling-box .top-selling-contain .top-selling-image img {
  -o-object-fit: contain;
     object-fit: contain;
  transition: all 0.3s ease-in-out;
}
.top-selling-box .top-selling-contain .top-selling-detail {
  padding-left: calc(15px + (18 - 15) * ((100vw - 320px) / (1920 - 320)));
  width: calc(100% - calc(80px + (100 - 80) * ((100vw - 320px) / (1920 - 320))));
  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;
}
[dir=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 + (5 - 2) * ((100vw - 320px) / (1920 - 320)));
  font-weight: 600;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  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 + (13 - 7) * ((100vw - 320px) / (1920 - 320)));
  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 + (20 - 14) * ((100vw - 320px) / (1920 - 320))) !important;
}
.product-box-2 .product-image {
  border-radius: 8px;
  overflow: hidden;
}
.product-box-2 .product-image img {
  width: calc(86px + (130 - 86) * ((100vw - 320px) / (1920 - 320)));
  height: auto;
  -o-object-fit: contain;
     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;
}
[dir=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 + (7 - 2) * ((100vw - 320px) / (1920 - 320)));
  font-size: calc(14px + (16 - 14) * ((100vw - 320px) / (1920 - 320)));
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  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 + (10 - 5) * ((100vw - 320px) / (1920 - 320)));
}
.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%;
  -o-object-fit: contain;
     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;
  -o-object-fit: contain;
     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;
  -o-object-fit: contain;
     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);
}
[dir=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 + (11 - 5) * ((100vw - 320px) / (1920 - 320)));
}
.deal-contain .deal-detail h4, .deal-contain .deal-detail .h4 {
  font-weight: 500;
  margin-top: calc(7px + (14 - 7) * ((100vw - 320px) / (1920 - 320)));
}
.deal-contain .deal-detail h4 del, .deal-contain .deal-detail .h4 del {
  font-size: 14px;
  margin-left: 2px;
  color: #ff4f4f;
  font-weight: 600;
}
[dir=rtl] .deal-contain .deal-detail h4 del, [dir=rtl] .deal-contain .deal-detail .h4 del {
  margin-left: unset;
  margin-right: 2px;
}
[dir=rtl] .deal-contain .deal-detail .option-icon {
  padding-left: unset;
  padding-right: 0;
}
.deal-contain .deal-detail .option-icon li + li {
  margin-left: 8px;
}
[dir=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 + (48 - 36) * ((100vw - 320px) / (1920 - 320)));
  height: calc(36px + (48 - 36) * ((100vw - 320px) / (1920 - 320)));
  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 + (18 - 14) * ((100vw - 320px) / (1920 - 320)));
  height: calc(14px + (18 - 14) * ((100vw - 320px) / (1920 - 320)));
}

.product-list-section.list-style > div {
  width: 100%;
}
.product-list-section.list-style > div .product-box-3 {
  display: flex;
  align-items: center;
  padding: calc(14px + (24 - 14) * ((100vw - 320px) / (1920 - 320)));
}
.product-list-section.list-style > div .product-box-3 .product-header {
  width: 180px;
}
@media (max-width: 767px) {
  .product-list-section.list-style > div .product-box-3 .product-header {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .product-list-section.list-style > div .product-box-3 {
    display: block;
  }
}
.product-list-section.list-style > div .product-box-3 .product-footer {
  padding-left: 20px;
  width: calc(100% - 180px);
}
.product-list-section.list-style > div .product-box-3 .product-footer .product-detail .span-name {
  display: none;
}
[dir=rtl] .product-list-section.list-style > div .product-box-3 .product-footer {
  padding-left: unset;
  padding-right: 20px;
}
@media (max-width: 767px) {
  .product-list-section.list-style > div .product-box-3 .product-footer {
    padding: 0;
    width: 100%;
    margin-top: 20px;
  }
}
.product-list-section.list-style > div .product-box-3 .product-footer .product-content {
  display: block;
  line-height: 1.5;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.product-list-section.list-style > div .product-box-3 .product-footer .product-detail .qty-box {
  width: unset;
}

.product-box-3 {
  padding: calc(7px + (14 - 7) * ((100vw - 320px) / (1920 - 320)));
  position: relative;
  border-radius: 5px;
  transition: all 0.4s ease-in-out;
}
.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 + (140 - 100) * ((100vw - 320px) / (1920 - 320)));
  -o-object-fit: contain;
     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;
}
[dir=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%;
}
[dir=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;
}
[dir=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 + (8 - 4) * ((100vw - 320px) / (1920 - 320)));
}
.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 + (24 - 21) * ((100vw - 320px) / (1920 - 320)));
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.product-box-3 .product-footer .product-detail .unit {
  font-size: 13px;
  font-weight: 500;
  margin-top: calc(6px + (10 - 6) * ((100vw - 320px) / (1920 - 320)));
  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 + (14 - 13) * ((100vw - 320px) / (1920 - 320)));
}
.product-box-3 .product-footer .price span {
  font-size: calc(15px + (16 - 15) * ((100vw - 320px) / (1920 - 320)));
}

.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;
  -webkit-animation: rounded 15s linear infinite;
          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: 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;
  -webkit-animation: shape 15s linear infinite;
          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-image: url(../images/grocery/bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
}
.product-bg-image .product-box-4 {
  border: none;
  background-color: transparent;
}
.product-bg-image .product-box-3:hover {
  box-shadow: none;
}

.product-box-4 {
  border: 1px solid #e1e1e1;
  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;
  z-index: 1;
}
.product-box-4 .circle-box .shape-circle img {
  width: 100%;
  height: auto;
  margin: 0;
  -webkit-animation: rounded 15s linear infinite;
          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: 100%;
  height: auto;
  margin: 30px auto 20px;
  -o-object-fit: contain;
     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: 65%;
  height: auto;
  -o-object-fit: unset;
     object-fit: unset;
  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;
}
[dir=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 .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: capitalize;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  text-align: left;
}
[dir=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;
}
[dir=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;
  }
  [dir=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);
  }
}
[dir=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 + (16 - 8) * ((100vw - 320px) / (1920 - 320)));
}
@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;
}
[dir=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;
}
[dir=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;
  overflow: hidden;
  text-transform: capitalize;
}
.product-box-5 .product-detail .product-rating {
  flex-wrap: wrap;
  gap: calc(4px + (7 - 4) * ((100vw - 320px) / (1920 - 320)));
}
.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 + (116 - 84) * ((100vw - 320px) / (1920 - 320)));
  height: calc(84px + (116 - 84) * ((100vw - 320px) / (1920 - 320)));
  border: 1px solid #e1e1e1;
  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;
  -o-object-fit: contain;
     object-fit: contain;
}
.product-section-2 .product-box-4 .product-details {
  text-align: left;
  padding-left: calc(15px + (25 - 15) * ((100vw - 320px) / (1920 - 320)));
  position: relative;
}
[dir=rtl] .product-section-2 .product-box-4 .product-details {
  padding-left: unset;
  padding-right: calc(15px + (25 - 15) * ((100vw - 320px) / (1920 - 320)));
}
.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;
}
[dir=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: -webkit-fit-content;
  width: -moz-fit-content;
  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;
}
[dir=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);
}

@media (min-width: 1400px) {
  .product-section-3 .bloque {
    flex: 0 0 auto;
    width: 20%;
  }
}
/**=====================
     Review scss
==========================**/
.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;
}
[dir=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 scss
==========================**/
.service-contain {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-bottom: calc(30px + (50 - 30) * ((100vw - 320px) / (1920 - 320)));
}
@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;
}
[dir=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;
  }
  [dir=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;
  }
  [dir=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;
  }
  [dir=rtl] .service-contain .service-box + .service-box::before {
    left: unset;
    right: -31px;
  }
}
.service-contain .service-box .service-image img {
  width: calc(35px + (40 - 35) * ((100vw - 320px) / (1920 - 320)));
  height: calc(35px + (40 - 35) * ((100vw - 320px) / (1920 - 320)));
  -o-object-fit: contain;
     object-fit: contain;
}
.service-contain .service-box .service-detail {
  margin-left: 20px;
}
[dir=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 + (25 - 14) * ((100vw - 320px) / (1920 - 320)));
  border-radius: 5px;
  background-color: #fff;
  height: 100%;
  transition: all 0.3s ease-in-out;
}
.service-contain-2 .image-hover {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0;
}
.service-contain-2:hover {
  background-color: var(--theme-color);
}
.service-contain-2:hover svg {
  fill: #ffffff;
}
.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:hover .image-hover {
  opacity: 1;
  transition: 0.3s ease-in-out;
}
.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: 25px;
  transition: all 0.3s ease-in-out;
}
[dir=rtl] .service-contain-2 .service-detail {
  margin-left: unset;
  margin-right: 25px;
}
.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;
}

/**=====================
     Coming Soon Scss
==========================**/
.coming-soon-section {
  width: 100vw;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url(../images/inner-page/coming-soon.jpg);
  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 + (15 - 14) * ((100vw - 320px) / (1920 - 320)));
  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 + (38 - 27) * ((100vw - 320px) / (1920 - 320)));
  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 + (28 - 16) * ((100vw - 320px) / (1920 - 320)));
}
.coming-soon-section .coming-box .coming-timer ul li {
  width: calc(62px + (90 - 62) * ((100vw - 320px) / (1920 - 320)));
  height: calc(62px + (90 - 62) * ((100vw - 320px) / (1920 - 320)));
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background-color: #ffffff;
  border-radius: calc(6px + (10 - 6) * ((100vw - 320px) / (1920 - 320)));
}
.coming-soon-section .coming-box .coming-timer ul li + li::after {
  content: ":";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: calc(-10px + (-17 - -10) * ((100vw - 320px) / (1920 - 320)));
  font-size: calc(24px + (30 - 24) * ((100vw - 320px) / (1920 - 320)));
  color: var(--theme-color);
}
[dir=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 + (27 - 22) * ((100vw - 320px) / (1920 - 320)));
  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 + (17 - 13) * ((100vw - 320px) / (1920 - 320)));
}
.coming-soon-section .coming-box .coming-contain {
  margin-top: calc(19px + (38 - 19) * ((100vw - 320px) / (1920 - 320)));
}
.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;
}
[dir=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 + (25 - 15) * ((100vw - 320px) / (1920 - 320)));
  background: var(--theme-color2);
  color: #ffffff;
  font-weight: 700;
}

/**=====================
     Inner scss
==========================**/
> > .table:not(:last-child):last-child > * {
  border-bottom: none;
}

.inner-title {
  margin-bottom: calc(32px + (55 - 32) * ((100vw - 320px) / (1920 - 320)));
  text-align: center;
}
.inner-title h2, .inner-title .h2 {
  font-size: calc(21px + (35 - 21) * ((100vw - 320px) / (1920 - 320)));
  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 + (38 - 18) * ((100vw - 320px) / (1920 - 320)));
}
.inner-title-2 h3, .inner-title-2 .h3 {
  font-size: calc(24px + (30 - 24) * ((100vw - 320px) / (1920 - 320)));
  font-weight: 600;
}

/**=====================
     404 Scss
==========================**/
.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 + (45 - 20) * ((100vw - 320px) / (1920 - 320))) auto 0;
  font-family: "Public Sans", 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 + (18 - 14) * ((100vw - 320px) / (1920 - 320)));
  line-height: 1.5;
  font-weight: 400;
}
.section-404 .contain-404 button {
  margin-top: calc(16px + (24 - 16) * ((100vw - 320px) / (1920 - 320)));
}

/**=====================
     Cart Scss
==========================**/
.cart-section .deliver-box {
  padding: 22px 18px;
  background-color: #f8f8f8;
  border-radius: 6px;
  position: relative;
  margin-bottom: calc(22px + (40 - 22) * ((100vw - 320px) / (1920 - 320)));
}
.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 + (30 - 18) * ((100vw - 320px) / (1920 - 320)));
}
.cart-section .promo-code-box {
  margin-bottom: calc(18px + (22 - 18) * ((100vw - 320px) / (1920 - 320)));
}
.cart-section .promo-code-box .form-label {
  font-size: calc(16px + (20 - 16) * ((100vw - 320px) / (1920 - 320)));
  font-weight: 500;
}
.cart-section .total-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 22px 28px;
  border: 1px solid #e1e1e1;
}
.cart-section .member-button {
  font-size: calc(15px + (18 - 15) * ((100vw - 320px) / (1920 - 320)));
  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-totle td {
  font-size: 16px;
  font-weight: 400;
  padding-bottom: 26px;
}
.cart-section .special-seller-box .sub-total-table tbody tr.sub-totle 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 + (16 - 14) * ((100vw - 320px) / (1920 - 320)));
  margin-top: 12px;
}

/**=====================
     Checkout Scss
==========================**/
.cart-table {
  background-color: #f8f8f8;
  padding: calc(18px + (35 - 18) * ((100vw - 320px) / (1920 - 320))) calc(12px + (25 - 12) * ((100vw - 320px) / (1920 - 320)));
}
.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 #e1e1e1;
}
.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 + (22 - 16) * ((100vw - 320px) / (1920 - 320))) 16px;
  min-width: calc(135px + (170 - 135) * ((100vw - 320px) / (1920 - 320)));
}
.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: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 + (25 - 16) * ((100vw - 320px) / (1920 - 320)));
  margin-top: 0;
}
[dir=rtl] .cart-table table tbody tr td.product-detail .product .product-detail {
  margin-left: unset;
  margin-right: calc(16px + (25 - 16) * ((100vw - 320px) / (1920 - 320)));
}
[dir=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 - 0) * ((100vw - 320px) / (1920 - 320)));
}
.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;
  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 #e1e1e1;
  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 + (10 - 3) * ((100vw - 320px) / (1920 - 320))) calc(10px + (18 - 10) * ((100vw - 320px) / (1920 - 320)));
  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 + (35 - 26) * ((100vw - 320px) / (1920 - 320)));
  height: calc(26px + (35 - 26) * ((100vw - 320px) / (1920 - 320)));
  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 + (16 - 15) * ((100vw - 320px) / (1920 - 320)));
  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 + (16 - 13) * ((100vw - 320px) / (1920 - 320)));
  margin-left: 4px;
}
[dir=rtl] .cart-table table tbody tr td.price h5 del, [dir=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 + (16 - 15) * ((100vw - 320px) / (1920 - 320)));
  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: 62%;
}
@media (max-width: 1460px) {
  .cart-table table tbody tr td .quantity-price {
    width: 80%;
  }
}
@media (max-width: 1199px) {
  .cart-table table tbody tr td .quantity-price {
    width: 90%;
  }
}
@media (max-width: 991px) {
  .cart-table table tbody tr td .quantity-price {
    width: 100%;
  }
}
.cart-table table tbody tr td .quantity-price .cart_qty button {
  width: calc(29px + (35 - 29) * ((100vw - 320px) / (1920 - 320)));
  height: calc(29px + (35 - 29) * ((100vw - 320px) / (1920 - 320)));
  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 .quantity-price .cart_qty button i {
  font-size: 14px;
  padding-top: 3px;
}
.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 + (18 - 16) * ((100vw - 320px) / (1920 - 320)));
  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 #e1e1e1;
}
.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 #e1e1e1;
}
.cart-table table tfoot tr td:last-child {
  font-size: 16px;
  font-weight: 500;
  border-right: 1px solid #e1e1e1;
}

.summery-box {
  border-radius: 5px;
  background-color: #f8f8f8;
}
.summery-box .summery-header {
  padding: calc(12px + (16 - 12) * ((100vw - 320px) / (1920 - 320))) calc(16px + (22 - 16) * ((100vw - 320px) / (1920 - 320)));
  display: flex;
  align-items: center;
  border-bottom: 1px solid #e1e1e1;
}
.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 + (16 - 14) * ((100vw - 320px) / (1920 - 320)));
}
.summery-box .summery-header a:hover {
  color: var(--theme-color);
}
[dir=rtl] .summery-box .summery-header a {
  margin-left: unset;
  margin-right: auto;
}
.summery-box .summery-contain {
  padding: 16px calc(16px + (22 - 16) * ((100vw - 320px) / (1920 - 320)));
  border-bottom: 1px solid #e1e1e1;
}
.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 + (30 - 16) * ((100vw - 320px) / (1920 - 320)));
  font-weight: 700;
  border: none;
}
.summery-box .summery-contain .coupon-cart .coupon-box .form-control {
  border: 2px solid var(--theme-color);
  padding: 10px;
}
[dir=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;
}
[dir=rtl] .summery-box .summery-contain ul li h4.price, [dir=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 + (16 - 11) * ((100vw - 320px) / (1920 - 320))) calc(11px + (22 - 11) * ((100vw - 320px) / (1920 - 320)));
  border-bottom: 1px solid #e1e1e1;
}
.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 + (10 - 6) * ((100vw - 320px) / (1920 - 320))) 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 + (15 - 14) * ((100vw - 320px) / (1920 - 320)));
  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;
}
[dir=rtl] .summery-box .summery-contain li h4.price, [dir=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 + (22 - 16) * ((100vw - 320px) / (1920 - 320)));
}
.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;
}
[dir=rtl] .summery-box .summery-total li h4.price, [dir=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 + (16 - 14) * ((100vw - 320px) / (1920 - 320)));
  font-weight: 600;
}
.summery-box .summery-total li:nth-child(4) {
  padding: calc(12px + (16 - 12) * ((100vw - 320px) / (1920 - 320))) 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 #e1e1e1;
  padding: calc(12px + (16 - 12) * ((100vw - 320px) / (1920 - 320))) 0;
}
.summery-box .summery-total li:last-child h4, .summery-box .summery-total li:last-child .h4 {
  font-weight: 600;
  font-size: calc(16px + (20 - 16) * ((100vw - 320px) / (1920 - 320)));
}

.button-group {
  text-align: right;
  margin-top: calc(14px + (20 - 14) * ((100vw - 320px) / (1920 - 320)));
}
.button-group.cart-button {
  margin-top: 0;
  padding: 0 calc(16px + (22 - 16) * ((100vw - 320px) / (1920 - 320))) calc(14px + (20 - 14) * ((100vw - 320px) / (1920 - 320)));
}
[dir=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 + (16 - 7) * ((100vw - 320px) / (1920 - 320)));
}
[dir=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 + (45 - 26) * ((100vw - 320px) / (1920 - 320)));
}
.button-group ul li button {
  width: 100%;
  font: inherit;
  letter-spacing: 0.04em;
  padding: calc(8px + (12 - 8) * ((100vw - 320px) / (1920 - 320))) calc(14px + (20 - 14) * ((100vw - 320px) / (1920 - 320)));
}
.button-group ul li button.shopping-button {
  font-size: calc(13px + (14 - 13) * ((100vw - 320px) / (1920 - 320)));
  background-color: #e1e1e1;
  color: #000000;
}
.button-group ul li button.shopping-button i {
  margin-right: 8px;
}
[dir=rtl] .button-group ul li button.shopping-button i {
  margin-right: unset;
  margin-left: 8px !important;
}

.checkout-section .custom-accordion {
  display: flex;
  flex-wrap: wrap;
  gap: calc(10px + (30 - 10) * ((100vw - 320px) / (1920 - 320)));
  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;
}
[dir=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 + (18 - 15) * ((100vw - 320px) / (1920 - 320)));
  padding: 16px 20px;
}
[dir=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 + (10 - 6) * ((100vw - 320px) / (1920 - 320)));
}
[dir=rtl] .checkout-section .custom-accordion .accordion-item .accordion-header .accordion-button .form-check .form-check-label .form-check-input {
  margin-left: calc(6px + (10 - 6) * ((100vw - 320px) / (1920 - 320)));
  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 + (8 - 5) * ((100vw - 320px) / (1920 - 320)));
  display: flex;
  align-items: center;
}
[dir=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 + (17 - 14) * ((100vw - 320px) / (1920 - 320)));
}
.checkout-section .custom-accordion .accordion-item .accordion-collapse .accordion-body .custom-form-check input {
  margin-right: 10px;
}
[dir=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 - 0) * ((100vw - 320px) / (1920 - 320)));
  overflow: auto;
  position: -webkit-sticky;
  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 #e1e1e1;
  padding: calc(10px + (18 - 10) * ((100vw - 320px) / (1920 - 320)));
  cursor: pointer;
}
@media (max-width: 991px) {
  .checkout-section .custom-navtab .nav-item .nav-link {
    width: calc(195px + (220 - 195) * ((100vw - 320px) / (1920 - 320)));
  }
}
.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 - 0) * ((100vw - 320px) / (1920 - 320)));
}
.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 + (18 - 15) * ((100vw - 320px) / (1920 - 320)));
}
.checkout-section .custom-navtab .nav-item .nav-link .nav-item-box .lord-icon {
  width: calc(38px + (58 - 38) * ((100vw - 320px) / (1920 - 320)));
  height: auto;
  margin-left: auto;
}
[dir=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 + (35 - 26) * ((100vw - 320px) / (1920 - 320))) calc(12px + (25 - 12) * ((100vw - 320px) / (1920 - 320)));
}
.checkout-section .tab-content .tab-pane .tab-title {
  margin-bottom: calc(18px + (30 - 18) * ((100vw - 320px) / (1920 - 320)));
  font-size: calc(18px + (24 - 18) * ((100vw - 320px) / (1920 - 320)));
  color: #222222;
}
.checkout-section .delivery-address-box {
  border-radius: 8px;
  padding: calc(12px + (24 - 12) * ((100vw - 320px) / (1920 - 320)));
  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;
}
[dir=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 + (17 - 15) * ((100vw - 320px) / (1920 - 320)));
  height: calc(15px + (17 - 15) * ((100vw - 320px) / (1920 - 320)));
  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% + (75 - 85) * ((100vw - 320px) / (1920 - 320)));
}
[dir=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 + (16 - 14) * ((100vw - 320px) / (1920 - 320)));
}
.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 + (26 - 17) * ((100vw - 320px) / (1920 - 320)));
  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;
}
[dir=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 + (19 - 15) * ((100vw - 320px) / (1920 - 320)));
  padding-left: 12px;
  font-weight: 500;
}
[dir=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 + (18 - 15) * ((100vw - 320px) / (1920 - 320)));
  margin-left: 7px;
  color: rgba(0, 0, 0, 0.25);
}
[dir=rtl] .checkout-section .delivery-option .delivery-items h5 i, [dir=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 + (15 - 14) * ((100vw - 320px) / (1920 - 320)));
  font-weight: 500;
  border: 1px solid #e1e1e1;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  color: #4a5568;
  width: 100%;
  padding: calc(8px + (10 - 8) * ((100vw - 320px) / (1920 - 320))) calc(15px + (25 - 15) * ((100vw - 320px) / (1920 - 320)));
}
.checkout-section .delivery-option .delivery-date input {
  font-size: calc(14px + (15 - 14) * ((100vw - 320px) / (1920 - 320)));
  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 + (15 - 14) * ((100vw - 320px) / (1920 - 320)));
  font-weight: 500;
  border: 1px solid #e1e1e1;
  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, .checkout-section .delivery-option .delivery-time .dropdown-menu li a.nice-select.open {
  color: #000000;
  text-decoration: none;
  background-color: #e1e1e1;
}
.checkout-section .delivery-option .delivery-time .dropdown-menu li + li {
  margin-top: 5px;
}
.checkout-section .payment-button {
  padding: calc(14px + (20 - 14) * ((100vw - 320px) / (1920 - 320))) calc(15px + (25 - 15) * ((100vw - 320px) / (1920 - 320)));
  font-size: calc(14px + (16 - 14) * ((100vw - 320px) / (1920 - 320)));
  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 + (15 - 14) * ((100vw - 320px) / (1920 - 320)));
  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;
}

.checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul {
  display: flex;
  flex-wrap: wrap;
  gap: calc(17px + (45 - 17) * ((100vw - 320px) / (1920 - 320)));
}
.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: #f8f8f8;
}
[dir=rtl] .checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-icon {
  left: unset;
  right: 0;
}
@media (max-width: 575px) {
  .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 + (29 - 14) * ((100vw - 320px) / (1920 - 320)));
  background-color: #f8f8f8;
  border-radius: 8px;
  box-shadow: 0 0 8px #eee;
  margin-left: 66px;
  position: relative;
}
[dir=rtl] .checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box {
  margin-left: unset;
  margin-right: 66px;
}
@media (max-width: 575px) {
  .checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box {
    margin-left: 0;
  }
  [dir=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;
}
[dir=rtl] .checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box::before {
  left: unset;
  right: -42px;
}
@media (max-width: 575px) {
  .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 + (17 - 9) * ((100vw - 320px) / (1920 - 320)));
  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(16px + (19 - 16) * ((100vw - 320px) / (1920 - 320)));
}
.checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .delivery-address-box {
  border-radius: 8px;
  padding: calc(12px + (24 - 12) * ((100vw - 320px) / (1920 - 320)));
  background-color: #ffffff;
  height: 100%;
  box-shadow: 0 0 9px rgba(0, 0, 0, 0.07);
}
.checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .delivery-address-box > div {
  display: flex;
  position: relative;
}
.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;
}
[dir=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 .form-check .form-check-input {
  width: calc(15px + (17 - 15) * ((100vw - 320px) / (1920 - 320)));
  height: calc(15px + (17 - 15) * ((100vw - 320px) / (1920 - 320)));
  margin-top: 2px;
}
.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: var(--theme-color);
  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[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;
}
.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% + (75 - 85) * ((100vw - 320px) / (1920 - 320)));
}
[dir=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 + (16 - 14) * ((100vw - 320px) / (1920 - 320)));
}
.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;
}
.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 {
  padding: calc(17px + (26 - 17) * ((100vw - 320px) / (1920 - 320)));
  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 {
    margin-top: 6px;
  }
}
.checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .delivery-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 {
  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 {
  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 {
    display: block;
  }
}
.checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .delivery-option .custom-form-check {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  min-height: auto;
}
[dir=rtl] .checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .delivery-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 {
  font-size: calc(15px + (19 - 15) * ((100vw - 320px) / (1920 - 320)));
  padding-left: 12px;
  font-weight: 500;
}
[dir=rtl] .checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .delivery-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 {
  font-size: calc(14px + (15 - 14) * ((100vw - 320px) / (1920 - 320)));
  font-weight: 500;
  border: 1px solid #e1e1e1;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  color: #4a5568;
  width: 100%;
  padding: calc(8px + (10 - 8) * ((100vw - 320px) / (1920 - 320))) calc(15px + (25 - 15) * ((100vw - 320px) / (1920 - 320)));
}
.checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .delivery-option .delivery-date input {
  font-size: calc(14px + (15 - 14) * ((100vw - 320px) / (1920 - 320)));
  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 {
  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 {
  font-size: calc(14px + (15 - 14) * ((100vw - 320px) / (1920 - 320)));
  font-weight: 500;
  border: 1px solid #e1e1e1;
  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 {
  -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 {
  content: none;
}
.checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .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-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .delivery-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 .delivery-option .delivery-time .dropdown-menu li a.nice-select.open {
  color: #000000;
  text-decoration: none;
  background-color: #e1e1e1;
}
.checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .delivery-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 + (26 - 17) * ((100vw - 320px) / (1920 - 320)));
  background-color: #ffffff;
  border-radius: 5px;
}
.checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .future-box .future-option .delivery-items {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 575px) {
  .checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .future-box .future-option .delivery-items {
    display: flex;
    align-items: center;
  }
}
@media (max-width: 480px) {
  .checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .future-box .future-option .delivery-items {
    display: block;
  }
}
.checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .future-box .future-option .delivery-items h5, .checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .future-box .future-option .delivery-items .h5 {
  letter-spacing: 0.5px;
  display: flex;
  align-items: center;
}
.checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .future-box .future-option .delivery-items h5.items, .checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .future-box .future-option .delivery-items .items.h5 {
  margin-bottom: 5px;
}
@media (max-width: 575px) {
  .checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .future-box .future-option .delivery-items h5.items, .checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .future-box .future-option .delivery-items .items.h5 {
    margin-bottom: 0;
  }
}
@media (max-width: 480px) {
  .checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .future-box .future-option .delivery-items h5.items, .checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .future-box .future-option .delivery-items .items.h5 {
    margin-bottom: 5px;
  }
}
.checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .future-box .future-option .delivery-items h5.items span, .checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .future-box .future-option .delivery-items .items.h5 span {
  text-decoration: underline;
}
@media (max-width: 575px) {
  .checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .future-box .future-option .delivery-items h5.charge, .checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .future-box .future-option .delivery-items .charge.h5 {
    margin-top: 8px;
  }
}
.checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .future-box .future-option .delivery-items h5 i, .checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .future-box .future-option .delivery-items .h5 i {
  font-size: calc(15px + (18 - 15) * ((100vw - 320px) / (1920 - 320)));
  margin-left: 7px;
  color: rgba(0, 0, 0, 0.25);
}
[dir=rtl] .checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .future-box .future-option .delivery-items h5 i, [dir=rtl] .checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .future-box .future-option .delivery-items .h5 i {
  margin-left: unset;
  margin-right: 7px;
}
.checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .payment-button {
  padding: calc(14px + (20 - 14) * ((100vw - 320px) / (1920 - 320))) calc(15px + (25 - 15) * ((100vw - 320px) / (1920 - 320)));
  font-size: calc(14px + (16 - 14) * ((100vw - 320px) / (1920 - 320)));
  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 + (15 - 14) * ((100vw - 320px) / (1920 - 320)));
  font-weight: 500;
}
.checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .payment-option {
  padding: 20px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.17);
  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: 4px;
}
.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 + (30 - 10) * ((100vw - 320px) / (1920 - 320)));
  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%;
}
.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;
}
.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 {
  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;
}
[dir=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 + (18 - 15) * ((100vw - 320px) / (1920 - 320)));
  padding: 16px 20px;
}
[dir=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 + (10 - 6) * ((100vw - 320px) / (1920 - 320)));
}
[dir=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 + (10 - 6) * ((100vw - 320px) / (1920 - 320)));
  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;
}
.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 + (8 - 5) * ((100vw - 320px) / (1920 - 320)));
  display: flex;
  align-items: center;
}
[dir=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 + (17 - 14) * ((100vw - 320px) / (1920 - 320)));
}
.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;
}
[dir=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 .right-side-summery-box {
  position: -webkit-sticky;
  position: sticky;
  top: 110px;
}
.checkout-section-2 .right-side-summery-box .summery-box-2 {
  border-radius: 7px;
  background-color: #f8f8f8;
  padding: calc(14px + (29 - 14) * ((100vw - 320px) / (1920 - 320)));
}
.checkout-section-2 .right-side-summery-box .summery-box-2 .summery-header {
  padding-bottom: calc(12px + (16 - 12) * ((100vw - 320px) / (1920 - 320)));
  border-bottom: 1px solid #e1e1e1;
  margin-bottom: 10px;
}
.checkout-section-2 .right-side-summery-box .summery-box-2 .summery-header h3, .checkout-section-2 .right-side-summery-box .summery-box-2 .summery-header .h3 {
  font-weight: 600;
}
.checkout-section-2 .right-side-summery-box .summery-box-2 .summery-header a {
  font-weight: 500;
  margin-left: auto;
  font-size: calc(14px + (16 - 14) * ((100vw - 320px) / (1920 - 320)));
}
.checkout-section-2 .right-side-summery-box .summery-box-2 .summery-header a:hover {
  color: var(--theme-color);
}
[dir=rtl] .checkout-section-2 .right-side-summery-box .summery-box-2 .summery-header a {
  margin-left: unset;
  margin-right: auto;
}
.checkout-section-2 .right-side-summery-box .summery-box-2 .summery-contain {
  border-bottom: 1px solid #e1e1e1;
}
.checkout-section-2 .right-side-summery-box .summery-box-2 .summery-contain::-webkit-scrollbar-track {
  background-color: #4a5568;
}
.checkout-section-2 .right-side-summery-box .summery-box-2 .summery-contain::-webkit-scrollbar {
  width: 3px;
}
.checkout-section-2 .right-side-summery-box .summery-box-2 .summery-contain::-webkit-scrollbar-thumb {
  background-color: var(--theme-color);
  border-radius: 4px;
}
.checkout-section-2 .right-side-summery-box .summery-box-2 .summery-contain .checkout-image {
  width: calc(41px + (52 - 41) * ((100vw - 320px) / (1920 - 320)));
  height: calc(41px + (52 - 41) * ((100vw - 320px) / (1920 - 320)));
  -o-object-fit: contain;
     object-fit: contain;
  margin-right: 10px;
}
[dir=rtl] .checkout-section-2 .right-side-summery-box .summery-box-2 .summery-contain .checkout-image {
  margin-right: unset;
  margin-left: 10px;
}
.checkout-section-2 .right-side-summery-box .summery-box-2 .summery-contain .coupon-cart .coupon-box {
  position: relative;
  overflow: hidden;
  border-radius: 4px;
}
.checkout-section-2 .right-side-summery-box .summery-box-2 .summery-contain .coupon-cart .coupon-box .btn-apply {
  background: var(--theme-color);
  color: #ffffff;
  padding: 0 calc(16px + (30 - 16) * ((100vw - 320px) / (1920 - 320)));
  font-weight: 700;
  border: none;
}
.checkout-section-2 .right-side-summery-box .summery-box-2 .summery-contain .coupon-cart .coupon-box .form-control {
  border: 2px solid var(--theme-color);
  padding: 10px;
}
[dir=rtl] .checkout-section-2 .right-side-summery-box .summery-box-2 .summery-contain ul {
  padding-right: 0;
}
.checkout-section-2 .right-side-summery-box .summery-box-2 .summery-contain ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}
.checkout-section-2 .right-side-summery-box .summery-box-2 .summery-contain ul li:last-child {
  border-bottom: none;
}
.checkout-section-2 .right-side-summery-box .summery-box-2 .summery-contain ul li h4, .checkout-section-2 .right-side-summery-box .summery-box-2 .summery-contain ul li .h4 {
  font-size: 15px;
  color: #4a5568;
}
.checkout-section-2 .right-side-summery-box .summery-box-2 .summery-contain ul li h4.price, .checkout-section-2 .right-side-summery-box .summery-box-2 .summery-contain ul li .price.h4 {
  color: #4a5568;
  margin-left: auto;
}
[dir=rtl] .checkout-section-2 .right-side-summery-box .summery-box-2 .summery-contain ul li h4.price, [dir=rtl] .checkout-section-2 .right-side-summery-box .summery-box-2 .summery-contain ul li .price.h4 {
  margin-left: unset;
  margin-right: auto;
}
.checkout-section-2 .right-side-summery-box .summery-box-2 .summery-contain ul li h4.price .shpping-contain, .checkout-section-2 .right-side-summery-box .summery-box-2 .summery-contain ul li .price.h4 .shpping-contain {
  display: block;
  font-weight: 400;
  font-size: 13px;
  margin-top: 3px;
}
.checkout-section-2 .right-side-summery-box .summery-box-2 .summery-contain ul li h4 span, .checkout-section-2 .right-side-summery-box .summery-box-2 .summery-contain ul li .h4 span {
  font-weight: 600;
}
.checkout-section-2 .right-side-summery-box .summery-box-2 .summery-contain {
  border-bottom: 1px solid #e1e1e1;
  padding-bottom: 10px;
}
[dir=rtl] .checkout-section-2 .right-side-summery-box .summery-box-2 .summery-contain {
  padding-bottom: 10px;
  padding: 0;
}
.checkout-section-2 .right-side-summery-box .summery-box-2 .summery-contain::-webkit-scrollbar-track {
  background-color: transparent;
}
.checkout-section-2 .right-side-summery-box .summery-box-2 .summery-contain::-webkit-scrollbar {
  width: 3px;
}
.checkout-section-2 .right-side-summery-box .summery-box-2 .summery-contain::-webkit-scrollbar-thumb {
  background-color: var(--theme-color);
  border-radius: 4px;
}
.checkout-section-2 .right-side-summery-box .summery-box-2 .summery-contain li {
  padding: calc(6px + (8 - 6) * ((100vw - 320px) / (1920 - 320))) 0;
  display: flex;
  align-items: center;
}
.checkout-section-2 .right-side-summery-box .summery-box-2 .summery-contain li:last-child {
  border-bottom: none;
}
.checkout-section-2 .right-side-summery-box .summery-box-2 .summery-contain li p {
  font-size: calc(14px + (15 - 14) * ((100vw - 320px) / (1920 - 320)));
  line-height: 1.6;
  margin: 0;
}
.checkout-section-2 .right-side-summery-box .summery-box-2 .summery-contain li h4, .checkout-section-2 .right-side-summery-box .summery-box-2 .summery-contain li .h4 {
  font-size: 15px;
  color: #4a5568;
}
.checkout-section-2 .right-side-summery-box .summery-box-2 .summery-contain li h4.price, .checkout-section-2 .right-side-summery-box .summery-box-2 .summery-contain li .price.h4 {
  color: #4a5568;
  margin-left: auto;
}
[dir=rtl] .checkout-section-2 .right-side-summery-box .summery-box-2 .summery-contain li h4.price, [dir=rtl] .checkout-section-2 .right-side-summery-box .summery-box-2 .summery-contain li .price.h4 {
  margin-left: unset;
  margin-right: auto;
}
.checkout-section-2 .right-side-summery-box .summery-box-2 .summery-contain li h4.price .shpping-contain, .checkout-section-2 .right-side-summery-box .summery-box-2 .summery-contain li .price.h4 .shpping-contain {
  display: block;
  font-weight: 400;
  font-size: 13px;
  margin-top: 3px;
}
.checkout-section-2 .right-side-summery-box .summery-box-2 .summery-contain li h4 span, .checkout-section-2 .right-side-summery-box .summery-box-2 .summery-contain li .h4 span {
  font-weight: 600;
}
.checkout-section-2 .right-side-summery-box .summery-box-2 .summery-total {
  margin-top: 0px;
  padding-top: 5px;
}
[dir=rtl] .checkout-section-2 .right-side-summery-box .summery-box-2 .summery-total {
  padding: 0;
  padding-top: 5px;
}
.checkout-section-2 .right-side-summery-box .summery-box-2 .summery-total li {
  padding-top: 8px;
  display: flex;
  align-items: center;
}
.checkout-section-2 .right-side-summery-box .summery-box-2 .summery-total li h4, .checkout-section-2 .right-side-summery-box .summery-box-2 .summery-total li .h4 {
  font-size: 17px;
  color: #222222;
}
.checkout-section-2 .right-side-summery-box .summery-box-2 .summery-total li h4.price, .checkout-section-2 .right-side-summery-box .summery-box-2 .summery-total li .price.h4 {
  margin-left: auto;
}
[dir=rtl] .checkout-section-2 .right-side-summery-box .summery-box-2 .summery-total li h4.price, [dir=rtl] .checkout-section-2 .right-side-summery-box .summery-box-2 .summery-total li .price.h4 {
  margin-left: unset;
  margin-right: auto;
}
.checkout-section-2 .right-side-summery-box .summery-box-2 .summery-total li h4 span, .checkout-section-2 .right-side-summery-box .summery-box-2 .summery-total li .h4 span {
  font-size: calc(14px + (16 - 14) * ((100vw - 320px) / (1920 - 320)));
  font-weight: 600;
}
.checkout-section-2 .right-side-summery-box .summery-box-2 .summery-total li:nth-child(4) {
  padding: calc(12px + (16 - 12) * ((100vw - 320px) / (1920 - 320))) 0;
}
.checkout-section-2 .right-side-summery-box .summery-box-2 .summery-total li:nth-child(4) h4, .checkout-section-2 .right-side-summery-box .summery-box-2 .summery-total li:nth-child(4) .h4 {
  font-weight: 600;
  color: var(--theme-color);
}
.checkout-section-2 .right-side-summery-box .summery-box-2 .summery-total li:last-child {
  border-top: 1px solid #e1e1e1;
  padding-top: calc(12px + (16 - 12) * ((100vw - 320px) / (1920 - 320)));
}
.checkout-section-2 .right-side-summery-box .summery-box-2 .summery-total li:last-child h4, .checkout-section-2 .right-side-summery-box .summery-box-2 .summery-total li:last-child .h4 {
  font-weight: 600;
  font-size: calc(16px + (20 - 16) * ((100vw - 320px) / (1920 - 320)));
}
.checkout-section-2 .right-side-summery-box .checkout-offer {
  margin-top: 24px;
  border-radius: 7px;
  background-color: #f8f8f8;
  padding: calc(14px + (29 - 14) * ((100vw - 320px) / (1920 - 320)));
}
.checkout-section-2 .right-side-summery-box .checkout-offer .offer-title {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: calc(9px + (12 - 9) * ((100vw - 320px) / (1920 - 320)));
  margin-bottom: calc(13px + (20 - 13) * ((100vw - 320px) / (1920 - 320)));
}
.checkout-section-2 .right-side-summery-box .checkout-offer .offer-title .offer-icon {
  width: 20px;
}
.checkout-section-2 .right-side-summery-box .checkout-offer .offer-title .offer-name h6, .checkout-section-2 .right-side-summery-box .checkout-offer .offer-title .offer-name .h6 {
  font-weight: 600;
  font-size: calc(15px + (16 - 15) * ((100vw - 320px) / (1920 - 320)));
  line-height: 1;
  margin-bottom: -2px;
}
.checkout-section-2 .right-side-summery-box .checkout-offer .offer-detail {
  display: flex;
  flex-wrap: wrap;
  gap: calc(11px + (16 - 11) * ((100vw - 320px) / (1920 - 320)));
  height: 100%;
  overflow: hidden auto;
  max-height: 104px;
}
[dir=rtl] .checkout-section-2 .right-side-summery-box .checkout-offer .offer-detail {
  padding: 0;
}
.checkout-section-2 .right-side-summery-box .checkout-offer .offer-detail::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: rgba(85, 85, 85, 0.14);
}
.checkout-section-2 .right-side-summery-box .checkout-offer .offer-detail::-webkit-scrollbar {
  width: 4px;
  background-color: #f5f5f5;
  border-radius: 50px;
}
.checkout-section-2 .right-side-summery-box .checkout-offer .offer-detail::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: rgba(85, 85, 85, 0.5);
}
.checkout-section-2 .right-side-summery-box .checkout-offer .offer-detail li {
  display: block;
}
.checkout-section-2 .right-side-summery-box .checkout-offer .offer-detail li p {
  color: #4a5568;
  line-height: 1.5;
  position: relative;
  padding-left: 23px;
  font-size: calc(13px + (13 - 13) * ((100vw - 320px) / (1920 - 320)));
  margin: 0;
}
[dir=rtl] .checkout-section-2 .right-side-summery-box .checkout-offer .offer-detail li p {
  padding-left: unset;
  padding-right: 23px;
}
.checkout-section-2 .right-side-summery-box .checkout-offer .offer-detail li p::before {
  content: "";
  position: absolute;
  top: 7px;
  left: 7px;
  width: 5px;
  height: 5px;
  background-color: #4a5568;
  border-radius: 100%;
}
[dir=rtl] .checkout-section-2 .right-side-summery-box .checkout-offer .offer-detail li p::before {
  left: unset;
  right: 7px;
}

/**=====================
     Contact Us Scss
==========================**/
.contact-box-section .left-sidebar-box .contact-image {
  text-align: center;
  margin-bottom: calc(25px + (64 - 25) * ((100vw - 320px) / (1920 - 320)));
}
@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 + (64 - 25) * ((100vw - 320px) / (1920 - 320)));
  }
}
.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 + (64 - 25) * ((100vw - 320px) / (1920 - 320)));
  }
}
.contact-box-section .left-sidebar-box .contact-title {
  margin-bottom: calc(20px + (32 - 20) * ((100vw - 320px) / (1920 - 320)));
}
.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 + (28 - 23) * ((100vw - 320px) / (1920 - 320)));
  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-color2);
}
[dir=rtl] .contact-box-section .left-sidebar-box .contact-title h3::after, [dir=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 + (5 - 2) * ((100vw - 320px) / (1920 - 320)));
  align-items: center;
  background-color: #f8f8f8;
  padding: calc(15px + (27 - 15) * ((100vw - 320px) / (1920 - 320))) calc(15px + (27 - 15) * ((100vw - 320px) / (1920 - 320))) calc(15px + (27 - 15) * ((100vw - 320px) / (1920 - 320))) calc(30px + (41 - 30) * ((100vw - 320px) / (1920 - 320)));
  position: relative;
  border-radius: 10px;
  margin-left: 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);
  padding: 13px;
  border-radius: 7px;
  display: inherit;
  color: #ffffff;
}
.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 + (18 - 16) * ((100vw - 320px) / (1920 - 320)));
  margin-top: -2px;
}
.contact-box-section .left-sidebar-box .contact-detail .contact-detail-box .contact-detail-contain p {
  margin: 0;
  font-size: calc(14px + (15 - 14) * ((100vw - 320px) / (1920 - 320)));
  line-height: 1.5;
  color: #4a5568;
  margin-bottom: -5px;
}
.contact-box-section .right-sidebar-box {
  padding: calc(21px + (60 - 21) * ((100vw - 320px) / (1920 - 320)));
  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 + (8 - 3) * ((100vw - 320px) / (1920 - 320)));
}
.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 + (20 - 15) * ((100vw - 320px) / (1920 - 320))) calc(15px + (20 - 15) * ((100vw - 320px) / (1920 - 320))) calc(15px + (20 - 15) * ((100vw - 320px) / (1920 - 320))) calc(41px + (52 - 41) * ((100vw - 320px) / (1920 - 320)));
  border: none;
}
[dir=rtl] .contact-box-section .right-sidebar-box .custom-form .custom-input .form-control {
  padding: calc(15px + (20 - 15) * ((100vw - 320px) / (1920 - 320))) calc(41px + (52 - 41) * ((100vw - 320px) / (1920 - 320))) calc(15px + (20 - 15) * ((100vw - 320px) / (1920 - 320))) calc(15px + (20 - 15) * ((100vw - 320px) / (1920 - 320)));
}
.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: 0;
  left: 0;
  height: 100%;
  padding: 0 calc(14px + (20 - 14) * ((100vw - 320px) / (1920 - 320)));
  display: flex;
  align-items: center;
  font-size: calc(14px + (18 - 14) * ((100vw - 320px) / (1920 - 320)));
  color: #4a5568;
}
[dir=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;
}
[dir=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;
  display: flex;
  font-size: 18px;
  color: #4a5568;
}
[dir=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 Us Scss
==========================**/
.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(../images/inner-page/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 + (-8 - 2) * ((100vw - 320px) / (1920 - 320)));
}
.log-in-section .inputs input {
  margin: calc(2px + (8 - 2) * ((100vw - 320px) / (1920 - 320)));
  border: none;
}
.log-in-section .log-in-box {
  background-color: #f8f8f8;
  padding: calc(16px + (50 - 16) * ((100vw - 320px) / (1920 - 320)));
  border-radius: calc(8px + (12 - 8) * ((100vw - 320px) / (1920 - 320)));
}
.log-in-section .log-in-box .logo-name {
  margin-bottom: calc(20px + (30 - 20) * ((100vw - 320px) / (1920 - 320)));
  margin-top: -10px;
}
.log-in-section .log-in-box .logo-name a {
  font-size: calc(28px + (35 - 28) * ((100vw - 320px) / (1920 - 320)));
  font-weight: bold;
  color: #222222;
  font-family: "Public Sans", sans-serif;
  display: block;
}
.log-in-section .log-in-box .logo-name a img {
  width: calc(150px + (225 - 150) * ((100vw - 320px) / (1920 - 320)));
}
.log-in-section .log-in-box .log-in-title {
  margin-bottom: calc(12px + (20 - 12) * ((100vw - 320px) / (1920 - 320)));
}
.log-in-section .log-in-box .log-in-title h3, .log-in-section .log-in-box .log-in-title .h3 {
  margin-bottom: calc(1px + (6 - 1) * ((100vw - 320px) / (1920 - 320)));
  font-size: calc(18px + (21 - 18) * ((100vw - 320px) / (1920 - 320)));
}
.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;
}
[dir=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 + (16 - 14) * ((100vw - 320px) / (1920 - 320)));
  color: #222222;
  border-radius: 5px;
  padding: calc(10px + (16 - 10) * ((100vw - 320px) / (1920 - 320))) calc(18px + (30 - 18) * ((100vw - 320px) / (1920 - 320)));
  flex-wrap: wrap;
  gap: calc(8px + (10 - 8) * ((100vw - 320px) / (1920 - 320)));
  background-color: #ffffff;
}
.log-in-section .log-in-box .log-in-button ul li a img {
  width: calc(18px + (24 - 18) * ((100vw - 320px) / (1920 - 320)));
}
.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 + (16 - 14) * ((100vw - 320px) / (1920 - 320)));
  margin-bottom: calc(0px + (3 - 0) * ((100vw - 320px) / (1920 - 320)));
}
.log-in-section .log-in-box .sign-up-box a {
  font-weight: 500;
  font-size: calc(15px + (17 - 15) * ((100vw - 320px) / (1920 - 320)));
  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;
}

/**=====================
     FAQ Scss
==========================**/
.faq-contain {
  margin-bottom: calc(30px + (50 - 30) * ((100vw - 320px) / (1920 - 320)));
}
.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 + (45 - 36) * ((100vw - 320px) / (1920 - 320)));
  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 .faq-contain {
  margin-bottom: 0;
  position: -webkit-sticky;
  position: sticky;
  top: 92px;
}
@media (max-width: 1199px) {
  .faq-box-contain .faq-contain {
    margin-bottom: calc(30px + (50 - 30) * ((100vw - 320px) / (1920 - 320)));
  }
}
.faq-box-contain .faq-contain h2, .faq-box-contain .faq-contain .h2 {
  font-weight: 700;
  font-size: calc(28px + (56 - 28) * ((100vw - 320px) / (1920 - 320)));
  line-height: 1.4;
}
.faq-box-contain .faq-contain p {
  margin: calc(8px + (15 - 8) * ((100vw - 320px) / (1920 - 320))) 0 0;
  font-size: calc(13px + (15 - 13) * ((100vw - 320px) / (1920 - 320)));
  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 + (24 - 15) * ((100vw - 320px) / (1920 - 320)));
}
.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 + (20 - 16) * ((100vw - 320px) / (1920 - 320)));
  font-weight: 500;
  line-height: 1.5;
  padding: calc(12px + (16 - 12) * ((100vw - 320px) / (1920 - 320))) calc(12px + (20 - 12) * ((100vw - 320px) / (1920 - 320)));
}
.faq-box-contain .faq-accordion .accordion .accordion-item .accordion-header .accordion-button i {
  margin-left: auto;
  transition: all 0.3s ease-in-out;
}
[dir=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 + (16 - 12) * ((100vw - 320px) / (1920 - 320))) calc(12px + (20 - 12) * ((100vw - 320px) / (1920 - 320)));
}
.faq-box-contain .faq-accordion .accordion .accordion-item .accordion-collapse .accordion-body p {
  font-size: calc(14px + (15 - 14) * ((100vw - 320px) / (1920 - 320)));
  line-height: 1.6;
  color: #4a5568;
  margin-bottom: calc(12px + (16 - 12) * ((100vw - 320px) / (1920 - 320)));
}
.faq-box-contain .faq-accordion .accordion .accordion-item .accordion-collapse .accordion-body p:last-child {
  margin-bottom: -4px;
}

/**=====================
     Compare Scss
==========================**/
.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 + (16 - 12) * ((100vw - 320px) / (1920 - 320))) calc(14px + (20 - 14) * ((100vw - 320px) / (1920 - 320)));
  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 + (130 - 105) * ((100vw - 320px) / (1920 - 320)));
  height: calc(105px + (130 - 105) * ((100vw - 320px) / (1920 - 320)));
  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 + (90 - 65) * ((100vw - 320px) / (1920 - 320)));
  -o-object-fit: contain;
     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 + (15 - 14) * ((100vw - 320px) / (1920 - 320)));
}
[dir=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;
}

/**=====================
     blog Scss
==========================**/
.blog-section .left-sidebar-box {
  position: -webkit-sticky;
  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 {
  margin-top: 20px;
}
.blog-section .left-sidebar-box .left-accordion-box .accordion-item {
  border: none;
  padding: calc(18px + (25 - 18) * ((100vw - 320px) / (1920 - 320)));
  background-color: #f8f8f8;
}
.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: "Font Awesome 6 Free";
  font-weight: 900;
  background-image: none;
  content: "\F107";
}
[dir=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);
}
[dir=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: 20px;
}
[dir=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 + (16 - 14) * ((100vw - 320px) / (1920 - 320)));
  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: 600;
}
.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: 13px;
  color: #ffffff;
  background-color: var(--theme-color);
  padding: 4px 5px 3px;
  border-radius: 100%;
}
.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;
}
[dir=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 + (14 - 13) * ((100vw - 320px) / (1920 - 320)));
  color: #4a5568;
  text-transform: capitalize;
}
.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 - calc(12px + (23 - 12) * ((100vw - 320px) / (1920 - 320))));
}
.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 #e1e1e1;
  padding-bottom: calc(20px + (50 - 20) * ((100vw - 320px) / (1920 - 320)));
  margin-bottom: calc(35px + (60 - 35) * ((100vw - 320px) / (1920 - 320)));
}
.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;
}
.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;
}
.blog-section .blog-box .blog-image label i {
  width: 16px;
  height: 16px;
  -o-object-fit: contain;
     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: 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;
}
.blog-section .blog-box .blog-contain .blog-label .time .feather,
.blog-section .blog-box .blog-contain .blog-label .super .feather {
  width: 16px;
  height: 16px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-right: 4px;
}
[dir=rtl] .blog-section .blog-box .blog-contain .blog-label .time .feather,
[dir=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: 10px 0 6px;
  font-weight: 600;
  line-height: 1.5;
  text-transform: capitalize;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  font-size: calc(16px + (18 - 16) * ((100vw - 320px) / (1920 - 320)));
  transition: all 0.3s ease-in-out;
}
.blog-section .blog-box .blog-contain p {
  line-height: 1.8;
  color: #4a5568;
  margin-bottom: 0;
}
@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;
  background-color: rgba(var(--theme-color-rgb), 0.1);
  font-size: 16px;
  display: flex;
  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 + (22 - 8) * ((100vw - 320px) / (1920 - 320)));
  font-size: 14px;
}
.blog-section .blog-box .blog-contain .blog-button:hover {
  background-color: rgba(var(--theme-color-rgb), 1);
  color: #ffffff;
}
.blog-section .blog-box .blog-contain .blog-button i {
  margin-left: 10px;
  margin-top: 1px;
}
[dir=rtl] .blog-section .blog-box .blog-contain .blog-button i {
  margin-left: unset;
  margin-right: 10px;
}
.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;
}
@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;
}
@media (max-width: 1199px) {
  .blog-section .blog-list .blog-image img {
    width: 100%;
  }
}
@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 + (25 - 10) * ((100vw - 320px) / (1920 - 320)));
  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-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, white 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: capitalize;
  position: relative;
}
.blog-section .blog-detail-image .blog-image-contain .contain-list li + li {
  margin-left: 30px;
}
[dir=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;
}
[dir=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 + (14 - 10) * ((100vw - 320px) / (1920 - 320))) 0;
  font-weight: 700;
  font-size: calc(22px + (34 - 22) * ((100vw - 320px) / (1920 - 320)));
}
.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 + (23 - 10) * ((100vw - 320px) / (1920 - 320)));
  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 .feather {
  width: 18px;
  height: 18px;
  margin-right: 3px;
}
[dir=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 + (17 - 15) * ((100vw - 320px) / (1920 - 320)));
  line-height: calc(25px + (30 - 25) * ((100vw - 320px) / (1920 - 320)));
  margin-bottom: calc(12px + (20 - 12) * ((100vw - 320px) / (1920 - 320)));
}
.blog-section .blog-detail-contain p .first {
  width: calc(38px + (50 - 38) * ((100vw - 320px) / (1920 - 320)));
  height: calc(38px + (50 - 38) * ((100vw - 320px) / (1920 - 320)));
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: calc(55px + (70 - 55) * ((100vw - 320px) / (1920 - 320)));
  color: #4a5568;
  float: left;
  margin-right: calc(8px + (20 - 8) * ((100vw - 320px) / (1920 - 320)));
  margin-top: 8px;
}
.blog-section .blog-detail-contain .blog-details-quote {
  padding: calc(18px + (60 - 18) * ((100vw - 320px) / (1920 - 320))) calc(18px + (60 - 18) * ((100vw - 320px) / (1920 - 320))) calc(18px + (60 - 18) * ((100vw - 320px) / (1920 - 320))) calc(62px + (180 - 62) * ((100vw - 320px) / (1920 - 320)));
  border-radius: 10px;
  margin-bottom: calc(12px + (20 - 12) * ((100vw - 320px) / (1920 - 320)));
  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 + (28 - 18) * ((100vw - 320px) / (1920 - 320)));
  line-height: calc(24px + (35 - 24) * ((100vw - 320px) / (1920 - 320)));
  margin-bottom: calc(8px + (20 - 8) * ((100vw - 320px) / (1920 - 320)));
}
.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 + (70 - 38) * ((100vw - 320px) / (1920 - 320)));
  color: var(--theme-color);
  top: calc(-6px + (26 - -6) * ((100vw - 320px) / (1920 - 320)));
  left: calc(15px + (87 - 15) * ((100vw - 320px) / (1920 - 320)));
}
.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;
}
[dir=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 + (80 - 28) * ((100vw - 320px) / (1920 - 320)));
}
@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;
}
[dir=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;
}
[dir=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;
  -o-object-fit: cover;
     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;
}
[dir=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;
}
[dir=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 + (15 - 13) * ((100vw - 320px) / (1920 - 320)));
  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 + (30 - 18) * ((100vw - 320px) / (1920 - 320)));
  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;
}

/**=====================
     About Us Scss
==========================**/
.review-title h4, .review-title .h4 {
  font-size: calc(16px + (18 - 16) * ((100vw - 320px) / (1920 - 320)));
  margin-bottom: calc(7px + (13 - 7) * ((100vw - 320px) / (1920 - 320)));
  color: #222222;
  font-weight: 400;
}
.review-title h2, .review-title .h2 {
  font-size: calc(26px + (40 - 26) * ((100vw - 320px) / (1920 - 320)));
  margin-bottom: calc(12px + (30 - 12) * ((100vw - 320px) / (1920 - 320)));
  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 + (21 - 16) * ((100vw - 320px) / (1920 - 320)));
  margin-bottom: calc(7px + (13 - 7) * ((100vw - 320px) / (1920 - 320)));
  color: var(--theme-color);
  font-family: "Pacifico", cursive;
}
.about-us-title h2, .about-us-title .h2 {
  font-size: calc(23px + (32 - 23) * ((100vw - 320px) / (1920 - 320)));
  margin-bottom: calc(28px + (41 - 28) * ((100vw - 320px) / (1920 - 320)));
  line-height: 1.3;
  position: relative;
}
.about-us-title h2::before, .about-us-title .h2::before {
  content: "";
  position: absolute;
  width: calc(106px + (175 - 106) * ((100vw - 320px) / (1920 - 320)));
  height: 3px;
  bottom: calc(-7px + (6 - 7) * ((100vw - 320px) / (1920 - 320)));
  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 + (50 - 12) * ((100vw - 320px) / (1920 - 320))) 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 + (50 - 12) * ((100vw - 320px) / (1920 - 320)));
  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 + (15 - 14) * ((100vw - 320px) / (1920 - 320)));
  line-height: 1.7;
  color: #4a5568;
  margin-bottom: calc(11px + (20 - 11) * ((100vw - 320px) / (1920 - 320)));
}
.fresh-vegetable-section .delivery-list ul {
  display: flex;
  flex-wrap: wrap;
  gap: calc(11px + (20 - 11) * ((100vw - 320px) / (1920 - 320)));
}
[dir=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 + (15 - 8) * ((100vw - 320px) / (1920 - 320)));
  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 + (17 - 15) * ((100vw - 320px) / (1920 - 320)));
  width: calc(100% - 17px);
}
.fresh-vegetable-section .delivery-box {
  display: flex;
  flex-wrap: wrap;
  gap: calc(15px + (30 - 15) * ((100vw - 320px) / (1920 - 320)));
  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 + (50 - 27) * ((100vw - 320px) / (1920 - 320)));
  border-radius: calc(18px + (30 - 18) * ((100vw - 320px) / (1920 - 320)));
  position: relative;
}
.client-section .clint-contain:hover .client-icon img {
  -webkit-animation-name: bounce;
          animation-name: bounce;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          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 + (80 - 60) * ((100vw - 320px) / (1920 - 320)));
  height: calc(60px + (80 - 60) * ((100vw - 320px) / (1920 - 320)));
  margin-bottom: 14px;
  margin-top: -11px;
}
.client-section .clint-contain .client-icon img {
  width: 74%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.client-section .clint-contain h2, .client-section .clint-contain .h2 {
  position: absolute;
  top: calc(14px + (24 - 14) * ((100vw - 320px) / (1920 - 320)));
  right: calc(24px + (34 - 24) * ((100vw - 320px) / (1920 - 320)));
  color: #4a5568;
  opacity: 0.05;
  font-size: calc(52px + (70 - 52) * ((100vw - 320px) / (1920 - 320)));
  font-weight: 800;
  transition: all 0.3s ease-in-out;
}
[dir=rtl] .client-section .clint-contain h2, [dir=rtl] .client-section .clint-contain .h2 {
  right: unset;
  left: calc(24px + (34 - 24) * ((100vw - 320px) / (1920 - 320)));
}
.client-section .clint-contain h4, .client-section .clint-contain .h4 {
  font-size: calc(22px + (24 - 22) * ((100vw - 320px) / (1920 - 320)));
  margin-bottom: 7px;
  font-weight: 600;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.client-section .clint-contain p {
  font-size: calc(14px + (16 - 14) * ((100vw - 320px) / (1920 - 320)));
  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);
  -webkit-filter: grayscale(0);
          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;
  -webkit-filter: grayscale(1);
          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 + (20 - 18) * ((100vw - 320px) / (1920 - 320)));
  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 + (15 - 14) * ((100vw - 320px) / (1920 - 320)));
  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 + (34 - 18) * ((100vw - 320px) / (1920 - 320)));
  border-radius: 10px;
  z-index: 0;
  position: relative;
  overflow: hidden;
}
.review-section .reviewer-box:hover i {
  color: var(--theme-color);
  font-size: 143px;
  opacity: 0.18;
  transform: rotate(7deg);
  bottom: -29px;
  right: -7px;
}
.review-section .reviewer-box i {
  position: absolute;
  font-size: 106px;
  opacity: 0.05;
  z-index: -1;
  transform: rotate(15deg);
  bottom: -30px;
  right: -8px;
  transition: all 0.3s ease-in-out;
}
[dir=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 + (15 - 14) * ((100vw - 320px) / (1920 - 320)));
}
.review-section .reviewer-box .reviewer-profile {
  display: flex;
  flex-wrap: wrap;
  gap: calc(12px + (19 - 12) * ((100vw - 320px) / (1920 - 320)));
  align-items: center;
}
.review-section .reviewer-box .reviewer-profile .reviewer-image {
  width: calc(65px + (75 - 65) * ((100vw - 320px) / (1920 - 320)));
  height: auto;
  border-radius: 8px;
  overflow: hidden;
}
.review-section .reviewer-box .reviewer-profile .reviewer-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     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 + (18 - 16) * ((100vw - 320px) / (1920 - 320)));
  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;
}

/**=====================
     User Dashboard Scss
==========================**/
.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 .dashboard-left-sidebar {
  background: #f8f8f8;
  box-shadow: 0 0 8px rgba(34, 34, 34, 0.14);
  border-radius: 10px;
  overflow: hidden;
  position: -webkit-sticky;
  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;
  }
  .user-dashboard-section .dashboard-left-sidebar.show {
    left: 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;
  -o-object-fit: cover;
     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 img {
  width: calc(93px + (108 - 93) * ((100vw - 320px) / (1920 - 320)));
  height: calc(93px + (108 - 93) * ((100vw - 320px) / (1920 - 320)));
  -o-object-fit: contain;
     object-fit: contain;
  background-color: #f8f8f8;
  border-radius: 100%;
  padding: 5px;
  border: 1px solid #e1e1e1;
  box-shadow: 2px 3px 8px rgba(34, 34, 34, 0.0032);
}
.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 + (13 - 10) * ((100vw - 320px) / (1920 - 320)));
  text-align: center;
  padding-bottom: calc(12px + (18 - 12) * ((100vw - 320px) / (1920 - 320)));
  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 + (22 - 18) * ((100vw - 320px) / (1920 - 320)));
  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 + (15 - 14) * ((100vw - 320px) / (1920 - 320)));
  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: calc(2px + (7 - 2) * ((100vw - 320px) / (1920 - 320)));
  margin: calc(10px + (20 - 10) * ((100vw - 320px) / (1920 - 320))) 0 6px;
}
.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 + (18 - 17) * ((100vw - 320px) / (1920 - 320)));
  position: relative;
  color: #4a5568;
  width: 100%;
  text-align: left;
  padding: calc(10px + (13 - 10) * ((100vw - 320px) / (1920 - 320))) calc(10px + (13 - 10) * ((100vw - 320px) / (1920 - 320))) calc(10px + (13 - 10) * ((100vw - 320px) / (1920 - 320))) calc(19px + (23 - 19) * ((100vw - 320px) / (1920 - 320)));
  font-weight: 500;
  z-index: 0;
  overflow: hidden;
  border-radius: 0;
  display: flex;
  align-items: center;
}
.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);
}
.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-color2);
  z-index: -1;
  opacity: 0.1;
}
.user-dashboard-section .dashboard-left-sidebar .user-nav-pills .nav-item .nav-link .feather {
  width: calc(18px + (19 - 18) * ((100vw - 320px) / (1920 - 320)));
  height: auto;
  margin-right: 10px;
}
[dir=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 + (40 - 20) * ((100vw - 320px) / (1920 - 320)));
  border-radius: 8px;
  height: 100%;
}
@media (max-width: 991px) {
  .user-dashboard-section .dashboard-right-sidebar {
    height: auto;
  }
}
.user-dashboard-section .dashboard-right-sidebar .dashboard-bg-box {
  padding: calc(12px + (20 - 12) * ((100vw - 320px) / (1920 - 320)));
  background-color: #ffffff;
  border-radius: 6px;
}
.user-dashboard-section .dashboard-right-sidebar .dashboard-bg-box + .dashboard-bg-box {
  margin-top: 24px;
}
.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 + (15 - 14) * ((100vw - 320px) / (1920 - 320)));
  line-height: 1.5;
  letter-spacing: 0.3px;
}
.user-dashboard-section .dashboard-right-sidebar .dashboard-home .total-box {
  margin: 30px 0;
}
.user-dashboard-section .dashboard-right-sidebar .dashboard-home .total-box .totle-contain {
  display: flex;
  flex-wrap: nowrap;
  gap: 15px;
  background-color: #ffffff;
  padding: calc(16px + (25 - 16) * ((100vw - 320px) / (1920 - 320)));
  border-radius: 9px;
  box-shadow: 0 0 8px rgba(34, 34, 34, 0.08);
  align-items: center;
  position: relative;
  overflow: hidden;
}
.user-dashboard-section .dashboard-right-sidebar .dashboard-home .total-box .totle-contain:hover .img-1 {
  width: calc(84px + (96 - 84) * ((100vw - 320px) / (1920 - 320)));
  transform: translateY(-50%) rotate(-7deg);
  opacity: 0.2;
  right: -19px;
}
.user-dashboard-section .dashboard-right-sidebar .dashboard-home .total-box .totle-contain img {
  width: calc(54px + (60 - 54) * ((100vw - 320px) / (1920 - 320)));
}
.user-dashboard-section .dashboard-right-sidebar .dashboard-home .total-box .totle-contain .img-1 {
  top: 50%;
  transform: translateY(-50%);
  width: calc(78px + (90 - 78) * ((100vw - 320px) / (1920 - 320)));
  position: absolute;
  opacity: 0.12;
  right: -30px;
  transition: all 0.3s ease-in-out;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}
[dir=rtl] .user-dashboard-section .dashboard-right-sidebar .dashboard-home .total-box .totle-contain .img-1 {
  right: unset;
  left: -30px;
}
.user-dashboard-section .dashboard-right-sidebar .dashboard-home .total-box .totle-contain .totle-detail h5, .user-dashboard-section .dashboard-right-sidebar .dashboard-home .total-box .totle-contain .totle-detail .h5 {
  margin-bottom: calc(3px + (7 - 3) * ((100vw - 320px) / (1920 - 320)));
  color: #4a5568;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  font-size: calc(14px + (16 - 14) * ((100vw - 320px) / (1920 - 320)));
}
.user-dashboard-section .dashboard-right-sidebar .dashboard-home .total-box .totle-contain .totle-detail h3, .user-dashboard-section .dashboard-right-sidebar .dashboard-home .total-box .totle-contain .totle-detail .h3 {
  font-weight: 600;
}
.user-dashboard-section .dashboard-right-sidebar .dashboard-home .dashboard-contant-title {
  border-bottom: 1px solid #ddd;
  padding-bottom: calc(5px + (10 - 5) * ((100vw - 320px) / (1920 - 320)));
  margin-bottom: calc(10px + (15 - 10) * ((100vw - 320px) / (1920 - 320)));
}
.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 + (15 - 14) * ((100vw - 320px) / (1920 - 320)));
}
.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 + (8 - 4) * ((100vw - 320px) / (1920 - 320)));
  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 + (30 - 14) * ((100vw - 320px) / (1920 - 320)));
}
.user-dashboard-section .dashboard-right-sidebar .dashboard-order .order-contain .order-box .order-container {
  display: flex;
  flex-wrap: wrap;
  gap: calc(8px + (14 - 8) * ((100vw - 320px) / (1920 - 320)));
  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 + (20 - 17) * ((100vw - 320px) / (1920 - 320)));
}
.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 + (20 - 9) * ((100vw - 320px) / (1920 - 320)));
  font-weight: 600;
}
[dir=rtl] .user-dashboard-section .dashboard-right-sidebar .dashboard-order .order-contain .order-box .order-container .order-detail h4 span, [dir=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 + (20 - 9) * ((100vw - 320px) / (1920 - 320)));
}
.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-color2);
}
.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 + (15 - 14) * ((100vw - 320px) / (1920 - 320)));
  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 + (20 - 15) * ((100vw - 320px) / (1920 - 320)));
  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 + (30 - 14) * ((100vw - 320px) / (1920 - 320)));
  }
}
.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 + (15 - 14) * ((100vw - 320px) / (1920 - 320)));
}
.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 + (9 - 6) * ((100vw - 320px) / (1920 - 320)));
}
[dir=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 + (24 - 12) * ((100vw - 320px) / (1920 - 320)));
  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;
}
[dir=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 + (17 - 15) * ((100vw - 320px) / (1920 - 320)));
  height: calc(15px + (17 - 15) * ((100vw - 320px) / (1920 - 320)));
  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 + (18 - 17) * ((100vw - 320px) / (1920 - 320)));
  color: #222222;
}
.user-dashboard-section .dashboard-right-sidebar .dashboard-address .address-box > div .address-table table tr td {
  border: none;
  font-size: calc(14px + (16 - 14) * ((100vw - 320px) / (1920 - 320)));
  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;
  padding-left: 8px;
}
[dir=rtl] .user-dashboard-section .dashboard-right-sidebar .dashboard-address .address-box > div .address-table table tr td:first-child {
  padding-left: unset;
  padding-right: 8px;
}
.user-dashboard-section .dashboard-right-sidebar .dashboard-address .address-box > div .address-table table tr td:last-child p {
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  font-size: calc(14px + (16 - 14) * ((100vw - 320px) / (1920 - 320)));
  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;
}
.user-dashboard-section .dashboard-right-sidebar .dashboard-address .address-box .button-group button {
  background-color: #f8f8f8;
  font-weight: 600;
}
.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 + (18 - 16) * ((100vw - 320px) / (1920 - 320)));
  height: auto;
  margin-right: calc(6px + (8 - 6) * ((100vw - 320px) / (1920 - 320)));
}
[dir=rtl] .user-dashboard-section .dashboard-right-sidebar .dashboard-address .address-box .button-group button .feather {
  margin-right: unset;
  margin-left: calc(6px + (8 - 6) * ((100vw - 320px) / (1920 - 320)));
}
.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: capitalize;
}
.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 + (18 - 16) * ((100vw - 320px) / (1920 - 320)));
}
.user-dashboard-section .dashboard-right-sidebar .dashboard-card .payment-card-detail .card-details .valid-detail {
  display: flex;
  align-items: center;
  margin-top: calc(10px + (20 - 10) * ((100vw - 320px) / (1920 - 320)));
}
.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 + (18 - 16) * ((100vw - 320px) / (1920 - 320)));
  font-weight: normal;
}
[dir=rtl] .user-dashboard-section .dashboard-right-sidebar .dashboard-card .payment-card-detail .card-details .valid-detail .date h3, [dir=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;
}
[dir=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 + (14 - 12) * ((100vw - 320px) / (1920 - 320)));
  padding: 0;
  font-weight: 400;
  text-transform: capitalize;
}
.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 + (25 - 10) * ((100vw - 320px) / (1920 - 320)));
}
.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 + (16 - 14) * ((100vw - 320px) / (1920 - 320)));
  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: capitalize;
  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: capitalize;
    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;
}
[dir=rtl] .user-dashboard-section .dashboard-right-sidebar .dashboard-profile .profile-detail .profile-name-detail h3, [dir=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;
  }
  [dir=rtl] .user-dashboard-section .dashboard-right-sidebar .dashboard-profile .profile-detail .profile-name-detail h3, [dir=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-color2);
  color: #ffffff;
  padding: 3px 8px;
  margin-left: 10px;
  border-radius: 5px;
  font-size: 13px;
}
[dir=rtl] .user-dashboard-section .dashboard-right-sidebar .dashboard-profile .profile-detail .profile-name-detail h3 span, [dir=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;
}
[dir=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-color2);
  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 #e1e1e1;
  padding-bottom: 15px;
}
.user-dashboard-section .dashboard-right-sidebar .dashboard-profile .profile-detail .location-profile ul {
  display: flex;
  flex-wrap: wrap;
  gap: calc(10px + (26 - 10) * ((100vw - 320px) / (1920 - 320)));
  align-items: center;
}
[dir=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 + (20 - 18) * ((100vw - 320px) / (1920 - 320)));
  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 + (16 - 15) * ((100vw - 320px) / (1920 - 320)));
}
.user-dashboard-section .dashboard-right-sidebar .dashboard-profile .profile-detail .profile-description p {
  margin: 20px 0 0;
  color: #4a5568;
  font-size: calc(14px + (16 - 14) * ((100vw - 320px) / (1920 - 320)));
  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 .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 + (16 - 14) * ((100vw - 320px) / (1920 - 320)));
  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 + (20 - 8) * ((100vw - 320px) / (1920 - 320)));
  font-size: 14px;
  padding: 5px 10px;
  border-radius: 5px;
  position: relative;
  font-weight: 600;
  overflow: hidden;
  z-index: 0;
}
[dir=rtl] .user-dashboard-section .dashboard-right-sidebar .dashboard-profile .profile-about .table tbody tr td a span {
  margin-left: unset;
  margin-right: calc(8px + (20 - 8) * ((100vw - 320px) / (1920 - 320)));
}
.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-color2);
  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 + (18 - 15) * ((100vw - 320px) / (1920 - 320)));
  margin-bottom: 6px;
  line-height: 1.5;
}
.user-dashboard-section .dashboard-right-sidebar .dashboard-privacy .privacy-box p {
  margin: 0;
  font-size: calc(14px + (16 - 14) * ((100vw - 320px) / (1920 - 320)));
  line-height: 1.6;
}
.user-dashboard-section .dashboard-right-sidebar .dashboard-privacy .privacy-box .switch-radio .switch {
  position: absolute;
  -webkit-clip-path: circle(0%);
          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: #0e997e26;
  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-color2);
  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;
  -webkit-clip-path: circle(0%);
          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;
  background-color: rgba(var(--theme-color-rgb), 0.149);
  border: 1px solid rgba(var(--theme-color-rgb), 0.149);
}
.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;
}

/**=====================
     Order Tracking Scss
==========================**/
.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 + (15 - 10) * ((100vw - 320px) / (1920 - 320)));
  background-color: #f8f8f8;
  padding: calc(14px + (20 - 14) * ((100vw - 320px) / (1920 - 320)));
  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 + (24 - 20) * ((100vw - 320px) / (1920 - 320)));
}
.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 + (12 - 6) * ((100vw - 320px) / (1920 - 320)));
  width: calc(160px + (200 - 160) * ((100vw - 320px) / (1920 - 320)));
}
.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;
  }
  [dir=rtl] .order-detail .progtrckr li h5, [dir=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;
  }
  [dir=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 + (40 - 20) * ((100vw - 320px) / (1920 - 320)));
    padding-left: 30px;
    border-top: unset;
    border-left: 4px solid #959595;
  }
  [dir=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%);
  }
  [dir=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 + (40 - 20) * ((100vw - 320px) / (1920 - 320)));
    border-top: unset;
    border-left: 4px solid var(--theme-color);
  }
  [dir=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 + (14 - 10) * ((100vw - 320px) / (1920 - 320))) calc(12px + (20 - 12) * ((100vw - 320px) / (1920 - 320)));
  font-size: calc(17px + (20 - 17) * ((100vw - 320px) / (1920 - 320)));
  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 + (14 - 10) * ((100vw - 320px) / (1920 - 320))) calc(12px + (20 - 12) * ((100vw - 320px) / (1920 - 320)));
  font-size: calc(15px + (17 - 15) * ((100vw - 320px) / (1920 - 320)));
  min-width: 160px;
  color: #777;
}

.order-table-section .order-navpills {
  flex-wrap: nowrap;
  gap: calc(6px + (15 - 6) * ((100vw - 320px) / (1920 - 320)));
  overflow: auto hidden;
}
.order-table-section .order-navpills .nav-item .nav-link {
  font-size: calc(15px + (18 - 15) * ((100vw - 320px) / (1920 - 320)));
  padding: calc(11px + (14 - 11) * ((100vw - 320px) / (1920 - 320))) calc(17px + (24 - 17) * ((100vw - 320px) / (1920 - 320)));
  color: #4a5568;
  font-weight: 600;
  white-space: nowrap;
}
.order-table-section .order-navpills .nav-item .nav-link.active {
  background: var(--theme-color2);
  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 + (14 - 10) * ((100vw - 320px) / (1920 - 320))) calc(12px + (20 - 12) * ((100vw - 320px) / (1920 - 320)));
  font-size: calc(17px + (20 - 17) * ((100vw - 320px) / (1920 - 320)));
  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 + (14 - 10) * ((100vw - 320px) / (1920 - 320))) calc(12px + (20 - 12) * ((100vw - 320px) / (1920 - 320)));
  font-size: calc(15px + (17 - 15) * ((100vw - 320px) / (1920 - 320)));
  min-width: 160px;
  color: #777;
}

/**=====================
     Order Scss
==========================**/
.order-table table tbody tr td {
  vertical-align: middle;
}

.order-success-2 tbody {
  border-top: none;
}

/**=====================
     Search Scss
==========================**/
.search-section .search-box {
  position: relative;
}
.search-section .search-box .input-group .form-control:focus {
  z-index: 0;
}
.search-section .search-box .input-group button {
  z-index: 0;
}

/**=====================
     Vendar detail Scss
==========================**/
.vendor-bottom {
  padding-bottom: 18px;
  border-bottom: 1px solid #e1e1e1;
  margin-bottom: 16px;
}

.vendor-detail-box {
  padding: calc(20px + (28 - 20) * ((100vw - 992px) / (1920 - 992)));
  margin-bottom: 29px;
  border-radius: 9px;
  box-shadow: 0 0 8px rgba(34, 34, 34, 0.13);
  background: #ffffff;
}
@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 + (10 - 7) * ((100vw - 320px) / (1920 - 320)));
}
.vendor-detail-box .vendor-name .vendor-logo img {
  width: calc(80px + (89 - 80) * ((100vw - 320px) / (1920 - 320)));
  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 + (17 - 15) * ((100vw - 320px) / (1920 - 320)));
  height: auto;
}
.vendor-detail-box .vendor-name .vendor-logo .vendor-rating span {
  font-size: calc(12px + (13 - 12) * ((100vw - 320px) / (1920 - 320)));
}
.vendor-detail-box .vendor-name p {
  margin-bottom: -6px;
  line-height: 1.5;
  font-size: calc(14px + (15 - 14) * ((100vw - 320px) / (1920 - 320)));
  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 + (12 - 7) * ((100vw - 320px) / (1920 - 320)));
}
[dir=rtl] .vendor-detail-box .vendor-tag ul {
  padding: 0;
}
.vendor-detail-box .vendor-tag ul li {
  background-color: #e1e1e1;
  letter-spacing: 0.5px;
  padding: 4px 11px;
  border-radius: 3px;
  color: #222222;
  font-size: calc(13px + (14 - 13) * ((100vw - 320px) / (1920 - 320)));
}
.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;
}
[dir=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 + (28 - 20) * ((100vw - 320px) / (1920 - 320)));
  margin-bottom: 50px;
  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;
}
.vendor-detail-box-2 .vendor-logo img {
  width: 85%;
  height: auto;
  -webkit-filter: invert(1) brightness(100);
          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%;
  }
}
@media (max-width: 360px) {
  .vendor-detail-box-2 .vendor-logo img {
    width: 50%;
  }
}
.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 + (12 - 6) * ((100vw - 320px) / (1920 - 320)));
}
.vendor-detail-box-2 .vendor-name h3, .vendor-detail-box-2 .vendor-name .h3 {
  font-weight: 600;
  text-transform: uppercase;
  display: block;
}
.vendor-detail-box-2 .vendor-name .vendor-rating .rating li .feather {
  width: calc(15px + (17 - 15) * ((100vw - 320px) / (1920 - 320)));
  height: auto;
}
.vendor-detail-box-2 .vendor-name .vendor-rating span {
  font-size: calc(12px + (13 - 12) * ((100vw - 320px) / (1920 - 320)));
  color: #f1f1f1;
}
.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;
}
.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 + (12 - 7) * ((100vw - 320px) / (1920 - 320)));
}
.vendor-detail-box-2 .vendor-tag ul li {
  background-color: #e1e1e1;
  letter-spacing: 0.5px;
  padding: 4px 11px;
  border-radius: 3px;
  color: #222222;
  font-size: calc(13px + (14 - 13) * ((100vw - 320px) / (1920 - 320)));
}
.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 + (17 - 15) * ((100vw - 320px) / (1920 - 320)));
  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;
}
[dir=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 + (17 - 15) * ((100vw - 320px) / (1920 - 320)));
  font-weight: 600;
}
.vendor-detail-box-2 .share-contact .vendor-contect button {
  margin: 8px auto 0;
}

/**=====================
     Seller become Scss
==========================**/
.saller-poster-section .poster-box .poster-image {
  margin-bottom: 52px;
}
.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;
  background: #f8f8f8;
  padding: 45px;
  border-radius: 8px;
  box-shadow: 0 0 8px rgba(34, 34, 34, 0.05);
  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: 90px;
  height: 90px;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 18px;
  border-radius: 5px;
}
.become-service .service-box .service-svg svg {
  width: 60px;
  height: auto;
  transition: all 0.3s ease-in-out;
}
.become-service .service-box .service-detail h4, .become-service .service-box .service-detail .h4 {
  font-weight: 600;
  display: inline-block;
  font-size: 19px;
  margin-bottom: 7px;
  text-transform: capitalize;
  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;
}

.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("../images/vendor-page/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;
}
.business-section .business-contain > .row {
  margin-left: -50px;
  margin-right: -50px;
}
.business-section .business-contain > .row > div {
  padding-left: 50px;
  padding-right: 50px;
}
.business-section .business-contain > .row > div:last-child, .business-section .business-contain > .row > div:first-child {
  margin-bottom: 40px;
}
.business-section .business-contain > .row > div:nth-child(2) {
  margin-top: 40px;
}
.business-section .business-contain .business-box {
  text-align: center;
  background-color: #ffffff;
  border-radius: 9px;
  padding: 35px;
  box-shadow: 0 0 8px rgba(34, 34, 34, 0.05);
  height: 100%;
  display: flex;
  align-items: center;
}
.business-section .business-contain .business-box .business-number {
  width: 65px;
  height: 65px;
  background: #f8f8f8;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 28px;
  border-radius: 5px;
}
.business-section .business-contain .business-box .business-number h2, .business-section .business-contain .business-box .business-number .h2 {
  color: var(--theme-color);
  font-size: 35px;
  font-weight: 500;
}
.business-section .business-contain .business-box .business-detail h4, .business-section .business-contain .business-box .business-detail .h4 {
  margin-bottom: 10px;
  font-weight: 600;
}
.business-section .business-contain .business-box .business-detail p {
  margin: 0;
  color: #4a5568;
  line-height: 1.6;
}

/**=====================
     Seller Grid Scss
==========================**/
.seller-grid-box {
  background-color: #f8f8f8;
  padding: calc(12px + (25 - 12) * ((100vw - 320px) / (1920 - 320)));
  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-bottom: 1px;
}
.seller-grid-box .grid-contain .contain-name h3, .seller-grid-box .grid-contain .contain-name .h3 {
  font-size: calc(19px + (23 - 19) * ((100vw - 320px) / (1920 - 320)));
  font-weight: 600;
  margin-bottom: calc(5px + (8 - 5) * ((100vw - 320px) / (1920 - 320)));
  color: #222222;
}
.seller-grid-box .grid-contain .contain-name .product-rating {
  margin-bottom: calc(14px + (19 - 14) * ((100vw - 320px) / (1920 - 320)));
}
.seller-grid-box .grid-contain .contain-name .product-label {
  padding: 5px 10px;
  background-color: rgba(var(--theme-color-rgb), 0.102);
  font-size: 13px;
  letter-spacing: 0.5px;
  border-radius: 4px;
  color: var(--theme-color);
}
.seller-grid-box .grid-contain .contain-name .grid-image {
  width: 100px;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  padding: calc(10px + (15 - 10) * ((100vw - 320px) / (1920 - 320)));
  border-radius: calc(7px + (11 - 7) * ((100vw - 320px) / (1920 - 320)));
  box-shadow: 0 0 8px rgba(34, 34, 34, 0.07);
}

.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);
}
.seller-grid-box-1 .grid-image .contain-name .since-number {
  margin-bottom: 1px;
  display: flex;
  align-items: center;
}
@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 {
  margin-left: auto;
}
[dir=rtl] .seller-grid-box-1 .grid-image .contain-name .since-number .product-rating {
  margin-left: unset;
  margin-right: auto;
}
@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 + (23 - 19) * ((100vw - 320px) / (1920 - 320)));
  font-weight: 600;
  margin-bottom: 10px;
}
.seller-grid-box-1 .grid-image .contain-name .product-label {
  padding: 5px 10px;
  background-color: rgba(var(--theme-color-rgb), 0.1);
  font-size: 13px;
  letter-spacing: 0.5px;
  border-radius: 4px;
  color: var(--theme-color);
}
.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 + (40 - 35) * ((100vw - 320px) / (1920 - 320)));
  height: calc(35px + (40 - 35) * ((100vw - 320px) / (1920 - 320)));
  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 {
  padding-top: 5px;
  font-size: calc(13px + (14 - 13) * ((100vw - 320px) / (1920 - 320)));
}
.seller-grid-box-1 .grid-contain .seller-category .product-image li + li {
  margin-left: calc(-19px + (-14 - -19) * ((100vw - 320px) / (1920 - 320)));
}

/**=====================
     Seller Dashboard Scss
==========================**/
.product-table {
  margin-bottom: 0;
}
.product-table thead tr th {
  text-align: center;
  font-size: calc(14px + (16 - 14) * ((100vw - 320px) / (1920 - 320)));
  font-weight: 600;
  white-space: nowrap;
  min-width: 90px;
}
.product-table tbody {
  border-top: 1px solid #e1e1e1 !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;
}
.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;
}
.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;
}
[dir=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 + (16 - 14) * ((100vw - 320px) / (1920 - 320)));
  font-weight: 600;
  white-space: nowrap;
  min-width: 90px;
}
.order-table tbody {
  border-top: 1px solid #e1e1e1;
}
.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 {
  background-color: rgba(var(--theme-color-rgb), 0.1);
  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 + (21 - 15) * ((100vw - 320px) / (1920 - 320)));
}
.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 + (16 - 14) * ((100vw - 320px) / (1920 - 320)));
}
.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 + (18 - 15) * ((100vw - 320px) / (1920 - 320)));
}

.apexcharts-tooltip * {
  display: flex;
}

.apexcharts-toolbar {
  z-index: 0;
}

/**=====================
     Shop Page Scss
==========================**/
.custom-padding {
  padding-right: 10px;
}

.custom-height {
  max-height: 350px;
  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);
}

.shop-banner-contain {
  position: relative;
  border-radius: 8px;
}
.shop-banner-contain .shop-banner-details {
  padding: calc(20px + (40 - 20) * ((100vw - 320px) / (1920 - 320))) calc(25px + (80 - 25) * ((100vw - 320px) / (1920 - 320)));
  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 + (18 - 13) * ((100vw - 320px) / (1920 - 320)));
  letter-spacing: 1.5px;
}
.shop-banner-contain .shop-banner-details h2, .shop-banner-contain .shop-banner-details .h2 {
  font-size: calc(24px + (58 - 24) * ((100vw - 320px) / (1920 - 320)));
  margin: calc(8px + (10 - 8) * ((100vw - 320px) / (1920 - 320))) 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 + (18 - 16) * ((100vw - 320px) / (1920 - 320)));
  color: var(--theme-color);
}

.category-list {
  display: flex;
  flex-wrap: wrap;
  gap: calc(10px + (16 - 10) * ((100vw - 320px) / (1920 - 320)));
}
[dir=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%;
  margin-left: 8px;
}
.category-list li .category-list-box .form-check-label .name {
  font-size: calc(15px + (17 - 15) * ((100vw - 320px) / (1920 - 320)));
  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 + (15 - 14) * ((100vw - 320px) / (1920 - 320)));
}

.irs {
  position: relative;
  display: block;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-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 .left-box {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  border-right: 1px solid #ddd;
}
[dir=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: 1041;
    transition: all 0.5s ease;
    overflow-x: scroll;
    overflow-y: auto;
    transition: all 0.3s ease-in-out;
  }
  [dir=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;
}
[dir=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;
  }
  [dir=rtl] .shop-section .left-box.right-box {
    left: -350px;
    right: unset;
  }
}
.shop-section .left-box.right-box.show {
  left: unset;
  right: 0;
}
[dir=rtl] .shop-section .left-box.right-box.show {
  right: unset;
  left: 0;
}
.shop-section .left-box.show {
  left: 0;
}
[dir=rtl] .shop-section .left-box.show {
  right: 0;
  left: unset;
}
.shop-section .left-box .shop-left-sidebar {
  padding-right: calc(16px + (26 - 16) * ((100vw - 320px) / (1920 - 320)));
}
[dir=rtl] .shop-section .left-box .shop-left-sidebar {
  padding-right: unset;
  padding-left: calc(16px + (26 - 16) * ((100vw - 320px) / (1920 - 320)));
}
@media (max-width: 991px) {
  .shop-section .left-box .shop-left-sidebar {
    padding: calc(16px + (26 - 16) * ((100vw - 320px) / (1920 - 320)));
  }
  [dir=rtl] .shop-section .left-box .shop-left-sidebar {
    padding: calc(16px + (26 - 16) * ((100vw - 320px) / (1920 - 320)));
  }
}
.shop-section .left-box .shop-left-sidebar.shop-right-sidebar {
  padding-left: calc(16px + (26 - 16) * ((100vw - 320px) / (1920 - 320)));
  padding-right: unset;
}
[dir=rtl] .shop-section .left-box .shop-left-sidebar.shop-right-sidebar {
  padding-left: unset;
  padding-right: calc(16px + (26 - 16) * ((100vw - 320px) / (1920 - 320)));
}
@media (max-width: 991px) {
  .shop-section .left-box .shop-left-sidebar.shop-right-sidebar {
    padding: calc(16px + (26 - 16) * ((100vw - 320px) / (1920 - 320)));
  }
  [dir=rtl] .shop-section .left-box .shop-left-sidebar.shop-right-sidebar {
    padding: calc(16px + (26 - 16) * ((100vw - 320px) / (1920 - 320)));
  }
}
.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;
}
[dir=rtl] .shop-section .left-box .shop-left-sidebar.shop-right-sidebar .back-button h3 i, [dir=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;
}
[dir=rtl] .shop-section .left-box .shop-left-sidebar .back-button h3 i, [dir=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;
}
[dir=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 {
  margin-bottom: 25px;
}
.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 {
  display: flex;
  flex-wrap: wrap;
  gap: calc(10px + (15 - 10) * ((100vw - 320px) / (1920 - 320)));
  padding-top: 16px;
}
[dir=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 34px 9px 11px;
  background-color: #f9f8f6;
  position: relative;
  border-radius: 4px;
}
.shop-section .left-box .shop-left-sidebar .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 .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 .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 {
  content: "\F107";
  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: "\F107";
  position: absolute;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  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;
}
[dir=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 .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 + (20 - 11) * ((100vw - 320px) / (1920 - 320)));
}
.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 .nav-link {
  width: 100%;
  text-align: left;
  font-size: 18px;
  font-weight: 500;
  color: #222222;
  border-radius: unset;
  position: relative;
  text-align: left;
}
[dir=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: linear-gradient(90.56deg, var(--theme-color1) 8.46%, var(--theme-color) 62.97%);
  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;
  -webkit-filter: invert(1);
          filter: invert(1);
  opacity: 0.4;
}
[dir=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;
}
[dir=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 {
  font-size: calc(14px + (16 - 14) * ((100vw - 320px) / (1920 - 320)));
  font-weight: 600;
  padding: calc(6px + (8 - 6) * ((100vw - 320px) / (1920 - 320))) calc(9px + (12 - 9) * ((100vw - 320px) / (1920 - 320)));
  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 + (16 - 14) * ((100vw - 320px) / (1920 - 320)));
  font-weight: 600;
  padding: calc(6px + (8 - 6) * ((100vw - 320px) / (1920 - 320))) calc(9px + (12 - 9) * ((100vw - 320px) / (1920 - 320)));
  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 + (15 - 14) * ((100vw - 320px) / (1920 - 320)));
  padding: calc(9px + (10 - 9) * ((100vw - 320px) / (1920 - 320))) 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;
}
[dir=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 + (15 - 14) * ((100vw - 320px) / (1920 - 320)));
  padding: calc(9px + (10 - 9) * ((100vw - 320px) / (1920 - 320))) 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 {
  -webkit-filter: invert(1) brightness(100);
          filter: invert(1) brightness(100);
}
.shop-section .show-button .top-filter-menu-2 .grid-option ul {
  display: flex;
  flex-wrap: wrap;
  gap: calc(5px + (12 - 5) * ((100vw - 320px) / (1920 - 320)));
  align-items: center;
}
[dir=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;
}
@media (max-width: 991px) {
  .shop-section .show-button .top-filter-menu {
    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;
}
[dir=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 + (15 - 14) * ((100vw - 320px) / (1920 - 320)));
  padding: calc(9px + (10 - 9) * ((100vw - 320px) / (1920 - 320))) 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;
}
[dir=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 + (10 - 5) * ((100vw - 320px) / (1920 - 320)));
  align-items: center;
}
[dir=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 {
  -webkit-filter: invert(1) brightness(100);
          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 + (15 - 6) * ((100vw - 320px) / (1920 - 320)));
  padding-top: 16px;
}
.shop-section .show-button .filter-category ul li {
  padding: calc(6px + (9 - 6) * ((100vw - 320px) / (1920 - 320))) calc(28px + (34 - 28) * ((100vw - 320px) / (1920 - 320))) calc(6px + (9 - 6) * ((100vw - 320px) / (1920 - 320))) calc(7px + (11 - 7) * ((100vw - 320px) / (1920 - 320)));
  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 #e1e1e1;
}
[dir=rtl] .shop-section .top-filter-category > .row > div {
  border-right: unset;
  border-left: 1px solid #e1e1e1;
}
.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;
  }
  [dir=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;
  -o-object-fit: contain;
     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;
}

/**=====================
     Product Page scss
==========================**/
.pt-25 {
  padding-top: 25px;
}

.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 + (12 - 10) * ((100vw - 320px) / (1920 - 320)));
  letter-spacing: 0.4px;
  font-size: calc(15px + (16 - 15) * ((100vw - 320px) / (1920 - 320)));
}

.vendor-box {
  padding: calc(12px + (33 - 12) * ((100vw - 320px) / (1920 - 320)));
  background-color: #f8f8f8;
}
.vendor-box .verndor-contain {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 7px calc(16px + (26 - 16) * ((100vw - 320px) / (1920 - 320)));
  background-color: #ffffff;
  align-items: center;
}
.vendor-box .verndor-contain .vendor-image {
  width: 64px;
  height: auto;
}
.vendor-box .verndor-contain .vendor-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.vendor-box .vendor-list {
  margin-top: calc(13px + (24 - 13) * ((100vw - 320px) / (1920 - 320)));
}
.vendor-box .vendor-list ul {
  display: flex;
  flex-wrap: wrap;
  gap: calc(9px + (18 - 9) * ((100vw - 320px) / (1920 - 320)));
  align-items: center;
}
[dir=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;
}
.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 h5, .vendor-box .vendor-list ul li .address-contact .h5 {
  font-weight: 600;
}
.vendor-box .vendor-list ul li .address-contact h5 span, .vendor-box .vendor-list ul li .address-contact .h5 span {
  font-weight: 400;
  margin-left: 7px;
}
.vendor-box .vendor-detail {
  margin: calc(13px + (28 - 13) * ((100vw - 320px) / (1920 - 320))) 0 0;
  line-height: 1.7;
  color: #4a5568;
  padding-bottom: calc(10px + (18 - 10) * ((100vw - 320px) / (1920 - 320)));
  border-bottom: 1px solid #e1e1e1;
}

.hot-line-number {
  padding: calc(12px + (33 - 12) * ((100vw - 320px) / (1920 - 320)));
  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 + (33 - 12) * ((100vw - 320px) / (1920 - 320)));
}

.product-section .product-left-box {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}
.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;
  -o-object-fit: contain;
     object-fit: contain;
}
.product-section .right-box-contain {
  position: -webkit-sticky;
  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: calc(8px + (10 - 8) * ((100vw - 320px) / (1920 - 320))) calc(12px + (16 - 12) * ((100vw - 320px) / (1920 - 320)));
  background-color: rgba(255, 79, 79, 0.1);
  border-radius: 5px;
  color: #ff4f4f;
  display: inline-block;
  margin-bottom: 20px;
}
.product-section .right-box-contain .name {
  font-weight: 700;
  margin-bottom: calc(10px + (15 - 10) * ((100vw - 320px) / (1920 - 320)));
}
.product-section .right-box-contain .price-rating {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@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 + (22 - 19) * ((100vw - 320px) / (1920 - 320)));
}
.product-section .right-box-contain .price-rating .price del {
  font-weight: 400;
  font-size: calc(14px + (16 - 14) * ((100vw - 320px) / (1920 - 320)));
  margin: 0 calc(0px + (2 - 0) * ((100vw - 320px) / (1920 - 320)));
}
.product-section .right-box-contain .price-rating .price span {
  font-size: calc(14px + (16 - 14) * ((100vw - 320px) / (1920 - 320)));
  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: 12px;
}
[dir=rtl] .product-section .right-box-contain .price-rating .custom-rate .review {
  margin-left: unset;
  margin-right: 12px;
}
.product-section .right-box-contain .procuct-contain {
  border-bottom: 1px solid #e1e1e1;
  padding-bottom: 16px;
}
.product-section .right-box-contain .procuct-contain p {
  color: #4a5568;
  line-height: 1.7;
  margin: calc(14px + (16 - 14) * ((100vw - 320px) / (1920 - 320))) 0 0;
  font-size: calc(14px + (16 - 14) * ((100vw - 320px) / (1920 - 320)));
  width: 80%;
}
@media (max-width: 767px) {
  .product-section .right-box-contain .procuct-contain p {
    width: 100%;
  }
}
.product-section .right-box-contain .product-packege .select-packege {
  display: flex;
  flex-wrap: wrap;
  gap: calc(5px + (13 - 5) * ((100vw - 320px) / (1920 - 320)));
}
@media (max-width: 767px) {
  .product-section .right-box-contain .product-packege .select-packege {
    justify-content: center;
  }
}
[dir=rtl] .product-section .right-box-contain .product-packege .select-packege {
  padding-right: 0;
}
.product-section .right-box-contain .product-packege .select-packege li a {
  padding: 6px 11px;
  border: 1px solid #e1e1e1;
  border-radius: 4px;
  display: block;
  color: #4a5568;
  font-size: 14px;
  transition: all 0.3s ease-in-out;
}
.product-section .right-box-contain .product-packege .select-packege li a.active {
  border: 1px solid var(--theme-color);
  background: var(--theme-color2);
  color: #ffffff;
}
.product-section .right-box-contain .note-box {
  display: flex;
  flex-wrap: nowrap;
  gap: calc(7px + (15 - 7) * ((100vw - 320px) / (1920 - 320)));
  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 {
  -webkit-animation: shake 150ms 2 linear;
          animation: shake 150ms 2 linear;
}
.product-section .right-box-contain .note-box .product-qty {
  width: auto;
  margin-top: 0;
}
@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 .buy-now-button {
  margin-top: 20px;
  padding-bottom: 16px;
  border-bottom: 1px solid #e1e1e1;
}
.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;
  border-bottom: 1px solid #ececec;
  padding-bottom: 16px;
}
.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 + (8 - 5) * ((100vw - 320px) / (1920 - 320)));
  align-items: center;
  color: #777;
}
.product-section .right-box-contain .buy-box a .feather {
  width: 17px;
  height: auto;
}
.product-section .right-box-contain .pickup-box {
  padding-bottom: 20px;
  border-bottom: 1px solid #e1e1e1;
}
.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 + (17 - 8) * ((100vw - 320px) / (1920 - 320)));
  align-items: flex-start;
  text-align: left;
  display: inline-block;
  -moz-column-count: 2;
       column-count: 2;
  background-color: #f9f9f9;
  padding: 15px;
  border-radius: 12px;
  width: 80%;
}
@media (max-width: 480px) {
  .product-section .right-box-contain .pickup-box .product-info .product-info-list {
    -moz-column-count: 1;
         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 {
    -moz-column-count: 1;
         column-count: 1;
    padding: 15px;
  }
}
@media (max-width: 1199px) {
  .product-section .right-box-contain .pickup-box .product-info .product-info-list-2 {
    -moz-column-count: 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: 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 + (15 - 14) * ((100vw - 320px) / (1920 - 320)));
  position: relative;
  color: #777;
}
@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%;
}
.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 + (16 - 14) * ((100vw - 320px) / (1920 - 320)));
  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 ul {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: calc(3px + (8 - 3) * ((100vw - 320px) / (1920 - 320)));
}
@media (max-width: 767px) {
  .product-section .right-box-contain .paymnet-option ul {
    justify-content: center;
  }
}
[dir=rtl] .product-section .right-box-contain .paymnet-option ul {
  padding-right: 0;
}
.product-section .right-box-contain .share-option {
  padding-bottom: 20px;
}
.product-section .right-box-contain .share-option ul {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.product-section .right-box-contain .share-option ul li {
  display: block;
}
.product-section .right-box-contain .share-option ul li a {
  display: block;
  text-align: center;
  font-size: 17px;
  color: #4a5568;
}
.product-section .product-main .slider-image img {
  width: 100%;
}
.product-section .right-sidebar-box {
  position: -webkit-sticky;
  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);
}

.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 + (25 - 21) * ((100vw - 320px) / (1920 - 320)));
  font-weight: 600;
  margin-bottom: calc(16px + (21 - 16) * ((100vw - 320px) / (1920 - 320)));
}
.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 + (35 - 25) * ((100vw - 320px) / (1920 - 320)));
}
.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 + (-26 - -18) * ((100vw - 320px) / (1920 - 320)));
  font-size: calc(14px + (20 - 14) * ((100vw - 320px) / (1920 - 320)));
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: #4a5568;
}
.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 + (170 - 136) * ((100vw - 320px) / (1920 - 320)));
  height: calc(136px + (170 - 136) * ((100vw - 320px) / (1920 - 320)));
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border-radius: calc(6px + (9 - 6) * ((100vw - 320px) / (1920 - 320)));
}
.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 + (12 - 4) * ((100vw - 320px) / (1920 - 320)));
}
.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 + (17 - 15) * ((100vw - 320px) / (1920 - 320)));
  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 - 0) * ((100vw - 320px) / (1920 - 320)));
}
.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 + (16 - 14) * ((100vw - 320px) / (1920 - 320)));
  margin-left: 5px;
  font-weight: 400;
}

.sticky-bottom-cart {
  position: fixed;
  bottom: -160px;
  width: 100%;
  z-index: 9;
  background-color: #ffffff;
  padding: calc(11px + (6 - 11) * ((100vw - 320px) / (1920 - 320))) 0;
  box-shadow: 0 0 3px 1px rgba(34, 34, 34, 0.06);
  transition: all 0.3s ease;
}
.sticky-bottom-cart .cart-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 575px) {
  .sticky-bottom-cart .cart-content {
    display: block;
  }
}
.sticky-bottom-cart .product-image {
  display: flex;
  align-items: center;
}
@media (max-width: 575px) {
  .sticky-bottom-cart .product-image {
    display: none;
  }
}
.sticky-bottom-cart .product-image img {
  width: 60px;
  height: 70px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
.sticky-bottom-cart .product-image .content {
  margin-left: 12px;
  color: #222222;
  margin-top: 0;
}
[dir=rtl] .sticky-bottom-cart .product-image .content {
  margin-left: 0;
  margin-right: 12px;
}
@media (max-width: 991px) {
  .sticky-bottom-cart .product-image .content {
    display: none;
  }
}
@media (max-width: 480px) {
  .sticky-bottom-cart .product-image .content {
    display: block;
  }
}
.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: capitalize;
}
.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;
}
[dir=rtl] .sticky-bottom-cart .product-image .content h6 del, [dir=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;
}
[dir=rtl] .sticky-bottom-cart .product-image .content h6 span, [dir=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 25px 0 auto;
}
@media (max-width: 575px) {
  .sticky-bottom-cart .selection-section {
    display: none;
  }
}
.sticky-bottom-cart .selection-section .form-control {
  background-color: #f8f8f8;
  border: 1px solid #f8f8f8;
  text-transform: capitalize;
}
.sticky-bottom-cart .selection-section .form-control:focus {
  box-shadow: none;
}
.sticky-bottom-cart .selection-section .product-qty {
  height: 51px;
}
.sticky-bottom-cart .selection-section .product-qty .input-group button {
  height: 100%;
}
.sticky-bottom-cart .selection-section .form-group {
  width: 300px;
  margin-left: 10px;
  margin-right: 10px;
}
@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;
  }
  [dir=rtl] .sticky-bottom-cart .add-btn a + a {
    margin-right: 8px;
    margin-left: unset;
  }
}
.sticky-bottom-cart .add-btn a i {
  margin-right: 7px;
}
[dir=rtl] .sticky-bottom-cart .add-btn a i {
  margin-right: unset;
  margin-left: 7px;
}

.stickyCart {
  padding-bottom: 94px;
}
.stickyCart .theme-option-2 {
  bottom: calc(74px + (90 - 74) * ((100vw - 320px) / (1920 - 320)));
}
@media (max-width: 575px) {
  .stickyCart {
    padding-bottom: 0;
  }
}
.stickyCart .sticky-bottom-cart {
  bottom: 0;
  transition: all 0.3s ease;
}
.stickyCart .recently-purchase.show {
  bottom: 110px;
}
.stickyCart .tap-top {
  bottom: 110px;
}

.about-us-wrap {
  margin-top: 50px;
  margin-bottom: 0px;
  background: #fff;
}
.about-us-wrap .content-title h2, .about-us-wrap .content-title .h2 {
  font-size: 65px;
  line-height: normal;
}
.about-us-wrap .content-title strong {
  color: #333333;
  font-weight: 500;
  font-size: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  display: block;
}
.about-us-wrap .content-title p {
  color: #666666;
  font-size: 16px;
  max-width: 50%;
  margin-left: auto;
  margin-right: auto;
  line-height: 25px;
}

.about-categories-wrap {
  margin-top: 50px;
  background: #666e6e0f;
  margin-bottom: 0;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}
.about-categories-wrap:before {
  content: url("../images/estaticas/aboutus/icono-star.png");
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
}
.about-categories-wrap .figure {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border-radius: 30px;
  overflow: hidden;
}
.about-categories-wrap .figure img {
  border-radius: 30px;
}
.about-categories-wrap .figure .figure-caption {
  padding: 30px 30px 30px 30px;
  min-height: 250px;
}
.about-categories-wrap .figure .figure-caption h2, .about-categories-wrap .figure .figure-caption .h2 {
  color: #333333;
  font-size: 20px;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 15px;
}
.about-categories-wrap .figure .figure-caption p {
  color: #666666;
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 15px;
}

.staff-categories-wrap {
  margin-top: 40px;
}

.mv-categories-wrap {
  background: #f4f9fd;
  margin-top: 20px;
  padding-top: 50px;
  padding-bottom: 20px;
}
.mv-categories-wrap .figure {
  background: #fff;
  padding: 40px 30px;
  border-radius: 30px;
  margin-bottom: 0;
}
.mv-categories-wrap .figure:before {
  content: url("../images/estaticas/aboutus/icon-mv.png");
  position: absolute;
  top: 0;
  left: 0;
}
.mv-categories-wrap .figure .figure-caption h2, .mv-categories-wrap .figure .figure-caption .h2 {
  margin-bottom: 15px;
}
.mv-categories-wrap .figure .figure-caption p {
  min-height: 50px;
  font-size: 16px;
  line-height: 1.3;
}
@media screen and (max-width: 1300px) {
  .mv-categories-wrap .figure .figure-caption p {
    min-height: 135px;
  }
}

.clients-categories-wrap {
  margin-top: 15px;
  margin-bottom: 15px;
}
.clients-categories-wrap .figure-img {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}
.clients-categories-wrap .figure-img:hover {
  cursor: pointer;
  -webkit-filter: grayscale(0%);
          filter: grayscale(0%);
}

/* Blog */
#blogs .post-content {
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  height: 100%;
}
#blogs .post-content .content {
  padding: 25px 25px 25px 25px;
}
#blogs .post-content .content .add-info {
  display: inline-block;
  width: 100%;
  margin-bottom: 10px;
}
#blogs .post-content .content .add-info span {
  display: inline-block;
}
#blogs .post-content .content .add-info .category {
  font-weight: 700;
  color: #2b2b2b;
  font-size: 16px;
  display: block;
  margin-bottom: 2px;
}
#blogs .post-content .content .add-info .separate {
  display: none;
  padding-right: 5px;
  padding-left: 5px;
  color: #888888;
  font-size: 5px;
}
#blogs .post-content .content .add-info .date {
  font-weight: 400;
  color: #888888;
  font-size: 16px;
}
#blogs .post-content .content h2, #blogs .post-content .content .h2 {
  color: #2b2b2b;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 5px;
}
#blogs .post-content .content h2 a, #blogs .post-content .content .h2 a {
  color: #2b2b2b;
  font-size: 20px;
  font-weight: 700;
  border-bottom: 0;
}
#blogs .post-content .content .date {
  color: #000;
  font-size: 16px;
  display: block;
  margin-bottom: 15px;
}
#blogs .post-content .content a {
  display: inline-block;
  color: #ff8f00;
  font-weight: 600;
  font-size: 20px;
  border-bottom: 1px solid #ff8f00;
  padding-bottom: 5px;
}
#blogs .post-content .autor {
  padding: 20px 0 20px 0;
}
#blogs .post-content .autor .media {
  align-items: center;
}
#blogs .post-content .autor .media img {
  width: auto;
  margin: auto;
}
#blogs .post-content .autor .media .media-body p {
  color: #999999;
  font-weight: bold;
}
#blogs .post-content .autor .media .media-body p > strong {
  color: #444444;
}
#blogs .post-content .blog-image {
  position: relative;
  overflow: hidden;
}
#blogs .post-content .blog-image::after {
  content: "";
  background: #0074bb;
  width: 150px;
  position: absolute;
  right: 0;
  height: 100%;
  top: 0;
  opacity: 0;
}
#blogs .post-content .blog-image a {
  width: 100%;
}
#blogs .post-content .blog-image a img {
  width: 100%;
}
#blogs .pagination {
  margin: 0;
  justify-content: center;
  align-items: center;
}
#blogs .pagination .page-link {
  position: relative;
  display: flex;
  padding: 0;
  margin-left: 0;
  line-height: 0;
  color: #fff;
  background-color: #323a45;
  border: 1px solid #323a45;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
}
#blogs .pagination .page-link:hover {
  z-index: 3;
  color: #fff;
  background-color: #ff8f00;
  border-color: #ff8f00;
}
#blogs .pagination .page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #ff8f00;
  border-color: #ff8f00;
}

main[role=blog] {
  padding-top: 0;
}

.padding-top {
  padding-top: 120px;
}

#view-blog .container {
  max-width: 800px;
}
#view-blog .imagen {
  margin-bottom: 40px;
}
#view-blog .imagen img {
  width: 100%;
}
#view-blog h1, #view-blog .h1 {
  font-size: 42px;
  font-weight: 800;
  margin-bottom: 2rem;
}
#view-blog h2, #view-blog .h2 {
  font-size: 25px;
  font-weight: 600;
  margin-top: 2rem;
  margin-bottom: 1rem;
}
#view-blog h3, #view-blog .h3 {
  font-size: 28px;
  font-weight: 400;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
#view-blog h4, #view-blog .h4 {
  font-size: 24px;
  font-weight: 400;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
#view-blog h5, #view-blog .h5 {
  font-size: 20px;
  font-weight: 400;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
#view-blog h6, #view-blog .h6 {
  font-size: 17px;
  font-weight: 400;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
#view-blog .texto img {
  text-align: center;
  width: 100%;
  height: inherit;
}
#view-blog a {
  color: #000;
}
#view-blog p {
  text-align: justify;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
#view-blog .navigation {
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#view-blog .navigation h6, #view-blog .navigation .h6 {
  width: 100%;
  display: block;
}
#view-blog .navigation .text-right {
  color: #fff;
  border: 0;
  background: #ff8f00;
  border-radius: 10px;
  margin-right: 15px;
  display: inline-block;
}
#view-blog .navigation .text-right .btn-light {
  background: transparent;
  color: #fff;
  border: 0;
  font-size: 16px;
}
#view-blog .navigation .text-left {
  color: #fff;
  border: 0;
  background: #ff8f00;
  border-radius: 10px;
  margin-left: 15px;
  display: inline-block;
}
#view-blog .navigation .text-left .btn-light {
  background: transparent;
  color: #fff;
  border: 0;
  font-size: 16px;
}
#view-blog .facebook {
  overflow: hidden;
  width: 100%;
  margin-top: 40px;
}

.single-post .barra {
  padding: 10px 0 10px;
}

.blog .breadcrumb,
.single .breadcrumb {
  padding: 15px 25px 0 25px;
  margin: 10px 0 0 0;
}

.single .breadcrumb li.breadcrumb-item.active {
  display: none;
}

.single .breadcrumb-container-bottom.padding {
  padding-bottom: 0;
}

/* =====================
   Proyectos (alineado a Nosotros)
========================== */
.about-us-wrap.proyectos-about-header.has-banner {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 80px;
  padding-bottom: 80px;
}
.about-us-wrap.proyectos-about-header.has-banner::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
}
.about-us-wrap.proyectos-about-header.has-banner .container {
  position: relative;
  z-index: 1;
}
.about-us-wrap.proyectos-about-header.has-banner .content-title h2, .about-us-wrap.proyectos-about-header.has-banner .content-title .h2 {
  color: #fff;
}
.about-us-wrap.proyectos-about-header.has-banner .content-title strong,
.about-us-wrap.proyectos-about-header.has-banner .content-title p {
  color: rgba(255, 255, 255, 0.95);
}

.proyectos-list-wrap .proyecto-item {
  margin-bottom: 60px;
  padding-bottom: 60px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}
.proyectos-list-wrap .proyecto-item:last-of-type {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.proyectos-list-wrap .proyecto-item .figure {
  margin-bottom: 0;
}
.proyectos-list-wrap .proyecto-item__body {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 10px 0;
}
@media (min-width: 992px) {
  .proyectos-list-wrap .proyecto-item__body {
    padding: 20px 24px;
  }
}
.proyectos-list-wrap .proyecto-item__body .title {
  width: 100%;
}
.proyectos-list-wrap .proyecto-item__body .title a {
  color: #333333;
  text-decoration: none;
  transition: color 0.2s ease;
}
.proyectos-list-wrap .proyecto-item__body .title a:hover {
  color: var(--theme-color);
}
.proyectos-list-wrap .proyecto-item__body .excerpt {
  color: #666666;
  font-size: 15px;
  line-height: 1.7;
  margin-bottom: 0;
}
.proyectos-list-wrap .proyecto-item__body .proyecto-item__meta {
  width: 100%;
}
.proyectos-list-wrap .proyecto-item__body .proyecto-item__meta li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: #555555;
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 10px;
}
.proyectos-list-wrap .proyecto-item__body .proyecto-item__meta li:last-child {
  margin-bottom: 0;
}
.proyectos-list-wrap .proyecto-item__body .proyecto-item__meta li i {
  color: var(--theme-color);
  font-size: 20px;
  line-height: 1.2;
  flex-shrink: 0;
}
.proyectos-list-wrap .proyecto-item__body .proyecto-item__meta li strong {
  color: #333333;
  font-weight: 600;
}
.proyectos-list-wrap .proyecto-item__body .btn-proyecto-link {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: auto !important;
  max-width: 100%;
  padding: 10px 28px;
  margin-top: 4px;
  border-radius: 6px;
  font-weight: 600;
  white-space: nowrap;
}
@media (min-width: 992px) {
  .proyectos-list-wrap .proyecto-item--reverse .proyecto-item__body {
    padding-left: 0;
    padding-right: 24px;
  }
}
.proyectos-list-wrap .proyectos-pagination {
  margin-top: 20px;
}

.proyectos-detail-banner {
  margin-top: 10px;
  padding-top: 10px;
}
.proyectos-detail-banner .figure {
  box-shadow: rgba(100, 100, 111, 0.2) 0 7px 29px;
  border-radius: 30px;
  overflow: hidden;
  margin-bottom: 0;
}
.proyectos-detail-banner .figure img {
  border-radius: 30px;
  width: 100%;
  max-height: 520px;
  -o-object-fit: cover;
     object-fit: cover;
}
.proyectos-detail-banner .proyecto-detail-carousel {
  border-radius: 30px;
  overflow: hidden;
}
.proyectos-detail-banner .proyecto-detail-carousel .proyecto-detail-carousel__slide {
  outline: none;
}
.proyectos-detail-banner .proyecto-detail-carousel .proyecto-detail-carousel__slide img {
  display: block;
  width: 100%;
  max-height: 520px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 30px;
}
.proyectos-detail-banner .proyecto-detail-carousel .slick-prev,
.proyectos-detail-banner .proyecto-detail-carousel .slick-next {
  z-index: 2;
  width: 44px;
  height: 44px;
  background: rgba(255, 255, 255, 0.92);
  border-radius: 50%;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.15);
}
.proyectos-detail-banner .proyecto-detail-carousel .slick-prev::before,
.proyectos-detail-banner .proyecto-detail-carousel .slick-next::before {
  color: #333333;
  font-size: 22px;
}
.proyectos-detail-banner .proyecto-detail-carousel .slick-prev {
  left: 16px;
}
.proyectos-detail-banner .proyecto-detail-carousel .slick-next {
  right: 16px;
}
.proyectos-detail-banner .proyecto-detail-carousel .slick-dots {
  bottom: 18px;
}
.proyectos-detail-banner .proyecto-detail-carousel .slick-dots li button::before {
  font-size: 10px;
  color: #fff;
  opacity: 0.65;
}
.proyectos-detail-banner .proyecto-detail-carousel .slick-dots li.slick-active button::before {
  color: var(--theme-color);
  opacity: 1;
}

.proyectos-detail-hero__title {
  margin-top: 28px;
  margin-bottom: 8px;
}
.proyectos-detail-hero__title h1, .proyectos-detail-hero__title .h1 {
  font-size: clamp(26px, 3.5vw, 40px);
  font-weight: 700;
  line-height: 1.25;
  color: #333333;
  margin: 0;
}

.proyectos-detail-body {
  margin-top: 28px !important;
  padding: 48px 0 56px;
  background: #666e6e0f;
}
.proyectos-detail-body .proyecto-detail__content ul,
.proyectos-detail-body .proyecto-detail__content ol {
  overflow: visible;
  list-style-type: disc;
  padding-left: 1.4rem;
  margin-bottom: 24px;
}
.proyectos-detail-body .proyecto-detail__content ul li,
.proyectos-detail-body .proyecto-detail__content ol li {
  display: list-item;
  margin-bottom: 10px;
  line-height: 1.65;
}

.proyectos-detail-products {
  padding: 56px 0 64px;
  background: #f8f9fa;
}
.proyectos-detail-products .content-title .title {
  font-size: clamp(24px, 3vw, 36px);
}
.proyectos-detail-products .proyectos-products-grid {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -8px;
  padding-bottom: 0;
}
.proyectos-detail-products .proyecto-product-grid__col {
  display: flex;
  flex: 0 0 50%;
  max-width: 50%;
}
.proyectos-detail-products .proyecto-product-grid__col .product-card {
  width: 100%;
  margin: 0;
}
@media (min-width: 768px) {
  .proyectos-detail-products .proyecto-product-grid__col {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
}
@media (min-width: 992px) {
  .proyectos-detail-products .proyecto-product-grid__col {
    flex: 0 0 20%;
    max-width: 20%;
  }
}

.proyectos-detail-clients {
  padding: 56px 0 64px;
  background: #fff;
  margin-top: 0;
}
.proyectos-detail-clients .content-title .title {
  font-size: clamp(28px, 3vw, 42px);
}
.proyectos-detail-clients .content-title p {
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}

.proyecto-detail__lead {
  font-size: 17px;
  line-height: 1.75;
  color: #444444;
  margin-bottom: 28px;
}

.proyecto-detail__content h3, .proyecto-detail__content .h3 {
  font-size: 20px;
  font-weight: 600;
  color: #333333;
  margin: 32px 0 14px;
}
.proyecto-detail__content h3:first-child, .proyecto-detail__content .h3:first-child {
  margin-top: 0;
}

.proyecto-meta-card {
  position: -webkit-sticky;
  position: sticky;
  top: 120px;
  background: #fff;
  border-radius: 20px;
  box-shadow: rgba(100, 100, 111, 0.15) 0 8px 24px;
  border: 1px solid rgba(0, 0, 0, 0.06);
  padding: 24px 22px;
}
.proyecto-meta-card__heading {
  font-size: 18px;
  font-weight: 600;
  color: #333333;
  margin: 0 0 20px;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.proyecto-meta-card__dl {
  margin: 0;
  padding: 0;
}
.proyecto-meta-card__item {
  margin: 0 0 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.proyecto-meta-card__item:last-of-type {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.proyecto-meta-card__item dt {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--theme-color);
  margin-bottom: 6px;
}
.proyecto-meta-card__item dd {
  margin: 0;
  color: #333333;
  font-size: 15px;
  line-height: 1.5;
  font-weight: 500;
}
.proyecto-meta-card__share {
  margin-top: 20px;
  padding-top: 18px;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
}
.proyecto-meta-card__share-label {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--theme-color);
  margin: 0;
}

.proyectos-social-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.proyectos-social-links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #f4f9fd;
  color: #333333;
  transition: all 0.2s ease;
}
.proyectos-social-links a:hover {
  background: var(--theme-color);
  color: #fff;
}

.slick-list .slick-track {
  float: left;
}

.slick-dotted.slick-slider {
  margin-bottom: 0;
}

.slick-prev,
.slick-next {
  z-index: 1;
}
.slick-prev:before,
.slick-next:before {
  font-family: "Line Awesome Free";
  font-size: 14px;
  font-weight: 900;
  color: #a6a6a6;
  opacity: 1;
  transition: 150ms ease-in-out;
}
.slick-prev:hover:before,
.slick-next:hover:before {
  color: #ff8f00;
  color: var(--color-primary);
}

.slick-prev:before {
  content: "\F104";
}

.slick-next:before {
  content: "\F105";
}

.rtl .slick-prev:before {
  content: "\F105";
}
.rtl .slick-next:before {
  content: "\F104";
}

.slick-lightbox .slick-prev:before,
.slick-lightbox .slick-next:before {
  font-size: 24px;
}
.slick-lightbox .slick-lightbox-close {
  right: 13px;
}
.slick-lightbox .slick-lightbox-close:before {
  font-family: "Line Awesome Free";
  font-weight: 900;
  font-size: 20px;
  content: "\F00D";
  transition: 150ms ease-in-out;
}
.slick-lightbox .slick-lightbox-close:hover:before {
  color: #ff8f00;
}

.slick-dots {
  bottom: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: -12px;
}
.slick-dots li {
  height: 10px;
  width: 10px;
  margin: 0 8px 12px;
  transition: 200ms ease-in-out;
}
.slick-dots li button {
  height: 10px;
  width: 10px;
  padding: 0;
  transition: 200ms ease-in-out;
}
.slick-dots li button:before {
  content: "";
  font-size: 14px;
  height: 10px;
  width: 10px;
  background: #ff8f00;
  border-radius: 5px;
  transition: 200ms ease-in-out;
}
.slick-dots li.slick-active {
  width: 30px;
}
.slick-dots li.slick-active button {
  width: 30px;
}
.slick-dots li.slick-active button:before {
  width: 30px;
  opacity: 1;
}

.arrow-prev.slick-arrow,
.arrow-next.slick-arrow {
  position: absolute;
  font-size: 14px;
  padding: 4px 0;
  color: #a6a6a6;
  z-index: 1;
  cursor: pointer;
  transition: none;
}
.arrow-prev.slick-arrow:hover,
.arrow-next.slick-arrow:hover {
  font-weight: 500;
  color: #ff8f00;
  color: var(--color-primary);
}

.arrow-prev {
  right: 110px;
}

.arrow-next {
  right: -3px;
}

.home-slider {
  border-radius: 2px;
  overflow: hidden;
}
.home-slider.slick-initialized .slide:not(:first-child) {
  display: block;
}
.home-slider.slick-initialized .slide .slide-content .caption {
  display: block;
}
.home-slider.slick-initialized .slide .slide-content .btn-slider {
  display: inline-block;
  background: #6c4222;
  color: #fff;
  padding: 15px 35px;
  font-weight: 700;
  margin: 15px 0 0 0;
  font-size: 20px;
  border-radius: 15px;
  text-transform: uppercase;
}
.home-slider .slide {
  position: relative;
  overflow: hidden;
  border-radius: 2px;
}
.home-slider .slide:not(:first-child) {
  display: none;
}
.home-slider .slide .slider-image {
  width: 100%;
  height: auto;
  opacity: 1 !important;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
}
.home-slider .container-fluid-lg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  text-align: left;
  bottom: 1rem;
  margin: auto !important;
}
.home-slider .slide-content {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  height: 100%;
  width: 100%;
  align-items: center;
}
.home-slider .slide-content.align-left {
  justify-content: flex-start;
}
.home-slider .slide-content.align-left .captions {
  margin-left: 80px;
  text-align: left;
}
.home-slider .slide-content.align-left .captions .caption-2 {
  margin-right: 90px;
}
.home-slider .slide-content.align-right {
  justify-content: flex-end;
}
.home-slider .slide-content.align-right .captions {
  margin-right: 80px;
}
@media screen and (max-width: 991px) {
  .home-slider .slide-content .captions {
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    position: absolute;
    top: 0;
    text-align: center !important;
    padding: 40px 20px;
  }
}
@media screen and (max-width: 991px) {
  .home-slider .slide-content .captions .caption-2 {
    margin-right: 0 !important;
  }
}
.home-slider .slide-content .caption {
  display: none;
}
.home-slider .slide-content .caption-1 {
  color: #fff;
  font-weight: 800;
  font-size: 40px;
  margin: 0;
  text-transform: uppercase;
  line-height: normal;
}
.home-slider .slide-content .caption-2 {
  font-weight: 800;
  font-size: 40px;
  color: #6c4222;
  text-transform: uppercase;
  line-height: normal;
  margin: 0px;
}
.home-slider .slide-content .btn-slider {
  display: none;
  margin-top: 37px;
  padding: 10px 30px;
}
.home-slider .slick-arrow {
  height: 50px;
  width: 25px;
  background: #ff8f00;
  background: var(--color-primary);
  opacity: 0.1;
  transition: 150ms ease-in-out;
}
.home-slider .slick-arrow:hover {
  opacity: 1;
}
.home-slider .slick-arrow.slick-prev {
  left: 0;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
}
.home-slider .slick-arrow.slick-prev:before {
  color: #ffffff;
  margin-right: 2px;
}
.home-slider .slick-arrow.slick-prev:before:hover {
  color: #ffffff;
}
.home-slider .slick-arrow.slick-next {
  right: 0;
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
}
.home-slider .slick-arrow.slick-next:before {
  color: #ffffff;
  margin-left: 2px;
}
.home-slider .slick-arrow.slick-next:before:hover {
  color: #ffffff;
}
.home-slider .slick-dots {
  bottom: 20px;
}

@media screen and (max-width: 767px) {
  .home-slider .slide-content .captions {
    width: 550px;
  }
  .home-slider .slide-content .caption-1 {
    font-size: 30px;
    line-height: 38px;
  }
  .home-slider .slide-content .caption-2 {
    font-size: 30px;
    line-height: 25px;
    margin-top: 13px;
  }
  .home-slider .slide-content .btn-slider {
    font-size: 14px;
    margin-top: 32px;
    padding: 8px 20px;
  }
}
@media screen and (max-width: 576px) {
  .home-slider .slide-content .caption-1 {
    font-size: 28px;
    line-height: 28px;
  }
  .home-slider .slide-content .caption-2 {
    font-size: 28px;
    line-height: 24px;
    margin-top: 10px;
  }
  .home-slider .slide-content .btn-slider {
    font-size: 13px;
    margin-top: 27px;
    padding: 6px 16px;
  }
}
@media screen and (max-width: 650px) {
  .home-slider .slide-content.align-left .captions {
    margin: 0;
    padding-left: 0;
    padding-right: 0;
    left: 0;
  }
  .home-slider .slide-content.align-right .captions {
    margin: 0;
    padding-left: 0;
    padding-right: 0;
    left: 0;
  }
}
.zoomInImage {
  -webkit-animation-name: zoomInImage;
          animation-name: zoomInImage;
}

@-webkit-keyframes zoomInImage {
  from {
    transform: scale3d(1, 1, 1);
  }
  to {
    transform: scale3d(1.05, 1.05, 1.05);
  }
}

@keyframes zoomInImage {
  from {
    transform: scale3d(1, 1, 1);
  }
  to {
    transform: scale3d(1.05, 1.05, 1.05);
  }
}
.home-section-wrap {
  margin-top: 0;
  padding-top: 0;
}

.home-section-inner {
  display: flex;
  width: 100%;
}
.home-section-inner .home-slider-wrap {
  width: 100%;
  padding: 0 0;
}
.home-section-inner .home-banner-wrap {
  width: 33.15%;
  padding: 0 15px;
}

@media screen and (min-width: 1650px) {
  .home-section-inner .home-slider-wrap {
    width: 100%;
  }
  .home-section-inner .home-banner-wrap {
    width: 33.34%;
  }
}
@media screen and (max-width: 1255px) {
  .home-section-inner .home-slider-wrap {
    width: 66.9%;
  }
  .home-section-inner .home-banner-wrap {
    width: 33.1%;
  }
}
@media screen and (max-width: 1199px) {
  .home-section-inner .home-slider-wrap {
    width: 100%;
  }
  .home-section-inner .home-banner-wrap {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  .home-section-wrap .home-section-inner {
    width: 100%;
    margin-left: 0;
  }
}
.features-wrap {
  margin-top: 50px;
}
.features-wrap .features {
  padding-bottom: 30px;
  border: 1px solid #e1e1e1;
  border-radius: 2px;
}

.features-wrap .feature-list {
  display: flex;
  flex-wrap: wrap;
}
.features-wrap .single-feature {
  position: relative;
  flex: 0 0 20%;
  max-width: 20%;
  margin-top: 30px;
  padding: 0 15px;
}
.features-wrap .single-feature:last-child:after {
  width: 0;
}
.features-wrap .single-feature:after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  height: 42px;
  width: 1px;
  background: #e1e1e1;
}

@media screen and (max-width: 1280px) {
  .features-wrap .single-feature {
    flex: 0 0 25%;
    max-width: 25%;
    justify-content: flex-start;
    padding: 0 30px;
  }
  .features-wrap .single-feature:after {
    content: none;
  }
}
@media screen and (max-width: 1080px) {
  .features-wrap .single-feature {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
}
@media screen and (max-width: 780px) {
  .features-wrap .single-feature {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media screen and (max-width: 576px) {
  .features-wrap .single-feature {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.featured-categories-wrap {
  margin-top: 50px;
}
.featured-categories-wrap .featured-categories-header {
  display: flex;
}

.featured-categories-text {
  padding-right: 30px;
  max-width: 400px;
  width: 100%;
}
.featured-categories-text .title {
  font-weight: 400;
}
.featured-categories-text .excerpt {
  font-weight: 300;
  line-height: 24px;
  display: block;
  margin-top: 10px;
  color: #6e6e6e;
}

.featured-categories-tabs {
  display: flex;
}
.featured-categories-tabs .tab-item {
  display: flex;
  height: 160px;
  width: 170px;
  margin-left: 30px;
  padding: 10px;
  text-align: center;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border: 1px solid #ebebeb;
  border-radius: 10px;
  cursor: pointer;
  z-index: 0;
  transition: 150ms ease-in-out;
}
.featured-categories-tabs .tab-item:first-child {
  margin-left: 0;
}
.featured-categories-tabs .tab-item.active {
  border-color: #ff8f00;
  cursor: default;
}
.featured-categories-tabs .tab-item.loading {
  border-color: #ff8f00;
  cursor: default;
}
.featured-categories-tabs .tab-item.loading:hover {
  border-color: #ff8f00;
}
.featured-categories-tabs .tab-item.loading:after {
  height: 40px;
  width: 40px;
}
.featured-categories-tabs .tab-item:hover {
  border-color: #ff8f00;
}
.featured-categories-tabs .featured-category-image {
  position: relative;
  width: 100%;
  margin-bottom: 10px;
  padding-bottom: 50%;
}
.featured-categories-tabs .featured-category-image > img {
  position: absolute;
  left: 50%;
  top: 50%;
  max-height: 100%;
  max-width: 100%;
  transform: translate(-50%, -50%);
}
.featured-categories-tabs .featured-category-image .image-placeholder {
  height: 45px;
  width: 45px;
}
.featured-categories-tabs .featured-category-name {
  font-size: 14px;
  display: block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media screen and (max-width: 1800px) {
  .featured-categories-wrap .tabs .tab-item {
    height: 140px;
    width: 150px;
  }
}
@media screen and (max-width: 1650px) {
  .featured-categories-wrap .tabs .tab-item {
    height: 130px;
    width: 140px;
  }
}
@media screen and (max-width: 1600px) {
  .featured-categories-wrap .tabs .tab-item {
    height: 120px;
    width: 130px;
  }
}
@media screen and (max-width: 1550px) {
  .featured-categories-wrap .tabs .tab-item {
    height: 110px;
    width: 120px;
  }
}
@media screen and (max-width: 1300px) {
  .featured-categories-wrap .featured-categories-header {
    flex-wrap: wrap;
    text-align: center;
    justify-content: center;
  }
  .featured-categories-wrap .featured-categories-text {
    max-width: 100%;
  }
  .featured-categories-wrap .tabs {
    margin: 30px -15px -30px;
    flex-wrap: wrap;
    justify-content: center;
  }
  .featured-categories-wrap .tabs .tab-item {
    margin: 0 15px 30px 15px;
  }
  .featured-categories-wrap .tabs .tab-item:last-child {
    margin-right: 15px;
  }
}
.banner-wrap {
  margin-top: 50px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.banner-wrap.m-t-0 {
  margin-top: 0;
}

.banner {
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 0;
  border-radius: 20px;
}
.banner:before, .banner:after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background: rgba(255, 255, 255, 0.3);
  opacity: 0;
  z-index: 1;
}
.banner:before {
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.banner:after {
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}
.banner:hover:before {
  -webkit-animation: effect-height 700ms ease-in;
          animation: effect-height 700ms ease-in;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.banner:hover:after {
  -webkit-animation: effect-width 700ms ease-in;
          animation: effect-width 700ms ease-in;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.banner:hover > img {
  transform: scale(1.05);
}
.banner > img {
  width: 100%;
  border-radius: 2px;
  transform: scale(1);
  transition: 800ms ease;
}

@media screen and (max-width: 767px) {
  .three-column-full-width-banner .row > div:first-child .banner {
    margin-top: 0;
  }
  .three-column-full-width-banner .row > div .banner {
    margin-top: 15px;
  }

  .two-column-banner .row > .col-md-9:last-child .banner {
    margin-top: 15px;
  }

  .three-column-banner .row > .col-md-6:first-child .banner {
    margin-top: 0;
  }
  .three-column-banner .row > .col-md-6 .banner {
    margin-top: 15px;
  }
}
@-webkit-keyframes effect-height {
  0% {
    height: 0;
    opacity: 1;
    visibility: visible;
  }
  100% {
    height: 100%;
    opacity: 0;
    visibility: hidden;
  }
}
@keyframes effect-height {
  0% {
    height: 0;
    opacity: 1;
    visibility: visible;
  }
  100% {
    height: 100%;
    opacity: 0;
    visibility: hidden;
  }
}
@-webkit-keyframes effect-width {
  0% {
    width: 0;
    opacity: 1;
    visibility: visible;
  }
  100% {
    width: 100%;
    opacity: 0;
    visibility: hidden;
  }
}
@keyframes effect-width {
  0% {
    width: 0;
    opacity: 1;
    visibility: visible;
  }
  100% {
    width: 100%;
    opacity: 0;
    visibility: hidden;
  }
}
.pages-section-wrap.pages {
  padding-top: 50px;
  padding-bottom: 20px;
}
.pages-section-wrap .page-header .title {
  color: #000;
  font-weight: 700;
  margin-bottom: 30px;
  position: relative;
  font-size: 40px;
  width: 100%;
  text-transform: none;
}
.pages-section-wrap .page-header .title::after {
  content: "";
  height: 5px;
  width: 50px;
  position: absolute;
  left: 50%;
  bottom: -10px;
  transform: translateX(-50%);
  background: #ff8f00;
}

#cservice .col-text {
  width: 95%;
}
#cservice .col-text h2, #cservice .col-text .h2 {
  color: #000;
  margin-bottom: 30px;
  position: relative;
  font-size: 30px;
  width: 100%;
}
#cservice .col-text h2::after, #cservice .col-text .h2::after {
  content: "";
  height: 5px;
  width: 50px;
  position: absolute;
  left: 0;
  bottom: -10px;
  transform: none;
  background: #ff8f00;
}
#cservice .col-text p {
  font-size: 15px;
  font-weight: 500;
}
#cservice ol li {
  display: list-item;
}
@media screen and (max-width: 650px) {
  #cservice .col-image img {
    width: 100%;
  }
}

.landscape-tab-products-wrap {
  margin-top: 30px;
}
.landscape-tab-products-wrap .section-title {
  margin-top: 13px;
  padding-bottom: 14px;
}

.landscape-left-tab-products {
  margin-bottom: -50px;
}
.landscape-left-tab-products .arrow-prev.slick-arrow,
.landscape-left-tab-products .arrow-next.slick-arrow {
  top: -40px;
}

@media screen and (max-width: 767px) {
  .landscape-tab-products-wrap .tab-products-header {
    text-align: center;
  }
  .landscape-tab-products-wrap .tab-products-header .section-title {
    margin: 0 0 10px;
    padding-top: 15px;
    float: none !important;
  }
  .landscape-tab-products-wrap .tab-products-header .section-title:after {
    left: 50%;
    transform: translateX(-50%);
  }
  .landscape-tab-products-wrap .tab-products-header .tabs {
    display: block;
    margin-top: 5px;
    text-align: center;
    float: none !important;
  }
  .landscape-tab-products-wrap .tab-products-header .tabs .tab-item {
    display: inline-block;
    float: none;
  }
}
.grid-products-wrap {
  margin-top: 30px;
  padding: 44px 0;
}
.grid-products-wrap .tabs .tab-item {
  font-size: 20px;
  font-weight: 300;
  padding: 15px 3px;
  color: #191919;
}

.grid-products .arrow-prev.slick-arrow,
.grid-products .arrow-next.slick-arrow {
  top: -40px;
}
.grid-products .arrow-prev {
  right: 110px;
}
.grid-products .arrow-next {
  right: -3px;
}
.grid-products .grid-products-inner {
  display: flex;
  flex-wrap: wrap;
  padding: 0 15px;
}
.grid-products .product-card {
  flex: 0 0 20%;
  max-width: 20%;
  margin: 0;
  border-left: none;
  border-top: none;
}
.grid-products .product-card:nth-child(1), .grid-products .product-card:nth-child(7) {
  border-left: 1px solid #ebebeb;
}
.grid-products .product-card:nth-child(-n+6) {
  border-top: 1px solid #ebebeb;
}

@media screen and (max-width: 1760px) {
  .grid-products .product-card {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .grid-products .product-card:nth-child(6), .grid-products .product-card:nth-child(11) {
    border-left: 1px solid #ebebeb;
  }
  .grid-products .product-card:nth-child(6) {
    border-top: none;
  }
  .grid-products .product-card:nth-child(7) {
    border-left: none;
  }
}
@media screen and (max-width: 1300px) {
  .grid-products .product-card {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .grid-products .product-card:nth-child(5) {
    border-top: none;
    border-left: 1px solid #ebebeb;
  }
  .grid-products .product-card:nth-child(6), .grid-products .product-card:nth-child(11) {
    border-left: none;
  }
  .grid-products .product-card:nth-child(9) {
    border-left: 1px solid #ebebeb;
  }
}
@media screen and (max-width: 1050px) {
  .grid-products .product-card {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .grid-products .product-card:nth-child(4), .grid-products .product-card:nth-child(7), .grid-products .product-card:nth-child(10) {
    border-left: 1px solid #ebebeb;
  }
  .grid-products .product-card:nth-child(4) {
    border-top: none;
  }
  .grid-products .product-card:nth-child(5), .grid-products .product-card:nth-child(9) {
    border-left: none;
  }
}
@media screen and (max-width: 767px) {
  .grid-products-wrap {
    margin-bottom: 0;
  }
  .grid-products-wrap .tabs {
    display: block;
    text-align: center;
    float: none !important;
  }
  .grid-products-wrap .tabs .tab-item {
    display: inline-block;
    float: none;
  }

  .grid-products .slick-list {
    margin: 0 -15px -50px;
  }
}
@media screen and (max-width: 620px) {
  .grid-products .product-card {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .grid-products .product-card:nth-child(3), .grid-products .product-card:nth-child(5), .grid-products .product-card:nth-child(9), .grid-products .product-card:nth-child(11) {
    border-left: 1px solid #ebebeb;
  }
  .grid-products .product-card:nth-child(3) {
    border-top: none;
  }
  .grid-products .product-card:nth-child(4), .grid-products .product-card:nth-child(10) {
    border-left: none;
  }
}
.top-brands-wrap {
  margin-top: 50px;
}

.top-brands {
  padding: 35px 50px;
  border: 1px solid #e5e5e5;
  border-radius: 10px;
  white-space: nowrap;
  overflow: hidden;
}
.top-brands .slick-prev {
  left: 25px;
}
.top-brands .slick-next {
  right: 25px;
}
.top-brands .slick-prev:before,
.top-brands .slick-next:before {
  font-weight: 900;
}
.top-brands .top-brand-image {
  display: inline-flex;
  height: 55px;
  margin: 0 10px;
  align-items: center;
  justify-content: center;
}
.top-brands .top-brand-image:hover > img {
  transform: scale(1.1);
  -webkit-filter: none;
  filter: none;
}
.top-brands .top-brand-image > img {
  max-height: 100%;
  max-width: 100%;
  transition: 200ms ease-in-out;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

@media screen and (max-width: 767px) {
  .top-brands {
    padding: 35px;
  }
  .top-brands .slick-prev {
    left: 15px;
  }
  .top-brands .slick-next {
    right: 15px;
  }
}
.vertical-products-wrap {
  margin-top: 44px;
  padding: 44px 0;
}
.vertical-products-wrap .grid-products .product-card {
  flex: 0 0 33.3%;
  max-width: 33.3%;
}
.vertical-products-wrap .section-title {
  margin-top: 13px;
  padding-bottom: 13px;
}

.daily-deals-wrap .daily-deals-header {
  margin-bottom: 30px;
}
.daily-deals-wrap .section-title {
  font-weight: 400;
  padding-bottom: 13px;
}
.daily-deals-wrap .section-title b {
  color: #ff8f00;
  color: var(--color-primary);
}

.daily-deals .arrow-prev.slick-arrow,
.daily-deals .arrow-next.slick-arrow {
  bottom: 15px;
}
.daily-deals .arrow-prev {
  left: 36px;
  right: auto;
}
.daily-deals .arrow-next {
  right: 36px;
}
.daily-deals .daily-deals-inner {
  padding: 20px 40px 40px;
}
.daily-deals .product-image {
  height: 440px;
  margin-bottom: 14px;
  overflow: hidden;
}
.daily-deals .product-image img {
  height: 100%;
}
.daily-deals .product-image .image-placeholder {
  height: 100px;
  width: 100px;
}
.daily-deals .product-name {
  display: block;
  margin-bottom: 23px;
  color: #191919;
}
.daily-deals .product-name:hover h6, .daily-deals .product-name:hover .h6 {
  color: #ff8f00;
  color: var(--color-primary);
}
.daily-deals .product-name h6, .daily-deals .product-name .h6 {
  font-weight: bold;
  line-height: 24px;
  font-size: 24px;
  display: block;
  display: -webkit-box;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  transition: 150ms ease-in-out;
}
.daily-deals .product-info {
  display: none;
  margin-bottom: 25px;
  padding: 10px 0 8px;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
}
.daily-deals .product-rating .rating-count {
  font-size: 12px;
  margin-top: 2px;
}
.daily-deals .daily-deals-countdown.is-countdown {
  margin-bottom: 12px;
}
.daily-deals .daily-deals-countdown.is-countdown .countdown-amount {
  height: 40px;
  width: 40px;
  background: #f2f4f5;
}
.daily-deals .daily-deals-countdown.is-countdown .countdown-section {
  margin-right: 15px;
}
.daily-deals .daily-deals-countdown.is-countdown .countdown-section:last-child {
  margin-right: 0;
}
.daily-deals .deal-progress {
  margin-bottom: 21px;
}
.daily-deals .deal-progress .deal-stock {
  display: flex;
  margin-bottom: 3px;
  justify-content: space-between;
}
.daily-deals .deal-progress .stock-available,
.daily-deals .deal-progress .stock-sold {
  font-size: 12px;
  line-height: 22px;
  color: #a6a6a6;
}
.daily-deals .deal-progress .stock-available > span,
.daily-deals .deal-progress .stock-sold > span {
  color: #191919;
}
.daily-deals .deal-progress .progress {
  height: 10px;
  background: #ebebeb;
  border-radius: 2px;
}
.daily-deals .deal-progress .progress .progress-bar {
  background: #ff8f00;
  background: var(--color-primary);
}

@media screen and (max-width: 1800px) {
  .daily-deals .product-image {
    height: 345px;
  }
}
@media screen and (max-width: 1199px) {
  .vertical-products-wrap .row > div:not(:first-child) .vertical-products {
    margin-top: 44px;
  }
}
@media screen and (min-width: 992px) {
  .vertical-products-wrap .vertical-products .vertical-products-header {
    margin-bottom: 30px;
  }
  .vertical-products-wrap .vertical-products .vertical-product-card {
    margin-bottom: 34px;
  }
  .vertical-products-wrap .vertical-products .vertical-product-card:last-child {
    margin-bottom: 0;
  }
  .vertical-products-wrap .vertical-products .vertical-product-card .product-name {
    margin-bottom: 12px;
  }
  .vertical-products-wrap .vertical-products .vertical-product-card .product-name h6, .vertical-products-wrap .vertical-products .vertical-product-card .product-name .h6 {
    line-height: 24px;
    max-height: 48px;
  }
  .vertical-products-wrap .vertical-products .vertical-product-card .product-price {
    margin-bottom: 9px;
  }
}
@media screen and (max-width: 576px) {
  .daily-deals .daily-deals-inner {
    padding: 20px 30px 40px;
  }
  .daily-deals .product-image {
    position: relative;
    height: auto;
    padding-bottom: 80%;
  }
  .daily-deals .product-image > img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.blog-wrap {
  margin-top: 44px;
}
.blog-wrap .blog-header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 32px;
  border-bottom: 1px solid #e5e5e5;
}
.blog-wrap .blog-header .section-title {
  padding-bottom: 14px;
}
.blog-wrap .blog-header .view-all {
  margin-top: 2px;
  color: #a6a6a6;
}
.blog-wrap .blog-header .view-all:hover {
  color: #ff8f00;
  color: var(--color-primary);
}

.blog-post {
  width: calc(33.33333333333333% - 30px);
  margin: 0 15px;
  border: 1px solid #ebebeb;
  border-radius: 2px;
  transition: 150ms ease-in-out;
}
.blog-post:hover {
  border-color: transparent;
  box-shadow: 2.5px 4.33px 50px 5px rgba(11, 28, 42, 0.15);
}
.blog-post:hover .blog-image .image-placeholder {
  border-color: #f6f7f8;
}
.blog-post .blog-image {
  position: relative;
  margin: -1px -1px 0 -1px;
}
.blog-post .blog-image > img {
  width: 100%;
  border-radius: 2px 2px 0 0;
}
.blog-post .blog-image .image-placeholder {
  display: flex;
  height: 227px;
  justify-content: center;
  align-items: center;
  background: #f6f7f8;
  border: 1px solid #ebebeb;
  border-bottom: none;
  border-radius: 2px 2px 0 0;
  transition: 150ms ease-in-out;
}
.blog-post .blog-image .image-placeholder > img {
  height: 100px;
  width: 100px;
}
.blog-post .blog-image .blog-date {
  position: absolute;
  left: 20px;
  bottom: 20px;
  height: 55px;
  width: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: rgba(0, 85, 184, 0.8);
  background: var(--color-primary-transparent);
  border-radius: 2px;
}
.blog-post .blog-image .blog-date > span {
  font-weight: 300;
  line-height: 18px;
  color: #ffffff;
}
.blog-post .blog-meta {
  display: flex;
  margin-bottom: 8px;
}
.blog-post .blog-meta > li {
  font-size: 14px;
  font-weight: 300;
  color: #6e6e6e;
  margin-left: 25px;
  cursor: default;
}
.blog-post .blog-meta > li:first-child {
  margin-left: 0;
}
.blog-post .blog-meta > li > i {
  margin-right: 5px;
  color: #ff8f00;
  color: var(--color-primary);
}
.blog-post .blog-body {
  padding: 26px 20px 30px;
}
.blog-post .blog-title {
  font-weight: 400;
  margin-bottom: 13px;
}
.blog-post .blog-title > a {
  color: #191919;
}
.blog-post .blog-title > a:hover {
  color: #ff8f00;
  color: var(--color-primary);
}
.blog-post .blog-description {
  font-weight: 300;
  line-height: 22px;
  max-height: 66px;
  margin-bottom: 29px;
  color: #6e6e6e;
  overflow: hidden;
}

@media screen and (max-width: 1199px) {
  .blog-post .blog-image .image-placeholder {
    height: 200px;
  }
}
@media screen and (max-width: 991px) {
  .blog-post {
    width: calc(50% - 30px);
  }
  .blog-post:last-child {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .blog-post {
    width: 100%;
  }
  .blog-post:nth-child(2) {
    margin-top: 30px;
  }
}
@media screen and (max-width: 991px) {
  .values-slider.slick-list .slick-track {
    float: left;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }

  .values-slider .service-contain-2 {
    display: block;
    align-items: center;
    height: 100%;
    text-align: center;
  }

  .values-slider .icon-width {
    width: 85px;
    height: 85px;
    margin: 0 auto 15px auto;
  }

  .values-slider .service-contain-2 .service-detail {
    margin-left: 0;
    transition: all 0.3s ease-in-out;
  }

  .values-slider .slick-prev {
    left: 0;
  }

  .values-slider .slick-next {
    right: 0;
  }

  .service-section .values-slider .slick-list {
    width: 100%;
  }

  .nav-tabs-slider.tab-style-color-2 {
    overflow: visible;
  }

  .nav-tabs-slider.tab-style-color .nav-item .nav-link {
    width: 95%;
    margin: auto;
  }

  .header-wrap {
    padding: 10px 0;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
  }
}
.btn:disabled, .btn.disabled, fieldset:disabled .btn {
  color: #fff;
  pointer-events: none;
  background-color: #ff8f00;
  border-color: #ff8f00;
  opacity: 0.65;
}

.login-wrap .remember-me {
  margin-top: -1px;
  float: left;
}
.login-wrap .forgot-password {
  margin-top: -1px;
  color: #6e6e6e;
  float: right;
}
.login-wrap .forgot-password:hover {
  color: #ff8f00;
  color: var(--color-primary);
}
.login-wrap .btn-sign-in {
  margin-top: 34px;
}
.login-wrap .btn-create-account {
  margin-top: 12px;
}

@media screen and (max-width: 380px) {
  .login-wrap .remember-me,
.login-wrap .forgot-password {
    display: block;
    text-align: center;
    float: none;
  }
  .login-wrap .forgot-password {
    margin-top: 4px;
  }
}
.register-wrap .terms-and-conditions {
  margin-top: -1px;
}
.register-wrap .form-group > img {
  border-radius: 2px;
}
.register-wrap .btn-create-account {
  margin-top: 34px;
}
.register-wrap .btn-sign-in {
  margin-top: 12px;
}

.my-orders-table {
  margin-bottom: 5px;
}
.my-orders-table thead th {
  white-space: nowrap;
}
.my-orders-table tbody tr:first-child td {
  padding-top: 30px;
}
.my-orders-table tbody td {
  white-space: nowrap;
}
.my-orders-table tbody td:first-child {
  font-weight: 500;
}
.my-orders-table tbody td:nth-child(2) {
  color: #6e6e6e;
}
.my-orders-table tbody td:nth-child(4) {
  font-weight: 500;
}
.my-orders-table .product-price {
  color: #191919;
}
.my-orders-table .badge {
  margin-top: -6px;
}
.my-orders-table .btn-view {
  margin-top: -2px;
  padding: 0;
  letter-spacing: 2px;
}
.my-orders-table .btn-view:hover {
  color: #ff8f00;
  color: var(--color-primary);
}
.my-orders-table .btn-view > i {
  margin-right: 7px;
}

.user-info {
  padding: 23px 30px;
}
.user-info li {
  display: flex;
  line-height: 24px;
  padding: 11px 0;
  color: #6e6e6e;
}
.user-info li > i {
  font-size: 24px;
  margin-right: 8px;
  vertical-align: top;
}
.user-info li > span {
  word-break: break-all;
}

.my-wishlist-table {
  margin-bottom: 10px;
}
.my-wishlist-table tbody td:not(:first-child) {
  vertical-align: middle;
}
.my-wishlist-table tbody td:nth-child(5) {
  min-width: 160px;
}
.my-wishlist-table .product-image {
  height: 60px;
  width: 60px;
  border-radius: 2px;
  overflow: hidden;
}
.my-wishlist-table .product-image .image-placeholder {
  height: 40px;
  width: 40px;
}
.my-wishlist-table .product-name {
  display: inline-block;
  min-width: 220px;
  color: #191919;
}
.my-wishlist-table .product-name:hover {
  color: #ff8f00;
  color: var(--color-primary);
}
.my-wishlist-table .product-price {
  margin-top: 2px;
}
.my-wishlist-table .badge {
  margin-top: 1px;
}
.my-wishlist-table .btn-delete {
  padding: 0;
  letter-spacing: 2px;
}
.my-wishlist-table .btn-delete:hover {
  color: #ff8f00;
  color: var(--color-primary);
}
.my-wishlist-table .btn-delete > i {
  margin-right: 7px;
}

.my-reviews-table {
  margin-bottom: 10px;
}
.my-reviews-table tbody td:not(:first-child) {
  vertical-align: middle;
}
.my-reviews-table tbody td:nth-child(3) {
  color: #6e6e6e;
  white-space: nowrap;
}
.my-reviews-table .product-image {
  height: 60px;
  width: 60px;
  border-radius: 2px;
  overflow: hidden;
}
.my-reviews-table .product-image .image-placeholder {
  height: 40px;
  width: 40px;
}
.my-reviews-table .product-name {
  display: inline-block;
  min-width: 220px;
  color: #191919;
}
.my-reviews-table .product-name:hover {
  color: #ff8f00;
  color: var(--color-primary);
}
.my-reviews-table .product-rating > i {
  font-size: 18px;
  margin-right: 4px;
}
.my-reviews-table .product-rating > i:last-child {
  margin-right: 0;
}

.my-profile {
  padding: 35px 30px 40px;
}

.account-wrap {
  margin-top: 42px;
}
.account-wrap .account-left {
  min-width: 267px;
}
.account-wrap .account-right {
  width: 100%;
  margin-left: 30px;
  overflow: hidden;
}

.account-wrap-inner {
  display: flex;
}

.account-sidebar li.active a {
  font-weight: 500;
  color: #ff8f00;
  color: var(--color-primary);
}
.account-sidebar li.active a:after {
  position: absolute;
  content: "";
  left: 0;
  top: 17px;
  height: 15px;
  width: 7px;
  background: #ff8f00;
  background: var(--color-primary);
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
}
.account-sidebar li a {
  font-size: 16px;
  line-height: 36px;
  position: relative;
  display: inline-block;
  color: #191919;
  padding: 8px 0 8px 28px;
}
.account-sidebar li a:hover {
  color: #ff8f00;
  color: var(--color-primary);
}
.account-sidebar li a > i {
  font-size: 24px;
  vertical-align: top;
  margin-top: 5px;
  margin: 5px 12px 0 0;
}

.account-wrap .pagination {
  margin: 17px -13px -15px 0;
}
.account-wrap .empty-message {
  padding: 64px 15px 63px;
  text-align: center;
}
.account-wrap .empty-message > h3, .account-wrap .empty-message > .h3 {
  font-weight: 400;
}

@media screen and (max-width: 1400px) {
  .account-wrap .account-left {
    min-width: 245px;
  }
}
@media screen and (max-width: 991px) {
  .account-wrap {
    margin-top: 23px;
  }
  .account-wrap .account-left {
    min-width: 0;
  }
  .account-wrap .account-right {
    margin: 29px 0 0 0;
  }

  .account-wrap-inner {
    flex-direction: column;
  }
}
.contact-wrap {
  margin: 90px 0;
}
.contact-wrap .map-canvas {
  position: relative;
  height: 0;
  padding-bottom: 34%;
  overflow: hidden;
  border-radius: 2px;
}
.contact-wrap .map-canvas > iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.contact-form-wrap {
  display: flex;
  margin-top: -5%;
  justify-content: center;
}
.contact-form-wrap .contact-form-inner {
  display: flex;
  width: 1000px;
  box-shadow: 0px 5px 28.5px 1.5px rgba(9, 6, 24, 0.1);
  overflow: hidden;
  border-radius: 6px;
}

.contact-form-left {
  position: relative;
  width: 350px;
  min-width: 350px;
  padding: 44px 60px 44px;
  background: #ff8f00;
  overflow: hidden;
}
.contact-form-left .title {
  margin-bottom: 48px;
  color: #ffffff;
}
.contact-form-left .contact-info li {
  color: #ffffff;
  margin-bottom: 29px;
}
.contact-form-left .contact-info li:last-child {
  margin-bottom: 0;
}
.contact-form-left .contact-info li i {
  color: #ffffff !important;
}
.contact-form-left .social-links {
  margin: 45px 0 0 -8px;
}
.contact-form-left .social-links li a {
  color: #ffffff;
}
.contact-form-left .social-links li a:hover {
  color: #ffffff;
  opacity: 0.6;
}
.contact-form-left > svg {
  position: absolute;
  right: -35px;
  bottom: -45px;
  height: 180px;
  width: 180px;
  opacity: 0.15;
  transform: rotate(-15deg);
}

.contact-form-right {
  width: 100%;
  padding: 44px 60px 50px;
  background: #ffffff;
  overflow: hidden;
  z-index: 1;
}
.contact-form-right .title {
  margin-bottom: 48px;
}

@media screen and (max-width: 991px) {
  .contact-wrap {
    margin: 70px 0;
  }
}
@media screen and (max-width: 1080px) {
  .contact-form-wrap .contact-form-inner {
    width: 90%;
    flex-direction: column;
  }

  .contact-form-left {
    width: 100%;
    min-width: 0;
    padding: 34px 30px 34px;
  }
  .contact-form-left .title {
    margin-bottom: 38px;
  }
  .contact-form-left .contact-info li {
    margin-bottom: 19px;
  }
  .contact-form-left .social-links {
    margin: 35px 0 -4px -8px;
  }

  .contact-form-right {
    padding: 34px 30px 40px;
  }
  .contact-form-right .title {
    margin-bottom: 38px;
  }
}
@media screen and (max-width: 576px) {
  .contact-form-wrap {
    margin-top: 30px;
  }
  .contact-form-wrap .contact-form-inner {
    width: 100%;
  }
}
.compare-wrap {
  margin-top: 50px;
}
.compare-wrap .empty-message {
  display: flex;
  padding: 40px 0;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}
.compare-wrap .empty-message svg {
  height: 80px;
  width: 80px;
  margin-bottom: 22px;
}
.compare-wrap .empty-message svg g {
  fill: #ff8f00;
  fill: var(--color-primary);
}

.compare-table {
  margin-bottom: 0;
}
.compare-table tr:first-child td {
  position: relative;
  padding: 25px 30px;
}
.compare-table tr:first-child td:not(:first-child) {
  vertical-align: top;
}
.compare-table td {
  padding: 20px 30px;
  text-align: center;
  vertical-align: middle;
}
.compare-table td:first-child {
  font-weight: 500;
  width: 261px;
  min-width: 261px;
}
.compare-table td:not(:first-child) {
  min-width: 320px;
  max-width: 320px;
  color: #6e6e6e;
}
.compare-table .product-image {
  height: 200px;
  width: 260px;
  display: flex;
  margin: 0 auto 20px;
  align-items: center;
  justify-content: center;
}
.compare-table .product-image > img {
  max-height: 100%;
  max-width: 100%;
}
.compare-table .product-image .image-placeholder {
  height: 90px;
  width: 90px;
}
.compare-table .product-name {
  display: inline-block;
  color: #191919;
}
.compare-table .product-name:hover {
  color: #ff8f00;
  color: var(--color-primary);
}
.compare-table .btn-remove {
  position: absolute;
  top: 0;
  right: 0;
  padding: 10px 15px;
}
.compare-table .btn-remove:hover {
  color: #ff8f00;
  color: var(--color-primary);
}
.compare-table .product-price {
  display: inline-block;
}
.compare-table .product-rating {
  display: flex;
  justify-content: center;
}
.compare-table .product-rating .rating-count {
  font-size: 12px;
  line-height: 14px;
}
.compare-table .btn-wishlist,
.compare-table .btn-add-to-cart {
  font-size: 16px;
  display: inline-flex;
  height: 50px;
  width: 50px;
  padding: 0;
  justify-content: center;
  align-items: center;
  border: 1px solid #ebebeb;
  border-radius: 50%;
}
.compare-table .btn-wishlist:hover,
.compare-table .btn-add-to-cart:hover {
  border-color: rgba(0, 85, 184, 0.8);
  border-color: var(--color-primary-transparent);
}
.compare-table .btn-wishlist:hover > i,
.compare-table .btn-add-to-cart:hover > i {
  color: #ff8f00;
  color: var(--color-primary);
}
.compare-table .btn-wishlist.disabled:hover, .compare-table .btn-wishlist[disabled]:hover,
.compare-table .btn-add-to-cart.disabled:hover,
.compare-table .btn-add-to-cart[disabled]:hover {
  border-color: #ebebeb !important;
}
.compare-table .btn-wishlist.disabled:hover > i, .compare-table .btn-wishlist[disabled]:hover > i,
.compare-table .btn-add-to-cart.disabled:hover > i,
.compare-table .btn-add-to-cart[disabled]:hover > i {
  color: #191919 !important;
}
.compare-table .btn-wishlist {
  margin-right: 12px;
}
.compare-table .btn-add-to-cart .animated {
  -webkit-animation: zoomInOut 0.5s ease;
          animation: zoomInOut 0.5s ease;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
}
.compare-table .btn-add-to-cart.disabled .animated, .compare-table .btn-add-to-cart[disabled] .animated {
  -webkit-animation: initial;
          animation: initial;
}

@media screen and (max-width: 1400px) {
  .compare-table td:first-child {
    width: 245px;
    min-width: 245px;
  }
}
.product-search-left {
  width: 263px;
  min-width: 263px;
  margin: -6px 30px 0 0;
}
.product-search-left .section-title {
  margin-bottom: 24px;
  padding-bottom: 13px;
  border-bottom: 1px solid #e5e5e5;
  padding: 10px 10px;
}
.product-search-left .section-title:after {
  display: none;
}
.product-search-left .vertical-products {
  margin-top: 29px;
}
.product-search-left .vertical-products .section-title {
  margin-bottom: 0;
  border-bottom: none;
}

@media screen and (max-width: 1400px) {
  .product-search-left {
    width: 246px;
    min-width: 246px;
  }
}
@media screen and (max-width: 991px) {
  .product-search-left {
    width: 100%;
    min-width: 0;
    margin: 0;
  }
  .product-search-left .vertical-products {
    margin-top: 44px;
  }
}
.product-search-right {
  width: calc(100% - 293px);
}
.product-search-right .categories-banner {
  display: block;
  margin-bottom: 40px;
}
.product-search-right .categories-banner:before, .product-search-right .categories-banner:after {
  content: none;
}
.product-search-right .categories-banner:hover > img {
  transform: scale(1);
}
.product-search-right .categories-banner > img {
  width: 100%;
  border-radius: 2px;
}
.product-search-right .categories-banner .categoryBanner-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.product-search-right .categories-banner .categoryBanner-content .content-text {
  width: 75%;
  margin-left: 100px;
}
.product-search-right .categories-banner .categoryBanner-content .content-text h4, .product-search-right .categories-banner .categoryBanner-content .content-text .h4 {
  color: #ffffff;
  font-size: 42px;
  font-weight: 600;
  margin-bottom: 35px;
}
.product-search-right .categories-banner .categoryBanner-content .content-text p {
  color: #ffffff;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 0;
}

@media screen and (max-width: 1400px) {
  .product-search-right {
    width: calc(100% - 276px);
  }
  .product-search-right .categories-banner .categoryBanner-content .content-text {
    width: 95%;
    margin: 0 auto;
  }
  .product-search-right .categories-banner .categoryBanner-content .content-text h4, .product-search-right .categories-banner .categoryBanner-content .content-text .h4 {
    font-size: 36px;
    margin-bottom: 20px;
  }
  .product-search-right .categories-banner .categoryBanner-content .content-text p {
    font-size: 18px;
  }
}
@media screen and (max-width: 991px) {
  .product-search-right {
    width: 100%;
    margin-top: 20px;
  }
  .product-search-right .categories-banner img {
    display: none;
  }
  .product-search-right .categories-banner .categoryBanner-content {
    position: relative;
  }
  .product-search-right .categories-banner .categoryBanner-content .content-text {
    width: 100%;
    margin: 0 auto;
  }
  .product-search-right .categories-banner .categoryBanner-content .content-text h4, .product-search-right .categories-banner .categoryBanner-content .content-text .h4 {
    color: #000;
    font-size: 24px;
  }
  .product-search-right .categories-banner .categoryBanner-content .content-text p {
    color: #6e6e6e;
    font-size: 15px;
  }
}
.browse-categories-wrap {
  margin-bottom: 30px;
  border: 0 solid #ececec;
}
.browse-categories-wrap .section-title {
  position: relative;
}
.browse-categories-wrap .section-title:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 50px;
  border-bottom: 2px solid #ff8f00;
}

.vertical-products-header .section-title {
  position: relative;
}
.vertical-products-header .section-title:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 50px;
  border-bottom: 2px solid #ff8f00;
}

.browse-categories {
  margin: -7px 0 0 -5px;
  padding: 10px 10px;
}
.browse-categories li {
  display: block;
  padding: 8px 0;
}
.browse-categories li.active > a {
  color: #ff8f00;
  color: var(--color-primary);
}
.browse-categories li a {
  display: block;
  margin-left: 25px;
  color: #6e6e6e;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: 200ms ease-in-out;
}
.browse-categories li a:hover {
  color: #ff8f00;
  color: var(--color-primary);
}
.browse-categories li a.active {
  color: #ff8f00;
  color: var(--color-primary);
}
.browse-categories li i {
  font-size: 14px;
  float: left;
  margin-top: 4px;
  cursor: pointer;
  transform: rotate(0deg);
  transition: 200ms ease-in-out;
}
.browse-categories li i.open {
  color: #ff8f00;
  color: var(--color-primary);
  transform: rotate(90deg);
}
.browse-categories li ul {
  list-style: none;
  display: none;
  margin-left: 10px;
  padding-top: 8px;
}
.browse-categories li ul li {
  padding-bottom: 0;
}

.filter-section-wrap {
  background: #ffffff;
}
.filter-section-wrap .filter-section-header > i {
  display: none;
}
.filter-section-wrap .filter-section-inner.custom-scrollbar {
  overflow-y: visible;
}

.filter-section {
  margin-bottom: 33px;
}
.filter-section:last-child {
  margin-bottom: 0;
}
.filter-section > h6, .filter-section > .h6 {
  font-size: 16px;
  margin-bottom: 15px;
}
.filter-section .btn-show-more {
  display: inline-flex;
  margin: 6px 0 9px;
  color: #6e6e6e;
  cursor: pointer;
  transition: 150ms ease-in-out;
}
.filter-section .btn-show-more:hover {
  color: #ff8f00;
  color: var(--color-primary);
}

.filter-price {
  padding-bottom: 15px;
}
.filter-price .price-input {
  display: flex;
}
.filter-price .price-input > .form-group:first-child {
  position: relative;
  margin-right: 15px;
}
.filter-price .price-input > .form-group:first-child:after {
  content: "-";
  font-size: 20px;
  position: absolute;
  top: 50%;
  right: -20px;
  transform: translateY(-50%);
}
.filter-price .price-input > .form-group:last-child {
  margin-left: 15px;
}
.filter-price .price-input .form-control {
  height: 40px;
}
.filter-price .noUi-horizontal {
  height: 3px;
}
.filter-price .noUi-horizontal .noUi-handle {
  top: -6px;
  right: -7px /*rtl:ignore*/;
  height: 14px;
  width: 14px;
}
.filter-price .noUi-target {
  background: #e5e5e5;
  border: none;
  box-shadow: none;
}
.filter-price .noUi-connect {
  background: #ff8f00;
  background: var(--color-primary);
}
.filter-price .noUi-connect,
.filter-price .noUi-origin {
  transform-origin: 0 100% /*rtl:ignore*/;
}
.filter-price .noUi-handle {
  border: none;
  background: rgba(0, 85, 184, 0.3);
  background: var(--color-primary-transparent-lite);
  border-radius: 50%;
  box-shadow: none;
  cursor: ew-resize;
}
.filter-price .noUi-handle:before {
  content: none;
}
.filter-price .noUi-handle:after {
  left: 3px;
  top: 3px;
  height: 8px;
  width: 8px;
  background: #ff8f00;
  background: var(--color-primary);
  border-radius: 50%;
}

.filter-checkbox .form-check {
  margin-bottom: 4px;
}
.filter-checkbox .form-check:last-child {
  margin-bottom: 0;
}
.filter-checkbox .form-check > label {
  line-height: 24px;
}

@media screen and (max-width: 991px) {
  .filter-section-wrap {
    position: fixed;
    left: -165px;
    top: 0;
    bottom: 0;
    width: 300px;
    box-shadow: 2.5px 4.33px 40px 5px rgba(12, 31, 46, 0.1);
    opacity: 0;
    visibility: hidden;
    z-index: 200;
    transition: 200ms ease-in-out;
  }
  .filter-section-wrap.active {
    left: 0;
    opacity: 1;
    visibility: visible;
  }
  .filter-section-wrap .filter-section-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 24px;
    padding: 15px 20px;
    background: #ff8f00;
    background: var(--color-primary);
  }
  .filter-section-wrap .filter-section-header > i {
    display: block;
    color: #ffffff;
    opacity: 0.8;
    cursor: pointer;
    transition: 150ms ease-in-out;
  }
  .filter-section-wrap .filter-section-header > i:hover {
    opacity: 1;
  }
  .filter-section-wrap .section-title {
    font-weight: 400;
    margin-bottom: 0;
    padding-bottom: 0;
    color: #ffffff;
    border-bottom: none;
  }
  .filter-section-wrap .section-title:after {
    content: none;
  }
  .filter-section-wrap .filter-section-inner {
    position: absolute;
    left: 0;
    top: 58px;
    right: 0;
    bottom: 0;
    padding: 23px 20px 15px;
  }
  .filter-section-wrap .filter-section-inner.custom-scrollbar {
    overflow-x: hidden;
    overflow-y: auto;
  }
}
.search-result-top {
  display: flex;
  margin-bottom: 30px;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 15px;
}
.search-result-top .search-result-top-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.search-result-top .content-left > h4, .search-result-top .content-left > .h4 {
  font-weight: 400;
  color: #6e6e6e;
  padding-right: 30px;
}
.search-result-top .content-left > h4 > span, .search-result-top .content-left > .h4 > span {
  font-weight: 500;
  color: #191919;
}
.search-result-top .content-right .mobile-view-filter {
  font-size: 16px;
  display: none;
  cursor: pointer;
  transition: 150ms ease-in-out;
}
.search-result-top .content-right .mobile-view-filter:hover {
  color: #ff8f00;
  color: var(--color-primary);
}
.search-result-top .content-right .mobile-view-filter:hover > i {
  color: #ff8f00;
  color: var(--color-primary);
}
.search-result-top .content-right .mobile-view-filter > i {
  margin: 4px 5px 0 0;
  color: #a6a6a6;
  transition: 150ms ease-in-out;
}
.search-result-top .view-filter .form-group {
  background: #fff;
  border-radius: 30px;
}
.search-result-top .view-filter .form-group .nice-select.form-control {
  border-color: transparent;
}
.search-result-top .view-filter .form-group .nice-select.form-control .list {
  display: block;
}
.search-result-top .view-filter .form-group .nice-select.form-control .list li {
  width: 100%;
  float: left;
}
.search-result-top .sorting-bar {
  display: flex;
  align-items: center;
  justify-content: end;
  background: #f5f5f5;
  padding: 8px 15px;
  border-radius: 20px;
}
@media screen and (max-width: 991px) {
  .search-result-top .sorting-bar {
    justify-content: space-between;
    width: 100%;
  }
}
.search-result-top .sorting-bar .view-type {
  display: flex;
  margin-right: 15px;
  align-items: center;
}
.search-result-top .sorting-bar .btn-grid-view {
  margin-right: 13px;
}
.search-result-top .sorting-bar .btn-grid-view,
.search-result-top .sorting-bar .btn-list-view {
  font-size: 24px;
  display: flex;
  padding: 0;
  color: #a6a6a6;
  align-items: center;
}
.search-result-top .sorting-bar .btn-grid-view.active,
.search-result-top .sorting-bar .btn-list-view.active {
  color: #ff8f00;
  color: var(--color-primary);
}
.search-result-top .sorting-bar .form-group {
  margin-bottom: 0;
  display: inline-block;
}
.search-result-top .sorting-bar .view-pagination {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.search-result-top .sorting-bar .view-pagination .input-group .form-control {
  width: 60px;
  text-align: center;
  border-radius: 50%;
}
.search-result-top .sorting-bar .view-pagination .input-group .input-group-text {
  background: transparent;
  border: 0;
}

.search-result-middle {
  position: relative;
  margin-bottom: 0;
}
.search-result-middle.empty {
  display: flex;
  min-height: 300px;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.search-result-middle.loading:before {
  bottom: 30px;
}
.search-result-middle.loading:after {
  height: 40px;
  width: 40px;
  top: calc(50% - 15px);
}
.search-result-middle .empty-message {
  display: flex;
  padding: 40px 0;
  align-items: center;
  flex-direction: column;
  text-align: center;
}
.search-result-middle .empty-message svg {
  height: 70px;
  width: 100px;
  margin-bottom: 23px;
}
.search-result-middle .empty-message svg g {
  fill: #ff8f00;
  fill: var(--color-primary);
}

.search-result-bottom {
  display: flex;
  margin: 17px 0 -15px;
  justify-content: space-between;
  align-items: center;
}
.search-result-bottom .showing-results {
  line-height: 39px;
  color: #6e6e6e;
}

@media screen and (max-width: 991px) {
  .search-result-top {
    align-items: flex-start;
    flex-direction: column;
  }
  .search-result-top .content-left {
    align-self: stretch;
  }
  .search-result-top .content-left > h4, .search-result-top .content-left > .h4 {
    padding-right: 0;
  }
  .search-result-top .content-right {
    display: flex;
    align-self: stretch;
    margin-top: 13px;
    padding: 8px 15px;
    justify-content: space-between;
    align-items: center;
    background: #f2f4f5;
    border-radius: 2px;
  }
  .search-result-top .content-right .mobile-view-filter {
    display: none;
    margin-right: auto;
  }
  .search-result-top .sorting-bar .nice-select.form-control {
    background-color: #f2f4f5;
    border-color: #f2f4f5;
  }
  .search-result-top .sorting-bar .nice-select.form-control:focus {
    background-color: #f2f4f5;
    border-color: #ff8f00;
    border-color: var(--color-primary);
  }

  .search-result-middle.empty {
    min-height: 230px;
  }

  .search-result-bottom {
    flex-direction: column;
  }
  .search-result-bottom .showing-results + .pagination {
    margin-top: -3px;
  }
}
@media screen and (max-width: 576px) {
  .search-result-top .sorting-bar .m-r-20 {
    margin-right: 0;
  }
}
@media screen and (max-width: 450px) {
  .search-result-top .content-right {
    flex-direction: column;
    padding-top: 16px;
  }
  .search-result-top .content-right .mobile-view-filter {
    margin: 0 0 10px 0;
  }
}
.grid-view-products {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.grid-view-products > .col {
  display: flex;
  flex: 0 0 20%;
  max-width: 20%;
  margin-bottom: 30px;
}
.grid-view-products .product-card {
  width: 100%;
  margin: 0;
}
@media screen and (max-width: 500px) {
  .grid-view-products > div {
    width: 100%;
  }
}

.grid2-view-products {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.grid2-view-products > .col {
  display: flex;
  flex: 0 0 25%;
  max-width: 25%;
  margin-bottom: 30px;
}
.grid2-view-products .product-card {
  width: 100%;
  margin: 0;
}

@media screen and (max-width: 1700px) {
  .grid-view-products > .col {
    flex: 0 0 25%;
    max-width: 25%;
  }
}
@media screen and (max-width: 1350px) {
  .grid-view-products > .col, .grid2-view-products > .col {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
}
@media screen and (max-width: 991px) {
  .search-result-middle.empty .grid-view-products, .search-result-middle.empty .grid2-view-products {
    padding-bottom: 0;
  }

  .grid-view-products, .grid2-view-products {
    margin: 0 -8px;
    padding-bottom: 14px;
  }
  .grid-view-products > .col, .grid2-view-products > .col {
    flex: 0 0 25%;
    max-width: 25%;
    margin-bottom: 16px;
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media screen and (max-width: 880px) {
  .grid-view-products > .col, .grid2-view-products > .col {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
}
@media screen and (max-width: 767px) {
  .grid-view-products, .grid2-view-products {
    margin: 0 -8px;
  }
  .grid-view-products > .col, .grid2-view-products > .col {
    margin-bottom: 16px;
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media screen and (max-width: 620px) {
  .grid-view-products > .col, .grid2-view-products > .col {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
.list-view-products, .list2-view-products {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}

.list-product-card {
  display: flex;
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0 15px;
  margin-bottom: 30px;
}

.list2-view-products .list-product-card {
  display: flex;
  flex: 0 0 100%;
  max-width: 100%;
  padding: 0 15px;
  margin-bottom: 30px;
}

.list-product-card-inner {
  display: flex;
  width: 100%;
  padding: 30px;
  border: 1px solid #ebebeb;
  border-radius: 2px;
  transition: 200ms ease-in-out;
}
.list-product-card-inner:hover {
  border-color: #ffffff;
  box-shadow: 2.5px 4.33px 50px 5px rgba(11, 28, 42, 0.15);
  z-index: 1;
}
.list-product-card-inner .product-card-left {
  align-self: flex-start;
}
.list-product-card-inner .product-card-right {
  flex-grow: 1;
  margin: -5px 0 -8px 30px;
}
.list-product-card-inner .product-image {
  position: relative;
  height: 180px;
  width: 180px;
}
.list-product-card-inner .product-image .image-placeholder {
  height: 85px;
  width: 85px;
}
.list-product-card-inner .product-card-countdown {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: 200ms ease-in-out;
}
.list-product-card-inner .product-card-countdown.is-countdown .countdown-section {
  width: auto;
  margin-right: 10px;
}
.list-product-card-inner .product-card-countdown.is-countdown .countdown-section:last-child {
  margin-right: 0;
}
.list-product-card-inner .product-card-countdown.is-countdown .countdown-amount {
  height: 38px;
  width: 38px;
  color: #ffffff;
  margin: 0;
  background: rgba(0, 85, 184, 0.8);
  background: var(--color-primary-transparent);
}
.list-product-card-inner .product-card-countdown.is-countdown .countdown-period {
  display: none;
}
.list-product-card-inner .product-name {
  display: inline-block;
  margin-bottom: 10px;
  align-items: center;
  z-index: 1;
}
.list-product-card-inner .product-name > h6, .list-product-card-inner .product-name > .h6 {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  max-height: 48px;
  display: block;
  display: -webkit-box;
  color: #191919;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.list-product-card-inner .product-rating {
  margin-bottom: 14px;
}
.list-product-card-inner .product-rating .rating-count {
  font-size: 13px;
  line-height: 15px;
  margin: 0 0 0 7px;
}
.list-product-card-inner .product-price {
  font-size: 18px;
  margin-bottom: 13px;
}
.list-product-card-inner .product-price .previous-price {
  font-size: 14px;
}
.list-product-card-inner .btn-add-to-cart {
  font-size: 13px;
  margin-bottom: 9px;
  padding: 7px 30px 6px;
  background: #ff8f00;
  border-radius: 20px;
  border: 1px solid #ff8f00;
}
.list-product-card-inner .btn-add-to-cart > i {
  font-size: 15px;
  margin: 5px 8px 0 0;
  vertical-align: top;
}
.list-product-card-inner .product-card-actions .btn {
  padding: 0;
  color: #6e6e6e;
}
.list-product-card-inner .product-card-actions .btn:hover {
  color: #ff8f00;
  color: var(--color-primary);
}
.list-product-card-inner .product-card-actions .btn:hover > i {
  color: #6e6e6e;
}
.list-product-card-inner .product-card-actions .btn > i {
  margin-right: 4px;
}
.list-product-card-inner .product-card-actions .btn-wishlist {
  margin-right: 25px;
}
.list-product-card-inner .product-card-actions .btn-wishlist.added:hover > i,
.list-product-card-inner .product-card-actions .btn-compare.added:hover > i {
  color: #ff8f00;
  color: var(--color-primary);
}

@media screen and (max-width: 1400px) {
  .list-product-card {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 576px) {
  .list-product-card-inner {
    flex-direction: column;
  }
  .list-product-card-inner .product-card-left {
    width: 100%;
    margin-bottom: 20px;
  }
  .list-product-card-inner .product-card-left .product-image {
    width: 100%;
  }
  .list-product-card-inner .product-card-right {
    margin-left: 0;
  }
}
.product-search-wrap {
  margin-top: 80px;
  margin-bottom: 80px;
}
.product-search-wrap .product-search {
  display: flex;
}

.grid-categories .title h4, .grid-categories .title .h4 {
  font-size: 30px;
  color: #333333;
}
.grid-categories .title .btn-primary {
  background: none;
  font-size: 14px;
  color: #3885df;
  font-weight: 500;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.grid-categories .title .btn-primary > i {
  font-size: 30px;
  margin-left: 10px;
}
.grid-categories .slick-initialized .slick-slide {
  padding: 20px;
}
.grid-categories .figure {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border-radius: 15px;
  overflow: hidden;
}
.grid-categories .figure .figure-caption {
  padding: 10px 10px 10px 10px;
}
.grid-categories .figure .figure-caption h2, .grid-categories .figure .figure-caption .h2 {
  margin-top: 0;
  color: #333333;
  font-size: 16px;
  line-height: normal;
  min-height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1650px) {
  .grid-categories .figure .figure-caption h2, .grid-categories .figure .figure-caption .h2 {
    font-size: 15px;
  }
}
.grid-categories .figure .figure-caption span {
  font-size: 14px;
  color: #9b9b9b;
  font-weight: 500;
}
@media screen and (max-width: 1500px) {
  .grid-categories .figure .figure-caption {
    padding: 10px 10px 10px 10px;
  }
}
.grid-categories .list-product-categories {
  display: flex;
  flex-wrap: wrap;
  margin: -15px;
}
@media screen and (max-width: 1200px) {
  .grid-categories .list-product-categories {
    justify-content: center;
  }
}
.grid-categories .list-product-categories > a {
  position: relative;
  flex: 0 0 20%;
  max-width: 20%;
  padding: 15px;
}
.grid-categories .list-product-categories > a.column {
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: 0;
  max-width: 100%;
}
@media screen and (max-width: 1400px) {
  .grid-categories .list-product-categories > a.column {
    flex-grow: 0;
    flex-basis: 50%;
    max-width: 32%;
  }
}
@media screen and (max-width: 991px) {
  .grid-categories .list-product-categories > a.column {
    flex-grow: 0;
    flex-basis: 100%;
    max-width: 50%;
  }
}
@media screen and (max-width: 600px) {
  .grid-categories .list-product-categories > a.column {
    flex: 0 0 80%;
    max-width: 80%;
  }
}
@media screen and (max-width: 1750px) {
  .grid-categories .list-product-categories > a.column .figure-caption {
    padding: 10px 10px 10px 10px;
    min-height: 180px;
  }
}
@media screen and (max-width: 1400px) {
  .grid-categories .list-product-categories > a.column .figure-caption {
    min-height: 50px;
  }
}
.grid-categories .list-product-categories > a.column-4 {
  flex: 0 0 25%;
  max-width: 25%;
}
@media screen and (max-width: 1200px) {
  .grid-categories .list-product-categories > a.column-4 {
    flex: 0 0 45%;
    max-width: 45%;
  }
}
@media screen and (max-width: 991px) {
  .grid-categories .list-product-categories > a.column-4 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media screen and (max-width: 600px) {
  .grid-categories .list-product-categories > a.column-4 {
    flex: 0 0 80%;
    max-width: 80%;
  }
}

@media screen and (max-width: 1400px) {
  .grid-categories .list-product-categories > a {
    position: relative;
    flex: 0 0 50%;
    max-width: 32%;
  }
}
@media screen and (max-width: 991px) {
  .product-search-wrap {
    margin-top: 24px;
  }

  .product-search {
    flex-direction: column-reverse;
  }

  .grid-categories .list-product-categories > a {
    position: relative;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
}
@media screen and (max-width: 767px) {
  .grid-categories .figure .figure-caption {
    padding: 15px 15px 15px 15px;
  }
  .grid-categories .figure .figure-caption h2, .grid-categories .figure .figure-caption .h2 {
    font-size: 16px;
    margin-top: 0;
  }
  .grid-categories .list-product-categories > a {
    position: relative;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
.product-details-top {
  display: flex;
  margin-bottom: 20px;
}
.product-details-top .right-sidebar {
  width: 285px;
  min-width: 285px;
  padding-left: 15px;
}
.product-details-top .right-sidebar .feature-list {
  flex-direction: column;
  margin-top: 0;
}
.product-details-top .right-sidebar .feature-list .single-feature {
  margin-bottom: 20px;
  justify-content: flex-start;
}
.product-details-top .right-sidebar .feature-list .single-feature:last-child {
  margin-bottom: 0;
}

.product-details-top-inner {
  display: flex;
  width: 100%;
}

@media screen and (max-width: 1350px) {
  .product-details-top .right-sidebar {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  .product-details-top-inner {
    flex-direction: column;
  }
}
.product-image-gallery {
  display: flex;
  align-self: flex-start;
  align-items: flex-start;
  width: 600px;
}

.additional-image-wrap {
  width: 80px;
  min-width: 80px;
  margin-top: 8px;
}
.additional-image-wrap .additional-image {
  display: flex;
  height: 80px;
  margin: 8px 0;
  justify-content: center;
  align-items: center;
  border: 1px solid #ebebeb;
  border-radius: 2px;
  cursor: pointer;
  overflow: hidden;
  transition: 150ms ease-in-out;
}
.additional-image-wrap .additional-image.slick-current {
  border-color: #ff8f00;
  border-color: var(--color-primary);
}
.additional-image-wrap .additional-image > img {
  max-height: 100%;
  max-width: 100%;
}
.additional-image-wrap .additional-image .image-placeholder {
  height: 35px;
  width: 35px;
}

.base-image-wrap {
  position: relative;
  width: 100%;
  min-width: 0;
  margin-left: 16px;
  flex-grow: 1;
  border: 1px solid #ebebeb;
  border-radius: 2px;
}
.base-image-wrap .base-image.slick-initialized .base-image-inner:not(:first-child) {
  display: block;
}
.base-image-wrap .base-image .base-image-inner:not(:first-child) {
  display: none;
}
.base-image-wrap .base-image-slide {
  position: relative;
  display: flex;
  height: 100%;
  justify-content: center;
  align-items: center;
  padding-bottom: 100%;
  background: #ffffff;
  cursor: crosshair;
}
.base-image-wrap .base-image-slide:hover > img:not(.zoomImg) {
  opacity: 0 !important;
}
.base-image-wrap .base-image-slide:hover .zoomImg {
  opacity: 1 !important;
}
.base-image-wrap .base-image-slide > img:not(.zoomImg) {
  position: absolute;
  left: 50%;
  top: 50%;
  max-height: 100%;
  max-width: 100%;
  transform: translate(-50%, -50%);
}
.base-image-wrap .base-image-slide .image-placeholder {
  width: 130px;
}
.base-image-wrap .base-image-slide .image-placeholder ~ .zoomImg {
  display: none !important;
}
.base-image-wrap .btn-gallery-trigger {
  position: absolute;
  bottom: 10px;
  right: 10px;
  height: 40px;
  width: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
  cursor: pointer;
  transform: rotateY(180deg);
}
.base-image-wrap .btn-gallery-trigger > i {
  font-size: 20px;
  transition: 150ms ease-in-out;
}
.base-image-wrap .btn-gallery-trigger:hover > i {
  color: #ff8f00;
  color: var(--color-primary);
}

@media screen and (max-width: 1600px) {
  .product-image-gallery {
    width: 500px;
  }

  .additional-image-wrap {
    height: 70px;
    min-height: 70px;
  }
  .additional-image-wrap .additional-image {
    height: 70px;
  }
}
@media screen and (max-width: 991px) {
  .base-image-wrap .base-image-slide {
    cursor: zoom-in;
  }
  .base-image-wrap .base-image-slide:hover > img:not(.zoomImg) {
    opacity: 1 !important;
  }
  .base-image-wrap .base-image-slide:hover .zoomImg {
    opacity: 0 !important;
  }
  .base-image-wrap .zoomImg {
    opacity: 0 !important;
  }
  .base-image-wrap .btn-gallery-trigger {
    display: none;
  }
}
@media screen and (min-width: 577px) {
  .additional-image-wrap .slick-prev,
.additional-image-wrap .slick-next {
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
  }
  .additional-image-wrap .slick-prev {
    top: -4px;
  }
  .additional-image-wrap .slick-prev:before {
    content: "\F106";
  }
  .additional-image-wrap .slick-next {
    left: 0;
    top: auto;
    bottom: -14px;
    transform: translate(0, 0);
  }
  .additional-image-wrap .slick-next:before {
    content: "\F107";
  }
}
@media screen and (max-width: 576px) {
  .product-image-gallery {
    width: 100%;
    flex-direction: column-reverse;
  }

  .rtl .additional-image-wrap .slick-track {
    right: 2px /*rtl:ignore*/;
  }

  .additional-image-wrap {
    display: flex;
    width: calc(100% - 32px);
    min-width: 0;
    margin: 16px auto 0;
  }
  .additional-image-wrap .slick-prev {
    left: -22px;
  }
  .additional-image-wrap .slick-next {
    right: -22px;
  }
  .additional-image-wrap .additional-image {
    width: 70px;
    min-width: 70px;
    margin: 0 8px;
  }

  .base-image-wrap {
    margin-left: 0;
  }
  .base-image-wrap .base-image-slide {
    padding-bottom: 90%;
  }
}
.product-details-info {
  width: calc(100% - 600px);
  padding: 0 15px 0 30px;
}
.product-details-info .details-info-top {
  padding-bottom: 17px;
}
.product-details-info .product-name {
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 15px;
}
.product-details-info .product-rating {
  font-size: 16px;
  margin-bottom: 9px;
}
.product-details-info .product-rating .rating-count {
  font-size: 14px;
  margin-top: 3px;
}
.product-details-info .product-rating + .brief-description {
  margin-top: 10px;
}
.product-details-info .product-rating + .details-info-top-actions {
  margin-top: 8px;
}
.product-details-info .availability {
  margin-bottom: 14px;
}
.product-details-info .availability.in-stock {
  color: #1eb48e;
}
.product-details-info .availability.out-of-stock {
  color: #e23e1d;
}
.product-details-info .availability + .details-info-top-actions {
  margin-top: -2px;
}
.product-details-info .brief-description {
  margin-bottom: 12px;
  color: #6e6e6e;
}
.product-details-info .details-info-top-actions .btn {
  padding: 0;
  color: #6e6e6e;
}
.product-details-info .details-info-top-actions .btn:hover {
  color: #ff8f00;
  color: var(--color-primary);
}
.product-details-info .details-info-top-actions .btn:hover > i {
  color: #6e6e6e;
}
.product-details-info .details-info-top-actions .btn > i {
  margin-right: 4px;
}
.product-details-info .details-info-top-actions .btn-wishlist {
  margin-right: 25px;
}
.product-details-info .details-info-top-actions .btn-wishlist,
.product-details-info .details-info-top-actions .btn-compare {
  font-weight: 500;
}
.product-details-info .details-info-top-actions .btn-wishlist.added:hover > i,
.product-details-info .details-info-top-actions .btn-compare.added:hover > i {
  color: #ff8f00;
  color: var(--color-primary);
}
.product-details-info .details-info-middle {
  padding: 22px 0 25px;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}
.product-details-info .product-price {
  font-size: 24px;
  padding-bottom: 18px;
}
.product-details-info .product-price .previous-price {
  font-size: 14px;
  margin-top: 3px;
}
.product-details-info .product-variants {
  padding-bottom: 10px;
}
.product-details-info .product-variants .form-group .extra-price {
  font-weight: 500;
  color: #6e6e6e;
}
.product-details-info .product-variants .form-group .form-custom-radio .extra-price {
  margin-left: 4px;
}
.product-details-info .product-variants .variant-check {
  margin: -1px 0 7px;
}
.product-details-info .product-variants .variant-check .error-message {
  margin: -7px 0 8px;
}
.product-details-info .product-variants .variant-radio {
  margin: -2px 0 8px;
}
.product-details-info .product-variants .variant-radio .error-message {
  margin: -6px 0 7px;
}
.product-details-info .product-variants .variant-input,
.product-details-info .product-variants .variant-select {
  margin-bottom: 20px;
}
.product-details-info .product-variants .variant-input label,
.product-details-info .product-variants .variant-select label {
  padding-top: 12px;
}
.product-details-info .product-variants .variant-input .error-message,
.product-details-info .product-variants .variant-select .error-message {
  margin: 6px 0 -5px;
}
.product-details-info .product-variants .variant-custom-selection {
  margin-bottom: 10px;
}
.product-details-info .product-variants .variant-custom-selection label {
  padding-top: 6px;
}
.product-details-info .product-variants .variant-custom-selection .error-message {
  margin: -4px 0 5px;
}
.product-details-info .product-variants .custom-selection {
  display: inline-flex;
  flex-wrap: wrap;
}
.product-details-info .product-variants .custom-selection > li {
  font-size: 13px;
  height: 32px;
  min-width: 42px;
  display: flex;
  margin: 0 10px 10px 0;
  padding: 6px 10px;
  color: #6e6e6e;
  justify-content: center;
  align-items: center;
  border: 1px solid #ebebeb;
  border-radius: 2px;
  transition: 150ms ease-in-out;
  cursor: pointer;
}
.product-details-info .product-variants .custom-selection > li:last-child {
  margin-right: 0;
}
.product-details-info .product-variants .custom-selection > li:hover {
  border-color: #ff8f00;
  border-color: var(--color-primary);
}
.product-details-info .product-variants .custom-selection > li.active {
  cursor: default;
  color: #ff8f00;
  color: var(--color-primary);
  border-color: #ff8f00;
  border-color: var(--color-primary);
}
.product-details-info .product-variants .custom-selection > li.disabled {
  opacity: 0.65;
  cursor: default;
}
.product-details-info .product-variants .custom-selection > li.disabled:hover {
  border-color: #ebebeb;
}
.product-details-info .details-info-middle-actions {
  display: flex;
}
.product-details-info .number-picker {
  display: inline-flex;
  align-items: center;
}
.product-details-info .number-picker label {
  font-weight: 500;
  margin-bottom: 0;
}
.product-details-info .number-picker .input-group-quantity {
  position: relative;
  margin-left: 20px;
}
.product-details-info .number-picker .input-group-quantity .input-quantity {
  width: 100px;
  padding: 10px 39px 10px 10px;
  text-align: center;
}
.product-details-info .number-picker .input-group-quantity .input-quantity:focus {
  outline: 0;
  border-color: #ebebeb;
}
.product-details-info .number-picker .input-group-quantity .btn-wrapper {
  position: absolute;
  top: 0;
  right: 0;
}
.product-details-info .number-picker .input-group-quantity .btn-wrapper .btn-number {
  position: absolute;
  right: 0;
  width: 30px;
  padding: 0;
  line-height: 18px;
  background: none;
  border: 1px solid #ebebeb;
  border-radius: 0;
}
.product-details-info .number-picker .input-group-quantity .btn-wrapper .btn-number:hover {
  color: #ff8f00;
  color: var(--color-primary);
}
.product-details-info .number-picker .input-group-quantity .btn-wrapper .btn-number[disabled]:hover {
  color: #191919;
}
.product-details-info .number-picker .input-group-quantity .btn-wrapper .btn-plus {
  top: 0;
  height: 24px;
  border-top-right-radius: 2px;
}
.product-details-info .number-picker .input-group-quantity .btn-wrapper .btn-minus {
  top: 23px;
  height: 22px;
  border-bottom-right-radius: 2px;
}
.product-details-info .btn-add-to-cart {
  margin-left: 20px;
  padding: 8px 30px;
  background: #ff8f00;
  border-radius: 20px;
  border: 1px solid #ff8f00;
  color: #fff;
}
.product-details-info .btn-add-to-cart > i {
  margin-right: 6px;
}
.product-details-info .btn-add-to-cart:hover {
  color: #fff;
  background: #ff8f00;
  border: 1px solid #ff8f00;
}
.product-details-info .details-info-bottom {
  padding: 10px 0;
}
.product-details-info .additional-info {
  display: flex;
  flex-direction: column;
  margin: 0 0 -6px -12px;
  padding: 5px 0;
}
.product-details-info .additional-info li {
  margin-bottom: 4px;
  padding: 0 12px;
}
.product-details-info .additional-info li:last-child {
  margin-bottom: 0;
}
.product-details-info .additional-info li label {
  margin-bottom: 0;
}
.product-details-info .additional-info li a {
  color: #ff8f00;
  color: var(--color-primary);
}
.product-details-info .additional-info li a:hover {
  color: #0055b8;
  color: var(--color-primary-hover);
}
.product-details-info .additional-info .sku {
  color: #ff8f00;
  color: var(--color-primary);
}
.product-details-info .additional-info .sku label {
  color: #191919;
}
.product-details-info .social-share {
  display: flex;
  align-items: center;
}
.product-details-info .social-share label {
  margin-bottom: 0;
}
.product-details-info .social-share .social-links {
  margin-left: 16px;
}

@media screen and (max-width: 1600px) {
  .product-details-info {
    width: calc(100% - 500px);
  }
}
@media screen and (max-width: 991px) {
  .product-details-info {
    width: 100%;
    margin-top: 34px;
    padding: 0;
  }
  .product-details-info .product-variants {
    margin-top: -5px;
  }
  .product-details-info .product-variants .variant-custom-selection label {
    padding-top: 0;
  }
  .product-details-info .product-variants .variant-check,
.product-details-info .product-variants .variant-radio {
    margin-top: 0;
  }
  .product-details-info .product-variants .variant-check label,
.product-details-info .product-variants .variant-radio label {
    margin-bottom: 8px;
  }
  .product-details-info .product-variants .variant-input label,
.product-details-info .product-variants .variant-select label {
    padding-top: 0;
  }
}
@media screen and (max-width: 420px) {
  .product-details-info .details-info-middle-actions {
    flex-direction: column;
  }
  .product-details-info .btn-add-to-cart {
    margin: 20px 0 0 0;
    align-self: flex-start;
  }
}
.product-details-bottom {
  display: flex;
  position: relative;
}
.product-details-bottom .left-sidebar {
  width: 285px;
  min-width: 285px;
  padding-right: 15px;
}
.product-details-bottom .left-sidebar .vertical-products {
  margin-top: 14px;
}
.product-details-bottom .left-sidebar .vertical-products + .banner {
  margin-top: 45px;
}
.product-details-bottom .left-sidebar .banner {
  margin-top: 20px;
}
.product-details-bottom .product-details-bottom-inner {
  width: calc(100% - 282px);
  padding-left: 15px;
}

.product-details-tab > .tabs {
  justify-content: center;
  border-bottom: 1px solid #ebebeb;
}
.product-details-tab > .tabs .nav-item {
  margin: 0 26px -1px;
}
.product-details-tab > .tabs .nav-link {
  font-size: 20px;
  font-weight: 500;
  padding: 15px;
  color: #191919;
}

@media screen and (max-width: 991px) {
  .product-details-bottom .left-sidebar {
    width: 100%;
    min-width: 0;
  }
  .product-details-bottom .left-sidebar .vertical-products {
    margin-top: 44px;
  }
  .product-details-bottom .product-details-bottom-inner {
    width: 100%;
    padding-left: 0;
  }
  .product-details-bottom .product-details-tab {
    margin-bottom: -15px;
  }
}
.description {
  padding-top: 46px;
}
.description h1, .description .h1,
.description h2,
.description .h2,
.description h3,
.description .h3,
.description h4,
.description .h4,
.description h5,
.description .h5,
.description h6,
.description .h6 {
  margin-bottom: 14px;
}
.description p {
  line-height: 23px;
  color: #6e6e6e;
}
.description ul,
.description ol {
  padding-left: 16px;
  overflow: hidden;
}
.description ul li,
.description ol li {
  margin-bottom: 9px;
  color: #6e6e6e;
}
.description b,
.description strong,
.description em {
  font-weight: 500;
}
.description a {
  color: #ff8f00;
  color: var(--color-primary);
}
.description a:hover {
  color: #0055b8;
  color: var(--color-primary-hover);
}
.description iframe {
  border: none;
  max-width: 100%;
}
.description th {
  font-weight: 500;
}
.description td {
  vertical-align: top;
}
.description table {
  border-collapse: collapse;
  border-style: hidden;
  border: 2px solid black;
}
.description table td {
  padding: 0.5rem;
  border: 1px solid black;
}
.description table th {
  padding: 0.5rem;
  border: 1px solid black;
}

@media screen and (max-width: 991px) {
  .description {
    padding-top: 36px;
  }
}
.specification {
  padding-top: 51px;
}
.specification .specification-inner {
  border: 1px solid #ebebeb;
  border-radius: 2px;
}
.specification .title {
  padding: 15px 30px;
  background: #f9f9f9;
}

.specification-list {
  padding: 35px 30px 34px 30px;
}
.specification-list li {
  display: flex;
  margin-bottom: 18px;
}
.specification-list li:last-child {
  margin-bottom: 0;
}
.specification-list label {
  font-weight: 500;
  line-height: 23px;
  width: 190px;
  min-width: 190px;
  margin-bottom: 0;
}
.specification-list span {
  line-height: 23px;
  color: #6e6e6e;
}

@media screen and (max-width: 991px) {
  .specification {
    padding: 41px 0 15px;
  }
}
@media screen and (max-width: 767px) {
  .specification-list li {
    flex-direction: column;
  }
  .specification-list label {
    margin-bottom: 3px;
  }
}
.reviews {
  padding-top: 45px;
}
.reviews .pagination {
  margin-top: 11px;
}

.review-form > h4, .review-form > .h4 {
  margin-bottom: 28px;
}
.review-form .rating-input {
  font-size: 20px;
  line-height: 20px;
  position: relative;
  display: flex;
  margin: -1px 0 -2px;
  flex-direction: row-reverse;
  justify-content: flex-end;
}
.review-form .rating-input label {
  margin-bottom: 0;
  color: #ebebeb;
  cursor: pointer;
  transition: 150ms ease-in-out;
}
.review-form .rating-input label:hover, .review-form .rating-input label:focus {
  color: #ffb136;
}
.review-form .rating-input label:hover ~ label, .review-form .rating-input label:focus ~ label {
  color: #ffb136;
}
.review-form .rating-input input[type=radio] {
  display: none;
}
.review-form .rating-input input[type=radio]:checked ~ label {
  color: #ffb136;
}
.review-form .btn-submit {
  padding: 7px 30px;
}

.user-review-wrap {
  margin-top: 4px;
}
.user-review-wrap.loading:after {
  border-width: 2px;
}
.user-review-wrap .empty-message {
  display: flex;
  padding: 35px 0 40px;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}
.user-review-wrap .empty-message svg {
  height: 80px;
  width: 80px;
  margin-bottom: 16px;
}
.user-review-wrap .empty-message svg path {
  stroke-width: 3px;
  fill: #ff8f00;
  fill: var(--color-primary);
  stroke: #ff8f00;
  stroke: var(--color-primary);
}

.user-review {
  margin-bottom: 27px;
}
.user-review:nth-child(4) {
  margin-bottom: 0;
}
.user-review:nth-child(n+5) {
  display: none;
}
.user-review .reviewer-name {
  font-size: 16px;
  margin-bottom: 6px;
}
.user-review .product-rating {
  margin-bottom: 11px;
}
.user-review .reviewer-message {
  color: #6e6e6e;
  margin-bottom: 7px;
}
.user-review .review-date,
.user-review .review-approval {
  font-size: 14px;
  color: #a6a6a6;
}

@media screen and (max-width: 1199px) {
  .user-review-wrap {
    margin: 48px 0 8px;
  }
}
@media screen and (max-width: 991px) {
  .reviews {
    padding-top: 35px;
  }
}
.product-details-wrap {
  margin-top: 50px;
}

.shopping-cart-wrap {
  margin-top: 50px;
}
.shopping-cart-wrap .empty-message {
  display: flex;
  width: 100%;
  padding: 40px 0;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}
.shopping-cart-wrap .empty-message svg {
  height: 100px;
  width: 100px;
  margin-bottom: 22px;
}
.shopping-cart-wrap .empty-message svg g {
  fill: #ff8f00;
  fill: var(--color-primary);
}
.shopping-cart-wrap .empty-message h2, .shopping-cart-wrap .empty-message .h2 {
  margin-bottom: 6px;
}
.shopping-cart-wrap .empty-message span {
  color: #6e6e6e;
}

.shopping-cart {
  display: flex;
}

.shopping-cart-inner {
  flex-grow: 1;
  padding-right: 15px;
}

@media screen and (max-width: 991px) {
  .shopping-cart {
    flex-direction: column;
  }

  .shopping-cart-inner {
    padding-right: 0;
  }
}
.shopping-cart .table-responsive {
  border: 1px solid #ebebeb;
  border-radius: 2px;
  margin-bottom: 25px;
}

.shopping-cart-table {
  margin-bottom: 10px;
}
.shopping-cart-table thead th {
  white-space: nowrap;
}
.shopping-cart-table thead th:last-child {
  width: 70px;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
.shopping-cart-table tbody td {
  vertical-align: middle;
}
.shopping-cart-table tbody td:last-child {
  width: 70px;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
.shopping-cart-table .btn-remove {
  line-height: 20px;
}
.shopping-cart-table .product-image {
  height: 60px;
  width: 60px;
  border-radius: 2px;
  overflow: hidden;
}
.shopping-cart-table .product-image .image-placeholder {
  height: 40px;
  width: 40px;
}
.shopping-cart-table .product-name {
  display: inline-block;
  color: #191919;
}
.shopping-cart-table .product-name:hover {
  color: #ff8f00;
  color: var(--color-primary);
}
.shopping-cart-table .product-options {
  margin: 4px 0 1px;
}
.shopping-cart-table .product-price {
  color: #191919;
}
.shopping-cart-table .number-picker {
  display: inline-flex;
  align-items: center;
}
.shopping-cart-table .number-picker label {
  font-weight: 500;
  margin-bottom: 0;
}
.shopping-cart-table .number-picker .input-group-quantity {
  position: relative;
}
.shopping-cart-table .number-picker .input-group-quantity .input-quantity {
  width: 100px;
  padding: 10px 39px 10px 10px;
  text-align: center;
}
.shopping-cart-table .number-picker .input-group-quantity .input-quantity:focus {
  outline: 0;
  border-color: #ebebeb;
}
.shopping-cart-table .number-picker .input-group-quantity .btn-wrapper {
  position: absolute;
  top: 0;
  right: 0;
}
.shopping-cart-table .number-picker .input-group-quantity .btn-wrapper .btn-number {
  position: absolute;
  right: 0;
  width: 30px;
  padding: 0;
  line-height: 18px;
  background: none;
  border: 1px solid #ebebeb;
  border-radius: 0;
}
.shopping-cart-table .number-picker .input-group-quantity .btn-wrapper .btn-number:hover {
  color: #ff8f00;
}
.shopping-cart-table .number-picker .input-group-quantity .btn-wrapper .btn-number[disabled]:hover {
  color: #191919;
}
.shopping-cart-table .number-picker .input-group-quantity .btn-wrapper .btn-plus {
  top: 0;
  height: 24px;
  border-top-right-radius: 2px;
}
.shopping-cart-table .number-picker .input-group-quantity .btn-wrapper .btn-minus {
  top: 23px;
  height: 22px;
  border-bottom-right-radius: 2px;
}

.rtl .shopping-cart-table .number-picker .btn-number {
  transform: translateY(-50%) rotateY(180deg) /*rtl:ignore*/;
}

@media screen and (min-width: 1281px) {
  .shopping-cart-table td > label {
    display: none;
  }
}
@media screen and (max-width: 1280px) {
  .shopping-cart-table thead {
    display: none;
  }
  .shopping-cart-table tr:first-child td:nth-child(3), .shopping-cart-table tr:first-child td:nth-child(4), .shopping-cart-table tr:first-child td:nth-child(5) {
    padding-top: 2px;
  }
  .shopping-cart-table tbody td {
    vertical-align: top;
  }
  .shopping-cart-table tbody td:not(:first-child):not(:last-child) {
    display: block;
  }
  .shopping-cart-table tbody td:nth-child(2) {
    padding: 20px 0 11px;
  }
  .shopping-cart-table tbody td:nth-child(3) {
    padding: 2px 0;
    white-space: nowrap;
  }
  .shopping-cart-table tbody td:nth-child(4) {
    padding: 2px 0;
    white-space: nowrap;
  }
  .shopping-cart-table tbody td:nth-child(5) {
    padding: 2px 0 13px;
    white-space: nowrap;
  }
  .shopping-cart-table td > label {
    width: 90px;
    min-width: 90px;
    margin-bottom: 0;
    padding-right: 5px;
    color: #6e6e6e;
    white-space: pre-wrap;
  }
  .shopping-cart-table .product-price {
    display: inline-flex;
  }
  .shopping-cart-table .number-picker {
    display: inline-block;
  }
}
@media screen and (max-width: 576px) {
  .shopping-cart-table tbody td:first-child {
    padding: 20px;
  }
  .shopping-cart-table tbody td:last-child {
    width: 50px;
  }
  .shopping-cart-table tbody td > label {
    width: 80px;
    min-width: 80px;
  }
}
.checkout-left {
  padding-right: 15px;
}

.checkout-form .account-details {
  margin-bottom: 14px;
}
.checkout-form .section-title {
  margin-bottom: 25px;
  padding-bottom: 13px;
  border-bottom: 1px solid #e5e5e5;
}
.checkout-form .create-an-account-form .helper-text {
  font-size: 14px;
  display: block;
  margin: -4px 0 14px;
  color: #6e6e6e;
}
.checkout-form .create-an-account-label,
.checkout-form .ship-to-different-address-label {
  margin: 4px 0 7px;
}
.checkout-form .create-an-account-label label,
.checkout-form .ship-to-different-address-label label {
  color: #191919;
}
.checkout-form .ship-to-different-address-form {
  padding-top: 14px;
}
.checkout-form .order-notes {
  margin-bottom: 0;
}

@media screen and (max-width: 1280px) {
  .checkout-form .order-notes {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 991px) {
  .checkout-left {
    padding-right: 0;
  }
}
.checkout-right {
  width: 395px;
  min-width: 395px;
  padding: 0 15px;
}
.checkout-right .payment-method .title {
  margin-bottom: 13px;
}
.checkout-right .payment-method-form {
  padding: 28px 30px 5px;
  border: 1px solid #ebebeb;
  border-radius: 2px;
}
.checkout-right .payment-method-form .form-group {
  margin-bottom: 0;
}
.checkout-right .payment-method-form .form-radio label {
  color: #191919;
}
.checkout-right .payment-method-form .helper-text {
  font-size: 13px;
  display: block;
  margin: -10px 0 15px 28px;
  color: #6e6e6e;
}
.checkout-right .payment-method-form .error-message {
  margin: -2px 0 20px;
}
.checkout-right .payment-instructions {
  margin-top: 30px;
  padding: 24px 30px 23px;
  background: #f9f9f9;
  border-radius: 2px;
}
.checkout-right .payment-instructions .title {
  margin-bottom: 14px;
}
.checkout-right .payment-instructions > p {
  font-size: 14px;
  color: #6e6e6e;
}
.checkout-right .coupon-wrap {
  margin-top: 25px;
}

#stripe-card-element {
  margin-top: 30px;
  padding: 30px;
  background: #f9f9f9;
  border-radius: 2px;
}

@media screen and (min-width: 1281px) {
  .checkout-right .coupon-wrap .form-group .form-input input {
    width: auto;
  }
  .checkout-right .coupon-wrap .form-group .btn-apply-coupon {
    width: 100%;
    padding: 7px 15px;
    white-space: nowrap;
  }
}
@media screen and (max-width: 1280px) {
  .checkout-right {
    width: 100%;
    min-width: 0;
    margin-top: 14px;
    padding-left: 0;
  }
}
@media screen and (max-width: 991px) {
  .checkout-right {
    padding-right: 0;
  }
}
.checkout-wrap {
  margin-top: 50px;
}

.checkout {
  display: flex;
}

.checkout-inner {
  display: flex;
}

@media screen and (max-width: 1280px) {
  .checkout-inner {
    flex-direction: column;
  }
}
@media screen and (max-width: 991px) {
  .checkout {
    flex-direction: column;
  }
}
.order-complete-wrap {
  margin-top: 50px;
}

.order-complete {
  display: flex;
  padding: 40px 0;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex-direction: column;
}
.order-complete .checkmark {
  display: block;
  width: 80px;
  height: 80px;
  margin-bottom: 23px;
  border-radius: 50%;
  stroke: #ff8f00;
  stroke: var(--color-primary);
  stroke-width: 2.5;
  stroke-miterlimit: 10;
  -webkit-animation: fill 0.4s ease-in-out 0.4s forwards, scale 0.3s ease-in-out 0.9s both;
          animation: fill 0.4s ease-in-out 0.4s forwards, scale 0.3s ease-in-out 0.9s both;
}
.order-complete .checkmark-circle {
  stroke: #ff8f00;
  stroke: var(--color-primary);
  stroke-dasharray: 166;
  stroke-dashoffset: 166;
  stroke-width: 1.5;
  stroke-miterlimit: 10;
  fill: none;
  -webkit-animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
          animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}
.order-complete .checkmark-check {
  stroke-dasharray: 48;
  stroke-dashoffset: 48;
  transform-origin: 50% 50%;
  -webkit-animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
          animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
}
@-webkit-keyframes stroke {
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes stroke {
  100% {
    stroke-dashoffset: 0;
  }
}
@-webkit-keyframes scale {
  0%, 100% {
    transform: none;
  }
  50% {
    transform: scale3d(1.1, 1.1, 1);
  }
}
@keyframes scale {
  0%, 100% {
    transform: none;
  }
  50% {
    transform: scale3d(1.1, 1.1, 1);
  }
}
.order-complete h2, .order-complete .h2 {
  margin-bottom: 6px;
}
.order-complete span {
  color: #6e6e6e;
}

.all-brands-wrap {
  margin-top: 50px;
}

.all-brands .all-brands-inner {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px -30px;
}
.all-brands .brand-image {
  position: relative;
  display: block;
  margin-bottom: 30px;
  padding-bottom: 70%;
  border: 1px solid #ebebeb;
  border-radius: 2px;
  overflow: hidden;
  transition: 150ms ease-in-out;
}
.all-brands .brand-image:hover {
  border-color: rgba(0, 85, 184, 0.3);
  border-color: var(--color-primary-transparent-lite);
}
.all-brands .brand-image:hover > img {
  opacity: 0.7;
}
.all-brands .brand-image > img {
  position: absolute;
  left: 50%;
  top: 50%;
  max-height: 100%;
  max-width: 100%;
  transform: translate(-50%, -50%);
  transition: 150ms ease-in-out;
}
.all-brands .brand-image .image-placeholder {
  height: 65px;
  width: 65px;
}
.all-brands .empty-message {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  padding: 40px 0;
}
.all-brands .empty-message svg {
  height: 100px;
  width: 100px;
  margin-bottom: 22px;
}
.all-brands .empty-message svg path {
  stroke: #ffffff;
  stroke-miterlimit: 10;
  stroke-width: 5px;
  fill: #ff8f00;
  fill: var(--color-primary);
}

.all-categories-wrap {
  margin-top: 44px;
}
@media screen and (max-width: 991px) {
  .all-categories-wrap {
    margin-top: 10px;
  }
}
.all-categories-wrap .empty-message {
  display: flex;
  padding: 40px 0;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}
.all-categories-wrap .empty-message svg {
  height: 100px;
  width: 100px;
  margin-bottom: 22px;
}
.all-categories-wrap .empty-message svg path {
  fill: #ff8f00;
  fill: var(--color-primary);
}

.single-category {
  margin-bottom: 30px;
}
.single-category:last-child {
  margin-bottom: 0;
}
.single-category .section-title {
  margin-bottom: 24px;
  padding-bottom: 13px;
  border-bottom: 1px solid #e5e5e5;
}
.single-category .section-title > a {
  color: #191919;
}
.single-category .section-title > a:hover {
  color: #ff8f00;
  color: var(--color-primary);
}

.single-category-list {
  -moz-column-count: 6;
       column-count: 6;
  -moz-column-gap: 40px;
       column-gap: 40px;
  -moz-column-fill: initial;
       column-fill: initial;
}
.single-category-list li {
  display: inline-block;
  width: 100%;
  padding: 2px 0;
}
.single-category-list li a {
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
  max-width: 100%;
  color: #6e6e6e;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.single-category-list li a:hover {
  color: #ff8f00;
  color: var(--color-primary);
}
.single-category-list .sub-category-list {
  margin-left: 10px;
  padding-top: 2px;
}
.single-category-list .sub-category-list li {
  padding: 1px 0;
}
.single-category-list .sub-category-list li a {
  font-size: 13px;
  font-weight: 400;
}

@media screen and (max-width: 1199px) {
  .single-category-list {
    -moz-column-count: 4;
         column-count: 4;
  }
}
@media screen and (max-width: 991px) {
  .single-category-list {
    -moz-column-count: 3;
         column-count: 3;
  }
}
@media screen and (max-width: 576px) {
  .single-category-list {
    -moz-column-count: 2;
         column-count: 2;
  }
}
.order-details-top {
  margin-bottom: 44px;
}

.order-information {
  display: inline-block;
}
.order-information h4, .order-information .h4 {
  margin-bottom: 18px;
}
.order-information .order-information-list li {
  display: flex;
  margin-bottom: 9px;
}
.order-information .order-information-list li:last-child {
  margin-bottom: 0;
}
.order-information .order-information-list label {
  font-weight: 500;
  min-width: 165px;
  margin-bottom: 0;
  padding-right: 10px;
}
.order-information .order-information-list span {
  color: #6e6e6e;
  word-break: break-all;
}

.order-billing-details h4, .order-billing-details .h4,
.order-shipping-details h4,
.order-shipping-details .h4 {
  margin-bottom: 14px;
}
.order-billing-details address,
.order-shipping-details address {
  line-height: 31px;
  color: #6e6e6e;
}

@media screen and (max-width: 991px) {
  .order-details-top {
    margin-bottom: 39px;
  }

  .order-information {
    margin-bottom: 38px;
  }
}
@media screen and (max-width: 576px) {
  .order-billing-details {
    margin-bottom: 33px;
  }
}
.order-details-middle {
  margin-bottom: 25px;
}
.order-details-middle .table-responsive {
  border: 1px solid #ebebeb;
  border-radius: 2px;
}

.order-details-table tbody td:nth-child(2), .order-details-table tbody td:nth-child(4) {
  min-width: 170px;
}
.order-details-table .product-name {
  display: inline-block;
  color: #191919;
}
.order-details-table .product-name:hover {
  color: #ff8f00;
  color: var(--color-primary);
}
.order-details-table .product-options {
  margin: 4px 0 1px;
}
.order-details-table .product-price {
  color: #191919;
}

@media screen and (min-width: 881px) {
  .order-details-table td > label {
    display: none;
  }
}
@media screen and (max-width: 880px) {
  .order-details-middle .table-responsive {
    padding-bottom: 4px;
  }

  .order-details-table thead {
    display: none;
  }
  .order-details-table tr:first-child td:nth-child(2), .order-details-table tr:first-child td:nth-child(3), .order-details-table tr:first-child td:nth-child(4) {
    padding-top: 2px;
  }
  .order-details-table tbody td {
    vertical-align: top;
    display: block;
  }
  .order-details-table tbody td:nth-child(1) {
    padding: 25px 30px 11px !important;
  }
  .order-details-table tbody td:nth-child(2), .order-details-table tbody td:nth-child(3) {
    padding: 2px 30px;
    white-space: nowrap;
  }
  .order-details-table tbody td:nth-child(4) {
    padding: 2px 30px 3px;
    white-space: nowrap;
  }
  .order-details-table td > label {
    width: 90px;
    min-width: 90px;
    margin-bottom: 0;
    padding-right: 5px;
    color: #6e6e6e;
    white-space: pre-wrap;
  }
  .order-details-table .product-price {
    display: inline-flex;
  }
}
@media screen and (max-width: 576px) {
  .order-details-table tbody td:nth-child(1) {
    padding: 25px 20px 11px !important;
  }
  .order-details-table tbody td:nth-child(2), .order-details-table tbody td:nth-child(3) {
    padding: 2px 20px;
  }
  .order-details-table tbody td:nth-child(4) {
    padding: 2px 20px 3px;
  }
}
.order-details-bottom {
  display: flex;
  align-items: flex-end;
  flex-direction: column;
}
.order-details-bottom .order-summary-list {
  width: 300px;
}
.order-details-bottom .order-summary-list .price-amount {
  font-weight: 500;
}
.order-details-bottom .order-summary-total {
  width: 300px;
  margin-top: 24px;
  padding-bottom: 0;
}

@media screen and (max-width: 340px) {
  .order-details-bottom .order-summary-list,
.order-details-bottom .order-summary-total {
    width: 100%;
  }
}
.order-details-wrap {
  margin-top: 50px;
}
.order-details-wrap .section-title {
  margin-bottom: 34px;
  padding-bottom: 13px;
  border-bottom: 1px solid #e5e5e5;
}

.error-page-left {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.error-page-left .section-title {
  margin-bottom: 26px;
  padding-bottom: 21px;
}
.error-page-left > p {
  width: 350px;
  margin-bottom: 44px;
  color: #6e6e6e;
}
.error-page-left .btn-back-to-home {
  align-self: flex-start;
  white-space: nowrap;
}

@media screen and (max-width: 991px) {
  .error-page-left {
    align-items: center;
    text-align: center;
  }
  .error-page-left .section-title {
    font-size: 28px;
    line-height: 36px;
    padding-bottom: 22px;
  }
  .error-page-left .section-title:after {
    right: 0;
    margin: 0 auto;
  }
  .error-page-left .btn-back-to-home {
    align-self: center;
  }
}
@media screen and (max-width: 380px) {
  .error-page-left > p {
    width: auto;
  }
}
.error-page-right .error-image {
  max-width: 100%;
}

@media screen and (max-width: 991px) {
  .error-page-right {
    margin-bottom: 43px;
    text-align: center;
  }
  .error-page-right .error-image {
    width: 400px;
  }
}
@media screen and (max-width: 500px) {
  .error-page-right .error-image {
    width: 80%;
  }
}
.error-page-wrap {
  margin-top: 70px;
  padding-bottom: 20px;
}

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

@media screen and (max-width: 991px) {
  .error-page {
    flex-direction: column-reverse;
  }
}
.custom-page-wrap {
  margin-top: 50px;
}

.custom-page-content h1, .custom-page-content .h1, .custom-page-content h2, .custom-page-content .h2, .custom-page-content h3, .custom-page-content .h3, .custom-page-content h4, .custom-page-content .h4, .custom-page-content h5, .custom-page-content .h5, .custom-page-content h6, .custom-page-content .h6 {
  margin-bottom: 14px;
}
.custom-page-content p {
  line-height: 23px;
  color: #6e6e6e;
}
.custom-page-content ul, .custom-page-content ol {
  padding-left: 16px;
  overflow: hidden;
}
.custom-page-content ul li, .custom-page-content ol li {
  margin-bottom: 9px;
  color: #6e6e6e;
}
.custom-page-content b, .custom-page-content strong, .custom-page-content em {
  font-weight: 500;
}
.custom-page-content a {
  color: #ff8f00;
  color: var(--color-primary);
}
.custom-page-content a:hover {
  color: #0055b8;
  color: var(--color-primary-hover);
}
.custom-page-content img {
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.custom-page-content iframe {
  border: none;
  max-width: 100%;
}
.custom-page-content th {
  font-weight: 500;
}
.custom-page-content td {
  vertical-align: top;
}

/* fonts */
/* default theme colors */
/* colors */
/* screen size */
/* miscellaneous */
.nice-select {
  height: auto;
  display: inline-block;
  float: none;
  border: none;
}
.nice-select:after {
  border: none;
}
.nice-select.form-control {
  color: #191919;
  padding: 12px 30px 12px 20px;
  border: 1px solid #ebebeb;
}
.nice-select.form-control.arrow-black {
  background-position: right 10px center;
}
.nice-select.form-control.arrow-white {
  background-position: right 10px center;
}
.nice-select.right {
  float: none;
}
.nice-select .list {
  min-width: 190px;
  margin-top: 1px;
  padding: 19px 0 16px;
  border-radius: 2px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  transform: scale(0.8);
  z-index: 9;
  transition: all 150ms ease-in-out cubic-bezier(0.5, 0, 0, 1.25);
}
.nice-select .option {
  line-height: 36px;
  padding: 0 30px;
}
.nice-select .option:hover {
  color: #ff8f00;
  color: var(--color-primary);
  background: #ffffff;
}
.nice-select .option.focus {
  background: #ffffff;
}
.nice-select .option.selected {
  font-weight: 400;
  color: #ff8f00;
  color: var(--color-primary);
}
.nice-select .option.selected.focus {
  background: #ffffff;
}

.tabs:not(.featured-categories-tabs) .tab-item, .nav-tabs .nav-link {
  font-size: 15px;
  line-height: 26px;
  position: relative;
  padding: 13px 3px;
  color: #a6a6a6;
  border: none;
  border-radius: 0;
  transition: 150ms ease-in-out;
}
.tabs:not(.featured-categories-tabs) .tab-item:before, .nav-tabs .nav-link:before {
  position: absolute;
  content: "";
  left: 50%;
  bottom: 0;
  height: 1px;
  width: 0;
  background: #ffb136;
  transform: translateX(-50%);
  transition: 150ms ease-in-out;
}
.tabs:not(.featured-categories-tabs) .tab-item:after, .nav-tabs .nav-link:after {
  position: absolute;
  content: "";
  left: 50%;
  bottom: -7px;
  height: 8px;
  width: 15px;
  background: #ffb136;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  opacity: 0;
  transform: translateX(-50%);
  transition: 150ms ease-in-out;
  z-index: 1;
}
.tabs:not(.featured-categories-tabs) .tab-item:hover:before, .nav-tabs .nav-link:hover:before {
  width: 40px;
}
.tabs:not(.featured-categories-tabs) .active.tab-item, .nav-tabs .active.nav-link {
  font-weight: 500;
  color: #191919;
}
.tabs:not(.featured-categories-tabs) .active.tab-item:before, .nav-tabs .active.nav-link:before {
  width: 100%;
}
.tabs:not(.featured-categories-tabs) .active.tab-item:after, .nav-tabs .active.nav-link:after {
  opacity: 1;
}
.tabs:not(.featured-categories-tabs) .loading.tab-item, .nav-tabs .loading.nav-link {
  pointer-events: none;
}
.tabs:not(.featured-categories-tabs) .loading.tab-item:before, .nav-tabs .loading.nav-link:before {
  left: 0;
  top: auto;
  transform: none;
  -webkit-animation: tab-loader 1.2s ease infinite;
          animation: tab-loader 1.2s ease infinite;
}
.tabs:not(.featured-categories-tabs) .loading.tab-item:after, .nav-tabs .loading.nav-link:after {
  content: none;
}

.nav-tabs {
  border: none;
}
.tabs:not(.featured-categories-tabs) {
  list-style: none;
  margin-bottom: -1px;
}
.tabs:not(.featured-categories-tabs) .tab-item {
  float: left;
  margin-left: 30px;
  cursor: pointer;
  transition: none;
  font-size: 20px;
  font-weight: 300;
  color: #191919;
}
.tabs:not(.featured-categories-tabs) .tab-item:first-child {
  margin-left: 0;
}
.tabs:not(.featured-categories-tabs) .tab-item.active {
  cursor: default;
}

.tab-content .slick-list {
  margin: 0 -15px -50px;
  padding: 30px 0 50px;
}
.tab-content .slick-list .slick-track {
  display: flex;
  align-items: stretch;
}
.tab-content .slick-dots {
  position: relative;
  bottom: auto;
  margin-top: 30px;
}

@media screen and (max-width: 991px) {
  .tab-content .slick-list {
    margin: 0 -8px -50px;
  }
}
.btn {
  font-family: "Rubik", Arial, Helvetica, sans-serif;
  font-size: 15px;
  line-height: 26px;
  position: relative;
  border: none;
  padding: 7px 24px;
  border-radius: 2px;
  transition: 150ms ease-in-out;
}
.btn:focus {
  box-shadow: none !important;
  outline: 0;
}

.btn-lg, .btn-group-lg > .btn {
  margin-top: 5px;
  padding: 12px 50px;
}

.btn-primary {
  font-weight: 500;
  color: #ffffff;
  background: #ff8f00;
  background: var(--color-primary);
}
.btn-primary:focus {
  background: #ff8f00;
  background: var(--color-primary);
}
.btn-primary:active, .btn-primary.nice-select.open, .btn-primary:hover, .btn-primary:active:focus {
  background: #0055b8;
  background: var(--color-primary-hover);
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary.nice-select.open:not(:disabled):not(.disabled), .btn-primary:not(:disabled):not(.disabled).active {
  background: #0055b8;
  background: var(--color-primary-hover);
}
.btn-primary:disabled:active, .btn-primary.nice-select.open:disabled, .btn-primary:disabled:hover, .btn-primary:disabled:focus, .btn-primary:disabled:hover:focus, .btn-primary.disabled:active, .btn-primary.disabled.nice-select.open, .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled:hover:focus, .btn-primary[disabled]:active, .btn-primary[disabled].nice-select.open, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled]:hover:focus {
  background: #ff8f00;
  background: var(--color-primary);
}

.btn-default {
  font-weight: 500;
  padding: 6px 24px;
  background: transparent;
  border: 1px solid #ff8f00;
  border: 1px solid var(--color-primary);
}
.btn-default:active, .btn-default.nice-select.open, .btn-default:hover, .btn-default:active:focus {
  color: #ffffff;
  background: #ff8f00;
  background: var(--color-primary);
}
.btn-default.disabled:active, .btn-default.disabled.nice-select.open, .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled:hover:focus, .btn-default[disabled]:active, .btn-default[disabled].nice-select.open, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled]:hover:focus {
  color: #191919;
  background: transparent !important;
}
.btn-default.disabled:active.btn-loading:after, .btn-default.disabled.btn-loading.nice-select.open:after, .btn-default.disabled:hover.btn-loading:after, .btn-default.disabled:focus.btn-loading:after, .btn-default.disabled:hover:focus.btn-loading:after, .btn-default[disabled]:active.btn-loading:after, .btn-default[disabled].btn-loading.nice-select.open:after, .btn-default[disabled]:hover.btn-loading:after, .btn-default[disabled]:focus.btn-loading:after, .btn-default[disabled]:hover:focus.btn-loading:after {
  border-color: #ff8f00;
  border-color: var(--color-primary);
}
.btn-default.btn-loading:after {
  border-color: #ff8f00;
  border-color: var(--color-primary);
}
.btn-default.btn-loading:active:after, .btn-default.btn-loading.nice-select.open:after, .btn-default.btn-loading:hover:after, .btn-default.btn-loading:focus:after, .btn-default.btn-loading:hover:focus:after {
  border-color: #ffffff;
}

.btn-remove {
  font-size: 15px;
  color: #191919;
  background: transparent;
  border: none;
  transition: 150ms ease-in-out;
}
.btn-remove:hover {
  color: #ff8f00;
  color: var(--color-primary);
}

.custom-scrollbar {
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #ebebeb transparent;
}
.custom-scrollbar::-webkit-scrollbar {
  width: 8px;
}
.custom-scrollbar::-webkit-scrollbar-track, .custom-scrollbar::-webkit-scrollbar-track-piece {
  background: transparent;
}
.custom-scrollbar::-webkit-scrollbar-thumb, .custom-scrollbar::-webkit-scrollbar-thumb:vertical {
  border-radius: 2px;
  background: #ebebeb;
}
.custom-scrollbar::-webkit-scrollbar-thumb:hover, .custom-scrollbar::-webkit-scrollbar-thumb:vertical:hover {
  background: #e1e1e1;
}

.is-countdown {
  border: none;
  background: transparent;
}
.is-countdown .countdown-row {
  display: flex;
  padding: 0;
  justify-content: center;
}
.is-countdown .countdown-show4 .countdown-section {
  width: auto;
}
.is-countdown .countdown-section {
  position: relative;
  float: none;
}
.is-countdown .countdown-amount {
  font-size: 16px;
  line-height: 22px;
  display: flex;
  margin: 0 auto 26px;
  align-items: center;
  justify-content: center;
}
.is-countdown .countdown-period {
  position: absolute;
  font-size: 12px;
  line-height: 22px;
  left: 50%;
  bottom: 0;
  color: #6e6e6e;
  transform: translateX(-50%);
}

.breadcrumb {
  margin: 23px 0 0;
  padding: 0;
  background: #ffffff;
}
.breadcrumb ul {
  margin-left: -11px;
}
.breadcrumb ul > li {
  font-size: 15px;
  line-height: 26px;
  position: relative;
  display: inline-block;
  padding: 0 10px;
}
.breadcrumb ul > li:after {
  position: absolute;
  content: "\F105";
  font-family: "Line Awesome Free";
  font-weight: 900;
  font-size: 12px;
  right: -7px;
  top: 1px;
  color: #191919;
}
.breadcrumb ul > li:last-child:after {
  content: "";
}
.breadcrumb ul > li.active {
  color: #a6a6a6;
}
.breadcrumb ul > li.active:after {
  color: #a6a6a6;
}
.breadcrumb ul > li > a {
  color: #191919;
}
.breadcrumb ul > li > a:hover {
  color: #ff8f00;
  color: var(--color-primary);
}

.form-group {
  margin-bottom: 20px;
}
.form-group label {
  font-weight: 500;
  margin-bottom: 9px;
}
.form-group label > span {
  margin-left: 4px;
  color: #e23e1d;
}

.form-control {
  font-size: 14px;
  height: 45px;
  padding: 10px 15px;
  border-color: #ebebeb;
  border-radius: 2px;
  transition: 150ms ease-in-out;
}
.form-control:focus {
  border-color: #ff8f00;
  border-color: var(--color-primary);
  box-shadow: none;
}

select {
  border: none;
}
select.arrow-black {
  background-position: right 10px center;
}
select.arrow-white {
  background-position: right 10px center;
}

textarea.form-control {
  transition: border 150ms ease-in-out, resize 0ms;
}

.form-check {
  padding: 0;
}
.form-check label {
  font-weight: 400;
  color: #6e6e6e;
}
.form-check input[type=checkbox] {
  position: absolute;
  left: 0;
  margin: 0;
  display: none;
}
.form-check input[type=checkbox]:checked + label, .form-check input[type=checkbox]:not(:checked) + label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  display: inline-block;
  text-align: left;
}
.form-check input[type=checkbox]:checked + label:before, .form-check input[type=checkbox]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 1px;
  width: 18px;
  height: 17px;
  border: 1px solid #e1e1e1;
  border-radius: 2px;
  transition: 150ms ease-in-out;
}
.form-check input[type=checkbox]:checked + label:after, .form-check input[type=checkbox]:not(:checked) + label:after {
  position: absolute;
  content: "";
  top: 5px;
  left: 4px;
  height: 6px;
  width: 10px;
  border: 2px solid;
  border-color: #ff8f00;
  border-color: var(--color-primary);
  /*rtl:begin:ignore*/
  border-top: none;
  border-right: none;
  transform: rotate(-45deg) scale(0);
  /*rtl:end:ignore*/
  transition: 150ms ease-in-out;
}
.form-check input[type=checkbox]:not(:checked) + label:after {
  opacity: 0;
  transform: rotate(-45deg) scale(0) /*rtl:ignore*/;
}
.form-check input[type=checkbox]:checked + label:after {
  opacity: 1;
  transform: rotate(-45deg) scale(1) /*rtl:ignore*/;
}

.form-radio {
  padding: 0;
}
.form-radio label {
  font-weight: 400;
  color: #6e6e6e;
}
.form-radio input[type=radio] {
  position: absolute;
  left: 0;
  margin: 0;
  display: none;
}
.form-radio input[type=radio]:checked + label, .form-radio input[type=radio]:not(:checked) + label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  display: inline-block;
  text-align: left;
}
.form-radio input[type=radio]:checked + label:before, .form-radio input[type=radio]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 17px;
  height: 17px;
  border: 1px solid #e1e1e1;
  border-radius: 50%;
  transition: 150ms ease-in-out;
}
.form-radio input[type=radio]:checked + label:after, .form-radio input[type=radio]:not(:checked) + label:after {
  position: absolute;
  content: "";
  top: 7px;
  left: 5px;
  height: 7px;
  width: 7px;
  background: #ff8f00;
  background: var(--color-primary);
  border-radius: 50%;
  transform: scale(0);
  transition: 150ms ease-in-out;
}
.form-radio input[type=radio]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
.form-radio input[type=radio]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}

.form-check-label > a {
  color: #ff8f00;
  color: var(--color-primary);
}
.form-check-label > a:hover {
  color: #0055b8;
  color: var(--color-primary-hover);
}

.has-error .form-control {
  border-color: #e23e1d;
}
.has-error .form-control:focus {
  border-color: #e23e1d;
}

.error-message {
  line-height: 20px;
  display: block;
  margin: 4px 0 -5px;
  color: #e23e1d;
}

::-moz-placeholder {
  color: #a6a6a6 !important;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #a6a6a6 !important;
  opacity: 1;
}

::-ms-input-placeholder {
  color: #a6a6a6 !important;
  opacity: 1;
}

::placeholder {
  color: #a6a6a6 !important;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #a6a6a6 !important;
}

::-ms-input-placeholder {
  color: #a6a6a6 !important;
}

.table-bordered td {
  border-color: #ebebeb;
}

.table thead th {
  border-bottom: 1px solid #ebebeb;
}
.table tbody tr:first-child td {
  padding-top: 30px;
}
.table th {
  font-weight: 500;
  padding: 15px 30px;
  border-top: none;
}
.table td {
  padding: 20px 30px;
  border-color: #ebebeb;
}

.badge {
  font-size: 14px;
  font-weight: 400;
  min-width: 120px;
  display: inline-block;
  padding: 10px 15px;
  text-align: center;
  border-radius: 20px;
}

.badge-success {
  color: #1eb48e;
  background: #edf9f6;
}

.badge-danger {
  color: #e23e1d;
  background: #fdf0ed;
}

.badge-info {
  color: #247cc6;
  background: #eef5fb;
}

.badge-warning {
  color: #ffb136;
  background: #fff9ef;
}

.panel {
  margin-bottom: 50px;
  border-radius: 2px;
}
.panel:last-child {
  margin-bottom: 0;
}
.panel .panel-header {
  display: flex;
  padding: 20px 30px;
  background: #f2f4f5;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #ebebeb;
  border-radius: 2px 2px 0 0;
}
.panel .panel-header > a {
  color: #a6a6a6;
}
.panel .panel-header > a:hover {
  color: #ff8f00;
  color: var(--color-primary);
}
.panel .panel-body {
  border: 1px solid #ebebeb;
  border-top: none;
  border-radius: 0 0 2px 2px;
}

.pagination {
  margin-right: -13px;
  justify-content: flex-end;
}
.pagination .page-item.active .page-link {
  color: #ff8f00;
  color: var(--color-primary);
}
.pagination .page-item.disabled .page-link {
  opacity: 0.5;
}
.pagination .page-item:first-child .page-link, .pagination .page-item:last-child .page-link {
  padding: 8px 10px;
}
.pagination .page-item:first-child .page-link > i, .pagination .page-item:last-child .page-link > i {
  font-size: 14px;
}
.pagination .page-item .page-link {
  font-weight: 500;
  line-height: 23px;
  margin: 0 2px;
  padding: 8px 14px;
  color: #a6a6a6;
  background: #ffffff;
  border: none;
  border-radius: 20px;
}
.pagination .page-item .page-link:hover {
  color: #ff8f00;
  color: var(--color-primary);
  background: transparent;
}
.pagination .page-item .page-link:focus {
  box-shadow: none;
}

.rtl .pagination .page-item:first-child .page-link > i, .rtl .pagination .page-item:last-child .page-link > i {
  transform: rotateY(180deg) /*rtl:ignore*/;
}

@media screen and (max-width: 991px) {
  .pagination {
    margin-right: 0;
    justify-content: center;
  }
}
.loading {
  position: relative;
}
.loading:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 2px;
  z-index: 2;
}
.loading:after {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  border: 3px solid #ff8f00;
  border: 3px solid var(--color-primary);
  border-top-color: transparent !important;
  z-index: 3;
  -webkit-animation: loader-spin 800ms infinite linear;
          animation: loader-spin 800ms infinite linear;
}

.btn-loading {
  color: transparent !important;
}
.btn-loading:after {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  height: 16px;
  width: 16px;
  border: 2px solid #ffffff;
  border-radius: 50%;
  border-top-color: transparent !important;
  -webkit-animation: loader-spin 800ms infinite linear;
          animation: loader-spin 800ms infinite linear;
}

@-webkit-keyframes loader-spin {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

@keyframes loader-spin {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@-webkit-keyframes tab-loader {
  0% {
    left: 0;
    width: 20px;
  }
  50% {
    left: calc(100% - 20px);
    width: 20px;
  }
  100% {
    left: 0;
    width: 20px;
  }
}
@keyframes tab-loader {
  0% {
    left: 0;
    width: 20px;
  }
  50% {
    left: calc(100% - 20px);
    width: 20px;
  }
  100% {
    left: 0;
    width: 20px;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut;
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
          animation-name: fadeInDown;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
}

.fade-enter-active, .fade-leave-active {
  transition: opacity 150ms ease-out;
}

.fade-enter, .fade-leave-to {
  opacity: 0;
}

.notices {
  position: fixed;
  display: flex;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 2em;
  overflow: hidden;
  z-index: 1052;
  pointer-events: none;
}

.notices .toast {
  display: inline-flex;
  align-items: center;
  -webkit-animation-duration: 150ms;
          animation-duration: 150ms;
  margin: 0.5em 0;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.12), 0 0 6px rgba(0, 0, 0, 0.04);
  border-radius: 0.25em;
  pointer-events: auto;
  opacity: 0.92;
  color: #fff;
  min-height: 3em;
  cursor: pointer;
}

.notices .toast .toast-text {
  margin: 0;
  padding: 0.5em 1em;
}

.notices .toast-success {
  background-color: #28a745;
}

.notices .toast-info {
  background-color: #17a2b8;
}

.notices .toast-warning {
  background-color: #ffc107;
}

.notices .toast-error {
  background-color: #dc3545;
}

.notices .toast-default {
  background-color: #343a40;
}

.notices .toast.is-top, .notices .toast.is-bottom {
  align-self: center;
}

.notices .toast.is-top-right, .notices .toast.is-bottom-right {
  align-self: flex-end;
}

.notices .toast.is-top-left, .notices .toast.is-bottom-left {
  align-self: flex-start;
}

.notices.is-top {
  flex-direction: column;
}

.notices.is-bottom {
  flex-direction: column-reverse;
}

.notices.is-custom-parent {
  position: absolute;
}

@media screen and (max-width: 768px) {
  .notices {
    padding: 0;
    position: fixed !important;
  }
}
.notices .toast {
  max-width: 768px;
  opacity: 1;
  min-height: 3.5em;
  flex-basis: auto;
}

.home-slider {
  border-radius: 2px;
  overflow: hidden;
}
.home-slider.slick-initialized .slide:not(:first-child) {
  display: block;
}
.home-slider.slick-initialized .slide .slide-content .caption {
  display: block;
}
.home-slider.slick-initialized .slide .slide-content .btn-slider {
  display: inline-block;
  background: #6c4222;
  color: #fff;
  padding: 15px 35px;
  font-weight: 700;
  margin: 15px 0 0 0;
  font-size: 20px;
  border-radius: 15px;
  text-transform: uppercase;
}
.home-slider .slide {
  position: relative;
  overflow: hidden;
  border-radius: 2px;
}
.home-slider .slide:not(:first-child) {
  display: none;
}
.home-slider .slide .slider-image {
  width: 100%;
  height: auto;
  opacity: 1 !important;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
}
.home-slider .container-fluid-lg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  text-align: left;
  bottom: 1rem;
  margin: auto !important;
}
.home-slider .slide-content {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  height: 100%;
  width: 100%;
  align-items: center;
}
.home-slider .slide-content.align-left {
  justify-content: flex-start;
}
.home-slider .slide-content.align-left .captions {
  margin-left: 80px;
  text-align: left;
}
.home-slider .slide-content.align-left .captions .caption-2 {
  margin-right: 90px;
}
.home-slider .slide-content.align-right {
  justify-content: flex-end;
}
.home-slider .slide-content.align-right .captions {
  margin-right: 80px;
}
@media screen and (max-width: 991px) {
  .home-slider .slide-content .captions {
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    position: absolute;
    top: 0;
    text-align: center !important;
    padding: 40px 20px;
  }
}
@media screen and (max-width: 991px) {
  .home-slider .slide-content .captions .caption-2 {
    margin-right: 0 !important;
  }
}
.home-slider .slide-content .caption {
  display: none;
}
.home-slider .slide-content .caption-1 {
  color: #fff;
  font-weight: 800;
  font-size: 40px;
  margin: 0;
  text-transform: uppercase;
  line-height: normal;
}
.home-slider .slide-content .caption-2 {
  font-weight: 800;
  font-size: 40px;
  color: #6c4222;
  text-transform: uppercase;
  line-height: normal;
  margin: 0px;
}
.home-slider .slide-content .btn-slider {
  display: none;
  margin-top: 37px;
  padding: 10px 30px;
}
.home-slider .slick-arrow {
  height: 50px;
  width: 25px;
  background: #ff8f00;
  background: var(--color-primary);
  opacity: 0.1;
  transition: 150ms ease-in-out;
}
.home-slider .slick-arrow:hover {
  opacity: 1;
}
.home-slider .slick-arrow.slick-prev {
  left: 0;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
}
.home-slider .slick-arrow.slick-prev:before {
  color: #ffffff;
  margin-right: 2px;
}
.home-slider .slick-arrow.slick-prev:before:hover {
  color: #ffffff;
}
.home-slider .slick-arrow.slick-next {
  right: 0;
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
}
.home-slider .slick-arrow.slick-next:before {
  color: #ffffff;
  margin-left: 2px;
}
.home-slider .slick-arrow.slick-next:before:hover {
  color: #ffffff;
}
.home-slider .slick-dots {
  bottom: 20px;
}

@media screen and (max-width: 767px) {
  .home-slider .slide-content .captions {
    width: 550px;
  }
  .home-slider .slide-content .caption-1 {
    font-size: 30px;
    line-height: 38px;
  }
  .home-slider .slide-content .caption-2 {
    font-size: 30px;
    line-height: 25px;
    margin-top: 13px;
  }
  .home-slider .slide-content .btn-slider {
    font-size: 14px;
    margin-top: 32px;
    padding: 8px 20px;
  }
}
@media screen and (max-width: 576px) {
  .home-slider .slide-content .caption-1 {
    font-size: 28px;
    line-height: 28px;
  }
  .home-slider .slide-content .caption-2 {
    font-size: 28px;
    line-height: 24px;
    margin-top: 10px;
  }
  .home-slider .slide-content .btn-slider {
    font-size: 13px;
    margin-top: 27px;
    padding: 6px 16px;
  }
}
@media screen and (max-width: 650px) {
  .home-slider .slide-content.align-left .captions {
    margin: 0;
    padding-left: 0;
    padding-right: 0;
    left: 0;
  }
  .home-slider .slide-content.align-right .captions {
    margin: 0;
    padding-left: 0;
    padding-right: 0;
    left: 0;
  }
}
.zoomInImage {
  -webkit-animation-name: zoomInImage;
          animation-name: zoomInImage;
}

@keyframes zoomInImage {
  from {
    transform: scale3d(1, 1, 1);
  }
  to {
    transform: scale3d(1.05, 1.05, 1.05);
  }
}
.home-section-wrap {
  margin-top: 0;
  padding-top: 0;
}

.home-section-inner {
  display: flex;
  width: 100%;
}
.home-section-inner .home-slider-wrap {
  width: 100%;
  padding: 0 0;
}
.home-section-inner .home-banner-wrap {
  width: 33.15%;
  padding: 0 15px;
}

@media screen and (min-width: 1650px) {
  .home-section-inner .home-slider-wrap {
    width: 100%;
  }
  .home-section-inner .home-banner-wrap {
    width: 33.34%;
  }
}
@media screen and (max-width: 1255px) {
  .home-section-inner .home-slider-wrap {
    width: 66.9%;
  }
  .home-section-inner .home-banner-wrap {
    width: 33.1%;
  }
}
@media screen and (max-width: 1199px) {
  .home-section-inner .home-slider-wrap {
    width: 100%;
  }
  .home-section-inner .home-banner-wrap {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  .home-section-wrap .home-section-inner {
    width: 100%;
    margin-left: 0;
  }
}
.features-wrap {
  margin-top: 50px;
}
.features-wrap .features {
  padding-bottom: 30px;
  border: 1px solid #e1e1e1;
  border-radius: 2px;
}

.features-wrap .feature-list {
  display: flex;
  flex-wrap: wrap;
}
.features-wrap .single-feature {
  position: relative;
  flex: 0 0 20%;
  max-width: 20%;
  margin-top: 30px;
  padding: 0 15px;
}
.features-wrap .single-feature:last-child:after {
  width: 0;
}
.features-wrap .single-feature:after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  height: 42px;
  width: 1px;
  background: #e1e1e1;
}

@media screen and (max-width: 1280px) {
  .features-wrap .single-feature {
    flex: 0 0 25%;
    max-width: 25%;
    justify-content: flex-start;
    padding: 0 30px;
  }
  .features-wrap .single-feature:after {
    content: none;
  }
}
@media screen and (max-width: 1080px) {
  .features-wrap .single-feature {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
}
@media screen and (max-width: 780px) {
  .features-wrap .single-feature {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media screen and (max-width: 576px) {
  .features-wrap .single-feature {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.featured-categories-wrap {
  margin-top: 50px;
}
.featured-categories-wrap .featured-categories-header {
  display: flex;
}

.featured-categories-text {
  padding-right: 30px;
  max-width: 400px;
  width: 100%;
}
.featured-categories-text .title {
  font-weight: 400;
}
.featured-categories-text .excerpt {
  font-weight: 300;
  line-height: 24px;
  display: block;
  margin-top: 10px;
  color: #6e6e6e;
}

.featured-categories-tabs {
  display: flex;
}
.featured-categories-tabs .tab-item {
  display: flex;
  height: 160px;
  width: 170px;
  margin-left: 30px;
  padding: 10px;
  text-align: center;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border: 1px solid #ebebeb;
  border-radius: 10px;
  cursor: pointer;
  z-index: 0;
  transition: 150ms ease-in-out;
}
.featured-categories-tabs .tab-item:first-child {
  margin-left: 0;
}
.featured-categories-tabs .tab-item.active {
  border-color: #ff8f00;
  cursor: default;
}
.featured-categories-tabs .tab-item.loading {
  border-color: #ff8f00;
  cursor: default;
}
.featured-categories-tabs .tab-item.loading:hover {
  border-color: #ff8f00;
}
.featured-categories-tabs .tab-item.loading:after {
  height: 40px;
  width: 40px;
}
.featured-categories-tabs .tab-item:hover {
  border-color: #ff8f00;
}
.featured-categories-tabs .featured-category-image {
  position: relative;
  width: 100%;
  margin-bottom: 10px;
  padding-bottom: 50%;
}
.featured-categories-tabs .featured-category-image > img {
  position: absolute;
  left: 50%;
  top: 50%;
  max-height: 100%;
  max-width: 100%;
  transform: translate(-50%, -50%);
}
.featured-categories-tabs .featured-category-image .image-placeholder {
  height: 45px;
  width: 45px;
}
.featured-categories-tabs .featured-category-name {
  font-size: 14px;
  display: block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media screen and (max-width: 1800px) {
  .featured-categories-wrap .tabs .tab-item {
    height: 140px;
    width: 150px;
  }
}
@media screen and (max-width: 1650px) {
  .featured-categories-wrap .tabs .tab-item {
    height: 130px;
    width: 140px;
  }
}
@media screen and (max-width: 1600px) {
  .featured-categories-wrap .tabs .tab-item {
    height: 120px;
    width: 130px;
  }
}
@media screen and (max-width: 1550px) {
  .featured-categories-wrap .tabs .tab-item {
    height: 110px;
    width: 120px;
  }
}
@media screen and (max-width: 1300px) {
  .featured-categories-wrap .featured-categories-header {
    flex-wrap: wrap;
    text-align: center;
    justify-content: center;
  }
  .featured-categories-wrap .featured-categories-text {
    max-width: 100%;
  }
  .featured-categories-wrap .tabs {
    margin: 30px -15px -30px;
    flex-wrap: wrap;
    justify-content: center;
  }
  .featured-categories-wrap .tabs .tab-item {
    margin: 0 15px 30px 15px;
  }
  .featured-categories-wrap .tabs .tab-item:last-child {
    margin-right: 15px;
  }
}
.banner-wrap {
  margin-top: 50px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.banner-wrap.m-t-0 {
  margin-top: 0;
}

.banner {
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 0;
  border-radius: 20px;
}
.banner:before, .banner:after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background: rgba(255, 255, 255, 0.3);
  opacity: 0;
  z-index: 1;
}
.banner:before {
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.banner:after {
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}
.banner:hover:before {
  -webkit-animation: effect-height 700ms ease-in;
          animation: effect-height 700ms ease-in;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.banner:hover:after {
  -webkit-animation: effect-width 700ms ease-in;
          animation: effect-width 700ms ease-in;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.banner:hover > img {
  transform: scale(1.05);
}
.banner > img {
  width: 100%;
  border-radius: 2px;
  transform: scale(1);
  transition: 800ms ease;
}

@media screen and (max-width: 767px) {
  .three-column-full-width-banner .row > div:first-child .banner {
    margin-top: 0;
  }
  .three-column-full-width-banner .row > div .banner {
    margin-top: 15px;
  }

  .two-column-banner .row > .col-md-9:last-child .banner {
    margin-top: 15px;
  }

  .three-column-banner .row > .col-md-6:first-child .banner {
    margin-top: 0;
  }
  .three-column-banner .row > .col-md-6 .banner {
    margin-top: 15px;
  }
}
@keyframes effect-height {
  0% {
    height: 0;
    opacity: 1;
    visibility: visible;
  }
  100% {
    height: 100%;
    opacity: 0;
    visibility: hidden;
  }
}
@keyframes effect-width {
  0% {
    width: 0;
    opacity: 1;
    visibility: visible;
  }
  100% {
    width: 100%;
    opacity: 0;
    visibility: hidden;
  }
}
.pages-section-wrap.pages {
  padding-top: 50px;
  padding-bottom: 20px;
}
.pages-section-wrap .page-header .title {
  color: #000;
  font-weight: 700;
  margin-bottom: 30px;
  position: relative;
  font-size: 40px;
  width: 100%;
  text-transform: none;
}
.pages-section-wrap .page-header .title::after {
  content: "";
  height: 5px;
  width: 50px;
  position: absolute;
  left: 50%;
  bottom: -10px;
  transform: translateX(-50%);
  background: #ff8f00;
}

#cservice .col-text {
  width: 95%;
}
#cservice .col-text h2, #cservice .col-text .h2 {
  color: #000;
  margin-bottom: 30px;
  position: relative;
  font-size: 30px;
  width: 100%;
}
#cservice .col-text h2::after, #cservice .col-text .h2::after {
  content: "";
  height: 5px;
  width: 50px;
  position: absolute;
  left: 0;
  bottom: -10px;
  transform: none;
  background: #ff8f00;
}
#cservice .col-text p {
  font-size: 15px;
  font-weight: 500;
}
#cservice ol li {
  display: list-item;
}
@media screen and (max-width: 650px) {
  #cservice .col-image img {
    width: 100%;
  }
}

.landscape-tab-products-wrap {
  margin-top: 30px;
}
.landscape-tab-products-wrap .section-title {
  margin-top: 13px;
  padding-bottom: 14px;
}

.landscape-left-tab-products {
  margin-bottom: -50px;
}
.landscape-left-tab-products .arrow-prev.slick-arrow,
.landscape-left-tab-products .arrow-next.slick-arrow {
  top: -40px;
}

@media screen and (max-width: 767px) {
  .landscape-tab-products-wrap .tab-products-header {
    text-align: center;
  }
  .landscape-tab-products-wrap .tab-products-header .section-title {
    margin: 0 0 10px;
    padding-top: 15px;
    float: none !important;
  }
  .landscape-tab-products-wrap .tab-products-header .section-title:after {
    left: 50%;
    transform: translateX(-50%);
  }
  .landscape-tab-products-wrap .tab-products-header .tabs {
    display: block;
    margin-top: 5px;
    text-align: center;
    float: none !important;
  }
  .landscape-tab-products-wrap .tab-products-header .tabs .tab-item {
    display: inline-block;
    float: none;
  }
}
.grid-products-wrap {
  margin-top: 30px;
  padding: 44px 0;
}
.grid-products-wrap .tabs .tab-item {
  font-size: 20px;
  font-weight: 300;
  padding: 15px 3px;
  color: #191919;
}

.grid-products .arrow-prev.slick-arrow,
.grid-products .arrow-next.slick-arrow {
  top: -40px;
}
.grid-products .arrow-prev {
  right: 110px;
}
.grid-products .arrow-next {
  right: -3px;
}
.grid-products .grid-products-inner {
  display: flex;
  flex-wrap: wrap;
  padding: 0 15px;
}
.grid-products .product-card {
  flex: 0 0 20%;
  max-width: 20%;
  margin: 0;
  border-left: none;
  border-top: none;
}
.grid-products .product-card:nth-child(1), .grid-products .product-card:nth-child(7) {
  border-left: 1px solid #ebebeb;
}
.grid-products .product-card:nth-child(-n+6) {
  border-top: 1px solid #ebebeb;
}

@media screen and (max-width: 1760px) {
  .grid-products .product-card {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .grid-products .product-card:nth-child(6), .grid-products .product-card:nth-child(11) {
    border-left: 1px solid #ebebeb;
  }
  .grid-products .product-card:nth-child(6) {
    border-top: none;
  }
  .grid-products .product-card:nth-child(7) {
    border-left: none;
  }
}
@media screen and (max-width: 1300px) {
  .grid-products .product-card {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .grid-products .product-card:nth-child(5) {
    border-top: none;
    border-left: 1px solid #ebebeb;
  }
  .grid-products .product-card:nth-child(6), .grid-products .product-card:nth-child(11) {
    border-left: none;
  }
  .grid-products .product-card:nth-child(9) {
    border-left: 1px solid #ebebeb;
  }
}
@media screen and (max-width: 1050px) {
  .grid-products .product-card {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .grid-products .product-card:nth-child(4), .grid-products .product-card:nth-child(7), .grid-products .product-card:nth-child(10) {
    border-left: 1px solid #ebebeb;
  }
  .grid-products .product-card:nth-child(4) {
    border-top: none;
  }
  .grid-products .product-card:nth-child(5), .grid-products .product-card:nth-child(9) {
    border-left: none;
  }
}
@media screen and (max-width: 767px) {
  .grid-products-wrap {
    margin-bottom: 0;
  }
  .grid-products-wrap .tabs {
    display: block;
    text-align: center;
    float: none !important;
  }
  .grid-products-wrap .tabs .tab-item {
    display: inline-block;
    float: none;
  }

  .grid-products .slick-list {
    margin: 0 -15px -50px;
  }
}
@media screen and (max-width: 620px) {
  .grid-products .product-card {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .grid-products .product-card:nth-child(3), .grid-products .product-card:nth-child(5), .grid-products .product-card:nth-child(9), .grid-products .product-card:nth-child(11) {
    border-left: 1px solid #ebebeb;
  }
  .grid-products .product-card:nth-child(3) {
    border-top: none;
  }
  .grid-products .product-card:nth-child(4), .grid-products .product-card:nth-child(10) {
    border-left: none;
  }
}
.top-brands-wrap {
  margin-top: 50px;
}

.top-brands {
  padding: 35px 50px;
  border: 1px solid #e5e5e5;
  border-radius: 10px;
  white-space: nowrap;
  overflow: hidden;
}
.top-brands .slick-prev {
  left: 25px;
}
.top-brands .slick-next {
  right: 25px;
}
.top-brands .slick-prev:before,
.top-brands .slick-next:before {
  font-weight: 900;
}
.top-brands .top-brand-image {
  display: inline-flex;
  height: 55px;
  margin: 0 10px;
  align-items: center;
  justify-content: center;
}
.top-brands .top-brand-image:hover > img {
  transform: scale(1.1);
  -webkit-filter: none;
  filter: none;
}
.top-brands .top-brand-image > img {
  max-height: 100%;
  max-width: 100%;
  transition: 200ms ease-in-out;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

@media screen and (max-width: 767px) {
  .top-brands {
    padding: 35px;
  }
  .top-brands .slick-prev {
    left: 15px;
  }
  .top-brands .slick-next {
    right: 15px;
  }
}
.vertical-products-wrap {
  margin-top: 44px;
  padding: 44px 0;
}
.vertical-products-wrap .grid-products .product-card {
  flex: 0 0 33.3%;
  max-width: 33.3%;
}
.vertical-products-wrap .section-title {
  margin-top: 13px;
  padding-bottom: 13px;
}

.daily-deals-wrap .daily-deals-header {
  margin-bottom: 30px;
}
.daily-deals-wrap .section-title {
  font-weight: 400;
  padding-bottom: 13px;
}
.daily-deals-wrap .section-title b {
  color: #ff8f00;
  color: var(--color-primary);
}

.daily-deals .arrow-prev.slick-arrow,
.daily-deals .arrow-next.slick-arrow {
  bottom: 15px;
}
.daily-deals .arrow-prev {
  left: 36px;
  right: auto;
}
.daily-deals .arrow-next {
  right: 36px;
}
.daily-deals .daily-deals-inner {
  padding: 20px 40px 40px;
}
.daily-deals .product-image {
  height: 440px;
  margin-bottom: 14px;
  overflow: hidden;
}
.daily-deals .product-image img {
  height: 100%;
}
.daily-deals .product-image .image-placeholder {
  height: 100px;
  width: 100px;
}
.daily-deals .product-name {
  display: block;
  margin-bottom: 23px;
  color: #191919;
}
.daily-deals .product-name:hover h6, .daily-deals .product-name:hover .h6 {
  color: #ff8f00;
  color: var(--color-primary);
}
.daily-deals .product-name h6, .daily-deals .product-name .h6 {
  font-weight: bold;
  line-height: 24px;
  font-size: 24px;
  display: block;
  display: -webkit-box;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  transition: 150ms ease-in-out;
}
.daily-deals .product-info {
  display: none;
  margin-bottom: 25px;
  padding: 10px 0 8px;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
}
.daily-deals .product-rating .rating-count {
  font-size: 12px;
  margin-top: 2px;
}
.daily-deals .daily-deals-countdown.is-countdown {
  margin-bottom: 12px;
}
.daily-deals .daily-deals-countdown.is-countdown .countdown-amount {
  height: 40px;
  width: 40px;
  background: #f2f4f5;
}
.daily-deals .daily-deals-countdown.is-countdown .countdown-section {
  margin-right: 15px;
}
.daily-deals .daily-deals-countdown.is-countdown .countdown-section:last-child {
  margin-right: 0;
}
.daily-deals .deal-progress {
  margin-bottom: 21px;
}
.daily-deals .deal-progress .deal-stock {
  display: flex;
  margin-bottom: 3px;
  justify-content: space-between;
}
.daily-deals .deal-progress .stock-available,
.daily-deals .deal-progress .stock-sold {
  font-size: 12px;
  line-height: 22px;
  color: #a6a6a6;
}
.daily-deals .deal-progress .stock-available > span,
.daily-deals .deal-progress .stock-sold > span {
  color: #191919;
}
.daily-deals .deal-progress .progress {
  height: 10px;
  background: #ebebeb;
  border-radius: 2px;
}
.daily-deals .deal-progress .progress .progress-bar {
  background: #ff8f00;
  background: var(--color-primary);
}

@media screen and (max-width: 1800px) {
  .daily-deals .product-image {
    height: 345px;
  }
}
@media screen and (max-width: 1199px) {
  .vertical-products-wrap .row > div:not(:first-child) .vertical-products {
    margin-top: 44px;
  }
}
@media screen and (min-width: 992px) {
  .vertical-products-wrap .vertical-products .vertical-products-header {
    margin-bottom: 30px;
  }
  .vertical-products-wrap .vertical-products .vertical-product-card {
    margin-bottom: 34px;
  }
  .vertical-products-wrap .vertical-products .vertical-product-card:last-child {
    margin-bottom: 0;
  }
  .vertical-products-wrap .vertical-products .vertical-product-card .product-name {
    margin-bottom: 12px;
  }
  .vertical-products-wrap .vertical-products .vertical-product-card .product-name h6, .vertical-products-wrap .vertical-products .vertical-product-card .product-name .h6 {
    line-height: 24px;
    max-height: 48px;
  }
  .vertical-products-wrap .vertical-products .vertical-product-card .product-price {
    margin-bottom: 9px;
  }
}
@media screen and (max-width: 576px) {
  .daily-deals .daily-deals-inner {
    padding: 20px 30px 40px;
  }
  .daily-deals .product-image {
    position: relative;
    height: auto;
    padding-bottom: 80%;
  }
  .daily-deals .product-image > img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.blog-wrap {
  margin-top: 44px;
}
.blog-wrap .blog-header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 32px;
  border-bottom: 1px solid #e5e5e5;
}
.blog-wrap .blog-header .section-title {
  padding-bottom: 14px;
}
.blog-wrap .blog-header .view-all {
  margin-top: 2px;
  color: #a6a6a6;
}
.blog-wrap .blog-header .view-all:hover {
  color: #ff8f00;
  color: var(--color-primary);
}

.blog-post {
  width: calc(33.33333333333333% - 30px);
  margin: 0 15px;
  border: 1px solid #ebebeb;
  border-radius: 2px;
  transition: 150ms ease-in-out;
}
.blog-post:hover {
  border-color: transparent;
  box-shadow: 2.5px 4.33px 50px 5px rgba(11, 28, 42, 0.15);
}
.blog-post:hover .blog-image .image-placeholder {
  border-color: #f6f7f8;
}
.blog-post .blog-image {
  position: relative;
  margin: -1px -1px 0 -1px;
}
.blog-post .blog-image > img {
  width: 100%;
  border-radius: 2px 2px 0 0;
}
.blog-post .blog-image .image-placeholder {
  display: flex;
  height: 227px;
  justify-content: center;
  align-items: center;
  background: #f6f7f8;
  border: 1px solid #ebebeb;
  border-bottom: none;
  border-radius: 2px 2px 0 0;
  transition: 150ms ease-in-out;
}
.blog-post .blog-image .image-placeholder > img {
  height: 100px;
  width: 100px;
}
.blog-post .blog-image .blog-date {
  position: absolute;
  left: 20px;
  bottom: 20px;
  height: 55px;
  width: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: rgba(0, 85, 184, 0.8);
  background: var(--color-primary-transparent);
  border-radius: 2px;
}
.blog-post .blog-image .blog-date > span {
  font-weight: 300;
  line-height: 18px;
  color: #ffffff;
}
.blog-post .blog-meta {
  display: flex;
  margin-bottom: 8px;
}
.blog-post .blog-meta > li {
  font-size: 14px;
  font-weight: 300;
  color: #6e6e6e;
  margin-left: 25px;
  cursor: default;
}
.blog-post .blog-meta > li:first-child {
  margin-left: 0;
}
.blog-post .blog-meta > li > i {
  margin-right: 5px;
  color: #ff8f00;
  color: var(--color-primary);
}
.blog-post .blog-body {
  padding: 26px 20px 30px;
}
.blog-post .blog-title {
  font-weight: 400;
  margin-bottom: 13px;
}
.blog-post .blog-title > a {
  color: #191919;
}
.blog-post .blog-title > a:hover {
  color: #ff8f00;
  color: var(--color-primary);
}
.blog-post .blog-description {
  font-weight: 300;
  line-height: 22px;
  max-height: 66px;
  margin-bottom: 29px;
  color: #6e6e6e;
  overflow: hidden;
}

@media screen and (max-width: 1199px) {
  .blog-post .blog-image .image-placeholder {
    height: 200px;
  }
}
@media screen and (max-width: 991px) {
  .blog-post {
    width: calc(50% - 30px);
  }
  .blog-post:last-child {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .blog-post {
    width: 100%;
  }
  .blog-post:nth-child(2) {
    margin-top: 30px;
  }
}
@media screen and (max-width: 991px) {
  .values-slider.slick-list .slick-track {
    float: left;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }

  .values-slider .service-contain-2 {
    display: block;
    align-items: center;
    height: 100%;
    text-align: center;
  }

  .values-slider .icon-width {
    width: 85px;
    height: 85px;
    margin: 0 auto 15px auto;
  }

  .values-slider .service-contain-2 .service-detail {
    margin-left: 0;
    transition: all 0.3s ease-in-out;
  }

  .values-slider .slick-prev {
    left: 0;
  }

  .values-slider .slick-next {
    right: 0;
  }

  .service-section .values-slider .slick-list {
    width: 100%;
  }

  .nav-tabs-slider.tab-style-color-2 {
    overflow: visible;
  }

  .nav-tabs-slider.tab-style-color .nav-item .nav-link {
    width: 95%;
    margin: auto;
  }

  .header-wrap {
    padding: 10px 0;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
  }
}
.btn:disabled, .btn.disabled, fieldset:disabled .btn {
  color: #fff;
  pointer-events: none;
  background-color: #ff8f00;
  border-color: #ff8f00;
  opacity: 0.65;
}

.login-wrap .remember-me {
  margin-top: -1px;
  float: left;
}
.login-wrap .forgot-password {
  margin-top: -1px;
  color: #6e6e6e;
  float: right;
}
.login-wrap .forgot-password:hover {
  color: #ff8f00;
  color: var(--color-primary);
}
.login-wrap .btn-sign-in {
  margin-top: 34px;
}
.login-wrap .btn-create-account {
  margin-top: 12px;
}

@media screen and (max-width: 380px) {
  .login-wrap .remember-me,
.login-wrap .forgot-password {
    display: block;
    text-align: center;
    float: none;
  }
  .login-wrap .forgot-password {
    margin-top: 4px;
  }
}
.register-wrap .terms-and-conditions {
  margin-top: -1px;
}
.register-wrap .form-group > img {
  border-radius: 2px;
}
.register-wrap .btn-create-account {
  margin-top: 34px;
}
.register-wrap .btn-sign-in {
  margin-top: 12px;
}

.my-orders-table {
  margin-bottom: 5px;
}
.my-orders-table thead th {
  white-space: nowrap;
}
.my-orders-table tbody tr:first-child td {
  padding-top: 30px;
}
.my-orders-table tbody td {
  white-space: nowrap;
}
.my-orders-table tbody td:first-child {
  font-weight: 500;
}
.my-orders-table tbody td:nth-child(2) {
  color: #6e6e6e;
}
.my-orders-table tbody td:nth-child(4) {
  font-weight: 500;
}
.my-orders-table .product-price {
  color: #191919;
}
.my-orders-table .badge {
  margin-top: -6px;
}
.my-orders-table .btn-view {
  margin-top: -2px;
  padding: 0;
  letter-spacing: 2px;
}
.my-orders-table .btn-view:hover {
  color: #ff8f00;
  color: var(--color-primary);
}
.my-orders-table .btn-view > i {
  margin-right: 7px;
}

.user-info {
  padding: 23px 30px;
}
.user-info li {
  display: flex;
  line-height: 24px;
  padding: 11px 0;
  color: #6e6e6e;
}
.user-info li > i {
  font-size: 24px;
  margin-right: 8px;
  vertical-align: top;
}
.user-info li > span {
  word-break: break-all;
}

.my-wishlist-table {
  margin-bottom: 10px;
}
.my-wishlist-table tbody td:not(:first-child) {
  vertical-align: middle;
}
.my-wishlist-table tbody td:nth-child(5) {
  min-width: 160px;
}
.my-wishlist-table .product-image {
  height: 60px;
  width: 60px;
  border-radius: 2px;
  overflow: hidden;
}
.my-wishlist-table .product-image .image-placeholder {
  height: 40px;
  width: 40px;
}
.my-wishlist-table .product-name {
  display: inline-block;
  min-width: 220px;
  color: #191919;
}
.my-wishlist-table .product-name:hover {
  color: #ff8f00;
  color: var(--color-primary);
}
.my-wishlist-table .product-price {
  margin-top: 2px;
}
.my-wishlist-table .badge {
  margin-top: 1px;
}
.my-wishlist-table .btn-delete {
  padding: 0;
  letter-spacing: 2px;
}
.my-wishlist-table .btn-delete:hover {
  color: #ff8f00;
  color: var(--color-primary);
}
.my-wishlist-table .btn-delete > i {
  margin-right: 7px;
}

.my-reviews-table {
  margin-bottom: 10px;
}
.my-reviews-table tbody td:not(:first-child) {
  vertical-align: middle;
}
.my-reviews-table tbody td:nth-child(3) {
  color: #6e6e6e;
  white-space: nowrap;
}
.my-reviews-table .product-image {
  height: 60px;
  width: 60px;
  border-radius: 2px;
  overflow: hidden;
}
.my-reviews-table .product-image .image-placeholder {
  height: 40px;
  width: 40px;
}
.my-reviews-table .product-name {
  display: inline-block;
  min-width: 220px;
  color: #191919;
}
.my-reviews-table .product-name:hover {
  color: #ff8f00;
  color: var(--color-primary);
}
.my-reviews-table .product-rating > i {
  font-size: 18px;
  margin-right: 4px;
}
.my-reviews-table .product-rating > i:last-child {
  margin-right: 0;
}

.my-profile {
  padding: 35px 30px 40px;
}

.account-wrap {
  margin-top: 42px;
}
.account-wrap .account-left {
  min-width: 267px;
}
.account-wrap .account-right {
  width: 100%;
  margin-left: 30px;
  overflow: hidden;
}

.account-wrap-inner {
  display: flex;
}

.account-sidebar li.active a {
  font-weight: 500;
  color: #ff8f00;
  color: var(--color-primary);
}
.account-sidebar li.active a:after {
  position: absolute;
  content: "";
  left: 0;
  top: 17px;
  height: 15px;
  width: 7px;
  background: #ff8f00;
  background: var(--color-primary);
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
}
.account-sidebar li a {
  font-size: 16px;
  line-height: 36px;
  position: relative;
  display: inline-block;
  color: #191919;
  padding: 8px 0 8px 28px;
}
.account-sidebar li a:hover {
  color: #ff8f00;
  color: var(--color-primary);
}
.account-sidebar li a > i {
  font-size: 24px;
  vertical-align: top;
  margin-top: 5px;
  margin: 5px 12px 0 0;
}

.account-wrap .pagination {
  margin: 17px -13px -15px 0;
}
.account-wrap .empty-message {
  padding: 64px 15px 63px;
  text-align: center;
}
.account-wrap .empty-message > h3, .account-wrap .empty-message > .h3 {
  font-weight: 400;
}

@media screen and (max-width: 1400px) {
  .account-wrap .account-left {
    min-width: 245px;
  }
}
@media screen and (max-width: 991px) {
  .account-wrap {
    margin-top: 23px;
  }
  .account-wrap .account-left {
    min-width: 0;
  }
  .account-wrap .account-right {
    margin: 29px 0 0 0;
  }

  .account-wrap-inner {
    flex-direction: column;
  }
}
.contact-wrap {
  margin: 90px 0;
}
.contact-wrap .map-canvas {
  position: relative;
  height: 0;
  padding-bottom: 34%;
  overflow: hidden;
  border-radius: 2px;
}
.contact-wrap .map-canvas > iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.contact-form-wrap {
  display: flex;
  margin-top: -5%;
  justify-content: center;
}
.contact-form-wrap .contact-form-inner {
  display: flex;
  width: 1000px;
  box-shadow: 0px 5px 28.5px 1.5px rgba(9, 6, 24, 0.1);
  overflow: hidden;
  border-radius: 6px;
}

.contact-form-left {
  position: relative;
  width: 350px;
  min-width: 350px;
  padding: 44px 60px 44px;
  background: #ff8f00;
  overflow: hidden;
}
.contact-form-left .title {
  margin-bottom: 48px;
  color: #ffffff;
}
.contact-form-left .contact-info li {
  color: #ffffff;
  margin-bottom: 29px;
}
.contact-form-left .contact-info li:last-child {
  margin-bottom: 0;
}
.contact-form-left .contact-info li i {
  color: #ffffff !important;
}
.contact-form-left .social-links {
  margin: 45px 0 0 -8px;
}
.contact-form-left .social-links li a {
  color: #ffffff;
}
.contact-form-left .social-links li a:hover {
  color: #ffffff;
  opacity: 0.6;
}
.contact-form-left > svg {
  position: absolute;
  right: -35px;
  bottom: -45px;
  height: 180px;
  width: 180px;
  opacity: 0.15;
  transform: rotate(-15deg);
}

.contact-form-right {
  width: 100%;
  padding: 44px 60px 50px;
  background: #ffffff;
  overflow: hidden;
  z-index: 1;
}
.contact-form-right .title {
  margin-bottom: 48px;
}

@media screen and (max-width: 991px) {
  .contact-wrap {
    margin: 70px 0;
  }
}
@media screen and (max-width: 1080px) {
  .contact-form-wrap .contact-form-inner {
    width: 90%;
    flex-direction: column;
  }

  .contact-form-left {
    width: 100%;
    min-width: 0;
    padding: 34px 30px 34px;
  }
  .contact-form-left .title {
    margin-bottom: 38px;
  }
  .contact-form-left .contact-info li {
    margin-bottom: 19px;
  }
  .contact-form-left .social-links {
    margin: 35px 0 -4px -8px;
  }

  .contact-form-right {
    padding: 34px 30px 40px;
  }
  .contact-form-right .title {
    margin-bottom: 38px;
  }
}
@media screen and (max-width: 576px) {
  .contact-form-wrap {
    margin-top: 30px;
  }
  .contact-form-wrap .contact-form-inner {
    width: 100%;
  }
}
.compare-wrap {
  margin-top: 50px;
}
.compare-wrap .empty-message {
  display: flex;
  padding: 40px 0;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}
.compare-wrap .empty-message svg {
  height: 80px;
  width: 80px;
  margin-bottom: 22px;
}
.compare-wrap .empty-message svg g {
  fill: #ff8f00;
  fill: var(--color-primary);
}

.compare-table {
  margin-bottom: 0;
}
.compare-table tr:first-child td {
  position: relative;
  padding: 25px 30px;
}
.compare-table tr:first-child td:not(:first-child) {
  vertical-align: top;
}
.compare-table td {
  padding: 20px 30px;
  text-align: center;
  vertical-align: middle;
}
.compare-table td:first-child {
  font-weight: 500;
  width: 261px;
  min-width: 261px;
}
.compare-table td:not(:first-child) {
  min-width: 320px;
  max-width: 320px;
  color: #6e6e6e;
}
.compare-table .product-image {
  height: 200px;
  width: 260px;
  display: flex;
  margin: 0 auto 20px;
  align-items: center;
  justify-content: center;
}
.compare-table .product-image > img {
  max-height: 100%;
  max-width: 100%;
}
.compare-table .product-image .image-placeholder {
  height: 90px;
  width: 90px;
}
.compare-table .product-name {
  display: inline-block;
  color: #191919;
}
.compare-table .product-name:hover {
  color: #ff8f00;
  color: var(--color-primary);
}
.compare-table .btn-remove {
  position: absolute;
  top: 0;
  right: 0;
  padding: 10px 15px;
}
.compare-table .btn-remove:hover {
  color: #ff8f00;
  color: var(--color-primary);
}
.compare-table .product-price {
  display: inline-block;
}
.compare-table .product-rating {
  display: flex;
  justify-content: center;
}
.compare-table .product-rating .rating-count {
  font-size: 12px;
  line-height: 14px;
}
.compare-table .btn-wishlist,
.compare-table .btn-add-to-cart {
  font-size: 16px;
  display: inline-flex;
  height: 50px;
  width: 50px;
  padding: 0;
  justify-content: center;
  align-items: center;
  border: 1px solid #ebebeb;
  border-radius: 50%;
}
.compare-table .btn-wishlist:hover,
.compare-table .btn-add-to-cart:hover {
  border-color: rgba(0, 85, 184, 0.8);
  border-color: var(--color-primary-transparent);
}
.compare-table .btn-wishlist:hover > i,
.compare-table .btn-add-to-cart:hover > i {
  color: #ff8f00;
  color: var(--color-primary);
}
.compare-table .btn-wishlist.disabled:hover, .compare-table .btn-wishlist[disabled]:hover,
.compare-table .btn-add-to-cart.disabled:hover,
.compare-table .btn-add-to-cart[disabled]:hover {
  border-color: #ebebeb !important;
}
.compare-table .btn-wishlist.disabled:hover > i, .compare-table .btn-wishlist[disabled]:hover > i,
.compare-table .btn-add-to-cart.disabled:hover > i,
.compare-table .btn-add-to-cart[disabled]:hover > i {
  color: #191919 !important;
}
.compare-table .btn-wishlist {
  margin-right: 12px;
}
.compare-table .btn-add-to-cart .animated {
  -webkit-animation: zoomInOut 0.5s ease;
          animation: zoomInOut 0.5s ease;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
}
.compare-table .btn-add-to-cart.disabled .animated, .compare-table .btn-add-to-cart[disabled] .animated {
  -webkit-animation: initial;
          animation: initial;
}

@media screen and (max-width: 1400px) {
  .compare-table td:first-child {
    width: 245px;
    min-width: 245px;
  }
}
.product-search-left {
  width: 263px;
  min-width: 263px;
  margin: -6px 30px 0 0;
}
.product-search-left .section-title {
  margin-bottom: 24px;
  padding-bottom: 13px;
  border-bottom: 1px solid #e5e5e5;
  padding: 10px 10px;
}
.product-search-left .section-title:after {
  display: none;
}
.product-search-left .vertical-products {
  margin-top: 29px;
}
.product-search-left .vertical-products .section-title {
  margin-bottom: 0;
  border-bottom: none;
}

@media screen and (max-width: 1400px) {
  .product-search-left {
    width: 246px;
    min-width: 246px;
  }
}
@media screen and (max-width: 991px) {
  .product-search-left {
    width: 100%;
    min-width: 0;
    margin: 0;
  }
  .product-search-left .vertical-products {
    margin-top: 44px;
  }
}
.product-search-right {
  width: calc(100% - 293px);
}
.product-search-right .categories-banner {
  display: block;
  margin-bottom: 40px;
}
.product-search-right .categories-banner:before, .product-search-right .categories-banner:after {
  content: none;
}
.product-search-right .categories-banner:hover > img {
  transform: scale(1);
}
.product-search-right .categories-banner > img {
  width: 100%;
  border-radius: 2px;
}
.product-search-right .categories-banner .categoryBanner-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.product-search-right .categories-banner .categoryBanner-content .content-text {
  width: 75%;
  margin-left: 100px;
}
.product-search-right .categories-banner .categoryBanner-content .content-text h4, .product-search-right .categories-banner .categoryBanner-content .content-text .h4 {
  color: #ffffff;
  font-size: 42px;
  font-weight: 600;
  margin-bottom: 35px;
}
.product-search-right .categories-banner .categoryBanner-content .content-text p {
  color: #ffffff;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 0;
}

@media screen and (max-width: 1400px) {
  .product-search-right {
    width: calc(100% - 276px);
  }
  .product-search-right .categories-banner .categoryBanner-content .content-text {
    width: 95%;
    margin: 0 auto;
  }
  .product-search-right .categories-banner .categoryBanner-content .content-text h4, .product-search-right .categories-banner .categoryBanner-content .content-text .h4 {
    font-size: 36px;
    margin-bottom: 20px;
  }
  .product-search-right .categories-banner .categoryBanner-content .content-text p {
    font-size: 18px;
  }
}
@media screen and (max-width: 991px) {
  .product-search-right {
    width: 100%;
    margin-top: 20px;
  }
  .product-search-right .categories-banner img {
    display: none;
  }
  .product-search-right .categories-banner .categoryBanner-content {
    position: relative;
  }
  .product-search-right .categories-banner .categoryBanner-content .content-text {
    width: 100%;
    margin: 0 auto;
  }
  .product-search-right .categories-banner .categoryBanner-content .content-text h4, .product-search-right .categories-banner .categoryBanner-content .content-text .h4 {
    color: #000;
    font-size: 24px;
  }
  .product-search-right .categories-banner .categoryBanner-content .content-text p {
    color: #6e6e6e;
    font-size: 15px;
  }
}
.browse-categories-wrap {
  margin-bottom: 30px;
  border: 0 solid #ececec;
}
.browse-categories-wrap .section-title {
  position: relative;
}
.browse-categories-wrap .section-title:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 50px;
  border-bottom: 2px solid #ff8f00;
}

.vertical-products-header .section-title {
  position: relative;
}
.vertical-products-header .section-title:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 50px;
  border-bottom: 2px solid #ff8f00;
}

.browse-categories {
  margin: -7px 0 0 -5px;
  padding: 10px 10px;
}
.browse-categories li {
  display: block;
  padding: 8px 0;
}
.browse-categories li.active > a {
  color: #ff8f00;
  color: var(--color-primary);
}
.browse-categories li a {
  display: block;
  margin-left: 25px;
  color: #6e6e6e;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: 200ms ease-in-out;
}
.browse-categories li a:hover {
  color: #ff8f00;
  color: var(--color-primary);
}
.browse-categories li a.active {
  color: #ff8f00;
  color: var(--color-primary);
}
.browse-categories li i {
  font-size: 14px;
  float: left;
  margin-top: 4px;
  cursor: pointer;
  transform: rotate(0deg);
  transition: 200ms ease-in-out;
}
.browse-categories li i.open {
  color: #ff8f00;
  color: var(--color-primary);
  transform: rotate(90deg);
}
.browse-categories li ul {
  list-style: none;
  display: none;
  margin-left: 10px;
  padding-top: 8px;
}
.browse-categories li ul li {
  padding-bottom: 0;
}

.filter-section-wrap {
  background: #ffffff;
}
.filter-section-wrap .filter-section-header > i {
  display: none;
}
.filter-section-wrap .filter-section-inner.custom-scrollbar {
  overflow-y: visible;
}

.filter-section {
  margin-bottom: 33px;
}
.filter-section:last-child {
  margin-bottom: 0;
}
.filter-section > h6, .filter-section > .h6 {
  font-size: 16px;
  margin-bottom: 15px;
}
.filter-section .btn-show-more {
  display: inline-flex;
  margin: 6px 0 9px;
  color: #6e6e6e;
  cursor: pointer;
  transition: 150ms ease-in-out;
}
.filter-section .btn-show-more:hover {
  color: #ff8f00;
  color: var(--color-primary);
}

.filter-price {
  padding-bottom: 15px;
}
.filter-price .price-input {
  display: flex;
}
.filter-price .price-input > .form-group:first-child {
  position: relative;
  margin-right: 15px;
}
.filter-price .price-input > .form-group:first-child:after {
  content: "-";
  font-size: 20px;
  position: absolute;
  top: 50%;
  right: -20px;
  transform: translateY(-50%);
}
.filter-price .price-input > .form-group:last-child {
  margin-left: 15px;
}
.filter-price .price-input .form-control {
  height: 40px;
}
.filter-price .noUi-horizontal {
  height: 3px;
}
.filter-price .noUi-horizontal .noUi-handle {
  top: -6px;
  right: -7px /*rtl:ignore*/;
  height: 14px;
  width: 14px;
}
.filter-price .noUi-target {
  background: #e5e5e5;
  border: none;
  box-shadow: none;
}
.filter-price .noUi-connect {
  background: #ff8f00;
  background: var(--color-primary);
}
.filter-price .noUi-connect,
.filter-price .noUi-origin {
  transform-origin: 0 100% /*rtl:ignore*/;
}
.filter-price .noUi-handle {
  border: none;
  background: rgba(0, 85, 184, 0.3);
  background: var(--color-primary-transparent-lite);
  border-radius: 50%;
  box-shadow: none;
  cursor: ew-resize;
}
.filter-price .noUi-handle:before {
  content: none;
}
.filter-price .noUi-handle:after {
  left: 3px;
  top: 3px;
  height: 8px;
  width: 8px;
  background: #ff8f00;
  background: var(--color-primary);
  border-radius: 50%;
}

.filter-checkbox .form-check {
  margin-bottom: 4px;
}
.filter-checkbox .form-check:last-child {
  margin-bottom: 0;
}
.filter-checkbox .form-check > label {
  line-height: 24px;
}

@media screen and (max-width: 991px) {
  .filter-section-wrap {
    position: fixed;
    left: -165px;
    top: 0;
    bottom: 0;
    width: 300px;
    box-shadow: 2.5px 4.33px 40px 5px rgba(12, 31, 46, 0.1);
    opacity: 0;
    visibility: hidden;
    z-index: 200;
    transition: 200ms ease-in-out;
  }
  .filter-section-wrap.active {
    left: 0;
    opacity: 1;
    visibility: visible;
  }
  .filter-section-wrap .filter-section-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 24px;
    padding: 15px 20px;
    background: #ff8f00;
    background: var(--color-primary);
  }
  .filter-section-wrap .filter-section-header > i {
    display: block;
    color: #ffffff;
    opacity: 0.8;
    cursor: pointer;
    transition: 150ms ease-in-out;
  }
  .filter-section-wrap .filter-section-header > i:hover {
    opacity: 1;
  }
  .filter-section-wrap .section-title {
    font-weight: 400;
    margin-bottom: 0;
    padding-bottom: 0;
    color: #ffffff;
    border-bottom: none;
  }
  .filter-section-wrap .section-title:after {
    content: none;
  }
  .filter-section-wrap .filter-section-inner {
    position: absolute;
    left: 0;
    top: 58px;
    right: 0;
    bottom: 0;
    padding: 23px 20px 15px;
  }
  .filter-section-wrap .filter-section-inner.custom-scrollbar {
    overflow-x: hidden;
    overflow-y: auto;
  }
}
.search-result-top {
  display: flex;
  margin-bottom: 30px;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 15px;
}
.search-result-top .search-result-top-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.search-result-top .content-left > h4, .search-result-top .content-left > .h4 {
  font-weight: 400;
  color: #6e6e6e;
  padding-right: 30px;
}
.search-result-top .content-left > h4 > span, .search-result-top .content-left > .h4 > span {
  font-weight: 500;
  color: #191919;
}
.search-result-top .content-right .mobile-view-filter {
  font-size: 16px;
  display: none;
  cursor: pointer;
  transition: 150ms ease-in-out;
}
.search-result-top .content-right .mobile-view-filter:hover {
  color: #ff8f00;
  color: var(--color-primary);
}
.search-result-top .content-right .mobile-view-filter:hover > i {
  color: #ff8f00;
  color: var(--color-primary);
}
.search-result-top .content-right .mobile-view-filter > i {
  margin: 4px 5px 0 0;
  color: #a6a6a6;
  transition: 150ms ease-in-out;
}
.search-result-top .view-filter .form-group {
  background: #fff;
  border-radius: 30px;
}
.search-result-top .view-filter .form-group .nice-select.form-control {
  border-color: transparent;
}
.search-result-top .view-filter .form-group .nice-select.form-control .list {
  display: block;
}
.search-result-top .view-filter .form-group .nice-select.form-control .list li {
  width: 100%;
  float: left;
}
.search-result-top .sorting-bar {
  display: flex;
  align-items: center;
  justify-content: end;
  background: #f5f5f5;
  padding: 8px 15px;
  border-radius: 20px;
}
@media screen and (max-width: 991px) {
  .search-result-top .sorting-bar {
    justify-content: space-between;
    width: 100%;
  }
}
.search-result-top .sorting-bar .view-type {
  display: flex;
  margin-right: 15px;
  align-items: center;
}
.search-result-top .sorting-bar .btn-grid-view {
  margin-right: 13px;
}
.search-result-top .sorting-bar .btn-grid-view,
.search-result-top .sorting-bar .btn-list-view {
  font-size: 24px;
  display: flex;
  padding: 0;
  color: #a6a6a6;
  align-items: center;
}
.search-result-top .sorting-bar .btn-grid-view.active,
.search-result-top .sorting-bar .btn-list-view.active {
  color: #ff8f00;
  color: var(--color-primary);
}
.search-result-top .sorting-bar .form-group {
  margin-bottom: 0;
  display: inline-block;
}
.search-result-top .sorting-bar .view-pagination {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.search-result-top .sorting-bar .view-pagination .input-group .form-control {
  width: 60px;
  text-align: center;
  border-radius: 50%;
}
.search-result-top .sorting-bar .view-pagination .input-group .input-group-text {
  background: transparent;
  border: 0;
}

.search-result-middle {
  position: relative;
  margin-bottom: 0;
}
.search-result-middle.empty {
  display: flex;
  min-height: 300px;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.search-result-middle.loading:before {
  bottom: 30px;
}
.search-result-middle.loading:after {
  height: 40px;
  width: 40px;
  top: calc(50% - 15px);
}
.search-result-middle .empty-message {
  display: flex;
  padding: 40px 0;
  align-items: center;
  flex-direction: column;
  text-align: center;
}
.search-result-middle .empty-message svg {
  height: 70px;
  width: 100px;
  margin-bottom: 23px;
}
.search-result-middle .empty-message svg g {
  fill: #ff8f00;
  fill: var(--color-primary);
}

.search-result-bottom {
  display: flex;
  margin: 17px 0 -15px;
  justify-content: space-between;
  align-items: center;
}
.search-result-bottom .showing-results {
  line-height: 39px;
  color: #6e6e6e;
}

@media screen and (max-width: 991px) {
  .search-result-top {
    align-items: flex-start;
    flex-direction: column;
  }
  .search-result-top .content-left {
    align-self: stretch;
  }
  .search-result-top .content-left > h4, .search-result-top .content-left > .h4 {
    padding-right: 0;
  }
  .search-result-top .content-right {
    display: flex;
    align-self: stretch;
    margin-top: 13px;
    padding: 8px 15px;
    justify-content: space-between;
    align-items: center;
    background: #f2f4f5;
    border-radius: 2px;
  }
  .search-result-top .content-right .mobile-view-filter {
    display: none;
    margin-right: auto;
  }
  .search-result-top .sorting-bar .nice-select.form-control {
    background-color: #f2f4f5;
    border-color: #f2f4f5;
  }
  .search-result-top .sorting-bar .nice-select.form-control:focus {
    background-color: #f2f4f5;
    border-color: #ff8f00;
    border-color: var(--color-primary);
  }

  .search-result-middle.empty {
    min-height: 230px;
  }

  .search-result-bottom {
    flex-direction: column;
  }
  .search-result-bottom .showing-results + .pagination {
    margin-top: -3px;
  }
}
@media screen and (max-width: 576px) {
  .search-result-top .sorting-bar .m-r-20 {
    margin-right: 0;
  }
}
@media screen and (max-width: 450px) {
  .search-result-top .content-right {
    flex-direction: column;
    padding-top: 16px;
  }
  .search-result-top .content-right .mobile-view-filter {
    margin: 0 0 10px 0;
  }
}
.grid-view-products {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.grid-view-products > .col {
  display: flex;
  flex: 0 0 20%;
  max-width: 20%;
  margin-bottom: 30px;
}
.grid-view-products .product-card {
  width: 100%;
  margin: 0;
}
@media screen and (max-width: 500px) {
  .grid-view-products > div {
    width: 100%;
  }
}

.grid2-view-products {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.grid2-view-products > .col {
  display: flex;
  flex: 0 0 25%;
  max-width: 25%;
  margin-bottom: 30px;
}
.grid2-view-products .product-card {
  width: 100%;
  margin: 0;
}

@media screen and (max-width: 1700px) {
  .grid-view-products > .col {
    flex: 0 0 25%;
    max-width: 25%;
  }
}
@media screen and (max-width: 1350px) {
  .grid-view-products > .col, .grid2-view-products > .col {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
}
@media screen and (max-width: 991px) {
  .search-result-middle.empty .grid-view-products, .search-result-middle.empty .grid2-view-products {
    padding-bottom: 0;
  }

  .grid-view-products, .grid2-view-products {
    margin: 0 -8px;
    padding-bottom: 14px;
  }
  .grid-view-products > .col, .grid2-view-products > .col {
    flex: 0 0 25%;
    max-width: 25%;
    margin-bottom: 16px;
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media screen and (max-width: 880px) {
  .grid-view-products > .col, .grid2-view-products > .col {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
}
@media screen and (max-width: 767px) {
  .grid-view-products, .grid2-view-products {
    margin: 0 -8px;
  }
  .grid-view-products > .col, .grid2-view-products > .col {
    margin-bottom: 16px;
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media screen and (max-width: 620px) {
  .grid-view-products > .col, .grid2-view-products > .col {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
.list-view-products, .list2-view-products {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}

.list-product-card {
  display: flex;
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0 15px;
  margin-bottom: 30px;
}

.list2-view-products .list-product-card {
  display: flex;
  flex: 0 0 100%;
  max-width: 100%;
  padding: 0 15px;
  margin-bottom: 30px;
}

.list-product-card-inner {
  display: flex;
  width: 100%;
  padding: 30px;
  border: 1px solid #ebebeb;
  border-radius: 2px;
  transition: 200ms ease-in-out;
}
.list-product-card-inner:hover {
  border-color: #ffffff;
  box-shadow: 2.5px 4.33px 50px 5px rgba(11, 28, 42, 0.15);
  z-index: 1;
}
.list-product-card-inner .product-card-left {
  align-self: flex-start;
}
.list-product-card-inner .product-card-right {
  flex-grow: 1;
  margin: -5px 0 -8px 30px;
}
.list-product-card-inner .product-image {
  position: relative;
  height: 180px;
  width: 180px;
}
.list-product-card-inner .product-image .image-placeholder {
  height: 85px;
  width: 85px;
}
.list-product-card-inner .product-card-countdown {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: 200ms ease-in-out;
}
.list-product-card-inner .product-card-countdown.is-countdown .countdown-section {
  width: auto;
  margin-right: 10px;
}
.list-product-card-inner .product-card-countdown.is-countdown .countdown-section:last-child {
  margin-right: 0;
}
.list-product-card-inner .product-card-countdown.is-countdown .countdown-amount {
  height: 38px;
  width: 38px;
  color: #ffffff;
  margin: 0;
  background: rgba(0, 85, 184, 0.8);
  background: var(--color-primary-transparent);
}
.list-product-card-inner .product-card-countdown.is-countdown .countdown-period {
  display: none;
}
.list-product-card-inner .product-name {
  display: inline-block;
  margin-bottom: 10px;
  align-items: center;
  z-index: 1;
}
.list-product-card-inner .product-name > h6, .list-product-card-inner .product-name > .h6 {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  max-height: 48px;
  display: block;
  display: -webkit-box;
  color: #191919;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.list-product-card-inner .product-rating {
  margin-bottom: 14px;
}
.list-product-card-inner .product-rating .rating-count {
  font-size: 13px;
  line-height: 15px;
  margin: 0 0 0 7px;
}
.list-product-card-inner .product-price {
  font-size: 18px;
  margin-bottom: 13px;
}
.list-product-card-inner .product-price .previous-price {
  font-size: 14px;
}
.list-product-card-inner .btn-add-to-cart {
  font-size: 13px;
  margin-bottom: 9px;
  padding: 7px 30px 6px;
  background: #ff8f00;
  border-radius: 20px;
  border: 1px solid #ff8f00;
}
.list-product-card-inner .btn-add-to-cart > i {
  font-size: 15px;
  margin: 5px 8px 0 0;
  vertical-align: top;
}
.list-product-card-inner .product-card-actions .btn {
  padding: 0;
  color: #6e6e6e;
}
.list-product-card-inner .product-card-actions .btn:hover {
  color: #ff8f00;
  color: var(--color-primary);
}
.list-product-card-inner .product-card-actions .btn:hover > i {
  color: #6e6e6e;
}
.list-product-card-inner .product-card-actions .btn > i {
  margin-right: 4px;
}
.list-product-card-inner .product-card-actions .btn-wishlist {
  margin-right: 25px;
}
.list-product-card-inner .product-card-actions .btn-wishlist.added:hover > i,
.list-product-card-inner .product-card-actions .btn-compare.added:hover > i {
  color: #ff8f00;
  color: var(--color-primary);
}

@media screen and (max-width: 1400px) {
  .list-product-card {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 576px) {
  .list-product-card-inner {
    flex-direction: column;
  }
  .list-product-card-inner .product-card-left {
    width: 100%;
    margin-bottom: 20px;
  }
  .list-product-card-inner .product-card-left .product-image {
    width: 100%;
  }
  .list-product-card-inner .product-card-right {
    margin-left: 0;
  }
}
.product-search-wrap {
  margin-top: 80px;
  margin-bottom: 80px;
}
.product-search-wrap .product-search {
  display: flex;
}

.grid-categories .title h4, .grid-categories .title .h4 {
  font-size: 30px;
  color: #333333;
}
.grid-categories .title .btn-primary {
  background: none;
  font-size: 14px;
  color: #3885df;
  font-weight: 500;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.grid-categories .title .btn-primary > i {
  font-size: 30px;
  margin-left: 10px;
}
.grid-categories .slick-initialized .slick-slide {
  padding: 20px;
}
.grid-categories .figure {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border-radius: 15px;
  overflow: hidden;
}
.grid-categories .figure .figure-caption {
  padding: 10px 10px 10px 10px;
}
.grid-categories .figure .figure-caption h2, .grid-categories .figure .figure-caption .h2 {
  margin-top: 0;
  color: #333333;
  font-size: 16px;
  line-height: normal;
  min-height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1650px) {
  .grid-categories .figure .figure-caption h2, .grid-categories .figure .figure-caption .h2 {
    font-size: 15px;
  }
}
.grid-categories .figure .figure-caption span {
  font-size: 14px;
  color: #9b9b9b;
  font-weight: 500;
}
@media screen and (max-width: 1500px) {
  .grid-categories .figure .figure-caption {
    padding: 10px 10px 10px 10px;
  }
}
.grid-categories .list-product-categories {
  display: flex;
  flex-wrap: wrap;
  margin: -15px;
}
@media screen and (max-width: 1200px) {
  .grid-categories .list-product-categories {
    justify-content: center;
  }
}
.grid-categories .list-product-categories > a {
  position: relative;
  flex: 0 0 20%;
  max-width: 20%;
  padding: 15px;
}
.grid-categories .list-product-categories > a.column {
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: 0;
  max-width: 100%;
}
@media screen and (max-width: 1400px) {
  .grid-categories .list-product-categories > a.column {
    flex-grow: 0;
    flex-basis: 50%;
    max-width: 32%;
  }
}
@media screen and (max-width: 991px) {
  .grid-categories .list-product-categories > a.column {
    flex-grow: 0;
    flex-basis: 100%;
    max-width: 50%;
  }
}
@media screen and (max-width: 600px) {
  .grid-categories .list-product-categories > a.column {
    flex: 0 0 80%;
    max-width: 80%;
  }
}
@media screen and (max-width: 1750px) {
  .grid-categories .list-product-categories > a.column .figure-caption {
    padding: 10px 10px 10px 10px;
    min-height: 180px;
  }
}
@media screen and (max-width: 1400px) {
  .grid-categories .list-product-categories > a.column .figure-caption {
    min-height: 50px;
  }
}
.grid-categories .list-product-categories > a.column-4 {
  flex: 0 0 25%;
  max-width: 25%;
}
@media screen and (max-width: 1200px) {
  .grid-categories .list-product-categories > a.column-4 {
    flex: 0 0 45%;
    max-width: 45%;
  }
}
@media screen and (max-width: 991px) {
  .grid-categories .list-product-categories > a.column-4 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media screen and (max-width: 600px) {
  .grid-categories .list-product-categories > a.column-4 {
    flex: 0 0 80%;
    max-width: 80%;
  }
}

@media screen and (max-width: 1400px) {
  .grid-categories .list-product-categories > a {
    position: relative;
    flex: 0 0 50%;
    max-width: 32%;
  }
}
@media screen and (max-width: 991px) {
  .product-search-wrap {
    margin-top: 24px;
  }

  .product-search {
    flex-direction: column-reverse;
  }

  .grid-categories .list-product-categories > a {
    position: relative;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
}
@media screen and (max-width: 767px) {
  .grid-categories .figure .figure-caption {
    padding: 15px 15px 15px 15px;
  }
  .grid-categories .figure .figure-caption h2, .grid-categories .figure .figure-caption .h2 {
    font-size: 16px;
    margin-top: 0;
  }
  .grid-categories .list-product-categories > a {
    position: relative;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
.product-details-top {
  display: flex;
  margin-bottom: 20px;
}
.product-details-top .right-sidebar {
  width: 285px;
  min-width: 285px;
  padding-left: 15px;
}
.product-details-top .right-sidebar .feature-list {
  flex-direction: column;
  margin-top: 0;
}
.product-details-top .right-sidebar .feature-list .single-feature {
  margin-bottom: 20px;
  justify-content: flex-start;
}
.product-details-top .right-sidebar .feature-list .single-feature:last-child {
  margin-bottom: 0;
}

.product-details-top-inner {
  display: flex;
  width: 100%;
}

@media screen and (max-width: 1350px) {
  .product-details-top .right-sidebar {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  .product-details-top-inner {
    flex-direction: column;
  }
}
.product-image-gallery {
  display: flex;
  align-self: flex-start;
  align-items: flex-start;
  width: 600px;
}

.additional-image-wrap {
  width: 80px;
  min-width: 80px;
  margin-top: 8px;
}
.additional-image-wrap .additional-image {
  display: flex;
  height: 80px;
  margin: 8px 0;
  justify-content: center;
  align-items: center;
  border: 1px solid #ebebeb;
  border-radius: 2px;
  cursor: pointer;
  overflow: hidden;
  transition: 150ms ease-in-out;
}
.additional-image-wrap .additional-image.slick-current {
  border-color: #ff8f00;
  border-color: var(--color-primary);
}
.additional-image-wrap .additional-image > img {
  max-height: 100%;
  max-width: 100%;
}
.additional-image-wrap .additional-image .image-placeholder {
  height: 35px;
  width: 35px;
}

.base-image-wrap {
  position: relative;
  width: 100%;
  min-width: 0;
  margin-left: 16px;
  flex-grow: 1;
  border: 1px solid #ebebeb;
  border-radius: 2px;
}
.base-image-wrap .base-image.slick-initialized .base-image-inner:not(:first-child) {
  display: block;
}
.base-image-wrap .base-image .base-image-inner:not(:first-child) {
  display: none;
}
.base-image-wrap .base-image-slide {
  position: relative;
  display: flex;
  height: 100%;
  justify-content: center;
  align-items: center;
  padding-bottom: 100%;
  background: #ffffff;
  cursor: crosshair;
}
.base-image-wrap .base-image-slide:hover > img:not(.zoomImg) {
  opacity: 0 !important;
}
.base-image-wrap .base-image-slide:hover .zoomImg {
  opacity: 1 !important;
}
.base-image-wrap .base-image-slide > img:not(.zoomImg) {
  position: absolute;
  left: 50%;
  top: 50%;
  max-height: 100%;
  max-width: 100%;
  transform: translate(-50%, -50%);
}
.base-image-wrap .base-image-slide .image-placeholder {
  width: 130px;
}
.base-image-wrap .base-image-slide .image-placeholder ~ .zoomImg {
  display: none !important;
}
.base-image-wrap .btn-gallery-trigger {
  position: absolute;
  bottom: 10px;
  right: 10px;
  height: 40px;
  width: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
  cursor: pointer;
  transform: rotateY(180deg);
}
.base-image-wrap .btn-gallery-trigger > i {
  font-size: 20px;
  transition: 150ms ease-in-out;
}
.base-image-wrap .btn-gallery-trigger:hover > i {
  color: #ff8f00;
  color: var(--color-primary);
}

@media screen and (max-width: 1600px) {
  .product-image-gallery {
    width: 500px;
  }

  .additional-image-wrap {
    height: 70px;
    min-height: 70px;
  }
  .additional-image-wrap .additional-image {
    height: 70px;
  }
}
@media screen and (max-width: 991px) {
  .base-image-wrap .base-image-slide {
    cursor: zoom-in;
  }
  .base-image-wrap .base-image-slide:hover > img:not(.zoomImg) {
    opacity: 1 !important;
  }
  .base-image-wrap .base-image-slide:hover .zoomImg {
    opacity: 0 !important;
  }
  .base-image-wrap .zoomImg {
    opacity: 0 !important;
  }
  .base-image-wrap .btn-gallery-trigger {
    display: none;
  }
}
@media screen and (min-width: 577px) {
  .additional-image-wrap .slick-prev,
.additional-image-wrap .slick-next {
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
  }
  .additional-image-wrap .slick-prev {
    top: -4px;
  }
  .additional-image-wrap .slick-prev:before {
    content: "\F106";
  }
  .additional-image-wrap .slick-next {
    left: 0;
    top: auto;
    bottom: -14px;
    transform: translate(0, 0);
  }
  .additional-image-wrap .slick-next:before {
    content: "\F107";
  }
}
@media screen and (max-width: 576px) {
  .product-image-gallery {
    width: 100%;
    flex-direction: column-reverse;
  }

  .rtl .additional-image-wrap .slick-track {
    right: 2px /*rtl:ignore*/;
  }

  .additional-image-wrap {
    display: flex;
    width: calc(100% - 32px);
    min-width: 0;
    margin: 16px auto 0;
  }
  .additional-image-wrap .slick-prev {
    left: -22px;
  }
  .additional-image-wrap .slick-next {
    right: -22px;
  }
  .additional-image-wrap .additional-image {
    width: 70px;
    min-width: 70px;
    margin: 0 8px;
  }

  .base-image-wrap {
    margin-left: 0;
  }
  .base-image-wrap .base-image-slide {
    padding-bottom: 90%;
  }
}
.product-details-info {
  width: calc(100% - 600px);
  padding: 0 15px 0 30px;
}
.product-details-info .details-info-top {
  padding-bottom: 17px;
}
.product-details-info .product-name {
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 15px;
}
.product-details-info .product-rating {
  font-size: 16px;
  margin-bottom: 9px;
}
.product-details-info .product-rating .rating-count {
  font-size: 14px;
  margin-top: 3px;
}
.product-details-info .product-rating + .brief-description {
  margin-top: 10px;
}
.product-details-info .product-rating + .details-info-top-actions {
  margin-top: 8px;
}
.product-details-info .availability {
  margin-bottom: 14px;
}
.product-details-info .availability.in-stock {
  color: #1eb48e;
}
.product-details-info .availability.out-of-stock {
  color: #e23e1d;
}
.product-details-info .availability + .details-info-top-actions {
  margin-top: -2px;
}
.product-details-info .brief-description {
  margin-bottom: 12px;
  color: #6e6e6e;
}
.product-details-info .details-info-top-actions .btn {
  padding: 0;
  color: #6e6e6e;
}
.product-details-info .details-info-top-actions .btn:hover {
  color: #ff8f00;
  color: var(--color-primary);
}
.product-details-info .details-info-top-actions .btn:hover > i {
  color: #6e6e6e;
}
.product-details-info .details-info-top-actions .btn > i {
  margin-right: 4px;
}
.product-details-info .details-info-top-actions .btn-wishlist {
  margin-right: 25px;
}
.product-details-info .details-info-top-actions .btn-wishlist,
.product-details-info .details-info-top-actions .btn-compare {
  font-weight: 500;
}
.product-details-info .details-info-top-actions .btn-wishlist.added:hover > i,
.product-details-info .details-info-top-actions .btn-compare.added:hover > i {
  color: #ff8f00;
  color: var(--color-primary);
}
.product-details-info .details-info-middle {
  padding: 22px 0 25px;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}
.product-details-info .product-price {
  font-size: 24px;
  padding-bottom: 18px;
}
.product-details-info .product-price .previous-price {
  font-size: 14px;
  margin-top: 3px;
}
.product-details-info .product-variants {
  padding-bottom: 10px;
}
.product-details-info .product-variants .form-group .extra-price {
  font-weight: 500;
  color: #6e6e6e;
}
.product-details-info .product-variants .form-group .form-custom-radio .extra-price {
  margin-left: 4px;
}
.product-details-info .product-variants .variant-check {
  margin: -1px 0 7px;
}
.product-details-info .product-variants .variant-check .error-message {
  margin: -7px 0 8px;
}
.product-details-info .product-variants .variant-radio {
  margin: -2px 0 8px;
}
.product-details-info .product-variants .variant-radio .error-message {
  margin: -6px 0 7px;
}
.product-details-info .product-variants .variant-input,
.product-details-info .product-variants .variant-select {
  margin-bottom: 20px;
}
.product-details-info .product-variants .variant-input label,
.product-details-info .product-variants .variant-select label {
  padding-top: 12px;
}
.product-details-info .product-variants .variant-input .error-message,
.product-details-info .product-variants .variant-select .error-message {
  margin: 6px 0 -5px;
}
.product-details-info .product-variants .variant-custom-selection {
  margin-bottom: 10px;
}
.product-details-info .product-variants .variant-custom-selection label {
  padding-top: 6px;
}
.product-details-info .product-variants .variant-custom-selection .error-message {
  margin: -4px 0 5px;
}
.product-details-info .product-variants .custom-selection {
  display: inline-flex;
  flex-wrap: wrap;
}
.product-details-info .product-variants .custom-selection > li {
  font-size: 13px;
  height: 32px;
  min-width: 42px;
  display: flex;
  margin: 0 10px 10px 0;
  padding: 6px 10px;
  color: #6e6e6e;
  justify-content: center;
  align-items: center;
  border: 1px solid #ebebeb;
  border-radius: 2px;
  transition: 150ms ease-in-out;
  cursor: pointer;
}
.product-details-info .product-variants .custom-selection > li:last-child {
  margin-right: 0;
}
.product-details-info .product-variants .custom-selection > li:hover {
  border-color: #ff8f00;
  border-color: var(--color-primary);
}
.product-details-info .product-variants .custom-selection > li.active {
  cursor: default;
  color: #ff8f00;
  color: var(--color-primary);
  border-color: #ff8f00;
  border-color: var(--color-primary);
}
.product-details-info .product-variants .custom-selection > li.disabled {
  opacity: 0.65;
  cursor: default;
}
.product-details-info .product-variants .custom-selection > li.disabled:hover {
  border-color: #ebebeb;
}
.product-details-info .details-info-middle-actions {
  display: flex;
}
.product-details-info .number-picker {
  display: inline-flex;
  align-items: center;
}
.product-details-info .number-picker label {
  font-weight: 500;
  margin-bottom: 0;
}
.product-details-info .number-picker .input-group-quantity {
  position: relative;
  margin-left: 20px;
}
.product-details-info .number-picker .input-group-quantity .input-quantity {
  width: 100px;
  padding: 10px 39px 10px 10px;
  text-align: center;
}
.product-details-info .number-picker .input-group-quantity .input-quantity:focus {
  outline: 0;
  border-color: #ebebeb;
}
.product-details-info .number-picker .input-group-quantity .btn-wrapper {
  position: absolute;
  top: 0;
  right: 0;
}
.product-details-info .number-picker .input-group-quantity .btn-wrapper .btn-number {
  position: absolute;
  right: 0;
  width: 30px;
  padding: 0;
  line-height: 18px;
  background: none;
  border: 1px solid #ebebeb;
  border-radius: 0;
}
.product-details-info .number-picker .input-group-quantity .btn-wrapper .btn-number:hover {
  color: #ff8f00;
  color: var(--color-primary);
}
.product-details-info .number-picker .input-group-quantity .btn-wrapper .btn-number[disabled]:hover {
  color: #191919;
}
.product-details-info .number-picker .input-group-quantity .btn-wrapper .btn-plus {
  top: 0;
  height: 24px;
  border-top-right-radius: 2px;
}
.product-details-info .number-picker .input-group-quantity .btn-wrapper .btn-minus {
  top: 23px;
  height: 22px;
  border-bottom-right-radius: 2px;
}
.product-details-info .btn-add-to-cart {
  margin-left: 20px;
  padding: 8px 30px;
  background: #ff8f00;
  border-radius: 20px;
  border: 1px solid #ff8f00;
  color: #fff;
}
.product-details-info .btn-add-to-cart > i {
  margin-right: 6px;
}
.product-details-info .btn-add-to-cart:hover {
  color: #fff;
  background: #ff8f00;
  border: 1px solid #ff8f00;
}
.product-details-info .details-info-bottom {
  padding: 10px 0;
}
.product-details-info .additional-info {
  display: flex;
  flex-direction: column;
  margin: 0 0 -6px -12px;
  padding: 5px 0;
}
.product-details-info .additional-info li {
  margin-bottom: 4px;
  padding: 0 12px;
}
.product-details-info .additional-info li:last-child {
  margin-bottom: 0;
}
.product-details-info .additional-info li label {
  margin-bottom: 0;
}
.product-details-info .additional-info li a {
  color: #ff8f00;
  color: var(--color-primary);
}
.product-details-info .additional-info li a:hover {
  color: #0055b8;
  color: var(--color-primary-hover);
}
.product-details-info .additional-info .sku {
  color: #ff8f00;
  color: var(--color-primary);
}
.product-details-info .additional-info .sku label {
  color: #191919;
}
.product-details-info .social-share {
  display: flex;
  align-items: center;
}
.product-details-info .social-share label {
  margin-bottom: 0;
}
.product-details-info .social-share .social-links {
  margin-left: 16px;
}

@media screen and (max-width: 1600px) {
  .product-details-info {
    width: calc(100% - 500px);
  }
}
@media screen and (max-width: 991px) {
  .product-details-info {
    width: 100%;
    margin-top: 34px;
    padding: 0;
  }
  .product-details-info .product-variants {
    margin-top: -5px;
  }
  .product-details-info .product-variants .variant-custom-selection label {
    padding-top: 0;
  }
  .product-details-info .product-variants .variant-check,
.product-details-info .product-variants .variant-radio {
    margin-top: 0;
  }
  .product-details-info .product-variants .variant-check label,
.product-details-info .product-variants .variant-radio label {
    margin-bottom: 8px;
  }
  .product-details-info .product-variants .variant-input label,
.product-details-info .product-variants .variant-select label {
    padding-top: 0;
  }
}
@media screen and (max-width: 420px) {
  .product-details-info .details-info-middle-actions {
    flex-direction: column;
  }
  .product-details-info .btn-add-to-cart {
    margin: 20px 0 0 0;
    align-self: flex-start;
  }
}
.product-details-bottom {
  display: flex;
  position: relative;
}
.product-details-bottom .left-sidebar {
  width: 285px;
  min-width: 285px;
  padding-right: 15px;
}
.product-details-bottom .left-sidebar .vertical-products {
  margin-top: 14px;
}
.product-details-bottom .left-sidebar .vertical-products + .banner {
  margin-top: 45px;
}
.product-details-bottom .left-sidebar .banner {
  margin-top: 20px;
}
.product-details-bottom .product-details-bottom-inner {
  width: calc(100% - 282px);
  padding-left: 15px;
}

.product-details-tab > .tabs {
  justify-content: center;
  border-bottom: 1px solid #ebebeb;
}
.product-details-tab > .tabs .nav-item {
  margin: 0 26px -1px;
}
.product-details-tab > .tabs .nav-link {
  font-size: 20px;
  font-weight: 500;
  padding: 15px;
  color: #191919;
}

@media screen and (max-width: 991px) {
  .product-details-bottom .left-sidebar {
    width: 100%;
    min-width: 0;
  }
  .product-details-bottom .left-sidebar .vertical-products {
    margin-top: 44px;
  }
  .product-details-bottom .product-details-bottom-inner {
    width: 100%;
    padding-left: 0;
  }
  .product-details-bottom .product-details-tab {
    margin-bottom: -15px;
  }
}
.description {
  padding-top: 46px;
}
.description h1, .description .h1,
.description h2,
.description .h2,
.description h3,
.description .h3,
.description h4,
.description .h4,
.description h5,
.description .h5,
.description h6,
.description .h6 {
  margin-bottom: 14px;
}
.description p {
  line-height: 23px;
  color: #6e6e6e;
}
.description ul,
.description ol {
  padding-left: 16px;
  overflow: hidden;
}
.description ul li,
.description ol li {
  margin-bottom: 9px;
  color: #6e6e6e;
}
.description b,
.description strong,
.description em {
  font-weight: 500;
}
.description a {
  color: #ff8f00;
  color: var(--color-primary);
}
.description a:hover {
  color: #0055b8;
  color: var(--color-primary-hover);
}
.description iframe {
  border: none;
  max-width: 100%;
}
.description th {
  font-weight: 500;
}
.description td {
  vertical-align: top;
}
.description table {
  border-collapse: collapse;
  border-style: hidden;
  border: 2px solid black;
}
.description table td {
  padding: 0.5rem;
  border: 1px solid black;
}
.description table th {
  padding: 0.5rem;
  border: 1px solid black;
}

@media screen and (max-width: 991px) {
  .description {
    padding-top: 36px;
  }
}
.specification {
  padding-top: 51px;
}
.specification .specification-inner {
  border: 1px solid #ebebeb;
  border-radius: 2px;
}
.specification .title {
  padding: 15px 30px;
  background: #f9f9f9;
}

.specification-list {
  padding: 35px 30px 34px 30px;
}
.specification-list li {
  display: flex;
  margin-bottom: 18px;
}
.specification-list li:last-child {
  margin-bottom: 0;
}
.specification-list label {
  font-weight: 500;
  line-height: 23px;
  width: 190px;
  min-width: 190px;
  margin-bottom: 0;
}
.specification-list span {
  line-height: 23px;
  color: #6e6e6e;
}

@media screen and (max-width: 991px) {
  .specification {
    padding: 41px 0 15px;
  }
}
@media screen and (max-width: 767px) {
  .specification-list li {
    flex-direction: column;
  }
  .specification-list label {
    margin-bottom: 3px;
  }
}
.reviews {
  padding-top: 45px;
}
.reviews .pagination {
  margin-top: 11px;
}

.review-form > h4, .review-form > .h4 {
  margin-bottom: 28px;
}
.review-form .rating-input {
  font-size: 20px;
  line-height: 20px;
  position: relative;
  display: flex;
  margin: -1px 0 -2px;
  flex-direction: row-reverse;
  justify-content: flex-end;
}
.review-form .rating-input label {
  margin-bottom: 0;
  color: #ebebeb;
  cursor: pointer;
  transition: 150ms ease-in-out;
}
.review-form .rating-input label:hover, .review-form .rating-input label:focus {
  color: #ffb136;
}
.review-form .rating-input label:hover ~ label, .review-form .rating-input label:focus ~ label {
  color: #ffb136;
}
.review-form .rating-input input[type=radio] {
  display: none;
}
.review-form .rating-input input[type=radio]:checked ~ label {
  color: #ffb136;
}
.review-form .btn-submit {
  padding: 7px 30px;
}

.user-review-wrap {
  margin-top: 4px;
}
.user-review-wrap.loading:after {
  border-width: 2px;
}
.user-review-wrap .empty-message {
  display: flex;
  padding: 35px 0 40px;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}
.user-review-wrap .empty-message svg {
  height: 80px;
  width: 80px;
  margin-bottom: 16px;
}
.user-review-wrap .empty-message svg path {
  stroke-width: 3px;
  fill: #ff8f00;
  fill: var(--color-primary);
  stroke: #ff8f00;
  stroke: var(--color-primary);
}

.user-review {
  margin-bottom: 27px;
}
.user-review:nth-child(4) {
  margin-bottom: 0;
}
.user-review:nth-child(n+5) {
  display: none;
}
.user-review .reviewer-name {
  font-size: 16px;
  margin-bottom: 6px;
}
.user-review .product-rating {
  margin-bottom: 11px;
}
.user-review .reviewer-message {
  color: #6e6e6e;
  margin-bottom: 7px;
}
.user-review .review-date,
.user-review .review-approval {
  font-size: 14px;
  color: #a6a6a6;
}

@media screen and (max-width: 1199px) {
  .user-review-wrap {
    margin: 48px 0 8px;
  }
}
@media screen and (max-width: 991px) {
  .reviews {
    padding-top: 35px;
  }
}
.product-details-wrap {
  margin-top: 50px;
}

.shopping-cart-wrap {
  margin-top: 50px;
}
.shopping-cart-wrap .empty-message {
  display: flex;
  width: 100%;
  padding: 40px 0;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}
.shopping-cart-wrap .empty-message svg {
  height: 100px;
  width: 100px;
  margin-bottom: 22px;
}
.shopping-cart-wrap .empty-message svg g {
  fill: #ff8f00;
  fill: var(--color-primary);
}
.shopping-cart-wrap .empty-message h2, .shopping-cart-wrap .empty-message .h2 {
  margin-bottom: 6px;
}
.shopping-cart-wrap .empty-message span {
  color: #6e6e6e;
}

.shopping-cart {
  display: flex;
}

.shopping-cart-inner {
  flex-grow: 1;
  padding-right: 15px;
}

@media screen and (max-width: 991px) {
  .shopping-cart {
    flex-direction: column;
  }

  .shopping-cart-inner {
    padding-right: 0;
  }
}
.shopping-cart .table-responsive {
  border: 1px solid #ebebeb;
  border-radius: 2px;
  margin-bottom: 25px;
}

.shopping-cart-table {
  margin-bottom: 10px;
}
.shopping-cart-table thead th {
  white-space: nowrap;
}
.shopping-cart-table thead th:last-child {
  width: 70px;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
.shopping-cart-table tbody td {
  vertical-align: middle;
}
.shopping-cart-table tbody td:last-child {
  width: 70px;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
.shopping-cart-table .btn-remove {
  line-height: 20px;
}
.shopping-cart-table .product-image {
  height: 60px;
  width: 60px;
  border-radius: 2px;
  overflow: hidden;
}
.shopping-cart-table .product-image .image-placeholder {
  height: 40px;
  width: 40px;
}
.shopping-cart-table .product-name {
  display: inline-block;
  color: #191919;
}
.shopping-cart-table .product-name:hover {
  color: #ff8f00;
  color: var(--color-primary);
}
.shopping-cart-table .product-options {
  margin: 4px 0 1px;
}
.shopping-cart-table .product-price {
  color: #191919;
}
.shopping-cart-table .number-picker {
  display: inline-flex;
  align-items: center;
}
.shopping-cart-table .number-picker label {
  font-weight: 500;
  margin-bottom: 0;
}
.shopping-cart-table .number-picker .input-group-quantity {
  position: relative;
}
.shopping-cart-table .number-picker .input-group-quantity .input-quantity {
  width: 100px;
  padding: 10px 39px 10px 10px;
  text-align: center;
}
.shopping-cart-table .number-picker .input-group-quantity .input-quantity:focus {
  outline: 0;
  border-color: #ebebeb;
}
.shopping-cart-table .number-picker .input-group-quantity .btn-wrapper {
  position: absolute;
  top: 0;
  right: 0;
}
.shopping-cart-table .number-picker .input-group-quantity .btn-wrapper .btn-number {
  position: absolute;
  right: 0;
  width: 30px;
  padding: 0;
  line-height: 18px;
  background: none;
  border: 1px solid #ebebeb;
  border-radius: 0;
}
.shopping-cart-table .number-picker .input-group-quantity .btn-wrapper .btn-number:hover {
  color: #ff8f00;
}
.shopping-cart-table .number-picker .input-group-quantity .btn-wrapper .btn-number[disabled]:hover {
  color: #191919;
}
.shopping-cart-table .number-picker .input-group-quantity .btn-wrapper .btn-plus {
  top: 0;
  height: 24px;
  border-top-right-radius: 2px;
}
.shopping-cart-table .number-picker .input-group-quantity .btn-wrapper .btn-minus {
  top: 23px;
  height: 22px;
  border-bottom-right-radius: 2px;
}

.rtl .shopping-cart-table .number-picker .btn-number {
  transform: translateY(-50%) rotateY(180deg) /*rtl:ignore*/;
}

@media screen and (min-width: 1281px) {
  .shopping-cart-table td > label {
    display: none;
  }
}
@media screen and (max-width: 1280px) {
  .shopping-cart-table thead {
    display: none;
  }
  .shopping-cart-table tr:first-child td:nth-child(3), .shopping-cart-table tr:first-child td:nth-child(4), .shopping-cart-table tr:first-child td:nth-child(5) {
    padding-top: 2px;
  }
  .shopping-cart-table tbody td {
    vertical-align: top;
  }
  .shopping-cart-table tbody td:not(:first-child):not(:last-child) {
    display: block;
  }
  .shopping-cart-table tbody td:nth-child(2) {
    padding: 20px 0 11px;
  }
  .shopping-cart-table tbody td:nth-child(3) {
    padding: 2px 0;
    white-space: nowrap;
  }
  .shopping-cart-table tbody td:nth-child(4) {
    padding: 2px 0;
    white-space: nowrap;
  }
  .shopping-cart-table tbody td:nth-child(5) {
    padding: 2px 0 13px;
    white-space: nowrap;
  }
  .shopping-cart-table td > label {
    width: 90px;
    min-width: 90px;
    margin-bottom: 0;
    padding-right: 5px;
    color: #6e6e6e;
    white-space: pre-wrap;
  }
  .shopping-cart-table .product-price {
    display: inline-flex;
  }
  .shopping-cart-table .number-picker {
    display: inline-block;
  }
}
@media screen and (max-width: 576px) {
  .shopping-cart-table tbody td:first-child {
    padding: 20px;
  }
  .shopping-cart-table tbody td:last-child {
    width: 50px;
  }
  .shopping-cart-table tbody td > label {
    width: 80px;
    min-width: 80px;
  }
}
.checkout-left {
  padding-right: 15px;
}

.checkout-form .account-details {
  margin-bottom: 14px;
}
.checkout-form .section-title {
  margin-bottom: 25px;
  padding-bottom: 13px;
  border-bottom: 1px solid #e5e5e5;
}
.checkout-form .create-an-account-form .helper-text {
  font-size: 14px;
  display: block;
  margin: -4px 0 14px;
  color: #6e6e6e;
}
.checkout-form .create-an-account-label,
.checkout-form .ship-to-different-address-label {
  margin: 4px 0 7px;
}
.checkout-form .create-an-account-label label,
.checkout-form .ship-to-different-address-label label {
  color: #191919;
}
.checkout-form .ship-to-different-address-form {
  padding-top: 14px;
}
.checkout-form .order-notes {
  margin-bottom: 0;
}

@media screen and (max-width: 1280px) {
  .checkout-form .order-notes {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 991px) {
  .checkout-left {
    padding-right: 0;
  }
}
.checkout-right {
  width: 395px;
  min-width: 395px;
  padding: 0 15px;
}
.checkout-right .payment-method .title {
  margin-bottom: 13px;
}
.checkout-right .payment-method-form {
  padding: 28px 30px 5px;
  border: 1px solid #ebebeb;
  border-radius: 2px;
}
.checkout-right .payment-method-form .form-group {
  margin-bottom: 0;
}
.checkout-right .payment-method-form .form-radio label {
  color: #191919;
}
.checkout-right .payment-method-form .helper-text {
  font-size: 13px;
  display: block;
  margin: -10px 0 15px 28px;
  color: #6e6e6e;
}
.checkout-right .payment-method-form .error-message {
  margin: -2px 0 20px;
}
.checkout-right .payment-instructions {
  margin-top: 30px;
  padding: 24px 30px 23px;
  background: #f9f9f9;
  border-radius: 2px;
}
.checkout-right .payment-instructions .title {
  margin-bottom: 14px;
}
.checkout-right .payment-instructions > p {
  font-size: 14px;
  color: #6e6e6e;
}
.checkout-right .coupon-wrap {
  margin-top: 25px;
}

#stripe-card-element {
  margin-top: 30px;
  padding: 30px;
  background: #f9f9f9;
  border-radius: 2px;
}

@media screen and (min-width: 1281px) {
  .checkout-right .coupon-wrap .form-group .form-input input {
    width: auto;
  }
  .checkout-right .coupon-wrap .form-group .btn-apply-coupon {
    width: 100%;
    padding: 7px 15px;
    white-space: nowrap;
  }
}
@media screen and (max-width: 1280px) {
  .checkout-right {
    width: 100%;
    min-width: 0;
    margin-top: 14px;
    padding-left: 0;
  }
}
@media screen and (max-width: 991px) {
  .checkout-right {
    padding-right: 0;
  }
}
.checkout-wrap {
  margin-top: 50px;
}

.checkout {
  display: flex;
}

.checkout-inner {
  display: flex;
}

@media screen and (max-width: 1280px) {
  .checkout-inner {
    flex-direction: column;
  }
}
@media screen and (max-width: 991px) {
  .checkout {
    flex-direction: column;
  }
}
.order-complete-wrap {
  margin-top: 50px;
}

.order-complete {
  display: flex;
  padding: 40px 0;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex-direction: column;
}
.order-complete .checkmark {
  display: block;
  width: 80px;
  height: 80px;
  margin-bottom: 23px;
  border-radius: 50%;
  stroke: #ff8f00;
  stroke: var(--color-primary);
  stroke-width: 2.5;
  stroke-miterlimit: 10;
  -webkit-animation: fill 0.4s ease-in-out 0.4s forwards, scale 0.3s ease-in-out 0.9s both;
          animation: fill 0.4s ease-in-out 0.4s forwards, scale 0.3s ease-in-out 0.9s both;
}
.order-complete .checkmark-circle {
  stroke: #ff8f00;
  stroke: var(--color-primary);
  stroke-dasharray: 166;
  stroke-dashoffset: 166;
  stroke-width: 1.5;
  stroke-miterlimit: 10;
  fill: none;
  -webkit-animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
          animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}
.order-complete .checkmark-check {
  stroke-dasharray: 48;
  stroke-dashoffset: 48;
  transform-origin: 50% 50%;
  -webkit-animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
          animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
}
@keyframes stroke {
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes scale {
  0%, 100% {
    transform: none;
  }
  50% {
    transform: scale3d(1.1, 1.1, 1);
  }
}
.order-complete h2, .order-complete .h2 {
  margin-bottom: 6px;
}
.order-complete span {
  color: #6e6e6e;
}

.all-brands-wrap {
  margin-top: 50px;
}

.all-brands .all-brands-inner {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px -30px;
}
.all-brands .brand-image {
  position: relative;
  display: block;
  margin-bottom: 30px;
  padding-bottom: 70%;
  border: 1px solid #ebebeb;
  border-radius: 2px;
  overflow: hidden;
  transition: 150ms ease-in-out;
}
.all-brands .brand-image:hover {
  border-color: rgba(0, 85, 184, 0.3);
  border-color: var(--color-primary-transparent-lite);
}
.all-brands .brand-image:hover > img {
  opacity: 0.7;
}
.all-brands .brand-image > img {
  position: absolute;
  left: 50%;
  top: 50%;
  max-height: 100%;
  max-width: 100%;
  transform: translate(-50%, -50%);
  transition: 150ms ease-in-out;
}
.all-brands .brand-image .image-placeholder {
  height: 65px;
  width: 65px;
}
.all-brands .empty-message {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  padding: 40px 0;
}
.all-brands .empty-message svg {
  height: 100px;
  width: 100px;
  margin-bottom: 22px;
}
.all-brands .empty-message svg path {
  stroke: #ffffff;
  stroke-miterlimit: 10;
  stroke-width: 5px;
  fill: #ff8f00;
  fill: var(--color-primary);
}

.all-categories-wrap {
  margin-top: 44px;
}
@media screen and (max-width: 991px) {
  .all-categories-wrap {
    margin-top: 10px;
  }
}
.all-categories-wrap .empty-message {
  display: flex;
  padding: 40px 0;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}
.all-categories-wrap .empty-message svg {
  height: 100px;
  width: 100px;
  margin-bottom: 22px;
}
.all-categories-wrap .empty-message svg path {
  fill: #ff8f00;
  fill: var(--color-primary);
}

.single-category {
  margin-bottom: 30px;
}
.single-category:last-child {
  margin-bottom: 0;
}
.single-category .section-title {
  margin-bottom: 24px;
  padding-bottom: 13px;
  border-bottom: 1px solid #e5e5e5;
}
.single-category .section-title > a {
  color: #191919;
}
.single-category .section-title > a:hover {
  color: #ff8f00;
  color: var(--color-primary);
}

.single-category-list {
  -moz-column-count: 6;
       column-count: 6;
  -moz-column-gap: 40px;
       column-gap: 40px;
  -moz-column-fill: initial;
       column-fill: initial;
}
.single-category-list li {
  display: inline-block;
  width: 100%;
  padding: 2px 0;
}
.single-category-list li a {
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
  max-width: 100%;
  color: #6e6e6e;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.single-category-list li a:hover {
  color: #ff8f00;
  color: var(--color-primary);
}
.single-category-list .sub-category-list {
  margin-left: 10px;
  padding-top: 2px;
}
.single-category-list .sub-category-list li {
  padding: 1px 0;
}
.single-category-list .sub-category-list li a {
  font-size: 13px;
  font-weight: 400;
}

@media screen and (max-width: 1199px) {
  .single-category-list {
    -moz-column-count: 4;
         column-count: 4;
  }
}
@media screen and (max-width: 991px) {
  .single-category-list {
    -moz-column-count: 3;
         column-count: 3;
  }
}
@media screen and (max-width: 576px) {
  .single-category-list {
    -moz-column-count: 2;
         column-count: 2;
  }
}
.order-details-top {
  margin-bottom: 44px;
}

.order-information {
  display: inline-block;
}
.order-information h4, .order-information .h4 {
  margin-bottom: 18px;
}
.order-information .order-information-list li {
  display: flex;
  margin-bottom: 9px;
}
.order-information .order-information-list li:last-child {
  margin-bottom: 0;
}
.order-information .order-information-list label {
  font-weight: 500;
  min-width: 165px;
  margin-bottom: 0;
  padding-right: 10px;
}
.order-information .order-information-list span {
  color: #6e6e6e;
  word-break: break-all;
}

.order-billing-details h4, .order-billing-details .h4,
.order-shipping-details h4,
.order-shipping-details .h4 {
  margin-bottom: 14px;
}
.order-billing-details address,
.order-shipping-details address {
  line-height: 31px;
  color: #6e6e6e;
}

@media screen and (max-width: 991px) {
  .order-details-top {
    margin-bottom: 39px;
  }

  .order-information {
    margin-bottom: 38px;
  }
}
@media screen and (max-width: 576px) {
  .order-billing-details {
    margin-bottom: 33px;
  }
}
.order-details-middle {
  margin-bottom: 25px;
}
.order-details-middle .table-responsive {
  border: 1px solid #ebebeb;
  border-radius: 2px;
}

.order-details-table tbody td:nth-child(2), .order-details-table tbody td:nth-child(4) {
  min-width: 170px;
}
.order-details-table .product-name {
  display: inline-block;
  color: #191919;
}
.order-details-table .product-name:hover {
  color: #ff8f00;
  color: var(--color-primary);
}
.order-details-table .product-options {
  margin: 4px 0 1px;
}
.order-details-table .product-price {
  color: #191919;
}

@media screen and (min-width: 881px) {
  .order-details-table td > label {
    display: none;
  }
}
@media screen and (max-width: 880px) {
  .order-details-middle .table-responsive {
    padding-bottom: 4px;
  }

  .order-details-table thead {
    display: none;
  }
  .order-details-table tr:first-child td:nth-child(2), .order-details-table tr:first-child td:nth-child(3), .order-details-table tr:first-child td:nth-child(4) {
    padding-top: 2px;
  }
  .order-details-table tbody td {
    vertical-align: top;
    display: block;
  }
  .order-details-table tbody td:nth-child(1) {
    padding: 25px 30px 11px !important;
  }
  .order-details-table tbody td:nth-child(2), .order-details-table tbody td:nth-child(3) {
    padding: 2px 30px;
    white-space: nowrap;
  }
  .order-details-table tbody td:nth-child(4) {
    padding: 2px 30px 3px;
    white-space: nowrap;
  }
  .order-details-table td > label {
    width: 90px;
    min-width: 90px;
    margin-bottom: 0;
    padding-right: 5px;
    color: #6e6e6e;
    white-space: pre-wrap;
  }
  .order-details-table .product-price {
    display: inline-flex;
  }
}
@media screen and (max-width: 576px) {
  .order-details-table tbody td:nth-child(1) {
    padding: 25px 20px 11px !important;
  }
  .order-details-table tbody td:nth-child(2), .order-details-table tbody td:nth-child(3) {
    padding: 2px 20px;
  }
  .order-details-table tbody td:nth-child(4) {
    padding: 2px 20px 3px;
  }
}
.order-details-bottom {
  display: flex;
  align-items: flex-end;
  flex-direction: column;
}
.order-details-bottom .order-summary-list {
  width: 300px;
}
.order-details-bottom .order-summary-list .price-amount {
  font-weight: 500;
}
.order-details-bottom .order-summary-total {
  width: 300px;
  margin-top: 24px;
  padding-bottom: 0;
}

@media screen and (max-width: 340px) {
  .order-details-bottom .order-summary-list,
.order-details-bottom .order-summary-total {
    width: 100%;
  }
}
.order-details-wrap {
  margin-top: 50px;
}
.order-details-wrap .section-title {
  margin-bottom: 34px;
  padding-bottom: 13px;
  border-bottom: 1px solid #e5e5e5;
}

.error-page-left {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.error-page-left .section-title {
  margin-bottom: 26px;
  padding-bottom: 21px;
}
.error-page-left > p {
  width: 350px;
  margin-bottom: 44px;
  color: #6e6e6e;
}
.error-page-left .btn-back-to-home {
  align-self: flex-start;
  white-space: nowrap;
}

@media screen and (max-width: 991px) {
  .error-page-left {
    align-items: center;
    text-align: center;
  }
  .error-page-left .section-title {
    font-size: 28px;
    line-height: 36px;
    padding-bottom: 22px;
  }
  .error-page-left .section-title:after {
    right: 0;
    margin: 0 auto;
  }
  .error-page-left .btn-back-to-home {
    align-self: center;
  }
}
@media screen and (max-width: 380px) {
  .error-page-left > p {
    width: auto;
  }
}
.error-page-right .error-image {
  max-width: 100%;
}

@media screen and (max-width: 991px) {
  .error-page-right {
    margin-bottom: 43px;
    text-align: center;
  }
  .error-page-right .error-image {
    width: 400px;
  }
}
@media screen and (max-width: 500px) {
  .error-page-right .error-image {
    width: 80%;
  }
}
.error-page-wrap {
  margin-top: 70px;
  padding-bottom: 20px;
}

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

@media screen and (max-width: 991px) {
  .error-page {
    flex-direction: column-reverse;
  }
}
.custom-page-wrap {
  margin-top: 50px;
}

.custom-page-content h1, .custom-page-content .h1, .custom-page-content h2, .custom-page-content .h2, .custom-page-content h3, .custom-page-content .h3, .custom-page-content h4, .custom-page-content .h4, .custom-page-content h5, .custom-page-content .h5, .custom-page-content h6, .custom-page-content .h6 {
  margin-bottom: 14px;
}
.custom-page-content p {
  line-height: 23px;
  color: #6e6e6e;
}
.custom-page-content ul, .custom-page-content ol {
  padding-left: 16px;
  overflow: hidden;
}
.custom-page-content ul li, .custom-page-content ol li {
  margin-bottom: 9px;
  color: #6e6e6e;
}
.custom-page-content b, .custom-page-content strong, .custom-page-content em {
  font-weight: 500;
}
.custom-page-content a {
  color: #ff8f00;
  color: var(--color-primary);
}
.custom-page-content a:hover {
  color: #0055b8;
  color: var(--color-primary-hover);
}
.custom-page-content img {
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.custom-page-content iframe {
  border: none;
  max-width: 100%;
}
.custom-page-content th {
  font-weight: 500;
}
.custom-page-content td {
  vertical-align: top;
}

.search-suggestions {
  position: absolute;
  left: 41px;
  top: 60px;
  right: 41px;
  background: #ffffff;
  border-bottom: 2px solid #ff8f00;
  border-bottom: 2px solid var(--color-primary);
  border-radius: 0 0 2px 2px;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
  z-index: 999;
}
.search-suggestions .search-suggestions-inner {
  max-height: 425px;
  background: #ffffff;
  padding-bottom: 11px;
}
.search-suggestions .title {
  font-size: 13px;
  font-weight: 400;
  position: relative;
  padding: 6px 20px;
  color: #a6a6a6;
  background: #f9f9f9;
}
.search-suggestions .title:after {
  position: absolute;
  content: "";
  left: 0;
  top: 7px;
  height: 15px;
  width: 7px;
  background: #ff8f00;
  background: var(--color-primary);
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
}
.search-suggestions .list-item {
  transition: 150ms ease-in-out;
}
.search-suggestions .list-item.active {
  background: #f7f9fa;
}

.category-suggestion .title {
  margin-bottom: 14px;
}
.category-suggestion + .product-suggestion {
  margin-top: 11px;
}

.category-suggestion-list .single-item {
  font-size: 14px;
  line-height: 26px;
  display: block;
  max-width: 100%;
  padding: 0 20px;
  color: #6e6e6e;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: top;
}

.product-suggestion {
  padding-bottom: 3px;
}
.product-suggestion .title {
  margin-bottom: 14px;
}
.product-suggestion .more-results {
  font-size: 14px;
  display: block;
  margin: 14px 0 -14px;
  padding: 6px 0;
  color: #a6a6a6;
  background: #f9f9f9;
  text-align: center;
  border-top: 1px solid #ebebeb;
}
.product-suggestion .more-results:hover {
  color: #ff8f00;
  color: var(--color-primary);
}

.product-suggestion-list .list-item {
  margin-bottom: 4px;
  display: block;
}
.product-suggestion-list .list-item:last-child {
  margin-bottom: 0;
}
.product-suggestion-list .single-item {
  position: relative;
  display: flex;
  padding: 6px 20px;
}
.product-suggestion-list .product-image {
  height: 50px;
  width: 50px;
  min-width: 50px;
  border-radius: 2px;
  overflow: hidden;
}
.product-suggestion-list .product-image .image-placeholder {
  height: 35px;
  width: 35px;
}
.product-suggestion-list .product-info {
  min-width: 0;
  margin-left: 20px;
  flex-grow: 1;
}
.product-suggestion-list .product-info-top {
  display: flex;
  justify-content: space-between;
}
.product-suggestion-list .product-name {
  font-size: 14px;
  display: inline-block;
  max-width: 100%;
  margin-bottom: 3px;
  color: #6e6e6e;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: top;
}
.product-suggestion-list .product-badge {
  position: relative;
  top: auto;
  right: auto;
  margin: -2px 0 -1px 15px;
}
.product-suggestion-list em {
  font-weight: 500;
  font-style: inherit;
  color: #ff8f00;
  color: var(--color-primary);
}

@media screen and (max-width: 991px) {
  .search-suggestions {
    top: 76px;
    left: 15px;
    right: 15px;
    display: none;
  }
  .search-suggestions .search-suggestions-inner {
    max-height: 359px;
  }

  .header-wrap-inner.sticky .search-suggestions {
    top: 71px;
  }

  .header-search-sm-form.active + .search-suggestions {
    display: block;
  }
}
.landscape-products-wrap {
  margin-top: 45px;
}
.landscape-products-wrap .products-header {
  border-bottom: 1px solid #e5e5e5;
}
.landscape-products-wrap .section-title {
  padding-bottom: 14px;
}

.landscape-products .arrow-prev.slick-arrow,
.landscape-products .arrow-next.slick-arrow {
  top: -40px;
}
.landscape-products .slick-list {
  margin: 0 -15px -50px;
  padding: 30px 0 50px;
}
.landscape-products .slick-list .slick-track {
  display: flex;
  align-items: stretch;
}
.landscape-products .slick-dots {
  position: relative;
  bottom: auto;
  margin-top: 30px;
}

@media screen and (max-width: 991px) {
  .landscape-products .slick-list {
    margin: 0 -8px -50px;
  }
}
.sidebar-menu-wrap {
  position: fixed;
  left: -150px;
  top: 0;
  bottom: 0;
  width: 270px;
  background: #ffffff;
  box-shadow: 2.5px 4.33px 40px 5px rgba(12, 31, 46, 0.1);
  opacity: 0;
  visibility: hidden;
  z-index: 200;
  transition: 200ms ease-in-out;
}
.sidebar-menu-wrap.active {
  left: 0;
  opacity: 1;
  visibility: visible;
}
.sidebar-menu-wrap .sidebar-menu-header {
  display: flex;
  padding: 15px 26px;
  align-items: center;
  justify-content: space-between;
  background: #ff8f00;
  background: var(--color-primary);
}
.sidebar-menu-wrap .sidebar-menu-header > h4, .sidebar-menu-wrap .sidebar-menu-header > .h4 {
  font-weight: 400;
  color: #ffffff;
}
.sidebar-menu-wrap .sidebar-menu-header .sidebar-menu-close {
  display: flex;
  cursor: pointer;
  opacity: 0.8;
  transition: 150ms ease-in-out;
}
.sidebar-menu-wrap .sidebar-menu-header .sidebar-menu-close:hover {
  opacity: 1;
}
.sidebar-menu-wrap .sidebar-menu-header .sidebar-menu-close > i {
  font-size: 18px;
  color: #ffffff;
}
.sidebar-menu-wrap .sidebar-menu-tab {
  border-bottom: none;
}
.sidebar-menu-wrap .sidebar-menu-tab .nav-item {
  width: 50%;
}
.sidebar-menu-wrap .sidebar-menu-tab.nav-tabs .nav-link {
  padding: 8px;
  color: #a6a6a6;
  text-align: center;
  background: #f2f4f5;
  border: none;
  border-radius: 0;
}
.sidebar-menu-wrap .sidebar-menu-tab.nav-tabs .nav-link.active {
  font-weight: 400;
  color: #191919;
  background: #ffffff;
  cursor: default;
}
.sidebar-menu-wrap .sidebar-menu-tab.nav-tabs .nav-link:after {
  content: none;
}
.sidebar-menu-wrap > .tab-content {
  position: absolute;
  left: 0;
  top: 100px;
  right: 0;
  bottom: 0;
}

.sidebar-menu {
  margin: 15px 0;
}
.sidebar-menu > li {
  cursor: pointer;
}
@media screen and (max-width: 991px) {
  .sidebar-menu > li {
    width: 100%;
  }
}
.sidebar-menu > li:hover > .menu-item {
  color: #ff8f00;
  color: var(--color-primary);
}
.sidebar-menu > li:hover > .menu-item > .menu-item-icon {
  color: #ff8f00;
  color: var(--color-primary);
}
.sidebar-menu > li:hover > i {
  color: #ff8f00;
  color: var(--color-primary);
}
.sidebar-menu > li.active .menu-item {
  color: #ff8f00;
  color: var(--color-primary);
}
.sidebar-menu > li.active .menu-item:after {
  opacity: 1;
  visibility: visible;
}
.sidebar-menu > li.active .menu-item > .menu-item-icon {
  color: #ff8f00;
  color: var(--color-primary);
}
.sidebar-menu > li.active > i {
  transform: rotate(90deg);
}
.sidebar-menu > li > .menu-item:after {
  position: absolute;
  content: "";
  left: 0;
  top: 16px;
  height: 15px;
  width: 7px;
  background: #ff8f00;
  background: var(--color-primary);
  opacity: 0;
  visibility: hidden;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  transition: 150ms ease-in-out;
}
.sidebar-menu > li > .menu-item > .menu-item-icon {
  font-size: 16px;
  color: #6e6e6e;
  margin: 1px 10px 0 0;
  transition: 150ms ease-in-out;
}
@media screen and (max-width: 991px) {
  .sidebar-menu > li > ul > li {
    width: 100%;
  }
}
.sidebar-menu > li > ul > li > a {
  max-width: 160px;
}
@media screen and (max-width: 991px) {
  .sidebar-menu > li > ul > li > ul > li {
    width: 100%;
  }
}
.sidebar-menu > li > ul > li > ul > li > a {
  max-width: 155px;
}
.sidebar-menu li:hover > a,
.sidebar-menu li:hover > i {
  color: #ff8f00;
  color: var(--color-primary);
}
.sidebar-menu li a {
  line-height: 45px;
  max-width: 170px;
  display: inline-block;
  margin-left: 24px;
  color: #191919;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: middle;
}
.sidebar-menu li > i {
  font-size: 12px;
  position: absolute;
  top: 18px;
  right: 30px;
  color: #6e6e6e;
  float: right;
  transition: 150ms ease-in-out;
}
.sidebar-menu li ul {
  display: none;
  margin-left: 10px;
}
.sidebar-menu .dropdown {
  position: relative;
}
.sidebar-menu .dropdown.active > a {
  color: #ff8f00;
  color: var(--color-primary);
}
.sidebar-menu .dropdown.active > i {
  color: #ff8f00;
  color: var(--color-primary);
  transform: rotate(90deg);
}
@media screen and (max-width: 991px) {
  .sidebar-menu .dropdown {
    width: 100%;
  }
}

.sidebar-cart-top {
  display: flex;
  padding: 15px 30px;
  align-items: center;
  justify-content: space-between;
  background: #ff8f00;
  background: var(--color-primary);
}
.sidebar-cart-top .title {
  font-weight: 400;
  color: #ffffff;
  margin-bottom: 0;
}
.sidebar-cart-top .sidebar-cart-close {
  display: flex;
  cursor: pointer;
  opacity: 0.8;
  transition: 150ms ease-in-out;
}
.sidebar-cart-top .sidebar-cart-close:hover {
  opacity: 1;
}
.sidebar-cart-top .sidebar-cart-close > i {
  font-size: 18px;
  color: #ffffff;
}

.sidebar-cart-middle {
  position: absolute;
  left: 0;
  right: 0;
  top: 60px;
  bottom: 155px;
  padding: 0 30px;
}
.sidebar-cart-middle.empty {
  bottom: 0;
  overflow: visible;
}

.sidebar-cart-items-wrap {
  padding: 5px 0;
  background: #ffffff;
}

.sidebar-cart-item {
  position: relative;
  display: flex;
  padding: 25px 0 21px;
  border-bottom: 1px solid #f2f4f5;
}
.sidebar-cart-item:last-child {
  border-bottom: none;
}
.sidebar-cart-item .product-image {
  height: 60px;
  width: 60px;
  min-width: 60px;
  border-radius: 2px;
  overflow: hidden;
}
.sidebar-cart-item .product-image .image-placeholder {
  height: 25px;
  width: 25px;
}
.sidebar-cart-item .product-info {
  margin: 0 30px 0 20px;
  min-width: 0;
}
.sidebar-cart-item .product-info .product-name {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  display: block;
  color: #191919;
  text-overflow: ellipsis;
}
.sidebar-cart-item .product-info .product-name:hover {
  color: #ff8f00;
  color: var(--color-primary);
}
.sidebar-cart-item .product-info .product-quantity {
  font-size: 13px;
  line-height: 26px;
  color: #666666;
}
.sidebar-cart-item .remove-cart-item {
  position: absolute;
  top: 16px;
  right: -8px;
}
.sidebar-cart-item .remove-cart-item .btn-remove {
  font-size: 14px;
  opacity: 0.6;
}
.sidebar-cart-item .remove-cart-item .btn-remove:hover {
  opacity: 1;
}

.sidebar-cart-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  background: #ffffff;
}
.sidebar-cart-bottom .sidebar-cart-subtotal {
  display: flex;
  margin: 0 30px;
  padding: 25px 0;
  justify-content: space-between;
  border-top: 1px solid #e5e5e5;
}
.sidebar-cart-bottom .sidebar-cart-subtotal > span {
  font-weight: 500;
  color: #ff8f00;
  color: var(--color-primary);
}
.sidebar-cart-bottom .sidebar-cart-actions {
  display: flex;
  padding: 20px 30px;
  background: #f2f4f5;
  justify-content: space-between;
}

.sidebar-cart-wrap {
  position: fixed;
  top: 0;
  right: -200px;
  bottom: 0;
  height: 100%;
  width: 400px;
  background: #ffffff;
  box-shadow: 2.5px 4.33px 40px 5px rgba(12, 31, 46, 0.1);
  opacity: 0;
  visibility: hidden;
  z-index: 200;
  transition: 200ms ease-in-out;
}
.sidebar-cart-wrap.active {
  right: 0;
  opacity: 1;
  visibility: visible;
}
.sidebar-cart-wrap .empty-message {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  display: flex;
  padding: 40px 0;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}
.sidebar-cart-wrap .empty-message svg {
  height: 100px;
  width: 100px;
  margin-bottom: 22px;
}
.sidebar-cart-wrap .empty-message svg g {
  fill: #ff8f00;
  fill: var(--color-primary);
}

@media screen and (max-width: 420px) {
  .sidebar-cart-wrap {
    right: -180px;
    width: 360px;
  }
}
@media screen and (max-width: 380px) {
  .sidebar-cart-wrap {
    right: -165px;
    width: 330px;
  }
}
@media screen and (max-width: 350px) {
  .sidebar-cart-wrap {
    right: -150px;
    width: 300px;
  }
}
.navigation-inner {
  display: flex;
  align-items: center;
  border: 0;
  border-radius: 2px;
}
.navigation-inner .navbar {
  padding: 0;
  z-index: 2;
}
.navigation-inner .navbar .navbar-nav {
  margin: 0 0 0 0;
}
.navigation-inner .navigation-text {
  margin-right: 25px;
  color: #ffb136;
}

.category-nav {
  position: relative;
  width: 262px;
  min-width: 262px;
  display: flex;
  padding: 4px 0 4px 4px;
  align-items: center;
  align-self: stretch;
}
.category-nav.show .category-nav-inner {
  cursor: default;
}
.category-nav.show .category-dropdown-wrap {
  display: block;
}
.category-nav .category-nav-inner {
  font-weight: 500;
  line-height: 24px;
  width: 100%;
  display: flex;
  padding: 14px 35px 13px 30px;
  color: #ffffff;
  flex-grow: 1;
  align-items: center;
  justify-content: space-between;
  background: #ff8f00;
  border-radius: 2px 0 0 2px;
  cursor: pointer;
}
.category-nav .category-nav-inner:after {
  display: none;
}
.category-nav .category-nav-inner > i {
  font-size: 16px;
}
.category-nav .category-dropdown-wrap {
  position: absolute;
  left: -1px;
  top: calc(100% + 31px);
  display: none;
  width: 263px;
  background: #ffffff;
  border: 1px solid #e1e1e1;
  border-top: none;
  border-bottom: none;
  border-radius: 2px;
  z-index: 4;
}
.category-nav .category-dropdown-wrap:before, .category-nav .category-dropdown-wrap:after {
  position: absolute;
  content: "";
  left: 0;
  height: 1px;
  width: 100%;
  background: #e1e1e1;
}
.category-nav .category-dropdown-wrap:before {
  top: 0;
}
.category-nav .category-dropdown-wrap:after {
  bottom: 0;
}
.category-nav .category-dropdown-wrap.show {
  display: block;
}
.category-nav .category-dropdown-wrap .category-dropdown:before, .category-nav .category-dropdown-wrap .category-dropdown:after {
  position: absolute;
  content: "";
  left: 50%;
  border-style: solid;
  transform: translateX(-50%);
  z-index: 1;
}
.category-nav .category-dropdown-wrap .category-dropdown:before {
  top: -25px;
  border-width: 13px 15px;
  border-color: transparent;
  border-bottom-color: #e1e1e1;
}
.category-nav .category-dropdown-wrap .category-dropdown:after {
  top: -23px;
  border-width: 12px 14px;
  border-color: transparent;
  border-bottom-color: #ffffff;
}

.vertical-megamenu {
  position: static;
  padding: 15px 0;
}
.vertical-megamenu > li.hide {
  display: none;
}
.vertical-megamenu > li.more-categories > .menu-item {
  font-weight: 500;
}
.vertical-megamenu > li:hover > .menu-item {
  font-weight: 500;
  color: #ff8f00;
  color: var(--color-primary);
}
.vertical-megamenu > li:hover > .menu-item:after {
  opacity: 1;
  visibility: visible;
}
.vertical-megamenu > li:hover > .menu-item > .menu-item-icon {
  color: #ff8f00;
  color: var(--color-primary);
}
.vertical-megamenu > li:hover > .menu-item > i {
  color: #ff8f00;
  color: var(--color-primary);
}
.vertical-megamenu > li > .menu-item {
  position: relative;
  line-height: 46px;
  display: block;
  padding: 0 50px 0 24px;
  color: #191919;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: none;
}
.vertical-megamenu > li > .menu-item:after {
  position: absolute;
  content: "";
  left: 0;
  top: 15px;
  height: 15px;
  width: 7px;
  background: #ff8f00;
  background: var(--color-primary);
  opacity: 0;
  visibility: hidden;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  transition: 150ms ease-in-out;
}
.vertical-megamenu > li > .menu-item > .menu-item-icon {
  font-size: 16px;
  display: inline-flex;
  margin: 15px 10px 0 0;
  color: #6e6e6e;
  vertical-align: top;
  transition: 150ms ease-in-out;
}
.vertical-megamenu > li > .menu-item > i {
  font-size: 12px;
  position: absolute;
  top: 17px;
  right: 25px;
  color: #6e6e6e;
  transition: 150ms ease-in-out;
}
.vertical-megamenu.mega-menu .dropdown:hover > .sub-menu {
  -webkit-animation: menu-in-left 250ms ease;
          animation: menu-in-left 250ms ease;
}
.vertical-megamenu.mega-menu .dropdown > .sub-menu {
  right: -175px;
  top: 0;
  -webkit-animation: menu-in-right 250ms ease;
          animation: menu-in-right 250ms ease;
}
.vertical-megamenu.mega-menu > .fluid-menu:hover > .fluid-menu-wrap {
  -webkit-animation: menu-in-left 250ms ease;
          animation: menu-in-left 250ms ease;
}
.vertical-megamenu.mega-menu > .fluid-menu > .fluid-menu-wrap {
  top: 0;
  right: -720px;
  -webkit-animation: menu-in-right 250ms ease;
          animation: menu-in-right 250ms ease;
}

.horizontal-megamenu {
  position: relative;
  flex-wrap: wrap;
}
.horizontal-megamenu.mega-menu > .fluid-menu {
  position: relative;
}
.horizontal-megamenu > .nav-item:hover {
  background: #ff8f00;
}
.horizontal-megamenu > .nav-item:hover > .nav-link {
  font-weight: 500;
  color: #ff8f00;
}
.horizontal-megamenu > .nav-item:hover > .nav-link > i {
  right: 12px;
  color: #ff8f00;
}
.horizontal-megamenu > .nav-item.multi-level > .nav-link, .horizontal-megamenu > .nav-item.fluid-menu > .nav-link {
  padding-right: 35px;
}
.horizontal-megamenu > .nav-item > .nav-link {
  line-height: 36px;
  position: relative;
  margin-bottom: -1px;
  padding: 12px 15px 12px;
  color: #ffffff;
  white-space: nowrap;
  transition: none;
}
.horizontal-megamenu > .nav-item > .nav-link:after {
  content: attr(data-text);
  font-weight: 500;
  display: block;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
.horizontal-megamenu > .nav-item > .nav-link > i {
  position: absolute;
  top: 50%;
  right: 15px;
  color: #ffffff;
  transform: translateY(-50%) rotate(90deg);
}
.horizontal-megamenu.mega-menu > .dropdown.multi-level > .sub-menu {
  left: 0;
  top: 59px;
}
.horizontal-megamenu.mega-menu .dropdown:hover > .sub-menu {
  -webkit-animation: menu-in-top 250ms ease;
          animation: menu-in-top 250ms ease;
}
.horizontal-megamenu.mega-menu .dropdown > .sub-menu {
  left: 100%;
  top: 0;
  -webkit-animation: menu-in-bottom 250ms ease;
          animation: menu-in-bottom 250ms ease;
}
.horizontal-megamenu.mega-menu > .fluid-menu:hover > .fluid-menu-wrap {
  -webkit-animation: menu-in-top 250ms ease;
          animation: menu-in-top 250ms ease;
}
.horizontal-megamenu.mega-menu > .fluid-menu > .fluid-menu-wrap {
  top: 59px;
  left: 0;
  -webkit-animation: menu-in-bottom 250ms ease;
          animation: menu-in-bottom 250ms ease;
}

.rtl .horizontal-megamenu > .nav-item:hover > .nav-link > i {
  left: 15px /*rtl:ignore*/;
}

@media screen and (max-width: 1400px) {
  .category-nav {
    width: 245px;
    min-width: 245px;
  }
  .category-nav .category-dropdown-wrap {
    width: 246px;
  }
}
@media screen and (max-width: 1300px) {
  .navigation-inner .navigation-text {
    display: none;
  }
}
@media screen and (max-width: 1047px) {
  .vertical-megamenu.mega-menu > .fluid-menu > .fluid-menu-wrap {
    right: -696px;
    width: 696px;
  }
}
@media screen and (max-width: 991px) {
  .navigation-wrap {
    display: none;
  }

  .navigation-inner .navbar .navbar-nav {
    margin-left: 0;
  }

  .category-nav {
    display: none;
  }
  .category-nav .category-dropdown-wrap {
    display: none;
  }
}
.steps-wrap {
  margin-bottom: 40px;
}

.step-tabs {
  display: flex;
  justify-content: center;
}
.step-tabs .step-tab {
  font-size: 18px;
  font-weight: 500;
  height: 60px;
  width: 350px;
  display: flex;
  margin: 0 15px;
  justify-content: center;
  align-items: center;
  color: #191919;
  text-align: center;
  background: #ffffff;
  border: 1px solid #ebebeb;
  border-radius: 2px;
  white-space: nowrap;
  cursor: default;
}
.step-tabs .step-tab.active {
  color: #ffffff;
  background: #ff8f00;
  background: var(--color-primary);
  border-color: #ff8f00;
  border-color: var(--color-primary);
}
.step-tabs .step-tab.active .step-tab-text .bg-text {
  color: #ffffff;
}
.step-tabs .step-tab-link {
  display: flex;
  width: 100%;
  color: #191919;
  justify-content: center;
  align-self: stretch;
  align-items: center;
}
.step-tabs .step-tab-text {
  position: relative;
}
.step-tabs .step-tab-text .bg-text {
  font-size: 45px;
  position: absolute;
  top: 50%;
  right: -35px;
  width: 50px;
  color: #191919;
  opacity: 0.15;
  transform: translateY(-50%);
}

@media screen and (max-width: 991px) {
  .steps-wrap {
    display: none;
  }

  .step-tabs .step-tab {
    font-size: 16px;
    height: 50px;
    width: 250px;
  }
  .step-tabs .step-tab-text .bg-text {
    font-size: 36px;
  }
}
@media screen and (max-width: 886px) {
  .step-tabs {
    align-items: center;
    flex-direction: column;
  }
  .step-tabs .step-tab {
    margin: 8px 15px;
  }
  .step-tabs .step-tab:first-child {
    margin-top: 0;
  }
  .step-tabs .step-tab:last-child {
    margin-bottom: 0;
  }
}
.order-summary-top .section-title {
  padding-bottom: 18px;
  border-bottom: 1px solid #e5e5e5;
}
.order-summary-top .cart-item {
  padding: 25px 0 24px;
  border-bottom: 1px solid #ebebeb;
}
.order-summary-top .cart-item li {
  display: flex;
  margin-bottom: 9px;
  justify-content: space-between;
}
.order-summary-top .cart-item li:last-child {
  margin-bottom: 0;
}
.order-summary-top .cart-item label {
  margin-bottom: 0;
  padding-right: 20px;
}
.order-summary-top .cart-item .product-name {
  color: #191919;
}
.order-summary-top .cart-item .product-name:hover {
  color: #ff8f00;
  color: var(--color-primary);
}
.order-summary-top .cart-item .product-quantity {
  font-weight: 500;
}

.order-summary-middle {
  padding: 25px 0 8px;
}
.order-summary-middle.loading:before {
  left: -15px;
  top: 15px;
  right: -15px;
  bottom: 15px;
}
.order-summary-middle .shipping-methods {
  margin: 21px 0 -6px;
}
.order-summary-middle .shipping-methods > h6, .order-summary-middle .shipping-methods > .h6 {
  margin-bottom: 17px;
}
.order-summary-middle .shipping-methods .error-message {
  margin: 0;
  padding-bottom: 10px;
}
.order-summary-middle .shipping-methods .form-group {
  margin: -1px 0 0;
}
.order-summary-middle .shipping-methods .form-radio .option {
  display: flex;
  justify-content: space-between;
}
.order-summary-middle .shipping-methods .form-radio .option label {
  padding-right: 20px;
  color: #191919;
}
.order-summary-middle .shipping-methods .form-radio .helper-text {
  font-size: 13px;
  display: block;
  margin: -10px 0 15px 28px;
  color: #6e6e6e;
}

.order-summary-bottom .checkout-terms-and-conditions {
  margin: -1px 0 0;
  padding-bottom: 17px;
  text-align: center;
}
.order-summary-bottom .checkout-terms-and-conditions .error-message {
  margin: -2px 0 8px;
}
.order-summary-bottom .btn {
  width: 100%;
}

#paypal-button-container .paypal-buttons {
  vertical-align: top;
}
#paypal-button-container .paypal-buttons iframe.component-frame {
  z-index: 0;
}

#culqi-button-container .culqi-buttons {
  vertical-align: top;
}

.order-summary-wrap {
  width: 380px;
  min-width: 380px;
  padding-left: 15px;
}

.order-summary {
  padding: 24px 30px 30px;
  background: #f9f9f9;
  border-radius: 2px;
}
.order-summary .price-amount {
  font-weight: 500;
}

@media screen and (max-width: 991px) {
  .order-summary-wrap {
    width: 100%;
    min-width: 0;
    margin-top: 50px;
    padding-left: 0;
  }
}
.subscribe-wrap {
  margin-top: 50px;
  background: #ff8f00;
  background: var(--color-primary);
}

.subscribe {
  display: flex;
  justify-content: center;
  padding: 30px 0 25px;
}
.subscribe > .row {
  width: 100%;
}
.subscribe .subscribe-text .title,
.subscribe .subscribe-text .sub-title {
  display: block;
  color: #ffffff;
}
.subscribe .subscribe-text .title {
  font-size: 30px;
  font-weight: 500;
  line-height: 30px;
}
.subscribe .subscribe-text .sub-title {
  line-height: 24px;
  margin-top: 10px;
}
.subscribe .subscribe-field {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.subscribe .subscribe-field .form-group {
  position: relative;
  margin-bottom: 0;
}
.subscribe .subscribe-field .form-group > input {
  height: 50px;
  width: 450px;
  border: none;
  padding: 12px 147px 10px 20px;
}
.subscribe .subscribe-field .form-group > .btn-subscribe {
  font-weight: 400;
  position: absolute;
  top: 5px;
  right: 5px;
  border-radius: 0 2px 2px 0;
}

@media screen and (max-width: 1300px) {
  .subscribe .subscribe-field .form-group > input {
    width: 400px;
  }
}
@media screen and (max-width: 1199px) {
  .subscribe .subscribe-field .form-group > input {
    width: 450px;
  }
}
@media screen and (max-width: 991px) {
  .subscribe {
    padding-bottom: 34px;
  }
  .subscribe .subscribe-text {
    text-align: center;
  }
  .subscribe .subscribe-field {
    margin-top: 25px;
    justify-content: center;
  }
}
@media screen and (max-width: 500px) {
  .subscribe .subscribe-field > form {
    width: 100%;
  }
  .subscribe .subscribe-field .form-group > input {
    width: 100%;
  }
}
.newsletter-wrap .modal-dialog {
  width: 850px;
  max-width: none;
}

.newsletter-inner {
  position: relative;
  display: flex;
}
.newsletter-inner .close {
  font-size: 20px;
  position: absolute;
  top: 16px;
  right: 15px;
  transition: 150ms ease-in-out;
}
.newsletter-inner .close:hover {
  color: #ff8f00;
  color: var(--color-primary);
}

.newsletter-left {
  width: 63%;
  padding: 41px 50px 37px;
}
.newsletter-left .title {
  font-weight: 400;
  margin-bottom: 16px;
}
.newsletter-left .sub-title {
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 45px;
  color: #6e6e6e;
}
.newsletter-left .newsletter-form {
  margin-bottom: 26px;
}
.newsletter-left .newsletter-form .form-group {
  display: flex;
  margin-bottom: 0;
}
.newsletter-left .newsletter-form .form-group .error-message {
  display: none;
  text-align: left;
}
.newsletter-left .newsletter-form > .error-message {
  text-align: left;
}
.newsletter-left .btn-subscribe {
  font-weight: 400;
  margin-left: 10px;
  padding: 7px 30px;
  white-space: nowrap;
}
.newsletter-left .btn-subscribe > i {
  margin-right: 4px;
}
.newsletter-left .info-text {
  font-size: 14px;
  margin-bottom: 18px;
  color: #a6a6a6;
}
.newsletter-left .info-text a {
  color: #ff8f00;
  color: var(--color-primary);
}
.newsletter-left .info-text a:hover {
  color: #0055b8;
  color: var(--color-primary-hover);
}
.newsletter-left .newsletter-checkbox {
  margin-bottom: 0;
}

.newsletter-right {
  width: 37%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

@media screen and (max-width: 991px) {
  .newsletter-wrap .modal-dialog {
    width: 550px;
  }

  .newsletter-left {
    width: 100%;
    padding: 33px 40px 27px;
    text-align: center;
  }
  .newsletter-left .title {
    font-size: 28px;
    line-height: 36px;
  }
  .newsletter-left .sub-title {
    font-size: 17px;
  }

  .newsletter-right {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .newsletter-wrap .modal-dialog {
    width: calc(100% - 30px);
  }
}
@media screen and (max-width: 500px) {
  .newsletter-left {
    padding: 28px 30px 22px;
  }
  .newsletter-left .sub-title {
    margin-bottom: 35px;
  }
  .newsletter-left .newsletter-form .form-group {
    flex-direction: column;
  }
  .newsletter-left .newsletter-form .form-group .error-message {
    display: block;
  }
  .newsletter-left .newsletter-form > .error-message {
    display: none;
  }
  .newsletter-left .btn-subscribe {
    margin: 15px 0 0 0;
  }
}
.cookie-bar-wrap {
  position: fixed;
  left: 0;
  right: 0;
  bottom: -200px;
  background: #3b4045;
  box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.1);
  opacity: 0;
  visibility: hidden;
  transform: translateY(0);
  z-index: 50;
  transition: 600ms ease;
}
.cookie-bar-wrap.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(-200px);
}

.cookie-bar {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  padding: 15px 0;
}
.cookie-bar .cookie-bar-text {
  font-size: 14px;
  margin-right: 100px;
  color: #f9f9f9;
}
.cookie-bar .cookie-bar-action {
  display: flex;
  white-space: nowrap;
}
.cookie-bar .cookie-bar-action .btn-accept {
  padding: 5px 24px;
}

@media screen and (max-width: 991px) {
  .cookie-bar {
    flex-direction: column;
    padding: 16px 0 20px;
  }
  .cookie-bar .cookie-bar-text {
    margin: 0 0 14px 0;
    text-align: center;
  }
}
/**=====================
    RTL css
==========================**/
[dir=rtl] .slick-slider {
  direction: ltr;
}
[dir=rtl] .slick-slide {
  float: left;
}
[dir=rtl] ul {
  padding-right: 0;
}

.service-section .row {
  border: 1px solid #e1e1e1;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.service-section .row.row-cols-xxl-5 > * {
  margin-top: 0;
  padding: 0;
}

section {
  padding-top: 30px;
  padding-bottom: 30px;
}

.category-section-3 {
  padding-bottom: 100px;
  padding-bottom: 30px;
}

.client-box-list img.blur-up.lazyloaded {
  width: 80%;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  margin: auto;
}

.client-box-list img.blur-up.lazyloaded:hover {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}

.image-hover {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0;
}

.service-contain-2:hover .image-hover {
  opacity: 1;
  transition: 0.3s ease-in-out;
}

.service-contain-2:hover .img:first-child {
  opacity: 0;
}

header .navbar-expand-xl .dropdown-menu {
  box-shadow: -1px 0 10px 0 #ff8f00, 5px 20px 40px 0 rgba(34, 34, 34, 0.04);
  background-color: #fff;
  border: 1.5px solid #ff8f00;
  border-radius: 10px;
}

header.active .sticky-header {
  position: unset;
}
header.active .container-fluid-lg.bg-2 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  color: #222;
  box-shadow: 0 8px 10px rgba(34, 34, 34, 0.05);
  z-index: 9;
}

.description-container .head {
  padding: 20px 0 10px;
  border-bottom: 2px solid #ff8f00;
  margin: 0 0 25px 0;
}
.description-container .head h3, .description-container .head .h3 {
  margin-bottom: 0;
}
.description-container .specification-table tr:nth-child(odd) {
  background-color: #f2f2f2;
}
.description-container .specification-table tr.trtitle {
  background-color: #cacaca;
}
.description-container .specification-table td {
  border: 0;
}
.description-container .specifications .table-responsive table {
  border: 0;
}

.d-flex-between {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

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

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

.content_text ul {
  list-style-type: disc;
  -webkit-padding-start: 25px;
          padding-inline-start: 25px;
}
.content_text ul li {
  color: #000;
  position: relative;
  margin-bottom: 5px;
  display: list-item;
  text-align: -webkit-match-parent;
}
.content_text ul li::marker {
  color: #ff8f00;
}
.content_text ol li {
  color: #000;
}

.description .description-container .specifications .table-responsive table .trtitle strong {
  font-weight: 700 !important;
}
.description .description-container .specifications .table-responsive table tr:first-child td {
  padding-top: 10px;
}

.breadcrumb {
  padding: 15px 25px;
  margin: 0;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 0;
}
.breadcrumb .breadcrumb-item {
  display: flex;
  align-items: center;
  font-size: 15px;
}
.breadcrumb .breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}
.breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  float: none;
  padding-right: 0.5rem;
  color: #adb5bd;
}
.breadcrumb .breadcrumb-item.active {
  color: #333333;
  max-width: min(420px, 55vw);
}
.breadcrumb .breadcrumb-item a {
  font-size: 15px;
  color: var(--theme-color);
}
.breadcrumb .breadcrumb-item a:hover {
  color: #666e6e;
}
.breadcrumb li a {
  font-size: 15px;
}
.breadcrumb li a:hover {
  color: #666e6e;
}
.breadcrumb li.breadcrumb-item.active {
  font-size: 15px;
}

.top-brands-wrap {
  margin-top: 20px;
}

.product-card .image-hover {
  display: none;
}
.product-card .image-principal {
  display: block;
  opacity: 1;
}
.product-card:hover .image-hover {
  display: block;
  opacity: 1;
}
.product-card:hover .image-principal {
  display: none;
}

.top-brands .slick-list .slick-track {
  float: none;
}