@charset "UTF-8";

/*!
 * Bootstrap v5.2.0-beta1 (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-heading-color: ;
  --bs-link-color: #0d6efd;
  --bs-link-hover-color: #0a58ca;
  --bs-code-color: #d63384;
  --bs-highlight-bg: #fff3cd
}

*,
::after,
::before {
  box-sizing: border-box
}

@media (prefers-reduced-motion:no-preference) {
  :root {
    scroll-behavior: smooth
  }
}

body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent
}

hr {
  margin: 1rem 0;
  color: inherit;
  border: 0;
  border-top: 1px solid;
  opacity: .25
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: .5rem;
  font-weight: 500;
  line-height: 1.2;
  color: var(--bs-heading-color)
}

.h1,
h1 {
  font-size: calc(1.375rem + 1.5vw)
}

@media (min-width:1200px) {

  .h1,
  h1 {
    font-size: 2.5rem
  }
}

.h2,
h2 {
  font-size: calc(1.325rem + .9vw)
}

@media (min-width:1200px) {

  .h2,
  h2 {
    font-size: 2rem
  }
}

.h3,
h3 {
  font-size: calc(1.3rem + .6vw)
}

@media (min-width:1200px) {

  .h3,
  h3 {
    font-size: 1.75rem
  }
}

.h4,
h4 {
  font-size: calc(1.275rem + .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-right: 2rem
}

dl,
ol,
ul {
  margin-top: 0;
  margin-bottom: 1rem
}

ol ol,
ol ul,
ul ol,
ul ul {
  margin-bottom: 0
}

dt {
  font-weight: 700
}

dd {
  margin-bottom: .5rem;
  margin-right: 0
}

blockquote {
  margin: 0 0 1rem
}

b,
strong {
  font-weight: bolder
}

.small,
small {
  font-size: .875em
}

.mark,
mark {
  padding: .1875em;
  background-color: var(--bs-highlight-bg)
}

sub,
sup {
  position: relative;
  font-size: .75em;
  line-height: 0;
  vertical-align: baseline
}

sub {
  bottom: -.25em
}

sup {
  top: -.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
}

code,
kbd,
pre,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: .875em
}

pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal
}

code {
  font-size: .875em;
  color: var(--bs-code-color);
  word-wrap: break-word
}

a>code {
  color: inherit
}

kbd {
  padding: .1875rem .375rem;
  font-size: .875em;
  color: var(--bs-body-bg);
  background-color: var(--bs-body-color);
  border-radius: .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: .5rem;
  padding-bottom: .5rem;
  color: rgba(var(--bs-body-color-rgb), .75);
  text-align: right
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent
}

tbody,
td,
tfoot,
th,
thead,
tr {
  border-color: inherit;
  border-style: solid;
  border-width: 0
}

label {
  display: inline-block
}

button {
  border-radius: 0
}

button:focus:not(:focus-visible) {
  outline: 0
}

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit
}

button,
select {
  text-transform: none
}

[role=button] {
  cursor: pointer
}

select {
  word-wrap: normal
}

select:disabled {
  opacity: 1
}

[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
  display: none !important
}

[type=button],
[type=reset],
[type=submit],
button {
  -webkit-appearance: button
}

[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled) {
  cursor: pointer
}

::-moz-focus-inner {
  padding: 0;
  border-style: none
}

textarea {
  resize: vertical
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0
}

legend {
  float: right;
  width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: calc(1.275rem + .3vw);
  line-height: inherit
}

@media (min-width:1200px) {
  legend {
    font-size: 1.5rem
  }
}

legend+* {
  clear: right
}

::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-year-field {
  padding: 0
}

::-webkit-inner-spin-button {
  height: auto
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: textfield
}

[type=email],
[type=number],
[type=tel],
[type=url] {
  direction: ltr
}

::-webkit-search-decoration {
  -webkit-appearance: none
}

::-webkit-color-swatch-wrapper {
  padding: 0
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button
}

::file-selector-button {
  font: inherit;
  -webkit-appearance: button
}

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-right: 0;
  list-style: none
}

.list-inline {
  padding-right: 0;
  list-style: none
}

.list-inline-item {
  display: inline-block
}

.list-inline-item:not(:last-child) {
  margin-left: .5rem
}

.initialism {
  font-size: .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: .875em;
  color: #6c757d
}

.blockquote-footer::before {
  content: "— "
}

.img-fluid {
  max-width: 100%;
  height: auto
}

.img-thumbnail {
  padding: .25rem;
  background-color: #fff;
  border: 1px solid var(--bs-border-color);
  border-radius: .375rem;
  max-width: 100%;
  height: auto
}

.figure {
  display: inline-block
}

.figure-img {
  margin-bottom: .5rem;
  line-height: 1
}

.figure-caption {
  font-size: .875em;
  color: #6c757d
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-left: calc(var(--bs-gutter-x) * .5);
  padding-right: calc(var(--bs-gutter-x) * .5);
  margin-left: auto;
  margin-right: auto
}

@media (min-width:576px) {

  .container,
  .container-sm {
    max-width: 540px
  }
}

@media (min-width:768px) {

  .container,
  .container-md,
  .container-sm {
    max-width: 720px
  }
}

@media (min-width:992px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm {
    max-width: 960px
  }
}

@media (min-width:1200px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1140px
  }
}

@media (min-width:1400px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    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-left: calc(-.5 * var(--bs-gutter-x));
  margin-right: calc(-.5 * var(--bs-gutter-x))
}

.row>* {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-left: calc(var(--bs-gutter-x) * .5);
  padding-right: 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-right: 8.33333333%
}

.offset-2 {
  margin-right: 16.66666667%
}

.offset-3 {
  margin-right: 25%
}

.offset-4 {
  margin-right: 33.33333333%
}

.offset-5 {
  margin-right: 41.66666667%
}

.offset-6 {
  margin-right: 50%
}

.offset-7 {
  margin-right: 58.33333333%
}

.offset-8 {
  margin-right: 66.66666667%
}

.offset-9 {
  margin-right: 75%
}

.offset-10 {
  margin-right: 83.33333333%
}

.offset-11 {
  margin-right: 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-right: 0
  }

  .offset-sm-1 {
    margin-right: 8.33333333%
  }

  .offset-sm-2 {
    margin-right: 16.66666667%
  }

  .offset-sm-3 {
    margin-right: 25%
  }

  .offset-sm-4 {
    margin-right: 33.33333333%
  }

  .offset-sm-5 {
    margin-right: 41.66666667%
  }

  .offset-sm-6 {
    margin-right: 50%
  }

  .offset-sm-7 {
    margin-right: 58.33333333%
  }

  .offset-sm-8 {
    margin-right: 66.66666667%
  }

  .offset-sm-9 {
    margin-right: 75%
  }

  .offset-sm-10 {
    margin-right: 83.33333333%
  }

  .offset-sm-11 {
    margin-right: 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-right: 0
  }

  .offset-md-1 {
    margin-right: 8.33333333%
  }

  .offset-md-2 {
    margin-right: 16.66666667%
  }

  .offset-md-3 {
    margin-right: 25%
  }

  .offset-md-4 {
    margin-right: 33.33333333%
  }

  .offset-md-5 {
    margin-right: 41.66666667%
  }

  .offset-md-6 {
    margin-right: 50%
  }

  .offset-md-7 {
    margin-right: 58.33333333%
  }

  .offset-md-8 {
    margin-right: 66.66666667%
  }

  .offset-md-9 {
    margin-right: 75%
  }

  .offset-md-10 {
    margin-right: 83.33333333%
  }

  .offset-md-11 {
    margin-right: 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-right: 0
  }

  .offset-lg-1 {
    margin-right: 8.33333333%
  }

  .offset-lg-2 {
    margin-right: 16.66666667%
  }

  .offset-lg-3 {
    margin-right: 25%
  }

  .offset-lg-4 {
    margin-right: 33.33333333%
  }

  .offset-lg-5 {
    margin-right: 41.66666667%
  }

  .offset-lg-6 {
    margin-right: 50%
  }

  .offset-lg-7 {
    margin-right: 58.33333333%
  }

  .offset-lg-8 {
    margin-right: 66.66666667%
  }

  .offset-lg-9 {
    margin-right: 75%
  }

  .offset-lg-10 {
    margin-right: 83.33333333%
  }

  .offset-lg-11 {
    margin-right: 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-right: 0
  }

  .offset-xl-1 {
    margin-right: 8.33333333%
  }

  .offset-xl-2 {
    margin-right: 16.66666667%
  }

  .offset-xl-3 {
    margin-right: 25%
  }

  .offset-xl-4 {
    margin-right: 33.33333333%
  }

  .offset-xl-5 {
    margin-right: 41.66666667%
  }

  .offset-xl-6 {
    margin-right: 50%
  }

  .offset-xl-7 {
    margin-right: 58.33333333%
  }

  .offset-xl-8 {
    margin-right: 66.66666667%
  }

  .offset-xl-9 {
    margin-right: 75%
  }

  .offset-xl-10 {
    margin-right: 83.33333333%
  }

  .offset-xl-11 {
    margin-right: 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-right: 0
  }

  .offset-xxl-1 {
    margin-right: 8.33333333%
  }

  .offset-xxl-2 {
    margin-right: 16.66666667%
  }

  .offset-xxl-3 {
    margin-right: 25%
  }

  .offset-xxl-4 {
    margin-right: 33.33333333%
  }

  .offset-xxl-5 {
    margin-right: 41.66666667%
  }

  .offset-xxl-6 {
    margin-right: 50%
  }

  .offset-xxl-7 {
    margin-right: 58.33333333%
  }

  .offset-xxl-8 {
    margin-right: 66.66666667%
  }

  .offset-xxl-9 {
    margin-right: 75%
  }

  .offset-xxl-10 {
    margin-right: 83.33333333%
  }

  .offset-xxl-11 {
    margin-right: 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: .5rem .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: .25rem .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(2n) {
  --bs-table-accent-bg: var(--bs-table-striped-bg);
  color: var(--bs-table-striped-color)
}

.table-active {
  --bs-table-accent-bg: var(--bs-table-active-bg);
  color: var(--bs-table-active-color)
}

.table-hover>tbody>tr:hover>* {
  --bs-table-accent-bg: var(--bs-table-hover-bg);
  color: var(--bs-table-hover-color)
}

.table-primary {
  --bs-table-color: #000;
  --bs-table-bg: #cfe2ff;
  --bs-table-border-color: #bacbe6;
  --bs-table-striped-bg: #c5d7f2;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #bacbe6;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bfd1ec;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color)
}

.table-secondary {
  --bs-table-color: #000;
  --bs-table-bg: #e2e3e5;
  --bs-table-border-color: #cbccce;
  --bs-table-striped-bg: #d7d8da;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #cbccce;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #d1d2d4;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color)
}

.table-success {
  --bs-table-color: #000;
  --bs-table-bg: #d1e7dd;
  --bs-table-border-color: #bcd0c7;
  --bs-table-striped-bg: #c7dbd2;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #bcd0c7;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #c1d6cc;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color)
}

.table-info {
  --bs-table-color: #000;
  --bs-table-bg: #cff4fc;
  --bs-table-border-color: #badce3;
  --bs-table-striped-bg: #c5e8ef;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #badce3;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bfe2e9;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color)
}

.table-warning {
  --bs-table-color: #000;
  --bs-table-bg: #fff3cd;
  --bs-table-border-color: #e6dbb9;
  --bs-table-striped-bg: #f2e7c3;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #e6dbb9;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #ece1be;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color)
}

.table-danger {
  --bs-table-color: #000;
  --bs-table-bg: #f8d7da;
  --bs-table-border-color: #dfc2c4;
  --bs-table-striped-bg: #eccccf;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #dfc2c4;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e5c7ca;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color)
}

.table-light {
  --bs-table-color: #000;
  --bs-table-bg: #f8f9fa;
  --bs-table-border-color: #dfe0e1;
  --bs-table-striped-bg: #ecedee;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #dfe0e1;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e5e6e7;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color)
}

.table-dark {
  --bs-table-color: #fff;
  --bs-table-bg: #212529;
  --bs-table-border-color: #373b3e;
  --bs-table-striped-bg: #2c3034;
  --bs-table-striped-color: #fff;
  --bs-table-active-bg: #373b3e;
  --bs-table-active-color: #fff;
  --bs-table-hover-bg: #323539;
  --bs-table-hover-color: #fff;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color)
}

.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch
}

@media (max-width:575.98px) {
  .table-responsive-sm {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
  }
}

@media (max-width:767.98px) {
  .table-responsive-md {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
  }
}

@media (max-width:991.98px) {
  .table-responsive-lg {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
  }
}

@media (max-width:1199.98px) {
  .table-responsive-xl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
  }
}

@media (max-width:1399.98px) {
  .table-responsive-xxl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
  }
}

.form-label {
  margin-bottom: .5rem
}

.col-form-label {
  padding-top: calc(.375rem + 1px);
  padding-bottom: calc(.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5
}

.col-form-label-lg {
  padding-top: calc(.5rem + 1px);
  padding-bottom: calc(.5rem + 1px);
  font-size: 1.25rem
}

.col-form-label-sm {
  padding-top: calc(.25rem + 1px);
  padding-bottom: calc(.25rem + 1px);
  font-size: .875rem
}

.form-text {
  margin-top: .25rem;
  font-size: .875em;
  color: rgba(var(--bs-body-color-rgb), .75)
}

.form-control {
  display: block;
  width: 100%;
  padding: .375rem .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: .375rem;
  transition: border-color .15s ease-in-out, box-shadow .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 .25rem rgba(13, 110, 253, .25)
}

.form-control::-webkit-date-and-time-value {
  height: 1.5em
}

.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1
}

.form-control::placeholder {
  color: #6c757d;
  opacity: 1
}

.form-control:disabled,
.form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1
}

.form-control::-webkit-file-upload-button {
  padding: .375rem .75rem;
  margin: -.375rem -.75rem;
  -webkit-margin-end: .75rem;
  margin-inline-end: .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;
  -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.form-control::file-selector-button {
  padding: .375rem .75rem;
  margin: -.375rem -.75rem;
  -webkit-margin-end: .75rem;
  margin-inline-end: .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 .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
  .form-control::-webkit-file-upload-button {
    -webkit-transition: none;
    transition: none
  }

  .form-control::file-selector-button {
    transition: none
  }
}

.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: #dde0e3
}

.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: #dde0e3
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: .375rem 0;
  margin-bottom: 0;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0
}

.form-control-plaintext.form-control-lg,
.form-control-plaintext.form-control-sm {
  padding-left: 0;
  padding-right: 0
}

.form-control-sm {
  min-height: calc(1.5em + .5rem + 2px);
  padding: .25rem .5rem;
  font-size: .875rem;
  border-radius: .25rem
}

.form-control-sm::-webkit-file-upload-button {
  padding: .25rem .5rem;
  margin: -.25rem -.5rem;
  -webkit-margin-end: .5rem;
  margin-inline-end: .5rem
}

.form-control-sm::file-selector-button {
  padding: .25rem .5rem;
  margin: -.25rem -.5rem;
  -webkit-margin-end: .5rem;
  margin-inline-end: .5rem
}

.form-control-lg {
  min-height: calc(1.5em + 1rem + 2px);
  padding: .5rem 1rem;
  font-size: 1.25rem;
  border-radius: .5rem
}

.form-control-lg::-webkit-file-upload-button {
  padding: .5rem 1rem;
  margin: -.5rem -1rem;
  -webkit-margin-end: 1rem;
  margin-inline-end: 1rem
}

.form-control-lg::file-selector-button {
  padding: .5rem 1rem;
  margin: -.5rem -1rem;
  -webkit-margin-end: 1rem;
  margin-inline-end: 1rem
}

textarea.form-control {
  min-height: calc(1.5em + .75rem + 2px)
}

textarea.form-control-sm {
  min-height: calc(1.5em + .5rem + 2px)
}

textarea.form-control-lg {
  min-height: calc(1.5em + 1rem + 2px)
}

.form-control-color {
  width: 3rem;
  height: auto;
  padding: .375rem
}

.form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer
}

.form-control-color::-moz-color-swatch {
  height: 1.5em;
  border-radius: .375rem
}

.form-control-color::-webkit-color-swatch {
  height: 1.5em;
  border-radius: .375rem
}

.form-select {
  display: block;
  width: 100%;
  padding: .375rem .75rem .375rem 2.25rem;
  -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: left .75rem center;
  background-size: 16px 12px;
  border: 1px solid #ced4da;
  border-radius: .375rem;
  transition: border-color .15s ease-in-out, box-shadow .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 .25rem rgba(13, 110, 253, .25)
}

.form-select[multiple],
.form-select[size]:not([size="1"]) {
  padding-left: .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: .25rem;
  padding-bottom: .25rem;
  padding-right: .5rem;
  font-size: .875rem;
  border-radius: .25rem
}

.form-select-lg {
  padding-top: .5rem;
  padding-bottom: .5rem;
  padding-right: 1rem;
  font-size: 1.25rem;
  border-radius: .5rem
}

.form-check {
  display: block;
  min-height: 1.5rem;
  padding-right: 1.5em;
  margin-bottom: .125rem
}

.form-check .form-check-input {
  float: right;
  margin-right: -1.5em
}

.form-check-reverse {
  padding-left: 1.5em;
  padding-right: 0;
  text-align: left
}

.form-check-reverse .form-check-input {
  float: left;
  margin-left: -1.5em;
  margin-right: 0
}

.form-check-input {
  width: 1em;
  height: 1em;
  margin-top: .25em;
  vertical-align: top;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid rgba(0, 0, 0, .25);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
  print-color-adjust: exact
}

.form-check-input[type=checkbox] {
  border-radius: .25em
}

.form-check-input[type=radio] {
  border-radius: 50%
}

.form-check-input:active {
  filter: brightness(90%)
}

.form-check-input:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25)
}

.form-check-input:checked {
  background-color: #0d6efd;
  border-color: #0d6efd
}

.form-check-input:checked[type=checkbox] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e")
}

.form-check-input:checked[type=radio] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e")
}

.form-check-input[type=checkbox]:indeterminate {
  background-color: #0d6efd;
  border-color: #0d6efd;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e")
}

.form-check-input:disabled {
  pointer-events: none;
  filter: none;
  opacity: .5
}

.form-check-input:disabled~.form-check-label,
.form-check-input[disabled]~.form-check-label {
  cursor: default;
  opacity: .5
}

.form-switch {
  padding-right: 2.5em
}

.form-switch .form-check-input {
  width: 2em;
  margin-right: -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: right center;
  border-radius: 2em;
  transition: background-position .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: left 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-left: 2.5em;
  padding-right: 0
}

.form-switch.form-check-reverse .form-check-input {
  margin-left: -2.5em;
  margin-right: 0
}

.form-check-inline {
  display: inline-block;
  margin-left: 1rem
}

.btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none
}

.btn-check:disabled+.btn,
.btn-check[disabled]+.btn {
  pointer-events: none;
  filter: none;
  opacity: .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 .25rem rgba(13, 110, 253, .25)
}

.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 .25rem rgba(13, 110, 253, .25)
}

.form-range::-moz-focus-outer {
  border: 0
}

.form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -.25rem;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .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 {
  background-color: #b6d4fe
}

.form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: .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 .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .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 {
  background-color: #b6d4fe
}

.form-range::-moz-range-track {
  width: 100%;
  height: .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;
  right: 0;
  height: 100%;
  padding: 1rem .75rem;
  pointer-events: none;
  border: 1px solid transparent;
  transform-origin: 100% 0;
  transition: opacity .1s ease-in-out, transform .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 .75rem
}

.form-floating>.form-control-plaintext::-moz-placeholder,
.form-floating>.form-control::-moz-placeholder {
  color: transparent
}

.form-floating>.form-control-plaintext::placeholder,
.form-floating>.form-control::placeholder {
  color: transparent
}

.form-floating>.form-control-plaintext:not(:-moz-placeholder-shown),
.form-floating>.form-control:not(:-moz-placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: .625rem
}

.form-floating>.form-control-plaintext:focus,
.form-floating>.form-control-plaintext:not(:placeholder-shown),
.form-floating>.form-control:focus,
.form-floating>.form-control:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: .625rem
}

.form-floating>.form-control-plaintext:-webkit-autofill,
.form-floating>.form-control:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: .625rem
}

.form-floating>.form-select {
  padding-top: 1.625rem;
  padding-bottom: .625rem
}

.form-floating>.form-control:not(:-moz-placeholder-shown)~label {
  opacity: .65;
  transform: scale(.85) translateY(-.5rem) translateX(-.15rem)
}

.form-floating>.form-control-plaintext~label,
.form-floating>.form-control:focus~label,
.form-floating>.form-control:not(:placeholder-shown)~label,
.form-floating>.form-select~label {
  opacity: .65;
  transform: scale(.85) translateY(-.5rem) translateX(-.15rem)
}

.form-floating>.form-control:-webkit-autofill~label {
  opacity: .65;
  transform: scale(.85) translateY(-.5rem) translateX(-.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 {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0
}

.input-group>.form-control:focus,
.input-group>.form-select:focus {
  z-index: 3
}

.input-group .btn {
  position: relative;
  z-index: 2
}

.input-group .btn:focus {
  z-index: 3
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: .375rem .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: .375rem
}

.input-group-lg>.btn,
.input-group-lg>.form-control,
.input-group-lg>.form-select,
.input-group-lg>.input-group-text {
  padding: .5rem 1rem;
  font-size: 1.25rem;
  border-radius: .5rem
}

.input-group-sm>.btn,
.input-group-sm>.form-control,
.input-group-sm>.form-select,
.input-group-sm>.input-group-text {
  padding: .25rem .5rem;
  font-size: .875rem;
  border-radius: .25rem
}

.input-group-lg>.form-select,
.input-group-sm>.form-select {
  padding-left: 3rem
}

.input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3),
.input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0
}

.input-group.has-validation>.dropdown-toggle:nth-last-child(n+4),
.input-group.has-validation>:nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0
}

.input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-right: -1px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: .25rem;
  font-size: .875em;
  color: #198754
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: .25rem .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  color: #fff;
  background-color: rgba(25, 135, 84, .9);
  border-radius: .375rem
}

.is-valid~.valid-feedback,
.is-valid~.valid-tooltip,
.was-validated :valid~.valid-feedback,
.was-validated :valid~.valid-tooltip {
  display: block
}

.form-control.is-valid,
.was-validated .form-control:valid {
  border-color: #198754;
  padding-left: calc(1.5em + .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: left calc(.375em + .1875rem) center;
  background-size: calc(.75em + .375rem) calc(.75em + .375rem)
}

.form-control.is-valid:focus,
.was-validated .form-control:valid:focus {
  border-color: #198754;
  box-shadow: 0 0 0 .25rem rgba(25, 135, 84, .25)
}

.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
  padding-left: calc(1.5em + .75rem);
  background-position: top calc(.375em + .1875rem) left calc(.375em + .1875rem)
}

.form-select.is-valid,
.was-validated .form-select:valid {
  border-color: #198754
}

.form-select.is-valid:not([multiple]):not([size]),
.form-select.is-valid:not([multiple])[size="1"],
.was-validated .form-select:valid:not([multiple]):not([size]),
.was-validated .form-select:valid:not([multiple])[size="1"] {
  padding-left: 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: left .75rem center, center left 2.25rem;
  background-size: 16px 12px, calc(.75em + .375rem) calc(.75em + .375rem)
}

.form-select.is-valid:focus,
.was-validated .form-select:valid:focus {
  border-color: #198754;
  box-shadow: 0 0 0 .25rem rgba(25, 135, 84, .25)
}

.form-control-color.is-valid,
.was-validated .form-control-color:valid {
  width: calc(3rem + calc(1.5em + .75rem))
}

.form-check-input.is-valid,
.was-validated .form-check-input:valid {
  border-color: #198754
}

.form-check-input.is-valid:checked,
.was-validated .form-check-input:valid:checked {
  background-color: #198754
}

.form-check-input.is-valid:focus,
.was-validated .form-check-input:valid:focus {
  box-shadow: 0 0 0 .25rem rgba(25, 135, 84, .25)
}

.form-check-input.is-valid~.form-check-label,
.was-validated .form-check-input:valid~.form-check-label {
  color: #198754
}

.form-check-inline .form-check-input~.valid-feedback {
  margin-right: .5em
}

.input-group .form-control.is-valid,
.input-group .form-select.is-valid,
.was-validated .input-group .form-control:valid,
.was-validated .input-group .form-select:valid {
  z-index: 1
}

.input-group .form-control.is-valid:focus,
.input-group .form-select.is-valid:focus,
.was-validated .input-group .form-control:valid:focus,
.was-validated .input-group .form-select:valid:focus {
  z-index: 3
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: .25rem;
  font-size: .875em;
  color: #dc3545
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: .25rem .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  color: #fff;
  background-color: rgba(220, 53, 69, .9);
  border-radius: .375rem
}

.is-invalid~.invalid-feedback,
.is-invalid~.invalid-tooltip,
.was-validated :invalid~.invalid-feedback,
.was-validated :invalid~.invalid-tooltip {
  display: block
}

.form-control.is-invalid,
.was-validated .form-control:invalid {
  border-color: #dc3545;
  padding-left: calc(1.5em + .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: left calc(.375em + .1875rem) center;
  background-size: calc(.75em + .375rem) calc(.75em + .375rem)
}

.form-control.is-invalid:focus,
.was-validated .form-control:invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 .25rem rgba(220, 53, 69, .25)
}

.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
  padding-left: calc(1.5em + .75rem);
  background-position: top calc(.375em + .1875rem) left calc(.375em + .1875rem)
}

.form-select.is-invalid,
.was-validated .form-select:invalid {
  border-color: #dc3545
}

.form-select.is-invalid:not([multiple]):not([size]),
.form-select.is-invalid:not([multiple])[size="1"],
.was-validated .form-select:invalid:not([multiple]):not([size]),
.was-validated .form-select:invalid:not([multiple])[size="1"] {
  padding-left: 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: left .75rem center, center left 2.25rem;
  background-size: 16px 12px, calc(.75em + .375rem) calc(.75em + .375rem)
}

.form-select.is-invalid:focus,
.was-validated .form-select:invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 .25rem rgba(220, 53, 69, .25)
}

.form-control-color.is-invalid,
.was-validated .form-control-color:invalid {
  width: calc(3rem + calc(1.5em + .75rem))
}

.form-check-input.is-invalid,
.was-validated .form-check-input:invalid {
  border-color: #dc3545
}

.form-check-input.is-invalid:checked,
.was-validated .form-check-input:invalid:checked {
  background-color: #dc3545
}

.form-check-input.is-invalid:focus,
.was-validated .form-check-input:invalid:focus {
  box-shadow: 0 0 0 .25rem rgba(220, 53, 69, .25)
}

.form-check-input.is-invalid~.form-check-label,
.was-validated .form-check-input:invalid~.form-check-label {
  color: #dc3545
}

.form-check-inline .form-check-input~.invalid-feedback {
  margin-right: .5em
}

.input-group .form-control.is-invalid,
.input-group .form-select.is-invalid,
.was-validated .input-group .form-control:invalid,
.was-validated .input-group .form-select:invalid {
  z-index: 2
}

.input-group .form-control.is-invalid:focus,
.input-group .form-select.is-invalid:focus,
.was-validated .input-group .form-control:invalid:focus,
.was-validated .input-group .form-select:invalid:focus {
  z-index: 3
}

.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-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  --bs-btn-disabled-opacity: 0.65;
  --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
  display: inline-block;
  padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
  font-family: var(--bs-btn-font-family);
  font-size: var(--bs-btn-font-size);
  font-weight: var(--bs-btn-font-weight);
  line-height: var(--bs-btn-line-height);
  color: var(--bs-btn-color);
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
  border-radius: var(--bs-btn-border-radius);
  background-color: var(--bs-btn-bg);
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@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:focus+.btn,
.btn:focus {
  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:active+.btn,
.btn-check:checked+.btn,
.btn.active,
.btn.show,
.btn:active {
  color: var(--bs-btn-active-color);
  background-color: var(--bs-btn-active-bg);
  border-color: var(--bs-btn-active-border-color)
}

.btn-check:active+.btn:focus,
.btn-check:checked+.btn:focus,
.btn.active:focus,
.btn.show:focus,
.btn:active:focus {
  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: #f9fafb;
  --bs-btn-hover-border-color: #f9fafb;
  --bs-btn-focus-shadow-rgb: 211, 212, 213;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #f9fafb;
  --bs-btn-active-border-color: #f9fafb;
  --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: #1c1f23;
  --bs-btn-hover-border-color: #1a1e21;
  --bs-btn-focus-shadow-rgb: 66, 70, 73;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #1a1e21;
  --bs-btn-active-border-color: #191c1f;
  --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-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-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-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-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-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-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-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-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-border-color: transparent;
  --bs-btn-disabled-color: #6c757d;
  --bs-btn-disabled-border-color: transparent;
  --bs-btn-box-shadow: none;
  text-decoration: underline
}

.btn-group-lg>.btn,
.btn-lg {
  --bs-btn-padding-y: 0.5rem;
  --bs-btn-padding-x: 1rem;
  --bs-btn-font-size: 1.25rem;
  --bs-btn-border-radius: 0.5rem
}

.btn-group-sm>.btn,
.btn-sm {
  --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 .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 .35s ease
}

@media (prefers-reduced-motion:reduce) {
  .collapsing {
    transition: none
  }
}

.collapsing.collapse-horizontal {
  width: 0;
  height: auto;
  transition: width .35s ease
}

@media (prefers-reduced-motion:reduce) {
  .collapsing.collapse-horizontal {
    transition: none
  }
}

.dropdown,
.dropdown-center,
.dropend,
.dropstart,
.dropup,
.dropup-center {
  position: relative
}

.dropdown-toggle {
  white-space: nowrap
}

.dropdown-toggle::after {
  display: inline-block;
  margin-right: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-left: .3em solid transparent;
  border-bottom: 0;
  border-right: .3em solid transparent
}

.dropdown-toggle:empty::after {
  margin-right: 0
}

.dropdown-menu {
  --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: 1000;
  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: right;
  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%;
  right: 0;
  margin-top: var(--bs-dropdown-spacer)
}

.dropdown-menu-start {
  --bs-position: start
}

.dropdown-menu-start[data-bs-popper] {
  left: auto;
  right: 0
}

.dropdown-menu-end {
  --bs-position: end
}

.dropdown-menu-end[data-bs-popper] {
  left: 0;
  right: auto
}

@media (min-width:576px) {
  .dropdown-menu-sm-start {
    --bs-position: start
  }

  .dropdown-menu-sm-start[data-bs-popper] {
    left: auto;
    right: 0
  }

  .dropdown-menu-sm-end {
    --bs-position: end
  }

  .dropdown-menu-sm-end[data-bs-popper] {
    left: 0;
    right: auto
  }
}

@media (min-width:768px) {
  .dropdown-menu-md-start {
    --bs-position: start
  }

  .dropdown-menu-md-start[data-bs-popper] {
    left: auto;
    right: 0
  }

  .dropdown-menu-md-end {
    --bs-position: end
  }

  .dropdown-menu-md-end[data-bs-popper] {
    left: 0;
    right: auto
  }
}

@media (min-width:992px) {
  .dropdown-menu-lg-start {
    --bs-position: start
  }

  .dropdown-menu-lg-start[data-bs-popper] {
    left: auto;
    right: 0
  }

  .dropdown-menu-lg-end {
    --bs-position: end
  }

  .dropdown-menu-lg-end[data-bs-popper] {
    left: 0;
    right: auto
  }
}

@media (min-width:1200px) {
  .dropdown-menu-xl-start {
    --bs-position: start
  }

  .dropdown-menu-xl-start[data-bs-popper] {
    left: auto;
    right: 0
  }

  .dropdown-menu-xl-end {
    --bs-position: end
  }

  .dropdown-menu-xl-end[data-bs-popper] {
    left: 0;
    right: auto
  }
}

@media (min-width:1400px) {
  .dropdown-menu-xxl-start {
    --bs-position: start
  }

  .dropdown-menu-xxl-start[data-bs-popper] {
    left: auto;
    right: 0
  }

  .dropdown-menu-xxl-end {
    --bs-position: end
  }

  .dropdown-menu-xxl-end[data-bs-popper] {
    left: 0;
    right: 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-right: .255em;
  vertical-align: .255em;
  content: "";
  border-top: 0;
  border-left: .3em solid transparent;
  border-bottom: .3em solid;
  border-right: .3em solid transparent
}

.dropup .dropdown-toggle:empty::after {
  margin-right: 0
}

.dropend .dropdown-menu[data-bs-popper] {
  top: 0;
  left: auto;
  right: 100%;
  margin-top: 0;
  margin-right: var(--bs-dropdown-spacer)
}

.dropend .dropdown-toggle::after {
  display: inline-block;
  margin-right: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid transparent;
  border-left: 0;
  border-bottom: .3em solid transparent;
  border-right: .3em solid
}

.dropend .dropdown-toggle:empty::after {
  margin-right: 0
}

.dropend .dropdown-toggle::after {
  vertical-align: 0
}

.dropstart .dropdown-menu[data-bs-popper] {
  top: 0;
  left: 100%;
  right: auto;
  margin-top: 0;
  margin-left: var(--bs-dropdown-spacer)
}

.dropstart .dropdown-toggle::after {
  display: inline-block;
  margin-right: .255em;
  vertical-align: .255em;
  content: ""
}

.dropstart .dropdown-toggle::after {
  display: none
}

.dropstart .dropdown-toggle::before {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid transparent;
  border-left: .3em solid;
  border-bottom: .3em solid transparent
}

.dropstart .dropdown-toggle:empty::after {
  margin-right: 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:focus,
.dropdown-item:hover {
  color: var(--bs-dropdown-link-hover-color);
  background-color: var(--bs-dropdown-link-hover-bg)
}

.dropdown-item.active,
.dropdown-item:active {
  color: var(--bs-dropdown-link-active-color);
  text-decoration: none;
  background-color: var(--bs-dropdown-link-active-bg)
}

.dropdown-item.disabled,
.dropdown-item:disabled {
  color: var(--bs-dropdown-link-disabled-color);
  pointer-events: none;
  background-color: transparent
}

.dropdown-menu.show {
  display: block
}

.dropdown-header {
  display: block;
  padding: var(--bs-dropdown-header-padding-y) var(--bs-dropdown-header-padding-x);
  margin-bottom: 0;
  font-size: .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-vertical>.btn,
.btn-group>.btn {
  position: relative;
  flex: 1 1 auto
}

.btn-group-vertical>.btn-check:checked+.btn,
.btn-group-vertical>.btn-check:focus+.btn,
.btn-group-vertical>.btn.active,
.btn-group-vertical>.btn:active,
.btn-group-vertical>.btn:focus,
.btn-group-vertical>.btn:hover,
.btn-group>.btn-check:checked+.btn,
.btn-group>.btn-check:focus+.btn,
.btn-group>.btn.active,
.btn-group>.btn:active,
.btn-group>.btn:focus,
.btn-group>.btn:hover {
  z-index: 1
}

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start
}

.btn-toolbar .input-group {
  width: auto
}

.btn-group {
  border-radius: .375rem
}

.btn-group>.btn-group:not(:first-child),
.btn-group>.btn:not(:first-child) {
  margin-right: -1px
}

.btn-group>.btn-group:not(:last-child)>.btn,
.btn-group>.btn.dropdown-toggle-split:first-child,
.btn-group>.btn:not(:last-child):not(.dropdown-toggle) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0
}

.btn-group>.btn-group:not(:first-child)>.btn,
.btn-group>.btn:nth-child(n+3),
.btn-group>:not(.btn-check)+.btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0
}

.dropdown-toggle-split {
  padding-left: .5625rem;
  padding-right: .5625rem
}

.dropdown-toggle-split::after,
.dropend .dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after {
  margin-right: 0
}

.dropstart .dropdown-toggle-split::before {
  margin-left: 0
}

.btn-group-sm>.btn+.dropdown-toggle-split,
.btn-sm+.dropdown-toggle-split {
  padding-left: .375rem;
  padding-right: .375rem
}

.btn-group-lg>.btn+.dropdown-toggle-split,
.btn-lg+.dropdown-toggle-split {
  padding-left: .75rem;
  padding-right: .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-group:not(:first-child),
.btn-group-vertical>.btn:not(:first-child) {
  margin-top: -1px
}

.btn-group-vertical>.btn-group:not(:last-child)>.btn,
.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle) {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0
}

.btn-group-vertical>.btn-group:not(:first-child)>.btn,
.btn-group-vertical>.btn~.btn {
  border-top-right-radius: 0;
  border-top-left-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-right: 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 .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
  .nav-link {
    transition: none
  }
}

.nav-link:focus,
.nav-link:hover {
  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(var(--bs-nav-tabs-border-width) * -1);
  background: 0 0;
  border: var(--bs-nav-tabs-border-width) solid transparent;
  border-top-right-radius: var(--bs-nav-tabs-border-radius);
  border-top-left-radius: var(--bs-nav-tabs-border-radius)
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  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-item.show .nav-link,
.nav-tabs .nav-link.active {
  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(var(--bs-nav-tabs-border-width) * -1);
  border-top-right-radius: 0;
  border-top-left-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: 0 0;
  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-item,
.nav-fill>.nav-link {
  flex: 1 1 auto;
  text-align: center
}

.nav-justified .nav-item,
.nav-justified>.nav-link {
  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-lg,
.navbar>.container-md,
.navbar>.container-sm,
.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-left: 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:focus,
.navbar-brand:hover {
  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-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-right: 0;
  margin-bottom: 0;
  list-style: none
}

.navbar-nav .nav-link.active,
.navbar-nav .show>.nav-link {
  color: var(--bs-navbar-active-color)
}

.navbar-nav .dropdown-menu {
  position: static
}

.navbar-text {
  padding-top: .5rem;
  padding-bottom: .5rem;
  color: var(--bs-navbar-color)
}

.navbar-text a,
.navbar-text a:focus,
.navbar-text a:hover {
  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-left: var(--bs-navbar-nav-link-padding-x);
    padding-right: 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-left: var(--bs-navbar-nav-link-padding-x);
    padding-right: 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-left: var(--bs-navbar-nav-link-padding-x);
    padding-right: 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-left: var(--bs-navbar-nav-link-padding-x);
    padding-right: 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-left: var(--bs-navbar-nav-link-padding-x);
    padding-right: 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-left: var(--bs-navbar-nav-link-padding-x);
  padding-right: 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-left: 0;
  margin-right: 0
}

.card>.list-group {
  border-top: inherit;
  border-bottom: inherit
}

.card>.list-group:first-child {
  border-top-width: 0;
  border-top-right-radius: var(--bs-card-inner-border-radius);
  border-top-left-radius: var(--bs-card-inner-border-radius)
}

.card>.list-group:last-child {
  border-bottom-width: 0;
  border-bottom-left-radius: var(--bs-card-inner-border-radius);
  border-bottom-right-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-right: 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-left: calc(-.5 * var(--bs-card-cap-padding-x));
  margin-bottom: calc(-1 * var(--bs-card-cap-padding-y));
  margin-right: 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-left: calc(-.5 * var(--bs-card-cap-padding-x));
  margin-right: calc(-.5 * var(--bs-card-cap-padding-x))
}

.card-img-overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: var(--bs-card-img-overlay-padding);
  border-radius: var(--bs-card-inner-border-radius)
}

.card-img,
.card-img-bottom,
.card-img-top {
  width: 100%
}

.card-img,
.card-img-top {
  border-top-right-radius: var(--bs-card-inner-border-radius);
  border-top-left-radius: var(--bs-card-inner-border-radius)
}

.card-img,
.card-img-bottom {
  border-bottom-left-radius: var(--bs-card-inner-border-radius);
  border-bottom-right-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-right: 0;
    border-right: 0
  }

  .card-group>.card:not(:last-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
  }

  .card-group>.card:not(:last-child) .card-header,
  .card-group>.card:not(:last-child) .card-img-top {
    border-top-left-radius: 0
  }

  .card-group>.card:not(:last-child) .card-footer,
  .card-group>.card:not(:last-child) .card-img-bottom {
    border-bottom-left-radius: 0
  }

  .card-group>.card:not(:first-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
  }

  .card-group>.card:not(:first-child) .card-header,
  .card-group>.card:not(:first-child) .card-img-top {
    border-top-right-radius: 0
  }

  .card-group>.card:not(:first-child) .card-footer,
  .card-group>.card:not(:first-child) .card-img-bottom {
    border-bottom-right-radius: 0
  }
}

.accordion {
  --bs-accordion-color: #000;
  --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: var(--bs-body-color);
  --bs-accordion-btn-bg: var(--bs-accordion-bg);
  --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='var%28--bs-body-color%29'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  --bs-accordion-btn-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: right;
  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(var(--bs-accordion-border-width) * -1) 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-right: 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-right-radius: var(--bs-accordion-border-radius);
  border-top-left-radius: var(--bs-accordion-border-radius)
}

.accordion-item:first-of-type .accordion-button {
  border-top-right-radius: var(--bs-accordion-inner-border-radius);
  border-top-left-radius: var(--bs-accordion-inner-border-radius)
}

.accordion-item:not(:first-of-type) {
  border-top: 0
}

.accordion-item:last-of-type {
  border-bottom-left-radius: var(--bs-accordion-border-radius);
  border-bottom-right-radius: var(--bs-accordion-border-radius)
}

.accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-left-radius: var(--bs-accordion-inner-border-radius);
  border-bottom-right-radius: var(--bs-accordion-inner-border-radius)
}

.accordion-item:last-of-type .accordion-collapse {
  border-bottom-left-radius: var(--bs-accordion-border-radius);
  border-bottom-right-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-left: 0;
  border-right: 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 {
  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-right: var(--bs-breadcrumb-item-padding-x)
}

.breadcrumb-item+.breadcrumb-item::before {
  float: right;
  padding-left: var(--bs-breadcrumb-item-padding-x);
  color: var(--bs-breadcrumb-divider-color);
  content: var(--bs-breadcrumb-divider, "/")
}

.breadcrumb-item.active {
  color: var(--bs-breadcrumb-item-active-color)
}

.pagination {
  --bs-pagination-padding-x: 0.75rem;
  --bs-pagination-padding-y: 0.375rem;
  --bs-pagination-font-size: 1rem;
  --bs-pagination-color: var(--bs-link-color);
  --bs-pagination-bg: #fff;
  --bs-pagination-border-width: 1px;
  --bs-pagination-border-color: #dee2e6;
  --bs-pagination-border-radius: 0.375rem;
  --bs-pagination-hover-color: var(--bs-link-hover-color);
  --bs-pagination-hover-bg: #e9ecef;
  --bs-pagination-hover-border-color: #dee2e6;
  --bs-pagination-focus-color: var(--bs-link-hover-color);
  --bs-pagination-focus-bg: #e9ecef;
  --bs-pagination-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  --bs-pagination-active-color: #fff;
  --bs-pagination-active-bg: #0d6efd;
  --bs-pagination-active-border-color: #0d6efd;
  --bs-pagination-disabled-color: #6c757d;
  --bs-pagination-disabled-bg: #fff;
  --bs-pagination-disabled-border-color: #dee2e6;
  display: flex;
  padding-right: 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 .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .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)
}

.active>.page-link,
.page-link.active {
  z-index: 3;
  color: var(--bs-pagination-active-color);
  background-color: var(--bs-pagination-active-bg);
  border-color: var(--bs-pagination-active-border-color)
}

.disabled>.page-link,
.page-link.disabled {
  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-right: -1px
}

.page-item:first-child .page-link {
  border-top-right-radius: var(--bs-pagination-border-radius);
  border-bottom-right-radius: var(--bs-pagination-border-radius)
}

.page-item:last-child .page-link {
  border-top-left-radius: var(--bs-pagination-border-radius);
  border-bottom-left-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, 0)
}

.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, 0)
}

.alert-heading {
  color: inherit
}

.alert-link {
  font-weight: 700
}

.alert-dismissible {
  padding-left: 3rem
}

.alert-dismissible .btn-close {
  position: absolute;
  top: 0;
  left: 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, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .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-right: 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:focus,
.list-group-item-action:hover {
  z-index: 1;
  color: var(--bs-list-group-action-hover-color);
  text-decoration: none;
  background-color: var(--bs-list-group-action-hover-bg)
}

.list-group-item-action:active {
  color: var(--bs-list-group-action-active-color);
  background-color: var(--bs-list-group-action-active-bg)
}

.list-group-item {
  position: relative;
  display: block;
  padding: var(--bs-list-group-item-padding-y) var(--bs-list-group-item-padding-x);
  color: var(--bs-list-group-color);
  text-decoration: none;
  background-color: var(--bs-list-group-bg);
  border: var(--bs-list-group-border-width) solid var(--bs-list-group-border-color)
}

.list-group-item:first-child {
  border-top-right-radius: inherit;
  border-top-left-radius: inherit
}

.list-group-item:last-child {
  border-bottom-left-radius: inherit;
  border-bottom-right-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(var(--bs-list-group-border-width) * -1);
  border-top-width: var(--bs-list-group-border-width)
}

.list-group-horizontal {
  flex-direction: row
}

.list-group-horizontal>.list-group-item:first-child {
  border-bottom-right-radius: var(--bs-list-group-border-radius);
  border-top-left-radius: 0
}

.list-group-horizontal>.list-group-item:last-child {
  border-top-left-radius: var(--bs-list-group-border-radius);
  border-bottom-right-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-right-width: 0
}

.list-group-horizontal>.list-group-item+.list-group-item.active {
  margin-right: calc(var(--bs-list-group-border-width) * -1);
  border-right-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 {
    border-bottom-right-radius: var(--bs-list-group-border-radius);
    border-top-left-radius: 0
  }

  .list-group-horizontal-sm>.list-group-item:last-child {
    border-top-left-radius: var(--bs-list-group-border-radius);
    border-bottom-right-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-right-width: 0
  }

  .list-group-horizontal-sm>.list-group-item+.list-group-item.active {
    margin-right: calc(var(--bs-list-group-border-width) * -1);
    border-right-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 {
    border-bottom-right-radius: var(--bs-list-group-border-radius);
    border-top-left-radius: 0
  }

  .list-group-horizontal-md>.list-group-item:last-child {
    border-top-left-radius: var(--bs-list-group-border-radius);
    border-bottom-right-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-right-width: 0
  }

  .list-group-horizontal-md>.list-group-item+.list-group-item.active {
    margin-right: calc(var(--bs-list-group-border-width) * -1);
    border-right-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 {
    border-bottom-right-radius: var(--bs-list-group-border-radius);
    border-top-left-radius: 0
  }

  .list-group-horizontal-lg>.list-group-item:last-child {
    border-top-left-radius: var(--bs-list-group-border-radius);
    border-bottom-right-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-right-width: 0
  }

  .list-group-horizontal-lg>.list-group-item+.list-group-item.active {
    margin-right: calc(var(--bs-list-group-border-width) * -1);
    border-right-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 {
    border-bottom-right-radius: var(--bs-list-group-border-radius);
    border-top-left-radius: 0
  }

  .list-group-horizontal-xl>.list-group-item:last-child {
    border-top-left-radius: var(--bs-list-group-border-radius);
    border-bottom-right-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-right-width: 0
  }

  .list-group-horizontal-xl>.list-group-item+.list-group-item.active {
    margin-right: calc(var(--bs-list-group-border-width) * -1);
    border-right-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 {
    border-bottom-right-radius: var(--bs-list-group-border-radius);
    border-top-left-radius: 0
  }

  .list-group-horizontal-xxl>.list-group-item:last-child {
    border-top-left-radius: var(--bs-list-group-border-radius);
    border-bottom-right-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-right-width: 0
  }

  .list-group-horizontal-xxl>.list-group-item+.list-group-item.active {
    margin-right: calc(var(--bs-list-group-border-width) * -1);
    border-right-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:focus,
.list-group-item-primary.list-group-item-action:hover {
  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:focus,
.list-group-item-secondary.list-group-item-action:hover {
  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:focus,
.list-group-item-success.list-group-item-action:hover {
  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:focus,
.list-group-item-info.list-group-item-action:hover {
  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:focus,
.list-group-item-warning.list-group-item-action:hover {
  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:focus,
.list-group-item-danger.list-group-item-action:hover {
  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:focus,
.list-group-item-light.list-group-item-action:hover {
  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:focus,
.list-group-item-dark.list-group-item-action:hover {
  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: .25em .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: .375rem;
  opacity: .5
}

.btn-close:hover {
  color: #000;
  text-decoration: none;
  opacity: .75
}

.btn-close:focus {
  outline: 0;
  box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
  opacity: 1
}

.btn-close.disabled,
.btn-close:disabled {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  opacity: .25
}

.btn-close-white {
  filter: invert(1) grayscale(100%) brightness(200%)
}

.toast {
  --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 {
  position: absolute;
  z-index: 1090;
  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-right-radius: calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));
  border-top-left-radius: calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width))
}

.toast-header .btn-close {
  margin-left: calc(var(--bs-toast-padding-x) * -.5);
  margin-right: 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;
  right: 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 .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;
  right: 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-right-radius: var(--bs-modal-inner-border-radius);
  border-top-left-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(var(--bs-modal-header-padding-y) * -.5) auto calc(var(--bs-modal-header-padding-y) * -.5) calc(var(--bs-modal-header-padding-x) * -.5)
}

.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-left-radius: var(--bs-modal-inner-border-radius);
  border-bottom-right-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-left: auto;
    margin-right: auto
  }

  .modal-sm {
    --bs-modal-width: 300px
  }
}

@media (min-width:992px) {

  .modal-lg,
  .modal-xl {
    --bs-modal-width: 800px
  }
}

@media (min-width:1200px) {
  .modal-xl {
    --bs-modal-width: 1140px
  }
}

.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0
}

.modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0
}

.modal-fullscreen .modal-footer,
.modal-fullscreen .modal-header {
  border-radius: 0
}

.modal-fullscreen .modal-body {
  overflow-y: auto
}

@media (max-width:575.98px) {
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0
  }

  .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0
  }

  .modal-fullscreen-sm-down .modal-footer,
  .modal-fullscreen-sm-down .modal-header {
    border-radius: 0
  }

  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto
  }
}

@media (max-width:767.98px) {
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0
  }

  .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0
  }

  .modal-fullscreen-md-down .modal-footer,
  .modal-fullscreen-md-down .modal-header {
    border-radius: 0
  }

  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto
  }
}

@media (max-width:991.98px) {
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0
  }

  .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0
  }

  .modal-fullscreen-lg-down .modal-footer,
  .modal-fullscreen-lg-down .modal-header {
    border-radius: 0
  }

  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto
  }
}

@media (max-width:1199.98px) {
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0
  }

  .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0
  }

  .modal-fullscreen-xl-down .modal-footer,
  .modal-fullscreen-xl-down .modal-header {
    border-radius: 0
  }

  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto
  }
}

@media (max-width:1399.98px) {
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0
  }

  .modal-fullscreen-xxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0
  }

  .modal-fullscreen-xxl-down .modal-footer,
  .modal-fullscreen-xxl-down .modal-header {
    border-radius: 0
  }

  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto
  }
}

.tooltip {
  --bs-tooltip-zindex: 1080;
  --bs-tooltip-max-width: 200px;
  --bs-tooltip-padding-x: 0.5rem;
  --bs-tooltip-padding-y: 0.25rem;
  --bs-tooltip-margin: ;
  --bs-tooltip-font-size: 0.875rem;
  --bs-tooltip-color: #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: right;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: var(--bs-tooltip-font-size);
  word-wrap: break-word;
  opacity: 0
}

.tooltip.show {
  opacity: var(--bs-tooltip-opacity)
}

.tooltip .tooltip-arrow {
  display: block;
  width: var(--bs-tooltip-arrow-width);
  height: var(--bs-tooltip-arrow-height)
}

.tooltip .tooltip-arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid
}

.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow,
.bs-tooltip-top .tooltip-arrow {
  bottom: 0
}

.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before,
.bs-tooltip-top .tooltip-arrow::before {
  top: -1px;
  border-width: var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * .5) 0;
  border-top-color: var(--bs-tooltip-bg)
}

.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow,
.bs-tooltip-end .tooltip-arrow {
  left: 0;
  width: var(--bs-tooltip-arrow-height);
  height: var(--bs-tooltip-arrow-width)
}

.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before,
.bs-tooltip-end .tooltip-arrow::before {
  right: -1px;
  border-width: calc(var(--bs-tooltip-arrow-width) * .5) var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * .5) 0;
  border-right-color: var(--bs-tooltip-bg)
}

.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow,
.bs-tooltip-bottom .tooltip-arrow {
  top: 0
}

.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before,
.bs-tooltip-bottom .tooltip-arrow::before {
  bottom: -1px;
  border-width: 0 calc(var(--bs-tooltip-arrow-width) * .5) var(--bs-tooltip-arrow-height);
  border-bottom-color: var(--bs-tooltip-bg)
}

.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow,
.bs-tooltip-start .tooltip-arrow {
  right: 0;
  width: var(--bs-tooltip-arrow-height);
  height: var(--bs-tooltip-arrow-width)
}

.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before,
.bs-tooltip-start .tooltip-arrow::before {
  left: -1px;
  border-width: calc(var(--bs-tooltip-arrow-width) * .5) 0 calc(var(--bs-tooltip-arrow-width) * .5) var(--bs-tooltip-arrow-height);
  border-left-color: var(--bs-tooltip-bg)
}

.tooltip-inner {
  max-width: var(--bs-tooltip-max-width);
  padding: var(--bs-tooltip-padding-y) var(--bs-tooltip-padding-x);
  color: var(--bs-tooltip-color);
  text-align: center;
  background-color: var(--bs-tooltip-bg);
  border-radius: var(--bs-tooltip-border-radius, 0)
}

.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: var(--bs-heading-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: right;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: var(--bs-popover-font-size);
  word-wrap: break-word;
  background-color: var(--bs-popover-bg);
  background-clip: padding-box;
  border: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
  border-radius: var(--bs-popover-border-radius)
}

.popover .popover-arrow {
  display: block;
  width: var(--bs-popover-arrow-width);
  height: var(--bs-popover-arrow-height)
}

.popover .popover-arrow::after,
.popover .popover-arrow::before {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
  border-width: 0
}

.bs-popover-auto[data-popper-placement^=top]>.popover-arrow,
.bs-popover-top>.popover-arrow {
  bottom: calc(var(--bs-popover-arrow-height) * -1 - var(--bs-popover-border-width))
}

.bs-popover-auto[data-popper-placement^=top]>.popover-arrow::after,
.bs-popover-auto[data-popper-placement^=top]>.popover-arrow::before,
.bs-popover-top>.popover-arrow::after,
.bs-popover-top>.popover-arrow::before {
  border-width: var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * .5) 0
}

.bs-popover-auto[data-popper-placement^=top]>.popover-arrow::before,
.bs-popover-top>.popover-arrow::before {
  bottom: 0;
  border-top-color: var(--bs-popover-arrow-border)
}

.bs-popover-auto[data-popper-placement^=top]>.popover-arrow::after,
.bs-popover-top>.popover-arrow::after {
  bottom: var(--bs-popover-border-width);
  border-top-color: var(--bs-popover-bg)
}

.bs-popover-auto[data-popper-placement^=right]>.popover-arrow,
.bs-popover-end>.popover-arrow {
  left: calc(var(--bs-popover-arrow-height) * -1 - var(--bs-popover-border-width));
  width: var(--bs-popover-arrow-height);
  height: var(--bs-popover-arrow-width)
}

.bs-popover-auto[data-popper-placement^=right]>.popover-arrow::after,
.bs-popover-auto[data-popper-placement^=right]>.popover-arrow::before,
.bs-popover-end>.popover-arrow::after,
.bs-popover-end>.popover-arrow::before {
  border-width: calc(var(--bs-popover-arrow-width) * .5) var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * .5) 0
}

.bs-popover-auto[data-popper-placement^=right]>.popover-arrow::before,
.bs-popover-end>.popover-arrow::before {
  left: 0;
  border-right-color: var(--bs-popover-arrow-border)
}

.bs-popover-auto[data-popper-placement^=right]>.popover-arrow::after,
.bs-popover-end>.popover-arrow::after {
  left: var(--bs-popover-border-width);
  border-right-color: var(--bs-popover-bg)
}

.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow,
.bs-popover-bottom>.popover-arrow {
  top: calc(var(--bs-popover-arrow-height) * -1 - var(--bs-popover-border-width))
}

.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow::after,
.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow::before,
.bs-popover-bottom>.popover-arrow::after,
.bs-popover-bottom>.popover-arrow::before {
  border-width: 0 calc(var(--bs-popover-arrow-width) * .5) var(--bs-popover-arrow-height)
}

.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow::before,
.bs-popover-bottom>.popover-arrow::before {
  top: 0;
  border-bottom-color: var(--bs-popover-arrow-border)
}

.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow::after,
.bs-popover-bottom>.popover-arrow::after {
  top: var(--bs-popover-border-width);
  border-bottom-color: var(--bs-popover-bg)
}

.bs-popover-auto[data-popper-placement^=bottom] .popover-header::before,
.bs-popover-bottom .popover-header::before {
  position: absolute;
  top: 0;
  right: 50%;
  display: block;
  width: var(--bs-popover-arrow-width);
  margin-right: calc(var(--bs-popover-arrow-width) * -.5);
  content: "";
  border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-header-bg)
}

.bs-popover-auto[data-popper-placement^=left]>.popover-arrow,
.bs-popover-start>.popover-arrow {
  right: calc(var(--bs-popover-arrow-height) * -1 - var(--bs-popover-border-width));
  width: var(--bs-popover-arrow-height);
  height: var(--bs-popover-arrow-width)
}

.bs-popover-auto[data-popper-placement^=left]>.popover-arrow::after,
.bs-popover-auto[data-popper-placement^=left]>.popover-arrow::before,
.bs-popover-start>.popover-arrow::after,
.bs-popover-start>.popover-arrow::before {
  border-width: calc(var(--bs-popover-arrow-width) * .5) 0 calc(var(--bs-popover-arrow-width) * .5) var(--bs-popover-arrow-height)
}

.bs-popover-auto[data-popper-placement^=left]>.popover-arrow::before,
.bs-popover-start>.popover-arrow::before {
  right: 0;
  border-left-color: var(--bs-popover-arrow-border)
}

.bs-popover-auto[data-popper-placement^=left]>.popover-arrow::after,
.bs-popover-start>.popover-arrow::after {
  right: var(--bs-popover-border-width);
  border-left-color: var(--bs-popover-bg)
}

.popover-header {
  padding: var(--bs-popover-header-padding-y) var(--bs-popover-header-padding-x);
  margin-bottom: 0;
  font-size: var(--bs-popover-header-font-size);
  color: var(--bs-popover-header-color);
  background-color: var(--bs-popover-header-bg);
  border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
  border-top-right-radius: var(--bs-popover-inner-border-radius);
  border-top-left-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: right;
  width: 100%;
  margin-left: -100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: transform .6s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
  .carousel-item {
    transition: none
  }
}

.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
  display: block
}

.active.carousel-item-end,
.carousel-item-next:not(.carousel-item-start) {
  transform: translateX(100%)
}

.active.carousel-item-start,
.carousel-item-prev:not(.carousel-item-end) {
  transform: translateX(-100%)
}

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none
}

.carousel-fade .carousel-item-next.carousel-item-start,
.carousel-fade .carousel-item-prev.carousel-item-end,
.carousel-fade .carousel-item.active {
  z-index: 1;
  opacity: 1
}

.carousel-fade .active.carousel-item-end,
.carousel-fade .active.carousel-item-start {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s .6s
}

@media (prefers-reduced-motion:reduce) {

  .carousel-fade .active.carousel-item-end,
  .carousel-fade .active.carousel-item-start {
    transition: none
  }
}

.carousel-control-next,
.carousel-control-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: 0 0;
  border: 0;
  opacity: .5;
  transition: opacity .15s ease
}

@media (prefers-reduced-motion:reduce) {

  .carousel-control-next,
  .carousel-control-prev {
    transition: none
  }
}

.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: .9
}

.carousel-control-prev {
  right: 0
}

.carousel-control-next {
  left: 0
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%
}

.carousel-control-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='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-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='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;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 0;
  margin-left: 15%;
  margin-bottom: 1rem;
  margin-right: 15%;
  list-style: none
}

.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  padding: 0;
  margin-left: 3px;
  margin-right: 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: .5;
  transition: opacity .6s ease
}

@media (prefers-reduced-motion:reduce) {
  .carousel-indicators [data-bs-target] {
    transition: none
  }
}

.carousel-indicators .active {
  opacity: 1
}

.carousel-caption {
  position: absolute;
  left: 15%;
  bottom: 1.25rem;
  right: 15%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: center
}

.carousel-dark .carousel-control-next-icon,
.carousel-dark .carousel-control-prev-icon {
  filter: invert(1) grayscale(100)
}

.carousel-dark .carousel-indicators [data-bs-target] {
  background-color: #000
}

.carousel-dark .carousel-caption {
  color: #000
}

.spinner-border,
.spinner-grow {
  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)
  }
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg)
  }
}

.spinner-border {
  --bs-spinner-width: 2rem;
  --bs-spinner-height: 2rem;
  --bs-spinner-vertical-align: -0.125em;
  --bs-spinner-border-width: 0.25em;
  --bs-spinner-animation-speed: 0.75s;
  --bs-spinner-animation-name: spinner-border;
  border: var(--bs-spinner-border-width) solid currentcolor;
  border-left-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-lg,
.offcanvas-md,
.offcanvas-sm,
.offcanvas-xl,
.offcanvas-xxl {
  --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: 1045;
    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 .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.show:not(.hiding),
  .offcanvas-sm.showing {
    transform: none
  }
}

@media (max-width:575.98px) {

  .offcanvas-sm.hiding,
  .offcanvas-sm.show,
  .offcanvas-sm.showing {
    visibility: visible
  }
}

@media (max-width:575.98px) {
  .offcanvas-sm.offcanvas-start {
    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-end {
    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-top {
    top: 0;
    left: 0;
    right: 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 {
    left: 0;
    right: 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 (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: 1045;
    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 .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.show:not(.hiding),
  .offcanvas-md.showing {
    transform: none
  }
}

@media (max-width:767.98px) {

  .offcanvas-md.hiding,
  .offcanvas-md.show,
  .offcanvas-md.showing {
    visibility: visible
  }
}

@media (max-width:767.98px) {
  .offcanvas-md.offcanvas-start {
    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-end {
    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-top {
    top: 0;
    left: 0;
    right: 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 {
    left: 0;
    right: 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 (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: 1045;
    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 .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.show:not(.hiding),
  .offcanvas-lg.showing {
    transform: none
  }
}

@media (max-width:991.98px) {

  .offcanvas-lg.hiding,
  .offcanvas-lg.show,
  .offcanvas-lg.showing {
    visibility: visible
  }
}

@media (max-width:991.98px) {
  .offcanvas-lg.offcanvas-start {
    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-end {
    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-top {
    top: 0;
    left: 0;
    right: 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 {
    left: 0;
    right: 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 (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: 1045;
    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 .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.show:not(.hiding),
  .offcanvas-xl.showing {
    transform: none
  }
}

@media (max-width:1199.98px) {

  .offcanvas-xl.hiding,
  .offcanvas-xl.show,
  .offcanvas-xl.showing {
    visibility: visible
  }
}

@media (max-width:1199.98px) {
  .offcanvas-xl.offcanvas-start {
    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-end {
    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-top {
    top: 0;
    left: 0;
    right: 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 {
    left: 0;
    right: 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 (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: 1045;
    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 .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.show:not(.hiding),
  .offcanvas-xxl.showing {
    transform: none
  }
}

@media (max-width:1399.98px) {

  .offcanvas-xxl.hiding,
  .offcanvas-xxl.show,
  .offcanvas-xxl.showing {
    visibility: visible
  }
}

@media (max-width:1399.98px) {
  .offcanvas-xxl.offcanvas-start {
    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-end {
    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-top {
    top: 0;
    left: 0;
    right: 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 {
    left: 0;
    right: 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 (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: 1045;
  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 .3s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
  .offcanvas {
    transition: none
  }
}

.offcanvas.show:not(.hiding),
.offcanvas.showing {
  transform: none
}

.offcanvas.hiding,
.offcanvas.show,
.offcanvas.showing {
  visibility: visible
}

.offcanvas.offcanvas-start {
  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-end {
  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-top {
  top: 0;
  left: 0;
  right: 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 {
  left: 0;
  right: 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-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000
}

.offcanvas-backdrop.fade {
  opacity: 0
}

.offcanvas-backdrop.show {
  opacity: .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(var(--bs-offcanvas-padding-y) * -.5);
  margin-left: calc(var(--bs-offcanvas-padding-x) * -.5);
  margin-bottom: calc(var(--bs-offcanvas-padding-y) * -.5)
}

.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: .5
}

.placeholder.btn::before {
  display: inline-block;
  content: ""
}

.placeholder-xs {
  min-height: .6em
}

.placeholder-sm {
  min-height: .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: .2
  }
}

@keyframes placeholder-glow {
  50% {
    opacity: .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:focus,
.link-primary:hover {
  color: #0a58ca !important
}

.link-secondary {
  color: #6c757d !important
}

.link-secondary:focus,
.link-secondary:hover {
  color: #565e64 !important
}

.link-success {
  color: #198754 !important
}

.link-success:focus,
.link-success:hover {
  color: #146c43 !important
}

.link-info {
  color: #0dcaf0 !important
}

.link-info:focus,
.link-info:hover {
  color: #3dd5f3 !important
}

.link-warning {
  color: #ffc107 !important
}

.link-warning:focus,
.link-warning:hover {
  color: #ffcd39 !important
}

.link-danger {
  color: #dc3545 !important
}

.link-danger:focus,
.link-danger:hover {
  color: #b02a37 !important
}

.link-light {
  color: #f8f9fa !important
}

.link-light:focus,
.link-light:hover {
  color: #f9fafb !important
}

.link-dark {
  color: #212529 !important
}

.link-dark:focus,
.link-dark:hover {
  color: #1a1e21 !important
}

.ratio {
  position: relative;
  width: 100%
}

.ratio::before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: ""
}

.ratio>* {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%
}

.ratio-1x1 {
  --bs-aspect-ratio: 100%
}

.ratio-4x3 {
  --bs-aspect-ratio: 75%
}

.ratio-16x9 {
  --bs-aspect-ratio: 56.25%
}

.ratio-21x9 {
  --bs-aspect-ratio: 42.8571428571%
}

.fixed-top {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1030
}

.fixed-bottom {
  position: fixed;
  left: 0;
  bottom: 0;
  right: 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;
  left: 0;
  bottom: 0;
  right: 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: .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: right !important
}

.float-end {
  float: left !important
}

.float-none {
  float: none !important
}

.opacity-0 {
  opacity: 0 !important
}

.opacity-25 {
  opacity: .25 !important
}

.opacity-50 {
  opacity: .5 !important
}

.opacity-75 {
  opacity: .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 .5rem 1rem rgba(0, 0, 0, .15) !important
}

.shadow-sm {
  box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(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 {
  right: 0 !important
}

.start-50 {
  right: 50% !important
}

.start-100 {
  right: 100% !important
}

.end-0 {
  left: 0 !important
}

.end-50 {
  left: 50% !important
}

.end-100 {
  left: 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-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important
}

.border-end-0 {
  border-left: 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-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important
}

.border-start-0 {
  border-right: 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: .25rem !important
}

.m-2 {
  margin: .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-left: 0 !important;
  margin-right: 0 !important
}

.mx-1 {
  margin-left: .25rem !important;
  margin-right: .25rem !important
}

.mx-2 {
  margin-left: .5rem !important;
  margin-right: .5rem !important
}

.mx-3 {
  margin-left: 1rem !important;
  margin-right: 1rem !important
}

.mx-4 {
  margin-left: 1.5rem !important;
  margin-right: 1.5rem !important
}

.mx-5 {
  margin-left: 3rem !important;
  margin-right: 3rem !important
}

.mx-auto {
  margin-left: auto !important;
  margin-right: auto !important
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important
}

.my-1 {
  margin-top: .25rem !important;
  margin-bottom: .25rem !important
}

.my-2 {
  margin-top: .5rem !important;
  margin-bottom: .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: .25rem !important
}

.mt-2 {
  margin-top: .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-left: 0 !important
}

.me-1 {
  margin-left: .25rem !important
}

.me-2 {
  margin-left: .5rem !important
}

.me-3 {
  margin-left: 1rem !important
}

.me-4 {
  margin-left: 1.5rem !important
}

.me-5 {
  margin-left: 3rem !important
}

.me-auto {
  margin-left: auto !important
}

.mb-0 {
  margin-bottom: 0 !important
}

.mb-1 {
  margin-bottom: .25rem !important
}

.mb-2 {
  margin-bottom: .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-right: 0 !important
}

.ms-1 {
  margin-right: .25rem !important
}

.ms-2 {
  margin-right: .5rem !important
}

.ms-3 {
  margin-right: 1rem !important
}

.ms-4 {
  margin-right: 1.5rem !important
}

.ms-5 {
  margin-right: 3rem !important
}

.ms-auto {
  margin-right: auto !important
}

.p-0 {
  padding: 0 !important
}

.p-1 {
  padding: .25rem !important
}

.p-2 {
  padding: .5rem !important
}

.p-3 {
  padding: 1rem !important
}

.p-4 {
  padding: 1.5rem !important
}

.p-5 {
  padding: 3rem !important
}

.px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important
}

.px-1 {
  padding-left: .25rem !important;
  padding-right: .25rem !important
}

.px-2 {
  padding-left: .5rem !important;
  padding-right: .5rem !important
}

.px-3 {
  padding-left: 1rem !important;
  padding-right: 1rem !important
}

.px-4 {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important
}

.px-5 {
  padding-left: 3rem !important;
  padding-right: 3rem !important
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important
}

.py-1 {
  padding-top: .25rem !important;
  padding-bottom: .25rem !important
}

.py-2 {
  padding-top: .5rem !important;
  padding-bottom: .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: .25rem !important
}

.pt-2 {
  padding-top: .5rem !important
}

.pt-3 {
  padding-top: 1rem !important
}

.pt-4 {
  padding-top: 1.5rem !important
}

.pt-5 {
  padding-top: 3rem !important
}

.pe-0 {
  padding-left: 0 !important
}

.pe-1 {
  padding-left: .25rem !important
}

.pe-2 {
  padding-left: .5rem !important
}

.pe-3 {
  padding-left: 1rem !important
}

.pe-4 {
  padding-left: 1.5rem !important
}

.pe-5 {
  padding-left: 3rem !important
}

.pb-0 {
  padding-bottom: 0 !important
}

.pb-1 {
  padding-bottom: .25rem !important
}

.pb-2 {
  padding-bottom: .5rem !important
}

.pb-3 {
  padding-bottom: 1rem !important
}

.pb-4 {
  padding-bottom: 1.5rem !important
}

.pb-5 {
  padding-bottom: 3rem !important
}

.ps-0 {
  padding-right: 0 !important
}

.ps-1 {
  padding-right: .25rem !important
}

.ps-2 {
  padding-right: .5rem !important
}

.ps-3 {
  padding-right: 1rem !important
}

.ps-4 {
  padding-right: 1.5rem !important
}

.ps-5 {
  padding-right: 3rem !important
}

.gap-0 {
  gap: 0 !important
}

.gap-1 {
  gap: .25rem !important
}

.gap-2 {
  gap: .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 + .9vw) !important
}

.fs-3 {
  font-size: calc(1.3rem + .6vw) !important
}

.fs-4 {
  font-size: calc(1.275rem + .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: right !important
}

.text-end {
  text-align: left !important
}

.text-center {
  text-align: center !important
}

.text-decoration-none {
  text-decoration: none !important
}

.text-decoration-underline {
  text-decoration: underline !important
}

.text-decoration-line-through {
  text-decoration: line-through !important
}

.text-lowercase {
  text-transform: lowercase !important
}

.text-uppercase {
  text-transform: uppercase !important
}

.text-capitalize {
  text-transform: capitalize !important
}

.text-wrap {
  white-space: normal !important
}

.text-nowrap {
  white-space: nowrap !important
}

.text-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: rgba(var(--bs-body-color-rgb), .75) !important
}

.text-black-50 {
  --bs-text-opacity: 1;
  color: rgba(0, 0, 0, .5) !important
}

.text-white-50 {
  --bs-text-opacity: 1;
  color: rgba(255, 255, 255, .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;
  user-select: all !important
}

.user-select-auto {
  -webkit-user-select: auto !important;
  -moz-user-select: auto !important;
  user-select: auto !important
}

.user-select-none {
  -webkit-user-select: none !important;
  -moz-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-right-radius: var(--bs-border-radius) !important;
  border-top-left-radius: var(--bs-border-radius) !important
}

.rounded-end {
  border-top-left-radius: var(--bs-border-radius) !important;
  border-bottom-left-radius: var(--bs-border-radius) !important
}

.rounded-bottom {
  border-bottom-left-radius: var(--bs-border-radius) !important;
  border-bottom-right-radius: var(--bs-border-radius) !important
}

.rounded-start {
  border-bottom-right-radius: var(--bs-border-radius) !important;
  border-top-right-radius: var(--bs-border-radius) !important
}

.visible {
  visibility: visible !important
}

.invisible {
  visibility: hidden !important
}

@media (min-width:576px) {
  .float-sm-start {
    float: right !important
  }

  .float-sm-end {
    float: left !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: .25rem !important
  }

  .m-sm-2 {
    margin: .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-left: 0 !important;
    margin-right: 0 !important
  }

  .mx-sm-1 {
    margin-left: .25rem !important;
    margin-right: .25rem !important
  }

  .mx-sm-2 {
    margin-left: .5rem !important;
    margin-right: .5rem !important
  }

  .mx-sm-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important
  }

  .mx-sm-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important
  }

  .mx-sm-5 {
    margin-left: 3rem !important;
    margin-right: 3rem !important
  }

  .mx-sm-auto {
    margin-left: auto !important;
    margin-right: auto !important
  }

  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important
  }

  .my-sm-1 {
    margin-top: .25rem !important;
    margin-bottom: .25rem !important
  }

  .my-sm-2 {
    margin-top: .5rem !important;
    margin-bottom: .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: .25rem !important
  }

  .mt-sm-2 {
    margin-top: .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-left: 0 !important
  }

  .me-sm-1 {
    margin-left: .25rem !important
  }

  .me-sm-2 {
    margin-left: .5rem !important
  }

  .me-sm-3 {
    margin-left: 1rem !important
  }

  .me-sm-4 {
    margin-left: 1.5rem !important
  }

  .me-sm-5 {
    margin-left: 3rem !important
  }

  .me-sm-auto {
    margin-left: auto !important
  }

  .mb-sm-0 {
    margin-bottom: 0 !important
  }

  .mb-sm-1 {
    margin-bottom: .25rem !important
  }

  .mb-sm-2 {
    margin-bottom: .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-right: 0 !important
  }

  .ms-sm-1 {
    margin-right: .25rem !important
  }

  .ms-sm-2 {
    margin-right: .5rem !important
  }

  .ms-sm-3 {
    margin-right: 1rem !important
  }

  .ms-sm-4 {
    margin-right: 1.5rem !important
  }

  .ms-sm-5 {
    margin-right: 3rem !important
  }

  .ms-sm-auto {
    margin-right: auto !important
  }

  .p-sm-0 {
    padding: 0 !important
  }

  .p-sm-1 {
    padding: .25rem !important
  }

  .p-sm-2 {
    padding: .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-left: 0 !important;
    padding-right: 0 !important
  }

  .px-sm-1 {
    padding-left: .25rem !important;
    padding-right: .25rem !important
  }

  .px-sm-2 {
    padding-left: .5rem !important;
    padding-right: .5rem !important
  }

  .px-sm-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important
  }

  .px-sm-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important
  }

  .px-sm-5 {
    padding-left: 3rem !important;
    padding-right: 3rem !important
  }

  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important
  }

  .py-sm-1 {
    padding-top: .25rem !important;
    padding-bottom: .25rem !important
  }

  .py-sm-2 {
    padding-top: .5rem !important;
    padding-bottom: .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: .25rem !important
  }

  .pt-sm-2 {
    padding-top: .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-left: 0 !important
  }

  .pe-sm-1 {
    padding-left: .25rem !important
  }

  .pe-sm-2 {
    padding-left: .5rem !important
  }

  .pe-sm-3 {
    padding-left: 1rem !important
  }

  .pe-sm-4 {
    padding-left: 1.5rem !important
  }

  .pe-sm-5 {
    padding-left: 3rem !important
  }

  .pb-sm-0 {
    padding-bottom: 0 !important
  }

  .pb-sm-1 {
    padding-bottom: .25rem !important
  }

  .pb-sm-2 {
    padding-bottom: .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-right: 0 !important
  }

  .ps-sm-1 {
    padding-right: .25rem !important
  }

  .ps-sm-2 {
    padding-right: .5rem !important
  }

  .ps-sm-3 {
    padding-right: 1rem !important
  }

  .ps-sm-4 {
    padding-right: 1.5rem !important
  }

  .ps-sm-5 {
    padding-right: 3rem !important
  }

  .gap-sm-0 {
    gap: 0 !important
  }

  .gap-sm-1 {
    gap: .25rem !important
  }

  .gap-sm-2 {
    gap: .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: right !important
  }

  .text-sm-end {
    text-align: left !important
  }

  .text-sm-center {
    text-align: center !important
  }
}

@media (min-width:768px) {
  .float-md-start {
    float: right !important
  }

  .float-md-end {
    float: left !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: .25rem !important
  }

  .m-md-2 {
    margin: .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-left: 0 !important;
    margin-right: 0 !important
  }

  .mx-md-1 {
    margin-left: .25rem !important;
    margin-right: .25rem !important
  }

  .mx-md-2 {
    margin-left: .5rem !important;
    margin-right: .5rem !important
  }

  .mx-md-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important
  }

  .mx-md-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important
  }

  .mx-md-5 {
    margin-left: 3rem !important;
    margin-right: 3rem !important
  }

  .mx-md-auto {
    margin-left: auto !important;
    margin-right: auto !important
  }

  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important
  }

  .my-md-1 {
    margin-top: .25rem !important;
    margin-bottom: .25rem !important
  }

  .my-md-2 {
    margin-top: .5rem !important;
    margin-bottom: .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: .25rem !important
  }

  .mt-md-2 {
    margin-top: .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-left: 0 !important
  }

  .me-md-1 {
    margin-left: .25rem !important
  }

  .me-md-2 {
    margin-left: .5rem !important
  }

  .me-md-3 {
    margin-left: 1rem !important
  }

  .me-md-4 {
    margin-left: 1.5rem !important
  }

  .me-md-5 {
    margin-left: 3rem !important
  }

  .me-md-auto {
    margin-left: auto !important
  }

  .mb-md-0 {
    margin-bottom: 0 !important
  }

  .mb-md-1 {
    margin-bottom: .25rem !important
  }

  .mb-md-2 {
    margin-bottom: .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-right: 0 !important
  }

  .ms-md-1 {
    margin-right: .25rem !important
  }

  .ms-md-2 {
    margin-right: .5rem !important
  }

  .ms-md-3 {
    margin-right: 1rem !important
  }

  .ms-md-4 {
    margin-right: 1.5rem !important
  }

  .ms-md-5 {
    margin-right: 3rem !important
  }

  .ms-md-auto {
    margin-right: auto !important
  }

  .p-md-0 {
    padding: 0 !important
  }

  .p-md-1 {
    padding: .25rem !important
  }

  .p-md-2 {
    padding: .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-left: 0 !important;
    padding-right: 0 !important
  }

  .px-md-1 {
    padding-left: .25rem !important;
    padding-right: .25rem !important
  }

  .px-md-2 {
    padding-left: .5rem !important;
    padding-right: .5rem !important
  }

  .px-md-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important
  }

  .px-md-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important
  }

  .px-md-5 {
    padding-left: 3rem !important;
    padding-right: 3rem !important
  }

  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important
  }

  .py-md-1 {
    padding-top: .25rem !important;
    padding-bottom: .25rem !important
  }

  .py-md-2 {
    padding-top: .5rem !important;
    padding-bottom: .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: .25rem !important
  }

  .pt-md-2 {
    padding-top: .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-left: 0 !important
  }

  .pe-md-1 {
    padding-left: .25rem !important
  }

  .pe-md-2 {
    padding-left: .5rem !important
  }

  .pe-md-3 {
    padding-left: 1rem !important
  }

  .pe-md-4 {
    padding-left: 1.5rem !important
  }

  .pe-md-5 {
    padding-left: 3rem !important
  }

  .pb-md-0 {
    padding-bottom: 0 !important
  }

  .pb-md-1 {
    padding-bottom: .25rem !important
  }

  .pb-md-2 {
    padding-bottom: .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-right: 0 !important
  }

  .ps-md-1 {
    padding-right: .25rem !important
  }

  .ps-md-2 {
    padding-right: .5rem !important
  }

  .ps-md-3 {
    padding-right: 1rem !important
  }

  .ps-md-4 {
    padding-right: 1.5rem !important
  }

  .ps-md-5 {
    padding-right: 3rem !important
  }

  .gap-md-0 {
    gap: 0 !important
  }

  .gap-md-1 {
    gap: .25rem !important
  }

  .gap-md-2 {
    gap: .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: right !important
  }

  .text-md-end {
    text-align: left !important
  }

  .text-md-center {
    text-align: center !important
  }
}

@media (min-width:992px) {
  .float-lg-start {
    float: right !important
  }

  .float-lg-end {
    float: left !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: .25rem !important
  }

  .m-lg-2 {
    margin: .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-left: 0 !important;
    margin-right: 0 !important
  }

  .mx-lg-1 {
    margin-left: .25rem !important;
    margin-right: .25rem !important
  }

  .mx-lg-2 {
    margin-left: .5rem !important;
    margin-right: .5rem !important
  }

  .mx-lg-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important
  }

  .mx-lg-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important
  }

  .mx-lg-5 {
    margin-left: 3rem !important;
    margin-right: 3rem !important
  }

  .mx-lg-auto {
    margin-left: auto !important;
    margin-right: auto !important
  }

  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important
  }

  .my-lg-1 {
    margin-top: .25rem !important;
    margin-bottom: .25rem !important
  }

  .my-lg-2 {
    margin-top: .5rem !important;
    margin-bottom: .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: .25rem !important
  }

  .mt-lg-2 {
    margin-top: .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-left: 0 !important
  }

  .me-lg-1 {
    margin-left: .25rem !important
  }

  .me-lg-2 {
    margin-left: .5rem !important
  }

  .me-lg-3 {
    margin-left: 1rem !important
  }

  .me-lg-4 {
    margin-left: 1.5rem !important
  }

  .me-lg-5 {
    margin-left: 3rem !important
  }

  .me-lg-auto {
    margin-left: auto !important
  }

  .mb-lg-0 {
    margin-bottom: 0 !important
  }

  .mb-lg-1 {
    margin-bottom: .25rem !important
  }

  .mb-lg-2 {
    margin-bottom: .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-right: 0 !important
  }

  .ms-lg-1 {
    margin-right: .25rem !important
  }

  .ms-lg-2 {
    margin-right: .5rem !important
  }

  .ms-lg-3 {
    margin-right: 1rem !important
  }

  .ms-lg-4 {
    margin-right: 1.5rem !important
  }

  .ms-lg-5 {
    margin-right: 3rem !important
  }

  .ms-lg-auto {
    margin-right: auto !important
  }

  .p-lg-0 {
    padding: 0 !important
  }

  .p-lg-1 {
    padding: .25rem !important
  }

  .p-lg-2 {
    padding: .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-left: 0 !important;
    padding-right: 0 !important
  }

  .px-lg-1 {
    padding-left: .25rem !important;
    padding-right: .25rem !important
  }

  .px-lg-2 {
    padding-left: .5rem !important;
    padding-right: .5rem !important
  }

  .px-lg-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important
  }

  .px-lg-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important
  }

  .px-lg-5 {
    padding-left: 3rem !important;
    padding-right: 3rem !important
  }

  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important
  }

  .py-lg-1 {
    padding-top: .25rem !important;
    padding-bottom: .25rem !important
  }

  .py-lg-2 {
    padding-top: .5rem !important;
    padding-bottom: .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: .25rem !important
  }

  .pt-lg-2 {
    padding-top: .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-left: 0 !important
  }

  .pe-lg-1 {
    padding-left: .25rem !important
  }

  .pe-lg-2 {
    padding-left: .5rem !important
  }

  .pe-lg-3 {
    padding-left: 1rem !important
  }

  .pe-lg-4 {
    padding-left: 1.5rem !important
  }

  .pe-lg-5 {
    padding-left: 3rem !important
  }

  .pb-lg-0 {
    padding-bottom: 0 !important
  }

  .pb-lg-1 {
    padding-bottom: .25rem !important
  }

  .pb-lg-2 {
    padding-bottom: .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-right: 0 !important
  }

  .ps-lg-1 {
    padding-right: .25rem !important
  }

  .ps-lg-2 {
    padding-right: .5rem !important
  }

  .ps-lg-3 {
    padding-right: 1rem !important
  }

  .ps-lg-4 {
    padding-right: 1.5rem !important
  }

  .ps-lg-5 {
    padding-right: 3rem !important
  }

  .gap-lg-0 {
    gap: 0 !important
  }

  .gap-lg-1 {
    gap: .25rem !important
  }

  .gap-lg-2 {
    gap: .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: right !important
  }

  .text-lg-end {
    text-align: left !important
  }

  .text-lg-center {
    text-align: center !important
  }
}

@media (min-width:1200px) {
  .float-xl-start {
    float: right !important
  }

  .float-xl-end {
    float: left !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: .25rem !important
  }

  .m-xl-2 {
    margin: .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-left: 0 !important;
    margin-right: 0 !important
  }

  .mx-xl-1 {
    margin-left: .25rem !important;
    margin-right: .25rem !important
  }

  .mx-xl-2 {
    margin-left: .5rem !important;
    margin-right: .5rem !important
  }

  .mx-xl-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important
  }

  .mx-xl-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important
  }

  .mx-xl-5 {
    margin-left: 3rem !important;
    margin-right: 3rem !important
  }

  .mx-xl-auto {
    margin-left: auto !important;
    margin-right: auto !important
  }

  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important
  }

  .my-xl-1 {
    margin-top: .25rem !important;
    margin-bottom: .25rem !important
  }

  .my-xl-2 {
    margin-top: .5rem !important;
    margin-bottom: .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: .25rem !important
  }

  .mt-xl-2 {
    margin-top: .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-left: 0 !important
  }

  .me-xl-1 {
    margin-left: .25rem !important
  }

  .me-xl-2 {
    margin-left: .5rem !important
  }

  .me-xl-3 {
    margin-left: 1rem !important
  }

  .me-xl-4 {
    margin-left: 1.5rem !important
  }

  .me-xl-5 {
    margin-left: 3rem !important
  }

  .me-xl-auto {
    margin-left: auto !important
  }

  .mb-xl-0 {
    margin-bottom: 0 !important
  }

  .mb-xl-1 {
    margin-bottom: .25rem !important
  }

  .mb-xl-2 {
    margin-bottom: .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-right: 0 !important
  }

  .ms-xl-1 {
    margin-right: .25rem !important
  }

  .ms-xl-2 {
    margin-right: .5rem !important
  }

  .ms-xl-3 {
    margin-right: 1rem !important
  }

  .ms-xl-4 {
    margin-right: 1.5rem !important
  }

  .ms-xl-5 {
    margin-right: 3rem !important
  }

  .ms-xl-auto {
    margin-right: auto !important
  }

  .p-xl-0 {
    padding: 0 !important
  }

  .p-xl-1 {
    padding: .25rem !important
  }

  .p-xl-2 {
    padding: .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-left: 0 !important;
    padding-right: 0 !important
  }

  .px-xl-1 {
    padding-left: .25rem !important;
    padding-right: .25rem !important
  }

  .px-xl-2 {
    padding-left: .5rem !important;
    padding-right: .5rem !important
  }

  .px-xl-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important
  }

  .px-xl-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important
  }

  .px-xl-5 {
    padding-left: 3rem !important;
    padding-right: 3rem !important
  }

  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important
  }

  .py-xl-1 {
    padding-top: .25rem !important;
    padding-bottom: .25rem !important
  }

  .py-xl-2 {
    padding-top: .5rem !important;
    padding-bottom: .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: .25rem !important
  }

  .pt-xl-2 {
    padding-top: .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-left: 0 !important
  }

  .pe-xl-1 {
    padding-left: .25rem !important
  }

  .pe-xl-2 {
    padding-left: .5rem !important
  }

  .pe-xl-3 {
    padding-left: 1rem !important
  }

  .pe-xl-4 {
    padding-left: 1.5rem !important
  }

  .pe-xl-5 {
    padding-left: 3rem !important
  }

  .pb-xl-0 {
    padding-bottom: 0 !important
  }

  .pb-xl-1 {
    padding-bottom: .25rem !important
  }

  .pb-xl-2 {
    padding-bottom: .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-right: 0 !important
  }

  .ps-xl-1 {
    padding-right: .25rem !important
  }

  .ps-xl-2 {
    padding-right: .5rem !important
  }

  .ps-xl-3 {
    padding-right: 1rem !important
  }

  .ps-xl-4 {
    padding-right: 1.5rem !important
  }

  .ps-xl-5 {
    padding-right: 3rem !important
  }

  .gap-xl-0 {
    gap: 0 !important
  }

  .gap-xl-1 {
    gap: .25rem !important
  }

  .gap-xl-2 {
    gap: .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: right !important
  }

  .text-xl-end {
    text-align: left !important
  }

  .text-xl-center {
    text-align: center !important
  }
}

@media (min-width:1400px) {
  .float-xxl-start {
    float: right !important
  }

  .float-xxl-end {
    float: left !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: .25rem !important
  }

  .m-xxl-2 {
    margin: .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-left: 0 !important;
    margin-right: 0 !important
  }

  .mx-xxl-1 {
    margin-left: .25rem !important;
    margin-right: .25rem !important
  }

  .mx-xxl-2 {
    margin-left: .5rem !important;
    margin-right: .5rem !important
  }

  .mx-xxl-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important
  }

  .mx-xxl-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important
  }

  .mx-xxl-5 {
    margin-left: 3rem !important;
    margin-right: 3rem !important
  }

  .mx-xxl-auto {
    margin-left: auto !important;
    margin-right: auto !important
  }

  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important
  }

  .my-xxl-1 {
    margin-top: .25rem !important;
    margin-bottom: .25rem !important
  }

  .my-xxl-2 {
    margin-top: .5rem !important;
    margin-bottom: .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: .25rem !important
  }

  .mt-xxl-2 {
    margin-top: .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-left: 0 !important
  }

  .me-xxl-1 {
    margin-left: .25rem !important
  }

  .me-xxl-2 {
    margin-left: .5rem !important
  }

  .me-xxl-3 {
    margin-left: 1rem !important
  }

  .me-xxl-4 {
    margin-left: 1.5rem !important
  }

  .me-xxl-5 {
    margin-left: 3rem !important
  }

  .me-xxl-auto {
    margin-left: auto !important
  }

  .mb-xxl-0 {
    margin-bottom: 0 !important
  }

  .mb-xxl-1 {
    margin-bottom: .25rem !important
  }

  .mb-xxl-2 {
    margin-bottom: .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-right: 0 !important
  }

  .ms-xxl-1 {
    margin-right: .25rem !important
  }

  .ms-xxl-2 {
    margin-right: .5rem !important
  }

  .ms-xxl-3 {
    margin-right: 1rem !important
  }

  .ms-xxl-4 {
    margin-right: 1.5rem !important
  }

  .ms-xxl-5 {
    margin-right: 3rem !important
  }

  .ms-xxl-auto {
    margin-right: auto !important
  }

  .p-xxl-0 {
    padding: 0 !important
  }

  .p-xxl-1 {
    padding: .25rem !important
  }

  .p-xxl-2 {
    padding: .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-left: 0 !important;
    padding-right: 0 !important
  }

  .px-xxl-1 {
    padding-left: .25rem !important;
    padding-right: .25rem !important
  }

  .px-xxl-2 {
    padding-left: .5rem !important;
    padding-right: .5rem !important
  }

  .px-xxl-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important
  }

  .px-xxl-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important
  }

  .px-xxl-5 {
    padding-left: 3rem !important;
    padding-right: 3rem !important
  }

  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important
  }

  .py-xxl-1 {
    padding-top: .25rem !important;
    padding-bottom: .25rem !important
  }

  .py-xxl-2 {
    padding-top: .5rem !important;
    padding-bottom: .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: .25rem !important
  }

  .pt-xxl-2 {
    padding-top: .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-left: 0 !important
  }

  .pe-xxl-1 {
    padding-left: .25rem !important
  }

  .pe-xxl-2 {
    padding-left: .5rem !important
  }

  .pe-xxl-3 {
    padding-left: 1rem !important
  }

  .pe-xxl-4 {
    padding-left: 1.5rem !important
  }

  .pe-xxl-5 {
    padding-left: 3rem !important
  }

  .pb-xxl-0 {
    padding-bottom: 0 !important
  }

  .pb-xxl-1 {
    padding-bottom: .25rem !important
  }

  .pb-xxl-2 {
    padding-bottom: .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-right: 0 !important
  }

  .ps-xxl-1 {
    padding-right: .25rem !important
  }

  .ps-xxl-2 {
    padding-right: .5rem !important
  }

  .ps-xxl-3 {
    padding-right: 1rem !important
  }

  .ps-xxl-4 {
    padding-right: 1.5rem !important
  }

  .ps-xxl-5 {
    padding-right: 3rem !important
  }

  .gap-xxl-0 {
    gap: 0 !important
  }

  .gap-xxl-1 {
    gap: .25rem !important
  }

  .gap-xxl-2 {
    gap: .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: right !important
  }

  .text-xxl-end {
    text-align: left !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
  }
}


/**
* Swiper 9.3.2
* Most modern mobile touch slider and framework with hardware accelerated transitions
* https://swiperjs.com
*
* Copyright 2014-2023 Vladimir Kharlampidi
*
* Released under the MIT License
*
* Released on: May 15, 2023
*/

@font-face {
  font-family: swiper-icons;
  src: url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');
  font-weight: 400;
  font-style: normal
}

:root {
  --swiper-theme-color: #007aff
}

.swiper,
swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block
}

.swiper-vertical>.swiper-wrapper {
  flex-direction: column
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box
}

.swiper-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0)
}

.swiper-horizontal {
  touch-action: pan-y
}

.swiper-vertical {
  touch-action: pan-x
}

.swiper-slide,
swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block
}

.swiper-slide-invisible-blank {
  visibility: hidden
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d
}

.swiper-3d {
  perspective: 1200px
}

.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
  transform-style: preserve-3d
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, .15)
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-css-mode>.swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none
}

.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar {
  display: none
}

.swiper-css-mode>.swiper-wrapper>.swiper-slide {
  scroll-snap-align: start start
}

.swiper-horizontal.swiper-css-mode>.swiper-wrapper {
  scroll-snap-type: x mandatory
}

.swiper-vertical.swiper-css-mode>.swiper-wrapper {
  scroll-snap-type: y mandatory
}

.swiper-centered>.swiper-wrapper::before {
  content: '';
  flex-shrink: 0;
  order: 9999
}

.swiper-centered>.swiper-wrapper>.swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always
}

.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before)
}

.swiper-centered.swiper-horizontal>.swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after)
}

.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before)
}

.swiper-centered.swiper-vertical>.swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after)
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
swiper-container:not(.swiper-watch-progress) .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg)
  }

  100% {
    transform: rotate(360deg)
  }
}

.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0)
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size)
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size)
}

:root {
  --swiper-navigation-size: 44px
}

.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size)/ 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color))
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none
}

.swiper-button-next.swiper-button-hidden,
.swiper-button-prev.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none
}

.swiper-navigation-disabled .swiper-button-next,
.swiper-navigation-disabled .swiper-button-prev {
  display: none !important
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: 'prev'
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: 'next'
}

.swiper-button-lock {
  display: none
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: .3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0
}

.swiper-pagination-disabled>.swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(.33);
  position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(.33)
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, .2)
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer
}

.swiper-pagination-bullet:only-child {
  display: none !important
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color))
}

.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical>.swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0)
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: .2s transform, .2s top
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px)
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: .2s transform, .2s left
}

.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
:host(.swiper-horizontal.swiper-rtl) .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: .2s transform, .2s right
}

.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit)
}

.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, .25));
  position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top
}

.swiper-horizontal>.swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0
}

.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical>.swiper-pagination-progressbar {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0
}

.swiper-pagination-lock {
  display: none
}

.swiper-scrollbar {
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  -ms-touch-action: none;
  background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, .1))
}

.swiper-scrollbar-disabled>.swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important
}

.swiper-horizontal>.swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: var(--swiper-scrollbar-sides-offset, 1%);
  bottom: var(--swiper-scrollbar-bottom, 4px);
  top: var(--swiper-scrollbar-top, auto);
  z-index: 50;
  height: var(--swiper-scrollbar-size, 4px);
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%))
}

.swiper-scrollbar.swiper-scrollbar-vertical,
.swiper-vertical>.swiper-scrollbar {
  position: absolute;
  left: var(--swiper-scrollbar-left, auto);
  right: var(--swiper-scrollbar-right, 4px);
  top: var(--swiper-scrollbar-sides-offset, 1%);
  z-index: 50;
  width: var(--swiper-scrollbar-size, 4px);
  height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%))
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, .5));
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  left: 0;
  top: 0
}

.swiper-scrollbar-cursor-drag {
  cursor: move
}

.swiper-scrollbar-lock {
  display: none
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain
}

.swiper-slide-zoomed {
  cursor: move;
  touch-action: none
}

.swiper .swiper-notification,
swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000
}

.swiper-free-mode>.swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto
}

.swiper-grid>.swiper-wrapper {
  flex-wrap: wrap
}

.swiper-grid-column>.swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column
}

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none
}

.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto
}

.swiper-cube {
  overflow: visible
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none
}

.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-next+.swiper-slide,
.swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible
}

.swiper-cube .swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-right,
.swiper-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: .6;
  z-index: 0
}

.swiper-cube .swiper-cube-shadow:before {
  content: '';
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px)
}

.swiper-flip {
  overflow: visible
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto
}

.swiper-flip .swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-right,
.swiper-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height
}

.swiper-cards {
  overflow: visible
}

.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden
}

.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

.noUi-target {
  position: relative
}

.noUi-base,
.noUi-connects {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1
}

.noUi-connects {
  overflow: hidden;
  z-index: 0
}

.noUi-connect,
.noUi-origin {
  will-change: transform;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  -webkit-transform-style: preserve-3d;
  transform-origin: 0 0;
  transform-style: flat
}

.noUi-txt-dir-rtl.noUi-horizontal .noUi-origin {
  left: 0;
  right: auto
}

.noUi-vertical .noUi-origin {
  top: -100%;
  width: 0
}

.noUi-horizontal .noUi-origin {
  height: 0
}

.noUi-handle {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute
}

.noUi-touch-area {
  height: 100%;
  width: 100%
}

.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
  -webkit-transition: transform .3s;
  transition: transform .3s
}

.noUi-state-drag * {
  cursor: inherit !important
}

.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;
  bottom: -17px
}

.noUi-txt-dir-rtl.noUi-horizontal .noUi-handle {
  left: -17px;
  right: auto
}

.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
}

.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
}

.noUi-handle:after,
.noUi-handle:before {
  content: "";
  display: block;
  position: absolute;
  height: 14px;
  width: 1px;
  background: #E8E7E6;
  left: 14px;
  top: 6px
}

.noUi-handle:after {
  left: 17px
}

.noUi-vertical .noUi-handle:after,
.noUi-vertical .noUi-handle:before {
  width: 14px;
  height: 1px;
  left: 6px;
  top: 14px
}

.noUi-vertical .noUi-handle:after {
  top: 17px
}

[disabled] .noUi-connect {
  background: #B8B8B8
}

[disabled] .noUi-handle,
[disabled].noUi-handle,
[disabled].noUi-target {
  cursor: not-allowed
}

.noUi-pips,
.noUi-pips * {
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

.noUi-pips {
  position: absolute;
  color: #999
}

.noUi-value {
  position: absolute;
  white-space: nowrap;
  text-align: center
}

.noUi-value-sub {
  color: #ccc;
  font-size: 10px
}

.noUi-marker {
  position: absolute;
  background: #CCC
}

.noUi-marker-sub {
  background: #AAA
}

.noUi-marker-large {
  background: #AAA
}

.noUi-pips-horizontal {
  padding: 10px 0;
  height: 80px;
  top: 100%;
  left: 0;
  width: 100%
}

.noUi-value-horizontal {
  -webkit-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%)
}

.noUi-rtl .noUi-value-horizontal {
  -webkit-transform: translate(50%, 50%);
  transform: translate(50%, 50%)
}

.noUi-marker-horizontal.noUi-marker {
  margin-left: -1px;
  width: 2px;
  height: 5px
}

.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px
}

.noUi-marker-horizontal.noUi-marker-large {
  height: 15px
}

.noUi-pips-vertical {
  padding: 0 10px;
  height: 100%;
  top: 0;
  left: 100%
}

.noUi-value-vertical {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding-left: 25px
}

.noUi-rtl .noUi-value-vertical {
  -webkit-transform: translate(0, 50%);
  transform: translate(0, 50%)
}

.noUi-marker-vertical.noUi-marker {
  width: 5px;
  height: 2px;
  margin-top: -1px
}

.noUi-marker-vertical.noUi-marker-sub {
  width: 10px
}

.noUi-marker-vertical.noUi-marker-large {
  width: 15px
}

.noUi-tooltip {
  display: block;
  position: absolute;
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #fff;
  color: #000;
  padding: 5px;
  text-align: center;
  white-space: nowrap
}

.noUi-horizontal .noUi-tooltip {
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  left: 50%;
  bottom: 120%
}

.noUi-vertical .noUi-tooltip {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 50%;
  right: 120%
}

.noUi-horizontal .noUi-origin>.noUi-tooltip {
  -webkit-transform: translate(50%, 0);
  transform: translate(50%, 0);
  left: auto;
  bottom: 10px
}

.noUi-vertical .noUi-origin>.noUi-tooltip {
  -webkit-transform: translate(0, -18px);
  transform: translate(0, -18px);
  top: auto;
  right: 28px
}

.product,
.product-five .content,
.product-five .product-image,
.product-six,
.product-six .image,
.product-seven,
.product-eight .image,
.product-eight .content,
.product-thirteen-two .product-image,
.article figure,
.form-check,
.form-switch,
.product-two,
.article-three figure,
.options-box li i,
.nav-responsive-content ul li,
.table thead,
.table tbody tr,
.top-header,
.top-header-auth,
.top-header-auth-dropdown li a,
.top-header-four,
.top-header-seven,
.top-header-eleven-logo,
.top-header-sixteen .nav-header-cart>a span,
.nav-header-menu>li>a,
.nav-header-cart,
.nav-header-cart-dropdown ul li,
.nav-header-two .menu>li>a,
.nav-header-three .menu>li>a,
.amazing-offer .swiper-slide,
.top-products-tabs,
.detail-product .detail .full-info li,
.category-sidebar-box-items li,
.category-sort ul li label,
.amazing-offer-two-item .detail .info li,
.amazing-offer-three-item .detail,
.footer-four .footer-namad,
.footer-four-news-letter,
.new-articles-item,
.detail-blog-content blockquote,
.detail-product-three .detail-product-two-review .btn,
.detail-product-three .section-titr,
.amazing-offer-five-wrapper,
.category-products .top-category-item,
.category-products-two-item,
.category-products-two-item h2,
.amazing-offer-seven-item .progress-circle,
.slider-banners-ten .swiper-button-next,
.slider-banners-ten .swiper-button-prev,
.slider-banners-ten .swiper-pagination,
.amazing-offer-eight-item .detail .btns,
.top-products-six .nav-pills .nav-item,
.amazing-offer-nine .amazing-offer-seven-item .content,
.best-seller-products .section-heading-link,
.category-products-four .section-heading-link {
  position: relative;
}

.section-heading-two::after,
.product-image .discount,
.product-image .discount::after,
.product-image .date-discount,
.product .status,
.product-hover,
.product-six .image .offer,
.product-six .btn,
.product-seven .btn-danger-2,
.product-eight .image .offer,
.product-eight .btn-secondary,
.article figure .category-time,
.send-comment .form-group label,
.auth .form-group label,
.form-check-input,
.form-check-label::after,
.form-check-label::before,
.form-switch .form-check-label::before,
.product-two-detail .status,
.product-two-detail .offer,
.product-two-detail .btn,
.product-three .detail .offer,
.product-three .detail .btn,
.article-three figure .category,
#specifications ul li::after,
#comments::before,
.options-box li i::after,
.megamenu,
.megamenu::after,
.nav-responsive-content,
.article-four figure::after,
.article-five figure>a::after,
.article-six figure::after,
.table thead::after,
.table tbody tr td:first-child::before,
.table tbody tr td:first-child::after,
.article-seven figure a::before,
.article-seven .content .info::before,
.article-eight::before,
.article-eight .image::after,
.article-eight .content::before,
.article-sixteen figure::before,
.article-sixteen figure::after,
.top-header::after,
.top-header-search .btn,
.top-header-favorite span,
.top-header-auth-dropdown,
.top-header-auth-dropdown::after,
.top-header-auth-dropdown::before,
.top-header-two-search .btn,
.top-header-four .nav-header-cart>a span,
.top-header-four-logo,
.top-header-four-search form button,
.top-header-nine-logo,
.top-header-ten-logo::after,
.top-header-eleven-logo::before,
.top-header-eleven-logo::after,
.top-header-thirteen::after,
.top-header-fourteen::before,
.top-header-fiveteen .container::before,
.top-header-fiveteen .container::after,
.top-header-fiveteen .top-header-logo,
.top-header-sixteen .container::before,
.nav-header-cart>.btn span,
.nav-header-cart-dropdown,
.nav-header-cart-dropdown::after,
.nav-header-two .menu::before,
.nav-header-three .container::after,
.nav-header-five .menu::before,
.nav-header-five .menu>li>a::before,
.nav-header-eleven ul li a::before,
.nav-header-twelve::before,
.nav-header-twelve::after,
.nav-header-twelve .container::before,
.nav-header-fourteen .menu::before,
.amazing-offer::after,
.amazing-offer .section-heading .detail::before,
.amazing-offer-wrapper::after,
.amazing-offer-wrapper::before,
.amazing-offer .swiper-slide:not(:last-child)::after,
.top-products::before,
.top-products .container::before,
.top-products-tabs::after,
.top-seller-home .section-heading .detail::after,
.top-category-wrapper::before,
.top-category-wrapper::after,
.about-us-home-heading .title::after,
.new-article .heading .title::after,
.footer .container::after,
.footer-name-shop::after,
.detail-product-offer,
.detail-product-icons,
.detail-product .detail .full-info li:first-child::after,
.detail-product .detail .full-info li:not(:first-child)::after,
.detail-product .detail .full-info::after,
.detail-product .detail .full-info::before,
.detail-product .detail .count-price::after,
.detail-product .detail .count-price::before,
.detail-product .detail .options::before,
.detail-product-review-content::before,
.detail-product-review .btn,
.footer-two::before,
.footer-two-phone::after,
.category-sidebar-box-items li.has-child span,
.category-sidebar-box-items li.has-child span::after,
.category-sidebar-box-items li.has-child span::before,
.category-sort ul li label::after,
.category-sort ul li label::before,
.auth-wrapper::after,
.auth-wrapper::before,
.cart-wrapper::before,
.cart .time-send li input,
.cart .time-send li .content .send::after,
.cart .carrier-selection ul li label::after,
.blog .swiper::after,
.landing::after,
.amazing-offer-two .container::before,
.amazing-offer-two-item a,
.amazing-offer-two-item a:hover,
.amazing-offer-two-item a:focus,
.amazing-offer-two-item a:active,
.amazing-offer-two-item .detail .offer span,
.top-products-two-wrapper::after,
.top-sellers .section-heading .detail::after,
.top-sellers .swiper::after,
.about-us-home-two .container::after,
.news-letter .container::after,
.new-comments::after,
.new-comments-scroll,
.options-site ul li i::after,
.footer-three-namad::after,
.footer-three .footer-scroll-header,
.amazing-offer-three-wrapper::after,
.amazing-offer-three-wrapper::before,
.amazing-offer-three-timer,
.amazing-offer-three .swiper::after,
.amazing-offer-three-item .detail::before,
.top-products-three .container::after,
.top-sellers-two .swiper::before,
.footer-four .container::after,
.footer-four .footer-namad::after,
.footer-four-news-letter::after,
.amazing-offer-four::before,
.brands-two .brands-wrapper .title,
.new-articles .right::before,
.new-articles .right h3::after,
.new-articles-item::after,
.new-articles-item a,
.new-articles-item a:hover,
.new-articles-item a:focus,
.new-articles-item a:active,
.new-articles-item .detail,
.new-articles .swiper-button-next::before,
.detail-blog-content blockquote::before,
.detail-blog-related::after,
.detail-blog-related::before,
.detail-blog-related .heading h4::before,
.detail-blog-comments-wrapper::before,
.detail-blog .like-share,
.detail-product-two .gallery .icons,
.detail-product-two .gallery .rate,
.detail-product-two .gallery .offer,
.detail-product-two-review .container::after,
.detail-product-two-review .title::after,
.detail-product-three .count-comment-rate::after,
.detail-product-three .section-titr::after,
.landing-tow::after,
.amazing-offer-five .container::after,
.amazing-offer-five-wrapper .amazing-offer-two-item .detail::after,
.amazing-offer-five-slider::after,
.amazing-offer-five-slider::before,
.top-category-three-item::after,
.best-selling-products::after,
.best-selling-products::before,
.products-category-wrapper::after,
.products-category-title span::after,
.about-us-home-three::after,
.about-us-home-three-wrapper .content::after,
.about-us-home-three-wrapper .content img,
.top-category-four::after,
.new-products-category-title::after,
.new-products-category-title::before,
.top-seller-home-five.pattern::after,
.top-seller-home-five .container::before,
.footer-five-bottom::after,
.footer-six .footer-scroll-header,
.footer-six-bottom .container::before,
.buy-vip-right::after,
.buy-vip-left .timear::after,
.buy-vip-left .timear::before,
.category-products-title::after,
.category-products .top-category-item::after,
.about-us-home-six .content h3::after,
.amazing-offer-six .container::after,
.amazing-offer-six-wrapper::before,
.amazing-offer-six-wrapper::after,
.brands-four .brands-wrapper::after,
.brands-four .brands-wrapper::before,
.products-category-two .container::after,
.products-category-two .section-heading::after,
.products-category-two .section-heading::before,
.about-us-home-seven::before,
.about-us-home-seven .container::after,
.about-us-home-seven .content h2::after,
.category-products-two .container::after,
.category-products-two-title::after,
.category-products-two-item::after,
.landing-eight::before,
.landing-eight::after,
.amazing-offer-seven-wrapper::before,
.amazing-offer-seven-item::before,
.amazing-offer-seven-item .image,
.amazing-offer-seven-item .progress-circle::before,
.amazing-offer-seven-item .progress-circle::after,
.consol-game .section-heading .detail::before,
.ready-cases-item::before,
.ready-cases-item ul::before,
.ready-cases-item ul::after,
.category-products-three-item img,
.about-us-home-eight h2::after,
.new-articles-blog .right .title::before,
.new-articles-blog .right .title::after,
.footer-seven-top::before,
.footer-seven-address-namd-contact::before,
.footer-seven-address-namd-contact::after,
.footer-seven-contact::after,
.slider-banners-ten .swiper-bottom,
.price-day::after,
.price-day::before,
.price-day-item::before,
.price-day-item::after,
.top-products-five-tabs::before,
.price-day-girder .section-heading .detail::before,
.landing-eleven-item::before,
.best-sellers-eleven .section-heading .detail::before,
.banners-eleven::after,
.about-us-eleven .container::before,
.about-us-eleven .container::after,
.about-us-eleven .detail::before,
.banners-slider-home-twelve .carousel::before,
.amazing-offer-eight-wrapper::before,
.amazing-offer-eight-wrapper .right .timear,
.amazing-offer-eight-wrapper .left::before,
.amazing-offer-eight-wrapper .left::after,
.amazing-offer-eight-wrapper .left .swiper::before,
.amazing-offer-eight-wrapper .left .swiper::after,
.top-products-six .nav-pills .nav-item::before,
.top-products-six .nav-pills .nav-item::after,
.top-products-six-wrapper::before,
.top-products-six-wrapper::after,
.about-us-home-nine .container::after,
.about-us-home-nine h2::after,
.amazing-offer-nine .amazing-offer-seven-item::after,
.best-seller-products .section-heading .detail::before,
.category-products-four .section-heading .detail::before,
.best-seller-products .section-heading-link::after,
.category-products-four .section-heading-link::after,
.sale-ready-cases::before,
.sale-ready-cases-item::before,
.sale-ready-cases-item::after,
.sale-ready-cases-item ul::before,
.sale-ready-cases-item ul::after,
.about-us-home-ten::before,
.about-us-home-ten-box h2::after,
.category-products-four-item img,
.footer-thirteen .container::before,
.landing-thirteen::before,
.landing-thirteen::after,
.landing-thirteen-item .image img:last-child,
.amazing-offer-fourteen-wrapper::before,
.amazing-offer-fourteen .content::before,
.amazing-offer-fourteen .content::after,
.amazing-offer-fourteen-item .detail .images li::before,
.options-site-forteen-items li h2::before,
.new-products-fourteen .section-heading .detail::before,
.new-products-fourteen .section-heading .detail::after,
.about-us-fourteen .container::after,
.about-us-fourteen .content .title::after,
.landing-fiveteen::before,
.landing-fiveteen-wrapper::before,
.landing-fiveteen-wrapper::after,
.brands-fiveteen .brands-wrapper::before,
.amazing-offer-fiveteen-wrapper::before,
.amazing-offer-fiveteen-wrapper::after,
.best-selling-fiveteen .section-heading .detail::before,
.category-products-fiveteen .container::after,
.category-products-fiveteen .title::before,
.category-products-fiveteen-item::before,
.category-products-fiveteen-item::after,
.about-us-fiveteen-wrapper::after,
.landing-sixteen::before,
.landing-sixteen-item .image::before,
.landing-sixteen-item .image::after,
.amazing-offer-sixteen-wrapper .left::before,
.amazing-offer-sixteen-wrapper .left::after,
.amazing-offer-sixteen-wrapper .right::before,
.amazing-offer-sixteen-wrapper .right::after,
.amazing-offer-sixteen-item .image img:last-child,
.best-selling-sixteen::before,
.best-selling-sixteen .section-heading::after,
.best-selling-sixteen .section-heading .detail::before,
.categories-sixteen-title::before,
.about-us-sixteen::before,
.about-us-sixteen::after,
.about-us-sixteen-wrapper .content::before,
.about-us-sixteen-wrapper .title::after,
.new-article-sixteen-wrapper::before {
  position: absolute;
}

.product-hover,
.product-six .price,
.product-seven .price,
.product-eight .image:not(.full-width),
.product-ten .product-image,
.product-ten .add-to-cart,
.product-ten .add-to-cart span:first-child,
.product-thirteen-two .btns,
.product-thirteen-three .btns,
.article figure .category-time,
.product-three .detail .price-offer,
.colors-product ul li label,
.box-gallery-body ul li,
.top-header-four-search,
.top-header-sixteen .nav-header-cart>a,
.nav-header-cart-dropdown ul li,
.top-category-item i,
.amazing-offer-three-item,
.detail-blog-info ul li,
.detail-blog .like-share button,
.detail-product-two .gallery .icons,
.detail-product-two .gallery .rate,
.detail-product-three .gallery-images li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.product-image>a>img,
.product-six .image img,
.product-seven .image img,
.product-eight .image.full-width img,
.product-eight .price del,
.product-not .detail .icons-offer ul li a,
.pagination .page-item .page-next,
.pagination .page-item .page-prev,
.product-two-image img,
.product-three .image img,
.article-three figure img,
.article-three .date span,
.options-box li i,
.megamenu li a,
.nav-responsive-content-logo,
.nav-responsive-content ul li a,
.top-header-auth-dropdown li a,
.top-header-three-nav li a,
.top-header-nine-nav ul li a,
.top-header-twelve-nav li a,
.top-header-twelve .top-header-auth>a i,
.nav-header-menu>li>a,
.nav-header-cart>.btn,
.nav-header-two .menu>li>a,
.nav-header-three .menu>li>a,
.nav-header-four .menu>li>a,
.nav-header-five .menu>li>a,
.nav-header-six-wrapper .menu>li>a,
.nav-header-fourteen .menu li a,
.nav-header-fourteen .socials li a,
.amazing-offer-btn,
.top-category-item span,
.about-us-home-heading ul li a,
.footer-socials li a,
.detail-product .detail .full-info li:not(:first-child) span,
.detail-product .detail .full-info li:not(:first-child) a,
.footer-two-socials li a,
.landing-item .detail h5 span,
.landing-item .detail h2 span,
.amazing-offer-three-timer li span,
.footer-four .socials li a,
.footer-four-nav li a,
.detail-blog-info ul li span,
.detail-blog .like-share .socials li a,
.detail-product-two .gallery .origin-image img,
.detail-product-two .gallery .images li img,
.detail-product-two .info li span,
.detail-product-two .info li a,
.detail-product-two .timear li span,
.detail-product-three .gallery-origin img,
.detail-product-three .timear .title span,
.detail-product-three .timear ul li span,
.detail-product-three .info-product li span,
.buy-vip-left .timear li span,
.category-products .top-category-item,
.category-products-two-item img,
.amazing-offer-seven-item .price>span,
.footer-seven-socials li a,
.about-us-eleven .detail .socials li a,
.amazing-offer-eight-wrapper .right .timear li span,
.landing-thirteen-item .image img {
  display: block;
}

.product-hover,
.product-six .price,
.product-seven .price,
.product-eight .image:not(.full-width),
.product-ten .product-image,
.product-ten .add-to-cart,
.product-ten .add-to-cart span:first-child,
.product-thirteen-two .btns,
.product-thirteen-three .btns,
.article figure .category-time,
.product-three .detail .price-offer,
.colors-product ul li label,
.box-gallery-body ul li,
.top-header-four-search,
.top-header-sixteen .nav-header-cart>a,
.nav-header-cart-dropdown ul li,
.top-category-item i,
.amazing-offer-three-item,
.detail-blog-info ul li,
.detail-blog .like-share button,
.detail-product-two .gallery .icons,
.detail-product-two .gallery .rate,
.detail-product-three .gallery-images li {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.product-eight .image:not(.full-width),
.product-ten .product-image,
.product-ten .add-to-cart span:first-child,
.box-gallery-body ul li,
.top-header-four-search,
.top-category-item i,
.detail-product-three .gallery-images li {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.detail-product-two .gallery .icons,
.detail-product-two .gallery .rate {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.banner-box img,
.product,
.article figure,
.article figure img,
.product-three,
.article-three figure,
.article-four,
.article-four figure img,
.article-six figure::after,
.article-six figure img,
.article-seven figure img,
.article-seven .content,
.article-seven .content .info,
.article-eight::before,
.article-eight .image::after,
.article-eight .image img,
.article-eight .content,
.article-sixteen figure::before,
.article-sixteen figure img,
.article-sixteen .content,
.article-sixteen .content .info,
.top-header-auth-dropdown,
.top-header-auth-dropdown::after,
.slider-banner-home .carousel,
.slider-banner-home .carousel img,
.amazing-offer-wrapper,
.amazing-offer-wrapper::after,
.amazing-offer-wrapper::before,
.detail-product-review,
.cart-items>li,
.blog .swiper::after,
.blog .swiper img,
.news-letter .container::after,
.footer-three-description,
.amazing-offer-three-wrapper::after,
.detail-blog-info img,
.slider-home-two img,
.new-products-category-title,
.category-slider-banner .category,
.category-slider-banner .category ul,
.category-slider-banner .left .carousel-item img,
.amazing-offer-six .container::after,
.amazing-offer-six-item .image,
.category-products-two-item,
.amazing-offer-seven-item,
.amazing-offer-seven-item::before,
.slider-banners-ten-item img,
.banners-slider-home-twelve .carousel img,
.amazing-offer-eight-wrapper::before,
.about-us-home-ten-box,
.best-selling-sixteen .section-heading .detail::before,
.categories-sixteen-title::before,
.about-us-sixteen-wrapper .content::before {
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 35px;
}

.product-five,
.product-five .product-image,
.nav-header-cart-dropdown ul li,
.detail-product-info .gallery-image-item,
.cart .time-send li .content .send,
.cart .carrier-selection ul li label,
.slider-banner-home-two .banner-box img,
.brands-wrapper,
.banners-home-seven .row>div img,
.category-slider-banner .left .row>div img,
.ready-cases-item::before,
.price-day-item,
.amazing-offer-eight-wrapper .left .swiper::after,
.sale-ready-cases-item::before,
.sale-ready-cases-item::after {
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
}


a,
a:hover,
a:focus,
a:active,
*::after,
button,
.btn,
input,
.form-control,
.product-image>a>img,
.product-hover,
.product-five,
.product-eight .price,
.product-ten .add-to-cart span,
.product-thirteen-three .detail .price,
.form-check-label::before,
.form-switch .form-check-label::after,
.product-two,
.product-two .btn,
.product-three,
.product-three .detail .btn,
.article-three .date span,
.colors-product ul li label .name,
.box-gallery,
.megamenu,
.nav-responsive-content ul li i,
.nav-responsive-content ul li ul,
.top-header-auth-dropdown,
.top-header-four-search,
.top-header-four-search form,
.nav-header-cart-dropdown,
.top-products-tabs .nav-item .nav-link,
.top-category-item i,
.about-us-home-heading ul li a i,
.footer-socials li a i,
.footer-nav li a::before,
.detail-product-review-content,
.footer-two-nav li a::before,
.footer-two-socials li a i,
.category-sidebar-box-items li ul,
.category-sidebar-box-items li.has-child span::before,
.category-sort ul li label,
.category-sort ul li label::before,
.cart .time-send li .content .date,
.cart .time-send li .content .send,
.cart .time-send li .content .send::after,
.cart .carrier-selection ul li label,
.cart .carrier-selection ul li label::after,
.blog .swiper-pagination-bullet,
.landing .swiper-pagination-bullet,
.landing .swiper-button-next,
.landing .swiper-button-next::after,
.landing .swiper-button-prev,
.landing .swiper-button-prev::after,
.amazing-offer-two-item,
.swiper-slide-active .amazing-offer-three-item,
.detail-blog-related .swiper-slide,
.detail-product-two-review .content {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.nav-header-eleven ul li a img,
.nav-header-twelve ul li a img,
.landing-tow .title h4,
.landing-seven .swiper-slide .container>img,
.landing-seven .swiper-slide .container .content .brand img,
.landing-seven .swiper-slide .container .content .title h2,
.landing-seven .swiper-slide .container .content .link a,
.landing-eight .swiper-pagination-bullet,
.amazing-offer-seven-item .image,
.amazing-offer-seven-item .title h2,
.amazing-offer-seven-item .price-options>*,
.amazing-offer-seven-item .btns>*,
.ready-cases-item,
.ready-cases-item .btn,
.category-products-three-item,
.slider-banners-ten .swiper-pagination-bullet,
.price-day-item,
.landing-eleven-item img,
.landing-eleven-item .sup-title .subsli5t,
.landing-eleven-item .title .tisli5t,
.landing-eleven-item .btn,
.banners-slider-home-twelve .carousel-indicators button,
.amazing-offer-eight-item .image img,
.amazing-offer-eight-item .detail h2 span,
.amazing-offer-eight-item .detail ul,
.amazing-offer-eight-item .detail .price,
.amazing-offer-eight-item .detail .btns,
.sale-ready-cases-item,
.sale-ready-cases-item .btn,
.category-products-four-item img,
.landing-thirteen-item .image img,
.landing-thirteen-item .detail .title .slidd6st,
.landing-thirteen-item .detail .btn,
.landing-thirteen .swiper-pagination-bullet,
.landing-fourteen .slidd6st a,
.landing-fourteen .image img,
.landing-fourteen .swiper-pagination-bullet,
.amazing-offer-fourteen-item>img,
.amazing-offer-fourteen-item .detail .title h2,
.amazing-offer-fourteen-item .detail .options ul,
.amazing-offer-fourteen-item .detail .price,
.amazing-offer-fourteen-item .detail .btn,
.amazing-offer-fourteen-item .detail .images,
.landing-fiveteen-wrapper .image img,
.landing-fiveteen-wrapper .detail .sup-title .subsli7t,
.landing-fiveteen-wrapper .detail .title .sli7t,
.landing-fiveteen-wrapper .detail .btn,
.landing-fiveteen .swiper-pagination-bullet,
.amazing-offer-fiveteen-item .image img,
.amazing-offer-fiveteen-item .detail .title h2,
.amazing-offer-fiveteen-item .detail .options ul,
.amazing-offer-fiveteen-item .detail .offer,
.amazing-offer-fiveteen-item .detail .price,
.amazing-offer-fiveteen-item .detail .btn,
.landing-sixteen-item .image img,
.landing-sixteen-item .sup-title .subsli8t,
.landing-sixteen-item .title .sli8t,
.landing-sixteen-item .btn,
.landing-sixteen .swiper-pagination-bullet,
.amazing-offer-sixteen-item .image,
.amazing-offer-sixteen-item .title h2,
.amazing-offer-sixteen-item ul,
.amazing-offer-sixteen-item .offer>div,
.amazing-offer-sixteen-item .price>div,
.amazing-offer-sixteen-item .btn {
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.product-image .discount::after,
.box-gallery,
.nav-responsive,
.nav-responsive-backdrop,
.article-five figure>a::after,
.article-sixteen figure::before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  list-style: none;
}

ul,
ol {
  padding: 0;
  margin: 0;
}

img,
video,
svg,
i {
  vertical-align: middle;
  display: inline-block;
}

img {
  max-width: 100%;
  height: auto;
}

a,
a:hover,
a:focus,
a:active {
  text-decoration: none;
}

a:hover,
a:focus,
a:active {
  color: inherit;
}

button,
select {
  cursor: pointer;
}

i {
  color: inherit;
}

.app {
  overflow: hidden;
}

a,
a:hover,
a:focus,
a:active,
a:hover,
a:active,
a:focus {
  color: inherit;
}

html {
  overflow-x: hidden;
}

body {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-align: right;
  direction: rtl;
  background-color: #fff;
  color: #212341;
}

body.dark {
  background-color: #121320;
}


.radius-15 {
  -webkit-border-radius: 15px !important;
  -moz-border-radius: 15px !important;
  border-radius: 15px !important;
}

.text-warning {
  color: #ffb035 !important;
}

textarea {
  resize: none;
}

.form-control,
.form-control:focus {
  background-color: #f8f9fb;
  border-color: #f8f9fb;
}

.form-control,
.form-control:focus {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  outline: none !important;
  z-index: 1 !important;
}

select.form-control {
  background: #f8f9fb url("./../images/arrow-select.svg") left 17px center no-repeat;
  -webkit-background-size: 11px 6px;
  -moz-background-size: 11px 6px;
  -o-background-size: 11px 6px;
  background-size: 11px 6px;
}

button {
  border: none;
  outline: none;
  background-color: transparent;
}

.input-group> :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin: 0 -1px 0 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-border-top-left-radius: 6px;
  -moz-border-radius-topleft: 6px;
  border-top-left-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  border-bottom-left-radius: 6px;
}

.input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n + 3),
.input-group:not(.has-validation)> :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu) {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-border-top-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -moz-border-radius-bottomright: 6px;
  border-bottom-right-radius: 6px;
}

.btn {
  border: none;
  font-size: 14px;
}

.btn,
.btn:focus,
.btn:active,
.btn:hover,
.btn:active:focus,
.btn.show:focus {
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.btn-primary {
  background-color: #212341;
  color: #fff;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
  background-color: #2f325c;
}

.btn-success {
  background-color: #49be78;
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active {
  background-color: #3aa465;
}

.btn-success-2 {
  background-color: #67b930;
  -webkit-box-shadow: 0 10px 35px rgba(103, 185, 48, 0.25);
  -moz-box-shadow: 0 10px 35px rgba(103, 185, 48, 0.25);
  box-shadow: 0 10px 35px rgba(103, 185, 48, 0.25);
  color: #fff;
}

.btn-success-2:hover,
.btn-success-2:focus,
.btn-success-2:active {
  background-color: #559928;
  color: #fff;
}

.btn-success-3 {
  background-color: #00867d;
  color: #fff;
}

.btn-success-3:hover,
.btn-success-3:focus,
.btn-success-3:active {
  background-color: #005d57;
  color: #fff;
}

.btn-success-4 {
  background-color: #00ff93;
  color: #121320;
}

.btn-success-4:hover,
.btn-success-4:focus,
.btn-success-4:active {
  background-color: #00d67b;
  color: #121320;
}

.btn-secondary {
  background-color: #f8f9fb;
  color: #232323;
}

.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active {
  background-color: #dee3ec;
  color: #232323;
}

.btn-secondary-2 {
  background-color: #939aa4;
  color: #fff;
}

.btn-secondary-2:hover,
.btn-secondary-2:focus,
.btn-secondary-2:active {
  background-color: #7d8591;
  color: #fff;
}

.btn-dark {
  background-color: #232323;
}

.btn-dark:hover,
.btn-dark:focus,
.btn-dark:active {
  background-color: #373737;
}

.btn-danger {
  background-color: #ee273a;
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active {
  background-color: #db1124;
}

.btn-danger-2 {
  background-color: #ee232b;
  color: #fff;
}

.btn-danger-2:hover,
.btn-danger-2:focus,
.btn-danger-2:active {
  background-color: #d81118;
  color: #fff;
}

.btn-danger-3 {
  background-color: #eb2856;
  color: #fff;
}

.btn-danger-3:hover,
.btn-danger-3:focus,
.btn-danger-3:active {
  background-color: #d61442;
  color: #fff;
}

.btn-warning {
  background-color: #ffb035;
  color: #fff;
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active {
  background-color: #ffa00c;
  color: #fff;
}

.btn-warning-2 {
  background-color: #fed844;
  color: #212341;
}

.btn-warning-2:hover,
.btn-warning-2:focus,
.btn-warning-2:active {
  background-color: #fed01b;
  color: #212341;
}

.btn-light {
  background-color: #fff;
  color: #2d365d;
  -webkit-box-shadow: 0 3px 20px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 3px 20px rgba(0, 0, 0, 0.08);
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.08);
}

.btn-light:hover,
.btn-light:focus,
.btn-light:active {
  background-color: #ebebeb;
  color: #2d365d;
}

.btn-purple {
  background-color: #4324a6;
  color: #fff;
  -webkit-box-shadow: 0 10px 25px rgba(67, 36, 166, 0.25);
  -moz-box-shadow: 0 10px 25px rgba(67, 36, 166, 0.25);
  box-shadow: 0 10px 25px rgba(67, 36, 166, 0.25);
}

.btn-purple:hover,
.btn-purple:focus,
.btn-purple:active {
  background-color: #351d84;
  color: #fff;
}

.btn-gold {
  background-color: #c9a781;
  color: #fff;
}

.btn-gold:hover,
.btn-gold:focus,
.btn-gold:active {
  background-color: #bd9364;
  color: #fff;
}

.btn-outline-dark {
  background-color: transparent;
  border: 2px solid #212341;
  color: #2d365d;
  padding: 5px 24px;
}

.btn-outline-dark:hover,
.btn-outline-dark:focus,
.btn-outline-dark:active {
  background-color: #212341;
  color: #fff;
}

.btn-outline-light {
  border: 2px solid #fff;
  color: #fff;
}

@media only screen and (max-width: 767px) {
  .banner-box img {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
  }
}

.headkaveh {
  font-size: 24px;
  font-weight: 300;
  color: #212341;
  line-height: 25px;
}

.section-heading-title {
  font-size: 24px;
  font-weight: 300;
  color: #212341;
  line-height: 25px;
}

.section-heading-title b {
  font-weight: 900;
  color: #ee273a;
}

.section-heading-sub-title {
  font-size: 16px;
  font-weight: 300;
  line-height: 25px;
  color: #939aa4;
}

.section-heading-link {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  font-size: 13px;
  font-weight: 500;
  padding: 5.75px 25.43px;
  line-height: 20px;
}

@media only screen and (max-width: 575px) {
  .section-heading-link {
    margin-top: 20px;
  }
}

.section-heading-two {
  padding: 15px 40px 15px 0;
}

.section-heading-two::after {
  content: "";
  top: 0;
  right: 0;
  width: 75%;
  height: 100%;
  background-image: -webkit-gradient(linear, right top, left top, from(#fff9eb), to(#fff));
  background-image: -webkit-linear-gradient(right, #fff9eb, #fff);
  background-image: -moz-linear-gradient(right, #fff9eb, #fff);
  background-image: -o-linear-gradient(right, #fff9eb, #fff);
  background-image: linear-gradient(to left, #fff9eb, #fff);
  z-index: -1;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
}

@media only screen and (max-width: 575px) {
  .section-heading-two {
    padding-right: 12px;
  }

  .section-heading-two::after {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
  }
}

.section-heading-two .detail {
  padding-right: 53px;
}

.section-heading-two .detail i {
  font-size: 31px;
  color: #000;
}

.section-heading-two .detail .section-heading-sub-title {
  color: #212341;
}

.swiper {
  overflow: unset;
  position: unset;
}

.swiper-shadow .swiper-slide-active .product {
  -webkit-box-shadow: -25px 10px 50px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: -25px 10px 50px rgba(0, 0, 0, 0.1);
  box-shadow: -25px 10px 50px rgba(0, 0, 0, 0.1);
}

.swiper-shadow .swiper-slide-active .product-five {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.swiper-shadow .swiper-slide-active .product-five .product-image {
  -webkit-box-shadow: -30px 10px 50px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: -30px 10px 50px rgba(0, 0, 0, 0.1);
  box-shadow: -30px 10px 50px rgba(0, 0, 0, 0.1);
}

.swiper-shadow .swiper-slide-active .product-eight .image {
  -webkit-box-shadow: -28px 10px 50px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: -28px 10px 50px rgba(0, 0, 0, 0.08);
  box-shadow: -28px 10px 50px rgba(0, 0, 0, 0.08);
}

.swiper-shadow .swiper-slide-next+div+div .product {
  -webkit-box-shadow: 25px 10px 50px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 25px 10px 50px rgba(0, 0, 0, 0.1);
  box-shadow: 25px 10px 50px rgba(0, 0, 0, 0.1);
}

.swiper-shadow .swiper-slide-next+div+div .product-five {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.swiper-shadow .swiper-slide-next+div+div .product-five .product-image {
  -webkit-box-shadow: 30px 10px 50px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 30px 10px 50px rgba(0, 0, 0, 0.1);
  box-shadow: 30px 10px 50px rgba(0, 0, 0, 0.1);
}

.swiper-shadow .swiper-slide-next+div+div .product-eight .image {
  -webkit-box-shadow: 28px 10px 50px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 28px 10px 50px rgba(0, 0, 0, 0.08);
  box-shadow: 28px 10px 50px rgba(0, 0, 0, 0.08);
}

.swiper-shadow .swiper-slide-next+div+div+div .product {
  -webkit-box-shadow: -50px 10px 50px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: -50px 10px 50px rgba(0, 0, 0, 0.1);
  box-shadow: -50px 10px 50px rgba(0, 0, 0, 0.1);
}

.swiper-shadow .swiper-slide-next+div+div+div .product-five {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.swiper-shadow .swiper-slide-next+div+div+div .product-five .product-image {
  -webkit-box-shadow: -50px 10px 50px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: -50px 10px 50px rgba(0, 0, 0, 0.1);
  box-shadow: -50px 10px 50px rgba(0, 0, 0, 0.1);
}

.swiper-shadow .swiper-slide-next+div+div+div .product-eight .image {
  -webkit-box-shadow: -50px 10px 50px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: -50px 10px 50px rgba(0, 0, 0, 0.08);
  box-shadow: -50px 10px 50px rgba(0, 0, 0, 0.08);
}

.swiper-shadow .swiper-slide-prev .product {
  -webkit-box-shadow: 50px 10px 50px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 50px 10px 50px rgba(0, 0, 0, 0.1);
  box-shadow: 50px 10px 50px rgba(0, 0, 0, 0.1);
}

.swiper-shadow .swiper-slide-prev .product-five {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.swiper-shadow .swiper-slide-prev .product-five .product-image {
  -webkit-box-shadow: 50px 10px 50px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 50px 10px 50px rgba(0, 0, 0, 0.1);
  box-shadow: 50px 10px 50px rgba(0, 0, 0, 0.1);
}

.swiper-shadow .swiper-slide-prev .product-eight .image {
  -webkit-box-shadow: 50px 10px 50px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 50px 10px 50px rgba(0, 0, 0, 0.08);
  box-shadow: 50px 10px 50px rgba(0, 0, 0, 0.08);
}

@media only screen and (max-width: 991px) {
  .swiper-shadow .swiper-slide-next+div .product {
    -webkit-box-shadow: 25px 10px 50px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 25px 10px 50px rgba(0, 0, 0, 0.1);
    box-shadow: 25px 10px 50px rgba(0, 0, 0, 0.1);
  }

  .swiper-shadow .swiper-slide-next+div .product-five {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }

  .swiper-shadow .swiper-slide-next+div .product-five .product-image {
    -webkit-box-shadow: 30px 10px 50px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 30px 10px 50px rgba(0, 0, 0, 0.1);
    box-shadow: 30px 10px 50px rgba(0, 0, 0, 0.1);
  }

  .swiper-shadow .swiper-slide-next+div .product-eight .image {
    -webkit-box-shadow: 28px 10px 50px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 28px 10px 50px rgba(0, 0, 0, 0.08);
    box-shadow: 28px 10px 50px rgba(0, 0, 0, 0.08);
  }

  .swiper-shadow .swiper-slide-next+div+div .product {
    -webkit-box-shadow: -50px 10px 50px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: -50px 10px 50px rgba(0, 0, 0, 0.1);
    box-shadow: -50px 10px 50px rgba(0, 0, 0, 0.1);
  }

  .swiper-shadow .swiper-slide-next+div+div .product-five {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }

  .swiper-shadow .swiper-slide-next+div+div .product-five .product-image {
    -webkit-box-shadow: -50px 10px 50px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: -50px 10px 50px rgba(0, 0, 0, 0.1);
    box-shadow: -50px 10px 50px rgba(0, 0, 0, 0.1);
  }

  .swiper-shadow .swiper-slide-next+div+div .product-eight .image {
    -webkit-box-shadow: -50px 10px 50px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: -50px 10px 50px rgba(0, 0, 0, 0.08);
    box-shadow: -50px 10px 50px rgba(0, 0, 0, 0.08);
  }
}

@media only screen and (max-width: 767px) {
  .swiper-shadow .swiper-slide-next .product {
    -webkit-box-shadow: 25px 10px 50px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 25px 10px 50px rgba(0, 0, 0, 0.1);
    box-shadow: 25px 10px 50px rgba(0, 0, 0, 0.1);
  }

  .swiper-shadow .swiper-slide-next .product-five {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }

  .swiper-shadow .swiper-slide-next .product-five .product-image {
    -webkit-box-shadow: 30px 10px 50px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 30px 10px 50px rgba(0, 0, 0, 0.1);
    box-shadow: 30px 10px 50px rgba(0, 0, 0, 0.1);
  }

  .swiper-shadow .swiper-slide-next .product-eight .image {
    -webkit-box-shadow: 28px 10px 50px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 28px 10px 50px rgba(0, 0, 0, 0.08);
    box-shadow: 28px 10px 50px rgba(0, 0, 0, 0.08);
  }

  .swiper-shadow .swiper-slide-next+div .product {
    -webkit-box-shadow: -50px 10px 50px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: -50px 10px 50px rgba(0, 0, 0, 0.1);
    box-shadow: -50px 10px 50px rgba(0, 0, 0, 0.1);
  }

  .swiper-shadow .swiper-slide-next+div .product-five {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }

  .swiper-shadow .swiper-slide-next+div .product-five .product-image {
    -webkit-box-shadow: -50px 10px 50px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: -50px 10px 50px rgba(0, 0, 0, 0.1);
    box-shadow: -50px 10px 50px rgba(0, 0, 0, 0.1);
  }

  .swiper-shadow .swiper-slide-next+div .product-eight .image {
    -webkit-box-shadow: -50px 10px 50px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: -50px 10px 50px rgba(0, 0, 0, 0.08);
    box-shadow: -50px 10px 50px rgba(0, 0, 0, 0.08);
  }
}

@media only screen and (max-width: 499px) {
  .swiper-shadow .swiper-slide-active .product {
    -webkit-box-shadow: 0 10px 50px -20px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 10px 50px -20px rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 50px -20px rgba(0, 0, 0, 0.1);
  }

  .swiper-shadow .swiper-slide-active .product-five {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }

  .swiper-shadow .swiper-slide-active .product-five .product-image {
    -webkit-box-shadow: 0 10px 50px -20px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 10px 50px -20px rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 50px -20px rgba(0, 0, 0, 0.1);
  }

  .swiper-shadow .swiper-slide-active .product-eight .image {
    -webkit-box-shadow: 0 10px 50px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0 10px 50px rgba(0, 0, 0, 0.08);
    box-shadow: 0 10px 50px rgba(0, 0, 0, 0.08);
  }

  .swiper-shadow .swiper-slide-next .product {
    -webkit-box-shadow: -50px 10px 50px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: -50px 10px 50px rgba(0, 0, 0, 0.1);
    box-shadow: -50px 10px 50px rgba(0, 0, 0, 0.1);
  }

  .swiper-shadow .swiper-slide-next .product-five {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }

  .swiper-shadow .swiper-slide-next .product-five .product-image {
    -webkit-box-shadow: -50px 10px 50px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: -50px 10px 50px rgba(0, 0, 0, 0.1);
    box-shadow: -50px 10px 50px rgba(0, 0, 0, 0.1);
  }

  .swiper-shadow .swiper-slide-next .product-eight .image {
    -webkit-box-shadow: -50px 10px 50px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: -50px 10px 50px rgba(0, 0, 0, 0.08);
    box-shadow: -50px 10px 50px rgba(0, 0, 0, 0.08);
  }
}

.product {
  background-color: #fff;
  -webkit-box-shadow: 0 10px 50px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 10px 50px rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 50px rgba(0, 0, 0, 0.1);
}

.product-image {
  padding-top: 54px;
}

.product-image .discount {
  top: -10px;
  left: 0;
  z-index: 2;
  width: 55px;
  height: 35px;
  text-align: center;
  line-height: 28px;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
}

.product-image .discount::after {
  content: "";
  -webkit-mask: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADcAAAAjCAMAAAAHQmL5AAAASFBMVEUAAADuJjnuJjnuJjntJjnuJjnvJTnvJjjwJDjzJTjuJjnuJjnuJjjuIjnuJjruJjnuJjnuJjjwJznxIzbtJDftJjruJjnuJzqLAPZEAAAAF3RSTlMA5t/M2Z1vS0EUvZJdHevTs1MxIw73h4zLlc8AAACbSURBVDjLndNJDoMwEETRas9gM5P0/W8axRKK2ER0/f1bflzl6EX/Jz5m3Guiz3Ibfg2jPm89L7aLWgoHetOsttzQXVBr/suS2tsACOEWICvTjki5NwLlRsyUc1CqF+mEdJ50lXSFcwGca5zzoFz/j2AHGLeeIJzLgNWJrwW4uzGVCZa6it2YXQIY10C5CsoFcK5wbgFXIt3AsQ+lsXOGCrtOogAAAABJRU5ErkJggg==) 0 0/100% 100%;
  mask: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADcAAAAjCAMAAAAHQmL5AAAASFBMVEUAAADuJjnuJjnuJjntJjnuJjnvJTnvJjjwJDjzJTjuJjnuJjnuJjjuIjnuJjruJjnuJjnuJjjwJznxIzbtJDftJjruJjnuJzqLAPZEAAAAF3RSTlMA5t/M2Z1vS0EUvZJdHevTs1MxIw73h4zLlc8AAACbSURBVDjLndNJDoMwEETRas9gM5P0/W8axRKK2ER0/f1bflzl6EX/Jz5m3Guiz3Ibfg2jPm89L7aLWgoHetOsttzQXVBr/suS2tsACOEWICvTjki5NwLlRsyUc1CqF+mEdJ50lXSFcwGca5zzoFz/j2AHGLeeIJzLgNWJrwW4uzGVCZa6it2YXQIY10C5CsoFcK5wbgFXIt3AsQ+lsXOGCrtOogAAAABJRU5ErkJggg==) 0 0/100% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  z-index: -1;
  background-color: #ee273a;
}

.product-image>a>img {
  max-width: 200px;
  width: 100%;
  margin: 0 auto;
}

.product-image .date-discount {
  -webkit-border-radius: 0 50px 50px;
  -moz-border-radius: 0 50px 50px;
  border-radius: 0 50px 50px;
  background-color: #fff3f0;
  width: 85px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  color: #ff8a66;
  top: 18px;
  left: 0;
}

.product-image .status {
  top: 16px;
  right: 15px;
}

.product .detail {
  padding: 0 28px 18px;
}

.product .detail h2 {
  margin: 42px 0 auto;
  line-height: 22px;
  height: 44px;
  overflow: hidden;
}

.product .detail h2 a {
  font-size: 14px;
  font-weight: 500;
  color: #2d365d;
  display: inline-block;
}

.product .detail h2 a:hover {
  color: #ee273a;
}

.product .detail .offer {
  color: #ee232b;
  font-size: 16px;
  font-weight: 300;
  line-height: 25px;
  -webkit-text-decoration: line-through #707070;
  -moz-text-decoration: line-through #707070;
  text-decoration: line-through #707070;
  margin-top: 22px;
}

.product .detail .price {
  font-size: 18px;
  font-weight: 700;
  color: #49be78;
  line-height: 26px;
}

.product .detail .price span {
  font-weight: 300;
  font-size: 14px;
  line-height: 22px;
  margin-right: 6px;
  color: #232323;
}

.product .status {
  background-color: #fff3f0;
  color: #ff8a66;
  font-size: 14px;
  font-weight: 300;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  width: 66px;
  height: 25px;
  line-height: 25px;
  text-align: center;
}

.product .status.success {
  background-color: #edf5e6;
  color: #67b930;
}

.product-hover {
  background-color: #fff;
  right: 0;
  bottom: 0;
  padding: 20px 22px;
  opacity: 0;
  visibility: hidden;
  -webkit-border-radius: 0 0 35px;
  -moz-border-radius: 0 0 35px;
  border-radius: 0 0 35px;
  width: 100%;
  -webkit-border-radius: 0 0 35px 35px;
  -moz-border-radius: 0 0 35px 35px;
  border-radius: 0 0 35px 35px;
}

.product-hover .btn:first-child {
  font-size: 14px;
  font-weight: 300;
  padding: 7px 19px;
  margin-left: 8px;
}

.product-hover .btn:last-child {
  padding: 0;
  width: 35px;
  height: 35px;
  line-height: 35px;
  font-size: 15px;
  color: #2d365d;
}

.product:hover .product-image>a>img {
  -webkit-filter: blur(6px);
  filter: blur(6px);
}

.product:hover .product-hover {
  opacity: 1;
  visibility: visible;
}

.product-four {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.product-four .product-image .discount {
  background: #ee232b;
  width: 45px;
  top: -10px;
  left: 17px;
  line-height: 35px;
}

.product-five {
  background-color: #f8f9fb;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.product-five .content {
  padding: 30px 18px 12px;
}

.product-five .content .price {
  font-weight: 300;
  color: #232323;
  line-height: 22px;
}

.product-five .content .price del {
  font-weight: 300;
  color: #ee232b;
  font-size: 16px;
  -webkit-text-decoration-color: #707070;
  -moz-text-decoration-color: #707070;
  text-decoration-color: #707070;
  line-height: 25px;
}

.product-five .content .price span {
  font-size: 20px;
  font-weight: 900;
  line-height: 32px;
  color: #49be78;
  margin: 0 10px 0 6px;
}

.product-five .content .product-hover {
  padding: 4px 16px 14px;
  background-color: #f8f9fb;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.product-five .product-image {
  padding: 52px 33px 51px;
  background-color: #fff;
  -webkit-box-shadow: 0 10px 50px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 10px 50px rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 50px rgba(0, 0, 0, 0.1);
  margin: 0 -1px -1px;
}

.product-five .product-image .discount {
  top: 0;
}

.product-five:hover,
.product-five:hover .content .product-hover {
  background-color: #212341;
}

.product-five:hover .content h2 a {
  color: #fff;
}

.product-five:hover .content h2 a:hover {
  color: #ee273a;
}

.product-five:hover .product-image a>img {
  -webkit-filter: unset;
  filter: unset;
}

.product-six {
  background-color: #fff;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  border: 1px solid #f5f3fc;
  padding: 39px 25px 29px;
}

.product-six .image {
  margin-bottom: 35px;
}

.product-six .image img {
  height: 213px;
  max-height: 213px;
  margin: 0 auto;
}

.product-six .image .offer {
  width: 40px;
  height: 38px;
  background: url("./../images/polygon-4.png") 0 0 no-repeat;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  line-height: 42px;
  text-align: center;
  top: -28px;
  right: -7px;
}

.product-six h2 {
  text-align: center;
  margin-bottom: 40px;
}

.product-six .price {
  background-color: #00867d;
  -webkit-border-radius: 0 15px;
  -moz-border-radius: 0 15px;
  border-radius: 0 15px;
  color: #fff;
  font-size: 13px;
  font-weight: 300;
  line-height: 30px;
  height: 30px;
  padding: 0 4px;
}

.product-six .price del {
  font-size: 16px;
  font-weight: 300;
  background-color: #212341;
  -webkit-border-radius: 0 15px 0 0;
  -moz-border-radius: 0 15px 0 0;
  border-radius: 0 15px 0 0;
  padding: 0 11px 0 13px;
  margin-right: -4px;
  height: 30px;
}

.product-six .price span {
  line-height: 24px;
  font-size: 16px;
  font-weight: 900;
}

.product-six .price ins {
  white-space: nowrap;
}

.product-six .btn {
  bottom: 0;
  font-size: 13px;
  font-weight: 300;
  -webkit-border-radius: 0 15px;
  -moz-border-radius: 0 15px;
  border-radius: 0 15px;
  bottom: 29px;
  left: 25px;
  max-width: -webkit-calc(100% - 50px);
  max-width: -moz-calc(100% - 50px);
  max-width: calc(100% - 50px);
  width: 100%;
  opacity: 0;
}

.product-six:hover .btn {
  opacity: 1;
}

.product-seven {
  -webkit-border-radius: 23px;
  -moz-border-radius: 23px;
  border-radius: 23px;
  background-color: #fff;
  border: 1px solid #f5f3fc;
  padding: 30px 23px 18px;
}

.product-seven h2 {
  text-align: center;
  margin-bottom: 24px;
}

.product-seven .image {
  margin-bottom: 24px;
}

.product-seven .image img {
  height: 213px;
  margin: 0 auto;
}

.product-seven .price {
  border: 1px solid #ee232b;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  padding: 1px 17px 0;
  font-size: 13px;
  font-weight: 300;
  color: #ee232b;
  line-height: 21px;
  margin: auto 0 8px;
  position: relative;
  bottom: 28px;
}

.product-seven .price del {
  font-size: 16px;
  font-weight: 300;
  color: #212341;
  line-height: 25px;
  margin-left: 20px;
}

.product-seven .price span {
  font-size: 24px;
  font-weight: 900;
  line-height: 37px;
  margin: 0 auto 0 6px;
}

.product-seven .offer {
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  width: 55px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #fff;
  background-color: #212341;
  font-size: 16px;
  font-weight: bold;
}

.product-seven .btn-danger-2 {
  max-width: -webkit-calc(100% - 46px);
  max-width: -moz-calc(100% - 46px);
  max-width: calc(100% - 46px);
  width: 100%;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  bottom: 54px;
  padding: 10px 12px;
  font-size: 13px;
  font-weight: 300;
  line-height: 20px;
  opacity: 0;
}

.product-seven:hover .btn-danger-2 {
  opacity: 1;
}

.product-seven:hover .btn-success-2 {
  background-color: #fff;
  color: #67b930;
}

@media only screen and (max-width: 1399px) {
  .product-seven {
    padding: 30px 15px 18px;
  }

  .product-seven .btn-danger-2 {
    max-width: -webkit-calc(100% - 30px);
    max-width: -moz-calc(100% - 30px);
    max-width: calc(100% - 30px);
  }
}

@media only screen and (max-width: 1199px) {
  .product-seven .price {
    font-size: 12px;
    padding: 1px 8px 0;
  }

  .product-seven .price del {
    font-size: 14px;
    margin-left: 12px;
  }

  .product-seven .price span {
    font-size: 20px;
  }
}

.product-eight .image {
  margin-bottom: 23px;
  -webkit-border-radius: 35px 35px 35px 0;
  -moz-border-radius: 35px 35px 35px 0;
  border-radius: 35px 35px 35px 0;
  background-color: #fff;
  overflow: hidden;
  -webkit-box-shadow: 0 10px 50px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 10px 50px rgba(0, 0, 0, 0.08);
  box-shadow: 0 10px 50px rgba(0, 0, 0, 0.08);
}

.product-eight .image:not(.full-width) {
  min-height: 268px;
}

.product-eight .image:not(.full-width) img {
  max-height: 204px;
}

.product-eight .image.full-width img {
  width: 100%;
}

.product-eight .image .offer {
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  background-color: #ee232b;
  text-align: center;
  color: #fff;
  top: 15px;
  right: 15px;
  width: 55px;
  height: 30px;
  line-height: 30px;
}

.product-eight .image .offer.warning {
  background-color: #ffb035;
}

.product-eight h2 {
  margin-bottom: 21px;
}

.product-eight .price {
  font-size: 13px;
  font-weight: 300;
  color: #939aa4;
  line-height: 21px;
}

.product-eight .price del {
  font-size: 16px;
  font-weight: 300;
  color: #212341;
  line-height: 25px;
}

.product-eight .price span {
  font-size: 18px;
  font-weight: 900;
  color: #49be78;
  line-height: 26px;
  margin-left: 2px;
}

.product-eight .content {
  padding: 0 7px 12px;
}

.product-eight .btn-secondary {
  bottom: 16px;
  right: 0;
  font-size: 13px;
  font-weight: 300;
  max-width: -webkit-calc(100% - 113px);
  max-width: -moz-calc(100% - 113px);
  max-width: calc(100% - 113px);
  width: 100%;
  padding: 5px 12px;
  line-height: 20px;
  opacity: 0;
}

.product-eight:hover .price {
  opacity: 0;
}

.product-eight:hover .btn-secondary {
  opacity: 1;
}

.product-not .product-image,
.product-ten .product-image {
  margin-bottom: 39px;
}

.product-not .detail h2,
.product-ten .detail h2 {
  margin: 7px 0 15px;
}

.product-not:hover .product-image a>img,
.product-ten:hover .product-image a>img {
  -webkit-filter: unset;
  filter: unset;
}

.product-not .detail .icons-offer ul li:not(:last-child) {
  margin-left: 5px;
}

.product-not .detail .icons-offer ul li a {
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  border: 1px solid #efefef;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  color: #2d365d;
}

.product-not .detail .icons-offer>span {
  width: 55px;
  height: 30px;
  line-height: 30px;
  background-color: #ee273a;
  text-align: center;
  font-weight: bold;
  color: #fff;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  margin-right: 10px;
}

.product-not:hover .detail .icons-offer ul li a {
  background-color: #67b930;
  border-color: #67b930;
  color: #fff;
}

.product-ten {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: solid #f5f3fc;
  border-width: 0 1px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.product-ten .product-image {
  margin-bottom: 0;
  padding-top: 42px;
  height: 285px;
}

.product-ten .product-image img {
  max-width: none;
}

.product-ten .detail {
  padding: 0 18px 70px;
  height: 100%;
}

.product-ten .add-to-cart {
  white-space: nowrap;
  position: absolute !important;
  bottom: 8px;
}

.product-ten .add-to-cart span:first-child {
  border: 5px solid #ffb035;
  width: 50px;
  height: 50px;
  font-size: 35px;
  font-weight: 300;
  color: #2d365d;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  padding-top: 3px;
}

.product-ten .add-to-cart span:last-child {
  font-size: 12px;
  line-height: 19px;
  color: #2d365d;
  opacity: 0;
  margin-right: 13px;
}

.product-ten:hover .add-to-cart span:first-child {
  background-color: #ffb035;
  color: #fff;
}

.product-ten:hover .add-to-cart span:last-child {
  opacity: 1;
}

.product-ten.gradient {
  border: none;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffebec), to(#ecfcfc));
  background-image: -webkit-linear-gradient(top, #ffebec, #ecfcfc);
  background-image: -moz-linear-gradient(top, #ffebec, #ecfcfc);
  background-image: -o-linear-gradient(top, #ffebec, #ecfcfc);
  background-image: linear-gradient(to bottom, #ffebec, #ecfcfc);
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
}

.product-ten.gradient .add-to-cart span:first-child {
  border-color: #2d365d;
}

.product-ten.gradient:hover .add-to-cart span:first-child {
  background-color: #2d365d;
}

.product-eleven .product-image {
  margin-bottom: 12px;
}

.product-eleven .detail .offer {
  margin-top: 0;
}

.product-eleven .product-image .discount {
  height: 30px;
  line-height: 30px;
  background-color: #EE273A;
  -webkit-border-radius: 0 0 10px 10px;
  -moz-border-radius: 0 0 10px 10px;
  border-radius: 0 0 10px 10px;
  top: 57px;
  right: 22px;
  left: auto;
}

.product-eleven .product-image .discount::after {
  content: none;
}

.product-eleven .product-image .bookmark {
  width: 55px;
  height: 35px;
  line-height: 35px;
  -webkit-border-radius: 10px 10px 0 0;
  -moz-border-radius: 10px 10px 0 0;
  border-radius: 10px 10px 0 0;
  font-size: 20px;
  top: 21px;
  right: 22px;
  z-index: 4;
}

.product-eleven .product-image .colors {
  top: 35px;
  left: 23px;
}

.product-eleven .product-image .colors li:not(:last-child) {
  margin-bottom: 5px;
}

.product-eleven .product-image .colors li a {
  border: 1px solid #F8F9FB;
  width: 15px;
  height: 15px;
}

/* 
.product-eleven .detail .offer {
  margin-top: 37px;
} */

.product-eleven .detail h2 {
  margin: 7px 0 18px;
}

.product-eleven .btns {
  gap: 21px;
  padding: 13px 0 0;
  border-top: 1px solid #F5F3FC;
  margin-top: auto;
}

.product-eleven .btns button {
  font-size: 20px;
  color: #2D365D;
}

.product-eleven:hover .product-image>a>img {
  -webkit-filter: blur(0px);
  filter: blur(0px);
}

.product-twelve {
  padding: 28px 34px 28px 12px;
  -webkit-box-shadow: 0 10px 50px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 10px 50px rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 50px rgba(0, 0, 0, 0.1);
}

.product-twelve img {
  max-width: 30%;
  margin-left: 29px;
}

.product-twelve .offer {
  right: 17px;
  -webkit-transform: translateY(-15px);
  -moz-transform: translateY(-15px);
  -ms-transform: translateY(-15px);
  -o-transform: translateY(-15px);
  transform: translateY(-15px);
  background-color: #FF2F60;
  width: 50px;
  height: 50px;
  line-height: 50px;
  z-index: 3;
}

.product-twelve .detail {
  max-width: 70%;
}

.product-twelve .detail h2 {
  margin-bottom: 5px;
  font-size: 14px;
  line-height: 22px;
  color: #2D365D;
  height: 44px;
}

.product-twelve .detail h2 a:hover {
  color: #ee273a;
}

.product-twelve .detail .price {
  color: #232323;
  line-height: 22px;
  font-size: 14px;
}

.product-twelve .detail .price b {
  font-size: 18px;
  font-weight: 900;
  line-height: 26px;
  margin-left: 6px;
  color: #49BE78;
}

@media only screen and (max-width: 767px) {
  .product-twelve {
    padding: 16px 12px;
  }

  .product-twelve .detail h2 {
    font-size: 12px;
  }

  .product-twelve .detail .price {
    font-size: 12px;
    line-height: 18px;
  }

  .product-twelve .detail .price b {
    font-size: 18px;
    line-height: 30px;
  }
}

.product-thirteen {
  padding: 78px 37px 25px 38px;
}

.product-thirteen .discount {
  width: 50px;
  height: 50px;
  line-height: 50px;
  background-color: #003CFF;
  top: 20px;
  right: 26px;
}

.product-thirteen .btns {
  top: 26px;
  left: 24px;
  -webkit-transform: translateX(-100px);
  -moz-transform: translateX(-100px);
  -ms-transform: translateX(-100px);
  -o-transform: translateX(-100px);
  transform: translateX(-100px);
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  -moz-transition: all .3s linear;
  transition: all .3s linear;
  z-index: 5;
}

.product-thirteen .btns li:not(:last-child) {
  margin-bottom: 9px;
}

.product-thirteen .btns li a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  font-size: 17px;
  background-color: #121320;
}

.product-thirteen .btns li a:hover {
  background-color: #fff;
  color: #121320;
}

.product-thirteen .product-image {
  margin-bottom: 70px;
}

.product-thirteen .product-image img {
  max-width: 191px;
  height: 148px;
}

.product-thirteen:hover .btns {
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -o-transform: translateX(0px);
  transform: translateX(0px);
}

.product-thirteen:hover .product-image>a>img {
  -webkit-filter: blur(0px);
  filter: blur(0px);
}

.product-thirteen-two .btns {
  -webkit-transform: translate(-50%, -50%) scale(0);
  -moz-transform: translate(-50%, -50%) scale(0);
  -ms-transform: translate(-50%, -50%) scale(0);
  -o-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
  top: 50%;
  left: 50%;
}

.product-thirteen-two .btns li:not(:last-child) {
  margin: 0 0 0 10px;
}

.product-thirteen-two .btns li a {
  background-color: #fff;
  color: #121320;
  -webkit-box-shadow: 0 3px 20px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 3px 20px rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.16);
}

.product-thirteen-two .btns li a:hover {
  background-color: #121320;
  color: #fff;
}

.product-thirteen-two:hover .btns {
  -webkit-transform: translate(-50%, -50%) scale(1);
  -moz-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  -o-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
}

.product-thirteen-two:hover .product-image>a>img {
  -webkit-filter: blur(7px);
  filter: blur(7px);
}

.product-thirteen-three .btns {
  top: auto;
  bottom: 23px;
  left: 50%;
  -webkit-transform: translate(-50%, 90px);
  -moz-transform: translate(-50%, 90px);
  -ms-transform: translate(-50%, 90px);
  -o-transform: translate(-50%, 90px);
  transform: translate(-50%, 90px);
}

.product-thirteen-three .btns li:not(:last-child) {
  margin: 0 0 0 10px;
}

.product-thirteen-three .btns li a {
  background-color: #2D365D;
  color: #fff;
}

.product-thirteen-three:hover .btns {
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.product-thirteen-three:hover .detail .price {
  opacity: 0;
}

.product-seven .btn-success-2,
.product-eight .btn-success-2 {
  padding: 0;
  width: 80px;
  height: 30px;
  line-height: 26px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  border: 2px solid #67b930;
}

.product h2,
.product-two h2,
.product-three h2,
.product-four h2,
.product-fiv h2,
.product-six h2,
.product-name {
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  height: 44px;
  overflow: hidden;
}

.product h2 a,
.product-two h2 a,
.product-three h2 a,
.product-four h2 a,
.product-fiv h2 a,
.product-six h2 a,
.product-name a,
.product-name a:hover,
.product-name a:focus,
.product-name a:active {
  color: #2d365d;
}

.product h2 a:hover,
.product-two h2 a:hover,
.product-three h2 a:hover,
.product-four h2 a:hover,
.product-fiv h2 a:hover,
.product-six h2 a:hover,
.product-name a:hover {
  color: #ee273a;
}

.swiper-button-next::after,
.swiper-button-prev::after {
  font-size: 14px;
  color: #939aa4;
}

.article figure {
  background-color: #fff;
  -webkit-box-shadow: 0 5px 50px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 0 5px 50px rgba(0, 0, 0, 0.07);
  box-shadow: 0 5px 50px rgba(0, 0, 0, 0.07);
  padding: 10px;
}

.article figure img {
  -o-object-fit: cover;
  object-fit: cover;
  height: 180px;
}

.article figure .category-time {
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -5px);
  -moz-transform: translate(-50%, -5px);
  -ms-transform: translate(-50%, -5px);
  -o-transform: translate(-50%, -5px);
  transform: translate(-50%, -5px);
  background-color: #ee273a;
  font-size: 14px;
  font-weight: 500;
  line-height: 30px;
}

.article figure .category-time,
.article figure .category-time a {
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  color: #fff;
}


.article figure .category-time a {
  padding: 0 32px;
  background-color: #212341;
}

.article figure .category-time span {
  padding: 0 15px;
}

.article h2 {
  line-height: 30px;
  font-size: 20px;
  font-weight: 900;
  margin-bottom: 12px;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.article h2 a {
  color: #ee273a;
}

.article h2 a:hover {
  color: #212341;
}

.article p {
  font-size: 13px;
  color: #939aa4;
  line-height: 24px;
  height: 48px;
  overflow: hidden;
}

@media only screen and (max-width: 575px) {
  .article h2 {
    font-size: 16px;
  }
}

.breadcrumb {
  overflow: auto hidden;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-overflow-style: none;
  scrollbar-width: 0;
}

.breadcrumb::-webkit-scrollbar {
  display: none;
}

.breadcrumb::before {
  content: "\e91a";
  font-family: "icomoon";
  margin-left: 0;
  font-size: 18px;
  color: #b3bbc7;
  display: inline-block;
  vertical-align: middle;
}

.breadcrumb-item {
  font-size: 13px;
  font-weight: bold;
  color: #232323;
  padding: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.breadcrumb-item:not(:last-child) {
  margin-left: 24px;
}

.breadcrumb-item a,
.breadcrumb-item a:hover,
.breadcrumb-item a:focus,
.breadcrumb-item a:active {
  color: #b3bbc7;
}

.breadcrumb-item a:hover {
  color: #ee273a;
}

.breadcrumb-item+.breadcrumb-item {
  padding: 0;
}

.breadcrumb-item+.breadcrumb-item::before {
  content: none;
}

.nav-pills .nav-item:not(:last-child) {
  margin-left: 12px;
}

.nav-pills .nav-link {
  font-size: 16px;
  font-weight: 400;
  color: #212341;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  padding: 12px 22px;
  line-height: 21px;
}

.nav-pills .nav-link.active {
  background-color: #ee273a;
  -webkit-box-shadow: 0 10px 35px rgba(238, 39, 58, 0.25);
  -moz-box-shadow: 0 10px 35px rgba(238, 39, 58, 0.25);
  box-shadow: 0 10px 35px rgba(238, 39, 58, 0.25);
  font-weight: bold;
}

.comments li:not(:last-child) {
  margin-bottom: 48px;
}

.comments li .content .info>i {
  width: 65px;
  height: 65px;
  background-color: #f5f3fc;
  line-height: 65px;
  font-size: 24px;
  color: #9087ce;
  margin-left: 9px;
}

.comments li .content .info .detail {
  background-color: #f8f9fb;
  padding: 15px 33px 9px 36px;
  width: -webkit-calc(100% - 74px);
  width: -moz-calc(100% - 74px);
  width: calc(100% - 74px);
  margin: 0;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
}

.comments li .content .info .detail .author {
  font-weight: 900;
}

.comments li .content .info .detail .date {
  font-weight: 300;
  text-align: right;
}

.comments li .content .info .detail .star {
  direction: ltr;
  margin-left: 19px;
}

.comments li .content .info .detail .star i {
  color: #212341;
}

.comments li .content .info .detail .star i.active {
  color: #ef9a3d;
}

.comments li .content .info .detail .star i:not(:last-child) {
  margin-right: 6px;
}

.comments li .content .info .detail .position {
  background-color: #2d365d;
  font-weight: 300;
  color: #fff;
  line-height: 21px;
  padding: 2px 18px;
}

.comments li .content .box {
  padding: 26px 103px 0 60px;
}

.comments li .content .box p {
  font-weight: 300;
  line-height: 26px;
  color: #2d365d;
  margin-bottom: 29px;
}

.comments li .content .box .strengths span,
.comments li .content .box .weak span {
  font-size: 14px;
  font-weight: 300;
  color: #2d365d;
  line-height: 26px;
}

.comments li .content .box .strengths span:first-child,
.comments li .content .box .weak span:first-child {
  font-weight: 900;
  color: #49be78;
}

.comments li .content .box .strengths span:not(:last-child),
.comments li .content .box .weak span:not(:last-child) {
  margin-left: 21px;
}

.comments li .content .box .strengths span:not(:first-child)::before,
.comments li .content .box .weak span:not(:first-child)::before {
  content: "";
  width: 6px;
  height: 6px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #49be78;
  margin-left: 8px;
  display: inline-block;
  vertical-align: middle;
}

.comments li .content .box .weak {
  margin-top: 12px;
}

.comments li .content .box .weak span:first-child {
  color: #ee273a;
}

.comments li .content .box .weak span:not(:first-child)::before {
  background-color: #ee273a;
}

@media only screen and (max-width: 767px) {
  .comments li .content .box {
    padding: 26px 0 0;
  }
}

@media only screen and (max-width: 575px) {
  .comments li .content .info .detail {
    padding: 15px 20px 9px;
    width: 100%;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
  }

  .comments li .content .info .detail .star {
    margin: 12px 0;
  }
}

.send-comment {
  margin: 161px auto 0;
  max-width: 764px;
  width: 100%;
}

.send-comment .btn {
  height: 55px;
  line-height: 55px;
  max-width: 414px;
}

@media only screen and (max-width: 767px) {
  .send-comment {
    margin-top: 60px;
  }

  .send-comment .form-group label {
    right: 20px;
  }

  .send-comment .btn {
    max-width: 100%;
  }
}

.send-comment .form-group,
.auth .form-group {
  margin-bottom: 29px;
}

.send-comment .form-group label,
.auth .form-group label {
  font-size: 12px;
  font-weight: 300;
  color: #2d365d;
  top: -10px;
  right: 52px;
  padding: 0 15px 0 21px;
  background-color: #fff;
}

.send-comment .form-group .form-control,
.auth .form-group .form-control {
  border-color: #efefef;
  background-color: #fff;
  padding: 0 16px;
  height: 45px;
}

.send-comment .form-group .form-control:focus,
.auth .form-group .form-control:focus {
  border-color: #ee273a;
}

.send-comment .form-group textarea.form-control,
.auth .form-group textarea.form-control {
  height: 235px;
  padding: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}

@media only screen and (max-width: 767px) {

  .send-comment .form-group textarea.form-control,
  .auth .form-group textarea.form-control {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
  }
}

.noUi-txt-dir-rtl.noUi-horizontal .noUi-origin {
  right: 0;
  left: auto;
}

.noUi-txt-dir-rtl.noUi-horizontal .noUi-handle {
  top: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  left: -4px;
  width: 11px;
  height: 10px;
  cursor: pointer;
  border: none;
  background-color: transparent;
}

.noUi-txt-dir-rtl.noUi-horizontal .noUi-handle::before {
  content: none;
}

.noUi-txt-dir-rtl.noUi-horizontal .noUi-handle::after {
  border: 11px solid;
  border-color: transparent transparent #67b930;
  background-color: transparent;
  -webkit-transform: scale(0.6, 1.3);
  -moz-transform: scale(0.6, 1.3);
  -ms-transform: scale(0.6, 1.3);
  -o-transform: scale(0.6, 1.3);
  transform: scale(0.6, 1.3);
  top: 0;
  left: 0;
}

.noUi-txt-dir-rtl.noUi-horizontal .noUi-handle-lower {
  top: -14px;
  right: auto;
  left: -16px;
}

.noUi-txt-dir-rtl.noUi-horizontal .noUi-handle-lower:after {
  border-color: #67b930 transparent transparent;
}

.noUi-target {
  background-color: #e7ebee;
  height: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: none;
}

.noUi-connect {
  background-color: #67b930;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.form-check {
  padding-right: 32px;
}

.form-check-input {
  opacity: 0;
}

.form-check-label {
  cursor: pointer;
}

.form-check-label::after {
  width: 20px;
  height: 20px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  content: "";
  top: 0;
  right: 0;
  border: 1px solid #e7ebee;
}

.form-check-label::before {
  content: "";
  top: 4px;
  right: 4px;
  width: 12px;
  height: 12px;
  background-color: #ee273a;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  opacity: 0;
}

.form-check-input.activeFilter+.form-check-label::before {
  opacity: 1;
}

.form-switch {
  padding-right: 70px;
}

.form-switch .form-check-label::before {
  content: "";
  top: 0;
  right: 0;
  width: 54px;
  height: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background-color: #e7ebee;
  opacity: 1;
}

.form-switch .form-check-label::after {
  width: 25px;
  height: 25px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #2d365d;
  top: 0;
  right: 34px;
  -webkit-transform: translateY(-10%);
  -moz-transform: translateY(-10%);
  -ms-transform: translateY(-10%);
  -o-transform: translateY(-10%);
  transform: translateY(-10%);
}

.form-switch .form-check-input:checked+label::before {
  background-color: #e7f2dd;
}

.form-switch .form-check-input:checked+label::after {
  right: 0;
  background-color: #67b930;
}

.pagination {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.pagination .page-item {
  font-size: 14px;
  font-weight: 500;
  color: #232323;
}

.pagination .page-item:not(:last-child) {
  margin-left: 15px;
}

.pagination .page-item span {
  font-weight: 900;
  width: 40px;
  height: 40px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
  display: inline-block;
}

.pagination .page-item span.now {
  background-color: #f8f9fb;
  margin-right: 12px;
}

.pagination .page-item .page-next,
.pagination .page-item .page-prev {
  background-color: #fff;
  border: 1px solid #d5dbe0;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
  color: #232323;
  padding: 8px 22px;
  line-height: 21px;
}

.pagination .page-item .page-next:hover,
.pagination .page-item .page-prev:hover {
  border-color: #ee273a;
  -webkit-box-shadow: 0 10px 20px rgba(238, 39, 58, 0.08);
  -moz-box-shadow: 0 10px 20px rgba(238, 39, 58, 0.08);
  box-shadow: 0 10px 20px rgba(238, 39, 58, 0.08);
}

@media only screen and (max-width: 575px) {

  .pagination .page-item .page-next,
  .pagination .page-item .page-prev {
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
  }
}

.product-two {
  border: 3px solid #f5f3fc;
  background-color: #fff;
  padding: 47px 25px 25px;
}

.product-two-image {
  padding-bottom: 35px;
  margin-bottom: 5px;
  border-bottom: 1px solid #f5f3fc;
}

.product-two-image img {
  margin: 0 auto;
  max-height: 207px;
}

.product-two-detail {
  border-top: 1px solid #f5f3fc;
  padding-top: 20px;
}

.product-two-detail h2 {
  font-size: 14px;
  line-height: 22px;
  overflow: hidden;
  height: 44px;
  margin-bottom: 18px;
}

.product-two-detail h2 a {
  color: #2d365d;
}

.product-two-detail h2 a:hover {
  color: #ee273a;
}

.product-two-detail .offer-price {
  background-color: #f8f9fb;
  height: 30px;
  padding: 0 5px;
}

.product-two-detail .offer-price del {
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  color: #ee232b;
  -webkit-text-decoration-color: #707070;
  -moz-text-decoration-color: #707070;
  text-decoration-color: #707070;
  margin-left: 13px;
}

.product-two-detail .offer-price span {
  font-size: 16px;
  font-weight: 900;
  color: #49be78;
  line-height: 24px;
}

.product-two-detail .offer-price span i {
  font-style: normal;
  font-size: 14px;
  font-weight: 300;
  color: #232323;
  line-height: 21px;
  margin-right: 6px;
}

.product-two-detail .status {
  background-color: #fff3f0;
  width: 66px;
  line-height: 25px;
  line-height: 25px;
  color: #ff8a66;
  font-size: 14px;
  font-weight: 300;
  text-align: center;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  top: 16px;
  right: 16px;
}

.product-two-detail .offer {
  width: 55px;
  height: 25px;
  text-align: center;
  line-height: 25px;
  top: 13px;
  left: 3px;
  background-color: #ee273a;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
}

.product-two-detail .btn {
  bottom: 25px;
  left: 25px;
  max-width: -webkit-calc(100% - 50px);
  max-width: -moz-calc(100% - 50px);
  max-width: calc(100% - 50px);
  line-height: 20px;
  padding: 5px 12px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  opacity: 0;
}

.product-two:hover {
  border-color: #212341;
}

.product-two:hover .btn {
  opacity: 1;
}

@media only screen and (max-width: 1199px) {
  .product-two {
    padding: 47px 15px 25px;
  }

  .product-two-detail .offer-price span {
    font-size: 20px;
  }
}

.article-two img {
  height: 160px;
  -o-object-fit: cover;
  object-fit: cover;
}

.article-two .date-view {
  padding: 15px 24px 17px 37px;
  background-color: #ee273a;
}

.article-two .date-view span {
  color: #fff;
  font-weight: 500;
  line-height: 21px;
}

.article-two .date-view span i {
  color: #f8ba4b;
  margin-left: 5px;
}

.article-two h2 {
  font-size: 16px;
  font-weight: 900;
  line-height: 24px;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  margin: 29px 0 13px;
}

.article-two h2::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 12px;
  height: 12px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 3px solid #f8ba4b;
  margin-left: 8px;
}

.article-two h2 a {
  color: #2d365d;
}

.article-two h2 a:hover {
  color: #ee273a;
}

.article-two p {
  font-size: 13px;
  line-height: 24px;
  color: #939aa4;
  height: 44px;
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  .article-two .date-view {
    padding: 12px;
  }

  .article-two .date-view span {
    font-size: 12px;
  }
}

.product-three {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: 1px solid #f5f3fc;
  padding: 65px 20px 25px;
}

.product-three .image img {
  height: 209px;
  margin: 0 auto;
}

.product-three .detail {
  padding: 0;
}

.product-three .detail h2 {
  margin: 40px 0 21px;
}

.product-three .detail .price-offer {
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  background-color: #00867d;
  font-size: 13px;
  font-weight: 300;
  color: #fff;
  width: 100%;
  height: 30px;
  line-height: 30px;
  padding: 5px 12px;
}

.product-three .detail .price-offer del {
  font-size: 16px;
  line-height: 25px;
  -webkit-text-decoration-color: #000;
  -moz-text-decoration-color: #000;
  text-decoration-color: #000;
  margin-left: 12px;
}

.product-three .detail .price-offer span {
  font-weight: 900;
  font-size: 24px;
  line-height: 37px;
}

.product-three .detail .offer {
  text-decoration: none;
  bottom: 49px;
  left: 29px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  background-color: #ee232b;
  width: 40px;
  height: 25px;
  line-height: 25px;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  z-index: 4;
}

.product-three .detail .status {
  top: 16px;
  right: 16px;
}

.product-three .detail .btn {
  bottom: 25px;
  left: 20px;
  max-width: -webkit-calc(100% - 40px);
  max-width: -moz-calc(100% - 40px);
  max-width: calc(100% - 40px);
  z-index: 2;
  height: 30px;
  line-height: 30px;
  font-size: 13px;
  font-weight: 300;
  opacity: 0;
  visibility: hidden;
}

.product-three:hover {
  border-color: #212341;
}

.product-three:hover .detail .btn {
  opacity: 1;
  visibility: visible;
}

@media only screen and (max-width: 1199px) {
  .product-three {
    padding: 65px 12px 25px;
  }

  .product-three .detail .offer-price {
    font-size: 12px;
  }

  .product-three .detail .offer-price del {
    font-size: 14px;
  }

  .product-three .detail .offer-price span {
    font-size: 20px;
  }

  .product-three .detail .btn {
    left: 12px;
    max-width: -webkit-calc(100% - 24px);
    max-width: -moz-calc(100% - 24px);
    max-width: calc(100% - 24px);
  }
}

.article-three figure {
  margin-bottom: 30px;
  padding: 20px;
  background-color: #fff;
  -webkit-box-shadow: 0 5px 50px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 0 5px 50px rgba(0, 0, 0, 0.07);
  box-shadow: 0 5px 50px rgba(0, 0, 0, 0.07);
}

.article-three figure img {
  width: 100%;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  height: 300px;
  -o-object-fit: cover;
  object-fit: cover;
}

.article-three figure .category {
  top: 35px;
  left: 35px;
  background-color: #eeddd3;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  line-height: 30px;
  padding: 0 16px;
  font-size: 13px;
  color: #212341;
}

.article-three h2 {
  font-size: 16px;
  font-weight: bold;
  line-height: 30px;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  text-align: center;
  margin-bottom: 36px;
}

.article-three h2 a {
  color: #212341;
}

.article-three h2 a:hover {
  color: #ee273a;
}

.article-three .date {
  font-size: 11px;
  font-weight: 300;
  color: #2d365d;
  line-height: 39px;
  text-align: center;
  margin-left: 23px;
}

.article-three .date span {
  width: 60px;
  height: 60px;
  background-color: #f8f9fb;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  line-height: 60px;
  font-size: 20px;
  font-weight: 300;
  color: #2d365d;
  margin: 0 auto;
  -webkit-box-shadow: 0 0 0 12px rgba(248, 249, 251, 0.5);
  -moz-box-shadow: 0 0 0 12px rgba(248, 249, 251, 0.5);
  box-shadow: 0 0 0 12px rgba(248, 249, 251, 0.5);
}

.article-three p {
  font-size: 13px;
  font-weight: 300;
  color: #47494c;
  line-height: 22px;
  height: 66px;
  overflow: hidden;
  padding: 15px 0 14px;
  border: solid #f5f3fc;
  border-width: 1px 0;
  margin: 0;
}

.article-three:hover .date span {
  background-color: #ee273a;
  color: #fff;
}

.colors-product {
  max-width: 50%;
  width: 100%;
}

.colors-product ul li label {
  padding: 5px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  cursor: pointer;
}

.colors-product ul li label .color {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 22px;
  height: 22px;
  border: 1px solid #b3bbc7;
}

.colors-product ul li label .name {
  font-size: 11px;
  font-weight: 300;
  color: #2d365d;
  width: 0;
  overflow: hidden;
}

.colors-product ul li input:checked+label {
  border: 1px solid #efefef;
}

.colors-product ul li input:checked+label .name {
  margin-right: 8px;
  padding-left: 10px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

#specifications ul li:not(:last-child) {
  margin-bottom: 8px;
}

#specifications ul li::after {
  content: "";
  top: 0;
  right: 0;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  width: 5px;
  height: 100%;
  background-color: #f8f9fb;
}

@media only screen and (max-width: 575px) {
  #specifications ul li::after {
    content: none;
  }
}

#specifications ul li span {
  padding: 18px 30px 16px;
  color: #232323;
  line-height: 22px;
}

#specifications ul li span:first-child {
  width: 20%;
}

#specifications ul li span:last-child {
  width: 80%;
  font-weight: 700;
  background-color: #f8f9fb;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

@media only screen and (max-width: 991px) {
  #specifications ul li span:first-child {
    width: 30%;
  }

  #specifications ul li span:last-child {
    width: 70%;
  }
}

@media only screen and (max-width: 767px) {
  #specifications ul li span:first-child {
    width: 35%;
  }

  #specifications ul li span:last-child {
    width: 65%;
  }
}

@media only screen and (max-width: 575px) {
  #specifications ul li span {
    padding: 15px 20px;
  }

  #specifications ul li span:first-child,
  #specifications ul li span:last-child {
    width: 100%;
  }
}

#comments {
  -webkit-box-shadow: 0 10px 75px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 10px 75px rgba(0, 0, 0, 0.08);
  box-shadow: 0 10px 75px rgba(0, 0, 0, 0.08);
  background-color: #fff;
  padding: 69px 60px 121px 65px;
}

@media only screen and (max-width: 767px) {
  #comments {
    padding: 40px 20px 60px;
  }
}

#comments::before {
  content: "";
  bottom: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #ee273a;
  width: 95%;
  height: 5px;
}

#comments .rate-comment {
  padding-bottom: 63px;
  margin-bottom: 59px;
  border-bottom: 1px solid #f5f3fc;
}

#comments .rate-comment .title,
#comments .rate-comment .sub-title {
  font-size: 13px;
  font-weight: 300;
  color: #2d365d;
  line-height: 26px;
}

#comments .rate-comment .title {
  margin-bottom: 26px;
}

#comments .rate-comment .text-login {
  color: #39d4df;
  font-size: 13px;
  font-weight: bold;
  line-height: 26px;
  margin-bottom: 37px;
}

#comments .rate-comment .text-login:hover {
  color: #ee273a;
}

#comments .rate-comment .btn {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background-color: #2d365d;
  padding: 17px 16px;
  line-height: 21px;
  font-size: 16px;
  font-weight: bold;
}

#comments .rate-comment .rate-box-title {
  font-size: 16px;
  color: #2d365d;
  line-height: 26px;
  margin-bottom: 4px;
}

#comments .rate-comment .rate-box-count {
  color: #2d365d;
  font-weight: 500;
  line-height: 22px;
  margin-bottom: 15px;
}

#comments .rate-comment .rate-box-count span {
  font-size: 50px;
  font-weight: 900;
  line-height: 75px;
  margin-left: 8px;
}

#comments .rate-comment .rate-box-count i {
  font-style: normal;
  color: #ee232b;
  font-weight: 900;
}

@media only screen and (max-width: 767px) {
  #comments .rate-comment .rate-box-count span {
    font-size: 40px;
    line-height: 65px;
  }
}

#comments .rate-comment .rate-box-progress li {
  max-width: 45%;
  width: 100%;
}

#comments .rate-comment .rate-box-progress li:not(:nth-child(n + 5)) {
  margin-bottom: 28px;
}

#comments .rate-comment .rate-box-progress li>span {
  font-size: 12px;
  font-weight: 300;
  color: #2d365d;
  line-height: 18px;
}

#comments .rate-comment .rate-box-progress li .progress {
  width: -webkit-calc(100% - 50px);
  width: -moz-calc(100% - 50px);
  width: calc(100% - 50px);
  height: 6px;
  background-color: #f5f3fc;
  direction: ltr;
}

#comments .rate-comment .rate-box-progress li .progress-bar {
  background-color: #49be78;
}

@media only screen and (max-width: 575px) {
  #comments .rate-comment .rate-box-progress li {
    max-width: 100%;
  }

  #comments .rate-comment .rate-box-progress li:not(:nth-child(n + 6)) {
    margin-bottom: 28px;
  }
}

.box-gallery {
  position: fixed;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
}

.box-gallery-dialog {
  height: 100vh;
  overflow: hidden auto;
  background-color: #fff;
}

.box-gallery-content {
  padding-bottom: 40px;
  padding: 16px;
  background-color: #fff;
  width: 100%;
  height: 100%;
}

.box-gallery-header {
  margin-bottom: 32px;
  padding-bottom: 16px;
  border-bottom: 1px solid #f5f3fc;
}

.box-gallery-header h4 {
  font-weight: 600;
  font-size: 20px;
  line-height: 32px;
  color: #232323;
  margin-bottom: 0;
}

.box-gallery-close {
  font-size: 20px;
  color: #000;
}

.box-gallery-body {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 12px;
}

.box-gallery-body ul {
  height: 100%;
  overflow: hidden auto;
  -ms-overflow-style: auto;
  scrollbar-width: 0;
}

.box-gallery-body ul li {
  width: 120px;
  height: 120px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  border: 1px solid #f5f3fc;
  cursor: pointer;
}

.box-gallery-body ul li:not(:last-child) {
  margin-bottom: 20px;
}

.box-gallery-body ul li img {
  height: 85px;
}

.box-gallery-body>img {
  max-width: -webkit-calc(100% - 130px);
  max-width: -moz-calc(100% - 130px);
  max-width: calc(100% - 130px);
  height: auto;
  max-height: 483px;
}

@media only screen and (max-width: 575px) {
  .box-gallery-body ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    height: 83px;
    overflow: auto hidden;
  }

  .box-gallery-body ul li {
    height: 83px;
    width: 83px;
  }

  .box-gallery-body ul li img {
    width: 80%;
    height: auto;
  }

  .box-gallery-body>img {
    max-width: 100%;
  }
}

.box-gallery.open {
  opacity: 1;
  visibility: visible;
}

.options-box {
  background-color: #fff9eb;
  padding: 22px 0 26px;
  margin: 96px 0 68px;
}

.options-box li {
  text-align: center;
}

.options-box li i {
  color: #2d365d;
  margin-bottom: 20px;
  font-size: 48px;
}

.options-box li i::after {
  content: "";
  top: 12px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: rgba(45, 54, 93, 0.1);
  width: 42px;
  height: 42px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.options-box li span {
  color: #212341;
  line-height: 19px;
}

@media only screen and (max-width: 575px) {
  .options-box li {
    max-width: 33.333333%;
    width: 100%;
  }

  .options-box li:nth-child(n + 4) {
    margin-top: 16px;
  }
}

@media only screen and (max-width: 419px) {
  .options-box li {
    max-width: 50%;
  }

  .options-box li:nth-child(n + 3) {
    margin-top: 16px;
  }

  .options-box li:last-child {
    margin: 16px auto 0;
  }
}

.megamenu {
  z-index: 999;
  top: -webkit-calc(100% + 60px);
  top: -moz-calc(100% + 60px);
  top: calc(100% + 60px);
  right: 0;
  width: 220px;
  padding: 12px 0;
  background-color: #fff;
  -webkit-border-radius: 0 0 12px 12px;
  -moz-border-radius: 0 0 12px 12px;
  border-radius: 0 0 12px 12px;
  opacity: 1;
  visibility: visible;
  -webkit-box-shadow: 0 3px 30px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 3px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 30px rgba(0, 0, 0, 0.1);
}

.megamenu::after {
  content: "";
  top: -20px;
  left: 0;
  height: 40px;
  width: 100%;
}

.megamenu li:not(:last-child) {
  margin-bottom: 4px;
}

.megamenu li a {
  padding: 0 12px;
  font-size: 14px;
  font-weight: 500;
  color: #212341;
  line-height: 35px;
}

.megamenu li a:hover {
  background-color: #f9f9f9;
}

li.has-child:hover .megamenu {
  top: -webkit-calc(100% + 20px);
  top: -moz-calc(100% + 20px);
  top: calc(100% + 20px);
  opacity: 1;
  visibility: visible;
}

.nav-responsive {
  z-index: 99999;
  -webkit-transition: all 0.3s ease-in-out 0.3s;
  -o-transition: all 0.3s ease-in-out 0.3s;
  -moz-transition: all 0.3s ease-in-out 0.3s;
  transition: all 0.3s ease-in-out 0.3s;
  opacity: 0;
  visibility: hidden;
}

.nav-responsive,
.nav-responsive-backdrop {
  position: fixed;
}

.nav-responsive-close {

  z-index: 3;
}

.nav-responsive-backdrop {
  background-color: rgba(0, 0, 0, 0.6);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}


.nav-responsive-content-logo {
  margin: 20px;
  text-align: center;
}



.nav-responsive-content ul li i {
  top: 14px;

}



.nav-responsive-content ul li ul li:first-child {
  padding-top: 16px;
}

.nav-responsive-content ul li ul li:last-child {
  padding-bottom: 16px;
}


.nav-responsive-content ul li.opened i {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.nav-responsive.opened {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.nav-responsive.opened .nav-responsive-content {
  right: 0;
  -webkit-transition: all 0.3s ease-in-out 0.3s;
  -o-transition: all 0.3s ease-in-out 0.3s;
  -moz-transition: all 0.3s ease-in-out 0.3s;
  transition: all 0.3s ease-in-out 0.3s;
}

.article-four {
  background-color: #fff9eb;
}

.article-four figure {
  z-index: 3;
}

.article-four figure::after {
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: -webkit-calc(100% - 22px);
  height: -moz-calc(100% - 22px);
  height: calc(100% - 22px);
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(#000));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), #000);
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0), #000);
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0), #000);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), #000);
  -webkit-border-radius: 33px;
  -moz-border-radius: 33px;
  border-radius: 33px;
}

.article-four figure img {
  height: 256px;
  -o-object-fit: cover;
  object-fit: cover;
}

.article-four figure h2 {
  position: absolute !important;
  font-size: 16px;
  font-weight: 900;
  line-height: 30px;
  z-index: 4;
  right: 29px;
  bottom: 24px;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  width: -webkit-calc(100% - 35px);
  width: -moz-calc(100% - 35px);
  width: calc(100% - 35px);
  color: #fff;
}

.article-four figure h2::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 12px;
  height: 12px;
  border: 3px solid #f8ba4b;
  margin-left: 5px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.article-four figure h2 a {
  color: #fff;
}

.article-four figure h2 a:hover {
  color: #ee273a;
}

.article-four .date-view {
  padding: 15px 24px 17px;
}

.article-four .date-view span {
  font-weight: 500;
}

.article-four .date-view span b {
  font-weight: 900;
}

@media only screen and (max-width: 767px) {
  .article-four figure h2 {
    font-size: 14px;
  }
}

.article-five figure {
  z-index: 3;
}

.article-five figure>a::after {
  content: "";
  background-image: -webkit-linear-gradient(225deg, rgba(0, 0, 0, 0), #000);
  background-image: -moz-linear-gradient(225deg, rgba(0, 0, 0, 0), #000);
  background-image: -o-linear-gradient(225deg, rgba(0, 0, 0, 0), #000);
  background-image: linear-gradient(225deg, rgba(0, 0, 0, 0), #000);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}

.article-five figure img {
  height: 100px;
  -o-object-fit: cover;
  object-fit: cover;
}

.article-five figure ul {
  left: 17px;
  z-index: 5;
}

.article-five figure ul li {
  background-color: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  width: 89px;
  line-height: 30px;
  height: 30px;
  font-weight: 500;
  font-size: 14px;
}

.article-five figure ul li,
.article-five figure ul li a {
  color: #2d365d;
}

.article-five figure ul li:last-child {
  background-color: #ee273a;
  color: #fff;
}

.article-five h2 {
  font-size: 18px;
  font-weight: 900;
  margin-bottom: 11px;
}

.article-five h2 a {
  color: #2d365d;
}

.article-five h2 a:hover {
  color: #ee273a;
}

.article-five p {
  color: #939aa4;
  font-size: 13px;
  line-height: 24px;
  height: 72px;
  overflow: hidden;
}

.article-six figure {
  z-index: 2;
}

.article-six figure::after {
  content: "";
  z-index: -1;
  max-width: -webkit-calc(100% - 26px);
  max-width: -moz-calc(100% - 26px);
  max-width: calc(100% - 26px);
  width: 100%;
  right: 0;
  bottom: 0;
  height: 154px;
  background: url("./../images/bg-article-six.png") 0 0 no-repeat;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
}

.article-six figure img {
  height: 376px;
  -o-object-fit: cover;
  object-fit: cover;
}

.article-six figure .info {
  max-width: -webkit-calc(100% - 26px);
  max-width: -moz-calc(100% - 26px);
  max-width: calc(100% - 26px);
  width: 100%;
  padding: 15px 26px 17px;
}

.article-six figure .info li {
  font-size: 13px;
  font-weight: 500;
}

.article-six figure .info li b {
  font-weight: 900;
}

.article-six h2 {
  font-size: 16px;
  font-weight: 900;
  line-height: 30px;
  padding: 0 26px;
  margin-top: 20px;
}

.article-six h2 a {
  color: #fff;
}

.article-six h2 a:hover {
  color: #ee273a;
}

@media only screen and (max-width: 767px) {

  .article-six figure img,
  .article-six figure::after {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
  }

  .article-six figure .info {
    padding: 15px 12px 17px;
  }

  .article-six figure .info li {
    font-size: 12px;
  }
}

.table thead::after {
  content: "";
  top: 0;
  left: 53px;
  width: -webkit-calc(100% - 106px);
  width: -moz-calc(100% - 106px);
  width: calc(100% - 106px);
  height: 100%;
  -webkit-border-radius: 25px 25px 0 0;
  -moz-border-radius: 25px 25px 0 0;
  border-radius: 25px 25px 0 0;
  background-color: #f8f9fb;
  z-index: -1;
}

.table thead tr th {
  font-size: 14px;
  font-weight: 300;
  color: #939aa4;
  padding: 10px 12px 15px;
  border: 0;
}

.table thead tr th:first-child {
  padding-right: 88px;
}

.table thead tr th:last-child {
  padding-left: 81px;
}

.table thead tr th,
.table tbody tr td {
  white-space: nowrap;
}

.table tbody tr td {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  border: none;
  padding: 31.5px 12px;
}

.table tbody tr td,
.table tbody tr td a {
  color: #2d365d;
}

.table tbody tr td:first-child {
  padding-right: 64px;
}

.table tbody tr td:first-child::before,
.table tbody tr td:first-child::after {
  content: "";
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}

.table tbody tr td:first-child::before {
  top: 0;
  left: 0;
  width: -webkit-calc(100% - 5px);
  width: -moz-calc(100% - 5px);
  width: calc(100% - 5px);
  height: 100%;
  background-color: #fff;
  border: 1px solid #f5f3fc;
  z-index: -1;
}

.table tbody tr td:first-child::after {
  top: 3px;
  width: 70%;
  height: -webkit-calc(100% - 6px);
  height: -moz-calc(100% - 6px);
  height: calc(100% - 6px);
  right: 0;
  background-color: #2b5d5e;
  z-index: -2;
}

.table tbody tr td:last-child {
  padding-left: 69px;
}

.badge {
  padding: 0 15px;
  line-height: 20px;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
}

.badge-danger {
  color: #ff8a66;
  background-color: #fff3f0;
}

.badge-secondary {
  color: #939aa4;
  background-color: #f8f9fb;
}

.article-seven figure a::before {
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: -webkit-calc(100% - 22px);
  height: -moz-calc(100% - 22px);
  height: calc(100% - 22px);
  -webkit-border-radius: 0 0 35px 35px;
  -moz-border-radius: 0 0 35px 35px;
  border-radius: 0 0 35px 35px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(#000));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), #000);
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0), #000);
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0), #000);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), #000);
}

.article-seven figure img {
  height: 256px;
  -o-object-fit: cover;
  object-fit: cover;
}

.article-seven .content {
  max-width: -webkit-calc(100% - 68px);
  max-width: -moz-calc(100% - 68px);
  max-width: calc(100% - 68px);
  width: 100%;
  background-color: #003cff;
  margin-right: 34px;
  margin-top: -101px;
}

.article-seven .content .info {
  padding: 25px 55px 30px 46px;
  background-color: #fff;
  margin: 0 -1px;
}

.article-seven .content .info::before {
  content: "";
  top: 35px;
  right: 35px;
  width: 12px;
  height: 12px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 3px solid #f8ba4b;
}

.article-seven .content .info h2 {
  font-size: 16px;
  font-weight: 900;
  line-height: 30px;
  margin-bottom: 15px;
}

.article-seven .content .info h2 a:hover {
  color: #003cff;
}

.article-seven .content .info p {
  font-size: 13px;
  line-height: 24px;
  height: 96px;
  overflow: hidden;
}

.article-seven .content ul {
  padding: 12px 55px 15px 63px;
}

.article-seven .content ul li {
  color: #fff;
  line-height: 24px;
}

.article-seven .content ul li b {
  font-weight: 900;
}

@media only screen and (max-width: 991px) {

  .article-seven figure a::before,
  .article-seven figure img,
  .article-seven .content,
  .article-seven .content .info {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
  }

  .article-seven .content {
    margin-top: -70px;
    margin-right: 20px;
    max-width: -webkit-calc(100% - 40px);
    max-width: -moz-calc(100% - 40px);
    max-width: calc(100% - 40px);
  }

  .article-seven .content .info {
    padding: 20px 32px;
  }

  .article-seven .content .info::before {
    top: 29px;
    right: 12px;
  }

  .article-seven .content ul {
    padding: 12px 32px;
  }
}

@media only screen and (max-width: 575px) {
  .article-seven .content {
    margin-top: -40px;
  }

  .article-seven .content .info {
    padding: 20px;
  }

  .article-seven .content .info::before {
    width: 8px;
    height: 8px;
    top: 32px;
    right: 8px;
  }

  .article-seven .content ul {
    padding: 12px 20px;
  }
}

.article-seven-two .content {
  background-color: #f8f9fb;
}

.article-seven-two .content ul li {
  color: #939aa4;
}

.article-eight::before {
  content: "";
  top: 0;
  max-width: -webkit-calc(100% - 68px);
  max-width: -moz-calc(100% - 68px);
  max-width: calc(100% - 68px);
  width: 100%;
  left: 34px;
  height: 211px;
  background: url("./../images/bg-article-eight.png") 0 0 no-repeat;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
  z-index: -1;
}

.article-eight ul,
.article-eight .content {
  max-width: -webkit-calc(100% - 68px);
  max-width: -moz-calc(100% - 68px);
  max-width: calc(100% - 68px);
  width: 100%;
  margin: 0 auto;
}

.article-eight ul {
  padding: 10px 59px 8px;
}

.article-eight ul li {
  font-weight: 500;
  color: #121320;
}

.article-eight ul li b {
  font-weight: bold;
}

.article-eight .image::after {
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: -webkit-calc(100% - 22px);
  height: -moz-calc(100% - 22px);
  height: calc(100% - 22px);
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(#000));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), #000);
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0), #000);
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0), #000);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), #000);
}

.article-eight .image img {
  height: 256px;
  -o-object-fit: cover;
  object-fit: cover;
}

.article-eight .content {
  background-color: #fff;
  padding: 25px 55px 30px 45px;
  margin-top: -101px;
}

.article-eight .content::before {
  content: "";
  top: 35px;
  right: 35px;
  width: 12px;
  height: 12px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 3px solid #f8ba4b;
}

.article-eight .content h2 {
  font-size: 16px;
  font-weight: 900;
  line-height: 30px;
  margin-bottom: 15px;
}

.article-eight .content h2 a:hover {
  color: #00ff93;
}

.article-eight .content p {
  font-size: 13px;
  line-height: 20px;
}

@media only screen and (max-width: 991px) {

  .article-eight::before,
  .article-eight .image::after,
  .article-eight .image img,
  .article-eight .content {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
  }

  .article-eight::before {
    left: 20px;
  }

  .article-eight::before,
  .article-eight ul,
  .article-eight .content {
    max-width: -webkit-calc(100% - 40px);
    max-width: -moz-calc(100% - 40px);
    max-width: calc(100% - 40px);
  }

  .article-eight ul {
    padding: 10px 16px 8px;
  }

  .article-eight .content {
    margin-top: -70px;
    padding: 16px;
  }

  .article-eight .content::before {
    content: none;
  }
}

@media only screen and (max-width: 575px) {
  .article-eight::before {
    left: 15px;
  }

  .article-eight::before,
  .article-eight ul,
  .article-eight .content {
    max-width: -webkit-calc(100% - 30px);
    max-width: -moz-calc(100% - 30px);
    max-width: calc(100% - 30px);
  }
}

.article-sixteen {
  margin-top: 6px;
}

.article-sixteen figure::before {
  content: "";
  -webkit-transform: translateY(-6px);
  -moz-transform: translateY(-6px);
  -ms-transform: translateY(-6px);
  -o-transform: translateY(-6px);
  transform: translateY(-6px);
  background-color: #7262d4;
  z-index: -1;
}

.article-sixteen figure::after {
  content: "";
  left: 0;
  bottom: 0;
  -webkit-border-radius: 33px;
  -moz-border-radius: 33px;
  border-radius: 33px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(#000));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), #000);
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0), #000);
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0), #000);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), #000);
  width: 100%;
  height: 234px;
}

.article-sixteen figure img {
  height: 412px;
  -o-object-fit: cover;
  object-fit: cover;
}

.article-sixteen .content {
  max-width: -webkit-calc(100% - 58px);
  max-width: -moz-calc(100% - 58px);
  max-width: calc(100% - 58px);
  width: 100%;
  background: url("./../images/bg-article-16.png") 0 0 no-repeat;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
  margin: -142px auto 0;
  z-index: 2;
}

.article-sixteen .content .info {
  padding: 21px 32px 24px 23px;
}

.article-sixteen .content .info h2 {
  font-size: 16px;
  font-weight: 900;
  line-height: 35px;
  margin-bottom: 10px;
}

.article-sixteen .content .info h2 a:hover {
  color: #7262d4;
}

.article-sixteen .content .info p {
  font-size: 13px;
  line-height: 18px;
}

.article-sixteen .content ul {
  padding: 7px 34px 12px 23px;
}

.article-sixteen .content ul li {
  font-weight: 500;
  line-height: 22px;
}

@media only screen and (max-width: 1199px) {
  .article-sixteen .content {
    max-width: -webkit-calc(100% - 40px);
    max-width: -moz-calc(100% - 40px);
    max-width: calc(100% - 40px);
  }

  .article-sixteen .content .info {
    padding: 21px 18px 24px;
  }

  .article-sixteen .content ul {
    padding: 7px 18px 12px;
  }
}

@media only screen and (max-width: 767px) {
  .article-sixteen figure img {
    height: 300px;
  }

  .article-sixteen .content {
    max-width: -webkit-calc(100% - 20px);
    max-width: -moz-calc(100% - 20px);
    max-width: calc(100% - 20px);
  }

  .article-sixteen .content ul li {
    font-size: 12px;
  }
}

.top-header {
  padding: 24px 0 26px;
}

.top-header::after {
  content: "";
  z-index: -1;
  top: 0;
  left: 0;
  background: url("./../images/top-header.png") 0 0 no-repeat;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
  width: 344px;
  height: 639px;
}

@media only screen and (max-width: 575px) {
  .top-header::after {
    content: none;
  }
}

.top-header-logo {
  height: 46px;
}

.top-header-search {
  margin: 0 auto 0 14px;
  max-width: 405px;
  width: 100%;
}

.top-header-search .form-control {
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  background-color: #f8f9fb;
  border: 1px solid #f8f9fb;
  padding: 16px 24px 14px;
  font-size: 12px;
  color: #2d365d;
}

.top-header-search .form-control:focus {
  border-color: #212341;
}

.top-header-search .btn {
  width: 64px;
  height: 50px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  top: 0;
  left: 0;
  font-size: 20px;
}

.top-header-favorite {
  width: 50px;
  height: 50px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  background-color: #fff3f0;
  font-size: 23px;
  margin-left: 14px;
}

.top-header-favorite:hover {
  background-color: #ffe7e1;
}

.top-header-favorite,
.top-header-favorite i {
  color: #ff8a66;
}

.top-header-favorite span {
  width: 17px;
  height: 17px;
  background-color: #212341;
  text-align: center;
  line-height: 17px;
  font-size: 11px;
  top: -4px;
  right: -6px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #fff;
}

.top-header-auth>a,
.top-header-auth>a:hover,
.top-header-auth>a:focus,
.top-header-auth>a:active {
  width: 174px;
  height: 50px;
  line-height: 50px;
  background-color: #fff;
  -webkit-box-shadow: 0 5px 15px rgba(33, 35, 65, 0.07);
  -moz-box-shadow: 0 5px 15px rgba(33, 35, 65, 0.07);
  box-shadow: 0 5px 15px rgba(33, 35, 65, 0.07);
  border: 1px solid #efefef;
  color: #212341;
  text-align: center;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  font-weight: 500;
}

.top-header-auth>a:hover {
  background-color: #2d365d;
  color: #fff;
}

.top-header-auth>a i:first-child {
  font-size: 24px;
  margin-left: 14px;
}

.top-header-auth>a i:last-child {
  margin-right: 11px;
  font-size: 9px;
}

.top-header-auth-dropdown {
  top: -webkit-calc(100% + 20px);
  top: -moz-calc(100% + 20px);
  top: calc(100% + 20px);
  left: 0;
  background-color: #fff;
  -webkit-box-shadow: 0 10px 50px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 0 10px 50px rgba(0, 0, 0, 0.07);
  box-shadow: 0 10px 50px rgba(0, 0, 0, 0.07);
  border: none;
  width: 266px;
  padding: 19px 20px 32px;
  z-index: 999;
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  transform-origin: 0 0;
}

.top-header-auth-dropdown::after {
  content: "";
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-box-shadow: 0 4px 1px #212341;
  -moz-box-shadow: 0 4px 1px #212341;
  box-shadow: 0 4px 1px #212341;
}

.top-header-auth-dropdown::before {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 24px;
  margin-top: -20px;
  z-index: -1;
}

.top-header-auth-dropdown li {
  padding: 0;
}

.top-header-auth-dropdown li:not(:last-child) {
  margin-bottom: 10px;
}

.top-header-auth-dropdown li:first-child {
  font-size: 14px;
  font-weight: 900;
  color: #212341;
  padding-bottom: 19px;
  margin-bottom: 20px;
  border-bottom: 1px solid #f5f3fc;
}

.top-header-auth-dropdown li:first-child i {
  background-color: #ecfcfc;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin-left: 15px;
  width: 38px;
  height: 39px;
  text-align: center;
  line-height: 39px;
  font-size: 19px;
  color: #39d4df;
}

.top-header-auth-dropdown li a {
  font-size: 14px;
  font-weight: 500;
  color: #212341;
  line-height: 40px;
}

.top-header-auth-dropdown li a::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 12px;
  height: 3px;
  background-color: #ffb035;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin-left: 12px;
}

.top-header-auth-dropdown li a:hover {
  color: #ffb035;
}

.top-header-auth-dropdown li:hover {
  background-color: transparent;
}

.top-header-auth:hover .top-header-auth-dropdown {
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
}

@media only screen and (max-width: 991px) {
  .top-header-auth-dropdown {
    display: none;
  }
}

@media only screen and (max-width: 991px) {
  .top-header-logo {
    margin-left: auto;
  }
}

@media only screen and (max-width: 575px) {
  .top-header-logo img {
    height: 38px;
  }

  .top-header .dropdown-menu {
    top: 10px !important;
  }

  .top-header .dropdown-menu,
  .top-header .dropdown-menu::after {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
  }

  .top-header-auth a,
  .top-header-auth a:hover,
  .top-header-auth a:focus,
  .top-header-auth a:active {
    padding: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    border: none;
  }

  .top-header-auth a,
  .top-header-auth a:hover,
  .top-header-auth a:focus,
  .top-header-auth a:active,
  .top-header-auth a:hover {
    background-color: transparent;
    color: #212341;
  }

  .top-header-auth a span {
    display: none;
  }

  .top-header-auth a i:first-child {
    margin-left: 0;
  }

  .top-header-auth a i:last-child {
    display: none;
  }
}

.top-header-two-search {
  width: 455px;
  margin-left: 20px;
}

.top-header-two-search .form-control {
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  background-image: -webkit-gradient(linear, right top, left top, from(#fff), to(#fff3f0));
  background-image: -webkit-linear-gradient(right, #fff, #fff3f0);
  background-image: -moz-linear-gradient(right, #fff, #fff3f0);
  background-image: -o-linear-gradient(right, #fff, #fff3f0);
  background-image: linear-gradient(to left, #fff, #fff3f0);
  padding: 15px 21px;
  font-size: 12px;
  color: #2d365d;
  font-weight: 400;
  line-height: 18px;
  width: -webkit-calc(100% - 50px);
  width: -moz-calc(100% - 50px);
  width: calc(100% - 50px);
}

.top-header-two-search .btn {
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  width: 95px;
  height: 50px;
  text-align: left;
  font-size: 16px;
  padding: 0 0 0 19px;
  top: 0;
  left: 0;
}

.top-header-two-auth {
  margin-left: 20px;
}

.top-header-two-auth>a,
.top-header-two-auth>a:hover,
.top-header-two-auth>a:focus,
.top-header-two-auth>a:active {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background-color: #fff3f0;
  border: none;
}

.top-header-two-auth>a:hover {
  color: #212341;
}

.top-header-two-favorite {
  margin-left: 0;
}

.top-header-two-favorite span {
  background-color: #ff8a66;
  top: -1px;
  right: -7px;
}

@media only screen and (max-width: 575px) {

  .top-header-two-auth a,
  .top-header-two-auth a:hover,
  .top-header-two-auth a:focus,
  .top-header-two-auth a:active {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    background-color: transparent !important;
    color: #212341 !important;
  }

  .top-header-two-auth a i:first-child {
    margin-left: 0;
  }

  .top-header-two-auth a i:last-child {
    display: none;
  }

  .top-header-two-auth a span {
    display: none;
  }
}

.top-header-three {
  padding: 36px 0 37px;
}

.top-header-three-nav {
  margin-right: 24px;
}

.top-header-three-nav::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 26px;
  height: 7px;
  background-color: #e7ebee;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin-left: 12px;
}

.top-header-three-nav li:not(:last-child) {
  margin-left: 20px;
}

.top-header-three-nav li a {
  color: #939aa4;
  font-size: 11px;
  font-weight: 500;
}

.top-header-three-nav li a:hover {
  color: #ee273a;
}

.top-header-three-auth {
  margin-left: 24px;
}

.top-header-three-auth>a,
.top-header-three-auth>a:hover,
.top-header-three-auth>a:focus,
.top-header-three-auth>a:active {
  color: #212341;
  font-weight: 500;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: none;
}

.top-header-three-auth>a,
.top-header-three-auth>a:hover,
.top-header-three-auth>a:focus,
.top-header-three-auth>a:active,
.top-header-three-auth>a:hover,
.top-header-three-auth>a:focus,
.top-header-three-auth>a:active {
  background-color: transparent;
}

.top-header-three-auth>a i {
  margin-right: 12px;
  font-size: 10px;
  color: #000;
}

.top-header-three-auth>a:hover,
.top-header-three-auth>a:hover i {
  color: #ee273a;
}

.top-header-three-search {
  max-width: 350px;
  width: 100%;
  background-color: #212341;
  padding: 1px;
  border-radius: 25px;
}

.top-header-three-search .form-control {
  border: none;
  background-color: #fff;
  font-size: 12px;
  font-weight: 400;
  color: #2d365d;
  height: 48px;
  border-radius: 25px;
}

.top-header-three-search .btn {
  -webkit-border-radius: 50px 0 0 50px;
  -moz-border-radius: 50px 0 0 50px;
  border-radius: 50px 0 0 50px;
  width: 50px;
  height: 48px;
}

.top-header-three .top-header-favorite {
  width: 60px;
  margin: 0 18px 0 0;
}

.top-header-three .top-header-favorite span {
  width: 20px;
  height: 20px;
  background-color: #ff8a66;
  color: #fff;
  line-height: 20px;
  right: -5px;
}

@media only screen and (max-width: 1199px) {

  .top-header-three-nav,
  .top-header-three-auth {
    margin-left: 20px;
  }
}

@media only screen and (max-width: 991px) {
  .top-header-three {
    padding: 20px 0;
  }

  .top-header-three .top-header-logo {
    margin: 0;
  }
}

@media only screen and (max-width: 575px) {
  .top-header-three-auth {
    margin-left: 8px;
  }

  .top-header-three .top-header-favorite {
    margin: 0;
  }
}

.top-header-four {
  padding: 24px 0 26px;
}

.top-header-four .nav-header-cart {
  margin-left: 20px;
}

.top-header-four .nav-header-cart>a {
  font-size: 23px;
  width: 50px;
  height: 50px;
}

.top-header-four .nav-header-cart>a span {
  top: -3px;
  right: -11px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  background-color: #212341;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  font-size: 12px;
}

.top-header-four .nav-header-cart .nav-header-cart-dropdown {
  left: auto;
  right: 0;
  -webkit-border-radius: 35px 0 35px 35px;
  -moz-border-radius: 35px 0 35px 35px;
  border-radius: 35px 0 35px 35px;
}

.top-header-four-logo {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 30px;
  font-weight: 300;
  color: #212341;
  line-height: 47px;
}

.top-header-four-btn-search,
.top-header-four-cart {
  width: 50px;
  height: 50px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-align: center;
  line-height: 50px;
}

.top-header-four-btn-search {
  margin-right: auto;
  background-color: #282828;
  color: #fff;
  font-size: 16px;
  padding: 0;
  margin-left: 14px;
}

.top-header-four-search {
  z-index: 999;
  opacity: 0;
  visibility: hidden;
}

.top-header-four-search,
.top-header-four-search .backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.top-header-four-search .backdrop {
  background-color: rgba(0, 0, 0, 0.3);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
}

.top-header-four-search form {
  padding: 32px;
  background-color: #fff;
  max-width: 500px;
  width: 100%;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -webkit-transform: translateY(-100px);
  -moz-transform: translateY(-100px);
  -ms-transform: translateY(-100px);
  -o-transform: translateY(-100px);
  transform: translateY(-100px);
}

.top-header-four-search form .form-control {
  height: 45px;
  line-height: 45px;
  font-size: 14px;
  font-weight: 500;
  padding-left: 40px;
}

.top-header-four-search form button {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 40px;
  font-size: 17px;
  color: #7f7f84;
}

.top-header-four-search.opened {
  opacity: 1;
  visibility: visible;
}

.top-header-four-search.opened form {
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
}

.top-header-five {
  background-color: #2d365d;
}

.top-header-five-logo {
  font-size: 24px;
}

.top-header-five-search {
  max-width: 455px;
  z-index: 2;
  padding-left: 50px;
}

.top-header-five-search .form-control {
  font-size: 12px;
  color: #2d365d;
  padding: 0 21px;
  height: 50px;
  line-height: 50px;
}

.top-header-five-search .btn {
  height: 50px;
  line-height: 50px;
  padding-left: 19px;
  max-width: 90px;
  z-index: -1;
}

.top-header-five .top-header-auth>a i {
  -webkit-box-shadow: 0 0 0 5px #2d365d, 0 0 0 6.5px rgba(114, 98, 212, 0.55), 0 0 0 11.5px #2d365d, 0 0 0 12.5px rgba(114, 98, 212, 0.35), 0 0 0 17.5px #2d365d, 0 0 0 18.5px rgba(114, 98, 212, 0.1);
  -moz-box-shadow: 0 0 0 5px #2d365d, 0 0 0 6.5px rgba(114, 98, 212, 0.55), 0 0 0 11.5px #2d365d, 0 0 0 12.5px rgba(114, 98, 212, 0.35), 0 0 0 17.5px #2d365d, 0 0 0 18.5px rgba(114, 98, 212, 0.1);
  box-shadow: 0 0 0 5px #2d365d, 0 0 0 6.5px rgba(114, 98, 212, 0.55), 0 0 0 11.5px #2d365d, 0 0 0 12.5px rgba(114, 98, 212, 0.35), 0 0 0 17.5px #2d365d, 0 0 0 18.5px rgba(114, 98, 212, 0.1);
}

@media only screen and (max-width: 575px) {
  .top-header-five .top-header-auth>a i {
    display: block;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    text-align: center;
    line-height: 45px;
  }
}

@media only screen and (max-width: 991px) {
  .top-header-six {
    padding: 16px 0;
  }
}

.top-header-six::after {
  content: none;
}

.top-header-six-logo {
  font-size: 22px;
  font-weight: 900;
  color: #2d365d;
}

.top-header-six-logo span {
  font-weight: 400;
}

.top-header-seven {
  padding: 34px 0;
  z-index: 99;
}

.top-header-seven .nav-header-cart {
  margin-left: 34px;
}

.top-header-seven .nav-header-cart>a {
  background-color: transparent;
  width: auto;
  height: auto;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  margin-left: 0;
  padding: 0;
}

.top-header-seven .nav-header-cart>a span {
  background-color: #fff;
  color: #212341;
  top: -17px;
  right: -16px;
}

.top-header-seven-favorite {
  font-size: 19px;
  color: #fff;
  margin-left: 29px;
}

.top-header-seven-favorite span {
  top: -17px;
  right: -16px;
  width: 20px;
  height: 20px;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  line-height: 20px;
  color: #212341;
}

.top-header-seven .top-header-four-btn-search {
  width: auto;
  height: auto;
  background-color: transparent;
}

.top-header-seven .top-header-auth>a {
  background-color: transparent;
  border: none;
  color: #fff;
  width: auto;
}

.top-header-seven-menu {
  margin-left: 37px;
}

.top-header-seven-menu li:not(:last-child) {
  margin-left: 32px;
}

.top-header-seven-menu li a {
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  color: #fff;
}

.top-header-seven-menu li a:hover {
  color: #ee273a;
}

.top-header-seven-logo {
  font-size: 30px;
  line-height: 40px;
}

@media only screen and (max-width: 575px) {
  .top-header-seven .nav-header-cart {
    margin-left: 20px;
  }

  .top-header-seven .top-header-auth {
    margin-right: 8px;
  }

  .top-header-seven-logo {
    font-size: 24px;
  }
}

.top-header-eight .top-header-logo {
  font-size: 24px;
  color: #39d4df;
  line-height: 45px;
}

.top-header-eight .top-header-auth {
  margin-left: 0;
}

.top-header-eight .top-header-auth>a {
  background-image: -webkit-gradient(linear, left top, right top, from(#fff), to(#fff3f0));
  background-image: -webkit-linear-gradient(left, #fff, #fff3f0);
  background-image: -moz-linear-gradient(left, #fff, #fff3f0);
  background-image: -o-linear-gradient(left, #fff, #fff3f0);
  background-image: linear-gradient(to right, #fff, #fff3f0);
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  padding: 15px 30px 14px 16px;
}

.top-header-eight .top-header-auth>a i {
  margin-left: 0;
}

.top-header-eight .top-header-favorite {
  margin: 0 44px 0 37px;
}

.top-header-eight .top-header-favorite,
.top-header-eight .top-header-favorite i {
  color: #212341;
}

.top-header-eight .top-header-favorite,
.top-header-eight .nav-header-cart>a {
  padding: 0;
  background: transparent;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  font-size: 19px;
}

.top-header-eight .top-header-favorite span,
.top-header-eight .nav-header-cart>a span {
  width: 20px;
  height: 20px;
  background-color: #212341;
  font-size: 13px;
  color: #fff;
  top: -14px;
  right: -19px;
}


.top-header-eight .nav-header-cart>a {
  color: #49be78;
}

@media only screen and (max-width: 1199px) {
  .top-header-eight .top-header-three-search {
    max-width: 320px;
  }
}

@media only screen and (max-width: 575px) {
  .top-header-eight .top-header-auth>a {
    padding: 0;
    background: transparent;
    margin-left: 32px;
  }
}

.top-header-nine {
  z-index: 999;
}

.top-header-nine .container {
  padding: 30px 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

.top-header-nine-nav ul li:not(:last-child) {
  margin-left: 20px;
}

.top-header-nine-nav ul li a {
  font-weight: 500;
  color: #fff;
  line-height: 22px;
}

.top-header-nine-nav ul li a:hover {
  color: #eb2856;
}

.top-header-nine-logo {
  line-height: 40px;
  top: 40%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: 40px;
}

.top-header-nine .top-header-auth>a {
  background-color: #eb2856;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: none;
  width: 126px;
  height: 40px;
  line-height: 40px;
  border-radius: 25px;
}

.top-header-nine .top-header-four-btn-search {
  margin: 0 13px 0 16px;
  font-size: 16px;
  color: #2d365d;
  line-height: 20px;
}

.top-header-nine .top-header-favorite,
.top-header-nine .nav-header-cart>a {
  font-size: 20px;
}

.top-header-nine .top-header-favorite span,
.top-header-nine .nav-header-cart>a span {
  width: 20px;
  height: 20px;
  background-color: #fff;
  line-height: 20px;
  color: #212341;
  top: auto;
  right: auto;
  bottom: 17px;
  left: 17px;
}

.top-header-nine .top-header-favorite {
  margin: 0 36px 0 38px;
}


.top-header-nine .nav-header-cart>a span {
  left: -webkit-calc(100% + 1px);
  left: -moz-calc(100% + 1px);
  left: calc(100% + 1px);
  bottom: -webkit-calc(100% - 18px);
  bottom: -moz-calc(100% - 18px);
  bottom: calc(100% - 18px);
}

.top-header-nine-auth-search {
  background-color: #fff;
  border-radius: 25px;
}

@media only screen and (max-width: 991px) {
  .top-header-nine-logo {
    position: relative;
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
    top: 0;
    left: 0;
    margin-right: 24px;
    height: 34px;
  }
}

@media only screen and (max-width: 575px) {
  .top-header-nine .container {
    padding: 16px 12px;
  }

  .top-header-nine-logo {
    height: 30px;
    margin-right: 12px;
  }

  .top-header-nine .top-header-four-btn-search {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
}

@media only screen and (max-width: 575px) {
  .top-header-nine-auth-search {
    background-color: transparent;
  }

  .top-header-nine .top-header-auth>a {
    width: 32px;
    height: 32px;
    background-color: transparent;
  }

  .top-header-nine .top-header-auth>a i {
    line-height: 32px;
    font-size: 20px;
  }

  .top-header-nine .top-header-four-btn-search {
    font-size: 20px;
    color: #fff;
    margin: 0 24px 0 8px;
  }

  .top-header-nine .top-header-favorite {
    margin: 0 24px;
  }
}

.top-header-ten .container {
  padding: 47px 12px 37px;
  border-bottom: 1px solid #f5f3fc;
}

.top-header-ten-nav ul li:not(:last-child) {
  margin-left: 61px;
}

.top-header-ten-nav ul li a img {
  width: 32px;
  height: 32px;
  margin-bottom: 13px;
}

.top-header-ten-nav ul li a span {
  font-weight: 500;
  color: #212341;
  line-height: 21px;
}

.top-header-ten .top-header-four-btn-search,
.top-header-ten .nav-header-cart>a {
  width: 60px;
  height: 60px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  line-height: 60px;
  text-align: center;
}

.top-header-ten .top-header-four-btn-search {
  margin-left: 15px;
}

.top-header-ten .nav-header-cart {
  margin-left: 15px;
}


.top-header-ten .nav-header-cart>a {
  background-color: #2b5d5e;
  -webkit-box-shadow: 0 10px 15px rgba(43, 93, 94, 0.25);
  -moz-box-shadow: 0 10px 15px rgba(43, 93, 94, 0.25);
  box-shadow: 0 10px 15px rgba(43, 93, 94, 0.25);
}

.top-header-ten .nav-header-cart>a span {
  top: 0;
  right: 0;
}

.top-header-ten .top-header-auth>a {
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  height: 60px;
  line-height: 58px;
}

.top-header-ten-logo {
  margin-right: 48px;
}

.top-header-ten-logo img {
  height: 38px;
}

.top-header-ten-logo::after {
  content: "";
  top: -webkit-calc(100% + 48px);
  top: -moz-calc(100% + 48px);
  top: calc(100% + 48px);
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #2b5d5e;
}

@media only screen and (max-width: 1399px) {
  .top-header-ten-logo {
    margin-right: 32px;
  }

  .top-header-ten-nav ul li:not(:last-child) {
    margin-left: 50px;
  }
}

@media only screen and (max-width: 1199px) {
  .top-header-ten-logo {
    margin-right: 24px;
  }

  .top-header-ten-nav ul li:not(:last-child) {
    margin-left: 24px;
  }
}

@media only screen and (max-width: 991px) {
  .top-header-ten .container {
    padding: 24px 12px;
  }

  .top-header-ten-logo::after {
    top: -webkit-calc(100% + 33px);
    top: -moz-calc(100% + 33px);
    top: calc(100% + 33px);
  }
}

@media only screen and (max-width: 575px) {
  .top-header-ten .container {
    padding: 12px;
  }

  .top-header-ten .top-header-four-btn-search,
  .top-header-ten .nav-header-cart>a {
    width: auto;
    height: auto;
    line-height: 20px;
    color: #212341;
    background-color: transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }

  .top-header-ten .top-header-four-btn-search {
    margin-left: 0;
  }

  .top-header-ten .nav-header-cart {
    margin: 0 20px;
  }

  .top-header-ten .nav-header-cart>a span {
    display: none;
  }

  .top-header-ten-logo::after {
    top: -webkit-calc(100% + 20px);
    top: -moz-calc(100% + 20px);
    top: calc(100% + 20px);
  }
}

.top-header-eleven {
  border-bottom: 1px solid #f5f3fc;
}

.top-header-eleven .container {
  padding: 25px 12px 27px;
}

.top-header-eleven-logo {
  margin-right: 13px;
}

.top-header-eleven-logo img {
  height: 38px;
}

.top-header-eleven-logo,
.top-header-eleven-logo:hover {
  color: #003cff;
}

.top-header-eleven-logo::before,
.top-header-eleven-logo::after {
  content: "";
  bottom: 0;
}

.top-header-eleven-logo::before {
  width: -webkit-calc(100% + 32px);
  width: -moz-calc(100% + 32px);
  width: calc(100% + 32px);
  left: 50%;
  -webkit-transform: translate(-50%, 32px);
  -moz-transform: translate(-50%, 32px);
  -ms-transform: translate(-50%, 32px);
  -o-transform: translate(-50%, 32px);
  transform: translate(-50%, 32px);
  height: 3px;
  background-color: #0055ff;
  z-index: 2;
}

.top-header-eleven-logo::after {
  width: 100vw;
  height: 1px;
  left: 0;
  -webkit-transform: translate(-32px, 32px);
  -moz-transform: translate(-32px, 32px);
  -ms-transform: translate(-32px, 32px);
  -o-transform: translate(-32px, 32px);
  transform: translate(-32px, 32px);
  background-color: #fff;
}

.top-header-eleven-search {
  padding: 4px;
  background-color: #f8f9fb;
  gap: 7px;
  max-width: 487px;
  border-radius: 25px;
}

.top-header-eleven-search .form-control {
  padding: 0 16px;
  height: 32px;
  font-size: 12px;
  color: #2d365d;
  border-radius: 25px;
  background-color: #fff;
}

.top-header-eleven-search select {
  max-width: 185px;
}

.top-header-eleven-search input.form-control {
  padding-left: 40px;
}

.top-header-eleven-search button {
  font-size: 16px;
  color: #939aa4;
  left: 18px;
  z-index: 2;
}

.top-header-eleven .nav-header-cart {
  margin: 0 22px 0 13px;
}

.top-header-eleven .nav-header-cart>a {
  width: 40px;
  height: 40px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #49be78;
  line-height: 40px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  font-size: 18px;
}

.top-header-eleven .nav-header-cart>a span {
  top: 0;
  right: 0;
  -webkit-transform: translateX(11px);
  -moz-transform: translateX(11px);
  -ms-transform: translateX(11px);
  -o-transform: translateX(11px);
  transform: translateX(11px);
}

.top-header-eleven .top-header-auth>a {
  background-color: #ecfcfc;
  color: #39d4df;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: none;
  max-width: 157px;
  height: 40px;
  line-height: 40px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
}

.top-header-eleven .top-header-auth>a:hover {
  background-color: #c9f6f6;
}

@media only screen and (max-width: 991px) {
  .top-header-eleven-logo {
    position: absolute;
    top: 26px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    margin: 0;
  }

  .top-header-eleven-logo img {
    height: 32px;
  }

  .top-header-eleven-logo::before,
  .top-header-eleven-logo::after {
    content: none;
  }

  .top-header-eleven-search {
    max-width: 100%;
    margin-top: 20px;
  }

  .top-header-eleven .nav-header-cart {
    margin-right: auto;
  }
}

@media only screen and (max-width: 767px) {
  .top-header-eleven .container {
    padding: 24px 12px;
  }
}

@media only screen and (max-width: 575px) {
  .top-header-eleven .top-header-auth>a {
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
  }
}

.top-header-twelve {
  padding: 28px 0;
}

.top-header-twelve-logo {
  padding-left: 27px;
  margin-left: 30px;
  border-left: 1.5px dashed #dde2e6;
}

.top-header-twelve-logo img {
  height: 38px;
}

.top-header-twelve-nav li:not(:last-child) {
  margin-left: 24px;
}

.top-header-twelve-nav li a {
  font-size: 12px;
  color: #939aa4;
  line-height: 18px;
}

.top-header-twelve-nav li a:hover {
  color: #fed844;
}

.top-header-twelve .nav-header-cart>a,
.top-header-twelve .top-header-auth>a {
  background-color: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: none;
  font-size: 28px;
  color: #212341;
  padding: 0;
  width: auto;
  height: auto;
}

.top-header-twelve .nav-header-cart>a {
  margin: 0 42px 0 30px;
}

.top-header-twelve .nav-header-cart>a span {
  background-color: #49be78;
  top: 0;
  right: 0;
  -webkit-transform: translate(16px, -7px);
  -moz-transform: translate(16px, -7px);
  -ms-transform: translate(16px, -7px);
  -o-transform: translate(16px, -7px);
  transform: translate(16px, -7px);
}

.top-header-twelve .top-header-auth>a i {
  margin: 0;
  font-size: 28px;
}

@media only screen and (max-width: 1199px) {
  .top-header-twelve-logo {
    margin-left: 18px;
    padding-left: 18px;
  }

  .top-header-twelve-nav li:not(:last-child) {
    margin-left: 18px;
  }
}

@media only screen and (max-width: 991px) {
  .top-header-twelve-logo {
    margin-right: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .top-header-twelve-logo img {
    height: 32px;
  }
}

@media only screen and (max-width: 575px) {
  .top-header-twelve-logo {
    margin-left: auto;
    padding-left: 0;
    border-left: 0;
  }
}

.top-header-thirteen {
  background-color: #121320;
}

.top-header-thirteen::after {
  content: "";
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 187px;
  height: 132px;
  -webkit-border-radius: 0 0 35px 35px;
  -moz-border-radius: 0 0 35px 35px;
  border-radius: 0 0 35px 35px;
  background: url("./../images/bg-logo-shape.png") 0 0 no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  z-index: -1;
}

.top-header-thirteen .container {
  border-bottom: 0;
  padding: 25px 12px;
}

.top-header-thirteen .top-header-nine-logo {
  top: 47%;
}

.top-header-thirteen .top-header-nine-logo img {
  height: 38px;
}

@media only screen and (min-width: 576px) {
  .top-header-thirteen .top-header-auth>a {
    background-color: #00ff93;
    color: #121320;
  }
}

@media only screen and (max-width: 991px) {
  .top-header-thirteen::after {
    content: none;
  }

  .top-header-thirteen .top-header-nine-logo {
    top: 0;
  }
}

.top-header-fourteen::before {
  content: "";
  top: 0;
  z-index: -1;
}

.top-header-fourteen .nav-header-cart {
  margin-right: auto;
}

.top-header-fourteen .top-header-four-btn-search {
  margin: 0 13px;
}

.top-header-fourteen .nav-header-cart>a,
.top-header-fourteen .top-header-four-btn-search,
.top-header-fourteen .top-header-auth>a {
  width: 50px;
  height: 68px;
  background-color: #212341;
  -webkit-border-radius: 0 0 15px 15px;
  -moz-border-radius: 0 0 15px 15px;
  border-radius: 0 0 15px 15px;
  color: #fff;
  border: none;
  font-size: 22px;
  line-height: 90px;
  padding: 0;
}

.top-header-fourteen .nav-header-cart>a {
  background: url("./../images/bg-cart-fourteen.png") 0 0 no-repeat;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background-color: #212341;
}

.top-header-fourteen .nav-header-cart>a span {
  top: 5px;
  right: auto;
  left: 50%;
  background-color: #fff;
  color: #00867d;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

.top-header-fourteen .top-header-auth>a i {
  font-size: 22px;
  margin: 0;
}

@media only screen and (max-width: 991px) {
  .top-header-fourteen::before {
    content: none;
  }

  .top-header-fourteen .top-header-logo {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

@media only screen and (max-width: 575px) {
  .top-header-fourteen {
    padding: 16px 0;
  }

  .top-header-fourteen .nav-header-cart>a,
  .top-header-fourteen .top-header-four-btn-search,
  .top-header-fourteen .top-header-auth>a {
    background: transparent;
    color: #212341;
    height: 32px;
    line-height: 32px;
    width: 32px;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #f1f1f1;
    font-size: 14px;
  }

  .top-header-fourteen .nav-header-cart>a span {
    display: none;
  }

  .top-header-fourteen .top-header-auth>a i {
    display: block;
    font-size: 14px;
    line-height: 32px;
  }
}

.top-header-fiveteen .container {
  padding: 22px 12px 27px;
}

.top-header-fiveteen .container::before {
  content: "";
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -75px);
  -moz-transform: translate(-50%, -75px);
  -ms-transform: translate(-50%, -75px);
  -o-transform: translate(-50%, -75px);
  transform: translate(-50%, -75px);
  width: 205px;
  height: 94px;
  background: url("./../images/shape-fiveteen.png") 0 0 no-repeat;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
  z-index: -1;
}

.top-header-fiveteen .container::after {
  content: "";
  bottom: 0;
  right: 0;
  height: 1px;
  width: 100vw;
  background-color: #f5f3fc;
}

.top-header-fiveteen .top-header-eleven-search {
  max-width: 438px;
}

.top-header-fiveteen .top-header-logo {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

.top-header-fiveteen .nav-header-cart>a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  font-size: 18px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  margin-left: 13px;
}

.top-header-fiveteen .nav-header-cart>a span {
  top: 0;
  right: 0;
  -webkit-transform: translateX(11px);
  -moz-transform: translateX(11px);
  -ms-transform: translateX(11px);
  -o-transform: translateX(11px);
  transform: translateX(11px);
}

.top-header-fiveteen .top-header-auth>a {
  background-color: #fff9eb;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  border: none;
  color: #c9a781;
}

.top-header-fiveteen .top-header-auth>a:hover {
  color: #fff9eb;
  background-color: #c9a781;
}

@media only screen and (max-width: 1199px) {
  .top-header-fiveteen .top-header-eleven-search {
    max-width: 380px;
  }
}

@media only screen and (max-width: 991px) {
  .top-header-fiveteen .top-header-eleven-search {
    max-width: 100%;
  }

  .top-header-fiveteen .top-header-logo {
    top: 22px;
  }
}

@media only screen and (max-width: 767px) {
  .top-header-fiveteen .container::before {
    content: none;
  }

  .top-header-fiveteen .top-header-logo {
    position: relative;
    top: 0;
    left: 0;
    -webkit-transform: unset;
    -moz-transform: unset;
    -ms-transform: unset;
    -o-transform: unset;
    transform: unset;
    margin-right: 20px;
  }
}

@media only screen and (max-width: 575px) {
  .top-header-fiveteen .nav-header-cart>a {
    width: auto;
    height: auto;
    background-color: transparent;
  }

  .top-header-fiveteen .nav-header-cart>a span {
    background-color: #49be78;
  }

  .top-header-fiveteen .nav-header-cart>a,
  .top-header-fiveteen .top-header-auth>a i:first-child {
    font-size: 20px;
    color: #212341;
  }
}

.top-header-sixteen {
  background-color: #121320;
  z-index: 999;
}

.top-header-sixteen .container {
  z-index: 2;
  padding: 25px 12px;
}

.top-header-sixteen .container::before {
  content: "";
  top: 0;
  right: 12px;
  width: 187px;
  height: 100%;
  background: url("./../images/bg-header-sixteen.png") 0 0 no-repeat;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
  z-index: -1;
}

.top-header-sixteen .top-header-logo {
  max-width: 187px;
  margin-left: 47px;
}

.top-header-sixteen .top-header-four-btn-search {
  width: 40px;
  height: 40px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  line-height: 40px;
  text-align: center;
  color: #2d365d;
  font-size: 16px;
  background-color: #fff;
  margin-left: 29px;
}

.top-header-sixteen-nav li:not(:last-child) {
  margin-left: 32px;
}

.top-header-sixteen-nav li a {
  font-weight: 500;
  color: #fff;
  line-height: 22px;
}

.top-header-sixteen-nav li a:hover {
  color: #7262d4;
}

.top-header-sixteen .top-header-auth>a {
  background-color: transparent;
  color: #fff;
  border: 0;
}

.top-header-sixteen .nav-header-cart>a {
  width: auto;
  height: auto;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  padding: 8.5px 18px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.top-header-sixteen .nav-header-cart>a i {
  font-size: 23px;
}

.top-header-sixteen .nav-header-cart>a span {
  top: 0;
  right: 0;
  left: 0;
}

.top-header-sixteen .nav-header-cart>a span:not(.counter) {
  width: auto;
  height: auto;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background-color: transparent;
  margin: 0 8px 0 16px;
  font-weight: 500;
}

.top-header-sixteen .nav-header-cart>a span.counter {
  background-color: #fff;
  font-size: 12px;
  line-height: 20px;
  color: #212341;
}

@media only screen and (max-width: 1199px) {
  .top-header-sixteen .top-header-logo {
    margin-left: 24px;
  }

  .top-header-sixteen .top-header-four-btn-search {
    margin-left: 18px;
  }

  .top-header-sixteen-nav li:not(:last-child) {
    margin-left: 18px;
  }
}

@media only screen and (max-width: 991px) {
  .top-header-sixteen .container {
    padding: 16px 12px;
  }

  .top-header-sixteen .container::before {
    content: none;
  }

  .top-header-sixteen .top-header-logo {
    margin: 0 12px 0 0;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
  }

  .top-header-sixteen .top-header-four-btn-search {
    margin-left: 0;
  }
}

@media only screen and (max-width: 767px) {
  .top-header-sixteen .top-header-auth>a {
    width: 130px;
  }
}

@media only screen and (max-width: 575px) {
  .top-header-sixteen .top-header-auth>a {
    width: auto;
    margin: 0 16px;
  }

  .top-header-sixteen .top-header-four-btn-search {
    color: #fff;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }

  .top-header-sixteen .top-header-four-btn-search,
  .top-header-sixteen .nav-header-cart>a {
    width: auto;
    height: auto;
    background-color: transparent;
  }

  .top-header-sixteen .top-header-four-btn-search span,
  .top-header-sixteen .nav-header-cart>a span {
    position: absolute;
    top: 0;
    right: 0;
  }

  .top-header-sixteen .top-header-auth>a {
    height: 20px;
  }

  .top-header-sixteen .nav-header-cart>a {
    padding: 0;
  }

  .top-header-sixteen .nav-header-cart>a span {
    background-color: #3aa465;
    -webkit-transform: translate(12px, -8px);
    -moz-transform: translate(12px, -8px);
    -ms-transform: translate(12px, -8px);
    -o-transform: translate(12px, -8px);
    transform: translate(12px, -8px);
    color: #fff;
  }

  .top-header-sixteen .top-header-four-btn-search,
  .top-header-sixteen .top-header-auth>a,
  .top-header-sixteen .nav-header-cart>a {
    line-height: 20px;
  }

  .top-header-sixteen .top-header-four-btn-search,
  .top-header-sixteen .top-header-auth>a i:first-child,
  .top-header-sixteen .nav-header-cart>a i {
    font-size: 20px;
  }
}

.nav-header-btn {
  font-size: 24px;
  color: #000;
}

.nav-header-menu {
  border: solid #f5f3fc;
  border-width: 1px 0;
  padding: 19px 0;
}

.nav-header-menu::before {
  content: "";
  width: 18px;
  height: 7px;
  background-color: #f5f3fc;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin-left: 20px;
}

.nav-header-menu>li.has-child>a::after {
  content: "\e90a";
  font-family: "icomoon";
  font-size: 6px;
  color: #000;
  margin-right: 8px;
}

.nav-header-menu>li>a {
  font-size: 14px;
  font-weight: 500;
  color: #212341;
  line-height: 22px;
  padding: 13px 22px;
  -webkit-border-radius: 45px;
  -moz-border-radius: 45px;
  border-radius: 45px;
}

.nav-header-menu>li>a:hover {
  background-color: #ee273a;
  -webkit-box-shadow: 0 10px 25px rgba(238, 39, 58, 0.25);
  -moz-box-shadow: 0 10px 25px rgba(238, 39, 58, 0.25);
  box-shadow: 0 10px 25px rgba(238, 39, 58, 0.25);
}

.nav-header-menu>li>a:hover,
.nav-header-menu>li>a:hover::after {
  color: #fff;
}

@media only screen and (max-width: 1199px) {
  .nav-header-menu>li>a {
    font-size: 13px;
    padding: 12px 10px;
  }
}

.nav-header-cart>.btn {
  width: 60px;
  height: 85px;
  max-width: 200px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  -webkit-box-shadow: 0 10px 15px rgba(73, 190, 120, 0.25);
  -moz-box-shadow: 0 10px 15px rgba(73, 190, 120, 0.25);
  box-shadow: 0 10px 15px rgba(73, 190, 120, 0.25);
  font-size: 20px;
}

.nav-header-cart>.btn span {
  top: -5px;
  right: -5px;
  width: 20px;
  height: 20px;
  background-color: #212341;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  line-height: 20px;
  text-align: center;
  color: #fff;
  font-size: 12px;
}

@media only screen and (max-width: 991px) {
  .nav-header-cart>.btn {
    width: 50px;
    height: 50px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
  }
}

.nav-header-cart-dropdown {
  top: -webkit-calc(100% + 50px);
  top: -moz-calc(100% + 50px);
  top: calc(100% + 50px);
  left: 0;
  width: 506px;
  background-color: #fff;
  border: 1px solid #49be78;
  -webkit-border-radius: 0 35px 35px;
  -moz-border-radius: 0 35px 35px;
  border-radius: 0 35px 35px;
  padding: 34px 33px 15px 28px;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
}

.nav-header-cart-dropdown.right {
  right: 0;
  left: auto;
  -webkit-border-radius: 35px 0 35px 35px;
  -moz-border-radius: 35px 0 35px 35px;
  border-radius: 35px 0 35px 35px;
  padding: 34px 28px 15px 33px;
}

.nav-header-cart-dropdown::after {
  content: "";
  top: -20px;
  left: 0;
  width: 100%;
  height: 20px;
  z-index: -1;
}

.nav-header-cart-dropdown ul li {
  background-color: #fff;
  border: 4px solid #f8f9fb;
  padding: 26px 32px 14px 12px;
}

.nav-header-cart-dropdown ul li:not(:last-child) {
  margin-bottom: 10px;
}

.nav-header-cart-dropdown ul li img {
  width: 25%;
  height: 51px;
}

.nav-header-cart-dropdown ul li .detail {
  width: 75%;
  padding-right: 38px;
}

.nav-header-cart-dropdown ul li .detail h2 {
  font-size: 13px;
  line-height: 21px;
  font-weight: 900;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  margin-bottom: 3px;
}

.nav-header-cart-dropdown ul li .detail h2 a {
  color: #232323;
}

.nav-header-cart-dropdown ul li .detail .offer {
  font-size: 16px;
  font-weight: 300;
  color: #ee232b;
  -webkit-text-decoration: line-through #707070;
  -moz-text-decoration: line-through #707070;
  text-decoration: line-through #707070;
  line-height: 24px;
}

.nav-header-cart-dropdown ul li .detail .price {
  line-height: 30px;
  font-size: 24px;
  font-weight: 900;
  color: #49be78;
}

.nav-header-cart-dropdown ul li .detail .price span {
  font-size: 14px;
  font-weight: 300;
  line-height: 22px;
  color: #232323;
  margin-right: 6px;
}

.nav-header-cart-dropdown .bottom {
  margin-top: 17px;
}

.nav-header-cart-dropdown .bottom .total-price .title {
  font-size: 13px;
  font-weight: 300;
  line-height: 21px;
}

.nav-header-cart-dropdown .bottom .total-price .price {
  line-height: 30px;
  font-size: 24px;
  font-weight: 900;
}

.nav-header-cart-dropdown .bottom .total-price .price span {
  font-weight: 300;
  font-size: 14px;
  line-height: 22px;
  margin-right: 5px;
}

.nav-header-cart-dropdown .bottom .btn {
  font-weight: bold;
  padding: 2px 2px;
  padding: 7px 23px;
}

@media only screen and (max-width: 575px) {
  .nav-header-cart-dropdown {
    width: -webkit-calc(100vw - 24px);
    width: -moz-calc(100vw - 24px);
    width: calc(100vw - 24px);
    -webkit-border-radius: 0 20px 20px;
    -moz-border-radius: 0 20px 20px;
    border-radius: 0 20px 20px;
    padding: 20px 12px 15px;
  }

  .nav-header-cart-dropdown ul li {
    padding: 18px 12px 14px;
  }

  .nav-header-cart-dropdown ul li .detail {
    padding-right: 12px;
  }
}

.nav-header-cart:hover .nav-header-cart-dropdown {
  top: -webkit-calc(100% + 20px);
  top: -moz-calc(100% + 20px);
  top: calc(100% + 20px);
  opacity: 1;
  visibility: visible;
}

@media only screen and (max-width: 991px) {
  .nav-header-cart-dropdown {
    display: none;
  }
}

.nav-header-two {
  margin-top: 29px;
}

.nav-header-two .menu {
  width: -webkit-calc(100% - 60px);
  width: -moz-calc(100% - 60px);
  width: calc(100% - 60px);
  margin-left: 13px;
  padding: 18px 17px 17px;
  -webkit-border-radius: 15px 0 15px 15px;
  -moz-border-radius: 15px 0 15px 15px;
  border-radius: 15px 0 15px 15px;
}

.nav-header-two .menu::before {
  content: "";
  right: 0;
  bottom: -webkit-calc(100% - 1px);
  bottom: -moz-calc(100% - 1px);
  bottom: calc(100% - 1px);
  width: 29px;
  height: 15px;
  background: url("./../images/shape-nav.png") 0 0 no-repeat;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
}

.nav-header-two .menu>li:not(:last-child) {
  margin-left: 5px;
}

.nav-header-two .menu>li>a {
  font-weight: 500;
  line-height: 22px;
  color: #212341;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding: 14px 21px;
}

.nav-header-two .menu>li>a::after {
  content: "\e90a";
  font-family: "icomoon";
  font-size: 9px;
  color: #000;
  margin-right: 8px;
  font-weight: 400;
}

.nav-header-two .menu>li>a:hover {
  font-weight: 900;
  background-color: #212341;
}

.nav-header-two .menu>li>a:hover,
.nav-header-two .menu>li>a:hover::after {
  color: #fff;
}

.nav-header-two .menu>li:hover .megamenu {
  top: -webkit-calc(100% + 17px);
  top: -moz-calc(100% + 17px);
  top: calc(100% + 17px);
}

.nav-header form,
.nav-header-two form {
  margin: 0 12px;
}

.nav-header-three {
  background-color: #212341;
  padding: 13px 0 12px;
}

.nav-header-three .container::after {
  content: "";
  bottom: -webkit-calc(100% + 13px);
  bottom: -moz-calc(100% + 13px);
  bottom: calc(100% + 13px);
  right: 20px;
  border: 8px solid;
  border-color: transparent transparent #212341;
}

.nav-header-three button {
  font-size: 18px;
  color: #fff;
  margin-left: 8px;
}

.nav-header-three .menu>li:not(:last-child) {
  margin-left: 5px;
}

.nav-header-three .menu>li.has-child>a::after {
  content: "\e90a";
  font-family: "icomoon";
  font-size: 8px;
  color: #fff;
  margin-right: 8px;
  display: inline-block;
  vertical-align: middle;
}

.nav-header-three .menu>li>a {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  line-height: 50px;
  padding: 0 24px;
}

.nav-header-three .menu>li>a:hover {
  background-color: #2d365d;
}

.nav-header-three .menu>li:hover .megamenu {
  top: -webkit-calc(100% + 17px);
  top: -moz-calc(100% + 17px);
  top: calc(100% + 17px);
}

.nav-header-three .nav-header-cart>a {
  width: 60px;
  height: 60px;
  line-height: 60px;
}

.nav-header-three .nav-header-cart>a span {
  background-color: #fff;
  color: #2d365d;
}

.nav-header-three .nav-header-cart .nav-header-cart-dropdown::after {
  top: -12px;
  height: 12px;
}

.nav-header-three .nav-header-cart:hover .nav-header-cart-dropdown {
  top: -webkit-calc(100% + 12px);
  top: -moz-calc(100% + 12px);
  top: calc(100% + 12px);
}

.nav-header-three .top-header-three-search {
  background-color: #fff;
}

.nav-header-three .top-header-three-search .form-control {
  background-color: #212341;
  color: #fff;
}

.nav-header-three .top-header-three-search .form-control::-webkit-input-placeholder {
  color: #fff;
}

.nav-header-three .top-header-three-search .form-control:-moz-placeholder {
  color: #fff;
}

.nav-header-three .top-header-three-search .form-control::-moz-placeholder {
  color: #fff;
}

.nav-header-three .top-header-three-search .form-control:-ms-input-placeholder {
  color: #fff;
}

.nav-header-three .top-header-three-search .form-control::-ms-input-placeholder {
  color: #fff;
}

.nav-header-three .top-header-three-search .form-control::placeholder {
  color: #fff;
}

.nav-header-three .top-header-three-search .btn {
  margin-left: 0;
  background-color: #fff;
  color: #212341;
}

@media only screen and (max-width: 767px) {
  .nav-header-three .nav-header-cart a {
    width: 48px;
    height: 48px;
    line-height: 48px;
  }

  .nav-header-three .top-header-three-search .form-control,
  .nav-header-three .top-header-three-search .btn {
    height: 46px;
    line-height: 46px;
  }
}

.nav-header-four .container {
  padding-top: 21px;
  border-top: 1px solid #f5f3fc;
  margin-bottom: 24px;
}

.nav-header-four .menu>li:not(:last-child) {
  margin-left: 10px;
}

.nav-header-four .menu>li>a {
  font-size: 14px;
  font-weight: 500;
  color: #212341;
  line-height: 23px;
  padding: 8px 16px;
}

.nav-header-four .menu>li>a:hover {
  background-color: #282828;
  font-weight: 900;
  color: #fff;
}

.nav-header-four .menu>li.has-child>a::after {
  content: "\e90a";
  font-family: "icomoon";
  font-size: 9px;
  color: #c8ced3;
  margin-right: 6px;
  font-weight: 400;
}

.nav-header-four .menu>li:hover .megamenu {
  top: -webkit-calc(100% + 24px);
  top: -moz-calc(100% + 24px);
  top: calc(100% + 24px);
}

.nav-header-four .menu>li:hover .megamenu::after {
  top: -24px;
  height: 24px;
}

.nav-header-five .menu {
  padding-right: 18px;
}

.nav-header-five .menu::before {
  content: "";
  right: 0;
  bottom: 24px;
  width: 18px;
  height: 7px;
  background-color: #ffb035;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}

.nav-header-five .menu>li:not(:last-child) {
  margin-left: 4px;
}

.nav-header-five .menu>li.has-child>a::after {
  content: "\e90a";
  font-family: "icomoon";
  font-size: 6px;
  color: #000;
  margin-right: 8px;
}

.nav-header-five .menu>li>a {
  font-weight: 500;
  color: #212341;
  padding: 35px 22px 15px;
  line-height: 22px;
  z-index: 2;
}

.nav-header-five .menu>li>a::before {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#b3bbc7));
  background: -webkit-linear-gradient(top, #fff, #b3bbc7);
  background: -moz-linear-gradient(top, #fff, #b3bbc7);
  background: -o-linear-gradient(top, #fff, #b3bbc7);
  background: linear-gradient(to bottom, #fff, #b3bbc7);
  -webkit-border-radius: 0 0 10px 10px;
  -moz-border-radius: 0 0 10px 10px;
  border-radius: 0 0 10px 10px;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.nav-header-five .menu>li>a:hover {
  font-weight: 900;
}

.nav-header-five .menu>li>a:hover::before {
  opacity: 1;
  visibility: visible;
}

.nav-header-five-favorite,
.nav-header-five .btns>.btn,
.nav-header-five .btns .nav-header-cart>.btn {
  width: 60px;
  height: 59px;
  line-height: 59px;
  font-size: 19px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}

.nav-header-five-favorite span {
  top: -4px;
  right: -7px;
  background-color: #939aa4;
  width: 20px;
  height: 20px;
  font-size: 13px;
}

.nav-header-five .top-header-five-search .form-control {
  background-color: #f9f9f9;
}

.nav-header-six-wrapper {
  background: #0055ff url("./../images/nav-bg.png") 0 0 no-repeat;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
  -webkit-border-radius: 45px;
  -moz-border-radius: 45px;
  border-radius: 45px;
  -webkit-box-shadow: 0 10px 35px rgba(0, 85, 255, 0.25);
  -moz-box-shadow: 0 10px 35px rgba(0, 85, 255, 0.25);
  box-shadow: 0 10px 35px rgba(0, 85, 255, 0.25);
  padding: 17px 45px 17px 23px;
}

.nav-header-six-wrapper .nav-header-btn {
  color: #fff;
  margin-left: 13px;
}

.nav-header-six-wrapper .menu>li {
  margin-left: 5px;
}

.nav-header-six-wrapper .menu>li>a {
  font-weight: 500;
  color: #fff;
  line-height: 22px;
  padding: 14px 22px;
  -webkit-border-radius: 45px;
  -moz-border-radius: 45px;
  border-radius: 45px;
}

.nav-header-six-wrapper .menu>li>a:hover {
  background-color: #2d365d;
  -webkit-box-shadow: 0 10px 25px rgba(0, 85, 255, 0.25);
  -moz-box-shadow: 0 10px 25px rgba(0, 85, 255, 0.25);
  box-shadow: 0 10px 25px rgba(0, 85, 255, 0.25);
}

.nav-header-six-wrapper .nav-header-cart>a {
  width: 85px;
  height: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
}

.nav-header-six-wrapper .nav-header-cart>a span {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media only screen and (max-width: 991px) {
  .nav-header-six-wrapper {
    background: transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    padding: 8px 0 0;
  }

  .nav-header-six-wrapper .nav-header-btn {
    color: #212341;
  }
}

@media only screen and (max-width: 575px) {
  .nav-header-six-wrapper .nav-header-cart>a {
    width: 50px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
  }

  .nav-header-six-wrapper .nav-header-cart>a span {
    top: 0px;
    right: -5px;
  }
}

.nav-header-eleven {
  margin-top: 21px;
}

.nav-header-eleven ul {
  gap: 48px;
}

.nav-header-eleven ul .menu-item a::before {
  content: "";
  top: 8px;
  left: 50%;
  -webkit-transform: translate(-73%);
  -moz-transform: translate(-73%);
  -ms-transform: translate(-73%);
  -o-transform: translate(-73%);
  transform: translate(-73%);
  width: 38px;
  height: 38px;
  background-color: #fff3f0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  z-index: -1;
}

.nav-header-eleven ul .megamenu a::before {
  content: unset;

}

.nav-header-eleven ul li a img {
  width: 43px;
  height: 43px;
  margin-bottom: 5px;
}

.nav-header-eleven ul li a span {
  font-weight: 500;
  line-height: 22px;
}

.nav-header-eleven ul li a:hover img {
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  transform: translateY(-10px);
}

.nav-header-twelve::before,
.nav-header-twelve::after {
  content: "";
  top: 0;
  width: 484px;
  height: 100%;
  background: url("./../images/nav-right-01.png") 0 0 no-repeat;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
  z-index: -1;
}

.nav-header-twelve::before {
  right: 0;
}

.nav-header-twelve::after {
  left: 0;
  background-image: url("./../images/nav-left-01.png");
}

.nav-header-twelve .container {
  padding: 20px 0 17px;
}

.nav-header-twelve .container::before {
  content: "";
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 70vw;
  height: 100%;
  background: #fed844 url("./../images/bg-nav-098.png") 0 0 no-repeat;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
  z-index: -1;
}

@media only screen and (min-width: 3000px) {
  .nav-header-twelve .container::before {
    width: 90vw;
  }
}

.nav-header-twelve ul {
  gap: 48px;
}

.nav-header-twelve ul li a img {
  width: 36px;
  height: 36px;
  margin-bottom: 6px;
}

.nav-header-twelve ul li a span {
  line-height: 22px;
  font-size: 14px;
  font-weight: 500;
}

.nav-header-twelve ul li a:hover img {
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  transform: translateY(-10px);
}

.nav-header-fourteen {
  margin-top: 27px;
}

.nav-header-fourteen .menu {
  background: #ff2f60 url("./../images/bg-nav-fourteen.png") right top no-repeat;
  -webkit-background-size: 260px 100%;
  -moz-background-size: 260px 100%;
  -o-background-size: 260px 100%;
  background-size: 260px 100%;
  padding: 27px 91px 27px 30px;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 1%;
  -moz-box-flex: 1;
  -ms-flex: 1 0 1%;
  flex: 1 0 1%;
}

.nav-header-fourteen .menu::before {
  content: "\e935";
  color: #fff;
  font-size: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 44px;
  font-family: "icomoon";
}

.nav-header-fourteen .menu li:not(:last-child) {
  margin-left: 24px;
}

.nav-header-fourteen .menu li a {
  font-weight: 500;
  color: #fff;
  line-height: 22px;
}

.nav-header-fourteen .menu li a:hover {
  color: #212341;
}

.nav-header-fourteen .socials {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff9eb), to(#fff));
  background-image: -webkit-linear-gradient(top, #fff9eb, #fff);
  background-image: -moz-linear-gradient(top, #fff9eb, #fff);
  background-image: -o-linear-gradient(top, #fff9eb, #fff);
  background-image: linear-gradient(to bottom, #fff9eb, #fff);
  padding: 23px 40px;
  margin-right: 14px;
}

.nav-header-fourteen .socials li:not(:last-child) {
  margin-left: 14px;
}

.nav-header-fourteen .socials li a {
  font-size: 22px;
  color: #ffb035;
}

.nav-header-fourteen .socials li a:hover {
  color: #212341;
}

.nav-header-fiveteen {
  padding: 29px 0 31px;
}

.nav-header-fiveteen .menu>li:not(:last-child) {
  margin-left: 48px;
}

.nav-header-fiveteen .menu>li>a {
  position: relative;
  line-height: 22px;
  font-size: 14px;
  font-weight: 500;
}

.nav-header-fiveteen .menu>li>a::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 1px;
  background-color: #C9A781;
  -webkit-transform: translateY(-30px);
  -moz-transform: translateY(-30px);
  -ms-transform: translateY(-30px);
  -o-transform: translateY(-30px);
  transform: translateY(-30px);
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  -moz-transition: all .3s linear;
  transition: all .3s linear;
}

.nav-header-fiveteen .menu>li>a:hover::before {
  width: 100%;
}

.nav-header-fiveteen .menu>li.has-child>a::after {
  content: "\e90a";
  font-family: "icomoon";
  font-size: 8px;
  color: #939aa4;
  margin-right: 12px;
  display: inline-block;
  vertical-align: middle;
}

.nav-header-fiveteen .menu>li.has-child>a:hover::after {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.slider-banner-home {
  margin-top: 53px;
}

.slider-banner-home .carousel {
  background-color: #f9f9f9;
}

.slider-banner-home .carousel,
.slider-banner-home .carousel-inner,
.slider-banner-home .carousel-item,
.slider-banner-home .carousel-item img {
  height: 100%;
}

.slider-banner-home .carousel-indicators {
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  width: 100%;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 15px 28px;
  margin: 0 auto 30px;
}

.slider-banner-home .carousel-indicators button {
  width: 8px;
  height: 8px;
  background-color: #fff;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  opacity: 1;
  border: none;
}

.slider-banner-home .carousel-indicators button.active {
  width: 25px;
}

.slider-banner-home .carousel-control-prev,
.slider-banner-home .carousel-control-next {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 2px solid #fff;
  width: 42px;
  height: 42px;
  top: auto;
  right: 37px;
  bottom: 30px;
  left: auto;
  opacity: 1;
}

.slider-banner-home .carousel-control-next {
  right: 91px;
}

@media only screen and (max-width: 767px) {

  .slider-banner-home .carousel,
  .slider-banner-home .carousel img {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
  }
}

.slider-banner-home .row>div:nth-child(n + 3) {
  margin-top: 30px;
}

@media only screen and (max-width: 991px) {
  .slider-banner-home .row>div:nth-child(n + 3) {
    margin-top: 0;
  }

  .slider-banner-home .row>div:nth-child(n + 2) {
    margin-top: 30px;
  }
}

.amazing-offer {
  margin: 108px 0 68px;
}

.amazing-offer::after {
  content: "";
  z-index: -4;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("./../images/bg-amazing-offer.png") 0 0 no-repeat;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
  -webkit-transform: translateY(-260px);
  -moz-transform: translateY(-260px);
  -ms-transform: translateY(-260px);
  -o-transform: translateY(-260px);
  transform: translateY(-260px);
}

.amazing-offer .section-heading .detail {
  padding-right: 60px;
}

.amazing-offer .section-heading .detail::before {
  content: "";
  top: 0;
  right: 0;
  width: 39px;
  height: 62px;
  background: url("./../images/dots-amazing-offer.svg") 0 0 no-repeat;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
  -webkit-filter: brightness(0.98);
  filter: brightness(0.98);
}

.amazing-offer-wrapper {
  background-color: #fff;
  -webkit-box-shadow: 0 15px 50px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 15px 50px rgba(0, 0, 0, 0.1);
  box-shadow: 0 15px 50px rgba(0, 0, 0, 0.1);
  padding: 18px 15px 31px 20px;
}

.amazing-offer-wrapper::after {
  content: "";
  top: -9px;
  left: 0;
  -webkit-transform: scaleX(0.95);
  -moz-transform: scaleX(0.95);
  -ms-transform: scaleX(0.95);
  -o-transform: scaleX(0.95);
  transform: scaleX(0.95);
  background-color: rgba(33, 35, 65, 0.04);
  width: 100%;
  height: 100%;
  z-index: -1;
}

.amazing-offer-wrapper::before {
  content: "";
  top: -16px;
  left: 0;
  -webkit-transform: scaleX(0.9);
  -moz-transform: scaleX(0.9);
  -ms-transform: scaleX(0.9);
  -o-transform: scaleX(0.9);
  transform: scaleX(0.9);
  background-color: rgba(33, 35, 65, 0.04);
  width: 100%;
  height: 100%;
  z-index: -2;
}

.amazing-offer .product {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  text-align: center;
}

.amazing-offer .product-image .discount {
  width: 60px;
  height: 32px;
  line-height: 32px;
  background-color: #ee232b;
  -webkit-border-radius: 50px 50px 50px 0;
  -moz-border-radius: 50px 50px 50px 0;
  border-radius: 50px 50px 50px 0;
}

.amazing-offer .product-image .discount::after {
  content: none;
}

.amazing-offer .product-hover {
  padding: 16px 0;
}

.amazing-offer .product .detail {
  padding: 0 8px;
}

.amazing-offer .product .offer {
  background-color: #fff9eb;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  line-height: 28px;
  padding: 0 22px;
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #212341;
  -webkit-text-decoration-color: #707070;
  -moz-text-decoration-color: #707070;
  text-decoration-color: #707070;
}

@media only screen and (max-width: 991px) {
  .amazing-offer .product .detail .price {
    font-size: 22px;
  }
}

.amazing-offer .product-four .product-image .discount {
  left: 0;
}

.amazing-offer .swiper {
  padding-top: 14px;
}

.amazing-offer .swiper-slide {
  padding: 0 14px;
}

.amazing-offer .swiper-slide:not(:last-child)::after {
  content: "";
  top: 50%;
  left: 0;
  width: 1px;
  height: 80%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #f5f3fc;
}

.amazing-offer .swiper-button-next,
.amazing-offer .swiper-button-prev {
  top: -93px;
  right: auto;
  left: 140px;
}

.amazing-offer .swiper-button-next {
  left: 175px;
}

.amazing-offer-btn {
  height: 41px;
  width: 215px;
  margin: 0 auto;
  background: url("./../images/amazing-offer-scroll-bottom.png") 0 0 no-repeat;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
}

.top-products {
  margin: 102px 0 0;
  padding-bottom: 65px;
}

.top-products::before {
  content: "";
  top: 0;
  right: 0;
  width: 289px;
  height: 883px;
  background: url("./../images/shape-top-products.png") 0 0 no-repeat;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
  -webkit-transform: translate(140px, -260px);
  -moz-transform: translate(140px, -260px);
  -ms-transform: translate(140px, -260px);
  -o-transform: translate(140px, -260px);
  transform: translate(140px, -260px);
  z-index: -1;
}

.top-products .container::before {
  content: "";
  z-index: -1;
  right: 0;
  bottom: 0;
  background: url("./../images/pattern-01.png") 0 0 no-repeat;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
  width: 120px;
  height: 199px;
  -webkit-transform: translate(20px, 34px);
  -moz-transform: translate(20px, 34px);
  -ms-transform: translate(20px, 34px);
  -o-transform: translate(20px, 34px);
  transform: translate(20px, 34px);
}

.top-products-tabs {
  margin-bottom: 50px;
}

.top-products-tabs::-webkit-scrollbar {
  display: none;
}

.top-products-tabs::after {
  content: "";
  width: -webkit-calc(100% - 350px);
  width: -moz-calc(100% - 350px);
  width: calc(100% - 350px);
  height: 5px;
  left: 0;
  top: 50%;
  background-color: #f8f9fb;
  margin-right: 20px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: -1;
}

@media only screen and (max-width: 575px) {
  .top-products-tabs::after {
    content: none;
  }
}

.top-products-tabs .nav-item:not(:last-child) {
  margin-left: 5px;
}

.top-products-tabs .nav-item .nav-link {
  font-size: 16px;
  font-weight: 500;
  color: #212341;
  padding: 10px 26px;
  cursor: pointer;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
}

.top-products-tabs .nav-item .nav-link.active,
.top-products-tabs .nav-item .nav-link:hover {
  background-color: #ee273a;
  color: #fff;
  -webkit-box-shadow: 0 10px 25px rgba(238, 39, 58, 0.25);
  -moz-box-shadow: 0 10px 25px rgba(238, 39, 58, 0.25);
  box-shadow: 0 10px 25px rgba(238, 39, 58, 0.25);
}

@media only screen and (max-width: 575px) {
  .top-products-tabs {
    overflow: auto hidden;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
}

.top-seller-home {
  margin: 130px 0;
}

@media only screen and (max-width: 767px) {
  .top-seller-home {
    margin: 70px 0;
  }
}

.top-seller-home .section-heading .detail::after {
  content: "";
  width: -webkit-calc(100% - 350px);
  width: -moz-calc(100% - 350px);
  width: calc(100% - 350px);
  height: 5px;
  background-color: #f8f9fb;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 140px;
}

@media only screen and (max-width: 575px) {
  .top-seller-home .section-heading .detail::after {
    content: none;
  }
}

.top-seller-home .section-heading-title {
  font-size: 18px;
  font-weight: 500;
  color: #212341;
}

.top-seller-home .section-heading-sub-title {
  font-size: 24px;
  font-weight: 900;
  color: #ee273a;
}

.top-seller-home .swiper-button-next,
.top-seller-home .swiper-button-prev {
  top: 31px;
  right: auto;
  left: 140px;
}

.top-seller-home .swiper-button-prev {
  left: 175px;
}

@media only screen and (max-width: 575px) {

  .top-seller-home .swiper-button-next,
  .top-seller-home .swiper-button-prev {
    left: 0;
  }

  .top-seller-home .swiper-button-prev {
    left: 35px;
  }
}

.top-category-wrapper {
  background-color: #fff;
}

.top-category-wrapper::before {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 250px;
  background: url("./../images/top-category-01.png") 0 0 no-repeat;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
  -webkit-transform: translateY(-240px);
  -moz-transform: translateY(-240px);
  -ms-transform: translateY(-240px);
  -o-transform: translateY(-240px);
  transform: translateY(-240px);
  z-index: -1;
}

.top-category-wrapper::after {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 250px;
  background: url("./../images/top-category-02.png") 0 0 no-repeat;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
  -webkit-transform: translateY(117px);
  -moz-transform: translateY(117px);
  -ms-transform: translateY(117px);
  -o-transform: translateY(117px);
  transform: translateY(117px);
  z-index: -1;
}

.top-category-item i {
  width: 65px;
  height: 80px;
  background-color: #fff;
  border: 1px solid #f5f3fc;
  font-size: 31px;
  color: #000;
  margin: 0 auto;
}

.top-category-item i.icon-ball {
  font-size: 33px;
}

.top-category-item i.icon-weight {
  font-size: 18px;
}

.top-category-item span {
  line-height: 30px;
  margin-top: 22px;
  text-align: center;
  color: #212341;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

@media only screen and (max-width: 1199px) {
  .top-category-item span {
    font-size: 13px;
  }
}

.top-category-item:hover i {
  background-color: #2d365d;
  border-color: #2d365d;
  color: #fff;
}

.top-category .swiper {
  max-width: 90%;
  width: 100%;
  margin: 0 auto;
}

.top-category .swiper-button-prev {
  right: 0;
}

.top-category .swiper-button-next {
  left: 0;
}

.about-us-home {
  margin: 120px 0 76px;
}

.about-us-home-heading .sup-title {
  font-size: 16px;
  color: #ee273a;
  line-height: 30px;
}

.about-us-home-heading .title {
  font-size: 30px;
  font-weight: 900;
  line-height: 30px;
  padding-bottom: 16px;
}

.about-us-home-heading .title::after {
  content: "";
  bottom: 0;
  right: 0;
  width: 53px;
  height: 1px;
  background-color: #2d365d;
}

.about-us-home-heading ul li:not(:last-child) {
  margin-left: 19px;
}

.about-us-home-heading ul li a {
  font-size: 20px;
  color: #efefef;
}

.about-us-home-heading ul li:first-child a:hover i {
  color: #00acee;
}

.about-us-home-heading ul li:nth-child(2) a:hover i {
  color: #0072b1;
}

.about-us-home-heading ul li:nth-child(3) a:hover i {
  color: #e1306c;
}

.about-us-home-heading ul li:last-child a:hover i {
  color: #075e54;
}

.about-us-home p {
  margin: 20px 0 30px;
  line-height: 30px;
  font-size: 13px;
}

.about-us-home .time-work {
  line-height: 35px;
  margin-left: 20px;
  background-color: #fff3f0;
  font-size: 13px;
  color: #ff8a66;
  padding: 0 11px 0 27px;
}

.about-us-home .time-work i {
  font-size: 15px;
  margin-left: 12px;
}

.about-us-home .btn {
  font-size: 13px;
  font-weight: 300;
  padding: 8px 21px;
}

.about-us-home .btn i {
  color: #b3bbc7;
  margin-right: 36px;
}

@media only screen and (max-width: 991px) {
  .about-us-home-heading {
    margin-top: 20px;
  }
}

@media only screen and (max-width: 575px) {
  .about-us-home .time-work {
    padding: 0 11px;
    margin-left: 12px;
  }
}

.new-article .heading {
  border-top: 1px solid #f5f3fc;
  padding-top: 59px;
  margin-bottom: 35px;
}

.new-article .heading .title {
  font-weight: 900;
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.new-article .heading .title::after {
  content: "";
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 30px;
  height: 1px;
  background-color: #707070;
}

.new-article .heading .title,
.new-article .heading .title mark {
  color: #212341;
}

.new-article .heading .title mark {
  background-color: #fff4cc;
}

.new-article .heading a {
  color: #212341;
}

.new-article .heading a:hover {
  color: #ee273a;
}

.new-article .swiper {
  overflow: hidden;
}

@media only screen and (max-width: 575px) {
  .new-article .swiper {
    overflow: visible;
  }
}

.new-article .swiper-slide-active .article-three figure {
  -webkit-box-shadow: -25px 5px 50px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: -25px 5px 50px rgba(0, 0, 0, 0.07);
  box-shadow: -25px 5px 50px rgba(0, 0, 0, 0.07);
}

.new-article .swiper-slide-active+div+div .article-three figure {
  -webkit-box-shadow: 25px 5px 50px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 25px 5px 50px rgba(0, 0, 0, 0.07);
  box-shadow: 25px 5px 50px rgba(0, 0, 0, 0.07);
}

.new-article .swiper-slide-active+div+div+div .article-three figure {
  -webkit-box-shadow: -50px 5px 50px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: -50px 5px 50px rgba(0, 0, 0, 0.07);
  box-shadow: -50px 5px 50px rgba(0, 0, 0, 0.07);
}

@media only screen and (max-width: 991px) {
  .new-article .swiper-slide-active+div .article-three figure {
    -webkit-box-shadow: 25px 5px 50px rgba(0, 0, 0, 0.07);
    -moz-box-shadow: 25px 5px 50px rgba(0, 0, 0, 0.07);
    box-shadow: 25px 5px 50px rgba(0, 0, 0, 0.07);
  }

  .new-article .swiper-slide-active+div+div .article-three figure {
    -webkit-box-shadow: -50px 5px 50px rgba(0, 0, 0, 0.07);
    -moz-box-shadow: -50px 5px 50px rgba(0, 0, 0, 0.07);
    box-shadow: -50px 5px 50px rgba(0, 0, 0, 0.07);
  }
}

@media only screen and (max-width: 575px) {

  .new-article .swiper-slide-active .article-three figure,
  .new-article .swiper-slide-active+div .article-three figure,
  .new-article .swiper-slide-active+div+div .article-three figure {
    -webkit-box-shadow: 0 5px 50px rgba(0, 0, 0, 0.07);
    -moz-box-shadow: 0 5px 50px rgba(0, 0, 0, 0.07);
    box-shadow: 0 5px 50px rgba(0, 0, 0, 0.07);
  }
}

.footer {
  margin-top: 61px;
  padding: 25px 0 0;
}

.footer .container::after {
  content: "";
  z-index: -1;
  width: 100%;
  height: 250px;
  background: url("./../images/shadow-footer.png") 0 0 no-repeat;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
  top: 0;
  left: 0;
  -webkit-transform: translateY(-25px);
  -moz-transform: translateY(-25px);
  -ms-transform: translateY(-25px);
  -o-transform: translateY(-25px);
  transform: translateY(-25px);
}

.footer-scroll-header {
  background-color: #212341;
  width: 55px;
  height: 55px;
  line-height: 55px;
  font-size: 12px;
  margin-bottom: 70px;
  color: #fff;
}

.footer-name-shop {
  font-size: 20px;
  font-weight: 900;
  color: #ee273a;
  line-height: 30px;
}

.footer-name-shop::after {
  content: "";
  top: -webkit-calc(100% + 15px);
  top: -moz-calc(100% + 15px);
  top: calc(100% + 15px);
  right: 0;
  width: 36px;
  height: 5px;
  background-color: #f5f3fc;
}

@media only screen and (max-width: 1199px) {
  .footer-name-shop {
    font-size: 18px;
  }
}

.footer-socials li:not(:last-child) {
  margin-left: 10px;
}

@media only screen and (max-width: 1199px) {
  .footer-socials li:not(:last-child) {
    margin-left: 5px;
  }
}

.footer-socials li a {
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  background-color: #f8f9fb;
  font-size: 20px;
  color: #dbe1e6;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}


.footer-contact i {
  width: 39px;
  height: 39px;
  background-color: #ee273a;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  line-height: 39px;
  margin-left: 9px;
  font-size: 20px;
  color: #fff;
}

.footer-contact .detail {
  max-width: -webkit-calc(100% - 48px);
  max-width: -moz-calc(100% - 48px);
  max-width: calc(100% - 48px);
  width: 100%;
}

.footer-contact .detail .title {
  font-size: 13px;
  color: #939aa4;
  line-height: 20px;
}

.footer-contact .detail .sub-title {
  font-size: 20px;
  color: #212341;
  line-height: 28px;
  font-weight: 900;
}

.footer-contact .detail .sub-title span {
  font-size: 18px;
  font-weight: 400;
  margin-right: 3px;
  line-height: 25px;
}

@media only screen and (max-width: 1199px) {
  .footer-contact .detail .sub-title {
    font-size: 17px;
  }

  .footer-contact .detail .sub-title span {
    font-size: 15px;
  }
}

.footer-description-nav {
  margin-top: 58px;
}

.footer-description {
  line-height: 28px;
  color: #2d365d;
}

.footer-nav li:not(:last-child) {
  margin-bottom: 10px;
}

.footer-nav li a {
  display: inline-block;
  font-size: 13px;
  font-weight: 500;
  color: #232323;
  line-height: 30px;
}

.footer-nav li a::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background-color: #ffb035;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  width: 10px;
  height: 3px;
  margin-left: 10px;
}

.footer-nav li a:hover {
  color: #ee273a;
}

.footer-nav li a:hover::before {
  margin-left: 5px;
}

.footer-newsletter .title {
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 20px;
}

.footer-newsletter .title b {
  font-weight: 900;
}

.footer-newsletter .title i {
  font-size: 25px;
  color: #cbd7e1;
  margin-left: 13px;
}

.footer-newsletter .form-control {
  background-color: #f8f9fb;
  font-size: 13px;
  font-weight: 500;
  color: #7f7f84;
  padding: 13px 25px 11px;
  border-color: #f8f9fb;
  margin-bottom: 15px;
}

.footer-newsletter .form-control:focus {
  border-color: #ee273a;
}

.footer-newsletter .btn {
  background-color: #2d365d;
  padding: 12px 29px;
  font-weight: 500;
  font-size: 14px;
}

.footer-newsletter .btn:focus,
.footer-newsletter .btn:hover,
.footer-newsletter .btn:active {
  background-color: #3a4678;
}

.footer-bottom {
  padding-top: 34px;
  margin-top: 35px;
  border-top: 1px solid #f5f3fc;
}

.footer-namad li:not(:last-child) {
  margin-left: 32px;
}

@media only screen and (max-width: 1199px) {
  .footer-namad li:not(:last-child) {
    margin-left: 10px;
  }
}

.footer-namad li a img {
  height: 97px;
}

@media only screen and (max-width: 575px) {
  .footer-namad li {
    max-width: 33.333333%;
    width: 100%;
  }

  .footer-namad li:not(:last-child) {
    margin-left: 0;
  }
}

.footer-app .btn {
  padding: 0;
  width: 211px;
  height: 48px;
  line-height: 48px;
  background-color: #000222;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.footer-app .btn:first-child {
  margin-left: 10px;
}

.footer-app .btn img {
  height: 34px;
}

@media only screen and (max-width: 575px) {
  .footer-app .btn {
    width: 100%;
  }

  .footer-app .btn:first-child {
    margin: 0 0 10px;
  }
}

.footer-copyright {
  margin-top: 34px;
  padding: 41px 0 31px;
  -webkit-border-radius: 50px 50px 0 0;
  -moz-border-radius: 50px 50px 0 0;
  border-radius: 50px 50px 0 0;
  background-color: #181931;
  color: #fff;
  font-weight: 300;
}

.footer-copyright b {
  font-weight: bold;
}

@media only screen and (max-width: 575px) {
  .footer-copyright {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    margin: 34px -12px 0;
    padding: 20px 12px;
  }
}

.footer.primary .footer-name-shop {
  color: #003cff;
}

.footer.primary .footer-contact i {
  background-color: #003cff;
}

.footer.gold .footer-name-shop {
  color: #c9a781;
}

.footer.gold .footer-contact i {
  background-color: #c9a781;
}

.detail-product-info {
  margin-top: 20px;
}

.detail-product-info .gallery-image {
  background-color: #f3f3f3;
  padding: 14px 14px 15px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}

.detail-product-info .gallery-image-origin {
  background-color: #fff;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  padding: 29px 18px 28px 19px;
  margin-bottom: 15px;
}

.detail-product-info .gallery-image-origin img {
  width: 90%;
}

.detail-product-info .gallery-image-item {
  background-color: #fff;
  padding: 19px;
  cursor: pointer;
}

.detail-product-info .gallery-image .swiper-button-next,
.detail-product-info .gallery-image .swiper-button-prev {
  background-color: #fff;
  width: 30px;
  height: 70px;
  -webkit-box-shadow: 0 5px 30px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 5px 30px rgba(0, 0, 0, 0.16);
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.16);
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  top: auto;
  bottom: 51px;
}

.detail-product-info .gallery-image .swiper-button-next {
  left: -12px;
}

.detail-product-info .gallery-image .swiper-button-prev {
  right: -12px;
}

@media only screen and (max-width: 575px) {

  .detail-product-info .gallery-image .swiper-button-next,
  .detail-product-info .gallery-image .swiper-button-prev {
    width: 24px;
    height: 45px;
    bottom: 80px;
  }

  .detail-product-info .gallery-image .swiper-button-next {
    left: -4px;
  }

  .detail-product-info .gallery-image .swiper-button-prev {
    right: -4px;
  }
}

@media only screen and (max-width: 499px) {

  .detail-product-info .gallery-image .swiper-button-next,
  .detail-product-info .gallery-image .swiper-button-prev {
    bottom: 60px;
  }
}

@media only screen and (max-width: 449px) {

  .detail-product-info .gallery-image .swiper-button-next,
  .detail-product-info .gallery-image .swiper-button-prev {
    bottom: 50px;
  }
}

@media only screen and (max-width: 360px) {

  .detail-product-info .gallery-image .swiper-button-next,
  .detail-product-info .gallery-image .swiper-button-prev {
    bottom: 45px;
  }
}

@media only screen and (max-width: 335px) {

  .detail-product-info .gallery-image .swiper-button-next,
  .detail-product-info .gallery-image .swiper-button-prev {
    bottom: 40px;
  }
}

.detail-product-offer {
  -webkit-mask: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADcAAAAjCAMAAAAHQmL5AAAASFBMVEUAAADuJjnuJjnuJjntJjnuJjnvJTnvJjjwJDjzJTjuJjnuJjnuJjjuIjnuJjruJjnuJjnuJjjwJznxIzbtJDftJjruJjnuJzqLAPZEAAAAF3RSTlMA5t/M2Z1vS0EUvZJdHevTs1MxIw73h4zLlc8AAACbSURBVDjLndNJDoMwEETRas9gM5P0/W8axRKK2ER0/f1bflzl6EX/Jz5m3Guiz3Ibfg2jPm89L7aLWgoHetOsttzQXVBr/suS2tsACOEWICvTjki5NwLlRsyUc1CqF+mEdJ50lXSFcwGca5zzoFz/j2AHGLeeIJzLgNWJrwW4uzGVCZa6it2YXQIY10C5CsoFcK5wbgFXIt3AsQ+lsXOGCrtOogAAAABJRU5ErkJggg==) 0 0/100% 100%;
  mask: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADcAAAAjCAMAAAAHQmL5AAAASFBMVEUAAADuJjnuJjnuJjntJjnuJjnvJTnvJjjwJDjzJTjuJjnuJjnuJjjuIjnuJjruJjnuJjnuJjjwJznxIzbtJDftJjruJjnuJzqLAPZEAAAAF3RSTlMA5t/M2Z1vS0EUvZJdHevTs1MxIw73h4zLlc8AAACbSURBVDjLndNJDoMwEETRas9gM5P0/W8axRKK2ER0/f1bflzl6EX/Jz5m3Guiz3Ibfg2jPm89L7aLWgoHetOsttzQXVBr/suS2tsACOEWICvTjki5NwLlRsyUc1CqF+mEdJ50lXSFcwGca5zzoFz/j2AHGLeeIJzLgNWJrwW4uzGVCZa6it2YXQIY10C5CsoFcK5wbgFXIt3AsQ+lsXOGCrtOogAAAABJRU5ErkJggg==) 0 0/100% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  width: 55px;
  height: 35px;
  text-align: center;
  line-height: 25px;
  color: #fff;
  font-weight: bold;
  top: 14px;
  left: 14px;
  background-color: #eb2856;
}

.detail-product-icons {
  top: 50px;
  right: -6px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  background-color: #212341;
  -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.25);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.25);
  padding: 25px 10px;
  cursor: pointer;
}

.detail-product-icons li {
  font-size: 20px;
  color: #fff;
}

.detail-product-icons li:not(:last-child) {
  margin-bottom: 19px;
}

.detail-product .detail .count-comments-rate {
  line-height: 15px;
  padding: 0 5px;
  background-color: #fff9eb;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 12px;
}

.detail-product .detail .count-comments-rate .count-comment {
  font-size: 20px;
  font-weight: 900;
  margin-left: 24px;
}

.detail-product .detail .count-comments-rate .count-comment span {
  font-size: 14px;
  font-weight: bold;
  margin-right: 3px;
}

.detail-product .detail .count-comments-rate .count-rate {
  font-weight: bold;
  color: #2d365d;
}

.detail-product .detail .count-comments-rate .count-rate i {
  color: #ef9a3d;
  font-size: 20px;
  margin-right: 4px;
}

.detail-product .detail .name {
  font-size: 24px;
  font-weight: 900;
  line-height: 33px;
  margin-bottom: 0px;
}

.detail-product .detail .name-en {
  font-size: 14px;
  font-weight: 300;
  line-height: 23px;
  color: #b3bbc7;
  margin-bottom: 31px;
}

.detail-product .detail .full-info {
  padding: 17px 0 15px;
  margin-bottom: 38px;
}

.detail-product .detail .full-info li:first-child {
  padding: 0 4px 0 17px;
  font-weight: 500;
  color: #00867d;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.detail-product .detail .full-info li:first-child::after {
  content: "";
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #edf5e6;
  width: 100%;
  height: 15px;
  z-index: -1;
}

.detail-product .detail .full-info li:first-child i {
  font-size: 29px;
  margin-left: 8px;
}

.detail-product .detail .full-info li:not(:first-child) {
  line-height: 18px;
  text-align: center;
}

.detail-product .detail .full-info li:not(:first-child)::after {
  content: "";
  top: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, 10px);
  -moz-transform: translate(-50%, 10px);
  -ms-transform: translate(-50%, 10px);
  -o-transform: translate(-50%, 10px);
  transform: translate(-50%, 10px);
  width: 10px;
  height: 10px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #e7ebee;
}

.detail-product .detail .full-info li:not(:first-child) span {
  color: #b3bbc7;
}

.detail-product .detail .full-info li:not(:first-child) a {
  color: #212341;
  font-weight: bold;
}

.detail-product .detail .full-info li:not(:first-child) a:hover {
  color: #ee273a;
}

.detail-product .detail .full-info::after,
.detail-product .detail .full-info::before,
.detail-product .detail .count-price::after,
.detail-product .detail .count-price::before {
  content: "";
  top: 0;
  right: -24px;
  width: -webkit-calc(100% + 24px);
  width: -moz-calc(100% + 24px);
  width: calc(100% + 24px);
  height: 1px;
  background-color: #f5f3fc;
}

.detail-product .detail .full-info::before,
.detail-product .detail .count-price::before {
  top: auto;
  bottom: 0;
}

.detail-product .detail .options {
  margin-bottom: 29px;
}

.detail-product .detail .options::before {
  content: "";
  top: 0;
  right: 0;
  width: 25px;
  height: 93px;
  background: url("./../images/pattern-options.png") 0 0 no-repeat;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
}

.detail-product .detail .options .title {
  line-height: 25px;
  font-weight: 900;
  margin-bottom: 10px;
  color: #232323;
}

.detail-product .detail .options ul li {
  color: #232323;
  max-width: 50%;
  width: 100%;
  line-height: 35px;
}

.detail-product .detail .options,
.detail-product .detail .color-size {
  padding-right: 41px;
}

.detail-product .detail .titr {
  font-weight: bold;
  color: #232323;
  line-height: 24px;
  margin-left: 15px;
}

.detail-product .detail select {
  width: 88px;
  height: 30px;
  text-align: center;
  padding-left: 30px;
  font-size: 14px;
  font-weight: 300;
}

.detail-product .detail .count-price {
  padding: 16px 0 14px;
  margin: 27px 0 38px;
}

.detail-product .detail .count-price .price {
  font-weight: bold;
  color: #232323;
  line-height: 24px;
}

.detail-product .detail .count-price .price del {
  font-size: 16px;
  font-weight: 300;
  color: #ee232b;
  line-height: 25px;
  -webkit-text-decoration-color: #707070;
  -moz-text-decoration-color: #707070;
  text-decoration-color: #707070;
  margin: 0 13px 0 19px;
}

.detail-product .detail .count-price .price span {
  font-size: 22px;
  font-weight: 900;
  line-height: 45px;
  color: #49be78;
}

.detail-product .detail .count-price .price span i {
  font-size: 18px;
  font-weight: 300;
  line-height: 27px;
  color: #232323;
  font-style: normal;
}

.detail-product .detail .btn-success {
  padding: 0;
  font-size: 16px;
  font-weight: bold;
  max-width: 414px;
  width: 100%;
  height: 55px;
  line-height: 55px;
  -webkit-box-shadow: 0 10px 25px rgba(103, 185, 48, 0.25);
  -moz-box-shadow: 0 10px 25px rgba(103, 185, 48, 0.25);
  box-shadow: 0 10px 25px rgba(103, 185, 48, 0.25);
  background-color: #67b930;
}

.detail-product .detail .btn-success:hover,
.detail-product .detail .btn-success:focus,
.detail-product .detail .btn-success:active {
  background-color: #559928;
}

@media only screen and (max-width: 991px) {
  .detail-product-info {
    margin-top: 50px;
  }

  .detail-product .detail {
    margin-top: 32px;
  }

  .detail-product .detail .btn {
    max-width: 100%;
  }

  .detail-product .swiper-products .swiper-button-next,
  .detail-product .swiper-products .swiper-button-prev {
    top: 50px;
  }
}

@media only screen and (max-width: 575px) {
  .detail-product .detail .full-info li:first-child {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -moz-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
    margin-top: 12px;
  }

  .detail-product .detail .full-info li:not(:first-child) {
    width: 33.333333%;
    text-align: right;
  }

  .detail-product .detail .options,
  .detail-product .detail .color-size {
    padding-right: 0;
  }

  .detail-product .detail .options::before {
    content: none;
  }

  .detail-product .detail .options ul li {
    max-width: 100%;
  }

  .detail-product .detail .color-size .color {
    margin-bottom: 16px;
  }

  .detail-product .swiper-products .swiper-button-next,
  .detail-product .swiper-products .swiper-button-prev {
    top: 60px;
  }
}

.detail-product-review {
  margin: 79px 0 130px;
  background-color: #f8f9fb;
  padding: 53px 50px 103px 67px;
}

.detail-product-review .title {
  font-size: 18px;
  font-weight: 900;
  color: #2d365d;
  line-height: 28px;
  margin-bottom: 32px;
}

.detail-product-review .title i {
  color: #e7ebee;
  font-size: 32px;
  margin-left: 20px;
}

.detail-product-review-content {
  padding-right: 50px;
  overflow: hidden;
  height: 131px;
}

.detail-product-review-content::before {
  content: "";
  top: 0;
  right: 0;
  width: 27px;
  height: 131px;
  background: url("./../images/pattern-review.png") 0 0 no-repeat;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
  -webkit-filter: brightness(0.98);
  filter: brightness(0.98);
}

.detail-product-review-content p {
  margin-bottom: 0;
  font-size: 15px;
  color: #2d365d;
  line-height: 28px;
  text-align: justify;
}

.detail-product-review .btn {
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 17px);
  -moz-transform: translate(-50%, 17px);
  -ms-transform: translate(-50%, 17px);
  -o-transform: translate(-50%, 17px);
  transform: translate(-50%, 17px);
  font-size: 13px;
  font-weight: 300;
  padding: 8px 20px;
}

.detail-product-review .btn i {
  color: #b3bbc7;
  margin-right: 20px;
}

@media only screen and (max-width: 767px) {
  .detail-product-review {
    padding: 40px 32px 60px 45px;
  }

  .detail-product-review-content {
    padding-right: 0;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
  }

  .detail-product-review-content::before {
    content: none;
  }
}

@media only screen and (max-width: 575px) {
  .detail-product-review {
    padding: 32px 20px 60px;
  }
}

.detail-product .tab-content {
  margin-top: 61px;
}

.footer-two {
  margin-top: 83px;
  padding: 154px 0 32px;
}

.footer-two::before {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 250px;
  background: url("./../images/shadow-footer.png") 0 0 no-repeat;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
  z-index: -1;
}

.footer-two-logo img {
  height: 46px;
}

.footer-two-about p {
  margin-top: 33px;
  color: #2d365d;
  line-height: 40px;
}

.footer-two-about p b {
  font-weight: 900;
  color: #ee273a;
}

.footer-two-titr-nav {
  font-size: 18px;
  font-weight: bold;
  line-height: 28px;
  margin-bottom: 25px;
  padding-top: 24px;
}

.footer-two-titr-nav span {
  color: #ee273a;
}

.footer-two-nav li:not(:last-child) {
  margin-bottom: 10px;
}

.footer-two-nav li a {
  display: inline-block;
  color: #232323;
  line-height: 30px;
}

.footer-two-nav li a::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 8px;
  height: 8px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #d5dbe0;
  margin-left: 14px;
}

.footer-two-nav li a:hover {
  color: #ee273a;
}

.footer-two-nav li a:hover::before {
  background-color: #ee273a;
}

.footer-two .btn-danger {
  -webkit-box-shadow: 0 15px 25px rgba(238, 39, 58, 0.25);
  -moz-box-shadow: 0 15px 25px rgba(238, 39, 58, 0.25);
  box-shadow: 0 15px 25px rgba(238, 39, 58, 0.25);
  width: 55px;
  height: 55px;
  line-height: 55px;
  margin: 100px auto -28px;
  z-index: 3;
}

.footer-two-contact {
  padding-top: 59px;
  border-top: 1px solid #f5f3fc;
}

.footer-two-address {
  line-height: 40px;
}

.footer-two-address .title {
  font-size: 16px;
}

.footer-two-address .title b {
  font-weight: 900;
  color: #ee273a;
}

.footer-two-namads a:not(:last-child) {
  margin-left: 5px;
}

.footer-two-phone {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-left: 35px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.footer-two-phone::after {
  content: "";
  top: 40px;
  left: 0;
  width: 80px;
  height: 91px;
  background: url("./../images/phone-footer.png") 0 0 no-repeat;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
}

.footer-two-phone div {
  font-size: 35px;
  color: #ee273a;
  line-height: 39px;
  font-weight: 900;
  direction: ltr;
}

.footer-two-phone div span {
  margin-right: 6px;
  font-size: 18px;
  font-weight: 400;
  color: #212341;
  line-height: 27px;
}

.footer-two-phone>span {
  font-size: 13px;
  color: #939aa4;
}

.footer-two .time-work {
  background-color: #f8f9fb;
  margin: 41px 0 47px;
  line-height: 27px;
  font-size: 18px;
  font-weight: 900;
  padding: 24px 12px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
}

@media only screen and (max-width: 575px) {
  .footer-two .time-work {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    font-size: 15px;
    padding: 14px 12px;
  }
}

.footer-two-copyright {
  color: #2d365d;
  font-weight: 300;
  line-height: 21px;
}

.footer-two-socials li:not(:last-child) {
  margin-left: 18px;
}

.footer-two-socials li a {
  font-size: 20px;
  color: #2d365d;
}


.category .breadcrumb {
  margin-bottom: 88px;
}

.category-sidebar-box:not(:last-child) {
  margin-bottom: 57px;
}

.category-sidebar-box-heading {
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  background-color: #f8f9fb;
  padding: 22px 20px;
  font-size: 13px;
  line-height: 21px;
  margin-bottom: 26px;
}

.category-sidebar-box-heading,
.category-sidebar-box-heading i {
  color: #2d365d;
}

.category-sidebar-box-heading i {
  font-size: 20px;
  margin-left: 10px;
}

.category-sidebar-box-body {
  padding: 0 22px;
  overflow: hidden auto;
  max-height: 300px;
  scrollbar-width: 2px;
  scrollbar-color: #ee273a;
  scrollbar-track-color: #cbd7e1;
}

.category-sidebar-box-body::-webkit-scrollbar {
  width: 2px;
}

.category-sidebar-box-body::-webkit-scrollbar-thumb {
  background-color: #ee273a;
}

.category-sidebar-box-body::-webkit-scrollbar-track {
  background-color: #cbd7e1;
}

.category-sidebar-box-items li:not(:last-child) {
  margin-bottom: 20px;
}

.category-sidebar-box-items li ul {
  padding-right: 20px;
  height: 0;
  overflow: hidden;
}

.category-sidebar-box-items li.has-child span {
  top: 8px;
  left: 0;
  width: 10px;
  height: 10px;
  cursor: pointer;
}

.category-sidebar-box-items li.has-child span::after {
  content: "";
  top: 4px;
  left: 0;
  width: 10px;
  height: 2px;
  background-color: #2d365d;
}

.category-sidebar-box-items li.has-child span::before {
  content: "";
  top: 0;
  left: 4px;
  width: 2px;
  height: 10px;
  background-color: #2d365d;
}

.category-sidebar-box-items li.opened.has-child span::before {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

.category-sidebar-box-items li.opened ul {
  margin-top: 20px;
}

.category-sidebar .filter-price .category-sidebar-box-heading {
  background-color: #edf5e6;
  color: #67b930;
}

.category-sidebar .filter-price .category-sidebar-box-body {
  overflow: unset;
}

.category-sidebar .filter-price #category-price {
  margin-bottom: 50px;
}

.category-sidebar .filter-price-value:not(:last-child) {
  margin-bottom: 14px;
}

.category-sidebar .filter-price-value span {
  font-size: 13px;
  color: #2d365d;
  line-height: 17px;
  margin-left: 22px;
}

.category-sidebar .filter-price-value .form-control {
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  border: 1px solid #e7ebee;
  height: 56px;
  background-color: transparent;
  font-size: 13px;
  color: #212341;
}

.category-sidebar .exists-products {
  margin-bottom: 20px;
}

.category-heading .name-category {
  line-height: 30px;
  font-size: 24px;
  font-weight: 900;
}

.category-heading .name-category span {
  font-size: 18px;
  font-weight: 300;
}

.category-heading .counter li {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f3fc), to(#fff));
  background-image: -webkit-linear-gradient(top, #f5f3fc, #fff);
  background-image: -moz-linear-gradient(top, #f5f3fc, #fff);
  background-image: -o-linear-gradient(top, #f5f3fc, #fff);
  background-image: linear-gradient(to bottom, #f5f3fc, #fff);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  width: 55px;
  height: 98px;
  color: #b3bbc7;
  text-align: center;
  line-height: 15px;
  padding: 17px 5px 0;
}

.category-heading .counter li:not(:last-child) {
  margin-left: 10px;
}

.category-heading .counter li span {
  font-size: 20px;
  color: #9087ce;
  line-height: 31px;
  font-weight: 900;
}

.category-search {
  margin: 59px 0 26px;
  border: 10px solid #f8f9fb;
}

.category-search .form-control {
  background-color: #fff;
  border: none;
  font-size: 13px;
  font-weight: 400;
  color: #d8dee8;
  padding: 0 30px;
  height: 55px;
  max-width: -webkit-calc(100% - 73px);
  max-width: -moz-calc(100% - 73px);
  max-width: calc(100% - 73px);
  width: 100%;
}

.category-search .btn {
  top: -1px;
  bottom: -1px;
  left: 0;
  height: 57px;
  line-height: 55px;
  padding: 0;
  width: 95%;
  text-align: left;
  font-size: 16px;
  padding-left: 34px;
}

.category-sort {
  margin-bottom: 66px;
}

.category-sort .title {
  color: #2d365d;
  font-size: 16px;
  margin-left: 81px;
}

.category-sort .title b {
  font-weight: 900;
  line-height: 25px;
}

.category-sort ul li:not(:last-child) {
  margin-left: 52px;
}

.category-sort ul li label {
  padding: 38px 12px 12px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  cursor: pointer;
  font-size: 13px;
  line-height: 21px;
  border: 1px solid transparent;
}

.category-sort ul li label::after {
  content: "";
  top: 9px;
  right: 12px;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #e2e2e2;
}

.category-sort ul li label::before {
  content: "";
  width: 12px;
  height: 12px;
  background-color: #212341;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  top: 13px;
  right: 16px;
  opacity: 0;
}

.category-sort ul li input:checked+label {
  border-color: #e7ebee;
}

.category-sort ul li input:checked+label::before {
  opacity: 1;
}

.category .product {
  margin-bottom: 40px;
}

.category-btn-filter {
  border: 1px solid #212341;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  padding: 0;
  height: 45px;
  line-height: 45px;
  font-size: 16px;
  font-weight: 600;
  color: #212341;
  max-width: 120px;
  width: 100%;
}

.category-btn-filter i {
  font-size: 19px;
  margin-left: 8px;
}

.category-btn-filter:hover,
.category-btn-filter:active,
.category-btn-filter:focus {
  background-color: #212341;
  color: #fff;
}

@media only screen and (max-width: 1199px) {
  .category-sort ul li:not(:last-child) {
    margin-left: 32px;
  }
}

@media only screen and (max-width: 991px) {
  .category .breadcrumb {
    margin-bottom: 50px;
  }

  .category-sidebar {
    z-index: 999;
    -webkit-transition: all 0.3s ease-in-out 0.3s;
    -o-transition: all 0.3s ease-in-out 0.3s;
    -moz-transition: all 0.3s ease-in-out 0.3s;
    transition: all 0.3s ease-in-out 0.3s;
    opacity: 0;
    visibility: hidden;
  }

  .category-sidebar-backdrop {
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
  }

  .category-sidebar,
  .category-sidebar-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  .category-sidebar-content {
    position: absolute;
    top: 0;
    right: -280px;
    width: 280px;
    height: 100%;
    background-color: #fff;
    padding: 20px 20px 0;
    overflow: hidden auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
  }

  .category-sidebar-content::-webkit-scrollbar {
    display: none;
  }

  .category-sidebar.open {
    opacity: 1;
    visibility: visible;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
  }

  .category-sidebar.open .category-sidebar-content {
    right: 0;
    -webkit-transition-delay: 0.3s;
    -moz-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s;
  }
}

@media only screen and (max-width: 767px) {
  .category-sort {
    overflow: auto hidden;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }

  .category-sort::-webkit-scrollbar {
    display: none;
  }

  .category-sort .title {
    margin-left: 24px;
  }

  .category-sort .title,
  .category-sort ul li {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
}

.auth-wrapper {
  margin-top: 122px;
  -webkit-box-shadow: 0 10px 75px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 10px 75px rgba(0, 0, 0, 0.12);
  box-shadow: 0 10px 75px rgba(0, 0, 0, 0.12);
  padding: 68px 79px 77px 133px;
}

.auth-wrapper::after {
  content: "";
  top: -29px;
  right: -31px;
  background: url("./../images/pattern-auth.png") 0 0 no-repeat;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
  width: 120px;
  height: 199px;
  z-index: -1;
}

.auth-wrapper::before {
  content: "";
  bottom: 100%;
  left: 21px;
  width: -webkit-calc(100% - 42px);
  width: -moz-calc(100% - 42px);
  width: calc(100% - 42px);
  height: 6px;
  background-color: #ee273a;
}

.auth-wrapper.register::before {
  background-color: #49be78;
}

.auth-wrapper h4 {
  font-size: 30px;
  font-weight: 900;
  line-height: 45px;
  padding-bottom: 14px;
  margin-bottom: 20px;
}

.auth-wrapper p {
  font-size: 13px;
  font-weight: 300;
  color: #939aa4;
  padding-bottom: 20px;
  margin-bottom: 43px;
}

.auth-wrapper h4,
.auth-wrapper p {
  border-bottom: 1px solid #f5f3fc;
}

.auth-wrapper .form-check-label::before {
  background-color: #0055ff;
}

.auth-wrapper .btn {
  margin: 20px 0 31px;
  font-size: 16px;
  font-weight: bold;
  height: 55px;
  line-height: 55px;
}

.auth-wrapper .forget,
.auth-wrapper .text-user {
  color: #2d365d;
}

.auth-wrapper .forget {
  margin-bottom: 18px;
}

.auth-wrapper .forget:hover {
  color: #0055ff;
}

.auth-wrapper .text-user {
  line-height: 30px;
}

.auth-wrapper .text-user a {
  color: #0055ff;
  margin-right: 5px;
}

.auth-wrapper .text-user a:hover {
  color: #212341;
}

@media only screen and (max-width: 991px) {

  .auth-wrapper h4,
  .auth-wrapper p {
    text-align: center;
  }
}

@media only screen and (max-width: 767px) {
  .auth-wrapper {
    margin-top: 80px;
    padding: 40px 32px 50px;
  }
}

.cart-wrapper {
  border: 5px solid #49be78;
  margin-top: 83px;
  padding: 0 46px 0 0;
}

.cart-wrapper::before {
  content: "";
  width: 120px;
  height: 199px;
  top: 0;
  left: 0;
  background: url("./../images/pattern-cart.png") 0 0 no-repeat;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
  -webkit-transform: translate(-37px, -34px);
  -moz-transform: translate(-37px, -34px);
  -ms-transform: translate(-37px, -34px);
  -o-transform: translate(-37px, -34px);
  transform: translate(-37px, -34px);
  z-index: -1;
}

.cart-wrapper .title-page {
  font-size: 18px;
  font-weight: 900;
  line-height: 27px;
  margin: 33px 0 3px;
}

.cart-wrapper p {
  font-size: 12px;
  color: #b3bbc7;
}

.cart-wrapper .count-products {
  margin: 30px 0 22px;
  padding: 16px 13px 14px 0;
  border: solid #f5f3fc;
  border-width: 1px 0;
}

.cart-wrapper .count-products i {
  background-color: #fff3f0;
  color: #ff8a66;
}

.cart-wrapper .count-products .detail {
  line-height: 24px;
}

.cart-wrapper .count-products .detail b {
  font-weight: 900;
  font-size: 18px;
}

.cart-wrapper .location i,
.cart-wrapper .count-products i {
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 20px;
}

.cart-wrapper .location {
  padding-right: 13px;
}

.cart-wrapper .location i {
  background-color: #fff9eb;
  color: #ffb035;
}

.cart-wrapper .location .detail {
  padding-top: 13px;
  color: #2d365d;
  line-height: 26px;
}

.cart-wrapper .location .detail b {
  color: #0055ff;
}

.cart-items>li {
  border: 4px solid #f8f9fb;
  padding: 46px 59px 35px 49px;
}

.cart-items>li:not(:last-child) {
  margin-bottom: 30px;
}

.cart-items>li img {
  height: 65px;
}

.cart-items>li .detail {
  padding-right: 46px;
  width: -webkit-calc(100% - 65px);
  width: -moz-calc(100% - 65px);
  width: calc(100% - 65px);
}

.cart-items>li .detail h2 {
  font-size: 16px;
  font-weight: 900;
  line-height: 25px;
  max-width: 228px;
  width: 100%;
}

.cart-items>li .detail h2 a {
  color: #232323;
}

.cart-items>li .detail ul li {
  line-height: 21px;
}

.cart-items>li .detail ul li:not(:last-child) {
  margin-left: 32px;
}

.cart-items>li .detail ul li,
.cart-items>li .detail ul li a,
.cart-items>li .detail ul li span {
  color: #232323;
}

.cart-items>li .detail ul li a:hover {
  color: #0055ff;
}

.cart-items>li .detail .price .offer {
  font-size: 16px;
  color: #ee232b;
  line-height: 24px;
  -webkit-text-decoration-color: #707070;
  -moz-text-decoration-color: #707070;
  text-decoration-color: #707070;
}

.cart-items>li .detail .price span {
  font-size: 24px;
  font-weight: 900;
  line-height: 36px;
  color: #49be78;
}

.cart-items>li .detail .price span i {
  margin-right: 6px;
  color: #232323;
  line-height: 22px;
  font-size: 14px;
}

.cart-items>li .detail .count {
  color: #232323;
  margin: 0 90px 0 66px;
}

.cart-items>li .detail .count .form-control {
  width: 88px;
  height: 30px;
  margin-right: 16px;
  padding: 0 0 0 32px;
  color: #2d365d;
  font-size: 16px;
}

.cart-items>li .detail .color {
  color: #232323;
  line-height: 22px;
}

.cart-items>li .detail .color span {
  margin-right: 12px;
  padding: 5px 5px 5px 15px;
  border: 1px solid #efefef;
  font-size: 11px;
  color: #2d365d;
}

.cart-items>li .detail .color span i {
  width: 22px;
  height: 22px;
}

.cart-items>li .detail .discount {
  top: -4px;
  left: -2px;
  width: 55px;
  height: 35px;
  line-height: 27px;
  -webkit-mask: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADcAAAAjCAMAAAAHQmL5AAAASFBMVEUAAADuJjnuJjnuJjntJjnuJjnvJTnvJjjwJDjzJTjuJjnuJjnuJjjuIjnuJjruJjnuJjnuJjjwJznxIzbtJDftJjruJjnuJzqLAPZEAAAAF3RSTlMA5t/M2Z1vS0EUvZJdHevTs1MxIw73h4zLlc8AAACbSURBVDjLndNJDoMwEETRas9gM5P0/W8axRKK2ER0/f1bflzl6EX/Jz5m3Guiz3Ibfg2jPm89L7aLWgoHetOsttzQXVBr/suS2tsACOEWICvTjki5NwLlRsyUc1CqF+mEdJ50lXSFcwGca5zzoFz/j2AHGLeeIJzLgNWJrwW4uzGVCZa6it2YXQIY10C5CsoFcK5wbgFXIt3AsQ+lsXOGCrtOogAAAABJRU5ErkJggg==) 0 0/100% 100%;
  mask: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADcAAAAjCAMAAAAHQmL5AAAASFBMVEUAAADuJjnuJjnuJjntJjnuJjnvJTnvJjjwJDjzJTjuJjnuJjnuJjjuIjnuJjruJjnuJjnuJjjwJznxIzbtJDftJjruJjnuJzqLAPZEAAAAF3RSTlMA5t/M2Z1vS0EUvZJdHevTs1MxIw73h4zLlc8AAACbSURBVDjLndNJDoMwEETRas9gM5P0/W8axRKK2ER0/f1bflzl6EX/Jz5m3Guiz3Ibfg2jPm89L7aLWgoHetOsttzQXVBr/suS2tsACOEWICvTjki5NwLlRsyUc1CqF+mEdJ50lXSFcwGca5zzoFz/j2AHGLeeIJzLgNWJrwW4uzGVCZa6it2YXQIY10C5CsoFcK5wbgFXIt3AsQ+lsXOGCrtOogAAAABJRU5ErkJggg==) 0 0/100% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  background-color: #ee232b;
}

.cart-items>li .detail .remove {
  top: 23px;
  right: 23px;
  background-color: #ffebec;
  width: 50px;
  height: 25px;
  line-height: 25px;
  color: #ee232b;
  font-size: 13px;
}

.cart .titr {
  font-size: 18px;
  font-weight: 900;
  line-height: 27px;
  margin-bottom: 45px;
}

.cart .titr span {
  color: #ee273a;
}

.cart .time-send {
  margin: 57px 0 32px;
  padding: 36px 0 47px;
  border: solid #f5f3fc;
  border-width: 1px 0;
}

.cart .time-send ul {
  margin: 0 -9px;
}

.cart .time-send li {
  padding: 0 9px;
  max-width: 20%;
  width: 100%;
  cursor: pointer;
}

.cart .time-send li input {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 3;
  cursor: pointer;
}

.cart .time-send li .content .date {
  line-height: 22px;
  margin-bottom: 16px;
}

.cart .time-send li .content .date,
.cart .time-send li .content .send {
  font-size: 13px;
  color: #2d365d;
  font-weight: 300;
}

.cart .time-send li .content .send {
  border: 1px solid #e7ebee;
  padding: 20px 0 24px;
  line-height: 24px;
}

.cart .time-send li .content .send::after {
  content: "\e919";
  font-family: "icomoon";
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 14.5px);
  -moz-transform: translate(-50%, 14.5px);
  -ms-transform: translate(-50%, 14.5px);
  -o-transform: translate(-50%, 14.5px);
  transform: translate(-50%, 14.5px);
  font-size: 29px;
  color: #0055ff;
  padding: 0 15px;
  background-color: #fff;
  opacity: 0;
  font-weight: 400;
}

.cart .time-send li input:checked+.content .date {
  font-weight: bold;
}

.cart .time-send li input:checked+.content .send {
  font-weight: bold;
  border-color: #0055ff;
  color: #0055ff;
}

.cart .time-send li input:checked+.content .send::after {
  opacity: 1;
}

.cart .carrier-selection {
  margin-bottom: 67px;
}

.cart .carrier-selection ul {
  margin: 0 -9px;
}

.cart .carrier-selection ul li {
  padding: 0 9px;
  max-width: 20%;
  width: 100%;
}

.cart .carrier-selection ul li label {
  border: 1px solid #e7ebee;
  font-size: 13px;
  color: #2d365d;
  padding: 32px 0 35px;
  line-height: 24px;
  cursor: pointer;
}

.cart .carrier-selection ul li label::after {
  content: "\e919";
  font-family: "icomoon";
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 13px);
  -moz-transform: translate(-50%, 13px);
  -ms-transform: translate(-50%, 13px);
  -o-transform: translate(-50%, 13px);
  transform: translate(-50%, 13px);
  font-size: 26px;
  color: #0055ff;
  padding: 0 15px;
  background-color: #fff;
  opacity: 0;
}

.cart .carrier-selection ul li input:checked+label {
  border-color: #0055ff;
  color: #0055ff;
}

.cart .carrier-selection ul li input:checked+label::after {
  opacity: 1;
}

.cart-sidebar {
  background-color: #f8f9fb;
  padding: 53px 24px 20px 18px;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.cart-sidebar .code-offer {
  margin-bottom: 54px;
}

.cart-sidebar .code-offer .form-control {
  margin-bottom: 19px;
  font-size: 14px;
  padding: 12px 17px;
}

.cart-sidebar .code-offer .form-control,
.cart-sidebar .code-offer .btn-danger {
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}

.cart-sidebar .code-offer .btn-danger {
  padding: 12px;
}

.cart-sidebar .total-info {
  margin-bottom: 40px;
}

.cart-sidebar .total-info li {
  font-weight: 300;
  color: #939aa4;
  font-size: 13px;
}

.cart-sidebar .total-info li:not(:last-child) {
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid #e7ebee;
}

.cart-sidebar .total-info li span {
  font-weight: bold;
  color: #2d365d;
  font-size: 14px;
}

.cart-sidebar .total-info li span i {
  font-size: 12px;
  font-style: normal;
  color: #ff8a66;
  width: 18px;
  height: 18px;
  line-height: 18px;
  background-color: #fff3f0;
  text-align: center;
  display: inline-block;
  font-weight: 300;
  margin-left: 6px;
}

.cart-sidebar .total-info li:nth-child(2) span {
  color: #ee232b;
}

.cart-sidebar .total-price {
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  background-color: #edf5e6;
  padding: 22px 25px 16px;
  line-height: 35px;
  margin-bottom: 17px;
}

.cart-sidebar .total-price div {
  color: #2d365d;
}

.cart-sidebar .total-price span {
  font-size: 24px;
  color: #67b930;
}

.cart-sidebar .total-price span i {
  font-size: 16px;
  line-height: 24px;
}

.cart-sidebar .btn-success {
  background-color: #67b930;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  padding: 15px 12px;
  line-height: 25px;
  margin-bottom: 31px;
}

.cart-sidebar .btn-success:hover,
.cart-sidebar .btn-success:focus,
.cart-sidebar .btn-success:active {
  background-color: #559928;
}

.cart-sidebar .send-free i {
  color: #000;
  font-size: 36px;
  margin-left: 22px;
}

.cart-sidebar .send-free .detail {
  color: #2d365d;
}

.cart-sidebar .send-free .detail span {
  font-size: 13px;
  line-height: 24px;
}

@media only screen and (max-width: 1199px) {
  .cart-wrapper {
    padding-right: 24px;
  }

  .cart-wrapper .btn-outline-dark {
    font-size: 12px;
    padding: 5px 12px;
    white-space: nowrap;
  }

  .cart-items>li {
    padding: 46px 32px 35px 12px;
  }

  .cart-items>li .detail {
    padding-right: 32px;
  }

  .cart-items>li .detail h2 {
    max-width: 180px;
  }

  .cart-items>li .detail .count {
    margin: 0 auto;
  }
}

@media only screen and (max-width: 991px) {
  .cart-wrapper {
    padding-left: 24px;
  }

  .cart-sidebar {
    margin: 0 -24px;
  }
}

@media only screen and (max-width: 767px) {
  .cart-items>li img {
    height: auto;
  }

  .cart-items>li .detail {
    padding: 0;
    margin-top: 20px;
    width: 100%;
  }

  .cart-items>li .detail h2 {
    max-width: 100%;
  }

  .cart-items>li .detail .remove {
    top: 10px;
    right: 10px;
  }

  .cart .time-send ul,
  .cart .carrier-selection ul {
    margin: 0 -6px;
  }

  .cart .time-send ul li,
  .cart .carrier-selection ul li {
    padding: 0 6px;
    max-width: 33.333333%;
    margin-bottom: 12px;
  }
}

@media only screen and (max-width: 575px) {
  .cart-wrapper {
    padding: 0;
    border: none;
  }

  .cart-wrapper::before {
    content: none;
  }

  .cart-sidebar {
    margin: 0 -12px;
  }

  .cart-items>li {
    padding: 32px 15px 24px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
  }

  .cart-items>li .detail .price {
    width: 100%;
    margin-bottom: 20px;
  }

  .cart-items>li .detail .count {
    margin: 0 0 0 12px;
  }
}

@media only screen and (max-width: 499px) {

  .cart .time-send ul li,
  .cart .carrier-selection ul li {
    max-width: 50%;
  }
}

.blog .swiper {
  margin: 68px 0 85px;
}

.blog .swiper::after {
  content: "";
  top: -10px;
  left: 29px;
  width: -webkit-calc(100% - 58px);
  width: -moz-calc(100% - 58px);
  width: calc(100% - 58px);
  height: 83px;
  background-color: #f8f9fb;
  z-index: -1;
}

.blog .swiper-button-next,
.blog .swiper-button-prev {
  top: auto;
  right: 37px;
  bottom: 27px;
  left: auto;
  width: 42px;
  height: 42px;
  text-align: center;
  line-height: 42px;
  border: 2px solid #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.blog .swiper-button-next::after,
.blog .swiper-button-prev::after {
  color: #fff;
  font-size: 13px;
}

.blog .swiper-button-next {
  right: 90px;
}

.blog .swiper-pagination {
  bottom: 28px;
  right: 154px;
  left: auto;
  width: 125px;
  height: 40px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  background-color: #efffff;
  line-height: 40px;
}

.blog .swiper-pagination-bullet {
  opacity: 1;
  background-color: #2d365d;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
}

.blog .swiper-pagination-bullet-active {
  background-color: #ee273a;
  width: 40px;
}

@media only screen and (max-width: 767px) {
  .blog .swiper {
    margin: 40px 0 60px;
  }
}

@media only screen and (max-width: 575px) {

  .blog .swiper::after,
  .blog .swiper img {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
  }
}

.landing {
  margin-top: 130px;
}

.landing::after {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 192%;
  background-color: #fce9eb;
  z-index: -3;
  -webkit-transform: translateY(-320px);
  -moz-transform: translateY(-320px);
  -ms-transform: translateY(-320px);
  -o-transform: translateY(-320px);
  transform: translateY(-320px);
}

.landing-item {
  max-width: 80%;
  width: 100%;
}

.landing-item img {
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.landing-item img,
.landing-item .btn {
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}

.landing-item .detail h5,
.landing-item .detail h2 {
  overflow: hidden;
  line-height: 50px;
  font-size: 40px;
  margin-bottom: 0;
}

.landing-item .detail h5 {
  font-weight: 300;
}

.landing-item .detail h5 span {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: all 0.3s ease-in-out 0.3s;
  -o-transition: all 0.3s ease-in-out 0.3s;
  -moz-transition: all 0.3s ease-in-out 0.3s;
  transition: all 0.3s ease-in-out 0.3s;
}

.landing-item .detail h2 {
  font-weight: 900;
}

.landing-item .detail h2 span {
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: all 0.3s ease-in-out 0.7s;
  -o-transition: all 0.3s ease-in-out 0.7s;
  -moz-transition: all 0.3s ease-in-out 0.7s;
  transition: all 0.3s ease-in-out 0.7s;
}

.landing-item .detail .btn {
  margin-top: 13px;
  padding: 8px 23px 7px 21px;
  -webkit-transition: all 0.3s ease-in-out 1s;
  -o-transition: all 0.3s ease-in-out 1s;
  -moz-transition: all 0.3s ease-in-out 1s;
  transition: all 0.3s ease-in-out 1s;
}

.landing-item .detail .btn i {
  font-size: 13px;
  color: #b3bbc7;
  margin-right: 47px;
}

@media only screen and (max-width: 991px) {
  .landing-item img {
    width: 60%;
    display: block;
    margin: 0 auto;
  }

  .landing-item .detail {
    margin-top: 32px;
    text-align: center;
  }
}

@media only screen and (max-width: 767px) {

  .landing-item .detail h5,
  .landing-item .detail h2 {
    font-size: 32px;
  }
}

@media only screen and (max-width: 575px) {
  .landing-item img {
    width: 80%;
  }
}

.swiper-slide-active .landing-item img,
.swiper-slide-active .landing-item .btn {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.swiper-slide-active .landing-item h5 span,
.swiper-slide-active .landing-item h2 span {
  -webkit-transform: unset;
  -moz-transform: unset;
  -ms-transform: unset;
  -o-transform: unset;
  transform: unset;
}

.landing .swiper {
  padding-bottom: 54px;
}

.landing .swiper-pagination {
  bottom: 0;
}

.landing .swiper-pagination-bullet {
  opacity: 1;
  background-color: #fff;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
}

.landing .swiper-pagination-bullet-active {
  width: 25px;
}

.landing .swiper-button-next,
.landing .swiper-button-prev {
  width: 30px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: #fff;
}

.landing .swiper-button-next::after,
.landing .swiper-button-prev::after {
  color: #2d365d;
  font-size: 13px;
}

.landing .swiper-button-next:hover,
.landing .swiper-button-prev:hover {
  background-color: #2d365d;
}

.landing .swiper-button-next:hover::after,
.landing .swiper-button-prev:hover::after {
  color: #fff;
}

@media only screen and (max-width: 399px) {

  .landing .swiper-button-next,
  .landing .swiper-button-prev {
    top: 30%;
  }
}

.amazing-offer-two {
  margin-top: 71px;
}

.amazing-offer-two .container::before {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: -webkit-calc(100% - 72px);
  height: -moz-calc(100% - 72px);
  height: calc(100% - 72px);
  background: url("./../images/bg-009.png");
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
  z-index: -1;
}

@media only screen and (max-width: 575px) {
  .amazing-offer-two .container::before {
    margin: 0 -12px;
    width: -webkit-calc(100% + 24px);
    width: -moz-calc(100% + 24px);
    width: calc(100% + 24px);
  }
}

.amazing-offer-two .section-heading {
  padding: 69px 33px 0 63px;
  margin-bottom: 56px;
}

.amazing-offer-two .section-heading-title,
.amazing-offer-two .section-heading-title b,
.amazing-offer-two .section-heading-sub-title {
  color: #fff;
}

@media only screen and (max-width: 575px) {
  .amazing-offer-two .section-heading {
    padding: 40px 24px 30px;
  }
}

.amazing-offer-two .swiper {
  border: 15px solid #f8f9fb;
  background: #fff url("./../images/offer-bg.png") left bottom no-repeat;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  padding: 72px 54px 37px 46px;
  margin: 0 52px 0 72px;
}

.amazing-offer-two .swiper-button-next,
.amazing-offer-two .swiper-button-prev {
  top: 100px;
  left: 220px;
}

.amazing-offer-two .swiper-button-prev {
  right: auto;
  left: 268px;
}

@media only screen and (max-width: 991px) {
  .amazing-offer-two .swiper {
    padding: 40px 32px 32px;
    margin: 0;
  }
}

@media only screen and (max-width: 575px) {
  .amazing-offer-two .swiper {
    padding: 32px 15px;
  }

  .amazing-offer-two .swiper-button-next,
  .amazing-offer-two .swiper-button-prev {
    top: 70px;
    left: 24px;
  }

  .amazing-offer-two .swiper-button-prev {
    left: 56px;
  }
}


.amazing-offer-two-item a,
.amazing-offer-two-item a:hover,
.amazing-offer-two-item a:focus,
.amazing-offer-two-item a:active {
  z-index: 3;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.amazing-offer-two-item .detail {
  max-width: -webkit-calc(100% - 500px);
  max-width: -moz-calc(100% - 500px);
  max-width: calc(100% - 500px);
  width: 100%;
}

.amazing-offer-two-item .detail h2 {
  font-size: 20px;
  font-weight: 900;
  color: #2d365d;
  margin-bottom: 24px;
}

.amazing-offer-two-item .detail .info {
  margin-bottom: 35px;
}

.amazing-offer-two-item .detail .info li {
  font-size: 14px;
  line-height: 30px;
}

.amazing-offer-two-item .detail .info li::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 5px;
  height: 5px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #2d365d;
  margin-left: 9px;
}

.amazing-offer-two-item .detail .offer {
  line-height: 28px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-left: 55px;
  z-index: 2;
  margin-left: 14px;
}

.amazing-offer-two-item .detail .offer del {
  background-color: #fff9eb;
  padding: 0 22px;
  font-size: 16px;
}

.amazing-offer-two-item .detail .offer span {
  font-size: 18px;
  color: #fff;
  background-color: #ee232b;
  padding: 0 41px 0 12px;
  top: 0;
  left: 0;
  z-index: -1;
}

.amazing-offer-two-item .detail .price {
  font-size: 30px;
  font-weight: 900;
  color: #49be78;
  line-height: 45px;
}

.amazing-offer-two-item .detail .price span {
  margin-right: 7px;
  font-size: 14px;
  color: #232323;
}

.amazing-offer-two-item .detail .timer {
  top: 0;
  left: 0;
}

.amazing-offer-two-item .detail .timer li {
  line-height: 30px;
}

.amazing-offer-two-item .detail .timer li:not(:last-child) {
  margin-left: 10px;
}

.amazing-offer-two-item .detail .timer li span {
  width: 35px;
  height: 35px;
  line-height: 35px;
  background-color: #212341;
  margin-bottom: 2px;
  font-weight: 900;
  font-size: 18px;
}

.amazing-offer-two-item .detail .timer li:first-child span {
  background-color: #2d365d;
}

@media only screen and (max-width: 1199px) {
  .amazing-offer-two-item .detail {
    max-width: -webkit-calc(100% - 460px);
    max-width: -moz-calc(100% - 460px);
    max-width: calc(100% - 460px);
  }
}

@media only screen and (max-width: 991px) {
  .amazing-offer-two-item img {
    margin: 0 0 20px;
    display: block;
    width: 60%;
  }

  .amazing-offer-two-item .detail {
    max-width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .amazing-offer-two-item {
    padding-top: 80px;
  }
}

@media only screen and (max-width: 575px) {
  .amazing-offer-two-item img {
    width: 90%;
    margin: 0 auto 20px;
  }
}


.top-category-two {
  margin: 25px 30px;
}

.top-category-two-wrapper {
  margin: 0 -27px;
}

.top-category-two-item {
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  background-color: #f8f9fb;
  padding: 10px 9px 9px;
}

.top-category-two-item img {
  max-width: 81px;
  -webkit-filter: brightness(0.98);
  filter: brightness(0.98);
  margin-left: 10px;
}

.top-category-two-item span {
  font-size: 16px;
  font-weight: 500;
  color: #2d365d;
  line-height: 22px;
  width: -webkit-calc(100% - 91px);
  width: -moz-calc(100% - 91px);
  width: calc(100% - 91px);
}

.top-category-two-item:hover {
  -webkit-box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
  background-color: #fff;
}

.top-category-two .swiper {
  padding: 30px 27px;
}

@media only screen and (max-width: 1199px) {
  .top-category-two-wrapper {
    margin: 0 -20px;
  }

  .top-category-two .swiper {
    padding: 30px 20px;
  }
}

@media only screen and (max-width: 991px) {
  .top-category-two-wrapper {
    margin: 0 -15px;
  }

  .top-category-two .swiper {
    padding: 30px 15px;
  }
}

@media only screen and (max-width: 767px) {
  .top-category-two-wrapper {
    margin: 0 -12px;
  }

  .top-category-two .swiper {
    padding: 30px 12px;
  }
}

@media only screen and (max-width: 575px) {
  .top-category-two-item span {
    font-size: 13px;
  }

  .top-category-two-wrapper {
    margin: 0 -8px;
  }

  .top-category-two .swiper {
    padding: 30px 8px;
  }
}

@media only screen and (max-width: 389px) {
  .top-category-two-wrapper {
    margin: 0 -8px;
  }

  .top-category-two .swiper {
    padding: 30px 8px;
  }
}

.top-products-two {
  margin: 74px 0 109px;
}

.top-products-two-tabs .nav-item:not(:last-child) {
  margin-left: 6px;
}

.top-products-two-tabs .nav-item .nav-link {
  font-size: 16px;
  font-weight: 500;
  color: #212341;
  line-height: 25px;
  -webkit-border-radius: 15px 15px 0 0;
  -moz-border-radius: 15px 15px 0 0;
  border-radius: 15px 15px 0 0;
  padding: 10px 26px;
  cursor: pointer;
  border: none;
}

.top-products-two-tabs .nav-item .nav-link.active,
.top-products-two-tabs .nav-item .nav-link:hover {
  background-color: #ee273a;
  color: #fff;
}

@media only screen and (max-width: 575px) {
  .top-products-two-tabs .nav-item .nav-link {
    font-size: 14px;
    padding: 8px 16px;
  }
}

.top-products-two-wrapper {
  background-color: #f8f9fb;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  padding: 19px 21px 21px;
}

.top-products-two-wrapper::after {
  content: "";
  right: -33px;
  bottom: -35px;
  width: 120px;
  height: 199px;
  background: url("./../images/pattern-cart.png") 0 0 no-repeat;
  z-index: -1;
}

@media only screen and (max-width: 991px) {
  .top-products-two-wrapper {
    padding: 15px 12px;
  }
}

.top-sellers {
  margin: 90px 0 204px;
}

.top-sellers .section-heading-title {
  font-size: 18px;
  font-weight: 500;
  color: #212341;
}

.top-sellers .section-heading-sub-title {
  font-weight: 900;
  color: #ee273a;
  font-size: 24px;
}

.top-sellers .section-heading .detail::after {
  content: "";
  max-width: -webkit-calc(100% - 420px);
  max-width: -moz-calc(100% - 420px);
  max-width: calc(100% - 420px);
  width: 100%;
  height: 5px;
  background-color: #f8f9fb;
  top: 0;
  right: 0;
  -webkit-transform: translate(-176px, 30px);
  -moz-transform: translate(-176px, 30px);
  -ms-transform: translate(-176px, 30px);
  -o-transform: translate(-176px, 30px);
  transform: translate(-176px, 30px);
}

@media only screen and (max-width: 575px) {
  .top-sellers .section-heading .detail::after {
    content: none;
  }
}

.top-sellers .swiper::after {
  content: "";
  right: -33px;
  bottom: -35px;
  width: 120px;
  height: 199px;
  background: url("./../images/pattern-cart.png") 0 0 no-repeat;
}

.top-sellers .swiper-button-next,
.top-sellers .swiper-button-prev {
  top: 33px;
  right: auto;
  left: 152px;
}

.top-sellers .swiper-button-prev {
  left: 186px;
}

@media only screen and (max-width: 575px) {

  .top-sellers .swiper-button-next,
  .top-sellers .swiper-button-prev {
    left: 12px;
  }

  .top-sellers .swiper-button-prev {
    left: 45px;
  }
}

.about-us-home-two .container::after {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 250px;
  background: url("./../images/shadow-up.png") 0 0 no-repeat;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
  z-index: -1;
  -webkit-transform: translateY(-265px);
  -moz-transform: translateY(-265px);
  -ms-transform: translateY(-265px);
  -o-transform: translateY(-265px);
  transform: translateY(-265px);
}

.about-us-home-two ul li:not(:last-child) {
  margin-left: 3px;
}

.about-us-home-two ul li a {
  width: 45px;
  height: 45px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  line-height: 45px;
  border: 1px solid transparent;
}

.about-us-home-two ul li a:hover {
  border-color: #ee273a;
}

.about-us-home-two ul li a:hover i {
  color: #ee273a !important;
}

.news-letter {
  margin: 72px 0 51px;
}

.news-letter .container::after {
  content: "";
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  height: 257px;
  background-image: -webkit-linear-gradient(220deg, #fff, #f8f9fb);
  background-image: -moz-linear-gradient(220deg, #fff, #f8f9fb);
  background-image: -o-linear-gradient(220deg, #fff, #f8f9fb);
  background-image: linear-gradient(230deg, #fff, #f8f9fb);
  z-index: -1;
}

.news-letter img {
  width: 100%;
}

.news-letter h5 {
  font-size: 26px;
  line-height: 33px;
  margin-bottom: 13px;
}

.news-letter h5 b {
  font-weight: 900;
}

.news-letter p {
  color: #2d365d;
  margin-bottom: 17px;
}

.news-letter form .form-control {
  max-width: 326px;
  width: 100%;
  height: 45px;
  line-height: 45px;
  border-color: #efefef;
  background-color: #efefef;
  color: #7f7f84;
  font-size: 13px;
  font-weight: 500;
}

.news-letter form .form-control:focus {
  border-color: #ee273a;
}

.news-letter form .btn {
  max-width: 125px;
  width: 100%;
  height: 45px;
  line-height: 45px;
  margin-right: 15px;
}

@media only screen and (max-width: 991px) {
  .news-letter .container::after {
    content: none;
  }

  .news-letter img {
    width: 70%;
  }
}

@media only screen and (max-width: 575px) {
  .news-letter h5 {
    font-size: 20px;
    line-height: 32px;
  }

  .news-letter form .btn {
    max-width: 90px;
  }
}

.new-comments {
  background-color: #26304e;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
  padding: 108px 0 99px;
  z-index: 2;
}

.new-comments::after {
  content: "";
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("./../images/bg-comments-1.png") 0 0 no-repeat;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
  opacity: 0.1;
}

.new-comments-scroll {
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  color: #26304e;
  width: 347px;
  height: 69px;
  background: url("./../images/bg-comments.png") 0 0 no-repeat;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
  padding: 0;
  border: none;
  outline: none;
}

.new-comments-scroll i {
  cursor: pointer;
  width: 50px;
}

@media only screen and (max-width: 575px) {
  .new-comments-scroll {
    width: 280px;
    height: 55px;
  }
}

.new-comments-title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 24px;
  font-weight: 900;
  line-height: 36px;
  margin-bottom: 42px;
}

.new-comments-title::after,
.new-comments-title::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 66px;
  height: 1px;
  background-color: #707070;
}

.new-comments-title::after {
  margin-right: 36px;
}

.new-comments-title::before {
  margin-left: 36px;
}

@media only screen and (max-width: 575px) {

  .new-comments-title::after,
  .new-comments-title::before {
    width: 40px;
  }

  .new-comments-title::after {
    right: 20px;
  }

  .new-comments-title::before {
    left: 20px;
  }
}

.new-comments-item {
  text-align: center;
}

.new-comments-item>i {
  width: 85px;
  height: 85px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  line-height: 85px;
  background-color: #f5f3fc;
  font-size: 48px;
  color: #9087ce;
  margin-bottom: 25px;
}

.new-comments-item .name,
.new-comments-item .position {
  font-size: 15px;
  font-weight: 300;
  color: #fff;
  line-height: 26px;
}

.new-comments-item .position {
  margin-bottom: 10px;
}

.new-comments-item .position b {
  font-weight: bold;
}

.new-comments-item .position b i {
  font-style: normal;
  color: #ffb035;
}

.new-comments-item .time {
  background-color: #f8f9fb;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  width: 90px;
  height: 25%;
  line-height: 25px;
  text-align: center;
  font-size: 14px;
  font-weight: 300;
  margin: 0 auto 26px;
}

.new-comments-item p {
  max-width: 741px;
  width: 100%;
  margin: 0 auto;
  color: #ffffff;
  font-size: 13px;
  font-weight: 300;
}

.options-site {
  margin: 39px 0 50px;
}

.options-site ul li {
  max-width: 20%;
  width: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  text-align: center;
  line-height: 39px;
}

.options-site ul li i {
  font-size: 48px;
  color: #2d365d;
  margin-bottom: 5px;
}

.options-site ul li i::after {
  content: "";
  top: 12px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: rgba(45, 54, 93, 0.1);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 42px;
  height: 42px;
  z-index: -1;
}

@media only screen and (max-width: 767px) {
  .options-site ul li {
    max-width: 33.333333%;
  }

  .options-site ul li:nth-child(n + 4) {
    max-width: 50%;
    margin-top: 16px;
  }
}

@media only screen and (max-width: 420px) {
  .options-site ul li {
    max-width: 50%;
  }

  .options-site ul li:nth-child(n + 3) {
    margin-top: 16px;
  }

  .options-site ul li:last-child {
    max-width: 100%;
  }
}

.options-site-two {
  margin: 27px 0 65px;
}

.options-site-two ul {
  padding: 32px 0;
  border: solid #f5f3fc;
  border-width: 1px 0;
}

.footer-three .container {
  padding: 48px 12px;
  border-top: 1px solid #f5f3fc;
}

.footer-three-articles li:not(:last-child) {
  margin-bottom: 19px;
}

.footer-three-articles li img {
  max-width: 50px;
  height: 50px;
  margin-left: 13px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
}

.footer-three-articles li .detail {
  max-width: -webkit-calc(100% - 62px);
  max-width: -moz-calc(100% - 62px);
  max-width: calc(100% - 62px);
}

.footer-three-articles li .detail h2 {
  font-size: 13px;
  font-weight: 900;
  line-height: 22px;
  color: #2d365d;
}

.footer-three-articles li .detail h2 a {
  color: #2d365d;
}

.footer-three-articles li .detail h2 a:hover {
  color: #ee273a;
}

.footer-three-articles li .detail span {
  font-size: 12px;
  line-height: 22px;
  color: #939aa4;
}

.footer-three-articles li .detail h2,
.footer-three-articles li .detail p {
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.footer-three-right {
  padding-top: 48px;
}

.footer-three-titr {
  font-weight: 900;
  font-size: 14px;
  line-height: 28px;
  margin-bottom: 25px;
}

.footer-three-titr span {
  font-weight: 300;
}

.footer-three-titr::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 29px;
  height: 7px;
  background-color: #ee273a;
  margin-left: 8px;
}

.footer-three-nav li:not(:last-child) {
  margin-bottom: 15px;
}

.footer-three-nav li a {
  font-size: 12px;
  display: inline-block;
  color: #232323;
  font-weight: 500;
  line-height: 25px;
}

.footer-three-nav li a:hover {
  color: #ee273a;
}

.footer-three-description {
  margin-top: 7px;
  background-color: #f8f9fb;
  padding: 34px 42px 28px;
}

.footer-three-description h3 {
  font-size: 18px;
  font-weight: 900;
  line-height: 27px;
  color: #232323;
  margin-bottom: 25px;
}

.footer-three-description p {
  font-size: 13px;
  color: #2d365d;
  line-height: 30px;
  margin-bottom: 12px;
}

.footer-three-description .btn {
  background-color: #fff;
  border: none;
  color: #212341;
  font-size: 13px;
  line-height: 20px;
  padding: 5px 26px;
}

.footer-three-description .btn:hover {
  background-color: #ebebeb;
}

.footer-three-left {
  margin-top: 41px;
}

.footer-three-contact p {
  line-height: 24px;
  margin-bottom: 12px;
}

.footer-three-contact .email {
  background-color: #fff3f0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 26px;
  font-size: 13px;
  font-weight: 500;
  color: #ff8a66;
  padding: 0 12px 0 5px;
  margin-bottom: 10px;
}

.footer-three-contact .phone {
  font-size: 13px;
  color: #939aa4;
  line-height: 20px;
}

.footer-three-contact .phone span {
  direction: ltr;
  font-size: 35px;
  line-height: 39px;
  font-weight: 900;
  color: #ee273a;
}

.footer-three-contact .phone span i {
  color: #212341;
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  margin-right: 6px;
}

.footer-three-namad {
  margin: 24px 0 29px;
}

.footer-three-namad ul {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #fff;
}

.footer-three-namad::after {
  content: "";
  top: 50%;
  width: 100%;
  height: 1px;
  background-color: #f5f3fc;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: -1;
}

.footer-three .footer-scroll-header {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media only screen and (max-width: 767px) {
  .footer-three .footer-scroll-header {
    top: 0;
  }
}

@media only screen and (max-width: 575px) {
  .footer-three-description {
    padding: 28px 15px 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
  }

  .footer-three-namad::after {
    content: none;
  }
}

.slider-banner-home-two .row .col-md-3 {
  margin-top: 30px;
}

@media only screen and (max-width: 767px) {
  .slider-banner-home-two .row .col-md-3:nth-child(n + 2) {
    margin-top: 15px;
  }
}

.amazing-offer-three {
  margin: 35px 0 77px;
}

.amazing-offer-three-wrapper {
  z-index: 2;
  padding: 95px 75px 0 40px;
}

.amazing-offer-three-wrapper::after {
  content: "";
  z-index: -2;
  background-color: #ee273a;
  width: 100%;
  height: 80%;
  top: 0;
  left: 0;
}

.amazing-offer-three-wrapper::before {
  content: "";
  top: 46px;
  left: 80px;
  height: 48px;
  width: 781px;
  z-index: -1;
  background: url("./../images/patter-offer-000.png") 0 0 no-repeat;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
}

@media only screen and (max-width: 991px) {
  .amazing-offer-three-wrapper::before {
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
}

@media only screen and (max-width: 991px) {
  .amazing-offer-three-wrapper {
    padding: 24px 32px 0;
  }

  .amazing-offer-three-wrapper::after {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
  }
}

@media only screen and (max-width: 575px) {
  .amazing-offer-three-wrapper {
    padding: 24px 12px 0;
    margin: 0 -12px;
  }

  .amazing-offer-three-wrapper::after {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
}

.amazing-offer-three-timer {
  top: 0;
  left: 5px;
  -webkit-transform: translateY(-80px);
  -moz-transform: translateY(-80px);
  -ms-transform: translateY(-80px);
  -o-transform: translateY(-80px);
  transform: translateY(-80px);
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.amazing-offer-three-timer li {
  text-align: center;
  font-weight: 500;
  line-height: 30px;
  color: #fff;
}

.amazing-offer-three-timer li:not(:last-child) {
  margin-left: 10px;
}

.amazing-offer-three-timer li span {
  width: 35px;
  height: 35px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #ffb035;
  line-height: 35px;
  font-size: 20px;
  font-weight: 900;
  color: #ffffff;
}

@media only screen and (max-width: 991px) {
  .amazing-offer-three-timer {
    right: 100px;
    left: auto;
    -webkit-transform: translateY(-97px);
    -moz-transform: translateY(-97px);
    -ms-transform: translateY(-97px);
    -o-transform: translateY(-97px);
    transform: translateY(-97px);
  }
}

@media only screen and (max-width: 575px) {
  .amazing-offer-three-timer {
    -webkit-transform: translateY(-143px);
    -moz-transform: translateY(-143px);
    -ms-transform: translateY(-143px);
    -o-transform: translateY(-143px);
    transform: translateY(-143px);
  }

  .amazing-offer-three-timer li span {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
  }
}

.amazing-offer-three .title h4 {
  font-size: 24px;
  font-weight: 900;
  line-height: 30px;
  margin-bottom: 58px;
}

.amazing-offer-three .title h4 span {
  font-size: 20px;
}

.amazing-offer-three .title .btn {
  font-size: 13px;
  font-weight: 500;
  padding: 6px 8px;
}

@media only screen and (max-width: 991px) {
  .amazing-offer-three .title {
    margin-bottom: 32px;
  }

  .amazing-offer-three .title h4 {
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 575px) {
  .amazing-offer-three .title h4 {
    margin-bottom: 16px;
  }
}

.swiper-slide-active .amazing-offer-three-timer {
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
  opacity: 1;
}

.amazing-offer-three .swiper {
  margin: 0 auto 0 0;
  background: #fff url("./../images/offer-bg.png") left bottom no-repeat;
  max-width: -webkit-calc(100% - 194px);
  max-width: -moz-calc(100% - 194px);
  max-width: calc(100% - 194px);
  width: 100%;
}

@media only screen and (max-width: 1199px) {
  .amazing-offer-three .swiper {
    max-width: -webkit-calc(100% - 150px);
    max-width: -moz-calc(100% - 150px);
    max-width: calc(100% - 150px);
  }
}

@media only screen and (max-width: 991px) {
  .amazing-offer-three .swiper {
    max-width: 100%;
  }
}

.amazing-offer-three .swiper,
.amazing-offer-three .swiper::after {
  -webkit-box-shadow: 0 10px 75px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 10px 75px rgba(0, 0, 0, 0.05);
  box-shadow: 0 10px 75px rgba(0, 0, 0, 0.05);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}

.amazing-offer-three .swiper::after {
  content: "";
  bottom: 10px;
  left: 10px;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 0.2;
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  z-index: -1;
}

.amazing-offer-three .swiper-button-next,
.amazing-offer-three .swiper-button-prev {
  top: 180px;
  right: 73px;
  left: auto;
}

.amazing-offer-three .swiper-button-next::after,
.amazing-offer-three .swiper-button-prev::after {
  color: #fff;
}

.amazing-offer-three .swiper-button-prev {
  right: 110px;
}

@media only screen and (max-width: 991px) {

  .amazing-offer-three .swiper-button-prev,
  .amazing-offer-three .swiper-button-next {
    top: 55px;
    right: auto;
    left: 120px;
  }

  .amazing-offer-three .swiper-button-next {
    left: 150px;
  }
}

@media only screen and (max-width: 575px) {

  .amazing-offer-three .swiper-button-prev,
  .amazing-offer-three .swiper-button-next {
    left: 0;
  }

  .amazing-offer-three .swiper-button-next {
    left: 30px;
  }
}

.amazing-offer-three-item {
  padding: 37px 25px;
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -o-transform: scale(0.5);
  transform: scale(0.5);
  -webkit-transition: 0s;
  -o-transition: 0s;
  -moz-transition: 0s;
  transition: 0s;
  opacity: 0;
}

.amazing-offer-three-item .detail {
  padding-right: 31px;
  margin-right: 55px;
  border-right: 1px solid #f5f3fc;
  padding-top: 8px;
}

.amazing-offer-three-item .detail::before {
  content: "";
  top: 50%;
  right: 0;
  width: 12px;
  height: 12px;
  background-color: #e7ebee;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transform: translate(7px, -50%);
  -moz-transform: translate(7px, -50%);
  -ms-transform: translate(7px, -50%);
  -o-transform: translate(7px, -50%);
  transform: translate(7px, -50%);
}

.amazing-offer-three-item .detail h2 {
  font-size: 20px;
  font-weight: 900;
  color: #2d365d;
  line-height: 30px;
  margin-bottom: 24px;
}

.amazing-offer-three-item .detail ul {
  margin-bottom: 35px;
}

.amazing-offer-three-item .detail ul li {
  line-height: 30px;
}

.amazing-offer-three-item .detail ul li::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 5px;
  height: 5px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #2d365d;
  margin-left: 9px;
}

.amazing-offer-three-item .detail .offer {
  background-color: #ee232b;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  line-height: 28px;
  font-size: 16px;
  margin-left: 14px;
}

.amazing-offer-three-item .detail .offer del {
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  background-color: #fff9eb;
  padding: 0 20px;
  margin-right: -1px;
}

.amazing-offer-three-item .detail .offer span {
  padding: 0 7px 0 15px;
  color: #fff;
}

.amazing-offer-three-item .detail .price {
  font-size: 30px;
  font-weight: 900;
  color: #49be78;
  line-height: 47px;
}

.amazing-offer-three-item .detail .price span {
  font-size: 14px;
  font-weight: 300;
  color: #232323;
  line-height: 22px;
  margin-right: 7px;
}

@media only screen and (max-width: 1199px) {
  .amazing-offer-three-item .detail {
    padding-right: 20px;
    margin-right: 35px;
  }
}

@media only screen and (max-width: 991px) {
  .amazing-offer-three-item {
    padding: 30px 15px;
  }

  .amazing-offer-three-item .detail {
    padding-right: 14px;
    margin-right: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .amazing-offer-three-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .amazing-offer-three-item .detail {
    padding: 0;
    margin: 20px 0 0;
    border: none;
  }

  .amazing-offer-three-item .image,
  .amazing-offer-three-item .detail {
    width: 100%;
  }

  .amazing-offer-three-item .image img {
    margin: 0 auto;
    display: block;
  }
}

.swiper-slide-active .amazing-offer-three-item {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.brands-wrapper {
  border: 3px solid #f5f3fc;
  background-color: #fff;
  padding: 36px 54px;
}

@media only screen and (max-width: 575px) {
  .brands-wrapper {
    padding: 20px;
  }
}

.brands-item {
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.brands .swiper-button-next {
  left: 12px;
}

.brands .swiper-button-prev {
  right: 12px;
}

@media only screen and (max-width: 575px) {
  .brands .swiper-button-next {
    left: 8px;
  }

  .brands .swiper-button-prev {
    right: 8px;
  }
}

.top-products-three {
  margin: 88px 0 94px;
}

.top-products-three-tabs {
  border-bottom: 1px solid #212341;
  margin-bottom: 82px;
}

.top-products-three-tabs .nav-item:not(:last-child) {
  margin-left: 5px;
}

.top-products-three-tabs .nav-item .nav-link {
  font-size: 16px;
  font-weight: 500;
  color: #212341;
  line-height: 45px;
  padding: 0 26px;
  cursor: pointer;
  margin-bottom: -1px;
  border: none;
}

.top-products-three-tabs .nav-item .nav-link.active,
.top-products-three-tabs .nav-item .nav-link:hover {
  background-color: #212341;
  color: #fff;
}

.top-products-three .product-three {
  margin-bottom: 40px;
}

@media only screen and (max-width: 991px) {
  .top-products-three .product-three {
    margin-bottom: 20px;
  }
}

.top-products-three .container::after {
  content: "";
  right: -32px;
  bottom: 6px;
  width: 120px;
  height: 199px;
  background: url("./../images/pattern-cart.png") 0 0 no-repeat;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
  z-index: -1;
}

.top-sellers-two .swiper::before {
  content: "";
  right: 0;
  bottom: 190px;
  left: 0;
  width: 80%;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  background-color: #ee273a;
  height: 50px;
  margin: 0 auto;
}

.footer-four {
  margin-top: 90px;
}

.footer-four .container::after {
  content: "";
  width: 100%;
  height: 250px;
  top: 0;
  left: 0;
  background: url("./../images/shadow-footer.png") 0 0 no-repeat;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
  -webkit-transform: translateY(-28px);
  -moz-transform: translateY(-28px);
  -ms-transform: translateY(-28px);
  -o-transform: translateY(-28px);
  transform: translateY(-28px);
  z-index: -1;
}

.footer-four .name {
  font-size: 20px;
  font-weight: 900;
  color: #ee273a;
  line-height: 33px;
}

.footer-four .socials li:not(:last-child) {
  margin-left: 10px;
}

.footer-four .socials li a {
  width: 40px;
  height: 40px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #f8f9fb;
  text-align: center;
  line-height: 40px;
  font-size: 20px;
  color: #dbe1e6;
}

.footer-four .socials li a:hover {
  color: #ee273a;
  background-color: rgba(238, 39, 58, 0.1);
}

.footer-four .description {
  color: #2d365d;
  line-height: 30px;
}

.footer-four .titr {
  line-height: 28px;
  font-size: 18px;
  color: #212341;
  margin-bottom: 25px;
}

.footer-four .titr b {
  font-weight: 900;
  color: #ee273a;
}

.footer-four-nav li:not(:last-child) {
  margin-bottom: 15px;
}

.footer-four-nav li a {
  font-size: 13px;
  font-weight: 500;
  color: #232323;
  line-height: 25px;
}

.footer-four-nav li a::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 6px;
  height: 6px;
  background-color: #d5dbe0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin-left: 9px;
}

.footer-four-nav li a:hover {
  color: #ee273a;
}

.footer-four .footer-namad,
.footer-four-news-letter {
  margin-top: 25px;
  padding-top: 25px;
  border-top: 1px solid #f5f3fc;
}

.footer-four .footer-namad::after,
.footer-four-news-letter::after {
  content: "";
  top: -1px;
  right: 0;
  width: 36px;
  height: 1px;
  background-color: #ee273a;
}

.footer-four-news-letter h3 {
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 10px;
}

.footer-four-news-letter h3 b {
  font-weight: 900;
}

.footer-four-news-letter h3 i {
  font-size: 25px;
  color: #ffb035;
  margin-left: 10px;
}

.footer-four-news-letter form .form-control {
  max-width: -webkit-calc(100% - 140px);
  max-width: -moz-calc(100% - 140px);
  max-width: calc(100% - 140px);
  background-color: #f8f9fb;
  border-color: #f8f9fb;
  font-size: 13px;
  font-weight: 500;
  color: #7f7f84;
  padding: 12px 25px;
}

.footer-four-news-letter form .form-control:focus {
  border-color: #ee273a;
}

.footer-four-news-letter form .btn {
  font-size: 14px;
  font-weight: 500;
  background-color: #2d365d;
  padding: 12px 29px;
}

.footer-four-news-letter form .btn:hover,
.footer-four-news-letter form .btn:focus,
.footer-four-news-letter form .btn:active {
  background-color: #3a4678;
}

.footer-four-bottom {
  margin-top: 45px;
  -webkit-border-radius: 50px 50px 0 0;
  -moz-border-radius: 50px 50px 0 0;
  border-radius: 50px 50px 0 0;
  background-color: #212341;
  padding: 50px 65px 0 68px;
}

@media only screen and (max-width: 991px) {
  .footer-four-bottom {
    padding: 32px 32px 0;
  }
}

@media only screen and (max-width: 767px) {
  .footer-four-bottom {
    -webkit-border-radius: 20px 20px 0 0;
    -moz-border-radius: 20px 20px 0 0;
    border-radius: 20px 20px 0 0;
  }
}

@media only screen and (max-width: 575px) {
  .footer-four-bottom {
    margin: 32px -12px 0;
    padding: 32px 16px 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
}

.footer-four-bottom .address {
  color: #fff;
  line-height: 30px;
  font-size: 14px;
}

.footer-four-bottom .address .title {
  font-size: 16px;
}

.footer-four-bottom .phone {
  font-size: 13px;
  color: #939aa4;
}

.footer-four-bottom .phone div {
  direction: ltr;
  font-size: 35px;
  color: #ee273a;
  font-weight: 900;
  line-height: 39px;
}

.footer-four-bottom .phone div span {
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  line-height: 27px;
  margin-right: 6px;
}

.footer-four-bottom .copyright {
  padding: 41px 12px 35px;
  margin: 49px -65px 0 -68px;
  background-color: #181931;
  font-weight: 300;
  color: #fff;
  -webkit-border-radius: 50px 50px 0 0;
  -moz-border-radius: 50px 50px 0 0;
  border-radius: 50px 50px 0 0;
}

.footer-four-bottom .copyright b {
  font-weight: bold;
}

@media only screen and (max-width: 991px) {
  .footer-four-bottom .copyright {
    margin: 32px -32px 0;
  }
}

@media only screen and (max-width: 767px) {
  .footer-four-bottom .copyright {
    -webkit-border-radius: 20px 20px 0 0;
    -moz-border-radius: 20px 20px 0 0;
    border-radius: 20px 20px 0 0;
  }
}

@media only screen and (max-width: 575px) {
  .footer-four-bottom .copyright {
    margin: 24px -16px 0;
  }
}

.slider-home .swiper-button-next,
.slider-home .swiper-button-prev {
  width: 42px;
  height: 42px;
  line-height: 38px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 2px solid #fff;
}

.slider-home .swiper-button-next::after,
.slider-home .swiper-button-prev::after {
  font-size: 13px;
  color: #fff;
}

.slider-home .swiper-button-next {
  left: 50px;
}

.slider-home .swiper-button-prev {
  right: 50px;
}

.banners-slider-home {
  margin: -7% 0 75px;
  z-index: 2;
}

@media only screen and (max-width: 767px) {
  .banners-slider-home {
    margin-top: 24px;
  }
}

.amazing-offer-four::after {
  content: none;
}

.amazing-offer-four::before {
  content: "";
  width: 100%;
  height: 80%;
  bottom: 0;
  left: 0;
  background: url("./../images/bg-0023.png") 0 0 no-repeat;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
  z-index: -1;
}

.amazing-offer-four .section-heading .detail::before {
  -webkit-filter: none;
  filter: none;
}


.amazing-offer-four-wrapper {
  -webkit-box-shadow: 0 15px 50px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 15px 50px rgba(0, 0, 0, 0.1);
  box-shadow: 0 15px 50px rgba(0, 0, 0, 0.1);
  padding: 18px 0 31px;
  background-color: #fff;
}

.top-products-four {
  margin-bottom: 169px;
}

.top-products-four-tabs .nav-item .nav-link.active,
.top-products-four-tabs .nav-item .nav-link:hover {
  background-color: #c9a781;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.top-seller-home-four .section-heading-sub-title {
  color: #c9a781;
}

.about-us-home-four .about-us-home-heading .sup-title {
  color: #c9a781;
}

.brands-two .brands-wrapper {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border-width: 1px 0;
}

.brands-two .brands-wrapper .title {
  top: -10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #fff;
  padding: 0 32px;
  font-size: 13px;
  line-height: 21px;
}

.new-articles {
  margin-top: 122px;
}

.new-articles .row {
  margin: 0 -5px;
}

.new-articles .row .col-12 {
  padding: 0 5px;
}

@media only screen and (max-width: 991px) {
  .new-articles .row>.col-12:nth-child(2) {
    margin-top: 10px;
  }
}

.new-articles .row .row .col-12:nth-child(n + 3) {
  margin-top: 10px;
}

@media only screen and (max-width: 991px) {
  .new-articles .row .row>.col-12:nth-child(2) {
    margin-top: 0;
  }
}

@media only screen and (max-width: 991px) {

  .new-articles .row .row>.col-12:nth-child(2),
  .new-articles .row .row>.col-12:nth-child(n + 2) {
    margin-top: 10px;
  }
}

.new-articles .right {
  padding-top: 139px;
}

.new-articles .right::before {
  content: "";
  top: 17px;
  right: 0;
  width: 40px;
  height: 102px;
  background: url("./../images/pattern-new-ar.png") 0 0 no-repeat;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
}

.new-articles .right h3 {
  font-size: 28px;
  line-height: 45px;
  white-space: nowrap;
  padding-bottom: 20px;
  margin-bottom: 10px;
}

.new-articles .right h3::after {
  content: "";
  bottom: 0;
  right: 0;
  height: 1px;
  width: 30px;
  background-color: #707070;
}

.new-articles .right h3 b {
  font-weight: 900;
  background-color: #fff4cc;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.new-articles .right .read-more {
  font-size: 14px;
  line-height: 45px;
  color: #939aa4;
  margin-bottom: 63px;
}

.new-articles .right .read-more:hover {
  color: #c9a781;
}

.new-articles .right .btn {
  background-color: #232323;
}

.new-articles .right .btn:hover,
.new-articles .right .btn:focus,
.new-articles .right .btn:active {
  background-color: #373737;
}

@media only screen and (max-width: 1399px) {
  .new-articles .right .read-more {
    margin-bottom: 60px;
  }
}

@media only screen and (max-width: 1199px) {
  .new-articles .right {
    padding-top: 60px;
  }

  .new-articles .right::before {
    height: 40px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center center;
  }
}

@media only screen and (max-width: 991px) {
  .new-articles .right {
    margin-bottom: 24px;
    padding-top: 0;
  }

  .new-articles .right::before {
    content: none;
  }

  .new-articles .right h3 {
    margin: 0 0 0 20px;
    padding-bottom: 0;
  }

  .new-articles .right h3::after {
    content: none;
  }

  .new-articles .right .read-more {
    margin: 0;
    height: 48px;
    line-height: 48px;
  }

  .new-articles .right .btn {
    height: 35px;
    margin-right: auto;
  }
}

@media only screen and (max-width: 575px) {
  .new-articles .right h3 {
    font-size: 18px;
    line-height: 34px;
    margin-left: 12px;
  }

  .new-articles .right .read-more {
    height: 32px;
    line-height: 32px;
  }
}

.new-articles-item,
.new-articles-item img {
  height: 100%;
}

.new-articles-item img {
  height: 195px;
  -o-object-fit: cover;
  object-fit: cover;
}

.new-articles-item.lg img {
  height: 400px;
}

.new-articles-item::after {
  content: "";
  top: 16px;
  left: 0;
  width: 100%;
  height: -webkit-calc(100% - 16px);
  height: -moz-calc(100% - 16px);
  height: calc(100% - 16px);
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#000));
  background-image: -webkit-linear-gradient(top, transparent, #000);
  background-image: -moz-linear-gradient(top, transparent, #000);
  background-image: -o-linear-gradient(top, transparent, #000);
  background-image: linear-gradient(to bottom, transparent, #000);
}

.new-articles-item a,
.new-articles-item a:hover,
.new-articles-item a:focus,
.new-articles-item a:active {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}

.new-articles-item .detail {
  bottom: 11px;
  left: 0;
  padding: 0 22px 0 11px;
  width: 100%;
  z-index: 2;
}

.new-articles-item .detail h2 {
  font-size: 14px;
  font-weight: 900;
  color: #fff;
  margin-bottom: 6px;
  line-height: 21px;
  height: 21px;
  overflow: hidden;
  white-space: wrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.new-articles-item .detail .sub-title {
  color: #efefef;
  font-size: 12px;
  line-height: 24px;
  font-size: 12px;
  height: 24px;
  overflow: hidden;
}

.new-articles-item.lg .detail h2 {
  font-size: 20px;
  line-height: 30px;
  height: 30px;
}

.new-articles-item.lg .detail .sub-title {
  font-size: 13px;
  height: 48px;
}

@media only screen and (max-width: 575px) {
  .new-articles-item.lg .detail h2 {
    font-size: 14px;
    line-height: 20px;
    height: 20px;
  }

  .new-articles-item.lg .detail .sub-title {
    font-size: 12px;
  }
}

.new-articles .swiper {
  max-width: -webkit-calc(100% - 200px);
  max-width: -moz-calc(100% - 200px);
  max-width: calc(100% - 200px);
  width: 100%;
  margin-right: auto;
}

.new-articles .swiper-button-next,
.new-articles .swiper-button-prev {
  top: auto;
  right: 0;
  bottom: 63px;
  left: auto;
}

@media only screen and (max-width: 1199px) {

  .new-articles .swiper-button-next,
  .new-articles .swiper-button-prev {
    bottom: 140px;
  }
}

.new-articles .swiper-button-next::after,
.new-articles .swiper-button-prev::after {
  color: #212341;
}

.new-articles .swiper-button-next {
  right: 35px;
}

.new-articles .swiper-button-next::before {
  content: "";
  top: 50%;
  right: -3px;
  border-right: 1px dashed #212341;
  height: 28px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media only screen and (max-width: 991px) {

  .new-articles .swiper-button-next,
  .new-articles .swiper-button-prev {
    top: 16px;
    right: auto;
    bottom: 0;
    left: 110px;
  }

  .new-articles .swiper-button-prev {
    left: 145px;
  }
}

@media only screen and (max-width: 370px) {

  .new-articles .swiper-button-next,
  .new-articles .swiper-button-prev {
    display: none;
  }
}

@media only screen and (max-width: 991px) {
  .new-articles .swiper {
    max-width: 100%;
  }
}

.detail-blog {
  padding-bottom: 80px;
  margin-bottom: -80px;
}

.detail-blog-info {
  margin-top: 68px;
}

.detail-blog-info>.detail {
  margin-top: -48px;
}

.detail-blog-info .category {
  background-color: #212341;
  -webkit-border-radius: 0 50px 50px 0;
  -moz-border-radius: 0 50px 50px 0;
  border-radius: 0 50px 50px 0;
  line-height: 30px;
  padding: 0 28px 0 37px;
  font-weight: 500;
  color: #fff;
  margin-left: -9px;
}

.detail-blog-info ul {
  background-color: #fff;
  -webkit-box-shadow: 0 0 75px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 75px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 75px rgba(0, 0, 0, 0.1);
  padding: 25px 56px 20px 63px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  z-index: 6;
}

.detail-blog-info ul li {
  line-height: 25px;
}

.detail-blog-info ul li:not(:last-child) {
  margin-left: 70px;
}

.detail-blog-info ul li span {
  font-size: 11px;
  color: #b3bbc7;
}

.detail-blog-info ul li span+span {
  color: #2d365d;
  font-weight: bold;
  font-size: 14px;
}

.detail-blog-info ul li span+span b {
  font-size: 30px;
  font-weight: 900;
}

.detail-blog-info ul li a {
  font-size: 16px;
  font-weight: 900;
  color: #2d365d;
}

.detail-blog-info ul li a:hover {
  color: #ee273a;
}

.detail-blog-info ul li i {
  width: 50px;
  height: 50px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  line-height: 50px;
  text-align: center;
  background-color: #f5f3fc;
  font-size: 24px;
  color: #9087ce;
  margin-left: 18px;
}

.detail-blog-info .date {
  background-color: #ee273a;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  padding: 0 42px 0 20px;
  margin-right: -28px;
  z-index: 2;
  line-height: 30px;
  color: #fff;
  font-weight: 500;
}

@media only screen and (max-width: 991px) {
  .detail-blog-info ul {
    padding: 20px;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
  }

  .detail-blog-info ul li:not(:last-child) {
    margin-left: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .detail-blog-info>.detail {
    margin-top: 20px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .detail-blog-info img {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
  }

  .detail-blog-info .category {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    padding-left: 50px;
  }

  .detail-blog-info ul {
    margin-bottom: 20px;
    width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
  }

  .detail-blog-info .date {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    padding-right: 20px;
  }
}

@media only screen and (max-width: 575px) {
  .detail-blog-info ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
    -moz-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  .detail-blog-info ul li:not(:last-child) {
    margin-left: 0;
  }

  .detail-blog-info ul li:nth-child(2) {
    margin: 20px 0;
  }
}

.detail-blog-name {
  margin: 64px 0 11px;
  font-weight: 900;
  color: #ee273a;
  font-size: 30px;
  line-height: 40px;
}

.detail-blog-content p {
  font-size: 15px;
  font-weight: 400;
  line-height: 32px;
}

.detail-blog-content p,
.detail-blog-content h1,
.detail-blog-content h2,
.detail-blog-content h3,
.detail-blog-content h4,
.detail-blog-content h5,
.detail-blog-content h6 {
  margin-bottom: 32px;
}

.detail-blog-content h1,
.detail-blog-content h2,
.detail-blog-content h3,
.detail-blog-content h4,
.detail-blog-content h5,
.detail-blog-content h6 {
  font-weight: 900;
  color: #2d365d;
}

.detail-blog-content h1 {
  font-size: 30px;
}

.detail-blog-content h2 {
  font-size: 26px;
}

.detail-blog-content h3 {
  font-size: 23px;
}

.detail-blog-content h4 {
  font-size: 20px;
}

.detail-blog-content h5 {
  font-size: 18px;
}

.detail-blog-content h6 {
  font-size: 16px;
}

.detail-blog-content blockquote {
  margin: 160px 0 100px;
  padding-right: 90px;
}

.detail-blog-content blockquote::before {
  content: "\e924";
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: "icomoon";
  font-size: 157px;
  color: #f8f9fb;
  z-index: -1;
}

.detail-blog-content blockquote p {
  margin-bottom: 0;
}

@media only screen and (max-width: 991px) {
  .detail-blog-name {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 60px;
  }

  .detail-blog-content blockquote {
    margin: 100px 0;
  }
}

@media only screen and (max-width: 575px) {
  .detail-blog-name {
    font-size: 18px;
    margin-bottom: 32px;
  }

  .detail-blog-content blockquote {
    padding-right: 50px;
    margin: 70px 0;
  }
}

.detail-blog-related {
  margin: 80px 0 85px;
}

@media only screen and (max-width: 767px) {
  .detail-blog-related {
    margin: 180px 0 120px;
  }
}

.detail-blog-related::after,
.detail-blog-related::before {
  content: "";
  width: 100%;
  height: 250px;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
  left: 0;
  z-index: -1;
}

.detail-blog-related::after {
  background: url("./../images/related-article-02.png") 0 0 no-repeat;
  bottom: 0;
  -webkit-transform: translateY(130px);
  -moz-transform: translateY(130px);
  -ms-transform: translateY(130px);
  -o-transform: translateY(130px);
  transform: translateY(130px);
}

.detail-blog-related::before {
  background: url("./../images/related-article-01.png") 0 0 no-repeat;
  top: 0;
  -webkit-transform: translateY(-143px);
  -moz-transform: translateY(-143px);
  -ms-transform: translateY(-143px);
  -o-transform: translateY(-143px);
  transform: translateY(-143px);
}

.detail-blog-related .heading h4 {
  font-size: 24px;
  line-height: 30px;
  padding-right: 60px;
  color: #000;
}

.detail-blog-related .heading h4::before {
  content: "";
  background: url("./../images/patter-related.png") 0 0 no-repeat;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
  width: 39px;
  height: 62px;
  margin-left: 21px;
  top: 0;
  right: 0;
}

.detail-blog-related .swiper {
  padding: 43px 0 0;
}

.detail-blog-related .swiper-slide {
  opacity: 0;
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -o-transform: scale(0.5);
  transform: scale(0.5);
}

.detail-blog-related .swiper-slide-active,
.detail-blog-related .swiper-slide-next {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

@media only screen and (max-width: 767px) {
  .detail-blog-related .swiper-slide-next {
    opacity: 0;
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
  }
}

.detail-blog-related .swiper-button-next,
.detail-blog-related .swiper-button-prev {
  top: 36px;
  right: auto;
  left: 135px;
}

.detail-blog-related .swiper-button-prev {
  left: 165px;
}

@media only screen and (max-width: 575px) {
  .detail-blog-related .heading h4 {
    padding-right: 0;
  }

  .detail-blog-related .heading h4::before {
    content: none;
  }
}

.detail-blog-comments>.title {
  font-weight: 900;
  font-size: 24px;
  margin-bottom: 54px;
}

.detail-blog-comments-wrapper {
  -webkit-box-shadow: 0 10px 75px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 10px 75px rgba(0, 0, 0, 0.08);
  box-shadow: 0 10px 75px rgba(0, 0, 0, 0.08);
  padding: 80px 60px 127px 63px;
}

.detail-blog-comments-wrapper::before {
  content: "";
  bottom: 100%;
  width: -webkit-calc(100% - 50px);
  width: -moz-calc(100% - 50px);
  width: calc(100% - 50px);
  height: 6px;
  background-color: #ee273a;
  left: 25px;
}

@media only screen and (max-width: 991px) {
  .detail-blog-comments-wrapper {
    padding: 60px 40px 100px 43px;
  }
}

@media only screen and (max-width: 575px) {
  .detail-blog-comments-wrapper {
    padding: 50px 16px 80px;
  }
}

.detail-blog .like-share {
  top: 10px;
  left: -webkit-calc(100% + 40px);
  left: -moz-calc(100% + 40px);
  left: calc(100% + 40px);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.detail-blog .like-share.fix {
  position: fixed;
  left: auto;
  right: 50px;
}

@media only screen and (max-width: 1500px) and (min-width: 1400px) {
  .detail-blog .like-share {
    left: 100%;
  }
}

@media only screen and (max-width: 1300px) and (min-width: 1200px) {
  .detail-blog .like-share {
    left: 100%;
  }
}

@media only screen and (max-width: 1114px) and (min-width: 1040px) {
  .detail-blog .like-share {
    left: 100%;
  }
}

@media only screen and (max-width: 1039px) and (min-width: 992px) {
  .detail-blog .like-share {
    left: 98%;
  }
}

.detail-blog .like-share button span {
  width: 20px;
  text-align: right;
}

.detail-blog .like-share button i {
  font-size: 21px;
}

.detail-blog .like-share button.like i {
  color: #00867d;
}

.detail-blog .like-share button.dislike {
  margin: 20px 0;
  padding-bottom: 24px;
  border-bottom: 1px solid #f5f3fc;
}

.detail-blog .like-share button.dislike i {
  color: #ee232b;
}

.detail-blog .like-share .socials li:not(:last-child) {
  margin-bottom: 20px;
}

.detail-blog .like-share .socials li a {
  color: #e7ebee;
  font-size: 22px;
  text-align: center;
}

@media only screen and (max-width: 991px) {
  .detail-blog .like-share {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
  }

  .detail-blog .like-share,
  .detail-blog .like-share .socials {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .detail-blog .like-share button.dislike {
    padding-bottom: 0;
    margin: 0;
    border-bottom: 0;
  }

  .detail-blog .like-share .socials {
    margin-right: auto;
  }

  .detail-blog .like-share .socials li:not(:last-child) {
    margin: 0 0 0 12px;
  }
}

.detail-product-two .breadcrumb {
  margin-bottom: 50px;
}

.detail-product-two .gallery {
  padding: 78px 89px 0 0;
}

.detail-product-two .gallery .origin-image {
  margin-bottom: 56px;
}

.detail-product-two .gallery .origin-image img {
  max-height: 400px;
  max-width: 400px;
  width: 100%;
  margin: 0 auto;
}

.detail-product-two .gallery .origin-image .zoom {
  font-size: 25px;
  color: #b3bbc7;
}

.detail-product-two .gallery .images {
  border: 1px solid #e7ebee;
  overflow: auto hidden;
  -ms-overflow-style: auto;
  scrollbar-width: none;
  -webkit-scroll-snap-type: x mandatory;
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory;
}

.detail-product-two .gallery .images::-webkit-scrollbar {
  display: none;
}

.detail-product-two .gallery .images li {
  padding: 19px;
  max-width: -webkit-calc(33.333333% + 1px);
  max-width: -moz-calc(33.333333% + 1px);
  max-width: calc(33.333333% + 1px);
  width: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  cursor: pointer;
  scroll-snap-align: start;
}

.detail-product-two .gallery .images li:not(:last-child) {
  border-left: 1px solid #e7ebee;
}

.detail-product-two .gallery .images li img {
  width: 100%;
  max-width: 104px;
  max-height: 104px;
  margin: 0 auto;
}

.detail-product-two .gallery .icons {
  top: 0;
  right: 0;
  background-color: #212341;
  padding: 25px 9.5px 82px;
}

.detail-product-two .gallery .icons li:not(:last-child) {
  margin-bottom: 21px;
}

.detail-product-two .gallery .icons li a {
  font-size: 21px;
  color: #fff;
}

.detail-product-two .gallery .rate {
  top: 156px;
  right: 0;
  background-color: #fff9eb;
  font-size: 14px;
  font-weight: bold;
  color: #2d365d;
  line-height: 22px;
  padding: 18px 10px;
  width: 39.47px;
  height: 75px;
}

.detail-product-two .gallery .rate i {
  font-size: 13px;
  color: #ef9a3d;
  margin-bottom: 4px;
}

.detail-product-two .gallery .offer {
  background-color: #212341;
  top: 0;
  right: 41px;
  text-align: center;
  padding: 25px 12px 7px 13px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  line-height: 28px;
}

.detail-product-two .gallery .offer span {
  font-size: 13px;
  line-height: 21px;
}

.detail-product-two-name {
  font-size: 21px;
  font-weight: 900;
  line-height: 33px;
  margin-bottom: 5px;
}

.detail-product-two-name-en {
  font-size: 14px;
  font-weight: 300;
  color: #b3bbc7;
  line-height: 30px;
  margin-bottom: 25px;
}

.detail-product-two .info {
  padding: 36px 58px 35px 40px;
  background-color: #f0f0f0;
  margin-bottom: 50px;
}

.detail-product-two .info li {
  line-height: 24px;
  font-size: 14px;
}

.detail-product-two .info li span {
  font-weight: 300;
  color: #b3bbc7;
}

.detail-product-two .info li a,
.detail-product-two .info li span+span {
  color: #212341;
  font-weight: bold;
}

.detail-product-two .info li a:hover {
  color: #ee273a;
}

.detail-product-two .options-product .title {
  color: #232323;
  font-weight: 900;
  line-height: 40px;
}

.detail-product-two .options-product ul li {
  line-height: 40px;
  color: #232323;
}

.detail-product-two .titr {
  font-size: 14px;
  font-weight: bold;
  color: #232323;
  width: 41px;
  margin-left: 12px;
}

.detail-product-two .colors-product {
  max-width: 100%;
}

.detail-product-two .colors-product,
.detail-product-two .size,
.detail-product-two .count {
  margin-bottom: 21px;
}

.detail-product-two select {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  width: 88px;
  height: 30px;
  padding: 0 5px 0 43px;
  text-align: left;
  line-height: 30px;
  font-weight: 300;
  font-size: 14px;
}

.detail-product-two .status>div {
  background-color: #edf5e6;
  color: #00867d;
  font-weight: 300;
  line-height: 25px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding: 0 14px 0 9px;
}

.detail-product-two .price-add-to-cart {
  border: solid #f5f3fc;
  border-width: 1px 0;
  padding: 15px 0;
  margin: 47px 0 21px;
}

.detail-product-two .price-add-to-cart .price {
  font-size: 18px;
  font-weight: 300;
  color: #232323;
  line-height: 28px;
}

.detail-product-two .price-add-to-cart .price del {
  font-size: 16px;
  font-weight: 300;
  color: #ee232b;
  -webkit-text-decoration-color: #707070;
  -moz-text-decoration-color: #707070;
  text-decoration-color: #707070;
  margin-left: 13px;
}

.detail-product-two .price-add-to-cart .price span {
  font-size: 30px;
  font-weight: 900;
  line-height: 47px;
  color: #49be78;
  margin-left: 10px;
}

.detail-product-two .price-add-to-cart .btn {
  max-width: 50%;
  width: 100%;
  margin-right: auto;
  font-size: 16px;
  font-weight: bold;
  background-color: #67b930;
  -webkit-box-shadow: 0 10px 35px rgba(103, 185, 48, 0.25);
  -moz-box-shadow: 0 10px 35px rgba(103, 185, 48, 0.25);
  box-shadow: 0 10px 35px rgba(103, 185, 48, 0.25);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 15px 12px;
  line-height: 25px;
}

.detail-product-two .send i {
  font-size: 38px;
  color: #e7ebee;
  margin-left: 15px;
}

.detail-product-two .send>div {
  color: #232323;
  line-height: 20px;
}

.detail-product-two .send .title {
  font-weight: 900;
}

.detail-product-two .send .sub-title {
  font-size: 13px;
}

.detail-product-two .timear li {
  text-align: center;
  font-weight: 300;
  line-height: 30px;
}

.detail-product-two .timear li:not(:last-child) {
  margin-left: 10px;
}

.detail-product-two .timear li span {
  width: 35px;
  height: 35px;
  line-height: 35px;
  background-color: #212341;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  font-size: 20px;
  font-weight: 900;
  color: #fff;
  margin: 0 auto 2px;
}

.detail-product-two-left {
  padding-right: 115px;
}

@media only screen and (max-width: 1199px) {
  .detail-product-two-left {
    padding-right: 50px;
  }

  .detail-product-two .price-add-to-cart .price {
    font-size: 16px;
  }

  .detail-product-two .price-add-to-cart .price del {
    font-size: 14px;
  }

  .detail-product-two .price-add-to-cart .price span {
    font-size: 25px;
  }
}

@media only screen and (max-width: 991px) {
  .detail-product-two .breadcrumb {
    margin-bottom: 50px;
  }

  .detail-product-two .gallery {
    padding-right: 40px;
  }

  .detail-product-two-left {
    padding-right: 12px;
    margin-top: 24px;
  }
}

@media only screen and (max-width: 575px) {
  .detail-product-two .gallery {
    padding: 70px 0 0;
  }

  .detail-product-two .gallery .icons {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 16px;
    height: 55px;
    width: 120px;
  }

  .detail-product-two .gallery .icons li:not(:last-child) {
    margin: 0 0 0 12px;
  }

  .detail-product-two .gallery .rate {
    top: 0;
    right: 121px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 16px;
    width: 70px;
    height: 55px;
  }

  .detail-product-two .gallery .offer {
    right: 191px;
    padding: 3px 16px;
  }

  .detail-product-two .info {
    padding: 16px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .detail-product-two .price-add-to-cart del,
  .detail-product-two .price-add-to-cart span {
    display: block;
  }

  .detail-product-two .timear {
    margin-bottom: 16px;
  }
}

.detail-product-two-review .container::after {
  content: "";
  bottom: 15px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #f5f3fc;
  z-index: -1;
}

.detail-product-two-review .title {
  color: #2d365d;
  font-size: 22px;
  font-weight: 900;
  color: #2d365d;
  line-height: 28px;
  padding-bottom: 23px;
  margin-bottom: 20px;
}

.detail-product-two-review .title::after {
  content: "";
  right: 0;
  bottom: 0;
  width: 38px;
  height: 5px;
  background-color: #ee273a;
}

.detail-product-two-review .content {
  height: 112px;
  margin-bottom: 69px;
  overflow: hidden;
}

.detail-product-two-review .content p {
  line-height: 28px;
  margin-bottom: 28px;
  color: #2d365d;
  font-size: 13px;
  text-align: justify;
}

.detail-product-two-review .content :last-child {
  margin-bottom: 0;
}

.detail-product-two-review .btn {
  margin: 0 auto 0;
  max-width: 137px;
  width: 100%;
  height: 35px;
  line-height: 35px;
  font-size: 13px;
  color: #2d365d;
  border: 1px solid #f5f3fc;
  background-color: #fff;
}

.detail-product-two-review .btn i {
  margin-right: 20px;
  color: #b3bbc7;
}

.detail-product-two-review .btn:hovre {
  background-color: #f5f3fc;
}

.detail-product-two .top-seller-home .section-heading .detail::after {
  content: none;
}

.detail-product-two .nav {
  margin-bottom: 60px;
}

.detail-product-two .nav-link {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.detail-product-two .nav-link.active {
  background-color: #212341;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.detail-product-two .tab-content {
  margin-bottom: 50px;
}

.detail-product-two #specifications ul li {
  border: 1px solid #f5f3fc;
}

.detail-product-two #specifications ul li::after {
  content: none;
}

.detail-product-two #specifications ul li:not(:first-child) {
  margin-top: -1px;
}

.detail-product-two #specifications ul li:not(:last-child) {
  margin-bottom: 0;
}

.detail-product-two #specifications ul li span {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.detail-product-two #specifications ul li span:first-child {
  background-color: #f8f9fb;
}

.detail-product-two #specifications ul li span:last-child {
  background-color: #fff;
}

.detail-product-two #specifications ul li:nth-child(even) span:first-child {
  background-color: #edeff3;
}

.detail-product-two #comments {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-top: 1px solid #f5f3fc;
}

.detail-product-two #comments::before {
  content: none;
}

.detail-product-two #comments .comments li .content .info {
  background-color: transparent;
  padding: 0;
  margin: 0;
}

.detail-product-three .breadcrumb {
  margin-bottom: 82px;
}

.detail-product-three-name {
  font-size: 20px;
  font-weight: 900;
  line-height: 33px;
  padding-bottom: 11px;
  margin-bottom: 28px;
  border-bottom: 1px solid #f5f3fc;
}

.detail-product-three .titr {
  font-weight: bold;
  color: #232323;
  line-height: 24px;
}

.detail-product-three .status>div {
  margin-right: 12px;
  background-color: #edf5e6;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  text-align: center;
  line-height: 25px;
  font-weight: 300;
  color: #00867d;
  padding: 0 11px;
}

.detail-product-three .code-product {
  color: #232323;
  font-weight: bold;
}

.detail-product-three .options-product {
  margin: 26px 0 28px;
  padding: 29px 24px 32px;
  border-radius: 25px;
  background: linear-gradient(185deg, #e7e7e7 0%, #f8fbfd 100%);
}

.detail-product-three .options-product .title {
  color: #232323;
  font-size: 13px;
  font-weight: 900;
  margin-bottom: 32px;
}

.detail-product-three .options-product ul li {
  color: #232323;
  line-height: 25px;
}

.detail-product-three .options-product ul li::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 9px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #efefef;
  margin-left: 10px;
}

.detail-product-three .options-product ul li:not(:last-child) {
  margin-bottom: 25px;
}

.detail-product-three .brands {
  padding-bottom: 15px;
  margin-bottom: 27px;
  border-bottom: 1px solid #f5f3fc;
}

.detail-product-three .brands>span {
  color: #b3bbc7;
}

.detail-product-three .brands>span a {
  color: #2d365d;
  margin-right: 4px;
  font-weight: 900;
}

.detail-product-three .brands>span a:hover {
  color: #ee273a;
}

.detail-product-three .brands>a img {
  height: 60px;
}

.detail-product-three .send {
  color: #232323;
}

.detail-product-three .send i {
  width: 81px;
  height: 81px;
  line-height: 81px;
  background-color: #fff4cc;
  font-size: 38px;
  margin-bottom: 14px;
}

.detail-product-three .send .title {
  font-weight: 900;
}

.detail-product-three .send .sub-title {
  font-size: 13px;
}

.detail-product-three .gallery-origin img {
  width: 80%;
  margin: 0 auto;
  max-height: 508px;
}

.detail-product-three .gallery-origin .zoom {
  margin: 20px 0 26px;
  font-size: 25px;
  color: #b3bbc7;
}

.detail-product-three .gallery-images {
  border: 1px solid #e7ebee;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

.detail-product-three .gallery-images li {
  width: 88px;
  height: 88px;
  cursor: pointer;
}

.detail-product-three .gallery-images li:not(:last-child) {
  border-left: 1px solid #e7ebee;
}

.detail-product-three .gallery-images li img {
  height: 63px;
}

.detail-product-three .count-comment-rate {
  padding: 0 5px 0 10px;
}

.detail-product-three .count-comment-rate::after {
  content: "";
  z-index: -1;
  line-height: 15px;
  height: 15px;
  background-color: #fff9eb;
  width: 100%;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.detail-product-three .count-comment-rate span {
  font-size: 14px;
  font-weight: bold;
  color: #2d365d;
  line-height: 22px;
}

.detail-product-three .count-comment-rate span:first-child {
  margin-left: 22px;
}

.detail-product-three .count-comment-rate span b {
  font-size: 20px;
  color: #212341;
  font-weight: 900;
  line-height: 30px;
}

.detail-product-three .count-comment-rate span i {
  font-size: 13px;
  color: #ef9a3d;
  margin-left: 5px;
}

.detail-product-three .icons li:not(:last-child) {
  margin-left: 16px;
}

.detail-product-three .icons li a {
  font-size: 21px;
  color: #b3bbc7;
}

.detail-product-three .icons li a:hover {
  color: #ee273a;
}

.detail-product-three .timear {
  margin-top: 11px;
  padding-top: 13px;
  border-top: 1px solid #f5f3fc;
}

.detail-product-three .timear .title {
  font-size: 13px;
  line-height: 18px;
  font-weight: 900;
}

.detail-product-three .timear .title span {
  color: #b3bbc7;
}

.detail-product-three .timear ul li {
  font-weight: 300;
  line-height: 30px;
  text-align: center;
}

.detail-product-three .timear ul li:not(:last-child) {
  margin-left: 10px;
}

.detail-product-three .timear ul li span {
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  background-color: #212341;
  color: #fff;
  font-size: 18px;
  font-weight: 900;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin: 0 auto 2px;
}

.detail-product-three .timear ul li:first-child span {
  background-color: #2d365d;
}

.detail-product-three .info-product {
  margin-top: 8px;
  padding-top: 28px;
  border-top: 1px solid #f5f3fc;
}

.detail-product-three .info-product li {
  max-width: 50%;
  width: 100%;
  line-height: 18px;
}

.detail-product-three .info-product li:last-child {
  margin-top: 17px;
}

.detail-product-three .info-product li span {
  color: #b3bbc7;
  font-weight: 300;
}

.detail-product-three .info-product li a,
.detail-product-three .info-product li span+span {
  font-weight: bold;
  color: #212341;
}

.detail-product-three .info-product li a:hover {
  color: #ee273a;
}

.detail-product-three .size {
  margin-top: 27px;
  padding-top: 36px;
  border-top: 1px solid #f5f3fc;
}

.detail-product-three .size,
.detail-product-three .count {
  margin-bottom: 21px;
}

.detail-product-three .size .titr,
.detail-product-three .count .titr,
.detail-product-three .colors-product .titr {
  min-width: 55px;
}

.detail-product-three select {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  width: 88px;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  font-weight: 300;
  text-align: left;
  padding: 0 0 0 43px;
  line-height: 30px;
}

.detail-product-three .price-add-to-cart {
  margin-top: 10px;
  padding: 15px;
  border-top: 1px solid #f5f3fc;
  background: linear-gradient(185deg, #e7e7e7 0%, #f8fbfd 100%);
  border-radius: 25px;
}

.detail-product-three .offer-product {
  font-size: 13px;
  font-weight: 300;
  line-height: 21px;
  color: #fff;
  background-color: #ee273a;
  -webkit-border-radius: 50px 50px 50px 0;
  -moz-border-radius: 50px 50px 50px 0;
  border-radius: 50px 50px 50px 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 5px 24px 2px 19px;
  margin-bottom: 11px;
}

.detail-product-three .offer-product span {
  font-size: 18px;
  font-weight: bold;
  margin-left: 7px;
  line-height: 28px;
}

.detail-product-three .price {
  font-size: 18px;
  font-weight: 300;
  color: #232323;
  line-height: 28px;
  margin-bottom: 10px;
}

.detail-product-three .price del {
  font-size: 16px;
  font-weight: 300;
  color: #ee232b;
  line-height: 25px;
  -webkit-text-decoration-color: #707070;
  -moz-text-decoration-color: #707070;
  text-decoration-color: #707070;
  margin-left: 13px;
}

.detail-product-three .price span {
  line-height: 47px;
  font-size: 30px;
  font-weight: 900;
  color: #49be78;
  margin-left: 10px;
}

.detail-product-three .btn-success-2 {
  font-size: 16px !important;
  font-weight: bold !important;
  line-height: 25px !important;
  padding: 15px 12px !important;
}

@media only screen and (max-width: 991px) {
  .detail-product-three-name {
    margin-top: 24px;
  }

  .detail-product-three .send {
    margin-bottom: 24px;
  }
}

@media only screen and (max-width: 399px) {
  .detail-product-three .gallery-images {
    width: 100%;
  }

  .detail-product-three .gallery-images li {
    width: 25%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
  }
}

.detail-product-three .options-box {
  padding: 22px 109px 25px 112px;
  background-color: #141414;
  margin: 45px 0 0;
  border-radius: 25px;
}

.detail-product-three .options-box li i,
.detail-product-three .options-box li span {
  color: #fff;
}

@media only screen and (max-width: 991px) {
  .detail-product-three .options-box {
    padding: 22px 22px 25px;
  }
}

@media only screen and (max-width: 575px) {
  .detail-product-three .options-box {
    margin-right: -12px;
    margin-left: -12px;
    padding: 22px 12px;
  }
}

.detail-product-three .detail-product-two-review {
  background-color: #f8f9fb;
  padding: 48px 53px 0 48px;
}

.detail-product-three .detail-product-two-review .content {
  border: none;
}

.detail-product-three .detail-product-two-review .btn {
  bottom: -17px;
}

@media only screen and (max-width: 767px) {
  .detail-product-three .detail-product-two-review {
    padding: 32px 32px 0;
  }
}

@media only screen and (max-width: 575px) {
  .detail-product-three .detail-product-two-review {
    margin: 0 -12px;
    padding: 32px 16px 0;
  }
}

.detail-product-three .top-seller-home .section-heading .detail::after {
  content: none;
}

.detail-product-three .section-titr {
  font-size: 16px;
  font-weight: 900 !important;
  line-height: 25px;
  padding-bottom: 27px;
  margin-top: -25px;
  margin-bottom: 59px;
  border-bottom: 1px solid #f5f3fc;
}

.detail-product-three .section-titr::after {
  content: "";
  right: 0;
  bottom: -2px;
  background-color: #ee232b;
  height: 3px;
  width: 122px;
  border-left: 13px solid #fff;
}

.detail-product-three #specifications {
  margin-bottom: 96px;
}

.detail-product-three #specifications ul li::after {
  content: none;
}

.detail-product-three #specifications ul li span {
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
}

.detail-product-three #specifications ul li span:first-child {
  background-color: #000;
  margin-left: 18px;
  color: #fff;
  width: -webkit-calc(20% - 18px);
  width: -moz-calc(20% - 18px);
  width: calc(20% - 18px);
}

@media only screen and (max-width: 991px) {
  .detail-product-three #specifications ul li span:first-child {
    margin-left: 12px;
    width: -webkit-calc(30% - 18px);
    width: -moz-calc(30% - 18px);
    width: calc(30% - 18px);
  }
}

@media only screen and (max-width: 767px) {
  .detail-product-three #specifications ul li span:first-child {
    width: -webkit-calc(35% - 18px);
    width: -moz-calc(35% - 18px);
    width: calc(35% - 18px);
  }
}

@media only screen and (max-width: 575px) {
  .detail-product-three #specifications ul li span:first-child {
    margin: 0 0 12px;
    width: 100%;
  }
}

.detail-product-three #comments {
  padding: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.detail-product-three #comments::before {
  content: none;
}

.detail-product-three #comments .box-send-comment {
  background-color: #f8f9fb;
  padding: 54px 47px 45px;
}

.detail-product-three #comments .box-send-comment .btn {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background-color: #000;
}

.detail-product-three #comments .box-send-comment .btn:focus,
.detail-product-three #comments .box-send-comment .btn:active,
.detail-product-three #comments .box-send-comment .btn:hover {
  background-color: #141414;
}

.detail-product-three #comments .rate-comment .rate-box-progress li .progress-bar {
  background-color: #ffb035;
}

.detail-product-three #comments .comments li {
  border: 1px solid #f5f3fc;
}

.detail-product-three #comments .comments li .content {
  padding-bottom: 74px;
}

.detail-product-three #comments .comments li .content .info>i {
  margin: 0;
  background-color: #000;
  color: #fff;
}

.detail-product-three #comments .comments li .content .info>i,
.detail-product-three #comments .comments li .content .info .detail {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.detail-product-three #comments .comments li .content .info .detail {
  padding-left: 0;
  width: 100%;
}

.detail-product-three #comments .comments li .content .info .detail .star {
  padding: 6px 15px 6px 14px;
  background-color: #fff;
  margin-left: 0;
}

.detail-product-three #comments .comments li .content .info .detail .position {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background-color: #ffb035;
}

@media only screen and (max-width: 575px) {
  .detail-product-three #comments .comments li .content {
    padding-top: 12px;
    padding-bottom: 32px;
  }

  .detail-product-three #comments .comments li .content .box {
    padding: 24px 12px 0;
  }
}

.detail-product-three #comments .send-comment {
  margin: 0;
  background-color: #f8f9fb;
  padding: 101px 0 95px;
  max-width: 100%;
}

.detail-product-three #comments .send-comment .row {
  max-width: 764px;
  width: 100%;
  margin: 0 auto;
}

.detail-product-three #comments .send-comment .form-control {
  font-size: 12px;
  font-weight: 300;
  color: #2d365d;
}

@media only screen and (max-width: 575px) {
  .detail-product-three #comments .send-comment {
    padding: 70px 0;
  }
}

.landing-tow {
  margin-top: 20px;
}

.landing-tow::after {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 121%;
  background-color: #f8f9fb;
  z-index: -1;
  -webkit-transform: translateY(-100px);
  -moz-transform: translateY(-100px);
  -ms-transform: translateY(-100px);
  -o-transform: translateY(-100px);
  transform: translateY(-100px);
}

.landing-tow img {
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.landing-tow .title {
  padding-top: 9px;
}

.landing-tow .title h4 {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
  font-size: 60px;
  font-weight: 900;
  line-height: 50px;
  margin-bottom: 0;
}

.landing-tow .title h4 span {
  font-size: 40px;
  font-weight: 300;
}

.landing-tow .link a {
  font-size: 13px;
  font-weight: 300;
  line-height: 21px;
  padding: 7px 23px 7px 21px;
  -webkit-border-radius: 50px 0 50px 50px;
  -moz-border-radius: 50px 0 50px 50px;
  border-radius: 50px 0 50px 50px;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition-timing-function: linear;
  -moz-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
  opacity: 0;
}

.landing-tow .link a i {
  font-size: 10px;
  color: #b3bbc7;
  margin-right: 47px;
}

.landing-tow .swiper-slide-active img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition-delay: 0.1s;
  -moz-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.landing-tow .swiper-slide-active .title h4 {
  -webkit-transform: unset;
  -moz-transform: unset;
  -ms-transform: unset;
  -o-transform: unset;
  transform: unset;
  -webkit-transition-delay: 0.4s;
  -moz-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

.landing-tow .swiper-slide-active .link a {
  -webkit-transform: unset;
  -moz-transform: unset;
  -ms-transform: unset;
  -o-transform: unset;
  transform: unset;
  -webkit-transition-delay: 0.8s;
  -moz-transition-delay: 0.8s;
  -o-transition-delay: 0.8s;
  transition-delay: 0.8s;
  opacity: 1;
}

.landing-tow .swiper-button-next,
.landing-tow .swiper-button-prev {
  width: 30px;
  height: 70px;
  text-align: center;
  line-height: 30px;
  background-color: #fff;
}

.landing-tow .swiper-button-next::after,
.landing-tow .swiper-button-prev::after {
  font-size: 13px;
  color: #2d365d;
}

@media only screen and (max-width: 991px) {

  .landing-tow .swiper-button-next,
  .landing-tow .swiper-button-prev {
    -webkit-transform: unset;
    -moz-transform: unset;
    -ms-transform: unset;
    -o-transform: unset;
    transform: unset;
    top: auto;
    bottom: 30px;
  }

  .landing-tow .swiper .row>div:last-child {
    padding: 0 60px;
    text-align: center;
  }
}

@media only screen and (max-width: 767px) {
  .landing-tow .title h4 {
    font-size: 48px;
    line-height: 40px;
  }

  .landing-tow .title h4 span {
    font-size: 28px;
  }
}

@media only screen and (max-width: 767px) {
  .landing-tow .title h4 {
    font-size: 32px;
    line-height: 40px;
  }

  .landing-tow .title h4 span {
    font-size: 18px;
  }
}

.amazing-offer-five .container::after {
  content: "";
  background: #2d365d url("./../images/pattern-02.png") 0 0 no-repeat;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
  -webkit-border-radius: 35px 0 0 35px;
  -moz-border-radius: 35px 0 0 35px;
  border-radius: 35px 0 0 35px;
  top: 0;
  left: -60px;
  width: -webkit-calc(100vw + 60px);
  width: -moz-calc(100vw + 60px);
  width: calc(100vw + 60px);
  height: -webkit-calc(100% - 47px);
  height: -moz-calc(100% - 47px);
  height: calc(100% - 47px);
  z-index: -1;
}

.amazing-offer-five-wrapper {
  padding-top: 65px;
}

.amazing-offer-five-wrapper .amazing-offer-two-item img {
  margin-left: 38px;
}

.amazing-offer-five-wrapper .amazing-offer-two-item .detail {
  padding-right: 65px;
  border-right: 1px solid #f5f3fc;
  max-width: -webkit-calc(100% - 465px);
  max-width: -moz-calc(100% - 465px);
  max-width: calc(100% - 465px);
  width: 100%;
}

.amazing-offer-five-wrapper .amazing-offer-two-item .detail::after {
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  right: 275px;
  background-color: #e7ebee;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

@media only screen and (max-width: 991px) {
  .amazing-offer-five-wrapper .amazing-offer-two-item img {
    margin: 0 auto 20px;
  }

  .amazing-offer-five-wrapper .amazing-offer-two-item .detail {
    max-width: 100%;
    padding-right: 0;
    border-right: none;
  }

  .amazing-offer-five-wrapper .amazing-offer-two-item .detail::after {
    content: none;
  }
}

@media only screen and (max-width: 575px) {
  .amazing-offer-five-wrapper .amazing-offer-two-item .detail .price {
    font-size: 20px;
  }

  .amazing-offer-five-wrapper .amazing-offer-two-item .detail .price span {
    font-size: 12px;
  }
}

.amazing-offer-five-slider {
  padding: 10px;
  z-index: 3;
}

.amazing-offer-five-slider::after {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  z-index: -1;
  opacity: 0.3;
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
}

.amazing-offer-five-slider::before {
  content: "";
  z-index: -2;
  left: 22px;
  bottom: 10px;
  width: -webkit-calc(100% - 44px);
  width: -moz-calc(100% - 44px);
  width: calc(100% - 44px);
  height: 100%;
  background-color: #fff;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
  opacity: 0.1;
}

.amazing-offer-five-slider .swiper {
  padding: 28px 33px 37px 46px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}

@media only screen and (max-width: 575px) {
  .amazing-offer-five-slider {
    margin: 0 -10px;
  }

  .amazing-offer-five-slider .swiper {
    padding: 20px 15px;
  }
}

.amazing-offer-five .swiper-button-next,
.amazing-offer-five .swiper-button-prev {
  top: 0;
  left: 20px;
  -webkit-transform: translate(110px, -105px);
  -moz-transform: translate(110px, -105px);
  -ms-transform: translate(110px, -105px);
  -o-transform: translate(110px, -105px);
  transform: translate(110px, -105px);
}

.amazing-offer-five .swiper-button-next::after,
.amazing-offer-five .swiper-button-prev::after {
  font-size: 14px;
  color: #fff;
}

@media only screen and (max-width: 575px) {

  .amazing-offer-five .swiper-button-next,
  .amazing-offer-five .swiper-button-prev {
    left: 12px;
    -webkit-transform: translate(0px, -165px);
    -moz-transform: translate(0px, -165px);
    -ms-transform: translate(0px, -165px);
    -o-transform: translate(0px, -165px);
    transform: translate(0px, -165px);
  }
}

.amazing-offer-five .swiper-button-prev {
  right: auto;
  left: 50px;
}

.top-category-three {
  margin: 29px 0 57px;
}

.top-category-three-item {
  z-index: 2;
}

.top-category-three-item::after {
  content: "";
  z-index: -1;
  width: 100%;
  height: 100px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f8f9fb), to(#fff));
  background-image: -webkit-linear-gradient(top, #f8f9fb, #fff);
  background-image: -moz-linear-gradient(top, #f8f9fb, #fff);
  background-image: -o-linear-gradient(top, #f8f9fb, #fff);
  background-image: linear-gradient(to bottom, #f8f9fb, #fff);
  bottom: 0;
  left: 0;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}

.top-category-three-item img {
  right: 13px;
  bottom: 0;
  max-height: 131px;
}

.top-category-three-item .detail {
  padding: 0 156px 28px;
}

.top-category-three-item .detail span,
.top-category-three-item .detail h2 {
  line-height: 20px;
  font-size: 16px;
}

.top-category-three-item .detail h2 {
  font-weight: 900;
}

@media only screen and (max-width: 991px) {

  .top-category-three-item .detail span,
  .top-category-three-item .detail h2 {
    font-size: 14px;
  }
}

.top-category-three .swiper {
  padding-top: 60px;
}

.best-selling-products {
  z-index: 2;
  margin: 73px 0 21px;
}

@media only screen and (max-width: 767px) {
  .best-selling-products {
    margin-top: 40px;
  }
}

.best-selling-products::after {
  content: "";
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 351px;
  height: 45px;
  background: url("./../images/bg-best-selling-product.png") 0 -1px no-repeat;
  -webkit-background-size: 100% 104%;
  -moz-background-size: 100% 104%;
  -o-background-size: 100% 104%;
  background-size: 100% 104%;
  z-index: -1;
}

.best-selling-products::before {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: -webkit-calc(100% - 69px);
  height: -moz-calc(100% - 69px);
  height: calc(100% - 69px);
  background-color: #ffb035;
  z-index: -2;
}

.best-selling-products-title {
  font-size: 16px;
  font-weight: 500;
  color: #212341;
  line-height: 24px;
  margin-bottom: 44px;
}

.best-selling-products .swiper {
  padding: 50px 0;
}

.banners-food .row .col-lg-6 .row .col-sm-6:nth-child(n + 3) {
  margin-top: 27px;
}

.products-category {
  margin-top: 111px;
}

.products-category-wrapper {
  padding: 0 32px 0 25px;
}

.products-category-wrapper::after {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-border-radius: 45px;
  -moz-border-radius: 45px;
  border-radius: 45px;
  border: 1px solid #ffb035;
  -webkit-filter: blur(5px);
  filter: blur(5px);
}

@media only screen and (max-width: 575px) {
  .products-category-wrapper {
    padding: 0 20px 30px 16px;
  }
}

.products-category-title {
  font-size: 18px;
  font-weight: 900;
  line-height: 27px;
  -webkit-transform: translateY(-12px);
  -moz-transform: translateY(-12px);
  -ms-transform: translateY(-12px);
  -o-transform: translateY(-12px);
  transform: translateY(-12px);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 3;
}

.products-category-title::after,
.products-category-title::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 12px;
  height: 12px;
  background-color: #ffb035;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.products-category-title::before {
  margin-left: 25px;
}

.products-category-title::after {
  margin-right: 25px;
}

.products-category-title span::after {
  content: "";
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 1px;
  background-color: #fff;
  width: 100%;
  z-index: -1;
}

.products-category .swiper {
  margin: -33px 0 -30px;
  padding: 50px 0;
}

.products-category .swiper-button-next,
.products-category .swiper-button-prev {
  background-color: #ffb035;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  width: 35px;
  height: 80px;
}

.products-category .swiper-button-next::after,
.products-category .swiper-button-prev::after {
  color: #fff;
  font-size: 13px;
}

.products-category .swiper-button-next {
  left: -17px;
}

.products-category .swiper-button-prev {
  right: -17px;
}

@media only screen and (max-width: 575px) {
  .products-category .swiper-button-next {
    left: -8px;
  }

  .products-category .swiper-button-prev {
    right: -8px;
  }
}

@media only screen and (max-width: 575px) {
  .products-category .swiper-slide-active .product {
    -webkit-box-shadow: 0 10px 50px -20px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 10px 50px -20px rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 50px -20px rgba(0, 0, 0, 0.1);
  }

  .products-category .swiper-slide-prev .product {
    -webkit-box-shadow: 0 10px 50px -25px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 10px 50px -25px rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 50px -25px rgba(0, 0, 0, 0.1);
  }

  .products-category .swiper-slide-next .product {
    -webkit-box-shadow: 0 10px 50px -25px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 10px 50px -25px rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 50px -25px rgba(0, 0, 0, 0.1);
  }
}

.about-us-home-three {
  margin: 208px 0 140px;
}

@media only screen and (max-width: 991px) {
  .about-us-home-three {
    margin: 140px 0 90px;
  }
}

.about-us-home-three::after {
  content: "";
  top: 0;
  left: 0;
  width: 433px;
  height: 1157px;
  z-index: -5;
  background: url("./../images/bg-dog.png") 0 0 no-repeat;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
  -webkit-transform: translateY(-160px);
  -moz-transform: translateY(-160px);
  -ms-transform: translateY(-160px);
  -o-transform: translateY(-160px);
  transform: translateY(-160px);
}

.about-us-home-three-wrapper {
  padding-right: 90px;
}

.about-us-home-three-wrapper .socials {
  z-index: 9;
}

.about-us-home-three-wrapper .socials li:not(:last-child) {
  margin-bottom: 24px;
}

.about-us-home-three-wrapper .socials li a {
  font-size: 19px;
  color: #2d365d;
}

.about-us-home-three-wrapper .content {
  padding-right: 250px;
  padding: 82px 350px 64px 96px;
}

.about-us-home-three-wrapper .content::after {
  content: "";
  z-index: -1;
  background-image: -webkit-gradient(linear, right top, left top, from(#fff), to(#ffb035));
  background-image: -webkit-linear-gradient(right, #fff, #ffb035);
  background-image: -moz-linear-gradient(right, #fff, #ffb035);
  background-image: -o-linear-gradient(right, #fff, #ffb035);
  background-image: linear-gradient(to left, #fff, #ffb035);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-border-radius: 75px;
  -moz-border-radius: 75px;
  border-radius: 75px;
}

.about-us-home-three-wrapper .content img {
  right: 0;
  bottom: -50px;
}

.about-us-home-three-wrapper .content h3 {
  color: #ffb035;
  line-height: 30px;
  font-size: 30px;
  font-weight: 900;
  margin-left: 40px;
  padding-top: 15px;
}

.about-us-home-three-wrapper .content h3 span {
  font-size: 16px;
  font-weight: 400;
}

.about-us-home-three-wrapper .content p {
  line-height: 30px;
  text-align: justify;
}

@media only screen and (max-width: 1199px) {
  .about-us-home-three-wrapper {
    padding-right: 0;
  }

  .about-us-home-three-wrapper .content {
    padding-right: 280px;
  }

  .about-us-home-three-wrapper .content h3 {
    padding-top: 0;
  }
}

@media only screen and (max-width: 991px) {
  .about-us-home-three-wrapper .socials {
    top: 20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .about-us-home-three-wrapper .socials li:not(:last-child) {
    margin: 0 0 0 24px;
  }

  .about-us-home-three-wrapper .content {
    padding: 82px 32px 40px;
  }

  .about-us-home-three-wrapper .content img {
    position: relative;
    bottom: 0;
    margin: 0 auto 20px;
    display: block;
  }

  .about-us-home-three-wrapper .content::after {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
  }
}

@media only screen and (max-width: 575px) {
  .about-us-home-three-wrapper .content {
    margin: 0 -12px;
    padding: 60px 20px 32px;
  }

  .about-us-home-three-wrapper .content::after {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
}

.new-article-four {
  margin-bottom: 100px;
}

.slider-home-two {
  margin: 54px auto 29px;
  background-color: #fafafa;
}

.slider-home-two .carousel-indicators {
  margin: 0 auto 30px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  border: 3px solid rgba(255, 255, 255, 0.1);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 15px 29px;
}

.slider-home-two .carousel-indicators button {
  padding: 0;
  margin: 0;
  border: none;
  width: 8px;
  height: 8px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  background-color: #fff;
  opacity: 1;
}

.slider-home-two .carousel-indicators button:not(:last-child) {
  margin-left: 6px;
}

.slider-home-two .carousel-indicators button.active {
  width: 25px;
}

@media only screen and (max-width: 767px) {
  .slider-home-two .carousel-indicators {
    margin: 0 auto 12px;
    padding: 0;
    border: none;
  }

  .slider-home-two img {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
  }
}

.top-category-four {
  margin: 79px 0 208px;
}

@media only screen and (max-width: 767px) {
  .top-category-four {
    margin-bottom: 120px;
  }
}

.top-category-four::after {
  content: "";
  top: -webkit-calc(100% + 23px);
  top: -moz-calc(100% + 23px);
  top: calc(100% + 23px);
  left: 0;
  width: 100%;
  height: 250px;
  background: url("./../images/shadow-top-category-002.png") 0 0 no-repeat;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
}

.top-category-four .row {
  gap: 24px 0;
}

.top-category-four-item {
  border: 1px solid #e1e1e2;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  height: 100%;
  padding: 6px 0 17px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.top-category-four-item .image {
  max-width: 127px;
  width: 100%;
  max-height: 131px;
  height: 100%;
}

.top-category-four-item h2 {
  margin: 6px 0 0;
  font-size: 14px;
  line-height: 24px;
}

.top-category-four-item span {
  font-size: 50px;
  font-weight: 900;
  line-height: 40px;
  color: #ffb035;
}

.top-category-four-item span+h2 {
  margin-top: 0;
}

.top-category-four-item:hover {
  background-color: #e1e1e2;
}

.new-products-category-title {
  max-width: 318px;
  background: url("./../images/bg-2020.png");
  height: 459px;
}

.new-products-category-title::after,
.new-products-category-title::before {
  content: "";
  width: -webkit-calc(100% - 46px);
  width: -moz-calc(100% - 46px);
  width: calc(100% - 46px);
  height: 407px;
  right: 27px;
  bottom: 0;
  -webkit-transform: translateY(69px);
  -moz-transform: translateY(69px);
  -ms-transform: translateY(69px);
  -o-transform: translateY(69px);
  transform: translateY(69px);
  background: url("./../images/ronaldo.png") 0 0 no-repeat;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
}

.new-products-category-title::before {
  -webkit-filter: blur(30px);
  filter: blur(30px);
}

.new-products-category-title h2 {
  font-size: 20px;
  line-height: 24px;
  top: 37px;
  right: 39px;
}

.new-products-category-title h2 span {
  font-size: 16px;
}

.new-products-category .swiper {
  max-width: -webkit-calc(100% - 360px);
  max-width: -moz-calc(100% - 360px);
  max-width: calc(100% - 360px);
  margin-right: 42px;
}

.new-products-category .swiper-button-next,
.new-products-category .swiper-button-prev {
  top: 0;
  right: 0;
  left: auto;
  width: 38px;
  height: 38px;
  text-align: center;
  line-height: 36px;
  border: 2px solid #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transform: translate(-275px, 60px);
  -moz-transform: translate(-275px, 60px);
  -ms-transform: translate(-275px, 60px);
  -o-transform: translate(-275px, 60px);
  transform: translate(-275px, 60px);
}

.new-products-category .swiper-button-next::after,
.new-products-category .swiper-button-prev::after {
  color: #fff;
  font-size: 13px;
}

.new-products-category .swiper-button-prev {
  -webkit-transform: translate(-225px, 60px);
  -moz-transform: translate(-225px, 60px);
  -ms-transform: translate(-225px, 60px);
  -o-transform: translate(-225px, 60px);
  transform: translate(-225px, 60px);
}

.new-products-category-title,
.new-products-category .swiper {
  width: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

@media only screen and (max-width: 1199px) {
  .new-products-category .swiper {
    max-width: -webkit-calc(100% - 348px);
    max-width: -moz-calc(100% - 348px);
    max-width: calc(100% - 348px);
    margin-right: 30px;
  }
}

@media only screen and (max-width: 991px) {
  .new-products-category-title {
    max-width: 280px;
    height: 400px;
  }

  .new-products-category-title::after,
  .new-products-category-title::before {
    height: 360px;
  }

  .new-products-category .swiper {
    max-width: -webkit-calc(100% - 300px);
    max-width: -moz-calc(100% - 300px);
    max-width: calc(100% - 300px);
    margin-right: 20px;
  }

  .new-products-category .swiper-button-next {
    -webkit-transform: translate(-246px, 60px);
    -moz-transform: translate(-246px, 60px);
    -ms-transform: translate(-246px, 60px);
    -o-transform: translate(-246px, 60px);
    transform: translate(-246px, 60px);
  }

  .new-products-category .swiper-button-prev {
    -webkit-transform: translate(-195px, 60px);
    -moz-transform: translate(-195px, 60px);
    -ms-transform: translate(-195px, 60px);
    -o-transform: translate(-195px, 60px);
    transform: translate(-195px, 60px);
  }
}

@media only screen and (max-width: 575px) {
  .new-products-category-title {
    margin: 0 auto;
  }

  .new-products-category .swiper {
    max-width: 100%;
    margin-top: 100px;
  }

  .new-products-category .swiper-button-next,
  .new-products-category .swiper-button-prev {
    display: none;
  }
}

.top-seller-home-five {
  margin-bottom: 80px;
}

.top-seller-home-five.pattern::after {
  content: "";
  top: 180px;
  left: 0;
  width: 533px;
  height: 876px;
  background: url("./../images/pattern-04.png") 0 0 no-repeat;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
  z-index: -1;
}

@media only screen and (max-width: 767px) {
  .top-seller-home-five.pattern::after {
    background-position: center center;
  }
}

.top-seller-home-five .container::before {
  content: "";
  right: -31px;
  bottom: -33px;
  width: 120px;
  height: 199px;
  background: url("./../images/pattern-03.png") 0 0 no-repeat;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
  z-index: -1;
}

.top-seller-home-five .section-heading-two {
  margin-bottom: 21px;
}

.top-seller-home-five .swiper {
  padding: 50px 0;
}

.top-seller-home-five .swiper-button-next,
.top-seller-home-five .swiper-button-prev {
  top: 47px;
}

.about-us-home-five {
  margin: 131px 0 50px;
}

.about-us-home-five .content {
  padding: 0 65px 49px 0;
  background-image: -webkit-linear-gradient(315deg, #fff 55%, #fff9eb);
  background-image: -moz-linear-gradient(315deg, #fff 55%, #fff9eb);
  background-image: -o-linear-gradient(315deg, #fff 55%, #fff9eb);
  background-image: linear-gradient(135deg, #fff 55%, #fff9eb);
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
}

.about-us-home-five .content h2 {
  color: #0055ff;
  font-size: 30px;
  font-weight: 900;
  line-height: 30px;
  margin-bottom: 14px;
}

.about-us-home-five .content h2 span {
  font-size: 16px;
}

.about-us-home-five .content p {
  text-align: justify;
  color: #212341;
  font-size: 13px;
  line-height: 28px;
  margin-bottom: 14px;
}

.about-us-home-five .content .socials li:not(:last-child) {
  margin-left: 19px;
}

.about-us-home-five .content .socials li a {
  font-size: 20px;
  color: #2d365d;
}

.about-us-home-five .content .socials li a:hover {
  color: #0055ff;
}

.about-us-home-five img {
  max-width: 50%;
}

@media only screen and (max-width: 991px) {
  .about-us-home-five img {
    max-width: 100%;
  }
}

@media only screen and (max-width: 575px) {
  .about-us-home-five .content {
    padding: 0 16px 32px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    margin: 0 -16px;
  }
}

.brands-three {
  margin-bottom: 112px;
}

.brands-three .brands-wrapper {
  border: none;
  -webkit-box-shadow: 0 5px 45px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 5px 45px rgba(0, 0, 0, 0.08);
  box-shadow: 0 5px 45px rgba(0, 0, 0, 0.08);
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  padding: 12px 48px;
}

@media only screen and (max-width: 767px) {
  .brands-three .brands-wrapper {
    padding: 12px 24px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
  }
}

.footer-five,
.footer-six {
  padding-bottom: 20px;
}

.footer-five-content,
.footer-six-content {
  padding: 113px 0 130px;
  background: #1b1b1d url("./../images/bg-footer-003.png") 0 0 no-repeat;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
}

@media only screen and (max-width: 991px) {

  .footer-five-content,
  .footer-six-content {
    padding: 80px 0 60px;
  }
}

@media only screen and (max-width: 767px) {

  .footer-five-content,
  .footer-six-content {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center center;
  }
}

.footer-five-logo,
.footer-six-logo {
  font-size: 30px;
  line-height: 40px;
}

.footer-five-description,
.footer-six-description {
  color: #9d9eac;
  font-size: 14px;
  line-height: 30px;
}

.footer-five-description b,
.footer-six-description b {
  font-weight: 900;
}

.footer-five-titr,
.footer-six-titr {
  font-size: 18px;
  color: #ee273a;
  line-height: 28px;
}

.footer-five-nav li:not(:last-child),
.footer-six-nav li:not(:last-child) {
  margin-bottom: 10px;
}

.footer-five-nav li::before,
.footer-six-nav li::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #48494e;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  margin-left: 14px;
}

.footer-five-nav li a,
.footer-six-nav li a {
  font-size: 13px;
  font-weight: 500;
  display: inline-block;
  line-height: 30px;
  color: #939aa4;
}

.footer-five-nav li a:hover,
.footer-six-nav li a:hover {
  color: #ee273a;
}

.footer-five .time-work,
.footer-six .time-work {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f8f9fb), to(#fff));
  background-image: -webkit-linear-gradient(top, #f8f9fb, #fff);
  background-image: -moz-linear-gradient(top, #f8f9fb, #fff);
  background-image: -o-linear-gradient(top, #f8f9fb, #fff);
  background-image: linear-gradient(to bottom, #f8f9fb, #fff);
  font-size: 18px;
  font-weight: 900;
  color: #212341;
  padding: 24px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  margin: 19px 0 47px;
}

@media only screen and (max-width: 575px) {

  .footer-five .time-work,
  .footer-six .time-work {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    font-size: 14px;
  }
}

.footer-five-bottom {
  padding: 43px 0 53px;
}

.footer-five-bottom::after {
  content: "";
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 597px;
  height: 410px;
  background: url("./../images/footer-ronaldo.png") 0 0 no-repeat;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
}

@media only screen and (max-width: 1199px) {
  .footer-five-bottom::after {
    -webkit-transform: translateX(-50%) scale(0.85);
    -moz-transform: translateX(-50%) scale(0.85);
    -ms-transform: translateX(-50%) scale(0.85);
    -o-transform: translateX(-50%) scale(0.85);
    transform: translateX(-50%) scale(0.85);
  }
}

@media only screen and (max-width: 991px) {
  .footer-five-bottom::after {
    content: none;
  }
}

.footer-six {
  margin-top: 140px;
}

@media only screen and (max-width: 767px) {
  .footer-six {
    margin-top: 80px;
  }
}

.footer-six-content {
  background-image: url("./../images/bg-footer-six.png");
}

.footer-six .footer-scroll-header {
  background-color: #ee273a;
  -webkit-box-shadow: 0 15px 25px rgba(238, 39, 58, 0.25);
  -moz-box-shadow: 0 15px 25px rgba(238, 39, 58, 0.25);
  box-shadow: 0 15px 25px rgba(238, 39, 58, 0.25);
  margin: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  top: -27px;
  z-index: 4;
}

.footer-six-bottom .container {
  padding: 74px 12px 53px;
}

.footer-six-bottom .container::before {
  content: "";
  right: 0;
  bottom: 9px;
  width: 319px;
  height: 319px;
  background: url("./../images/footer-six-img.png") 0 0 no-repeat;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
}

.footer-six-bottom .address {
  line-height: 24px;
  color: #212341;
  font-size: 14px;
  padding-right: 332px;
}

.footer-six-bottom .address .title {
  font-size: 16px;
}

.footer-six-bottom .address .title b {
  font-weight: 900;
}

@media only screen and (max-width: 1399px) {
  .footer-six-bottom .address {
    padding-right: 290px;
  }
}

@media only screen and (max-width: 1199px) {
  .footer-six-bottom .container::before {
    width: 250px;
    height: 250px;
  }

  .footer-six-bottom .address {
    padding-right: 230px;
    max-width: 50%;
    width: 100%;
  }
}

@media only screen and (max-width: 991px) {
  .footer-six-bottom .container {
    padding: 50px 12px 32px;
  }

  .footer-six-bottom .container::before {
    content: none;
  }

  .footer-six-bottom .address {
    padding-right: 0;
    max-width: 36%;
  }
}

@media only screen and (max-width: 767px) {
  .footer-six .address {
    max-width: 100%;
  }
}

@media only screen and (max-width: 459px) {
  .footer-six .footer-two-namads {
    max-width: 100%;
    width: 100%;
  }

  .footer-six .footer-two-namads {
    margin-bottom: 24px;
  }
}

.landing-seven {
  margin-top: -118px;
}

.landing-seven .swiper-slide {
  background-color: #000;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
  background-position: 0 0;
  padding-top: 118px;
}

.landing-seven .swiper-slide .container>img {
  -webkit-transform: translateY(59px) scale(0);
  -moz-transform: translateY(59px) scale(0);
  -ms-transform: translateY(59px) scale(0);
  -o-transform: translateY(59px) scale(0);
  transform: translateY(59px) scale(0);
  width: 70%;
}

.landing-seven .swiper-slide .container .content .brand {
  margin-bottom: 15px;
}

.landing-seven .swiper-slide .container .content .brand img {
  height: 39px;
  -webkit-transform: translate(100%);
  -moz-transform: translate(100%);
  -ms-transform: translate(100%);
  -o-transform: translate(100%);
  transform: translate(100%);
}

.landing-seven .swiper-slide .container .content .slider3h {
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
  margin-bottom: 0;
  font-size: 60px;
  font-weight: 900;
  color: #fff;
  line-height: 60px;
  margin-bottom: 12px;
}

.landing-seven .swiper-slide .container .content .slider3h span {
  font-size: 30px;
}

.landing-seven .swiper-slide .container .content .link a {
  -webkit-border-radius: 50px 0 50px 50px;
  -moz-border-radius: 50px 0 50px 50px;
  border-radius: 50px 0 50px 50px;
  background-color: #ee273a;
  line-height: 21px;
  padding: 8px 23px 7px 21px;
  font-size: 13px;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}

.landing-seven .swiper-slide .container .content .link a i {
  margin-right: 27px;
  color: #fefeff;
  font-size: 10px;
}

.landing-seven .swiper-slide .container .content .link a:hover {
  background-color: #db1124;
}

@media only screen and (max-width: 1199px) {
  .landing-seven .swiper-slide .container>img {
    width: 60%;
  }
}

@media only screen and (max-width: 991px) {
  .landing-seven .swiper-slide .container {
    padding-bottom: 20px;
  }

  .landing-seven .swiper-slide .container>img {
    width: 80%;
    display: block;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    margin: 0 auto 32px;
  }

  .landing-seven .swiper-slide .container .content {
    width: 100%;
    text-align: center;
  }
}

@media only screen and (max-width: 767px) {
  .landing-seven .swiper-slide .container .content .slider3h {
    font-size: 40px;
    line-height: 40px;
  }

  .landing-seven .swiper-slide .container .content .slider3h span {
    font-size: 20px;
  }
}

@media only screen and (min-width: 992px) {
  .landing-seven .swiper-slide-active .container>img {
    -webkit-transform: translateY(59px) scale(1);
    -moz-transform: translateY(59px) scale(1);
    -ms-transform: translateY(59px) scale(1);
    -o-transform: translateY(59px) scale(1);
    transform: translateY(59px) scale(1);
  }
}

@media only screen and (max-width: 991px) {
  .landing-seven .swiper-slide-active .container>img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}

.landing-seven .swiper-slide-active .container .content .brand img,
.landing-seven .swiper-slide-active .container .content .title h2,
.landing-seven .swiper-slide-active .container .content .link a {
  -webkit-transform: unset;
  -moz-transform: unset;
  -ms-transform: unset;
  -o-transform: unset;
  transform: unset;
}

.landing-seven .swiper-slide-active .container .content .brand img {
  -webkit-transition-delay: 0.4s;
  -moz-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

.landing-seven .swiper-slide-active .container .content .title h2 {
  -webkit-transition-delay: 0.8s;
  -moz-transition-delay: 0.8s;
  -o-transition-delay: 0.8s;
  transition-delay: 0.8s;
}


.landing-seven .swiper-slide-active .container .content .link a {
  -webkit-transition-delay: 1.1s;
  -moz-transition-delay: 1.1s;
  -o-transition-delay: 1.1s;
  transition-delay: 1.1s;
}

.landing-seven .swiper-button-next,
.landing-seven .swiper-button-prev {
  width: 42px;
  height: 42px;
  text-align: center;
  line-height: 40px;
  border: 2px solid #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  left: 50px;
}

.landing-seven .swiper-button-next::after,
.landing-seven .swiper-button-prev::after {
  color: #fff;
  font-size: 13px;
}

.landing-seven .swiper-button-prev {
  right: 50px;
}

@media only screen and (max-width: 575px) {

  .landing-seven .swiper-button-next,
  .landing-seven .swiper-button-prev {
    width: 34px;
    height: 34px;
    line-height: 32px;
  }

  .landing-seven .swiper-button-next {
    left: 12px;
  }

  .landing-seven .swiper-button-prev {
    right: 12px;
  }
}

.banners-home-seven {
  z-index: 99;
  margin-top: -111px;
}

@media only screen and (max-width: 991px) {
  .banners-home-seven {
    margin-top: 32px;
  }
}

.banners-home-seven .row {
  margin: 0 -15px;
  gap: 30px 0;
}

.banners-home-seven .row>div {
  padding: 0 15px;
}

@media only screen and (max-width: 575px) {
  .banners-home-seven .row>div img {
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
  }
}

.buy-vip {
  margin: 118px 0 125px;
}

@media only screen and (max-width: 767px) {
  .buy-vip {
    margin: 70px 0;
  }
}

.buy-vip-right {
  background: url("./../images/bg-00287.png") 0 0 no-repeat;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  max-width: 318px;
  width: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  height: 459px;
  padding: 36px 29px;
}

.buy-vip-right::after {
  content: "";
  top: 119px;
  left: 0;
  width: -webkit-calc(100% + 160px);
  width: -moz-calc(100% + 160px);
  width: calc(100% + 160px);
  height: 398px;
  background: url("./../images/img-01.png") 0 0 no-repeat;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
  -webkit-transform: translateX(-50px);
  -moz-transform: translateX(-50px);
  -ms-transform: translateX(-50px);
  -o-transform: translateX(-50px);
  transform: translateX(-50px);
}

.buy-vip-right h2 {
  font-size: 20px;
  line-height: 24px;
}

.buy-vip-right h2 span {
  font-size: 16px;
}

.buy-vip-left {
  max-width: -webkit-calc(100% - 366px);
  max-width: -moz-calc(100% - 366px);
  max-width: calc(100% - 366px);
  width: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-right: 48px;
}

.buy-vip-left .timear {
  background-color: #fff;
  padding-right: 24px;
  margin-bottom: 31px;
  z-index: 2;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}

.buy-vip-left .timear::after,
.buy-vip-left .timear::before {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #ee273a;
  z-index: -1;
}

.buy-vip-left .timear::before {
  top: 36px;
}

.buy-vip-left .timear li {
  font-size: 14px;
  font-weight: 300;
  color: #212341;
  line-height: 30px;
  text-align: center;
}

.buy-vip-left .timear li span {
  width: 35px;
  height: 35px;
  line-height: 35px;
  background-color: #212341;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 2px;
}

.buy-vip-left .timear li:not(:last-child) {
  margin-left: 10px;
}

.buy-vip-left .timear li:nth-child(1) span {
  background-color: #2d365d;
}

.buy-vip .swiper-button-next,
.buy-vip .swiper-button-prev {
  top: 62px;
  right: 0;
  left: auto;
  width: 42px;
  height: 42px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 2px solid #fff;
  line-height: 40px;
  text-align: center;
  -webkit-transform: translateX(100px);
  -moz-transform: translateX(100px);
  -ms-transform: translateX(100px);
  -o-transform: translateX(100px);
  transform: translateX(100px);
}

.buy-vip .swiper-button-next::after,
.buy-vip .swiper-button-prev::after {
  font-size: 13px;
  color: #fff;
}

.buy-vip .swiper-button-prev {
  -webkit-transform: translateX(150px);
  -moz-transform: translateX(150px);
  -ms-transform: translateX(150px);
  -o-transform: translateX(150px);
  transform: translateX(150px);
}

@media only screen and (max-width: 1199px) {

  .buy-vip .swiper-button-next,
  .buy-vip .swiper-button-prev {
    width: 38px;
    height: 38px;
    line-height: 36px;
  }
}

@media only screen and (max-width: 991px) {
  .buy-vip .swiper-button-next {
    -webkit-transform: translateX(80px);
    -moz-transform: translateX(80px);
    -ms-transform: translateX(80px);
    -o-transform: translateX(80px);
    transform: translateX(80px);
  }

  .buy-vip .swiper-button-prev {
    -webkit-transform: translateX(125px);
    -moz-transform: translateX(125px);
    -ms-transform: translateX(125px);
    -o-transform: translateX(125px);
    transform: translateX(125px);
  }
}

@media only screen and (max-width: 575px) {

  .buy-vip .swiper-button-next,
  .buy-vip .swiper-button-prev {
    border-color: #212341;
    -webkit-transform: translate(0, -41px);
    -moz-transform: translate(0, -41px);
    -ms-transform: translate(0, -41px);
    -o-transform: translate(0, -41px);
    transform: translate(0, -41px);
  }

  .buy-vip .swiper-button-next::after,
  .buy-vip .swiper-button-prev::after {
    color: #212341;
  }

  .buy-vip .swiper-button-next {
    -webkit-transform: translate(-50px, -41px);
    -moz-transform: translate(-50px, -41px);
    -ms-transform: translate(-50px, -41px);
    -o-transform: translate(-50px, -41px);
    transform: translate(-50px, -41px);
  }
}

@media only screen and (max-width: 1399px) {
  .buy-vip .swiper .product-seven .price del {
    margin-left: 12px;
  }

  .buy-vip .swiper .product-seven .price span {
    font-size: 22px;
  }
}

@media only screen and (max-width: 1199px) {
  .buy-vip-right {
    max-width: 280px;
  }

  .buy-vip-left {
    max-width: -webkit-calc(100% - 328px);
    max-width: -moz-calc(100% - 328px);
    max-width: calc(100% - 328px);
    margin-right: 48px;
  }

  .buy-vip-left .product-seven {
    padding: 30px 10px 18px;
  }

  .buy-vip-left .product-seven .price {
    font-size: 12px;
    padding: 1px 10px 0;
  }

  .buy-vip-left .product-seven .price del {
    margin-left: 8px;
    font-size: 14px;
  }

  .buy-vip-left .product-seven .price span {
    font-size: 18px;
  }
}

@media only screen and (max-width: 991px) {
  .buy-vip-right {
    max-width: 250px;
    height: 435px;
  }

  .buy-vip-right::after {
    width: -webkit-calc(100% + 130px);
    width: -moz-calc(100% + 130px);
    width: calc(100% + 130px);
  }

  .buy-vip-right h2 {
    font-size: 17px;
  }

  .buy-vip-right h2 span {
    font-size: 12px;
  }

  .buy-vip-left {
    max-width: -webkit-calc(100% - 282px);
    max-width: -moz-calc(100% - 282px);
    max-width: calc(100% - 282px);
    margin-right: 32px;
  }
}

@media only screen and (max-width: 575px) {

  .buy-vip-right,
  .buy-vip-left {
    max-width: 100%;
  }

  .buy-vip-right {
    margin-bottom: 90px;
  }

  .buy-vip-right::after {
    width: 100%;
    -webkit-transform: unset;
    -moz-transform: unset;
    -ms-transform: unset;
    -o-transform: unset;
    transform: unset;
  }

  .buy-vip-left {
    margin: 0;
  }

  .buy-vip-left .timear::after,
  .buy-vip-left .timear::before {
    content: none;
  }
}

.top-seller-products {
  margin: 77px 0 91px;
}

.top-seller-products-tabs {
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  background-color: #212341;
  padding: 10px;
  margin-bottom: 58px;
  overflow-x: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.top-seller-products-tabs::-webkit-scrollbar {
  display: none;
}

.top-seller-products-tabs li {
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  padding: 10px 16px;
}

.top-seller-products-tabs li.active,
.top-seller-products-tabs li:hover {
  background-color: #ee273a;
}

.top-seller-products-tabs li:not(:last-child) {
  margin-left: 8px;
}

@media only screen and (max-width: 767px) {
  .top-seller-products-tabs li {
    font-size: 14px;
    padding: 8px 14px;
  }
}

@media only screen and (max-width: 575px) {
  .top-seller-products-tabs {
    margin: 0 -12px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding: 10px 12px;
  }
}

.top-seller-products .row {
  gap: 76px 0;
}

@media only screen and (max-width: 991px) {
  .top-seller-products .row {
    gap: 32px 0;
  }
}

.category-products-title {
  padding: 5px 13px 2px 12px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: #b3bbc7;
  font-size: 16px;
  line-height: 24px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 37px;
}

.category-products-title::after {
  content: "";
  top: 15px;
  left: 0;
  width: 100%;
  height: 1px;
  border: 1px dashed #d5dade;
  z-index: -1;
}

.category-products .top-category-item {
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  background-color: #f8f9fb;
  padding: 19px 0 28px;
  z-index: 2;
}

.category-products .top-category-item::after {
  content: "";
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  background: url("./../images/bg-98.png") 0 0 no-repeat;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.category-products .top-category-item i {
  width: 73px;
  height: 73px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  line-height: 73px;
  text-align: center;
  color: #000;
  border: none;
  background-color: #efefef;
}

.category-products .top-category-item:hover::after {
  opacity: 1;
}

.category-products .top-category-item:hover i {
  background-color: transparent;
  color: #fff;
}

.category-products .top-category-item:hover span {
  font-weight: 900;
  color: #fff;
}

.category-products .swiper {
  max-width: -webkit-calc(100% - 80px);
  max-width: -moz-calc(100% - 80px);
  max-width: calc(100% - 80px);
  margin: 0 auto;
}

.category-products .swiper-button-next {
  left: 0;
}

.category-products .swiper-button-prev {
  right: 0;
}

.category-products .swiper-button-next,
.category-products .swiper-button-prev {
  -webkit-transform: translateY(40px);
  -moz-transform: translateY(40px);
  -ms-transform: translateY(40px);
  -o-transform: translateY(40px);
  transform: translateY(40px);
}

.about-us-home-six {
  margin: 53px 0 77px;
  background: #000 url("./../images/bg-about-9876.png") 0 0 no-repeat;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
  background-attachment: fixed !important;
  padding: 72px 0 87px;
}

@media only screen and (max-width: 767px) {
  .about-us-home-six {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center center;
  }
}

.about-us-home-six img,
.about-us-home-six .content {
  width: 100%;
}

.about-us-home-six img {
  max-width: 70%;
}

.about-us-home-six .content {
  max-width: 30%;
}

.about-us-home-six .content h3 {
  font-size: 30px;
  font-weight: 900;
  line-height: 30px;
  padding-bottom: 16px;
  margin-bottom: 30px;
}

.about-us-home-six .content h3 span {
  font-size: 16px;
}

.about-us-home-six .content h3::after {
  content: "";
  bottom: 0;
  right: 0;
  width: 53px;
  height: 1px;
  background-color: #fff;
}

.about-us-home-six .content p {
  line-height: 30px;
  font-size: 13px;
  margin-bottom: 29px;
}

.about-us-home-six .content .socials li:not(:last-child) {
  margin-left: 15px;
}

.about-us-home-six .content .socials li a {
  color: #efefef;
  font-size: 20px;
}

.about-us-home-six .content .socials li a:hover {
  color: #ee273a;
}

@media only screen and (max-width: 991px) {
  .about-us-home-six img {
    max-width: 80%;
    margin: 0 auto 24px;
  }

  .about-us-home-six .content {
    max-width: 100%;
  }
}

.category-slider-banner .category,
.category-slider-banner .left {
  width: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.category-slider-banner .category {
  max-width: 267px;
  background-color: #39d4df;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin-left: 31px;
}

.category-slider-banner .category .title {
  padding: 29px 0 26px;
  font-size: 14px;
  line-height: 21px;
}

.category-slider-banner .category ul {
  background-color: #f8f9fb;
  padding: 6px 34px 9px;
}

.category-slider-banner .category ul li {
  padding: 18px 0;
}

.category-slider-banner .category ul li a {
  color: #2d365d;
  font-weight: bold;
  line-height: 21px;
}

.category-slider-banner .category ul li a::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  background-color: #ffb035;
  margin-left: 14px;
  width: 17px;
  height: 5px;
}

.category-slider-banner .category ul li a:hover {
  color: #ffb035;
}

.category-slider-banner .category ul li:not(:last-child) {
  border-bottom: 1px solid #eaeef5;
}

.category-slider-banner .left {
  max-width: -webkit-calc(100% - 298px);
  max-width: -moz-calc(100% - 298px);
  max-width: calc(100% - 298px);
}

.category-slider-banner .left .carousel {
  margin-bottom: 30px;
}

@media only screen and (max-width: 575px) {
  .category-slider-banner .left .carousel {
    margin-bottom: 0;
  }
}

.category-slider-banner .left .carousel-item img {
  height: 415px;
}

.category-slider-banner .left .carousel-indicators {
  padding: 16px 29px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  border: 2px solid rgba(255, 255, 255, 0.2);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 30px;
}

.category-slider-banner .left .carousel-indicators button {
  width: 8px;
  height: 8px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  background-color: #fff;
  border: 0;
  margin: 0;
}

.category-slider-banner .left .carousel-indicators button:not(:last-child) {
  margin-left: 6px;
}

.category-slider-banner .left .carousel-indicators button.active {
  width: 25px;
}

.category-slider-banner .left .carousel-control-next,
.category-slider-banner .left .carousel-control-prev {
  width: 30px;
  height: 70px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  background-color: #fff;
  -webkit-box-shadow: 0 5px 30px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 5px 30px rgba(0, 0, 0, 0.16);
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.16);
  opacity: 1;
  color: #b3bbc7;
  font-size: 13px;
  text-align: center;
  line-height: 70px;
  top: 50%;
  -webkit-transform: translate(15px, -50%);
  -moz-transform: translate(15px, -50%);
  -ms-transform: translate(15px, -50%);
  -o-transform: translate(15px, -50%);
  transform: translate(15px, -50%);
}

.category-slider-banner .left .carousel-control-next {
  -webkit-transform: translate(-15px, -50%);
  -moz-transform: translate(-15px, -50%);
  -ms-transform: translate(-15px, -50%);
  -o-transform: translate(-15px, -50%);
  transform: translate(-15px, -50%);
}

.category-slider-banner .left .row {
  gap: 30px 0;
  margin: 0 -15px;
}

.category-slider-banner .left .row>div {
  padding: 0 15px;
}

.category-slider-banner .left .row>div img {
  height: 175px;
}

@media only screen and (max-width: 991px) {
  .category-slider-banner .left {
    max-width: 100%;
  }

  .category-slider-banner .left .carousel-item img,
  .category-slider-banner .left .row>div img {
    height: auto;
  }
}

@media only screen and (max-width: 575px) {
  .category-slider-banner .left .carousel-item img {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
  }

  .category-slider-banner .left .carousel-control-next,
  .category-slider-banner .left .carousel-control-prev {
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    color: #212341;
    height: 30px;
    font-size: 10px;
    opacity: 0.6;
  }

  .category-slider-banner .left .carousel-control-next {
    left: 12px;
  }

  .category-slider-banner .left .carousel-control-prev {
    right: 12px;
  }

  .category-slider-banner .left .carousel-indicators {
    margin: 0 auto 12px;
    padding: 0;
    border: 0;
  }
}

.amazing-offer-six {
  margin-top: 82px;
}

@media only screen and (max-width: 767px) {
  .amazing-offer-six {
    margin-top: 48px;
  }
}

.amazing-offer-six .container {
  padding: 70px 44px 0 50px;
  z-index: 2;
}

.amazing-offer-six .container::after {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 68%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff3f0), color-stop(rgba(255, 239, 241, 0.36)), to(#fff));
  background-image: linear-gradient(to bottom, #fff3f0, rgba(255, 239, 241, 0.36), #fff);
  z-index: -8;
}

.amazing-offer-six-title {
  margin-left: 45px;
}

.amazing-offer-six-title h2 {
  font-size: 20px;
  line-height: 30px;
  color: #212341;
  margin-bottom: 49px;
}

.amazing-offer-six-title h2 span {
  font-size: 24px;
  font-weight: 900;
}

.amazing-offer-six-title .btn {
  font-size: 13px;
  font-weight: 500;
  padding: 8px 12px 4px;
}


.amazing-offer-six-timear li {
  font-weight: 300;
  line-height: 30px;
}

.amazing-offer-six-timear li:not(:last-child) {
  margin-bottom: 12px;
}

.amazing-offer-six-timear li span {
  width: 35px;
  height: 35px;
  background-color: #212341;
  line-height: 35px;
  font-size: 17px;
  font-weight: 900;
}

.amazing-offer-six-wrapper {
  margin-right: 29px;
  border-radius: 30px;
  -webkit-box-shadow: 0 10px 75px rgba(0, 0, 0, 0.05);
  box-shadow: 0 10px 75px rgba(0, 0, 0, 0.05);
  max-width: calc(100% - 203px);
  width: 100%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  z-index: 2;
  padding: 10px;
}

.amazing-offer-six-wrapper::before {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 30px;
  background-color: #fff;
  opacity: 0.7;
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  z-index: -2;
}

.amazing-offer-six-wrapper::after {
  content: "";
  top: -108px;
  right: 11px;
  width: 658px;
  height: 266px;
  background: url("./../images/amazing-offer-2020.png") 0 0 no-repeat;
  background-size: 100% 100%;
  z-index: -3;
}

.amazing-offer-six-item .image {
  padding: 69px 23px 85px 53px;
  background-color: #fff;
  -webkit-box-shadow: 0 10px 75px rgba(0, 0, 0, 0.08);
  box-shadow: 0 10px 75px rgba(0, 0, 0, 0.08);
  margin-left: 56px;
}

.amazing-offer-six-item .detail h2 {
  font-size: 20px;
  font-weight: 900;
  color: #2d365d;
  margin-bottom: 24px;
  line-height: 31px;
}

.amazing-offer-six-item .detail ul {
  margin-bottom: 35px;
}

.amazing-offer-six-item .detail ul li {
  color: #212341;
  line-height: 30px;
}

.amazing-offer-six-item .detail ul li::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #2d365d;
  margin-left: 9px;
}

.amazing-offer-six-item .detail .offer {
  background-color: #ee232b;
  color: #fff;
  font-size: 18px;
  line-height: 28px;
  border-radius: 50px;
  padding-left: 15px;
  margin-left: 15px;
}

.amazing-offer-six-item .detail .offer del {
  background-color: #fff9eb;
  border-radius: 50px;
  line-height: 28px;
  font-size: 16px;
  color: #212341;
  padding: 0 22px;
  margin-left: 6px;
}

.amazing-offer-six-item .detail .price {
  font-size: 30px;
  font-weight: 900;
  color: #49be78;
  line-height: 45px;
}

.amazing-offer-six-item .detail .price span {
  font-weight: 300;
  color: #232323;
  font-size: 14px;
  line-height: 21px;
  margin-right: 8px;
}

@media only screen and (max-width: 1199px) {
  .amazing-offer-six-item .image {
    margin-left: 32px;
    padding: 60px 13px 76px 43px;
  }
}

.amazing-offer-six .swiper-button-next,
.amazing-offer-six .swiper-button-prev {
  top: 0;
  right: 0;
  color: #212341;
  -webkit-transform: translate(212px, 80px);
  transform: translate(212px, 80px);
}

.amazing-offer-six .swiper-button-next::after,
.amazing-offer-six .swiper-button-prev::after {
  font-size: 13px;
}

.amazing-offer-six .swiper-button-next {
  -webkit-transform: translate(185px, 80px);
  transform: translate(185px, 80px);
}

@media only screen and (max-width: 991px) {
  .amazing-offer-six .container {
    padding: 32px 28px 0;
  }

  .amazing-offer-six .container::after {
    border-radius: 20px;
  }

  .amazing-offer-six-title {
    position: relative;
    margin-left: 0;
  }

  .amazing-offer-six-title h2 {
    margin-bottom: 0;
  }

  .amazing-offer-six-title .btn {
    position: absolute;
    top: 12px;
    left: 0;
  }

  .amazing-offer-six-timear {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transform: translate(-117px, -119px);
    transform: translate(-117px, -119px);
  }

  .amazing-offer-six-timear li:not(:last-child) {
    margin: 0 0 0 12px;
  }

  .amazing-offer-six-wrapper {
    max-width: 100%;
    margin: 50px 0 0;
  }

  .amazing-offer-six-wrapper::before {
    border-radius: 20px;
  }

  .amazing-offer-six-wrapper::after {
    content: none;
  }

  .amazing-offer-six .swiper-button-next,
  .amazing-offer-six .swiper-button-prev {
    -webkit-transform: translate(105px, -80px);
    transform: translate(105px, -80px);
    right: auto;
    left: 0;
  }

  .amazing-offer-six .swiper-button-prev {
    -webkit-transform: translate(130px, -80px);
    transform: translate(130px, -80px);
  }
}

@media only screen and (max-width: 767px) {
  .amazing-offer-six .container {
    padding: 24px 12px;
  }

  .amazing-offer-six-wrapper {
    padding: 10px 15px;
  }

  .amazing-offer-six-item .image {
    margin: 0 auto 32px;
    border-radius: 20px;
    padding: 32px 13px;
  }

  .amazing-offer-six-item .detail {
    max-width: 100%;
    width: 100%;
  }
}

@media only screen and (max-width: 575px) {
  .amazing-offer-six-item .detail h2 {
    font-size: 16px;
    margin-bottom: 14px;
  }

  .amazing-offer-six-item .detail .price {
    font-size: 20px;
  }

  .amazing-offer-six-item .detail .price span {
    font-size: 12px;
  }
}

.brands-four {
  margin: 84px 0 60px;
}

.brands-four .brands-wrapper {
  border: none;
  padding: 37px 0;
}

.brands-four .brands-wrapper::after,
.brands-four .brands-wrapper::before {
  content: "";
  width: 140vw;
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  border-radius: 500px;
}

.brands-four .brands-wrapper::before {
  top: 0;
  left: 0;
  height: 100%;
  background: #39d4df url("./../images/");
}

.brands-four .brands-wrapper::after {
  top: 37px;
  height: -webkit-calc(100% - 74px);
  height: -moz-calc(100% - 74px);
  height: calc(100% - 74px);
  background-color: #fff;
  left: 43px;
}

.brands-four .brands-wrapper .swiper {
  margin-left: 48px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
}

@media only screen and (max-width: 575px) {
  .brands-four .brands-wrapper::before {
    left: -12px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }

  .brands-four .brands-wrapper::after {
    left: 7px;
  }

  .brands-four .brands-wrapper .swiper {
    margin-left: 12px;
  }
}

.top-seller-products-two {
  margin-bottom: 47px;
}

.top-seller-products-two-tabs {
  margin-bottom: 47px;
}

.top-seller-products-two-tabs li {
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  color: #212341;
  line-height: 31px;
  padding: 7px 25px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
}

.top-seller-products-two-tabs li:not(:last-child) {
  margin-left: 4px;
}

.top-seller-products-two-tabs li.active,
.top-seller-products-two-tabs li:hover {
  background-color: #212341;
  color: #fff;
}

@media only screen and (max-width: 575px) {
  .top-seller-products-two-tabs li {
    padding: 5px 18px;
    font-size: 13px;
  }
}

.top-seller-products-two .swiper {
  padding-bottom: 50px;
}

.banners-home-eight .row {
  margin: 0 -15px;
  gap: 30px 0;
}

.banners-home-eight .row>div {
  padding: 0 15px;
}

.products-category-two {
  margin: 103px 0 130px;
}

.products-category-two .container::after {
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 250px;
  background: url("./../images/shadow-03.png") 0 0 no-repeat;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
  -webkit-transform: translateY(170px);
  -moz-transform: translateY(170px);
  -ms-transform: translateY(170px);
  -o-transform: translateY(170px);
  transform: translateY(170px);
}

.products-category-two .section-heading::after,
.products-category-two .section-heading::before {
  content: "";
  top: 51px;
  left: 0;
  height: 1px;
}

.products-category-two .section-heading::after {
  width: 100%;
  background-color: #f5f3fc;
  z-index: -1;
}

.products-category-two .section-heading::before {
  width: 166px;
  background-color: #39d4df;
}

.products-category-two .section-heading .detail {
  background-color: #fff;
  padding-left: 30px;
}

.products-category-two .section-heading-sub-title {
  font-size: 18px;
  font-weight: 500;
  color: #212341;
  line-height: 30px;
}

.products-category-two .section-heading-title {
  font-size: 24px;
  font-weight: 900;
  color: #39d4df;
}

.products-category-two .section-heading-link {
  line-height: 35px;
}

@media only screen and (max-width: 575px) {

  .products-category-two .section-heading::after,
  .products-category-two .section-heading::before {
    content: none;
  }

  .products-category-two .section-heading-link {
    margin-top: 0;
  }
}

.products-category-two .swiper {
  padding-bottom: 50px;
}

.products-category-two .swiper-slide>div+div {
  margin-top: 56px;
}

.products-category-two .swiper-button-next,
.products-category-two .swiper-button-prev {
  top: 16px;
  left: 85px;
  right: auto;
}

.products-category-two .swiper-button-prev {
  left: 115px;
}

.about-us-home-seven::before {
  content: "";
  top: 48px;
  right: 0;
  -webkit-transform: rotate(-60deg);
  -moz-transform: rotate(-60deg);
  -ms-transform: rotate(-60deg);
  -o-transform: rotate(-60deg);
  transform: rotate(-60deg);
  background-color: #39d4df;
  -webkit-border-radius: 200px;
  -moz-border-radius: 200px;
  border-radius: 200px;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
  width: 367px;
  height: 750px;
  z-index: -1;
}

@media only screen and (max-width: 991px) {
  .about-us-home-seven::before {
    content: none;
  }
}

.about-us-home-seven .container::after {
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 250px;
  background: url("./../images/shadow-04.png") 0 0 no-repeat;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
  z-index: -2;
  -webkit-transform: translateY(32px);
  -moz-transform: translateY(32px);
  -ms-transform: translateY(32px);
  -o-transform: translateY(32px);
  transform: translateY(32px);
}

.about-us-home-seven img,
.about-us-home-seven .content {
  max-width: 50%;
  width: 100%;
}

.about-us-home-seven .content {
  padding-top: 41px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.about-us-home-seven .content h2 {
  font-size: 30px;
  font-weight: 900;
  color: #212341;
  padding-bottom: 15px;
  margin-bottom: 20px;
}

.about-us-home-seven .content h2::after {
  content: "";
  bottom: 0;
  right: 0;
  width: 53px;
  border-bottom: 1px dashed #939aa4;
}

.about-us-home-seven .content h2 span {
  color: #39d4df;
}

.about-us-home-seven .content p {
  font-size: 13px;
  color: #212341;
  line-height: 25px;
  max-width: -webkit-calc(100% - 95px);
  max-width: -moz-calc(100% - 95px);
  max-width: calc(100% - 95px);
}

.about-us-home-seven .content .socials {
  background-color: #39d4df;
  padding: 38px 18px;
}

.about-us-home-seven .content .socials li:not(:last-child) {
  margin-bottom: 26px;
}

.about-us-home-seven .content .socials li a {
  font-size: 22px;
  color: #ffffff;
}

@media only screen and (max-width: 991px) {
  .about-us-home-seven img {
    display: block;
    margin: 0 auto;
  }

  .about-us-home-seven .content {
    max-width: 100%;
  }

  .about-us-home-seven .content p {
    max-width: 100%;
  }

  .about-us-home-seven .content .socials {
    position: relative !important;
    top: 0 !important;
    -webkit-transform: unset !important;
    -moz-transform: unset !important;
    -ms-transform: unset !important;
    -o-transform: unset !important;
    transform: unset !important;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 12px 24px;
    margin: 24px auto 0;
  }

  .about-us-home-seven .content .socials li:not(:last-child) {
    margin: 0 0 0 12px;
  }
}

@media only screen and (max-width: 767px) {
  .about-us-home-seven img {
    max-width: 80%;
  }
}

.category-products-two {
  margin-top: 101px;
}

.category-products-two .container::after {
  content: "";
  top: 15px;
  left: 0;
  width: 100%;
  z-index: -2;
  height: 1px;
  background-color: #ffebec;
}

.category-products-two-title {
  padding: 5px 13px 2px 12px;
  background-color: #fff3f0;
  line-height: 24px;
  color: #ff8a66;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 60px;
}

.category-products-two-title::after {
  content: "";
  top: 0;
  right: 18px;
  background-color: #fff;
  z-index: -1;
  width: 100%;
  height: 100%;
}

.category-products-two-item {
  background-color: #fff;
  -webkit-box-shadow: inset 0 10px 15px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 10px 15px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 10px 15px rgba(0, 0, 0, 0.05);
  padding: 48px 15px 20px;
  z-index: 2;
}

.category-products-two-item::after {
  content: "";
  top: 17px;
  left: 15px;
  background-color: #fff;
  -webkit-filter: blur(15px);
  filter: blur(15px);
  opacity: 0.55;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  width: -webkit-calc(100% - 30px);
  width: -moz-calc(100% - 30px);
  width: calc(100% - 30px);
  height: -webkit-calc(100% - 33px);
  height: -moz-calc(100% - 33px);
  height: calc(100% - 33px);
  z-index: -1;
}

.category-products-two-item img {
  margin: 0 auto;
  height: 115px;
}

.category-products-two-item h2 {
  font-size: 14px;
  font-weight: bold;
  line-height: 21px;
  padding: 4px 12px;
  background-color: #39d4df;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  color: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: -9px auto 0;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
}

.landing-eight {
  background-color: #212341;
  margin-top: -112px;
  padding-top: 134px;
  z-index: 2;
}

.landing-eight::before {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("./../images/bg-landing-nine.png") 0 0 no-repeat;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
}

.landing-eight::after {
  content: "";
  top: 0;
  left: 0;
  width: 749px;
  height: 618px;
  background: url("./../images/bg-landing-eight-002.png") 0 0 no-repeat;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
  z-index: -1;
}

.landing-eight-item .image,
.landing-eight-item .title .slider4h,
.landing-eight-item .btn {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.landing-eight-item .image {
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}

.landing-eight-item .title .slider4h {
  font-size: 42px;
  line-height: 60px;
  color: #fff;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}

.landing-eight-item .title .slider4h b {
  font-weight: 900;
}

.landing-eight-item .btn {
  padding: 7px 23px;
  font-size: 13px;
  line-height: 21px;
  -webkit-box-shadow: 0 3px 35px rgba(235, 40, 86, 0.5);
  -moz-box-shadow: 0 3px 35px rgba(235, 40, 86, 0.5);
  box-shadow: 0 3px 35px rgba(235, 40, 86, 0.5);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}

.landing-eight-item .btn i {
  margin-right: 27px;
  color: #b3bbc7;
}

.landing-eight .swiper-slide-active .landing-eight-item .image,
.landing-eight .swiper-slide-active .landing-eight-item .btn {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.landing-eight .swiper-slide-active .landing-eight-item .image {
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.landing-eight .swiper-slide-active .landing-eight-item .title .slider4h {
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.landing-eight .swiper-slide-active .landing-eight-item .btn {
  -webkit-transition-delay: 0.9s;
  -moz-transition-delay: 0.9s;
  -o-transition-delay: 0.9s;
  transition-delay: 0.9s;
}

.landing-eight .swiper-button-next,
.landing-eight .swiper-button-prev {
  width: 42px;
  height: 42px;
  text-align: center;
  line-height: 38px;
  border: 2px solid #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.landing-eight .swiper-button-next::after,
.landing-eight .swiper-button-prev::after {
  font-size: 13px;
  color: #fff;
}

.landing-eight .swiper-pagination {
  padding: 12px 23px 8px 22px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  border: 2px solid rgba(255, 255, 255, 0.1);
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  bottom: 90px;
}

.landing-eight .swiper-pagination-bullet {
  background-color: #fff;
  opacity: 1;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
}

.landing-eight .swiper-pagination-bullet-active {
  width: 25px;
}

@media only screen and (max-width: 991px) {
  .landing-eight-item {
    padding-bottom: 100px;
  }

  .landing-eight-item .image img {
    display: block;
    width: 75%;
    margin: 0 auto 30px;
  }

  .landing-eight .swiper-pagination {
    bottom: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .landing-eight::before {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center center;
  }

  .landing-eight::after {
    content: none;
  }

  .landing-eight-item .title .slider4h {
    font-size: 32px;
    line-height: 40px;
    color: #fff;
  }
}

.amazing-offer-seven {
  background: #2d365d url("./../images/bg-amazing-offer-seven.png") 0 0 no-repeat;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
  padding: 73px 0 118px;
  z-index: 2;
}

.amazing-offer-seven .section-heading {
  margin-bottom: 32px;
}

.amazing-offer-seven-wrapper {
  padding-top: 53px;
}

.amazing-offer-seven-wrapper::before {
  content: "";
  top: 0;
  right: 0;
  width: 426px;
  height: 481px;
  background-color: rgba(235, 40, 86, 0.72);
  -webkit-border-radius: 72px;
  -moz-border-radius: 72px;
  border-radius: 72px;
  z-index: -1;
}

.amazing-offer-seven-item {
  margin-right: 178px;
  background-color: #212341;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
  z-index: 2;
  padding: 45px 213px 75px 97px;
}

.amazing-offer-seven-item::before {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("./../images/bg-amazing-offer-09.png") 0 0 no-repeat;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
  z-index: -1;
  opacity: 0.14;
  -webkit-filter: blur(15px);
  filter: blur(15px);
}

.amazing-offer-seven-item .image {
  top: 7px;
  right: 0;
  -webkit-transform: translateX(252px);
  -moz-transform: translateX(252px);
  -ms-transform: translateX(252px);
  -o-transform: translateX(252px);
  transform: translateX(252px);
  z-index: -1;
  opacity: 0;
  visibility: hidden;
}

.amazing-offer-seven-item h2 {
  font-size: 30px;
  font-weight: 900;
  color: #fff;
  max-width: 360px;
  width: 100%;
  margin-bottom: 32px;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
  line-height: 47px;
}

.amazing-offer-seven-item .price-options>* {
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
  opacity: 0;
  visibility: hidden;
}

.amazing-offer-seven-item .price {
  font-weight: 300;
  color: #fff;
}

.amazing-offer-seven-item .price .offer {
  background-color: #7262d4;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.amazing-offer-seven-item .price .offer,
.amazing-offer-seven-item .price .offer del {
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  line-height: 28px;
}

.amazing-offer-seven-item .price .offer del {
  background-color: #fff;
  padding: 0 22px;
  color: #212341;
}

.amazing-offer-seven-item .price .offer span {
  margin: 0 6px 0 16px;
  color: #fff;
}

.amazing-offer-seven-item .price>span {
  margin-top: 5px;
  font-size: 42px;
  color: #49be78;
  line-height: 63px;
  font-weight: 900;
  margin-bottom: -10px;
}

.amazing-offer-seven-item ul {
  margin-right: 36px;
}

.amazing-offer-seven-item ul li {
  font-size: 14px;
  color: #fff;
  line-height: 30px;
}

.amazing-offer-seven-item ul li::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 5px;
  height: 5px;
  background-color: #2d365d;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin-left: 9px;
}

.amazing-offer-seven-item .progress-circle {
  margin-top: -80px;
}

.amazing-offer-seven-item .progress-circle,
.amazing-offer-seven-item .progress-circle svg {
  width: 150px;
  height: 150px;
}

.amazing-offer-seven-item .progress-circle::before,
.amazing-offer-seven-item .progress-circle::after {
  width: 132px;
  height: 132px;
  top: 10px;
  left: 10px;
}

.amazing-offer-seven-item .progress-circle::before {
  content: "";
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 3px solid #1d1f37;
  z-index: -1;
}

.amazing-offer-seven-item .progress-circle::after {
  content: attr(data-val);
  text-align: center;
  line-height: 132px;
  font-size: 35px;
  font-weight: 300;
  color: #fff;
}

.amazing-offer-seven-item .progress-circle svg circle {
  stroke-width: 3px;
}

.amazing-offer-seven-item .btns {
  gap: 10px;
  left: 0;
  -webkit-transform: translate(70px, -55px);
  -moz-transform: translate(70px, -55px);
  -ms-transform: translate(70px, -55px);
  -o-transform: translate(70px, -55px);
  transform: translate(70px, -55px);
}

.amazing-offer-seven-item .btns .btn {
  font-size: 14px;
  font-weight: 400;
  -webkit-transform: translateY(-180%);
  -moz-transform: translateY(-180%);
  -ms-transform: translateY(-180%);
  -o-transform: translateY(-180%);
  transform: translateY(-180%);
  white-space: nowrap;
  opacity: 0;
  padding: 8px 28px;
}

.amazing-offer-seven-item .btns .btn-danger-3 {
  -webkit-box-shadow: 0 3px 35px rgba(235, 40, 86, 0.5);
  -moz-box-shadow: 0 3px 35px rgba(235, 40, 86, 0.5);
  box-shadow: 0 3px 35px rgba(235, 40, 86, 0.5);
  line-height: 22px;
}

.amazing-offer-seven-item .btns .btn-add-favorite {
  color: #fff;
}

.swiper-slide-active .amazing-offer-seven-item .image {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(152px);
  -moz-transform: translateX(152px);
  -ms-transform: translateX(152px);
  -o-transform: translateX(152px);
  transform: translateX(152px);
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.swiper-slide-active .amazing-offer-seven-item .title h2,
.swiper-slide-active .amazing-offer-seven-item .price-options>* {
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
}

.swiper-slide-active .amazing-offer-seven-item .title h2 {
  -webkit-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.swiper-slide-active .amazing-offer-seven-item .price-options>* {
  opacity: 1;
  visibility: visible;
  -webkit-transition-delay: 0.8s;
  -moz-transition-delay: 0.8s;
  -o-transition-delay: 0.8s;
  transition-delay: 0.8s;
}

.swiper-slide-active .amazing-offer-seven-item .progress-circle svg circle {
  -webkit-animation: progress 1s ease-out forwards 0.9s;
  -moz-animation: progress 1s ease-out forwards 0.9s;
  -o-animation: progress 1s ease-out forwards 0.9s;
  animation: progress 1s ease-out forwards 0.9s;
}

@-webkit-keyframes progress {
  0% {
    stroke-dasharray: 0 100;
  }
}

@-moz-keyframes progress {
  0% {
    stroke-dasharray: 0 100;
  }
}

@-o-keyframes progress {
  0% {
    stroke-dasharray: 0 100;
  }
}

@keyframes progress {
  0% {
    stroke-dasharray: 0 100;
  }
}

.swiper-slide-active .amazing-offer-seven-item .btns .btn {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 1.3s;
  -moz-transition-delay: 1.3s;
  -o-transition-delay: 1.3s;
  transition-delay: 1.3s;
  opacity: 1;
}

.amazing-offer-seven .swiper-button-next,
.amazing-offer-seven .swiper-button-prev {
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  background-color: #fff;
  color: #2d365d;
  font-size: 13px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.amazing-offer-seven .swiper-button-next {
  left: 0;
  -webkit-transform: translate(-25px, -50%);
  -moz-transform: translate(-25px, -50%);
  -ms-transform: translate(-25px, -50%);
  -o-transform: translate(-25px, -50%);
  transform: translate(-25px, -50%);
}

.amazing-offer-seven .swiper-button-prev {
  right: 0;
  -webkit-transform: translate(25px, -50%);
  -moz-transform: translate(25px, -50%);
  -ms-transform: translate(25px, -50%);
  -o-transform: translate(25px, -50%);
  transform: translate(25px, -50%);
}

@media only screen and (min-width: 1400px) {
  .swiper-slide-active .amazing-offer-seven-item .image {
    -webkit-transform: translateX(90px);
    -moz-transform: translateX(90px);
    -ms-transform: translateX(90px);
    -o-transform: translateX(90px);
    transform: translateX(90px);
  }

  .amazing-offer-seven-item {
    padding: 45px 310px 75px 130px;
  }

  .amazing-offer-seven-item ul {
    margin-right: 72px;
  }
}

@media only screen and (max-width: 1199px) {
  .amazing-offer-seven-item {
    padding: 59px 163px 75px 35px;
  }
}

@media only screen and (max-width: 991px) {
  .amazing-offer-seven-wrapper {
    padding-top: 120px;
  }

  .amazing-offer-seven-wrapper::before {
    width: 90%;
    height: 80%;
    right: 5%;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
  }

  .amazing-offer-seven-item {
    padding: 300px 32px 75px;
    margin-right: 0;
  }

  .amazing-offer-seven-item .image {
    -webkit-transform: translate(-50%, -180px);
    -moz-transform: translate(-50%, -180px);
    -ms-transform: translate(-50%, -180px);
    -o-transform: translate(-50%, -180px);
    transform: translate(-50%, -180px);
    left: 50%;
  }

  .amazing-offer-seven-item h2 {
    max-width: 100%;
  }

  .amazing-offer-seven-item .progress-circle {
    margin-top: -50px;
  }

  .amazing-offer-seven-item .btns {
    -webkit-transform: translate(-50%, 10px);
    -moz-transform: translate(-50%, 10px);
    -ms-transform: translate(-50%, 10px);
    -o-transform: translate(-50%, 10px);
    transform: translate(-50%, 10px);
    left: 50%;
  }

  .swiper-slide-active .amazing-offer-seven-item .image {
    -webkit-transform: translate(-50%, -80px);
    -moz-transform: translate(-50%, -80px);
    -ms-transform: translate(-50%, -80px);
    -o-transform: translate(-50%, -80px);
    transform: translate(-50%, -80px);
  }
}

@media only screen and (max-width: 767px) {

  .amazing-offer-seven,
  .amazing-offer-seven-item {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center center;
  }

  .amazing-offer-seven-item .title h2 {
    font-size: 24px;
    line-height: 32px;
    text-align: center;
  }

  .amazing-offer-seven-item .price-options {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .amazing-offer-seven-item .price-options ul {
    margin: 24px 0;
  }

  .amazing-offer-seven-item .progress-circle {
    margin-top: 12px;
  }
}

@media only screen and (max-width: 575px) {
  .amazing-offer-seven-item {
    padding: 215px 20px 60px;
  }

  .amazing-offer-seven-item .image {
    right: auto;
    left: auto;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transform: translate(0, -180px);
    -moz-transform: translate(0, -180px);
    -ms-transform: translate(0, -180px);
    -o-transform: translate(0, -180px);
    transform: translate(0, -180px);
  }

  .amazing-offer-seven-item .image img {
    width: 80%;
    height: auto;
    display: block;
  }

  .amazing-offer-seven-item .content {
    margin-top: 90px;
  }

  .swiper-slide-active .amazing-offer-seven-item .image {
    -webkit-transform: translate(0, -80px);
    -moz-transform: translate(0, -80px);
    -ms-transform: translate(0, -80px);
    -o-transform: translate(0, -80px);
    transform: translate(0, -80px);
  }

  .amazing-offer-seven .swiper-button-next,
  .amazing-offer-seven .swiper-button-prev {
    top: 32%;
    right: auto;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }

  .amazing-offer-seven .swiper-button-next {
    left: -webkit-calc(50% - 35px);
    left: -moz-calc(50% - 35px);
    left: calc(50% - 35px);
  }

  .amazing-offer-seven .swiper-button-prev {
    left: -webkit-calc(50% + 35px);
    left: -moz-calc(50% + 35px);
    left: calc(50% + 35px);
  }
}

.consol-game {
  margin: 145px 0 68px;
}

@media only screen and (max-width: 767px) {
  .consol-game {
    margin: 80px 0 40px;
  }
}

.consol-game .section-heading {
  margin-bottom: 56px;
}

.consol-game .section-heading .detail {
  padding-right: 137px;
}

.consol-game .section-heading .detail::before {
  content: "";
  right: 0;
  width: 114px;
  height: 47px;
  background-color: #f5f3fc;
}

.consol-game .section-heading-sub-title {
  font-size: 16px;
  font-weight: 500;
}

.consol-game .section-heading-title {
  font-size: 24px;
  font-weight: 900;
}

.consol-game .swiper-button-next,
.consol-game .swiper-button-prev {
  top: 26px;
  right: auto;
  left: 145px;
}

.consol-game .swiper-button-prev {
  left: 180px;
}

@media only screen and (max-width: 575px) {
  .consol-game .section-heading .detail {
    padding-right: 0;
  }

  .consol-game .section-heading .detail::before {
    content: none;
  }

  .consol-game .swiper-button-next {
    left: 12px;
  }

  .consol-game .swiper-button-prev {
    left: 40px;
  }
}

.ready-cases {
  background: #212341 url("./../images/bg-ready-cases.png") 0 0 no-repeat;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
  padding: 224px 0 0;
  margin: -264px 0 0;
}

.ready-cases .section-heading {
  margin-bottom: 45px;
}

.ready-cases .section-heading-sub-title {
  font-weight: 500;
}

.ready-cases .section-heading-title {
  font-weight: 900;
}

.ready-cases-item {
  z-index: 2;
  padding: 34px 12px 107px;
  margin-bottom: -125px;
  line-height: 22px;
}

.ready-cases-item::before {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#0d0e1c), color-stop(rgba(29, 30, 57, 0.22)), to(rgba(33, 35, 65, 0)));
  background-image: -webkit-linear-gradient(top, #0d0e1c, rgba(29, 30, 57, 0.22), rgba(33, 35, 65, 0));
  background-image: -moz-linear-gradient(top, #0d0e1c, rgba(29, 30, 57, 0.22), rgba(33, 35, 65, 0));
  background-image: -o-linear-gradient(top, #0d0e1c, rgba(29, 30, 57, 0.22), rgba(33, 35, 65, 0));
  background-image: linear-gradient(to bottom, #0d0e1c, rgba(29, 30, 57, 0.22), rgba(33, 35, 65, 0));
  opacity: 0.5;
  z-index: -1;
  -webkit-box-shadow: 0 8px 50px rgba(134, 142, 150, 0.13);
  -moz-box-shadow: 0 8px 50px rgba(134, 142, 150, 0.13);
  box-shadow: 0 8px 50px rgba(134, 142, 150, 0.13);
}

.ready-cases-item h2 {
  font-size: 36px;
  font-weight: 900;
  margin-bottom: 20px;
}

.ready-cases-item ul {
  padding: 40px 0;
}

.ready-cases-item ul::before,
.ready-cases-item ul::after {
  content: "";
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 124px;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.13);
}

.ready-cases-item ul::before {
  top: 0;
}

.ready-cases-item ul::after {
  bottom: 0;
}

.ready-cases-item ul li {
  font-size: 18px;
  font-weight: 300;
  line-height: 36px;
}

.ready-cases-item .price {
  margin: 20px 0 24px;
  font-weight: 800;
  font-size: 50px;
  line-height: 75px;
  color: #49be78;
}

.ready-cases-item .price div {
  font-size: 16px;
  font-weight: 300;
  color: #fff;
  margin-right: 15px;
  line-height: 22px;
}

.ready-cases-item .btn {
  padding: 14px 35px;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}

.ready-cases-item.active {
  -webkit-transform: translateY(-20px);
  -moz-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  -o-transform: translateY(-20px);
  transform: translateY(-20px);
}

.ready-cases-item.active::before {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#eb2856), color-stop(rgba(29, 30, 57, 0.22)), to(rgba(33, 35, 65, 0)));
  background-image: -webkit-linear-gradient(top, #eb2856, rgba(29, 30, 57, 0.22), rgba(33, 35, 65, 0));
  background-image: -moz-linear-gradient(top, #eb2856, rgba(29, 30, 57, 0.22), rgba(33, 35, 65, 0));
  background-image: -o-linear-gradient(top, #eb2856, rgba(29, 30, 57, 0.22), rgba(33, 35, 65, 0));
  background-image: linear-gradient(to bottom, #eb2856, rgba(29, 30, 57, 0.22), rgba(33, 35, 65, 0));
}

.ready-cases-item.active .btn {
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -o-transform: translateY(20px);
  transform: translateY(20px);
}

.row:hover .ready-cases-item {
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
}

.row:hover .ready-cases-item::before {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#0d0e1c), color-stop(rgba(29, 30, 57, 0.22)), to(rgba(33, 35, 65, 0)));
  background-image: -webkit-linear-gradient(top, #0d0e1c, rgba(29, 30, 57, 0.22), rgba(33, 35, 65, 0));
  background-image: -moz-linear-gradient(top, #0d0e1c, rgba(29, 30, 57, 0.22), rgba(33, 35, 65, 0));
  background-image: -o-linear-gradient(top, #0d0e1c, rgba(29, 30, 57, 0.22), rgba(33, 35, 65, 0));
  background-image: linear-gradient(to bottom, #0d0e1c, rgba(29, 30, 57, 0.22), rgba(33, 35, 65, 0));
}

.row:hover .ready-cases-item .btn {
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
}

.row .ready-cases-item:hover {
  -webkit-transform: translateY(-20px);
  -moz-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  -o-transform: translateY(-20px);
  transform: translateY(-20px);
}

.row .ready-cases-item:hover::before {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#eb2856), color-stop(rgba(29, 30, 57, 0.22)), to(rgba(33, 35, 65, 0)));
  background-image: -webkit-linear-gradient(top, #eb2856, rgba(29, 30, 57, 0.22), rgba(33, 35, 65, 0));
  background-image: -moz-linear-gradient(top, #eb2856, rgba(29, 30, 57, 0.22), rgba(33, 35, 65, 0));
  background-image: -o-linear-gradient(top, #eb2856, rgba(29, 30, 57, 0.22), rgba(33, 35, 65, 0));
  background-image: linear-gradient(to bottom, #eb2856, rgba(29, 30, 57, 0.22), rgba(33, 35, 65, 0));
}

.row .ready-cases-item:hover .btn {
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -o-transform: translateY(20px);
  transform: translateY(20px);
}

@media only screen and (max-width: 1399px) {
  .ready-cases {
    margin-top: -230px;
  }
}

@media only screen and (max-width: 1199px) {
  .ready-cases {
    margin-top: -195px;
  }
}

@media only screen and (max-width: 991px) {
  .ready-cases {
    margin-top: -144px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center center;
    padding: 180px 0 40px;
  }

  .ready-cases .row {
    gap: 24px 0;
  }

  .ready-cases-item {
    margin-bottom: 0;
    padding-bottom: 32px;
  }
}

@media only screen and (max-width: 767px) {
  .ready-cases {
    margin-top: -100px;
    padding: 120px 0 40px;
  }

  .ready-cases-item .price {
    font-size: 40px;
  }

  .ready-cases-item .price div {
    font-size: 14px;
  }
}

@media only screen and (max-width: 575px) {
  .ready-cases {
    margin-top: -80px;
  }
}

.category-products-three {
  margin: 140px 0 70px;
}

@media only screen and (max-width: 767px) {
  .category-products-three {
    margin: 80px 0 40px;
  }
}

.category-products-three-title {
  padding: 5px 13px 2px 12px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: #b3bbc7;
  font-size: 16px;
  line-height: 24px;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}

.category-products-three-wrapper {
  padding: 0 43px;
}

.category-products-three-item {
  background: url("./../images/bg-category-three.png") 0 0 no-repeat;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
  padding: 112px 12px 45px;
  margin-top: 60px;
}

.category-products-three-item img {
  height: 119px;
  top: 0;
  -webkit-transform: translate(-50%, -31px);
  -moz-transform: translate(-50%, -31px);
  -ms-transform: translate(-50%, -31px);
  -o-transform: translate(-50%, -31px);
  transform: translate(-50%, -31px);
  left: 50%;
}

.category-products-three-item .seccat4t {
  font-size: 14px;
  color: #fff;
  font-weight: 500;
}

.category-products-three-item:hover {
  -webkit-transform: translateY(-8px);
  -moz-transform: translateY(-8px);
  -ms-transform: translateY(-8px);
  -o-transform: translateY(-8px);
  transform: translateY(-8px);
}

.category-products-three .swiper-button-next {
  left: 0;
}

.category-products-three .swiper-button-prev {
  right: 0;
}

@media only screen and (max-width: 575px) {
  .category-products-three-wrapper {
    margin: 0 -12px;
    padding: 0 30px;
  }
}

.about-us-home-eight {
  background: url("./../images/about-us-eight.png") 0 0 no-repeat;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
  background-attachment: fixed;
  padding: 117px 0 100px;
}

.about-us-home-eight h2 {
  font-size: 16px;
  line-height: 30px;
  padding-bottom: 32px;
  margin-bottom: 32px;
}

.about-us-home-eight h2 b {
  font-size: 30px;
  font-weight: 900;
}

.about-us-home-eight h2::after {
  content: "";
  bottom: 0;
  right: 0;
  width: 53px;
  height: 1px;
  background-color: #fff;
}

.about-us-home-eight p {
  font-size: 13px;
  line-height: 30px;
}

@media only screen and (max-width: 767px) {
  .about-us-home-eight {
    padding: 80px 0;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
}

.new-articles-blog {
  background-color: #171930;
  padding: 74px 0 51px;
}

.new-articles-blog .right,
.new-articles-blog .left {
  width: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.new-articles-blog .right {
  font-size: 28px;
  max-width: 25%;
  padding-top: 76px;
}

.new-articles-blog .right .sup-title {
  line-height: 45px;
}

.new-articles-blog .right .title {
  padding: 0 5px;
  color: #212341;
  font-weight: 900;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  z-index: 2;
  line-height: 30px;
  margin-bottom: 18px;
  padding-bottom: 18px;
}

.new-articles-blog .right .title::before,
.new-articles-blog .right .title::after {
  content: "";
  right: 0;
}

.new-articles-blog .right .title::before {
  top: 0;
  width: 100%;
  height: 24px;
  background-color: #ffb035;
  z-index: -1;
}

.new-articles-blog .right .title::after {
  bottom: 0;
  width: 30px;
  height: 1px;
  background-color: #707070;
}

.new-articles-blog .right .read-more {
  color: #939aa4;
  font-size: 14px;
  font-weight: 400;
}

.new-articles-blog .right .btn {
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin: 39px 74px 0 0;
  padding: 8px 40px 7px;
  line-height: 20px;
}

.new-articles-blog .left {
  max-width: 75%;
}

.new-articles-blog .swiper-button-next,
.new-articles-blog .swiper-button-prev {
  -webkit-transform: unset;
  -moz-transform: unset;
  -ms-transform: unset;
  -o-transform: unset;
  transform: unset;
  top: 265px;
  right: 0;
  left: auto;
}

@media only screen and (max-width: 991px) {

  .new-articles-blog .swiper-button-next,
  .new-articles-blog .swiper-button-prev {
    top: 190px;
  }
}

.new-articles-blog .swiper-button-next {
  right: 35px;
}

@media only screen and (max-width: 991px) {

  .new-articles-blog .right,
  .new-articles-blog .left {
    max-width: 100%;
  }

  .new-articles-blog .right {
    padding-top: 0;
  }
}

.footer-seven {
  background-color: #121320;
}

.footer-seven-top {
  background: url("./../images/bg-footer-seven.png") 0 0 no-repeat;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
  z-index: 2;
}

.footer-seven-top::before {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#171930), to(rgba(33, 35, 65, 0)));
  background-image: -webkit-linear-gradient(top, #171930, rgba(33, 35, 65, 0));
  background-image: -moz-linear-gradient(top, #171930, rgba(33, 35, 65, 0));
  background-image: -o-linear-gradient(top, #171930, rgba(33, 35, 65, 0));
  background-image: linear-gradient(to bottom, #171930, rgba(33, 35, 65, 0));
  z-index: -1;
}

.footer-seven-top .container {
  padding: 126px 12px 130px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-seven-title {
  font-size: 18px;
  color: #ffb035;
  line-height: 28px;
}

.footer-seven-nav li:not(:last-child) {
  margin-bottom: 10px;
}

.footer-seven-nav li a {
  display: inline-block;
  font-size: 13px;
  font-weight: 500;
  line-height: 30px;
  color: #939aa4;
}

.footer-seven-nav li a::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  border: 1px solid #48494e;
  margin-left: 14px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.footer-seven-nav li a:hover {
  color: #ffb035;
}

.footer-seven-nav li a:hover::before {
  border-color: #ffb035;
}

.footer-seven-bottom {
  z-index: 9;
  padding-bottom: 38px;
}

.footer-seven-bottom .footer-scroll-header {
  background-color: #7262d4;
  -webkit-box-shadow: 0 15px 25px rgba(114, 98, 212, 0.5);
  -moz-box-shadow: 0 15px 25px rgba(114, 98, 212, 0.5);
  box-shadow: 0 15px 25px rgba(114, 98, 212, 0.5);
  margin: -30px 0 48px;
}

.footer-seven-address-namd-contact {
  padding: 0 428px 35px 0;
  z-index: 2;
}

.footer-seven-address-namd-contact::before,
.footer-seven-address-namd-contact::after {
  content: "";
  right: 0;
  bottom: 0;
  width: 426px;
  height: 610px;
  background: url("./../images/img-footer-seven.png") 0 0 no-repeat;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
  z-index: -1;
}

.footer-seven-address-namd-contact::before {
  -webkit-filter: blur(43px);
  filter: blur(43px);
}

.footer-seven-address {
  line-height: 24px;
  margin-left: auto;
  max-width: 45%;
  width: 100%;
}

.footer-seven-address .title {
  font-size: 16px;
}

.footer-seven-address .title b {
  font-weight: 900;
}

.footer-seven-namads {
  gap: 4px;
}

.footer-seven-namads img {
  height: 80px;
}

.footer-seven-contact {
  font-size: 13px;
  color: #939aa4;
  margin-right: 8px;
}

.footer-seven-contact::after {
  content: "";
  bottom: 0;
  left: 0;
  width: 55px;
  height: 55px;
  background: url("./../images/icon-contact-00.png") 0 0 no-repeat;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
  -webkit-transform: translateX(-12px);
  -moz-transform: translateX(-12px);
  -ms-transform: translateX(-12px);
  -o-transform: translateX(-12px);
  transform: translateX(-12px);
}

.footer-seven-contact span {
  font-size: 18px;
  color: #fff;
  line-height: 39px;
}

.footer-seven-contact span b {
  font-size: 35px;
  font-weight: 900;
  color: #ffb035;
}

.footer-seven-time-work {
  -webkit-border-radius: 50px 0 50px 50px;
  -moz-border-radius: 50px 0 50px 50px;
  border-radius: 50px 0 50px 50px;
  background-color: #eb2856;
  padding: 24px 12px;
  font-size: 18px;
  font-weight: 900;
  line-height: 27px;
  margin-bottom: 43px;
}

.footer-seven-socials li:not(:last-child) {
  margin-left: 19px;
}

.footer-seven-socials li a {
  font-size: 20px;
  color: #fff;
}

.footer-seven-socials li a:hover {
  color: #eb2856;
}

@media only screen and (max-width: 1399px) {
  .footer-seven-address-namd-contact {
    padding-right: 390px;
  }

  .footer-seven-address-namd-contact::before,
  .footer-seven-address-namd-contact::after {
    width: 390px;
    height: 574px;
  }
}

@media only screen and (max-width: 1199px) {
  .footer-seven-address-namd-contact {
    padding-right: 335px;
  }

  .footer-seven-address-namd-contact::before,
  .footer-seven-address-namd-contact::after {
    width: 350px;
    height: 534px;
  }

  .footer-seven-address {
    max-width: 37%;
  }
}

@media only screen and (max-width: 991px) {
  .footer-seven-address-namd-contact {
    padding-right: 0;
  }

  .footer-seven-address-namd-contact::before,
  .footer-seven-address-namd-contact::after {
    content: none;
  }
}

@media only screen and (max-width: 767px) {
  .footer-seven-top {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center center;
  }

  .footer-seven-top .container {
    padding: 80px 12px;
  }

  .footer-seven-address-namd-contact {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 20px 0;
  }

  .footer-seven-address {
    max-width: 100%;
  }
}

@media only screen and (max-width: 575px) {
  .footer-seven-namad {
    max-width: 100%;
    width: 100%;
  }

  .footer-seven-time-work {
    font-size: 16px;
  }
}

.slider-banners-ten {
  margin: 49px 0 80px;
}

.slider-banners-ten .swiper {
  margin-bottom: 30px;
}

.slider-banners-ten .swiper-bottom {
  right: 0;
  bottom: 30px;
  left: 0;
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.slider-banners-ten .swiper-button-next,
.slider-banners-ten .swiper-button-prev {
  top: 10px;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #fff;
  min-width: 35px;
  max-width: 35px;
  min-height: 35px;
  max-height: 35px;
  line-height: 35px;
  text-align: center;
}

.slider-banners-ten .swiper-button-next::after,
.slider-banners-ten .swiper-button-prev::after {
  color: #b3bbc7;
  font-size: 13px;
}

.slider-banners-ten .swiper-pagination {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0 10px;
  padding: 10px 15px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
}

.slider-banners-ten .swiper-pagination-bullet {
  background-color: #fff;
  opacity: 1;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
}

.slider-banners-ten .swiper-pagination-bullet-active {
  width: 25px;
}

@media only screen and (max-width: 767px) {
  .slider-banners-ten-item img {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
  }

  .slider-banners-ten .swiper-bottom {
    bottom: 12px;
  }

  .slider-banners-ten .row {
    gap: 24px 0;
  }
}

@media only screen and (max-width: 575px) {
  .slider-banners-ten .swiper-bottom {
    bottom: 8px;
  }

  .slider-banners-ten .swiper-button-next,
  .slider-banners-ten .swiper-button-prev {
    min-width: 30px;
    max-width: 30px;
    min-height: 30px;
    max-height: 30px;
    line-height: 30px;
  }

  .slider-banners-ten .swiper-button-next::after,
  .slider-banners-ten .swiper-button-prev::after {
    font-size: 11px;
  }

  .slider-banners-ten .swiper-pagination {
    padding: 8px 12px;
  }
}

.price-day {
  background-color: #2b5d5e;
  padding-bottom: 113px;
  z-index: 2;
  margin-bottom: 74px;
}

.price-day::after {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #2b5d5e url("./../images/bg-price-day.png") center -45px no-repeat;
  -webkit-background-size: 100% 110%;
  -moz-background-size: 100% 110%;
  -o-background-size: 100% 110%;
  background-size: 100% 110%;
  opacity: 0.1;
  z-index: -2;
}

.price-day::before {
  content: "";
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -1px);
  -moz-transform: translate(-50%, -1px);
  -ms-transform: translate(-50%, -1px);
  -o-transform: translate(-50%, -1px);
  transform: translate(-50%, -1px);
  width: 306px;
  height: 50px;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
  z-index: -1;
}

.price-day-title {
  font-size: 16px;
  color: #2b5d5e;
  line-height: 24px;
  margin-bottom: 102px;
}

.price-day-item {
  background-color: #c1cecf;
  -webkit-box-shadow: inset 0 10px 15px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 10px 15px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 10px 15px rgba(0, 0, 0, 0.05);
  padding: 36px 12px 0;
  z-index: 2;
}

.price-day-item:hover {
  -webkit-transform: translateY(-12px);
  -moz-transform: translateY(-12px);
  -ms-transform: translateY(-12px);
  -o-transform: translateY(-12px);
  transform: translateY(-12px);
}

.price-day-item::before {
  content: "";
  top: 17px;
  right: 17px;
  width: -webkit-calc(100% - 34px);
  width: -moz-calc(100% - 34px);
  width: calc(100% - 34px);
  height: 87px;
  opacity: 0.25;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(rgba(255, 255, 255, 0)));
  background-image: -webkit-linear-gradient(top, #fff, rgba(255, 255, 255, 0));
  background-image: -moz-linear-gradient(top, #fff, rgba(255, 255, 255, 0));
  background-image: -o-linear-gradient(top, #fff, rgba(255, 255, 255, 0));
  background-image: linear-gradient(to bottom, #fff, rgba(255, 255, 255, 0));
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  z-index: -1;
}

.price-day-item::after {
  content: "";
  top: 38px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #fff;
  width: 75px;
  height: 75px;
  -webkit-filter: blur(19px);
  filter: blur(19px);
  z-index: -1;
}

.price-day-item img {
  width: 64px;
  height: 64px;
  margin-bottom: 40px;
}

.price-day-item .tcatg2 {
  padding: 4px 18px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  background-color: #00867d;
  font-size: 14px;
  font-weight: bold;
  line-height: 21px;
  color: #fff;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin: -15px auto 0;
  -webkit-transform: translateY(15px);
  -moz-transform: translateY(15px);
  -ms-transform: translateY(15px);
  -o-transform: translateY(15px);
  transform: translateY(15px);
}

.price-day .row {
  gap: 32px 0;
}

@media only screen and (max-width: 767px) {
  .price-day-title {
    line-height: 40px;
  }

  .price-day-item h2 {
    font-size: 12px;
  }
}

.top-products-five {
  margin: 37px 0 66px;
}

.top-products-five-tabs {
  margin-bottom: 58px;
  background-color: #fff;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  padding-left: 12px;
}

.top-products-five-tabs::before {
  content: "";
  top: 18px;
  left: 0;
  width: 100%;
  height: 5px;
  background-color: #f8f9fb;
  z-index: -1;
}

.top-products-five-tabs li {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  padding: 8px 25px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.top-products-five-tabs li.active,
.top-products-five-tabs li:hover {
  background-color: #2b5d5e;
  -webkit-box-shadow: 0 10px 25px rgba(43, 93, 94, 0.25);
  -moz-box-shadow: 0 10px 25px rgba(43, 93, 94, 0.25);
  box-shadow: 0 10px 25px rgba(43, 93, 94, 0.25);
  color: #fff;
}

@media only screen and (max-width: 575px) {
  .top-products-five-tabs li {
    font-size: 14px;
    padding: 8px 18px;
  }
}

.price-day-girder {
  margin: 42px 0 30px;
}

.price-day-girder .section-heading {
  margin-bottom: 48px;
}

.price-day-girder .section-heading .detail {
  padding-right: 60px;
}

.price-day-girder .section-heading .detail::before {
  content: "";
  top: 0;
  right: 0;
  width: 39px;
  height: 62px;
  background: url("./../images/pattern-05.png") 0 0 no-repeat;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
}

.price-day-girder .section-heading-sub-title,
.price-day-girder .section-heading-title {
  font-size: 24px;
  line-height: 30px;
}

.price-day-girder .section-heading-sub-title {
  font-weight: 300;
}

.price-day-girder .section-heading-title {
  font-weight: bold;
}

.price-day-girder .table tbody tr td.name a {
  color: #2b5d5e;
}

.price-day-girder .table tbody tr td.vahid {
  color: #939aa4;
}

.price-day-girder .table tbody tr td .icon-angle-up-fill {
  color: #49be78;
}

.price-day-girder .table tbody tr td .icon-angle-down-fill {
  color: #ee273a;
}

.price-day-girder .table tbody tr td.price i {
  margin-left: 13px;
}

.price-day-girder .table tbody tr td.icons {
  gap: 14px;
}

.price-day-girder .table tbody tr td.icons a {
  font-size: 20px;
  color: #000;
}

.landing-eleven {
  background: url("./../images/bg-eleven.png") 0 0 no-repeat;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
  padding: 59px 0 69px;
}

.landing-eleven-item::before {
  content: "";
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  background-image: -webkit-gradient(linear, right top, left top, from(#fff), color-stop(65%, rgba(255, 255, 255, 0)));
  background-image: -webkit-linear-gradient(right, #fff, rgba(255, 255, 255, 0) 65%);
  background-image: -moz-linear-gradient(right, #fff, rgba(255, 255, 255, 0) 65%);
  background-image: -o-linear-gradient(right, #fff, rgba(255, 255, 255, 0) 65%);
  background-image: linear-gradient(to left, #fff, rgba(255, 255, 255, 0) 65%);
  width: 80%;
  height: 281px;
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  border-radius: 500px;
  z-index: -1;
}

.landing-eleven-item img,
.landing-eleven-item .btn {
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}

.landing-eleven-item .detail {
  color: #fff;
  line-height: 84px;
  margin-right: 142px;
}

.landing-eleven-item .sup-title .subsli5t {
  font-size: 35px;
  font-weight: 300;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}

.landing-eleven-item .title .tisli5t {
  margin-bottom: 0;
  font-weight: 900;
  font-size: 70px;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
}

.landing-eleven-item .btn {
  padding: 13px 23px 12px 24px;
  font-size: 13px;
  font-weight: 300;
}

.landing-eleven-item .btn i {
  margin-right: 40px;
  color: #b3bbc7;
}

@media only screen and (max-width: 1199px) {
  .landing-eleven-item .detail {
    margin-right: 70px;
  }

  .landing-eleven-item .title .tisli5t {
    font-size: 40px;
  }
}

.swiper-slide-active .landing-eleven-item img,
.swiper-slide-active .landing-eleven-item .btn {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.swiper-slide-active .landing-eleven-item img {
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.swiper-slide-active .landing-eleven-item .btn {
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}

.swiper-slide-active .landing-eleven-item .sup-title .subsli5t {
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.swiper-slide-active .landing-eleven-item .title .tisli5t {
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -o-transform: translateX(0px);
  transform: translateX(0px);
  -webkit-transition-delay: 0.8s;
  -moz-transition-delay: 0.8s;
  -o-transition-delay: 0.8s;
  transition-delay: 0.8s;
}

.landing-eleven .swiper-button-next,
.landing-eleven .swiper-button-prev {
  width: 35px;
  height: 35px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #fff;
  line-height: 35px;
  text-align: center;
  top: auto;
  right: auto;
  bottom: 0;
  left: -webkit-calc(50% - 22px);
  left: -moz-calc(50% - 22px);
  left: calc(50% - 22px);
  -webkit-transform: translate(-50%, 40px);
  -moz-transform: translate(-50%, 40px);
  -ms-transform: translate(-50%, 40px);
  -o-transform: translate(-50%, 40px);
  transform: translate(-50%, 40px);
}

.landing-eleven .swiper-button-next::after,
.landing-eleven .swiper-button-prev::after {
  color: #b3bbc7;
  font-size: 13px;
}

.landing-eleven .swiper-button-prev {
  left: -webkit-calc(50% + 22px);
  left: -moz-calc(50% + 22px);
  left: calc(50% + 22px);
}

@media only screen and (max-width: 1199px) {
  .landing-eleven {
    -webkit-background-size: 115% 100%;
    -moz-background-size: 115% 100%;
    -o-background-size: 115% 100%;
    background-size: 115% 100%;
    background-position: center center;
  }
}

@media only screen and (max-width: 991px) {
  .landing-eleven {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center center;
    padding-bottom: 120px;
    background-image: url("./../images/bg-eleven-2.png");
  }

  .landing-eleven-item::before {
    content: none;
  }

  .landing-eleven-item .detail {
    margin-right: 0;
  }

  .landing-eleven .swiper-button-next,
  .landing-eleven .swiper-button-prev {
    -webkit-transform: translate(-50%, 78px);
    -moz-transform: translate(-50%, 78px);
    -ms-transform: translate(-50%, 78px);
    -o-transform: translate(-50%, 78px);
    transform: translate(-50%, 78px);
  }
}

@media only screen and (max-width: 767px) {
  .landing-eleven-item .detail {
    line-height: 64px;
  }

  .landing-eleven-item .sup-title .subsli5t {
    font-size: 24px;
  }

  .landing-eleven-item .title .tisli5t {
    font-size: 32px;
    line-height: 40px;
  }
}

.brands-five {
  margin: 31px 0 148px;
}

.brands-five .brands-wrapper {
  border-color: #edf0f6;
  -webkit-box-shadow: 0 15px 50px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 15px 50px rgba(0, 0, 0, 0.05);
  box-shadow: 0 15px 50px rgba(0, 0, 0, 0.05);
  padding: 21px 48px;
}

.best-sellers-eleven .section-heading {
  margin-bottom: 0;
}

.best-sellers-eleven .section-heading-title {
  font-size: 16px;
  font-weight: 500;
}

.best-sellers-eleven .section-heading-sub-title {
  font-size: 24px;
  font-weight: 900;
}

.best-sellers-eleven .section-heading .detail::before {
  content: "";
  top: 0;
  right: 0;
  width: 896px;
  height: 281px;
  background-image: -webkit-linear-gradient(186.43deg, #b3bbc7 17.81%, rgba(255, 255, 255, 0) 66.22%);
  background-image: -moz-linear-gradient(186.43deg, #b3bbc7 17.81%, rgba(255, 255, 255, 0) 66.22%);
  background-image: -o-linear-gradient(186.43deg, #b3bbc7 17.81%, rgba(255, 255, 255, 0) 66.22%);
  background-image: linear-gradient(263.57deg, #b3bbc7 17.81%, rgba(255, 255, 255, 0) 66.22%);
  z-index: -1;
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  border-radius: 500px;
  -webkit-transform: translate(103px, -68px);
  -moz-transform: translate(103px, -68px);
  -ms-transform: translate(103px, -68px);
  -o-transform: translate(103px, -68px);
  transform: translate(103px, -68px);
}

@media only screen and (max-width: 575px) {
  .best-sellers-eleven .section-heading .detail::before {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
}

.best-sellers-eleven .swiper {
  padding: 41px 0 0;
}

.best-sellers-eleven .swiper-button-next,
.best-sellers-eleven .swiper-button-prev {
  top: 25px;
  right: auto;
  left: 145px;
}

.best-sellers-eleven .swiper-button-prev {
  left: 180px;
}

@media only screen and (max-width: 575px) {
  .best-sellers-eleven .swiper-button-next {
    left: 12px;
  }

  .best-sellers-eleven .swiper-button-prev {
    left: 47px;
  }
}

.banner-eleven {
  margin: 75px auto 143px;
}

.banners-eleven {
  margin: 112px 0 215px;
}

@media only screen and (max-width: 767px) {
  .banners-eleven {
    margin: 80px 0 120px;
  }
}

.banners-eleven::after {
  content: "";
  top: 50%;
  left: 0;
  width: 526px;
  height: 668px;
  z-index: -1;
  background: url("./../images/bg-banners-eleven.png") 0 0 no-repeat;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media only screen and (max-width: 575px) {
  .banners-eleven::after {
    content: none;
  }
}

.banners-eleven .row {
  gap: 24px 0;
}

.banners-eleven img {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}

.about-us-eleven .container::before,
.about-us-eleven .container::after {
  content: "";
  left: 0;
  width: 100%;
  height: 250px;
  background: url("./../images/shadow-05.png") 0 0 no-repeat;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
  z-index: -1;
}

.about-us-eleven .container::before {
  bottom: -webkit-calc(100% + 20px);
  bottom: -moz-calc(100% + 20px);
  bottom: calc(100% + 20px);
}

.about-us-eleven .container::after {
  background-image: url("./../images/shadow-06.png");
  top: 88%;
}

.about-us-eleven .detail {
  padding-top: 64px;
}

.about-us-eleven .detail::before {
  content: "";
  width: 372px;
  height: 91px;
  background: url("./../images/bg-654.png") 0 0 no-repeat;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
  -webkit-border-radius: 50px 0 0 50px;
  -moz-border-radius: 50px 0 0 50px;
  border-radius: 50px 0 0 50px;
  top: 50px;
  right: 0;
  z-index: -1;
  -webkit-transform: translateX(202px);
  -moz-transform: translateX(202px);
  -ms-transform: translateX(202px);
  -o-transform: translateX(202px);
  transform: translateX(202px);
}

.about-us-eleven .detail .ab5h {
  font-size: 16px;
  line-height: 30px;
  color: #fff;
  margin-left: 88px;
}

.about-us-eleven .detail .ab5h b {
  font-size: 30px;
  font-weight: 900;
}

.about-us-eleven .detail .socials li:not(:last-child) {
  margin-left: 10px;
}

.about-us-eleven .detail .socials li a {
  width: 40px;
  height: 40px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #ecfcfc;
  text-align: center;
  line-height: 40px;
  font-size: 20px;
  color: #003cff;
}

.about-us-eleven .detail .socials li a:hover {
  background-color: #003cff;
  color: #ecfcfc;
}

.about-us-eleven .detail p {
  margin-top: 45px;
  font-size: 13px;
  line-height: 25px;
}

@media only screen and (max-width: 1199px) {
  .about-us-eleven .detail::before {
    -webkit-transform: translateX(225px);
    -moz-transform: translateX(225px);
    -ms-transform: translateX(225px);
    -o-transform: translateX(225px);
    transform: translateX(225px);
  }

  .about-us-eleven .detail .ab5h {
    margin-left: 60px;
  }
}

@media only screen and (max-width: 991px) {
  .about-us-eleven .detail {
    padding-top: 12px;
  }

  .about-us-eleven .detail::before {
    top: 0;
    -webkit-transform: translateX(150px);
    -moz-transform: translateX(150px);
    -ms-transform: translateX(150px);
    -o-transform: translateX(150px);
    transform: translateX(150px);
  }

  .about-us-eleven .detail .ab5h {
    margin-left: 0;
  }
}

.banners-slider-home-twelve {
  margin: 59px 0 132px;
}

.banners-slider-home-twelve .carousel::before {
  content: "";
  top: 0;
  left: 0;
  width: 120px;
  height: 103px;
  -webkit-transform: translate(-26px, -25px);
  -moz-transform: translate(-26px, -25px);
  -ms-transform: translate(-26px, -25px);
  -o-transform: translate(-26px, -25px);
  transform: translate(-26px, -25px);
  background: url("./../images/pattern-06.png") 0 0 no-repeat;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
}

.banners-slider-home-twelve .carousel-indicators {
  border: 2px solid rgba(255, 255, 255, 0.1);
  padding: 15px 49px;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin: 0 auto 32px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
}

.banners-slider-home-twelve .carousel-indicators button {
  width: 8px;
  height: 8px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  background-color: #fff;
  opacity: 1;
  border: none;
  margin: 0;
}

.banners-slider-home-twelve .carousel-indicators button:not(:last-child) {
  margin-left: 6px;
}

.banners-slider-home-twelve .carousel-indicators button.active {
  width: 25px;
}

.banners-slider-home-twelve .banners {
  margin-top: 30px;
  gap: 24px 0;
}

.banners-slider-home-twelve .banners img {
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}

@media only screen and (max-width: 767px) {
  .banners-slider-home-twelve {
    margin: 48px 0 80px;
  }

  .banners-slider-home-twelve .carousel-indicators {
    margin-bottom: 20px;
  }

  .banners-slider-home-twelve .carousel img {
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
  }
}

.amazing-offer-eight-wrapper {
  padding: 70px 44px 0 50px;
}

.amazing-offer-eight-wrapper::before {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 67%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff3f0), color-stop(rgba(255, 239, 241, 0.36)), to(#fff));
  background-image: -webkit-linear-gradient(top, #fff3f0, rgba(255, 239, 241, 0.36), #fff);
  background-image: -moz-linear-gradient(top, #fff3f0, rgba(255, 239, 241, 0.36), #fff);
  background-image: -o-linear-gradient(top, #fff3f0, rgba(255, 239, 241, 0.36), #fff);
  background-image: linear-gradient(to bottom, #fff3f0, rgba(255, 239, 241, 0.36), #fff);
}

.amazing-offer-eight-wrapper .right,
.amazing-offer-eight-wrapper .left {
  width: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.amazing-offer-eight-wrapper .right {
  max-width: 174px;
  padding-top: 39px;
}

.amazing-offer-eight-wrapper .right .title {
  font-size: 24px;
  font-weight: 900;
  line-height: 30px;
  margin-bottom: 49px;
}

.amazing-offer-eight-wrapper .right .title span {
  font-size: 20px;
}

.amazing-offer-eight-wrapper .right .btn {
  padding: 8px 14px 7px 15px;
}

.amazing-offer-eight-item .timear {
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: translate(136px, -11px);
  -moz-transform: translate(136px, -11px);
  -ms-transform: translate(136px, -11px);
  -o-transform: translate(136px, -11px);
  transform: translate(136px, -11px);
}

.amazing-offer-eight-item .timear li {
  line-height: 21px;
  font-weight: 300;
  text-align: center;
}

.amazing-offer-eight-item .timear li:not(:last-child) {
  margin-bottom: 12px;
}

.amazing-offer-eight-item .timear li span {
  display: block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  color: #fff;
  background-color: #fed844;
  margin: 0 auto 2px;
  font-size: 20px;
  font-weight: 900;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.amazing-offer-eight-wrapper .left {
  max-width: -webkit-calc(100% - 203px);
  max-width: -moz-calc(100% - 203px);
  max-width: calc(100% - 203px);
  margin-right: 29px;
  z-index: 2;
  padding: 50px 72px 12px 12px;
}

.amazing-offer-eight-wrapper .left::before {
  content: "";
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  top: 0;
  left: 0;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  -webkit-backdrop-filter: blur(15px) brightness(115%);
  backdrop-filter: blur(15px) brightness(115%);
}

.amazing-offer-eight-wrapper .left::after {
  content: "";
  top: 0;
  right: 60px;
  width: 591px;
  height: 229px;
  z-index: -2;
  background: url("./../images/amazing-offer-eight.png") 0 0 no-repeat;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
  -webkit-transform: translateY(-150px);
  -moz-transform: translateY(-150px);
  -ms-transform: translateY(-150px);
  -o-transform: translateY(-150px);
  transform: translateY(-150px);
}

.amazing-offer-eight-wrapper .left .swiper::before {
  content: "";
  top: 0;
  left: 0;
  width: 398px;
  height: 398px;
  top: 0;
  right: 115px;
  -webkit-transform: translateY(-199px);
  -moz-transform: translateY(-199px);
  -ms-transform: translateY(-199px);
  -o-transform: translateY(-199px);
  transform: translateY(-199px);
  background: url("./../images/shape-amazing-offer-eight.png") 0 0 no-repeat;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
  z-index: -3;
}

.amazing-offer-eight-wrapper .left .swiper::after {
  content: "";
  top: 10px;
  right: 10px;
  width: 213px;
  height: 319px;
  background-color: #fed844;
  -webkit-box-shadow: 0 10px 75px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 10px 75px rgba(0, 0, 0, 0.08);
  box-shadow: 0 10px 75px rgba(0, 0, 0, 0.08);
}

.amazing-offer-eight-item .image {
  margin-left: 67px;
}

.amazing-offer-eight-item .image img {
  -webkit-transform: translateX(100px);
  -moz-transform: translateX(100px);
  -ms-transform: translateX(100px);
  -o-transform: translateX(100px);
  transform: translateX(100px);
  opacity: 0;
}

.amazing-offer-eight-item .image img:last-child {
  -webkit-filter: blur(39px);
  filter: blur(39px);
}

.amazing-offer-eight-item .detail h2 {
  font-size: 20px;
  color: #2d365d;
  line-height: 30px;
  font-weight: 900;
  margin-bottom: 24px;
}

.amazing-offer-eight-item .detail h2 span {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}

.amazing-offer-eight-item .detail ul {
  margin-bottom: 35px;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: top right;
  -moz-transform-origin: top right;
  -ms-transform-origin: top right;
  -o-transform-origin: top right;
  transform-origin: top right;
}

.amazing-offer-eight-item .detail ul li {
  font-size: 14px;
  line-height: 30px;
}

.amazing-offer-eight-item .detail ul li::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 5px;
  height: 5px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #2d365d;
  margin-left: 9px;
}

.amazing-offer-eight-item .detail .price {
  font-size: 14px;
  font-weight: 300;
  color: #232323;
  line-height: 21px;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
  opacity: 0;
}

.amazing-offer-eight-item .detail .price .offer {
  background-color: #ee232b;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  padding-left: 16px;
  margin-left: 14px;
}

.amazing-offer-eight-item .detail .price .offer,
.amazing-offer-eight-item .detail .price .offer del {
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
}

.amazing-offer-eight-item .detail .price .offer del {
  background-color: #fff9eb;
  font-size: 16px;
  color: #212341;
  -webkit-text-decoration-color: #707070;
  -moz-text-decoration-color: #707070;
  text-decoration-color: #707070;
  padding: 0 22px;
  margin: 0 -2px 0 6px;
}

.amazing-offer-eight-item .detail .price>span {
  color: #49be78;
  font-size: 30px;
  font-weight: 900;
  line-height: 45px;
  margin-left: 7px;
}

.amazing-offer-eight-item .detail .btns {
  -webkit-transform: translate(-95px, 36px);
  -moz-transform: translate(-95px, 36px);
  -ms-transform: translate(-95px, 36px);
  -o-transform: translate(-95px, 36px);
  transform: translate(-95px, 36px);
  z-index: 9;
  opacity: 0;
}

.amazing-offer-eight-item .detail .btns .btn {
  padding: 8px 28px;
}

.swiper-slide-active .amazing-offer-eight-item .image img {
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -o-transform: translateX(0px);
  transform: translateX(0px);
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
  opacity: 1;
}

.swiper-slide-active .amazing-offer-eight-item .image img:last-child {
  opacity: 0.71;
}

.swiper-slide-active .amazing-offer-eight-item .detail h2 span {
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.swiper-slide-active .amazing-offer-eight-item .detail ul {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition-delay: 0.8s;
  -moz-transition-delay: 0.8s;
  -o-transition-delay: 0.8s;
  transition-delay: 0.8s;
}

.swiper-slide-active .amazing-offer-eight-item .detail .price {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition-delay: 1.1s;
  -moz-transition-delay: 1.1s;
  -o-transition-delay: 1.1s;
  transition-delay: 1.1s;
}

.swiper-slide-active .amazing-offer-eight-item .btns {
  -webkit-transform: translate(-95px, 12px);
  -moz-transform: translate(-95px, 12px);
  -ms-transform: translate(-95px, 12px);
  -o-transform: translate(-95px, 12px);
  transform: translate(-95px, 12px);
  opacity: 1;
  -webkit-transition-delay: 1.4s;
  -moz-transition-delay: 1.4s;
  -o-transition-delay: 1.4s;
  transition-delay: 1.4s;
}

.amazing-offer-eight .swiper-button-next,
.amazing-offer-eight .swiper-button-prev {
  top: 0;
  right: 0;
  left: auto;
  -webkit-transform: translate(208px, 120px);
  -moz-transform: translate(208px, 120px);
  -ms-transform: translate(208px, 120px);
  -o-transform: translate(208px, 120px);
  transform: translate(208px, 120px);
}

.amazing-offer-eight .swiper-button-next {
  right: 35px;
}

@media only screen and (max-width: 1199px) {
  .amazing-offer-eight-wrapper {
    padding: 70px 32px 0;
  }

  .amazing-offer-eight-wrapper .left {
    padding: 50px 50px 12px 12px;
  }

  .amazing-offer-eight-item .timear {
    -webkit-transform: translate(114px, -11px);
    -moz-transform: translate(114px, -11px);
    -ms-transform: translate(114px, -11px);
    -o-transform: translate(114px, -11px);
    transform: translate(114px, -11px);
  }
}

@media only screen and (max-width: 991px) {
  .amazing-offer-eight-wrapper {
    padding-top: 40px;
  }

  .amazing-offer-eight-wrapper .right,
  .amazing-offer-eight-wrapper .left {
    max-width: 100%;
  }

  .amazing-offer-eight-wrapper .right {
    padding-top: 0;
    margin-bottom: 24px;
  }

  .amazing-offer-eight-item .timear {
    right: auto;
    left: 0;
    -webkit-transform: translate(-12px, -223px);
    -moz-transform: translate(-12px, -223px);
    -ms-transform: translate(-12px, -223px);
    -o-transform: translate(-12px, -223px);
    transform: translate(-12px, -223px);
  }

  .amazing-offer-eight-item .timear li:not(:last-child) {
    margin: 0 0 0 12px;
  }

  .amazing-offer-eight-wrapper .left {
    margin-right: 0;
  }

  .amazing-offer-eight-wrapper .left::after,
  .amazing-offer-eight-wrapper .left::before,
  .amazing-offer-eight-wrapper .left .swiper::before {
    content: none;
  }

  .amazing-offer-eight .swiper-button-next,
  .amazing-offer-eight .swiper-button-prev {
    -webkit-transform: translate(7px, -91px);
    -moz-transform: translate(7px, -91px);
    -ms-transform: translate(7px, -91px);
    -o-transform: translate(7px, -91px);
    transform: translate(7px, -91px);
  }
}

@media only screen and (max-width: 767px) {
  .amazing-offer-eight-wrapper {
    padding: 32px 15px 0;
  }

  .amazing-offer-eight-wrapper .left {
    padding: 50px 20px 12px 12px;
  }

  .amazing-offer-eight-wrapper .left .swiper::after {
    right: 0;
  }

  .amazing-offer-eight-item .image {
    margin: 0;
  }
}

@media only screen and (max-width: 575px) {
  .amazing-offer-eight-wrapper {
    margin: 0 -12px;
  }

  .amazing-offer-eight-wrapper::before {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
}

.top-products-six .nav-pills .nav-item {
  font-size: 15px;
  font-weight: 500;
  line-height: 24px;
  cursor: pointer;
  -webkit-border-radius: 20px 20px 0 0;
  -moz-border-radius: 20px 20px 0 0;
  border-radius: 20px 20px 0 0;
  padding: 15px 27px;
  z-index: 2;
}

.top-products-six .nav-pills .nav-item,
.top-products-six .nav-pills .nav-item::before,
.top-products-six .nav-pills .nav-item::after {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.top-products-six .nav-pills .nav-item::before,
.top-products-six .nav-pills .nav-item::after {
  content: "";
  bottom: 0;
  background: url("./../images/tab-shape-01.png") 0 0 no-repeat;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
  width: 48px;
  height: 38px;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
}

.top-products-six .nav-pills .nav-item::before {
  right: 0;
  -webkit-transform: translate(42px, 7px);
  -moz-transform: translate(42px, 7px);
  -ms-transform: translate(42px, 7px);
  -o-transform: translate(42px, 7px);
  transform: translate(42px, 7px);
}

.top-products-six .nav-pills .nav-item::after {
  left: 0;
  background-image: url("./../images/tab-shape-02.png");
  -webkit-transform: translate(-42px, 7px);
  -moz-transform: translate(-42px, 7px);
  -ms-transform: translate(-42px, 7px);
  -o-transform: translate(-42px, 7px);
  transform: translate(-42px, 7px);
}

.top-products-six .nav-pills .nav-item.active {
  background-color: #fed844;
}

.top-products-six .nav-pills .nav-item.active::before,
.top-products-six .nav-pills .nav-item.active::after {
  opacity: 1;
  visibility: visible;
}

@media only screen and (max-width: 575px) {
  .top-products-six .nav-pills .nav-item {
    font-size: 13px;
    padding: 12px 16px;
  }
}

.top-products-six-wrapper {
  padding: 30px;
}

.top-products-six-wrapper::before,
.top-products-six-wrapper::after {
  content: "";
  top: 0;
  width: 100vw;
  height: 100%;
}

.top-products-six-wrapper::before {
  right: 0;
  background-color: #fed844;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}

.top-products-six-wrapper::after {
  background-color: #fff;
  left: 100%;
  z-index: 2;
}

@media only screen and (max-width: 991px) {
  .top-products-six-wrapper {
    padding: 30px 15px;
  }
}

@media only screen and (max-width: 575px) {
  .top-products-six-wrapper {
    margin: 0 -12px;
    padding: 30px 12px;
  }

  .top-products-six-wrapper::before {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
}

.top-products-six.gray .nav-pills .nav-item::before {
  background-image: url("./../images/tab-shape-03.png");
}

.top-products-six.gray .nav-pills .nav-item::after {
  background-image: url("./../images/tab-shape-04.png");
}

.top-products-six.gray .nav-pills .nav-item.active {
  background-color: #f8f9fb;
}

.top-products-six.gray .top-products-six-wrapper::before {
  background-color: #f8f9fb;
}

.banners-twelve {
  margin: 51px auto 67px;
}

.banners-twelve .col-md-3 {
  margin-top: 27px;
}

@media only screen and (max-width: 1199px) {
  .banners-twelve .col-md-3 {
    margin-top: 22px;
  }
}

@media only screen and (max-width: 991px) {
  .banners-twelve .col-md-3 {
    margin-top: 19px;
  }
}

@media only screen and (max-width: 767px) {
  .banners-twelve .col-md-3 {
    margin: 0 0 24px;
  }
}

.about-us-home-nine .container::after {
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 250px;
  background: url("./../images/shadow-07.png") 0 0 no-repeat;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
  z-index: -1;
  -webkit-transform: translateY(37px);
  -moz-transform: translateY(37px);
  -ms-transform: translateY(37px);
  -o-transform: translateY(37px);
  transform: translateY(37px);
}

.about-us-home-nine h2 {
  font-size: 15px;
  line-height: 30px;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.about-us-home-nine h2 b {
  font-size: 30px;
  font-weight: 900;
}

.about-us-home-nine h2::after {
  content: "";
  bottom: 0;
  right: 0;
  border-bottom: 1px dashed #939aa4;
  width: 53px;
}

.about-us-home-nine p {
  font-size: 13px;
  line-height: 25px;
}

.amazing-offer-nine {
  background: url("./../images/bg-amazing-offer-nine.png") 0 0 no-repeat;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
}

.amazing-offer-nine .amazing-offer-seven-wrapper::before {
  content: none;
}

.amazing-offer-nine .amazing-offer-seven-item {
  background: -webkit-linear-gradient(225deg, #00ff93, rgba(7, 7, 13, 0) 66%);
  background: -moz-linear-gradient(225deg, #00ff93, rgba(7, 7, 13, 0) 66%);
  background: -o-linear-gradient(225deg, #00ff93, rgba(7, 7, 13, 0) 66%);
  background: linear-gradient(-135deg, #00ff93, rgba(7, 7, 13, 0) 66%);
}

.amazing-offer-nine .amazing-offer-seven-item::before {
  background: transparent;
  z-index: -3;
  -webkit-filter: unset;
  filter: unset;
}

.amazing-offer-nine .amazing-offer-seven-item::after {
  content: "";
  top: 0;
  right: 0;
  opacity: 0.72;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  background-image: -webkit-linear-gradient(315deg, #00ff93, rgba(18, 19, 32, 0) 65%);
  background-image: -moz-linear-gradient(315deg, #00ff93, rgba(18, 19, 32, 0) 65%);
  background-image: -o-linear-gradient(315deg, #00ff93, rgba(18, 19, 32, 0) 65%);
  background-image: linear-gradient(135deg, #00ff93, rgba(18, 19, 32, 0) 65%);
  width: 426px;
  height: 481px;
  -webkit-transform: skew(0, 4deg) translate(162px, -64px);
  -moz-transform: skew(0, 4deg) translate(162px, -64px);
  -ms-transform: skew(0, 4deg) translate(162px, -64px);
  -o-transform: skew(0, 4deg) translate(162px, -64px);
  transform: skew(0, 4deg) translate(162px, -64px);
  z-index: -2;
}

.amazing-offer-nine .amazing-offer-seven-item .content {
  margin-right: 66px;
}

.amazing-offer-nine .amazing-offer-seven-item .content ul li::before {
  background-color: #00ff93;
}

.amazing-offer-nine .amazing-offer-seven-item .content .btns {
  left: 0;
  -webkit-transform: translate(-55px, 35px);
  -moz-transform: translate(-55px, 35px);
  -ms-transform: translate(-55px, 35px);
  -o-transform: translate(-55px, 35px);
  transform: translate(-55px, 35px);
}

.amazing-offer-nine .swiper-button-next,
.amazing-offer-nine .swiper-button-prev {
  top: auto;
  right: 200px;
  bottom: -40px;
  left: auto;
}

.amazing-offer-nine .swiper-button-next {
  -webkit-transform: translate(-44px, -50%);
  -moz-transform: translate(-44px, -50%);
  -ms-transform: translate(-44px, -50%);
  -o-transform: translate(-44px, -50%);
  transform: translate(-44px, -50%);
}

@media only screen and (max-width: 1199px) {
  .amazing-offer-nine .amazing-offer-seven-item .content .btns {
    -webkit-transform: translate(0, 45px);
    -moz-transform: translate(0, 45px);
    -ms-transform: translate(0, 45px);
    -o-transform: translate(0, 45px);
    transform: translate(0, 45px);
  }
}

@media only screen and (max-width: 991px) {
  .amazing-offer-nine .amazing-offer-seven-item::after {
    right: auto;
    left: 50%;
    -webkit-transform: translate(-50%, -117px);
    -moz-transform: translate(-50%, -117px);
    -ms-transform: translate(-50%, -117px);
    -o-transform: translate(-50%, -117px);
    transform: translate(-50%, -117px);
    z-index: -3;
    background-image: -webkit-linear-gradient(267deg, #00ff93, rgba(18, 19, 32, 0) 65%);
    background-image: -moz-linear-gradient(267deg, #00ff93, rgba(18, 19, 32, 0) 65%);
    background-image: -o-linear-gradient(267deg, #00ff93, rgba(18, 19, 32, 0) 65%);
    background-image: linear-gradient(183deg, #00ff93, rgba(18, 19, 32, 0) 65%);
  }

  .amazing-offer-nine .amazing-offer-seven-item .image {
    width: 65%;
    right: auto;
    left: 50%;
  }

  .amazing-offer-nine .amazing-offer-seven-item .image img {
    width: 100%;
    height: auto;
  }

  .amazing-offer-nine .amazing-offer-seven-item .content {
    margin: 80px 0 0;
  }

  .amazing-offer-nine .amazing-offer-seven-item .content .btns {
    -webkit-transform: translate(0, 70px);
    -moz-transform: translate(0, 70px);
    -ms-transform: translate(0, 70px);
    -o-transform: translate(0, 70px);
    transform: translate(0, 70px);
  }

  .amazing-offer-nine .swiper-button-next,
  .amazing-offer-nine .swiper-button-prev {
    top: 44%;
    right: auto;
    bottom: auto;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }

  .amazing-offer-nine .swiper-button-next {
    left: -webkit-calc(50% - 35px);
    left: -moz-calc(50% - 35px);
    left: calc(50% - 35px);
  }

  .amazing-offer-nine .swiper-button-prev {
    left: -webkit-calc(50% + 35px);
    left: -moz-calc(50% + 35px);
    left: calc(50% + 35px);
  }
}

@media only screen and (max-width: 767px) {
  .amazing-offer-nine {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center center;
  }

  .amazing-offer-nine .amazing-offer-seven-item {
    padding-top: 270px;
  }

  .amazing-offer-nine .amazing-offer-seven-item::after {
    width: 80%;
    -webkit-border-radius: 35px 35px 0 0;
    -moz-border-radius: 35px 35px 0 0;
    border-radius: 35px 35px 0 0;
  }

  .amazing-offer-nine .amazing-offer-seven-item .content {
    margin-top: 0;
  }

  .amazing-offer-nine .amazing-offer-seven-item .content .btns {
    left: 50%;
    -webkit-transform: translate(-50%, 60px);
    -moz-transform: translate(-50%, 60px);
    -ms-transform: translate(-50%, 60px);
    -o-transform: translate(-50%, 60px);
    transform: translate(-50%, 60px);
  }

  .amazing-offer-nine .swiper-button-next,
  .amazing-offer-nine .swiper-button-prev {
    top: 24%;
  }
}

@media only screen and (max-width: 575px) {
  .amazing-offer-nine .amazing-offer-seven-item {
    padding-top: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .amazing-offer-nine .amazing-offer-seven-item .image {
    position: relative;
    top: 0;
    left: 0;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px);
    margin: -80px auto 0;
    width: auto;
    height: 347px;
    margin-bottom: 50px;
  }

  .amazing-offer-nine .amazing-offer-seven-item .image img {
    height: 100%;
  }

  .amazing-offer-nine .swiper-slide-active .amazing-offer-seven-item .image {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }

  .amazing-offer-nine .swiper-button-next,
  .amazing-offer-nine .swiper-button-prev {
    top: 35%;
    width: 40px;
    height: 40px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }

  .amazing-offer-nine .swiper-button-next::after,
  .amazing-offer-nine .swiper-button-prev::after {
    font-size: 10px;
  }

  .amazing-offer-nine .swiper-button-next {
    left: -webkit-calc(50% - 25px);
    left: -moz-calc(50% - 25px);
    left: calc(50% - 25px);
  }

  .amazing-offer-nine .swiper-button-prev {
    left: -webkit-calc(50% + 25px);
    left: -moz-calc(50% + 25px);
    left: calc(50% + 25px);
  }
}

@media only screen and (max-width: 399px) {
  .amazing-offer-nine .amazing-offer-seven-item .image {
    height: 256px;
  }

  .amazing-offer-nine .swiper-button-next,
  .amazing-offer-nine .swiper-button-prev {
    top: 27%;
  }
}

.best-seller-products .section-heading,
.category-products-four .section-heading {
  margin-bottom: 45px;
}

.best-seller-products .section-heading .detail::before,
.category-products-four .section-heading .detail::before {
  content: "";
  top: 0;
  right: 0;
  width: 214px;
  height: 214px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  -webkit-filter: drop-shadow(0 10px 25px rgba(238, 39, 58, 0.25));
  filter: drop-shadow(0 10px 25px rgba(238, 39, 58, 0.25));
  background-image: -webkit-linear-gradient(225deg, #00ff93 -20%, rgba(0, 255, 147, 0) 64%);
  background-image: -moz-linear-gradient(225deg, #00ff93 -20%, rgba(0, 255, 147, 0) 64%);
  background-image: -o-linear-gradient(225deg, #00ff93 -20%, rgba(0, 255, 147, 0) 64%);
  background-image: linear-gradient(-135deg, #00ff93 -20%, rgba(0, 255, 147, 0) 64%);
  z-index: -1;
  -webkit-transform: translate(31px, -14px);
  -moz-transform: translate(31px, -14px);
  -ms-transform: translate(31px, -14px);
  -o-transform: translate(31px, -14px);
  transform: translate(31px, -14px);
}

.best-seller-products .section-heading-title,
.category-products-four .section-heading-title {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  line-height: 28px;
}

.best-seller-products .section-heading-sub-title,
.category-products-four .section-heading-sub-title {
  font-size: 24px;
  font-weight: 900;
  line-height: 28px;
  color: #fff;
}

.best-seller-products .section-heading-link,
.category-products-four .section-heading-link {
  color: #00ff93;
  border: none;
}

.best-seller-products .section-heading-link::after,
.category-products-four .section-heading-link::after {
  content: "";
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #00ff93;
  -webkit-filter: blur(2px);
  filter: blur(2px);
  z-index: -1;
}

@media only screen and (max-width: 575px) {

  .best-seller-products .section-heading .detail::before,
  .category-products-four .section-heading .detail::before {
    -webkit-border-radius: 20px 0 0 20px;
    -moz-border-radius: 20px 0 0 20px;
    border-radius: 20px 0 0 20px;
  }
}

.best-seller-products {
  margin: 145px 0 91px;
}

@media only screen and (max-width: 767px) {
  .best-seller-products {
    margin: 90px 0 60px;
  }
}

.best-seller-products .swiper {
  padding-top: 10px;
}

.best-seller-products .swiper-button-next,
.best-seller-products .swiper-button-prev {
  -webkit-transform: unset;
  -moz-transform: unset;
  -ms-transform: unset;
  -o-transform: unset;
  transform: unset;
  top: 28px;
  right: auto;
  left: 152px;
}

.best-seller-products .swiper-button-prev {
  left: 192px;
}

@media only screen and (max-width: 575px) {
  .best-seller-products .swiper-button-next {
    left: 12px;
  }

  .best-seller-products .swiper-button-prev {
    left: 42px;
  }
}

.sale-ready-cases {
  z-index: 2;
  padding-top: 67px;
}

.sale-ready-cases+.best-seller-products {
  margin: 187px 0 126px;
}

@media only screen and (max-width: 767px) {
  .sale-ready-cases+.best-seller-products {
    margin: 100px 0 80px;
  }
}

.sale-ready-cases::before {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(-20%, rgba(0, 255, 147, 0)), to(#00ff93));
  background-image: -webkit-linear-gradient(top, rgba(0, 255, 147, 0) -20%, #00ff93);
  background-image: -moz-linear-gradient(top, rgba(0, 255, 147, 0) -20%, #00ff93);
  background-image: -o-linear-gradient(top, rgba(0, 255, 147, 0) -20%, #00ff93);
  background-image: linear-gradient(to bottom, rgba(0, 255, 147, 0) -20%, #00ff93);
  opacity: 0.19;
  z-index: -1;
}

.sale-ready-cases-heading h2 {
  font-weight: 500;
  font-size: 23px;
  line-height: 40px;
  margin-bottom: 70px;
}

.sale-ready-cases-heading h2 b {
  font-size: 34px;
  font-weight: 900;
}

.sale-ready-cases-item {
  z-index: 2;
  padding: 34px 0 107px;
  margin-bottom: -128px;
}

.sale-ready-cases-item::before,
.sale-ready-cases-item::after {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.sale-ready-cases-item::before {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#0d0e1c), color-stop(rgba(29, 30, 57, 0.22)), to(rgba(33, 35, 65, 0)));
  background-image: -webkit-linear-gradient(top, #0d0e1c, rgba(29, 30, 57, 0.22), rgba(33, 35, 65, 0));
  background-image: -moz-linear-gradient(top, #0d0e1c, rgba(29, 30, 57, 0.22), rgba(33, 35, 65, 0));
  background-image: -o-linear-gradient(top, #0d0e1c, rgba(29, 30, 57, 0.22), rgba(33, 35, 65, 0));
  background-image: linear-gradient(to bottom, #0d0e1c, rgba(29, 30, 57, 0.22), rgba(33, 35, 65, 0));
  z-index: -2;
}

.sale-ready-cases-item::after {
  background: url("./../images/bg-panel.png") 0 0 no-repeat;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
}

.sale-ready-cases-item h2 {
  font-size: 36px;
  line-height: 54px;
}

.sale-ready-cases-item ul {
  margin: 19px 0;
  padding: 42px 0 39px;
}

.sale-ready-cases-item ul::before,
.sale-ready-cases-item ul::after {
  content: "";
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: rgba(255, 255, 255, 0.13);
  width: 124px;
  height: 1px;
}

.sale-ready-cases-item ul::before {
  top: 0;
}

.sale-ready-cases-item ul::after {
  bottom: 0;
}

.sale-ready-cases-item ul li {
  font-size: 18px;
  font-weight: 300;
  line-height: 36px;
}

.sale-ready-cases-item .price>span {
  font-size: 50px;
  font-weight: 900;
  line-height: 36px;
  color: #00ff93;
  margin-left: 15px;
}

.sale-ready-cases-item .price>div {
  font-size: 16px;
  font-weight: 300;
  line-height: 20px;
}

.sale-ready-cases-item .btn {
  padding: 14px 36px 12px;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}

.sale-ready-cases-item.active {
  -webkit-transform: translateY(-20px);
  -moz-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  -o-transform: translateY(-20px);
  transform: translateY(-20px);
}

.sale-ready-cases-item.active::before {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#00ff93), color-stop(#00ff93), color-stop(90%, rgba(33, 35, 65, 0)));
  background-image: -webkit-linear-gradient(top, #00ff93, #00ff93, rgba(33, 35, 65, 0) 90%);
  background-image: -moz-linear-gradient(top, #00ff93, #00ff93, rgba(33, 35, 65, 0) 90%);
  background-image: -o-linear-gradient(top, #00ff93, #00ff93, rgba(33, 35, 65, 0) 90%);
  background-image: linear-gradient(to bottom, #00ff93, #00ff93, rgba(33, 35, 65, 0) 90%);
}

.sale-ready-cases-item.active::after {
  opacity: 1;
  visibility: visible;
}

.sale-ready-cases-item.active .btn {
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -o-transform: translateY(20px);
  transform: translateY(20px);
}

.row:hover .sale-ready-cases-item {
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
}

.row:hover .sale-ready-cases-item::before {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#0d0e1c), color-stop(rgba(29, 30, 57, 0.22)), to(rgba(33, 35, 65, 0)));
  background-image: -webkit-linear-gradient(top, #0d0e1c, rgba(29, 30, 57, 0.22), rgba(33, 35, 65, 0));
  background-image: -moz-linear-gradient(top, #0d0e1c, rgba(29, 30, 57, 0.22), rgba(33, 35, 65, 0));
  background-image: -o-linear-gradient(top, #0d0e1c, rgba(29, 30, 57, 0.22), rgba(33, 35, 65, 0));
  background-image: linear-gradient(to bottom, #0d0e1c, rgba(29, 30, 57, 0.22), rgba(33, 35, 65, 0));
}

.row:hover .sale-ready-cases-item::after {
  opacity: 0;
  visibility: hidden;
}

.row:hover .sale-ready-cases-item .btn {
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
}

.row .sale-ready-cases-item:hover {
  -webkit-transform: translateY(-20px);
  -moz-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  -o-transform: translateY(-20px);
  transform: translateY(-20px);
}

.row .sale-ready-cases-item:hover::before {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#00ff93), color-stop(#00ff93), color-stop(90%, rgba(33, 35, 65, 0)));
  background-image: -webkit-linear-gradient(top, #00ff93, #00ff93, rgba(33, 35, 65, 0) 90%);
  background-image: -moz-linear-gradient(top, #00ff93, #00ff93, rgba(33, 35, 65, 0) 90%);
  background-image: -o-linear-gradient(top, #00ff93, #00ff93, rgba(33, 35, 65, 0) 90%);
  background-image: linear-gradient(to bottom, #00ff93, #00ff93, rgba(33, 35, 65, 0) 90%);
}

.row .sale-ready-cases-item:hover::after {
  opacity: 1;
  visibility: visible;
}

.row .sale-ready-cases-item:hover .btn {
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -o-transform: translateY(20px);
  transform: translateY(20px);
}

@media only screen and (max-width: 991px) {
  .sale-ready-cases {
    padding-bottom: 32px;
  }

  .sale-ready-cases .row {
    gap: 24px 0;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow: auto hidden;
    -ms-overflow-style: none;
    scrollbar-width: none;
    -webkit-scroll-snap-type: x mandatory;
    -ms-scroll-snap-type: x mandatory;
    scroll-snap-type: x mandatory;
  }

  .sale-ready-cases .row::-webkit-scrollbar {
    display: none;
  }

  .sale-ready-cases .row>div {
    scroll-snap-align: start;
    max-width: 50%;
  }

  .row .sale-ready-cases-item,
  .row .sale-ready-cases-item:hover,
  .row .sale-ready-cases-item.active {
    margin-bottom: 0;
    padding-bottom: 32px;
  }

  .row .sale-ready-cases-item,
  .row .sale-ready-cases-item .btn,
  .row .sale-ready-cases-item:hover,
  .row .sale-ready-cases-item:hover .btn,
  .row .sale-ready-cases-item.active,
  .row .sale-ready-cases-item.active .btn {
    -webkit-transform: unset;
    -moz-transform: unset;
    -ms-transform: unset;
    -o-transform: unset;
    transform: unset;
  }
}

@media only screen and (max-width: 767px) {
  .sale-ready-cases .row>div {
    max-width: 100%;
  }

  .sale-ready-cases-item .price>span {
    font-size: 38px;
  }
}

.about-us-home-ten {
  background: url("./../images/bg-about-us-ten.png") 0 0 no-repeat;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
  background-attachment: fixed;
  z-index: 2;
  padding: 179px 0;
}

.about-us-home-ten::before {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-linear-gradient(225deg, rgba(33, 35, 65, 0), #212341 50%);
  background-image: -moz-linear-gradient(225deg, rgba(33, 35, 65, 0), #212341 50%);
  background-image: -o-linear-gradient(225deg, rgba(33, 35, 65, 0), #212341 50%);
  background-image: linear-gradient(-135deg, rgba(33, 35, 65, 0), #212341 50%);
  z-index: -1;
}

.about-us-home-ten-box {
  padding: 45px 65px 24px 54px;
  max-width: 559px;
  z-index: 2;
  background-color: #4b4c6a;
}

.about-us-home-ten-box h2 {
  font-size: 16px;
  font-weight: 400;
  color: #00ff93;
  line-height: 30px;
  margin-bottom: 30px;
  padding-bottom: 30px;
}

.about-us-home-ten-box h2 span {
  font-size: 30px;
  font-weight: 900;
}

.about-us-home-ten-box h2::after {
  content: "";
  right: 0;
  bottom: 0;
  width: 53px;
  height: 1px;
  background-color: #00ff93;
}

.about-us-home-ten-box p {
  font-size: 13px;
  line-height: 30px;
  color: #fff;
}

@media only screen and (max-width: 991px) {
  .about-us-home-ten {
    padding: 120px 0;
  }
}

@media only screen and (max-width: 767px) {
  .about-us-home-ten {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center center;
  }

  .about-us-home-ten-box {
    padding: 32px 32px 24px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
  }
}

@media only screen and (max-width: 575px) {
  .about-us-home-ten {
    padding: 80px 0;
  }

  .about-us-home-ten-box {
    padding: 24px 16px;
  }
}

.new-article-eight .heading .title,
.new-article-eight .heading a {
  color: #fff;
}

.category-products-four {
  margin-top: 77px;
}

.category-products-four .section-heading {
  margin-bottom: 0;
}

.category-products-four-item {
  background: url("./../images/bg-product-category.png") 0 0 no-repeat;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  border-radius: 500px;
  padding: 114px 0 48px;
  margin-top: 30px;
}

.category-products-four-item img {
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -15px);
  -moz-transform: translate(-50%, -15px);
  -ms-transform: translate(-50%, -15px);
  -o-transform: translate(-50%, -15px);
  transform: translate(-50%, -15px);
  width: 126px;
  height: 126px;
}

.category-products-four-item .teab2st5 {
  font-size: 14px;
  font-weight: 500;
  color: #121320;
}

.category-products-four-item:hover img {
  -webkit-transform: translate(-50%, -30px);
  -moz-transform: translate(-50%, -30px);
  -ms-transform: translate(-50%, -30px);
  -o-transform: translate(-50%, -30px);
  transform: translate(-50%, -30px);
}

.footer-thirteen .container::after {
  content: none;
}

.footer-thirteen .container::before {
  content: "";
  top: 27px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.11);
  z-index: -1;
}

.footer-thirteen .footer-name-shop {
  color: #fff;
}

.footer-thirteen .footer-name-shop::after {
  background-color: #fff;
}

.footer-thirteen .footer-contact i {
  background-color: #00ff93;
  color: #121320;
}

.footer-thirteen .footer-contact .title,
.footer-thirteen .footer-contact .sub-title {
  color: #fff;
}

.footer-thirteen .footer-description {
  color: #6a7381;
}

.footer-thirteen .footer-nav li a {
  color: #fff;
}

.footer-thirteen .footer-newsletter .title {
  color: #fff;
}

.footer-thirteen .footer-bottom {
  border-color: rgba(255, 255, 255, 0.11);
}

.footer-thirteen .footer-socials li a {
  background-color: #00ff93;
  color: #121320;
}

.footer-thirteen .footer-socials li a:hover {
  background-color: black;
}

.footer-thirteen .footer-app .btn {
  background-color: #939aa4;
}

.footer-thirteen .footer-namad-copyright {
  padding: 18px 12px 27px;
  background-color: #fff;
  -webkit-border-radius: 50px 50px 0 0;
  -moz-border-radius: 50px 50px 0 0;
  border-radius: 50px 50px 0 0;
  margin-top: 58px;
}

.footer-thirteen .footer-namad-copyright .copyright {
  margin-top: 21px;
  color: #939aa4;
}

@media only screen and (max-width: 575px) {
  .footer-thirteen .footer-namad-copyright {
    margin: 40px -12px 0;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    border-radius: 24px;
  }
}

.landing-thirteen {
  background: url("./../images/bg-landing-thirteen.png") 0 0 no-repeat;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
  margin-top: -100px;
  padding: 152px 0 109px;
}

.landing-thirteen::before,
.landing-thirteen::after {
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #121320;
  width: 148px;
  height: 89px;
  z-index: 2;
}

.landing-thirteen::before {
  right: 0;
  -webkit-border-radius: 500px 0 0 500px;
  -moz-border-radius: 500px 0 0 500px;
  border-radius: 500px 0 0 500px;
}

.landing-thirteen::after {
  left: 0;
  -webkit-border-radius: 0 500px 500px 0;
  -moz-border-radius: 0 500px 500px 0;
  border-radius: 0 500px 500px 0;
}

.landing-thirteen-item .image {
  z-index: 2;
  margin-left: 42px;
}

.landing-thirteen-item .image img {
  max-width: 625px;
  max-height: 670px;
  width: 100%;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}

.landing-thirteen-item .image img:last-child {
  top: 20px;
  left: 24px;
  opacity: 0.72;
  -webkit-filter: blur(38px);
  filter: blur(38px);
  z-index: -10;
}

.landing-thirteen-item .detail .title .slidd6st {
  line-height: 84px;
  color: #fff;
  font-size: 42px;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}

.landing-thirteen-item .detail .title .slidd6st b {
  font-size: 84px;
  font-weight: 900;
}

.landing-thirteen-item .detail .btn {
  -webkit-box-shadow: 0 3px 35px rgba(0, 255, 147, 0.35);
  -moz-box-shadow: 0 3px 35px rgba(0, 255, 147, 0.35);
  box-shadow: 0 3px 35px rgba(0, 255, 147, 0.35);
  padding: 8px 23px 7px 21px;
  font-size: 13px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}

.landing-thirteen-item .detail .btn i {
  margin-right: 28px;
}

.landing-thirteen .swiper-slide-active .image img,
.landing-thirteen .swiper-slide-active .detail .btn {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.landing-thirteen .swiper-slide-active .image img {
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.landing-thirteen .swiper-slide-active .image img:last-child {
  -webkit-transform: scale(1.104, 1.104);
  -moz-transform: scale(1.104, 1.104);
  -ms-transform: scale(1.104, 1.104);
  -o-transform: scale(1.104, 1.104);
  transform: scale(1.104, 1.104);
}

.landing-thirteen .swiper-slide-active .detail .title .slidd6st {
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.landing-thirteen .swiper-slide-active .detail .btn {
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}

.landing-thirteen .swiper-button-next,
.landing-thirteen .swiper-button-prev {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 2px solid #fff;
  text-align: center;
  line-height: 38px;
  width: 42px;
  height: 42px;
}

.landing-thirteen .swiper-button-next::after,
.landing-thirteen .swiper-button-prev::after {
  font-size: 13px;
  color: #fff;
}

.landing-thirteen .swiper-button-next {
  left: 79px;
}

.landing-thirteen .swiper-button-prev {
  right: 80px;
}

.landing-thirteen .swiper-pagination {
  padding: 10px 27px 10px 26px;
  border: 2px solid rgba(255, 255, 255, 0.1);
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  left: 50%;
  -webkit-transform: translate(-50%, -86px);
  -moz-transform: translate(-50%, -86px);
  -ms-transform: translate(-50%, -86px);
  -o-transform: translate(-50%, -86px);
  transform: translate(-50%, -86px);
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  bottom: 0;
}

.landing-thirteen .swiper-pagination-bullet {
  background-color: #fff;
  opacity: 1;
  margin: 0;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
}

.landing-thirteen .swiper-pagination-bullet:not(:last-child) {
  margin-left: 6px;
}

.landing-thirteen .swiper-pagination-bullet-active {
  width: 25px;
}

@media only screen and (max-width: 1199px) {
  .landing-thirteen-item {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .landing-thirteen-item .image img {
    height: 440px;
  }

  .landing-thirteen-item .detail .title .slidd6st {
    font-size: 32px;
  }

  .landing-thirteen-item .detail .title .slidd6st b {
    font-size: 64px;
  }
}

@media only screen and (max-width: 991px) {
  .landing-thirteen-item .image img {
    max-width: 70%;
    height: auto;
    margin: 0 auto 32px;
  }

  .landing-thirteen .swiper-pagination {
    -webkit-transform: translate(-50%, -32px);
    -moz-transform: translate(-50%, -32px);
    -ms-transform: translate(-50%, -32px);
    -o-transform: translate(-50%, -32px);
    transform: translate(-50%, -32px);
  }
}

@media only screen and (max-width: 767px) {

  .landing-thirteen::before,
  .landing-thirteen::after {
    width: 50px;
    height: 50px;
  }

  .landing-thirteen-item .detail .title .slidd6st {
    font-size: 24px;
    line-height: 64px;
  }

  .landing-thirteen-item .detail .title .slidd6st b {
    font-size: 48px;
  }

  .landing-thirteen .swiper-button-next,
  .landing-thirteen .swiper-button-prev {
    width: 28px;
    height: 28px;
    -webkit-transform: translateY(8px);
    -moz-transform: translateY(8px);
    -ms-transform: translateY(8px);
    -o-transform: translateY(8px);
    transform: translateY(8px);
  }

  .landing-thirteen .swiper-button-next::after,
  .landing-thirteen .swiper-button-prev::after {
    font-size: 8px;
  }

  .landing-thirteen .swiper-button-next {
    left: 8px;
  }

  .landing-thirteen .swiper-button-prev {
    right: 8px;
  }
}

.landing-fourteen {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#ffebec));
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0), #ffebec);
  background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0), #ffebec);
  background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0), #ffebec);
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), #ffebec);
  margin-top: 41px;
  padding-bottom: 90px;
  z-index: 2;
}

.landing-fourteen .slider41h a {
  font-size: 44px;
  line-height: 58px;
  color: #2d365d;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}

.landing-fourteen .slider41h a b {
  font-weight: 900;
  font-size: 51px;
}

.landing-fourteen .image img {
  margin-top: -32px;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}

.landing-fourteen .image img:last-child {
  opacity: 0.66;
  -webkit-filter: blur(25px);
  filter: blur(25px);
  z-index: -1;
}

.landing-fourteen .swiper-slide-active h2 a {
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.landing-fourteen .swiper-slide-active .image img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.landing-fourteen .swiper-pagination {
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  border: 2px solid rgba(255, 47, 96, 0.1);
  padding: 10px 22px;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  bottom: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
}

.landing-fourteen .swiper-pagination-bullet {
  background-color: #ff2f60;
  opacity: 1;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
}

.landing-fourteen .swiper-pagination-bullet-active {
  width: 25px;
}

@media only screen and (max-width: 991px) {
  .landing-fourteen .image {
    margin-bottom: 32px;
  }

  .landing-fourteen .image img {
    max-width: 50%;
    margin: 0 auto;
  }

  .landing-fourteen .image img:last-child {
    right: 0;
  }

  .landing-fourteen .swiper-slide-active h2 a {
    -webkit-transition-delay: 0.5s;
    -moz-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    transition-delay: 0.5s;
  }

  .landing-fourteen .swiper-slide-active .image img {
    -webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
  }

  .landing-fourteen .swiper-pagination {
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
  }
}

@media only screen and (max-width: 767px) {
  .landing-fourteen slider41h a {
    font-size: 32px;
    line-height: 50px;
  }

  .landing-fourteen slider41h a b {
    font-size: 40px;
  }
}

@media only screen and (max-width: 575px) {
  .landing-fourteen slider41h a {
    font-size: 24px;
    line-height: 40px;
  }

  .landing-fourteen slider41h a b {
    font-size: 32px;
  }

  .landing-fourteen .image img {
    max-width: 80%;
  }
}

.banner-fourteen {
  margin-top: -27px;
}

.banner-fourteen .row {
  gap: 24px 0;
}

.amazing-offer-fourteen {
  margin-top: 132px;
}

@media only screen and (max-width: 767px) {
  .amazing-offer-fourteen {
    margin-top: 70px;
  }
}

.amazing-offer-fourteen-wrapper {
  padding: 113px 56px 0 0;
}

.amazing-offer-fourteen-wrapper::before {
  content: "";
  top: 0;
  right: 0;
  width: 100vw;
  height: 60%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff3f0), color-stop(rgba(255, 239, 241, 0.31)), to(#fff));
  background-image: -webkit-linear-gradient(top, #fff3f0, rgba(255, 239, 241, 0.31), #fff);
  background-image: -moz-linear-gradient(top, #fff3f0, rgba(255, 239, 241, 0.31), #fff);
  background-image: -o-linear-gradient(top, #fff3f0, rgba(255, 239, 241, 0.31), #fff);
  background-image: linear-gradient(to bottom, #fff3f0, rgba(255, 239, 241, 0.31), #fff);
  z-index: -1;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
}

.amazing-offer-fourteen .title {
  top: 18px;
  right: 310px;
  z-index: 4;
  font-size: 24px;
  line-height: 30px;
  color: #fff;
}

.amazing-offer-fourteen .title span {
  font-size: 20px;
}

.amazing-offer-fourteen .right {
  max-width: 180px;
  width: 100%;
  margin-top: 80px;
}

.amazing-offer-fourteen .content {
  z-index: 2;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  max-width: -webkit-calc(100% - 180px);
  max-width: -moz-calc(100% - 180px);
  max-width: calc(100% - 180px);
  width: 100%;
  padding-right: 160px;
}

.amazing-offer-fourteen .content::before,
.amazing-offer-fourteen .content::after {
  content: "";
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  right: 0;
}

.amazing-offer-fourteen .content::before {
  bottom: 0;
  width: 240px;
  height: 533px;
  background: url("./../images/bg-amazing14.png") 0 0 no-repeat;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
  -webkit-box-shadow: 0 10px 75px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 10px 75px rgba(0, 0, 0, 0.08);
  box-shadow: 0 10px 75px rgba(0, 0, 0, 0.08);
  -webkit-transform: rotate(37deg) translate(50px, -56px);
  -moz-transform: rotate(37deg) translate(50px, -56px);
  -ms-transform: rotate(37deg) translate(50px, -56px);
  -o-transform: rotate(37deg) translate(50px, -56px);
  transform: rotate(37deg) translate(50px, -56px);
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  transform-origin: 0 0;
  z-index: 0;
}

.amazing-offer-fourteen .content::after {
  top: 45%;
  width: 334px;
  height: 35px;
  background-color: #212341;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: -2;
}

.amazing-offer-fourteen-item .image {
  max-width: 25%;
}

.amazing-offer-fourteen-item>img {
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}

.amazing-offer-fourteen-item .detail {
  margin-right: auto;
  max-width: 75%;
  width: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-right: 125px;
}

.amazing-offer-fourteen-item .detail h2 {
  font-size: 20px;
  font-weight: 900;
  line-height: 31px;
  color: #2d365d;
  margin-bottom: 24px;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
}

.amazing-offer-fourteen-item .detail .options ul {
  margin-bottom: 20px;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}

.amazing-offer-fourteen-item .detail .options ul li {
  max-width: 50%;
  width: 100%;
  line-height: 30px;
  list-style: inside disc;
}

.amazing-offer-fourteen-item .detail .price {
  line-height: 22px;
  margin-bottom: 24px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  opacity: 0;
}

.amazing-offer-fourteen-item .detail .price .offer {
  line-height: 28px;
  background-color: #ee232b;
  font-size: 18px;
  padding-left: 15px;
  margin-left: 5px;
}

.amazing-offer-fourteen-item .detail .price .offer del {
  padding: 0 22px;
  font-size: 16px;
  background-color: #fff9eb;
  margin: 0 -2px 0 6px;
  color: #212341;
}

.amazing-offer-fourteen-item .detail .price span {
  font-size: 30px;
  font-weight: 900;
  line-height: 47px;
  color: #49be78;
  margin-left: 4px;
}

.amazing-offer-fourteen-item .detail .btn {
  padding: 12px 16px;
  margin-bottom: 16px;
  font-size: 13px;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}

.amazing-offer-fourteen-item .detail .btn i {
  font-size: 16px;
}

.amazing-offer-fourteen-item .detail .images {
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px);
  opacity: 0;
}

.amazing-offer-fourteen-item .detail .images li {
  width: 81px;
  height: 103px;
  margin-bottom: 11px;
  z-index: 2;
  cursor: pointer;
}

.amazing-offer-fourteen-item .detail .images li::before {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fefaf9;
  border: 1px solid #fbe4e5;
  -webkit-border-radius: 20px 20px 50px 50px;
  -moz-border-radius: 20px 20px 50px 50px;
  border-radius: 20px 20px 50px 50px;
  z-index: -1;
}

.amazing-offer-fourteen-item .detail .images li:not(:last-child) {
  margin-left: 19px;
}

.amazing-offer-fourteen-item .detail .images li img {
  max-width: 64px;
  height: 98px;
  -webkit-transform: translateY(11px);
  -moz-transform: translateY(11px);
  -ms-transform: translateY(11px);
  -o-transform: translateY(11px);
  transform: translateY(11px);
}

.amazing-offer-fourteen-item .detail .timear {
  -webkit-transform: translate(340px, 136px);
  -moz-transform: translate(340px, 136px);
  -ms-transform: translate(340px, 136px);
  -o-transform: translate(340px, 136px);
  transform: translate(340px, 136px);
}

.amazing-offer-fourteen-item .detail .timear li {
  text-align: center;
}

.amazing-offer-fourteen-item .detail .timear li:not(:last-child) {
  margin-left: 10px;
}

.amazing-offer-fourteen-item .detail .timear li span {
  margin-bottom: 4px;
  width: 35px;
  height: 35px;
  line-height: 31px;
  font-weight: 900;
  font-size: 20px;
  background-color: #2d365d;
}

.swiper-slide-active .amazing-offer-fourteen-item>img,
.swiper-slide-active .amazing-offer-fourteen-item .detail .title h2,
.swiper-slide-active .amazing-offer-fourteen-item .detail .options ul,
.swiper-slide-active .amazing-offer-fourteen-item .detail .price,
.swiper-slide-active .amazing-offer-fourteen-item .detail .btn,
.swiper-slide-active .amazing-offer-fourteen-item .detail .images {
  -webkit-transform: unset;
  -moz-transform: unset;
  -ms-transform: unset;
  -o-transform: unset;
  transform: unset;
}

.swiper-slide-active .amazing-offer-fourteen-item>img {
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.swiper-slide-active .amazing-offer-fourteen-item .detail .title h2 {
  -webkit-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.swiper-slide-active .amazing-offer-fourteen-item .detail .options ul {
  -webkit-transition-delay: 0.8s;
  -moz-transition-delay: 0.8s;
  -o-transition-delay: 0.8s;
  transition-delay: 0.8s;
}

.swiper-slide-active .amazing-offer-fourteen-item .detail .price,
.swiper-slide-active .amazing-offer-fourteen-item .detail .images {
  opacity: 1;
}

.swiper-slide-active .amazing-offer-fourteen-item .detail .price {
  -webkit-transition-delay: 1.1s;
  -moz-transition-delay: 1.1s;
  -o-transition-delay: 1.1s;
  transition-delay: 1.1s;
}

.swiper-slide-active .amazing-offer-fourteen-item .detail .btn {
  -webkit-transition: background-color .3s ease-in-out, -webkit-transform 0.3s linear 1.4s;
  transition: background-color .3s ease-in-out, -webkit-transform 0.3s linear 1.4s;
  -o-transition: background-color .3s ease-in-out, -o-transform 0.3s linear 1.4s;
  -moz-transition: background-color .3s ease-in-out, transform 0.3s linear 1.4s, -moz-transform 0.3s linear 1.4s;
  transition: background-color .3s ease-in-out, transform 0.3s linear 1.4s;
  transition: background-color .3s ease-in-out, transform 0.3s linear 1.4s, -webkit-transform 0.3s linear 1.4s, -moz-transform 0.3s linear 1.4s, -o-transform 0.3s linear 1.4s;
}

.swiper-slide-active .amazing-offer-fourteen-item .detail .images {
  -webkit-transition-delay: 1.8s;
  -moz-transition-delay: 1.8s;
  -o-transition-delay: 1.8s;
  transition-delay: 1.8s;
}

.amazing-offer-fourteen .swiper-btns {
  -webkit-transform: translate(180px, 35px);
  -moz-transform: translate(180px, 35px);
  -ms-transform: translate(180px, 35px);
  -o-transform: translate(180px, 35px);
  transform: translate(180px, 35px);
  border: 2px solid #212341;
  padding: 16px 26px;
}

.amazing-offer-fourteen .swiper-button-next,
.amazing-offer-fourteen .swiper-button-prev {
  font-size: 13px;
  line-height: 20px;
  height: auto;
  width: auto;
  padding: 0;
  -webkit-transform: translate(0, 10px);
  -moz-transform: translate(0, 10px);
  -ms-transform: translate(0, 10px);
  -o-transform: translate(0, 10px);
  transform: translate(0, 10px);
}

.amazing-offer-fourteen .swiper-button-next::after,
.amazing-offer-fourteen .swiper-button-prev::after {
  color: #212341;
}

.amazing-offer-fourteen .swiper-button-next {
  margin-right: 32px;
}

@media only screen and (max-width: 1199px) {
  .amazing-offer-fourteen .content {
    padding-right: 80px;
  }

  .amazing-offer-fourteen .content::before {
    -webkit-transform: rotate(37deg) translate(71px, -56px) scale(0.8);
    -moz-transform: rotate(37deg) translate(71px, -56px) scale(0.8);
    -ms-transform: rotate(37deg) translate(71px, -56px) scale(0.8);
    -o-transform: rotate(37deg) translate(71px, -56px) scale(0.8);
    transform: rotate(37deg) translate(71px, -56px) scale(0.8);
  }

  .amazing-offer-fourteen-item .detail .timear {
    -webkit-transform: translate(260px, 136px);
    -moz-transform: translate(260px, 136px);
    -ms-transform: translate(260px, 136px);
    -o-transform: translate(260px, 136px);
    transform: translate(260px, 136px);
  }
}

@media only screen and (max-width: 991px) {
  .amazing-offer-fourteen-wrapper {
    padding: 140px 0 0;
  }

  .amazing-offer-fourteen-wrapper::before {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
  }

  .amazing-offer-fourteen .title {
    top: 20px;
    right: 20px;
    color: #212341;
  }

  .amazing-offer-fourteen .right {
    position: absolute;
    top: 31px;
    left: 0;
    max-width: none;
    width: auto;
    margin-top: 0;
  }

  .amazing-offer-fourteen .content {
    padding-right: 0;
    max-width: 100%;
  }

  .amazing-offer-fourteen .content::before,
  .amazing-offer-fourteen .content::after {
    content: none;
  }

  .amazing-offer-fourteen-item img {
    position: relative !important;
    max-width: 40%;
    display: block;
    margin: 0 auto;
  }

  .amazing-offer-fourteen-item .detail {
    max-width: 100%;
    padding-right: 0;
    margin-top: 32px;
  }

  .amazing-offer-fourteen-item .detail .timear {
    -webkit-transform: translate(-118px, -125px);
    -moz-transform: translate(-118px, -125px);
    -ms-transform: translate(-118px, -125px);
    -o-transform: translate(-118px, -125px);
    transform: translate(-118px, -125px);
  }

  .amazing-offer-fourteen .swiper-btns {
    right: auto !important;
    left: 0;
    -webkit-transform: translate(133px, -110px);
    -moz-transform: translate(133px, -110px);
    -ms-transform: translate(133px, -110px);
    -o-transform: translate(133px, -110px);
    transform: translate(133px, -110px);
  }
}

@media only screen and (max-width: 767px) {
  .amazing-offer-fourteen .swiper-btns {
    border: none;
  }
}

@media only screen and (max-width: 575px) {
  .amazing-offer-fourteen-wrapper {
    padding-top: 200px;
  }

  .amazing-offer-fourteen-wrapper::before {
    -webkit-transform: translateX(12px);
    -moz-transform: translateX(12px);
    -ms-transform: translateX(12px);
    -o-transform: translateX(12px);
    transform: translateX(12px);
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }

  .amazing-offer-fourteen .title {
    right: 0;
  }

  .amazing-offer-fourteen-item .detail .timear {
    -webkit-transform: translate(0, -111px);
    -moz-transform: translate(0, -111px);
    -ms-transform: translate(0, -111px);
    -o-transform: translate(0, -111px);
    transform: translate(0, -111px);
  }

  .amazing-offer-fourteen .swiper-btns {
    -webkit-transform: translate(115px, -166px);
    -moz-transform: translate(115px, -166px);
    -ms-transform: translate(115px, -166px);
    -o-transform: translate(115px, -166px);
    transform: translate(115px, -166px);
  }
}

.options-site-forteen {
  margin: 65px 0 56px;
}

.options-site-forteen-items {
  padding: 32px 0;
  border: 1px solid;
  border-color: #f5f3fc transparent;
}

.options-site-forteen-items li {
  max-width: 20%;
  width: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.options-site-forteen-items li h2 {
  font-size: 14px;
  line-height: 19px;
}

.options-site-forteen-items li .fim::before {
  content: "";
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffebec), to(#ecfcfc));
  background-image: -webkit-linear-gradient(top, #ffebec, #ecfcfc);
  background-image: -moz-linear-gradient(top, #ffebec, #ecfcfc);
  background-image: -o-linear-gradient(top, #ffebec, #ecfcfc);
  background-image: linear-gradient(to bottom, #ffebec, #ecfcfc);
  width: 42px;
  height: 42px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  bottom: -webkit-calc(100% - -12px);
  bottom: -moz-calc(100% - -12px);
  bottom: calc(100% - -12px);
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: -1;
  position: absolute;
}

@media only screen and (max-width: 767px) {
  .options-site-forteen-items {
    gap: 24px 0;
  }

  .options-site-forteen-items li {
    max-width: 50%;
  }
}

.new-products-fourteen .section-heading {
  margin-bottom: 66px;
}

.new-products-fourteen .section-heading .detail {
  padding-right: 80px;
}

.new-products-fourteen .section-heading .detail::before,
.new-products-fourteen .section-heading .detail::after {
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.new-products-fourteen .section-heading .detail::before {
  right: 0;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff3f0), to(#ecfcfc));
  background: -webkit-linear-gradient(top, #fff3f0, #ecfcfc);
  background: -moz-linear-gradient(top, #fff3f0, #ecfcfc);
  background: -o-linear-gradient(top, #fff3f0, #ecfcfc);
  background: linear-gradient(to bottom, #fff3f0, #ecfcfc);
  width: 53px;
  height: 106px;
}

.new-products-fourteen .section-heading .detail::after {
  right: 16px;
  width: 20px;
  height: 20px;
  background: url("./../images/tick.svg") 0 0 no-repeat;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
}

.new-products-fourteen .section-heading-title {
  font-weight: 900;
  font-size: 26px;
  line-height: 24px;
  color: #ff2f60;
}

.new-products-fourteen .section-heading-sub-title {
  color: #939aa4;
  font-size: 13px;
  line-height: 24px;
}

.banner-fourteen-two {
  margin: 34px 0 46px;
}

@media only screen and (max-width: 575px) {
  .banner-fourteen-two .row {
    gap: 24px;
  }
}

.about-us-fourteen {
  margin: 161px 0 103px;
  background: #ffebec url("./../images/bg-about-fourteen.png") right 0 no-repeat;
  -webkit-background-size: 644px 100%;
  -moz-background-size: 644px 100%;
  -o-background-size: 644px 100%;
  background-size: 644px 100%;
}

.about-us-fourteen .container {
  padding: 173px 12px 144px;
  z-index: 2;
}

.about-us-fourteen .container::after {
  content: "";
  left: 0;
  bottom: 0;
  width: 474px;
  height: -webkit-calc(100% + 92px);
  height: -moz-calc(100% + 92px);
  height: calc(100% + 92px);
  background: url("./../images/bg-about-us-fourteen.png") 0 0 no-repeat;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
  z-index: -1;
}

.about-us-fourteen .content {
  max-width: 70%;
  width: 100%;
}

.about-us-fourteen .content .title {
  font-size: 16px;
  line-height: 30px;
}

.about-us-fourteen .content .title::after {
  content: "";
  bottom: 0;
  right: 0;
  border-bottom: 1px dotted #939aa4;
  width: 53px;
}

.about-us-fourteen .content .title strong {
  font-size: 30px;
}

.about-us-fourteen .content p {
  line-height: 25px;
}

@media only screen and (max-width: 991px) {
  .about-us-fourteen .container {
    padding: 100px 12px 80px;
  }

  .about-us-fourteen .container::after {
    content: none;
  }

  .about-us-fourteen .content {
    max-width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .about-us-fourteen {
    margin: 100px 0 60px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }

  .about-us-fourteen .container {
    padding: 70px 12px 50px;
  }
}

.landing-fiveteen::before {
  content: "";
  top: 0;
  right: 0;
  width: 336px;
  height: 951px;
  background: url("./../images/shape-landing-five.png") 0 0 no-repeat;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
  -webkit-transform: translateY(-181px);
  -moz-transform: translateY(-181px);
  -ms-transform: translateY(-181px);
  -o-transform: translateY(-181px);
  transform: translateY(-181px);
  z-index: -1;
}

.landing-fiveteen-wrapper {
  padding: 91px 0 118px;
}

.landing-fiveteen-wrapper::before {
  content: "";
  top: 0;
  right: 0;
  width: 100vw;
  height: 100%;
  background: url("./../images/bg-landing-fiveteen.png") 0 0 no-repeat;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
  -webkit-border-radius: 0 35px 35px 0;
  -moz-border-radius: 0 35px 35px 0;
  border-radius: 0 35px 35px 0;
}

.landing-fiveteen-wrapper::after {
  content: "";
  top: 50%;
  right: 174px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  background-image: -webkit-linear-gradient(186.43deg, #ffffff 17.81%, rgba(255, 255, 255, 0) 66.22%);
  background-image: -moz-linear-gradient(186.43deg, #ffffff 17.81%, rgba(255, 255, 255, 0) 66.22%);
  background-image: -o-linear-gradient(186.43deg, #ffffff 17.81%, rgba(255, 255, 255, 0) 66.22%);
  background-image: linear-gradient(263.57deg, #ffffff 17.81%, rgba(255, 255, 255, 0) 66.22%);
  max-width: -webkit-calc(100% - 200px);
  max-width: -moz-calc(100% - 200px);
  max-width: calc(100% - 200px);
  width: 100%;
  height: 281px;
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  border-radius: 500px;
}

.landing-fiveteen-wrapper .image img {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}

.landing-fiveteen-wrapper .detail {
  padding-right: 48px;
}

.landing-fiveteen-wrapper .detail .sup-title .subsli7t {
  line-height: 84px;
  font-size: 35px;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
}

.landing-fiveteen-wrapper .detail .title .sli7t {
  font-size: 70px;
  font-weight: 900;
  line-height: 84px;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}

.landing-fiveteen-wrapper .detail .btn {
  font-size: 13px;
  line-height: 21px;
  padding: 12px 26px;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}

.landing-fiveteen-wrapper .detail .btn i {
  margin-right: 41px;
  font-size: 8px;
  color: #b3bbc7;
}

.landing-fiveteen-wrapper .swiper-slide-active .image img {
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
}

.landing-fiveteen-wrapper .swiper-slide-active .detail .sup-title .subsli7t {
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -o-transform: translateX(0px);
  transform: translateX(0px);
  -webkit-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.landing-fiveteen-wrapper .swiper-slide-active .detail .title .sli7t {
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition-delay: 0.9s;
  -moz-transition-delay: 0.9s;
  -o-transition-delay: 0.9s;
  transition-delay: 0.9s;
}

.landing-fiveteen-wrapper .swiper-slide-active .detail .btn {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition-delay: 1.2s;
  -moz-transition-delay: 1.2s;
  -o-transition-delay: 1.2s;
  transition-delay: 1.2s;
}

@media only screen and (max-width: 1399px) {
  .landing-fiveteen-wrapper .detail .title .sli7t {
    font-size: 64px;
    line-height: 78px;
  }
}

@media only screen and (max-width: 1199px) {
  .landing-fiveteen-wrapper .detail .title .sli7t {
    font-size: 48px;
    line-height: 64px;
  }
}

@media only screen and (max-width: 991px) {
  .landing-fiveteen-wrapper {
    padding: 50px 0 120px;
  }

  .landing-fiveteen-wrapper::after {
    content: none;
  }

  .landing-fiveteen-wrapper .detail {
    padding-right: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .landing-fiveteen-wrapper .detail .sup-title .subsli7t {
    font-size: 24px;
    line-height: 32px;
  }

  .landing-fiveteen-wrapper .detail .title .sli7t {
    font-size: 32px;
    line-height: 48px;
  }
}

@media only screen and (max-width: 575px) {
  .landing-fiveteen-wrapper::before {
    margin-right: -12px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
}

.landing-fiveteen .swiper-pagination {
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  border: 2px solid rgba(189, 147, 100, 0.1);
  padding: 10px 22px;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  right: 0;
  bottom: 50px;
  left: 0;
  margin: 0 auto;
}

.landing-fiveteen .swiper-pagination-bullet {
  background-color: #bd9364;
  opacity: 1;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
}

.landing-fiveteen .swiper-pagination-bullet-active {
  width: 25px;
}

.brands-fiveteen {
  margin-top: -35px;
}

.brands-fiveteen .brands-wrapper {
  padding: 22px 48px;
  background-color: #fff;
  -webkit-border-radius: 35px 0 35px 35px;
  -moz-border-radius: 35px 0 35px 35px;
  border-radius: 35px 0 35px 35px;
  border: 1px solid #edf0f6;
  -webkit-box-shadow: 0 15px 50px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 15px 50px rgba(0, 0, 0, 0.05);
  box-shadow: 0 15px 50px rgba(0, 0, 0, 0.05);
}

.brands-fiveteen .brands-wrapper::before {
  content: "";
  top: 0;
  right: 0;
  width: 70px;
  height: 40px;
  background: url("./../images/shape-fiveteen-02.png") 0 0 no-repeat;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
  -webkit-transform: translate(1px, -31px);
  -moz-transform: translate(1px, -31px);
  -ms-transform: translate(1px, -31px);
  -o-transform: translate(1px, -31px);
  transform: translate(1px, -31px);
}

@media only screen and (max-width: 575px) {
  .brands-fiveteen .brands-wrapper {
    margin: 0 -12px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
}

.amazing-offer-fiveteen {
  margin: 98px 0 90px;
}

.amazing-offer-fiveteen-wrapper {
  padding: 16px 60px 15px 0;
}

.amazing-offer-fiveteen-wrapper::before,
.amazing-offer-fiveteen-wrapper::after {
  content: "";
  top: 0;
  width: -webkit-calc(50% + 60px);
  width: -moz-calc(50% + 60px);
  width: calc(50% + 60px);
  height: 100%;
}

.amazing-offer-fiveteen-wrapper::before {
  background: #c9a781 url("./../images/zac.png") 0 0 no-repeat;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
  -webkit-border-radius: 200px 50px 50px 200px;
  -moz-border-radius: 200px 50px 50px 200px;
  border-radius: 200px 50px 50px 200px;
  right: 0;
  z-index: -1;
}

.amazing-offer-fiveteen-wrapper::after {
  left: 0;
  background-color: #f8f9fb;
  -webkit-border-radius: 50px 200px 200px 50px;
  -moz-border-radius: 50px 200px 200px 50px;
  border-radius: 50px 200px 200px 50px;
  z-index: -2;
}

.amazing-offer-fiveteen-wrapper .right {
  margin-left: 241px;
}

.amazing-offer-fiveteen-wrapper .right .title {
  font-size: 20px;
  line-height: 32px;
  margin-bottom: 71px;
}

.amazing-offer-fiveteen-wrapper .right .title b {
  font-size: 24px;
  font-weight: 900;
}

.amazing-offer-fiveteen-wrapper .right .btn {
  font-size: 13px;
  font-weight: 500;
  line-height: 21px;
  padding: 5px 12px 5px 13px;
}

.amazing-offer-fiveteen-wrapper .left {
  max-width: -webkit-calc(100% - 335px);
  max-width: -moz-calc(100% - 335px);
  max-width: calc(100% - 335px);
  width: 100%;
}

.amazing-offer-fiveteen-item .image {
  width: 294px;
  height: 294px;
  margin-left: 105px;
}

.amazing-offer-fiveteen-item .image img {
  max-width: 62%;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}

.amazing-offer-fiveteen-item .detail {
  max-width: -webkit-calc(100% - 405px);
  max-width: -moz-calc(100% - 405px);
  max-width: calc(100% - 405px);
  width: 100%;
}

.amazing-offer-fiveteen-item .detail .content {
  max-width: -webkit-calc(100% - 160px);
  max-width: -moz-calc(100% - 160px);
  max-width: calc(100% - 160px);
  width: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.amazing-offer-fiveteen-item .detail .content .title h2 {
  font-size: 20px;
  font-weight: 900;
  line-height: 31px;
  color: #2d365d;
  margin-bottom: 18px;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
}

.amazing-offer-fiveteen-item .detail .content .options ul {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}

.amazing-offer-fiveteen-item .detail .content .options ul li {
  list-style: inside disc;
  max-width: 50%;
  width: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  line-height: 30px;
}

.amazing-offer-fiveteen-item .detail .content .offer {
  margin: 27px 0 4px;
  background-color: #ee232b;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  font-size: 18px;
  line-height: 28px;
  padding-left: 15px;
  -webkit-transform: translateX(100px);
  -moz-transform: translateX(100px);
  -ms-transform: translateX(100px);
  -o-transform: translateX(100px);
  transform: translateX(100px);
  opacity: 0;
}

.amazing-offer-fiveteen-item .detail .content .offer del {
  background-color: #121320;
  font-size: 16px;
  padding: 0 22px;
  margin-left: 6px;
}

.amazing-offer-fiveteen-item .detail .content .price {
  line-height: 22px;
  -webkit-transform: translateX(-100px);
  -moz-transform: translateX(-100px);
  -ms-transform: translateX(-100px);
  -o-transform: translateX(-100px);
  transform: translateX(-100px);
  opacity: 0;
}

.amazing-offer-fiveteen-item .detail .content .price span {
  font-size: 39px;
  font-weight: 900;
  line-height: 47px;
  color: #49be78;
}

.amazing-offer-fiveteen-item .detail .content .btn {
  padding: 12px 16px;
  font-size: 13px;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  z-index: 9;
}

.amazing-offer-fiveteen-item .detail .content .btn i {
  font-size: 16px;
}

.amazing-offer-fiveteen-item .timear {
  gap: 10px;
  -webkit-transform: translate(336px, -43px);
  -moz-transform: translate(336px, -43px);
  -ms-transform: translate(336px, -43px);
  -o-transform: translate(336px, -43px);
  transform: translate(336px, -43px);
}

.amazing-offer-fiveteen-item .timear span {
  background-color: #2d365d;
  width: 35px;
  height: 35px;
}

.swiper-slide-active .amazing-offer-fiveteen-item .image img,
.swiper-slide-active .amazing-offer-fiveteen-item .detail .title h2,
.swiper-slide-active .amazing-offer-fiveteen-item .detail .options ul,
.swiper-slide-active .amazing-offer-fiveteen-item .detail .offer,
.swiper-slide-active .amazing-offer-fiveteen-item .detail .price,
.swiper-slide-active .amazing-offer-fiveteen-item .detail .btn {
  -webkit-transform: unset;
  -moz-transform: unset;
  -ms-transform: unset;
  -o-transform: unset;
  transform: unset;
}

.swiper-slide-active .amazing-offer-fiveteen-item .image img {
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.swiper-slide-active .amazing-offer-fiveteen-item .detail .title h2 {
  -webkit-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.swiper-slide-active .amazing-offer-fiveteen-item .detail .options ul {
  -webkit-transition-delay: 0.8s;
  -moz-transition-delay: 0.8s;
  -o-transition-delay: 0.8s;
  transition-delay: 0.8s;
}

.swiper-slide-active .amazing-offer-fiveteen-item .detail .offer,
.swiper-slide-active .amazing-offer-fiveteen-item .detail .price {
  opacity: 1;
}

.swiper-slide-active .amazing-offer-fiveteen-item .detail .offer {
  -webkit-transition-delay: 1.1s;
  -moz-transition-delay: 1.1s;
  -o-transition-delay: 1.1s;
  transition-delay: 1.1s;
}

.swiper-slide-active .amazing-offer-fiveteen-item .detail .price {
  -webkit-transition-delay: 1.4s;
  -moz-transition-delay: 1.4s;
  -o-transition-delay: 1.4s;
  transition-delay: 1.4s;
}

.swiper-slide-active .amazing-offer-fiveteen-item .detail .btn {
  -webkit-transition: background-color .3s ease-in-out, -webkit-transform 0.3s linear 1.8s;
  transition: background-color .3s ease-in-out, -webkit-transform 0.3s linear 1.8s;
  -o-transition: background-color .3s ease-in-out, -o-transform 0.3s linear 1.8s;
  -moz-transition: background-color .3s ease-in-out, transform 0.3s linear 1.8s, -moz-transform 0.3s linear 1.8s;
  transition: background-color .3s ease-in-out, transform 0.3s linear 1.8s;
  transition: background-color .3s ease-in-out, transform 0.3s linear 1.8s, -webkit-transform 0.3s linear 1.8s, -moz-transform 0.3s linear 1.8s, -o-transform 0.3s linear 1.8s;
}

.amazing-offer-fiveteen .swiper-btns {
  width: 95px;
  height: 35px;
  line-height: 35px;
  border: 2px solid #fff;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  -webkit-transform: translate(-60px, 107px);
  -moz-transform: translate(-60px, 107px);
  -ms-transform: translate(-60px, 107px);
  -o-transform: translate(-60px, 107px);
  transform: translate(-60px, 107px);
}

.amazing-offer-fiveteen .swiper-button-next,
.amazing-offer-fiveteen .swiper-button-prev {
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -ms-transform: translateY(10px);
  -o-transform: translateY(10px);
  transform: translateY(10px);
}

.amazing-offer-fiveteen .swiper-button-next::after,
.amazing-offer-fiveteen .swiper-button-prev::after {
  line-height: 35px;
  color: #fff;
  font-size: 13px;
}

.amazing-offer-fiveteen .swiper-button-prev {
  margin-left: 34px;
}

.amazing-offer-fiveteen .swiper-pagination {
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  width: 100%;
  margin-right: auto;
  top: 50%;
  -webkit-transform: translate(-16px, -50%);
  -moz-transform: translate(-16px, -50%);
  -ms-transform: translate(-16px, -50%);
  -o-transform: translate(-16px, -50%);
  transform: translate(-16px, -50%);
  height: 206px;
}

.amazing-offer-fiveteen .swiper-pagination-bullet {
  width: 146px;
  height: 0;
  background-color: #fff;
  border: 1px solid #e7ebee;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  margin: 0 !important;
  opacity: 0;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.amazing-offer-fiveteen .swiper-pagination-bullet-active,
.amazing-offer-fiveteen .swiper-pagination-bullet-active+div {
  margin-bottom: 9px !important;
}

.amazing-offer-fiveteen .swiper-pagination-bullet-active,
.amazing-offer-fiveteen .swiper-pagination-bullet-active+div,
.amazing-offer-fiveteen .swiper-pagination-bullet-active+div+div {
  opacity: 1;
  height: 63px;
  padding: 6px 15px 6px 7px;
}

.amazing-offer-fiveteen .swiper-pagination-bullet-prev,
.amazing-offer-fiveteen .swiper-pagination-bullet-prev+.amazing-offer-fiveteen .swiper-pagination-bullet-active {
  margin-bottom: 9px !important;
}

.amazing-offer-fiveteen .swiper-pagination-bullet-prev,
.amazing-offer-fiveteen .swiper-pagination-bullet-prev+div,
.amazing-offer-fiveteen .swiper-pagination-bullet-prev+div+div {
  padding: 6px 15px 6px 7px;
  opacity: 1;
  height: 63px;
}

.amazing-offer-fiveteen .swiper-pagination-bullet-active~.swiper-pagination-bullet-prev {
  padding: 0;
  height: 0;
  opacity: 0;
}

.amazing-offer-fiveteen .swiper-pagination-bullet-prev+div+div+div {
  padding: 0;
  opacity: 0;
  height: 0;
}

.amazing-offer-fiveteen .swiper-pagination-bullet img {
  width: 39px;
  height: 49px;
  margin-left: 15px;
}

.amazing-offer-fiveteen .swiper-pagination-bullet span {
  font-size: 13px;
  line-height: 18px;
  color: #121320;
  text-align: right;
  height: 36px;
  overflow: hidden;
}

.amazing-offer-fiveteen .swiper-pagination-bullet-active {
  border-color: #c9a781;
}

.amazing-offer-fiveteen .swiper-pagination-bullet-active span {
  color: #c9a781;
  font-weight: bold;
}

@media only screen and (max-width: 1399px) {
  .amazing-offer-fiveteen-wrapper .right {
    margin-left: 156px;
  }

  .amazing-offer-fiveteen-wrapper .left {
    max-width: -webkit-calc(100% - 250px);
    max-width: -moz-calc(100% - 250px);
    max-width: calc(100% - 250px);
  }

  .amazing-offer-fiveteen-item .image {
    margin-left: 50px;
  }

  .amazing-offer-fiveteen-item .timear {
    -webkit-transform: translate(250px, -43px);
    -moz-transform: translate(250px, -43px);
    -ms-transform: translate(250px, -43px);
    -o-transform: translate(250px, -43px);
    transform: translate(250px, -43px);
  }
}

@media only screen and (max-width: 1199px) {
  .amazing-offer-fiveteen-wrapper {
    padding: 16px 30px 15px 0;
  }

  .amazing-offer-fiveteen-wrapper::before {
    width: -webkit-calc(47% + 15px);
    width: -moz-calc(47% + 15px);
    width: calc(47% + 15px);
  }

  .amazing-offer-fiveteen-wrapper::after {
    width: -webkit-calc(53% + 60px);
    width: -moz-calc(53% + 60px);
    width: calc(53% + 60px);
  }

  .amazing-offer-fiveteen-wrapper .right {
    margin-left: 64px;
  }

  .amazing-offer-fiveteen-wrapper .left {
    max-width: -webkit-calc(100% - 117px);
    max-width: -moz-calc(100% - 117px);
    max-width: calc(100% - 117px);
  }

  .amazing-offer-fiveteen-item .image {
    min-width: 250px;
    max-width: 250px;
    width: 250px;
    height: 250px;
  }

  .amazing-offer-fiveteen-item .detail .content {
    max-width: -webkit-calc(100% - 88px);
    max-width: -moz-calc(100% - 88px);
    max-width: calc(100% - 88px);
  }

  .amazing-offer-fiveteen-item .timear {
    -webkit-transform: translate(159px, 4px);
    -moz-transform: translate(159px, 4px);
    -ms-transform: translate(159px, 4px);
    -o-transform: translate(159px, 4px);
    transform: translate(159px, 4px);
  }

  .amazing-offer-fiveteen .swiper-btns {
    -webkit-transform: translate(-31px, 107px);
    -moz-transform: translate(-31px, 107px);
    -ms-transform: translate(-31px, 107px);
    -o-transform: translate(-31px, 107px);
    transform: translate(-31px, 107px);
  }
}

@media only screen and (max-width: 991px) {
  .amazing-offer-fiveteen-wrapper {
    padding: 20px 16px 40px;
  }

  .amazing-offer-fiveteen-wrapper .right,
  .amazing-offer-fiveteen-wrapper .left {
    max-width: 100%;
  }

  .amazing-offer-fiveteen-wrapper .right {
    margin-left: 0;
  }

  .amazing-offer-fiveteen-wrapper .right .title {
    margin-bottom: 0;
  }

  .amazing-offer-fiveteen-wrapper::before {
    width: 100%;
    height: 385px;
    -webkit-border-radius: 20px 20px 0 0;
    -moz-border-radius: 20px 20px 0 0;
    border-radius: 20px 20px 0 0;
  }

  .amazing-offer-fiveteen-wrapper::after {
    -webkit-border-radius: 0 0 20px 20px;
    -moz-border-radius: 0 0 20px 20px;
    border-radius: 0 0 20px 20px;
    top: auto;
    bottom: 0;
    width: 100%;
    height: -webkit-calc(50% + 100px);
    height: -moz-calc(50% + 100px);
    height: calc(50% + 100px);
  }

  .amazing-offer-fiveteen-item .image {
    margin: 32px 0;
  }

  .amazing-offer-fiveteen-item .detail {
    max-width: 100%;
  }

  .amazing-offer-fiveteen-item .detail .content {
    max-width: 100%;
  }

  .amazing-offer-fiveteen-item .timear {
    top: 0;
    bottom: auto !important;
    -webkit-transform: translate(-119px, -63px);
    -moz-transform: translate(-119px, -63px);
    -ms-transform: translate(-119px, -63px);
    -o-transform: translate(-119px, -63px);
    transform: translate(-119px, -63px);
  }

  .amazing-offer-fiveteen-item .timear li {
    color: #fff;
  }

  .amazing-offer-fiveteen .swiper-btns {
    right: auto !important;
    left: 0;
    -webkit-transform: translate(120px, 35px);
    -moz-transform: translate(120px, 35px);
    -ms-transform: translate(120px, 35px);
    -o-transform: translate(120px, 35px);
    transform: translate(120px, 35px);
  }

  .amazing-offer-fiveteen .swiper-pagination {
    top: auto;
    right: auto;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 31px);
    -moz-transform: translate(-50%, 31px);
    -ms-transform: translate(-50%, 31px);
    -o-transform: translate(-50%, 31px);
    transform: translate(-50%, 31px);
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 471px;
    width: 100%;
    height: auto;
  }

  .amazing-offer-fiveteen .swiper-pagination-bullet {
    width: 0;
    height: auto;
  }

  .amazing-offer-fiveteen .swiper-pagination-bullet-active,
  .amazing-offer-fiveteen .swiper-pagination-bullet-active+div {
    margin: 0 0 0 9px !important;
  }

  .amazing-offer-fiveteen .swiper-pagination-bullet-active,
  .amazing-offer-fiveteen .swiper-pagination-bullet-active+div,
  .amazing-offer-fiveteen .swiper-pagination-bullet-active+div+div {
    width: 146px;
  }

  .amazing-offer-fiveteen .swiper-pagination-bullet-prev {
    width: 146px;
    margin: 0 0 0 9px !important;
  }

  .amazing-offer-fiveteen .swiper-pagination-bullet-prev+div+div {
    margin: 0 !important;
  }

  .amazing-offer-fiveteen .swiper-pagination-bullet-prev+div+div+div {
    width: 0;
  }
}

@media only screen and (max-width: 767px) {
  .amazing-offer-fiveteen {
    margin: 65px 0;
  }

  .amazing-offer-fiveteen-wrapper::before {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }

  .amazing-offer-fiveteen .swiper-btns {
    width: auto;
    height: auto;
    border: none;
    -webkit-transform: translate(130px, 48px);
    -moz-transform: translate(130px, 48px);
    -ms-transform: translate(130px, 48px);
    -o-transform: translate(130px, 48px);
    transform: translate(130px, 48px);
  }
}

@media only screen and (max-width: 575px) {
  .amazing-offer-fiveteen-wrapper {
    padding: 20px 0 40px;
  }

  .amazing-offer-fiveteen-wrapper::before,
  .amazing-offer-fiveteen-wrapper::after {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    margin: 0 -12px;
    width: -webkit-calc(100% + 24px);
    width: -moz-calc(100% + 24px);
    width: calc(100% + 24px);
  }

  .amazing-offer-fiveteen-wrapper::before {
    height: 440px;
  }

  .amazing-offer-fiveteen-item .image {
    margin-top: 90px;
  }

  .amazing-offer-fiveteen-item .timear {
    -webkit-transform: translate(4px, 10px);
    -moz-transform: translate(4px, 10px);
    -ms-transform: translate(4px, 10px);
    -o-transform: translate(4px, 10px);
    transform: translate(4px, 10px);
  }

  .amazing-offer-fiveteen .swiper-pagination {
    max-width: 242px;
  }

  .amazing-offer-fiveteen .swiper-pagination-bullet img {
    margin-left: 0;
  }

  .amazing-offer-fiveteen .swiper-pagination-bullet span {
    display: none;
  }

  .amazing-offer-fiveteen .swiper-pagination-bullet-active,
  .amazing-offer-fiveteen .swiper-pagination-bullet-active+div,
  .amazing-offer-fiveteen .swiper-pagination-bullet-active+div+div {
    padding: 6px 15px;
    width: 70px;
  }

  .amazing-offer-fiveteen .swiper-pagination-bullet-prev,
  .amazing-offer-fiveteen .swiper-pagination-bullet-prev+div,
  .amazing-offer-fiveteen .swiper-pagination-bullet-prev+div+div {
    padding: 6px 15px;
    width: 70px;
  }

  .amazing-offer-fiveteen .swiper-pagination-bullet-prev+div+div+div {
    width: 0;
  }
}

.best-selling-fiveteen .section-heading {
  margin-bottom: 0;
}

.best-selling-fiveteen .section-heading .detail {
  padding-right: 77px;
}

.best-selling-fiveteen .section-heading .detail::before {
  content: "";
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 59px;
  height: 59px;
  background: url("./../images/shape-fiveteen-0043.png") 0 0 no-repeat;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
}

.best-selling-fiveteen .section-heading-sub-title,
.best-selling-fiveteen .section-heading-title {
  line-height: 28px;
  color: #c9a781;
}

.best-selling-fiveteen .section-heading-sub-title {
  font-size: 16px;
  font-weight: 500;
}

.best-selling-fiveteen .section-heading-title {
  font-size: 24px;
  font-weight: 900;
}

.best-selling-fiveteen .swiper {
  padding-top: 50px;
}

.best-selling-fiveteen .swiper-button-next,
.best-selling-fiveteen .swiper-button-prev {
  top: 26px;
  right: auto;
  left: 140px;
}

.best-selling-fiveteen .swiper-button-prev {
  left: 175px;
}

@media only screen and (max-width: 575px) {
  .best-selling-fiveteen .swiper-button-next {
    left: 12px;
  }

  .best-selling-fiveteen .swiper-button-prev {
    left: 52px;
  }
}

.banner-fiveteen {
  margin: 68px auto 55px;
}

@media only screen and (max-width: 767px) {
  .banner-fiveteen {
    margin: 48px 0;
  }
}

.category-products-fiveteen {
  margin: 111px 0 148px;
}

@media only screen and (max-width: 767px) {
  .category-products-fiveteen {
    margin: 80px 0 132px;
  }
}

.category-products-fiveteen .container::after {
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 250px;
  background: url("./../images/shadow-fiveteen.png") 0 0 no-repeat;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
  -webkit-transform: translateY(166px);
  -moz-transform: translateY(166px);
  -ms-transform: translateY(166px);
  -o-transform: translateY(166px);
  transform: translateY(166px);
}

.category-products-fiveteen .title {
  line-height: 31px;
  padding: 0 20px;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  background-color: #b3bbc7;
  font-size: 16px;
  margin-bottom: 69px;
}

.category-products-fiveteen .title::before {
  content: "";
  z-index: -1;
  background-color: #f8f9fb;
  width: 100%;
  height: 10px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
  top: 10px;
  right: 0;
}

.category-products-fiveteen-item {
  z-index: 2;
}

.category-products-fiveteen-item::before,
.category-products-fiveteen-item::after {
  content: "";
  top: 0;
  left: 50%;
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  border-radius: 500px;
}

.category-products-fiveteen-item::before {
  width: 120px;
  height: 147px;
  background: #c9a781 url("./../images/shape-fiveteen-09764.png") 0 0 no-repeat;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
  z-index: -2;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

.category-products-fiveteen-item::after {
  content: "";
  z-index: -1;
  background-color: #fff;
  width: 89px;
  height: 149px;
  -webkit-transform: translate(-50%, -43px);
  -moz-transform: translate(-50%, -43px);
  -ms-transform: translate(-50%, -43px);
  -o-transform: translate(-50%, -43px);
  transform: translate(-50%, -43px);
}

.category-products-fiveteen-item img {
  width: 78px;
  height: 101px;
  -webkit-transform: translateY(-17px);
  -moz-transform: translateY(-17px);
  -ms-transform: translateY(-17px);
  -o-transform: translateY(-17px);
  transform: translateY(-17px);
}

.category-products-fiveteen-item .cat2st6 {
  max-width: 120px;
  background-color: #fff9eb;
  color: #121320;
  line-height: 31px;
  font-size: 14px;
  margin-top: 64px;
}

.category-products-fiveteen .swiper {
  max-width: -webkit-calc(100% - 136px);
  max-width: -moz-calc(100% - 136px);
  max-width: calc(100% - 136px);
}

.category-products-fiveteen .swiper-button-next,
.category-products-fiveteen .swiper-button-prev {
  -webkit-transform: translateY(70%);
  -moz-transform: translateY(70%);
  -ms-transform: translateY(70%);
  -o-transform: translateY(70%);
  transform: translateY(70%);
}

.category-products-fiveteen .swiper-button-next::after,
.category-products-fiveteen .swiper-button-prev::after {
  color: #939aa4;
  font-size: 13px;
}

@media only screen and (max-width: 1399px) {
  .category-products-fiveteen-item::before {
    width: 100%;
  }
}

@media only screen and (max-width: 991px) {
  .category-products-fiveteen .swiper {
    max-width: -webkit-calc(100% - 40px);
    max-width: -moz-calc(100% - 40px);
    max-width: calc(100% - 40px);
  }

  .category-products-fiveteen .swiper-button-next {
    left: 0;
  }

  .category-products-fiveteen .swiper-button-prev {
    right: 0;
  }
}

.about-us-fiveteen-wrapper {
  padding-left: 58px;
}

.about-us-fiveteen-wrapper::after {
  content: "";
  bottom: 28px;
  left: 0;
  width: 79%;
  height: 54%;
  background: url("./../images/shape-about-us-fiveteen.png") 0 0 no-repeat;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
  z-index: -1;
}

.about-us-fiveteen-wrapper h2 {
  font-size: 16px;
  line-height: 30px;
  color: #121320;
}

.about-us-fiveteen-wrapper h2 b {
  font-size: 30px;
  font-weight: 900;
}

.about-us-fiveteen-wrapper .socials li:not(:last-child) {
  margin-left: 10px;
}

.about-us-fiveteen-wrapper .socials li a {
  width: 40px;
  height: 40px;
  background-color: #efefef;
  line-height: 40px;
  font-size: 20px;
  color: #121320;
}

.about-us-fiveteen-wrapper .socials li a:hover {
  background-color: #121320;
  color: #efefef;
}

.about-us-fiveteen-wrapper p {
  margin-top: 100px;
  font-size: 13px;
  line-height: 25px;
  padding-bottom: 32px;
}

.about-us-fiveteen-wrapper .row .col-lg-8 {
  padding-right: 108px;
}

@media only screen and (max-width: 991px) {
  .about-us-fiveteen-wrapper {
    padding-left: 0;
  }

  .about-us-fiveteen-wrapper::after {
    content: none;
  }

  .about-us-fiveteen-wrapper img {
    max-width: 60%;
    margin: 0 auto 24px;
  }

  .about-us-fiveteen-wrapper p {
    margin-top: 32px;
    padding-bottom: 0;
  }

  .about-us-fiveteen-wrapper .row .col-lg-8 {
    padding-right: 12px;
  }
}

.landing-sixteen {
  padding: 39px 0 93px;
  z-index: 2;
}

.landing-sixteen::before {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: -webkit-calc(100% + 100px);
  height: -moz-calc(100% + 100px);
  height: calc(100% + 100px);
  background: url("./../images/bg-landing-sixteen.png") 0 0 no-repeat;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
  -webkit-transform: translateY(-100px);
  -moz-transform: translateY(-100px);
  -ms-transform: translateY(-100px);
  -o-transform: translateY(-100px);
  transform: translateY(-100px);
}

.landing-sixteen-item .image {
  z-index: 2;
}

.landing-sixteen-item .image::before {
  content: "";
  background: rgba(255, 255, 255, 0.07);
  top: 50%;
  left: 50%;
  width: 90%;
  height: 90%;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  -webkit-backdrop-filter: blur(16px) brightness(113%);
  backdrop-filter: blur(16px) brightness(113%);
  z-index: -1;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.landing-sixteen-item .image::after {
  content: "";
  z-index: -2;
  top: 50%;
  left: 50%;
  width: 90%;
  height: 90%;
  opacity: 0.72;
  -webkit-filter: blur(38px);
  filter: blur(38px);
  background: url("./../images/bg-landing-sixteen-02.png") 0 0 no-repeat;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.landing-sixteen-item .image img {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}

.landing-sixteen-item .sup-title .subsli8t {
  font-size: 43px;
  line-height: 84px;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
}

.landing-sixteen-item .title .sli8t {
  line-height: 84px;
  font-size: 84px;
  font-weight: 900;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}

.landing-sixteen-item .btn {
  padding: 12px 37px 12px 30px;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}

.landing-sixteen-item .btn i {
  font-size: 12px;
  margin-right: 62px;
}

.landing-sixteen-item .col-lg-6:last-child {
  padding-right: 31px;
}

.swiper-slide-active .landing-sixteen-item .image img {
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.swiper-slide-active .landing-sixteen-item .sup-title .subsli8t {
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -o-transform: translateX(0px);
  transform: translateX(0px);
  -webkit-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.swiper-slide-active .landing-sixteen-item .title .sli8t {
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition-delay: 0.8s;
  -moz-transition-delay: 0.8s;
  -o-transition-delay: 0.8s;
  transition-delay: 0.8s;
}

.swiper-slide-active .landing-sixteen-item .btn {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}

.landing-sixteen .swiper-pagination {
  bottom: 0;
  padding: 10px 22.5px;
  background-color: #eb2856;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  left: 50%;
  -webkit-transform: translate(-50%, 20px);
  -moz-transform: translate(-50%, 20px);
  -ms-transform: translate(-50%, 20px);
  -o-transform: translate(-50%, 20px);
  transform: translate(-50%, 20px);
}

.landing-sixteen .swiper-pagination-bullet {
  background-color: #fff;
  opacity: 1;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
}

.landing-sixteen .swiper-pagination-bullet-active {
  width: 25px;
}

@media only screen and (max-width: 1199px) {
  .landing-sixteen-item .sup-title .subsli8t {
    font-size: 34px;
    line-height: 64px;
  }

  .landing-sixteen-item .title .sli8t {
    font-size: 64px;
    line-height: 64px;
  }
}

@media only screen and (max-width: 991px) {
  .landing-sixteen-item .image {
    max-width: 70%;
    width: 100%;
    margin: 0 auto 32px;
  }
}

@media only screen and (max-width: 767px) {
  .landing-sixteen {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center center;
  }

  .landing-sixteen-item .image {
    max-width: 90%;
  }

  .landing-sixteen-item .sup-title .subsli8t {
    font-size: 24px;
    line-height: 48px;
  }

  .landing-sixteen-item .title .sli8t {
    font-size: 48px;
    line-height: 48px;
  }
}

.amazing-offer-sixteen {
  margin: 98px 0 116px;
}

.amazing-offer-sixteen-wrapper {
  padding: 53px 56px 42px;
}

.amazing-offer-sixteen-wrapper .left::before,
.amazing-offer-sixteen-wrapper .left::after,
.amazing-offer-sixteen-wrapper .right::before,
.amazing-offer-sixteen-wrapper .right::after {
  content: "";
  height: 100%;
  width: -webkit-calc(50% - 15px);
  width: -moz-calc(50% - 15px);
  width: calc(50% - 15px);
}

.amazing-offer-sixteen-wrapper .left::before,
.amazing-offer-sixteen-wrapper .right::before {
  top: 0;
  z-index: -1;
}

.amazing-offer-sixteen-wrapper .left::after,
.amazing-offer-sixteen-wrapper .right::after {
  top: 12px;
  background-color: #f5f3fc;
  z-index: -2;
}

.amazing-offer-sixteen-wrapper .left {
  max-width: -webkit-calc(100% - 342px);
  max-width: -moz-calc(100% - 342px);
  max-width: calc(100% - 342px);
  width: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.amazing-offer-sixteen-wrapper .left::before,
.amazing-offer-sixteen-wrapper .left::after {
  right: 0;
  -webkit-border-radius: 200px 50px 50px 200px;
  -moz-border-radius: 200px 50px 50px 200px;
  border-radius: 200px 50px 50px 200px;
}

.amazing-offer-sixteen-wrapper .left::before {
  background: url("./../images/amazing-offer-01.png") 0 0 no-repeat;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
}

.amazing-offer-sixteen-wrapper .right {
  margin-left: 210px;
}

.amazing-offer-sixteen-wrapper .right::before,
.amazing-offer-sixteen-wrapper .right::after {
  left: 0;
  -webkit-border-radius: 50px 200px 200px 50px;
  -moz-border-radius: 50px 200px 200px 50px;
  border-radius: 50px 200px 200px 50px;
}

.amazing-offer-sixteen-wrapper .right::before {
  background: url("./../images/amazing-offer-02.png") 0 0 no-repeat;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
}

.amazing-offer-sixteen-wrapper .right .title {
  font-size: 29px;
  line-height: 44px;
}

.amazing-offer-sixteen-wrapper .right .title b {
  font-size: 35px;
  font-weight: 900;
}

.amazing-offer-sixteen-wrapper .right .btn {
  font-size: 13px;
  font-weight: 500;
  line-height: 21px;
  padding: 6px 12px 5px 13px;
}

.amazing-offer-sixteen-item .timear {
  gap: 10px;
  -webkit-transform: translate(342px, 170px);
  -moz-transform: translate(342px, 170px);
  -ms-transform: translate(342px, 170px);
  -o-transform: translate(342px, 170px);
  transform: translate(342px, 170px);
}

.amazing-offer-sixteen-item .timear li {
  font-size: 14px;
  color: #121320;
  line-height: 21px;
}

.amazing-offer-sixteen-item .timear li span {
  margin-bottom: 3px;
  width: 35px;
  height: 35px;
  background-color: #2d365d;
  font-size: 20px;
  line-height: 30px;
  font-weight: 900;
}

.amazing-offer-sixteen-item .image {
  margin-left: 34px;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}

.amazing-offer-sixteen-item .image img:last-child {
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-filter: blur(38px);
  filter: blur(38px);
  z-index: -1;
}

.amazing-offer-sixteen-item .detail h2 {
  font-size: 20px;
  font-weight: 900;
  margin-bottom: 7px;
  line-height: 31px;
  color: #2d365d;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  background-color: rgba(255, 255, 255, 0);
}

.amazing-offer-sixteen-item .detail ul {
  margin-bottom: 28px;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: right center;
  -moz-transform-origin: right center;
  -ms-transform-origin: right center;
  -o-transform-origin: right center;
  transform-origin: right center;
}

.amazing-offer-sixteen-item .detail ul li {
  list-style: inside disc;
  line-height: 30px;
}

.amazing-offer-sixteen-item .detail .offer>div {
  line-height: 28px;
  background-color: #121320;
  padding-left: 15px;
  font-size: 18px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
  margin-right: 2px;
}

.amazing-offer-sixteen-item .detail .offer>div del {
  margin-left: 7px;
  background-color: #eb2856;
  font-size: 16px;
  padding: 0 22px;
  margin-right: -2px;
}

.amazing-offer-sixteen-item .detail .price>div {
  margin-top: 6px;
  color: #232323;
  line-height: 21px;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
}

.amazing-offer-sixteen-item .detail .price>div b {
  font-size: 30px;
  font-weight: 900;
  color: #49be78;
  line-height: 47px;
}

.amazing-offer-sixteen-item .detail .btn {
  padding: 12px 16px;
  font-size: 13px;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  z-index: 9;
}

.amazing-offer-sixteen-item .detail .btn i {
  font-size: 16px;
}

.swiper-slide-active .amazing-offer-sixteen-item .image {
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.swiper-slide-active .amazing-offer-sixteen-item .image,
.swiper-slide-active .amazing-offer-sixteen-item .detail h2,
.swiper-slide-active .amazing-offer-sixteen-item .detail ul,
.swiper-slide-active .amazing-offer-sixteen-item .detail .offer>div,
.swiper-slide-active .amazing-offer-sixteen-item .detail .price>div,
.swiper-slide-active .amazing-offer-sixteen-item .detail .btn {
  -webkit-transform: unset;
  -moz-transform: unset;
  -ms-transform: unset;
  -o-transform: unset;
  transform: unset;
}

.swiper-slide-active .amazing-offer-sixteen-item .detail h2 {
  -webkit-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.swiper-slide-active .amazing-offer-sixteen-item .detail ul {
  -webkit-transition-delay: 0.8s;
  -moz-transition-delay: 0.8s;
  -o-transition-delay: 0.8s;
  transition-delay: 0.8s;
}

.swiper-slide-active .amazing-offer-sixteen-item .detail .offer>div {
  -webkit-transition-delay: 1.1s;
  -moz-transition-delay: 1.1s;
  -o-transition-delay: 1.1s;
  transition-delay: 1.1s;
}

.swiper-slide-active .amazing-offer-sixteen-item .detail .price>div {
  -webkit-transition-delay: 1.4s;
  -moz-transition-delay: 1.4s;
  -o-transition-delay: 1.4s;
  transition-delay: 1.4s;
}

.swiper-slide-active .amazing-offer-sixteen-item .detail .btn {
  -webkit-transition: background-color .3s ease-in-out, -webkit-transform 0.3s linear 1.8s;
  transition: background-color .3s ease-in-out, -webkit-transform 0.3s linear 1.8s;
  -o-transition: background-color .3s ease-in-out, -o-transform 0.3s linear 1.8s;
  -moz-transition: background-color .3s ease-in-out, transform 0.3s linear 1.8s, -moz-transform 0.3s linear 1.8s;
  transition: background-color .3s ease-in-out, transform 0.3s linear 1.8s;
  transition: background-color .3s ease-in-out, transform 0.3s linear 1.8s, -webkit-transform 0.3s linear 1.8s, -moz-transform 0.3s linear 1.8s, -o-transform 0.3s linear 1.8s;
}

.amazing-offer-sixteen .swiper-button-next,
.amazing-offer-sixteen .swiper-button-prev {
  top: 0;
  right: 0;
  left: auto;
  -webkit-transform: translate(-163px, 183px);
  -moz-transform: translate(-163px, 183px);
  -ms-transform: translate(-163px, 183px);
  -o-transform: translate(-163px, 183px);
  transform: translate(-163px, 183px);
}

.amazing-offer-sixteen .swiper-button-next {
  right: 35px;
}

@media only screen and (max-width: 1399px) {
  .amazing-offer-sixteen-wrapper .right {
    margin-left: 170px;
  }

  .amazing-offer-sixteen-wrapper .left {
    max-width: -webkit-calc(100% - 302px);
    max-width: -moz-calc(100% - 302px);
    max-width: calc(100% - 302px);
  }

  .amazing-offer-sixteen-item .timear {
    -webkit-transform: translate(301px, 170px);
    -moz-transform: translate(301px, 170px);
    -ms-transform: translate(301px, 170px);
    -o-transform: translate(301px, 170px);
    transform: translate(301px, 170px);
  }
}

@media only screen and (max-width: 1199px) {
  .amazing-offer-sixteen-wrapper .right {
    margin-left: 130px;
  }

  .amazing-offer-sixteen-wrapper .left {
    max-width: -webkit-calc(100% - 262px);
    max-width: -moz-calc(100% - 262px);
    max-width: calc(100% - 262px);
  }

  .amazing-offer-sixteen-item .timear {
    -webkit-transform: translate(261px, 170px);
    -moz-transform: translate(261px, 170px);
    -ms-transform: translate(261px, 170px);
    -o-transform: translate(261px, 170px);
    transform: translate(261px, 170px);
  }
}

@media only screen and (max-width: 991px) {
  .amazing-offer-sixteen-wrapper {
    padding: 20px;
  }

  .amazing-offer-sixteen-wrapper .right,
  .amazing-offer-sixteen-wrapper .left {
    max-width: 100%;
  }

  .amazing-offer-sixteen-wrapper .right::before,
  .amazing-offer-sixteen-wrapper .left::before {
    content: none;
  }

  .amazing-offer-sixteen-wrapper .right {
    margin-left: 0;
  }

  .amazing-offer-sixteen-wrapper .right::after {
    content: none;
  }

  .amazing-offer-sixteen-wrapper .left::after {
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
  }

  .amazing-offer-sixteen-item {
    margin-top: 50px;
  }

  .amazing-offer-sixteen-item .timear {
    -webkit-transform: translate(-145px, -125px);
    -moz-transform: translate(-145px, -125px);
    -ms-transform: translate(-145px, -125px);
    -o-transform: translate(-145px, -125px);
    transform: translate(-145px, -125px);
  }

  .amazing-offer-sixteen-item .image {
    max-width: 70%;
    width: 100%;
    margin: 0 auto 32px;
  }

  .amazing-offer-sixteen .swiper-button-next,
  .amazing-offer-sixteen .swiper-button-prev {
    right: auto;
    left: 0;
    -webkit-transform: translate(118px, 63px);
    -moz-transform: translate(118px, 63px);
    -ms-transform: translate(118px, 63px);
    -o-transform: translate(118px, 63px);
    transform: translate(118px, 63px);
  }

  .amazing-offer-sixteen .swiper-button-prev {
    left: 35px;
  }
}

@media only screen and (max-width: 575px) {
  .amazing-offer-sixteen-wrapper {
    margin: 0 -12px;
    padding: 20px 12px;
  }

  .amazing-offer-sixteen-wrapper .right .title {
    font-size: 24px;
  }

  .amazing-offer-sixteen-wrapper .right .title b {
    font-size: 30px;
  }

  .amazing-offer-sixteen-wrapper .left::after {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }

  .amazing-offer-sixteen-item {
    margin-top: 90px;
  }

  .amazing-offer-sixteen-item .timear {
    -webkit-transform: translate(0, -80px);
    -moz-transform: translate(0, -80px);
    -ms-transform: translate(0, -80px);
    -o-transform: translate(0, -80px);
    transform: translate(0, -80px);
  }
}

.banners-sixteen {
  padding: 127px 0 47px;
  background-color: #121320;
}

.banners-sixteen .row {
  gap: 30px 0;
}

.banners-sixteen .row img {
  height: 246px;
}

@media only screen and (max-width: 991px) {
  .banners-sixteen .row img {
    height: auto;
  }
}

.best-selling-sixteen {
  padding: 40px 0 0;
  background: url("./../images/shape-bg-dark.png") 0 64% no-repeat;
  -webkit-background-size: 100% 74px;
  -moz-background-size: 100% 74px;
  -o-background-size: 100% 74px;
  background-size: 100% 74px;
}

.best-selling-sixteen::before {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 57%;
  background-color: #121320;
  z-index: -1;
}

.best-selling-sixteen .section-heading {
  z-index: 2;
}

.best-selling-sixteen .section-heading::after {
  content: "";
  top: 24px;
  left: 0;
  width: 216px;
  height: 35px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  background-color: rgba(248, 249, 251, 0.12);
  z-index: -1;
}

.best-selling-sixteen .section-heading .detail {
  padding: 14px 35px;
}

.best-selling-sixteen .section-heading .detail::before {
  content: "";
  top: 0;
  right: 0;
  background: url("./../images/shape-sixteen-01.png") 0 0 no-repeat;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
  width: 384px;
  height: 100%;
  z-index: -2;
}

.best-selling-sixteen .section-heading-sub-title {
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
}

.best-selling-sixteen .section-heading-title {
  font-size: 24px;
  line-height: 28px;
  font-weight: 900;
}

.best-selling-sixteen .section-heading-link {
  color: #121320;
  padding: 8px 28px 7px 27px;
}

.best-selling-sixteen .swiper {
  padding: 41px 0 50px;
}

.best-selling-sixteen .swiper-button-next,
.best-selling-sixteen .swiper-button-prev {
  top: 55px;
  right: auto;
  left: 156px;
}

.best-selling-sixteen .swiper-button-prev {
  left: 196px;
}

@media only screen and (max-width: 767px) {

  .best-selling-sixteen .section-heading::after,
  .best-selling-sixteen .section-heading .detail::before {
    content: none;
  }

  .best-selling-sixteen .section-heading .detail {
    padding: 0;
  }

  .best-selling-sixteen .swiper-button-next,
  .best-selling-sixteen .swiper-button-prev {
    top: 45px;
  }
}

@media only screen and (max-width: 575px) {
  .best-selling-sixteen {
    background-position: 0 63%;
  }

  .best-selling-sixteen .swiper-button-next,
  .best-selling-sixteen .swiper-button-prev {
    top: 43px;
    left: 12px;
  }

  .best-selling-sixteen .swiper-button-prev {
    left: 52px;
  }
}

.categories-sixteen {
  margin: 41px 0 90px;
}

.categories-sixteen-title {
  padding: 24px 35px;
  font-size: 24px;
  line-height: 36px;
  font-weight: 900;
  margin-bottom: 56px;
}

.categories-sixteen-title::before {
  content: "";
  top: 0;
  right: 0;
  max-width: 384px;
  width: 100%;
  height: 100%;
  background: url("./../images/shape-sixteen-02.png") 0 0 no-repeat;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
  z-index: -1;
}

@media only screen and (max-width: 575px) {
  .categories-sixteen-title {
    padding: 24px 12px;
  }

  .categories-sixteen-title::before {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center center;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    margin: 0 -12px;
  }
}

.about-us-sixteen {
  padding: 19px 0 39px;
  background: #000 url("./../images/bg-about-us-sixteen.png") 0 0 no-repeat;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
  z-index: 2;
}

.about-us-sixteen::before,
.about-us-sixteen::after {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.about-us-sixteen::before {
  background-image: -webkit-linear-gradient(269.92deg, rgba(33, 35, 65, 0) 14.14%, #121320 84.74%);
  background-image: -moz-linear-gradient(269.92deg, rgba(33, 35, 65, 0) 14.14%, #121320 84.74%);
  background-image: -o-linear-gradient(269.92deg, rgba(33, 35, 65, 0) 14.14%, #121320 84.74%);
  background-image: linear-gradient(180.08deg, rgba(33, 35, 65, 0) 14.14%, #121320 84.74%);
  z-index: -2;
}

.about-us-sixteen::after {
  background-image: -webkit-linear-gradient(217.35deg, rgba(33, 35, 65, 0) 13.87%, #212341 58.56%);
  background-image: -moz-linear-gradient(217.35deg, rgba(33, 35, 65, 0) 13.87%, #212341 58.56%);
  background-image: -o-linear-gradient(217.35deg, rgba(33, 35, 65, 0) 13.87%, #212341 58.56%);
  background-image: linear-gradient(232.65deg, rgba(33, 35, 65, 0) 13.87%, #212341 58.56%);
  z-index: -3;
}

.about-us-sixteen-wrapper .content {
  padding: 45px 0 24px 54px;
}

.about-us-sixteen-wrapper .content::before {
  content: "";
  top: 0;
  left: 0;
  width: -webkit-calc(100% + 220px);
  width: -moz-calc(100% + 220px);
  width: calc(100% + 220px);
  height: 100%;
  background-color: rgba(0, 255, 147, 0);
  z-index: -1;
  -webkit-backdrop-filter: blur(30px) brightness(115%);
  backdrop-filter: blur(30px) brightness(115%);
}

.about-us-sixteen-wrapper .title {
  font-size: 16px;
  line-height: 30px;
}

.about-us-sixteen-wrapper .title::after {
  content: "";
  right: 0;
  bottom: 0;
  width: 53px;
  height: 1px;
  background-color: #fff;
}

.about-us-sixteen-wrapper .title b {
  font-weight: 900;
  font-size: 30px;
}

.about-us-sixteen-wrapper p {
  font-size: 13px;
  line-height: 30px;
}

@media only screen and (max-width: 991px) {
  .about-us-sixteen img {
    max-width: 50%;
    margin: 0 auto 32px;
  }
}

@media only screen and (max-width: 767px) {
  .about-us-sixteen {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center center;
  }

  .about-us-sixteen img {
    max-width: 70%;
  }
}

@media only screen and (max-width: 575px) {
  .about-us-sixteen-wrapper .content {
    padding: 20px 0;
  }

  .about-us-sixteen-wrapper .content::before {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-transform: translateX(-12px);
    -moz-transform: translateX(-12px);
    -ms-transform: translateX(-12px);
    -o-transform: translateX(-12px);
    transform: translateX(-12px);
  }
}

.new-article-sixteen {
  margin: 48px 0 185px;
}

@media only screen and (max-width: 767px) {
  .new-article-sixteen {
    margin: 48px 0;
  }
}

.new-article-sixteen-wrapper::before {
  content: "";
  top: 0;
  right: 0;
  width: 317px;
  height: 317px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  opacity: 0.21;
  background-color: #7262d4;
  -webkit-filter: blur(45px);
  filter: blur(45px);
  -webkit-transform: translate(111px, -82px);
  -moz-transform: translate(111px, -82px);
  -ms-transform: translate(111px, -82px);
  -o-transform: translate(111px, -82px);
  transform: translate(111px, -82px);
}

.footer-sixteen .footer-name-shop {
  color: #7262d4;
  margin-bottom: 25px;
}

.footer-sixteen .footer-name-shop::after {
  content: none;
}

.footer-sixteen .footer-scroll-header {
  width: 75px;
  height: 75px;
  line-height: 75px;
}

.footer-sixteen .footer-newsletter {
  background: #7262d4 url("./../images/bg-newsletter-sixteen.png") 0 0 no-repeat;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
  padding: 15px 35px 15px 15px;
}

.footer-sixteen .footer-newsletter .title {
  margin-left: 35px;
}

.footer-sixteen .footer-newsletter form {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 1%;
  -moz-box-flex: 1;
  -ms-flex: 1 0 1%;
  flex: 1 0 1%;
}

.footer-sixteen .footer-newsletter form .btn {
  margin-right: 6px;
  background-color: #ffb035;
  color: #121320;
}

.footer-sixteen .footer-nav li a::before {
  background-color: #f5f3fc;
}

.footer-sixteen .footer-nav li a:hover {
  color: #7262d4;
}

.footer-sixteen .footer-contact:not(:last-child) {
  margin-bottom: 12px;
}

.footer-sixteen .footer-contact i {
  background-color: #7262d4;
}

.footer-sixteen .footer-namad {
  margin: 60px 0 41px;
  padding: 35px 0 30px;
  border: solid #f5f3fc;
  border-width: 1px 0;
}

.footer-sixteen-copyright {
  color: #121320;
  padding-bottom: 40px;
}

@media only screen and (max-width: 767px) {
  .footer-sixteen .footer-scroll-header {
    width: 60px;
    height: 60px;
    line-height: 60px;
  }

  .footer-sixteen .footer-newsletter {
    -webkit-border-radius: 20px !important;
    -moz-border-radius: 20px !important;
    border-radius: 20px !important;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center center;
    padding: 16px;
  }

  .footer-sixteen .footer-newsletter .title {
    margin-left: 0;
  }

  .footer-sixteen .footer-namad {
    margin: 32px 0;
  }

  .footer-sixteen-copyright {
    padding-bottom: 20px;
  }
}

.new-comments-title {
  color: #fff;
}

.amazing-offer-three .title h1,
.amazing-offer-three .title h2,
.amazing-offer-three .title h3,
.amazing-offer-three .title h4,
.amazing-offer-three .title h5,
.amazing-offer-three .title h6,
.amazing-offer-three .title p,
.amazing-offer-three .title div,
.amazing-offer-three .title span {
  font-size: 24px;
  font-weight: 900;
  line-height: 30px;
  margin-bottom: 58px;
}

.amazing-offer-six-title h1,
.amazing-offer-six-title h2,
.amazing-offer-six-title h3,
.amazing-offer-six-title h4,
.amazing-offer-six-title h5,
.amazing-offer-six-title h6,
.amazing-offer-six-title p,
.amazing-offer-six-title div {
  font-size: 20px;
  line-height: 30px;
  color: #212341;
  margin-bottom: 49px;

}

.new-products-category-title .prcr4 {
  font-size: 20px;
  line-height: 24px;
  top: 37px;
  right: 39px;
}

.new-products-category-title .prcr4 span {
  font-size: 16px;
}

.buy-vip-right .prcr5 {
  font-size: 20px;
  line-height: 24px;
}

.buy-vip-right .prcr5 span {
  font-size: 16px;
}

.about3rd .about3rdtitle {
  font-size: 16px;
  line-height: 30px;
  padding-bottom: 32px;
  margin-bottom: 32px;
  color: #fff;
}

.about3rd .about3rdtitle span {
  font-size: 30px;
  font-weight: 900;
  color: #fff;
}

.about3rd .about3rdtitle::after {
  content: "";
  bottom: 0;
  right: 0;
  width: 53px;
  height: 1px;
  background-color: #fff;
  position: absolute;
}

.about-us-fourteen .about3rdtitle {
  color: #000;
}

.about-us-fourteen .about3rdtitle span {
  color: #000;
}

.about3rd .about3rdp {
  color: #fff;
}

.about-us-fourteen .about3rdtitle span {
  color: #000;
}

.amazing-offer-seven .section-heading-title {
  color: #ffffff;
}

.featt1 {
  font-size: 16px;
  line-height: 20px;
  margin-top: 20px;
}

.ready-cases-item .readyti {
  font-size: 36px;
  font-weight: 900;
  margin-bottom: 20px;
  color: #fff;
}

.footer-four-news-letter .newsl2 i {
  font-size: 25px;
  color: #ffb035;
  margin-left: 10px;
}

.footer-four-news-letter .newsl2 {
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 10px;
}

.footer-four-news-letter .newsl2 b {
  font-weight: 900;
}

.landing-seven .swiper-slide-active .container .content .link a {
  -webkit-transition-delay: 0s !important;
  -moz-transition-delay: 0s !important;
  -o-transition-delay: 0s !important;
  transition-delay: 0s !important;
}

.landing-seven .swiper-slide {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  object-fit: cover;
}

.landing-eight .swiper-slide-active .landing-eight-item .btn {
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}


/* new css added . panel & new pages */
.megamenu-two-tabs::after,
.megamenu-two-tabs-item::after,
.megamenu-two-tabs-item::before,
.megamenu-two-tabs-item i::after,
.megamenu-two-content-item .title .name-fa::before,
.megamenu-two-content-item .megamenu-products::before,
.megamenu-two-content-item .megamenu-products::after,
.megamenu::before,
.megamenu-two::before,
.nav-responsive-content .discounts-contact::before,
.about-us-landing .content::before,
.about-us-landing .description::before,
.about-us-description::before,
.about-us-description .container::before,
.about-us-description-content .heading::before,
.about-us-introduction-company-heading::before,
.about-us-introduction-company .video-box::before,
.about-us-introduction-company .video-box::after,
.contact-us-image::before,
.contact-us-image::after,
.contact-us .socials::before,
.contact-us .full-info-contact-item::before,
.cart-two-address::before,
.cart-two-products-item .offer::before,
.nav-bottom::before,
.nav-bottom::after,
.nav-bottom>a span,
.nav-bottom>a:first-child::before,
.nav-bottom>a:first-child::after,
.nav-bottom>a:nth-child(3),
.nav-bottom-two>a:nth-child(3)::before,
.nav-header-cart-dropdown-two .total-price::before,
.cart-sliding-content .total-price::before,
.nav-header-cart-dropdown-two::before,
.panel::before,
.panel::after,
.panel-sidebar-logo::after,
.panel-sidebar-nav::before,
.panel-sidebar-nav::after,
.panel-sidebar-nav ul li a::before,
.panel-sidebar-nav ul li a::after,
.panel-sidebar-nav ul li a.log-out i,
.panel-full-info-item .content .icon::before,
.panel-full-info-item .content .icon::after,
.panel-info-user-mobile::before,
.panel-info-user-mobile-content .email::before,
.panel-info-user-mobile-content .email::after,
.panel-description::after,
.panel-two::before,
.panel-two-header-contact::after,
.panel-two-content::before,
.panel-two-content::after,
.panel-two-section-heading-link::after {
  position: absolute;
}

.nav-bottom-four>a:nth-child(3) {
  position: relative;
}

.megamenu-tab-contents-item.active,
.megamenu-two-content-item.active,
li.has-child:hover .megamenu,
li.has-child:hover .megamenu-two,
.nav-bottom>a:nth-child(3) {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.nav-bottom>a:nth-child(3) {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-bottom>a:nth-child(3) {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.megamenu-tab-contents-item,
.megamenu-two-tabs-item .name span,
.megamenu-two-content-item,
.megamenu-two-content-item .megamenu-products .heading .show-more,
.about-us-statistics-item i,
.panel-two-sidebar-nav ul li a::before,
.panel-two-header-contact::after,
.panel-two-section-heading-link::after {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.megamenu-tabs span,
.megamenu-tabs span>*,
.nav-responsive-content-menu li.has-child>.children,
.nav-responsive-content-menu li.has-child>.children>ul>li>ul,
.nav-header-cart-dropdown-two,
.swiper-products-panel .swiper-pagination-bullet,
.panel-sidebar,
.panel-sidebar-backdrop,
.panel-sidebar-nav ul li a::after,
.panel-full-info-item .content .icon::before,
.panel-full-info-item .content .icon::after {
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.megamenu-two-tabs-item::before,
.megamenu-two-tabs-item i::after,
.contact-us-image::before,
.contact-us .socials::before,
.cart-two-products-item .offer::before,
.nav-bottom-two>a:nth-child(3)::before,
.panel-full-info-item .content .icon::before,
.panel-full-info-item .content .icon::after,
.panel-two::before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.btn-orange {
  background-color: #ff8353;
  color: #fff;
}

.btn-orange:hover,
.btn-orange:focus,
.btn-orange:active {
  background-color: #ff662a;
  color: #fff;
}

.megamenu {
  background-color: #ececec;
  z-index: 999;
  -webkit-border-radius: 0 0 20px 20px;
  -moz-border-radius: 0 0 20px 20px;
  border-radius: 0 0 20px 20px;
  -webkit-box-shadow: 0 125px 99px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 125px 99px rgba(0, 0, 0, 0.15);
  box-shadow: 0 125px 99px rgba(0, 0, 0, 0.15);
  display: flex;
}

.megamenu-tabs {
  max-width: 213px;
  max-height: 283px;
  overflow: hidden auto;
  scrollbar-width: 1;
  scrollbar-color: #ee232b #ececec;
  -ms-overflow-style: none;
  margin: 1px 0 1px 1px;
}

.megamenu-tabs::-webkit-scrollbar {
  width: 2px;
}

.megamenu-tabs::-webkit-scrollbar-thumb {
  background-color: #ee232b;
}

.megamenu-tabs::-webkit-scrollbar-track {
  background-color: #ececec;
}

.megamenu-tabs span {
  padding: 16px 18px;
  font-size: 12px;
  font-weight: bold;
  line-height: 19px;
  color: #9e9e9e;
  cursor: pointer;
  -webkit-border-radius: 13px 13px 13px 0;
  -moz-border-radius: 13px 13px 13px 0;
  border-radius: 13px 13px 13px 0;
}

.megamenu-tabs span::after {
  content: "\e95f";
  font-family: "icomoon";
  font-size: 12px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}

.megamenu-tabs span i {
  font-size: 22px;
}

.megamenu-tabs span i::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 0.5px;
  height: 20px;
  background-color: rgba(73, 73, 73, 0.15);
  margin: 0 6px 0 7px;
}

.megamenu-tabs span .icon-weight {
  font-size: 12.5px;
}

.megamenu-tabs span:hover,
.megamenu-tabs span.active {
  background-color: #fff;
  font-weight: 900;
  font-size: 14px;
}

.megamenu-tabs span:hover,
.megamenu-tabs span:hover::after,
.megamenu-tabs span.active,
.megamenu-tabs span.active::after {
  color: #ee273a;
}

.megamenu-tabs span:hover i,
.megamenu-tabs span.active i {
  font-size: 24px;
}

.megamenu-tabs span:hover i::after,
.megamenu-tabs span.active i::after {
  opacity: 0;
}

.megamenu-tabs span:hover .icon-weight,
.megamenu-tabs span.active .icon-weight {
  font-size: 16px;
}

.megamenu-tabs span:hover::after,
.megamenu-tabs span.active::after {
  font-size: 16px;
}

.megamenu-product img {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}

.megamenu-product .offer {
  -webkit-transform: translateY(-9px);
  -moz-transform: translateY(-9px);
  -ms-transform: translateY(-9px);
  -o-transform: translateY(-9px);
  transform: translateY(-9px);
  width: 55px;
  height: 35px;
  -webkit-mask: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADcAAAAjCAMAAAAHQmL5AAAASFBMVEUAAADuJjnuJjnuJjntJjnuJjnvJTnvJjjwJDjzJTjuJjnuJjnuJjjuIjnuJjruJjnuJjnuJjjwJznxIzbtJDftJjruJjnuJzqLAPZEAAAAF3RSTlMA5t/M2Z1vS0EUvZJdHevTs1MxIw73h4zLlc8AAACbSURBVDjLndNJDoMwEETRas9gM5P0/W8axRKK2ER0/f1bflzl6EX/Jz5m3Guiz3Ibfg2jPm89L7aLWgoHetOsttzQXVBr/suS2tsACOEWICvTjki5NwLlRsyUc1CqF+mEdJ50lXSFcwGca5zzoFz/j2AHGLeeIJzLgNWJrwW4uzGVCZa6it2YXQIY10C5CsoFcK5wbgFXIt3AsQ+lsXOGCrtOogAAAABJRU5ErkJggg==) 0 0/100% 100%;
  mask: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADcAAAAjCAMAAAAHQmL5AAAASFBMVEUAAADuJjnuJjnuJjntJjnuJjnvJTnvJjjwJDjzJTjuJjnuJjnuJjjuIjnuJjruJjnuJjnuJjjwJznxIzbtJDftJjruJjnuJzqLAPZEAAAAF3RSTlMA5t/M2Z1vS0EUvZJdHevTs1MxIw73h4zLlc8AAACbSURBVDjLndNJDoMwEETRas9gM5P0/W8axRKK2ER0/f1bflzl6EX/Jz5m3Guiz3Ibfg2jPm89L7aLWgoHetOsttzQXVBr/suS2tsACOEWICvTjki5NwLlRsyUc1CqF+mEdJ50lXSFcwGca5zzoFz/j2AHGLeeIJzLgNWJrwW4uzGVCZa6it2YXQIY10C5CsoFcK5wbgFXIt3AsQ+lsXOGCrtOogAAAABJRU5ErkJggg==) 0 0/100% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  font-size: 14px;
  line-height: 28px;
  background-color: #ee273a;
}

.megamenu-product .btn {
  -webkit-border-radius: 50px 50px 0 50px;
  -moz-border-radius: 50px 50px 0 50px;
  border-radius: 50px 50px 0 50px;
  bottom: 9px;
  left: 18px;
  font-size: 12px;
  font-weight: 600;
  -webkit-box-shadow: 0 6px 30px rgba(73, 190, 120, 0.69);
  -moz-box-shadow: 0 6px 30px rgba(73, 190, 120, 0.69);
  box-shadow: 0 6px 30px rgba(73, 190, 120, 0.69);
  padding: 6px 23px;
  line-height: 18px;
}

.megamenu-product .btn i {
  margin-right: 5px;
  font-size: 10px;
}

.megamenu-tab-contents {
  max-width: -webkit-calc(100% - 213px);
  max-width: -moz-calc(100% - 213px);
  max-width: calc(100% - 213px);
}

.megamenu-tab-contents-item {
  display: none;
}

.megamenu-tab-contents-item .right {
  background-color: #fff;
  height: -webkit-calc(100% + 5px);
  height: -moz-calc(100% + 5px);
  height: calc(100% + 5px);
  max-width: -webkit-calc(100% - 283px);
  max-width: -moz-calc(100% - 283px);
  max-width: calc(100% - 283px);
  -webkit-box-shadow: -72px 1px 50px rgba(0, 0, 0, 0.02);
  -moz-box-shadow: -72px 1px 50px rgba(0, 0, 0, 0.02);
  box-shadow: -72px 1px 50px rgba(0, 0, 0, 0.02);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  padding: 34px 44px 27px 73px;
  margin-top: -5px;
}

@media only screen and (max-width: 1199px) {
  .megamenu-tab-contents-item .right {
    padding: 34px 20px 26px;
  }
}

.megamenu-tab-contents-item .right>* {
  max-width: 33.333333%;
  width: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.megamenu-tab-contents-item .right ul li:not(:last-child) {
  margin-bottom: 10px;
}

.megamenu-tab-contents-item .right ul li.title {
  font-size: 16px;
  font-weight: 800;
  line-height: 25px;
  color: #494949;
  margin-bottom: 6px;
}

.megamenu-tab-contents-item .right ul li.offer {
  color: #ee273a;
}

.megamenu-tab-contents-item .right ul li.offer span {
  -webkit-mask: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACEAAAAVBAMAAAA6IZrnAAAAJ1BMVEUAAADuJjnvJTjvKDjuJjruJjruJjnuJzntJjntJjrvJTrvIDDuJzpZWO5VAAAADHRSTlMA8GAg0LCv4KCAMBCtHYBTAAAAY0lEQVQY04XKoQ2AMAAF0UtgABIChooqBEFUMAgDMAwjMBKiBPOHQpHQb3jycsAY9OojwKKPnKAK+mqhViHDrFJks7ISrDTInOj3WZGJXjJeWrAlWekioHuipB1z4QbcgUuYB00mtjDI9csxAAAAAElFTkSuQmCC) 0 0/100% 100%;
  mask: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACEAAAAVBAMAAAA6IZrnAAAAJ1BMVEUAAADuJjnvJTjvKDjuJjruJjruJjnuJzntJjntJjrvJTrvIDDuJzpZWO5VAAAADHRSTlMA8GAg0LCv4KCAMBCtHYBTAAAAY0lEQVQY04XKoQ2AMAAF0UtgABIChooqBEFUMAgDMAwjMBKiBPOHQpHQb3jycsAY9OojwKKPnKAK+mqhViHDrFJks7ISrDTInOj3WZGJXjJeWrAlWekioHuipB1z4QbcgUuYB00mtjDI9csxAAAAAElFTkSuQmCC) 0 0/100% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  font-size: 10px;
  line-height: 16px;
  width: 33px;
  height: 21px;
  margin: -4px -38px 0 5px;
  background-color: #ee273a;
}

.megamenu-tab-contents-item .right ul li a {
  font-size: 13px;
  font-weight: bold;
  line-height: 19px;
  color: #afafaf;
}

.megamenu-tab-contents-item .right ul li a::after {
  content: "\e95f";
  font-family: "icomoon";
  font-size: 8px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}

.megamenu-tab-contents-item .categories {
  max-width: 283px;
  padding: 38px 23px 39px;
}

.megamenu-tab-contents-item .categories ul {
  gap: 14px 11px;
}

.megamenu-tab-contents-item .categories li {
  max-width: -webkit-calc(33.333333% - 8px);
  max-width: -moz-calc(33.333333% - 8px);
  max-width: calc(33.333333% - 8px);
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.megamenu-tab-contents-item .categories li .image {
  width: 72px;
  height: 72px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  margin-bottom: 6px;
}

.megamenu-tab-contents-item .categories li .image img {
  width: 53px;
  height: 53px;
}

.megamenu-tab-contents-item .categories li h2 {
  font-size: 12px;
  font-weight: bold;
  line-height: 19px;
}

.megamenu-tab-contents-item .categories .btn {
  font-size: 13px;
  max-width: 147px;
  height: 35px;
  line-height: 35px;
  margin-bottom: -17.5px;
}

.megamenu-tab-contents-item .categories .btn i {
  font-size: 10px;
  color: #b3bbc7;
  margin-right: 6px;
}

.megamenu-two {
  background-color: #fff;
  -webkit-border-radius: 33px;
  -moz-border-radius: 33px;
  border-radius: 33px;
  display: flex;
  -webkit-box-shadow: 0 3px 30px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 3px 30px rgba(0, 0, 0, 0.05);
  box-shadow: 0 3px 30px rgba(0, 0, 0, 0.05);
  z-index: 999;
}

.megamenu-two-tabs {
  padding: 76px 45px 52px 12px;
  max-width: 324px;
}

@media only screen and (max-width: 1199px) {
  .megamenu-two-tabs {
    padding: 76px 20px 52px 12px;
    max-width: 265px;
  }
}

.megamenu-two-tabs::after {
  content: "";
  top: 14px;
  left: 0;
  width: 1px;
  height: -webkit-calc(100% - 14px);
  height: -moz-calc(100% - 14px);
  height: calc(100% - 14px);
  background-color: #dbdbdb;
}

.megamenu-two-tabs-item {
  cursor: pointer;
}

.megamenu-two-tabs-item::after {
  content: "\e964";
  font-family: "icomoon";
  font-size: 30px;
  padding: 19px 0;
  background-color: #fff;
  color: #ee273a;
  top: 50%;
  left: 0;
  -webkit-transform: translate(-29px, -50%);
  -moz-transform: translate(-29px, -50%);
  -ms-transform: translate(-29px, -50%);
  -o-transform: translate(-29px, -50%);
  transform: translate(-29px, -50%);
  z-index: 3;
  opacity: 0;
  -webkit-transition: unset;
  -o-transition: unset;
  -moz-transition: unset;
  transition: unset;
}

.megamenu-two-tabs-item::before {
  content: "";
  z-index: 62;
}

.megamenu-two-tabs-item:not(:last-child) {
  margin-bottom: 44px;
}

.megamenu-two-tabs-item i {
  width: 56px;
  height: 53px;
  font-size: 24px;
  color: #fff;
  z-index: 2;
  margin-left: 10px;
  -webkit-mask: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADgAAAA1CAMAAAAjxtjyAAAAQlBMVEUAAADBwcG/v7/BwcG/v7+/v7/CwsLBwcHAwMDBwcHBwcHCwsK/v7+/v7/CwsLAwMDAwMDAwMC/v7/BwcG/v7/BwcHfJXreAAAAFXRSTlMA3yDvQBB/cJDPr59gML+/n9+gX1AJZWToAAABA0lEQVRIx53W226DMBCE4bEXHzGQtJ33f9VWVSRLDbh4vvtfBjZeBeeWWB1JtyeP+0I0dqufzLp4q0vGNzX8m/mdZ5zH2GKkUiaSShk5UK7fc+XQKnZkFjsyTb5f9zn4nkO2vc2d99ifoQTHgcE4MymVG6mVjlrZOMeFfuCc/XWVOC3339qkBT9MCF2YftK+vyIVFlAp+UKh5AGjxIEaA0V66Cgp6let+KCkIVHisYnzB4zivcrKgcoG6Ht556wkLp2Ml11cj1iorvIsdghlruu8m+u6zXjHEQCh7HOYe9qy4JQf30xLuNSuDz0ahlo9O+u49f96ifV42m/wLMcjtw2nvgHpRbIMeN33EQAAAABJRU5ErkJggg==) 0 0/cover;
  mask: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADgAAAA1CAMAAAAjxtjyAAAAQlBMVEUAAADBwcG/v7/BwcG/v7+/v7/CwsLBwcHAwMDBwcHBwcHCwsK/v7+/v7/CwsLAwMDAwMDAwMC/v7/BwcG/v7/BwcHfJXreAAAAFXRSTlMA3yDvQBB/cJDPr59gML+/n9+gX1AJZWToAAABA0lEQVRIx53W226DMBCE4bEXHzGQtJ33f9VWVSRLDbh4vvtfBjZeBeeWWB1JtyeP+0I0dqufzLp4q0vGNzX8m/mdZ5zH2GKkUiaSShk5UK7fc+XQKnZkFjsyTb5f9zn4nkO2vc2d99ifoQTHgcE4MymVG6mVjlrZOMeFfuCc/XWVOC3339qkBT9MCF2YftK+vyIVFlAp+UKh5AGjxIEaA0V66Cgp6let+KCkIVHisYnzB4zivcrKgcoG6Ht556wkLp2Ml11cj1iorvIsdghlruu8m+u6zXjHEQCh7HOYe9qy4JQf30xLuNSuDz0ahlo9O+u49f96ifV42m/wLMcjtw2nvgHpRbIMeN33EQAAAABJRU5ErkJggg==) 0 0/cover;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  background-color: #494949;
}

.megamenu-two-tabs-item .name span {
  color: #c1c1c1;
  font-weight: 900;
  font-size: 16px;
  line-height: 25px;
}

.megamenu-two-tabs-item .name span.en {
  font-size: 12px;
  line-height: 19px;
}

.megamenu-two-tabs-item.active::after {
  opacity: 1;
}

.megamenu-two-tabs-item.active i {
  background-color: #ee273a;
}

.megamenu-two-tabs-item.active .name span.fa {
  color: #494949;
}

.megamenu-two-tabs-item.active .name span.en {
  color: #949494;
}

.megamenu-two-content {
  max-width: -webkit-calc(100% - 324px);
  max-width: -moz-calc(100% - 324px);
  max-width: calc(100% - 324px);
  padding: 59px 55px 53px 34px;
}

@media only screen and (max-width: 1199px) {
  .megamenu-two-content {
    padding: 59px 32px 53px;
    max-width: -webkit-calc(100% - 265px);
    max-width: -moz-calc(100% - 265px);
    max-width: calc(100% - 265px);
  }
}

.megamenu-two-content-item {
  display: none;
}

.megamenu-two-content-item .title {
  background: -webkit-gradient(linear, right top, left top, color-stop(-27.91%, rgba(231, 231, 231, 0.8)), color-stop(25.91%, rgba(204, 204, 204, 0.165175)), color-stop(121.51%, rgba(204, 204, 204, 0)));
  background: -webkit-linear-gradient(right, rgba(231, 231, 231, 0.8) -27.91%, rgba(204, 204, 204, 0.165175) 25.91%, rgba(204, 204, 204, 0) 121.51%);
  background: -moz-linear-gradient(right, rgba(231, 231, 231, 0.8) -27.91%, rgba(204, 204, 204, 0.165175) 25.91%, rgba(204, 204, 204, 0) 121.51%);
  background: -o-linear-gradient(right, rgba(231, 231, 231, 0.8) -27.91%, rgba(204, 204, 204, 0.165175) 25.91%, rgba(204, 204, 204, 0) 121.51%);
  background: linear-gradient(270deg, rgba(231, 231, 231, 0.8) -27.91%, rgba(204, 204, 204, 0.165175) 25.91%, rgba(204, 204, 204, 0) 121.51%);
  padding: 0 11px 1px 7px;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}

.megamenu-two-content-item .title .name {
  margin-bottom: 31px;
}

.megamenu-two-content-item .title .name-fa {
  font-size: 16px;
  font-weight: 900;
  color: #494949;
  line-height: 25px;
}

.megamenu-two-content-item .title .name-fa::before {
  content: "";
  top: 50%;
  right: 0;
  width: 2px;
  height: 10px;
  background-color: rgba(238, 39, 58, 0.8);
  -webkit-transform: translate(5px, -50%);
  -moz-transform: translate(5px, -50%);
  -ms-transform: translate(5px, -50%);
  -o-transform: translate(5px, -50%);
  transform: translate(5px, -50%);
}

.megamenu-two-content-item .title .name-en {
  font-size: 12px;
  font-weight: 900;
  color: #949494;
  line-height: 19px;
}

.megamenu-two-content-item ul {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 1%;
  -moz-box-flex: 1;
  -ms-flex: 1 0 1%;
  flex: 1 0 1%;
  max-height: 400px;
}

.megamenu-two-content-item ul li:not(:last-child) {
  margin-bottom: 22px;
}

.megamenu-two-content-item ul li a {
  font-size: 14px;
  font-weight: 900;
  color: #929292;
  line-height: 22px;
}

.megamenu-two-content-item ul li a:hover {
  color: #ee273a;
}

.megamenu-two-content-item ul li a::before {
  content: "";
  width: 2px;
  height: 10px;
  background-color: rgba(238, 39, 58, 0.8);
  margin: 0 6px 0 3px;
  display: inline-block;
  vertical-align: middle;
}

.megamenu-two-content-item .banners-megamenu {
  max-width: 342px;
}

@media only screen and (max-width: 1199px) {
  .megamenu-two-content-item .banners-megamenu {
    max-width: 230px;
  }
}

.megamenu-two-content-item .banners-megamenu a:not(:last-child) {
  margin-bottom: 27px;
}

.megamenu-two-content-item .banners-megamenu a img {
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  border-radius: 14px;
  -webkit-filter: drop-shadow(0px 29px 50px rgba(214, 220, 229, 0.15));
  filter: drop-shadow(0px 29px 50px rgba(214, 220, 229, 0.15));
}

.megamenu-two-content-item .banners-megamenu-two {
  max-width: 49%;
}

@media only screen and (max-width: 1199px) {
  .megamenu-two-content-item .banners-megamenu-two {
    max-width: 45%;
  }
}

.megamenu-two-content-item .banners-megamenu-two-item:not(:last-child) {
  margin-left: 23px;
}

.megamenu-two-content-item .banners-megamenu-two-item img {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  -webkit-box-shadow: 0px 37px 50px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 37px 50px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 37px 50px rgba(0, 0, 0, 0.05);
}

.megamenu-two-content-item .banners-megamenu-two-item a {
  width: 79px;
  height: 37px;
  -webkit-border-radius: 42px 14px 42px 42px;
  -moz-border-radius: 42px 14px 42px 42px;
  border-radius: 42px 14px 42px 42px;
  -webkit-box-shadow: -9px 24px 20px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: -9px 24px 20px rgba(0, 0, 0, 0.15);
  box-shadow: -9px 24px 20px rgba(0, 0, 0, 0.15);
  background-color: rgba(255, 255, 255, 0.3);
  line-height: 37px;
  font-size: 12px;
  color: #444;
  font-weight: 900;
  text-align: center;
  bottom: 36px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

.megamenu-two-content-item .banners-megamenu-two-item a i {
  margin-right: 4px;
  color: #ffb035;
  font-size: 9px;
}

.megamenu-two-content-item .banners-megamenu-two-item a:hover {
  background-color: #fff;
}

.megamenu-two-content-item .megamenu-products {
  max-width: 425px;
  padding: 0 59px 0 0;
}

@media only screen and (max-width: 1399px) {
  .megamenu-two-content-item .megamenu-products {
    max-width: 340px;
    padding-right: 38px;
  }
}

@media only screen and (max-width: 1199px) {
  .megamenu-two-content-item .megamenu-products {
    max-width: 315px;
    padding-right: 20px;
    margin-left: -26px;
  }
}

.megamenu-two-content-item .megamenu-products::before {
  content: "";
  right: 0;
  top: 0;
  width: 1px;
  height: 128%;
  background-color: #dbdbdb;
  -webkit-transform: translateY(-46px);
  -moz-transform: translateY(-46px);
  -ms-transform: translateY(-46px);
  -o-transform: translateY(-46px);
  transform: translateY(-46px);
}

.megamenu-two-content-item .megamenu-products::after {
  content: "\e964";
  font-family: "icomoon";
  font-size: 30px;
  padding: 19px 0;
  background-color: #fff;
  color: #dbdbdb;
  top: 50%;
  right: 0;
  -webkit-transform: translate(13px, -50%);
  -moz-transform: translate(13px, -50%);
  -ms-transform: translate(13px, -50%);
  -o-transform: translate(13px, -50%);
  transform: translate(13px, -50%);
  z-index: 3;
}

.megamenu-two-content-item .megamenu-products .heading {
  margin-bottom: 17px;
}

.megamenu-two-content-item .megamenu-products .heading .show-more {
  border: 0.5px solid rgba(73, 73, 73, 0.2);
  -webkit-box-shadow: 0px 9px 50px rgba(41, 41, 41, 0.05);
  -moz-box-shadow: 0px 9px 50px rgba(41, 41, 41, 0.05);
  box-shadow: 0px 9px 50px rgba(41, 41, 41, 0.05);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding: 6px 9px 4px 12px;
}

.megamenu-two-content-item .megamenu-products .heading .show-more .name {
  font-size: 12px;
  line-height: 18px;
  font-weight: 900;
  color: rgba(73, 73, 73, 0.8);
}

.megamenu-two-content-item .megamenu-products .heading .show-more .name span {
  margin-top: 1px;
  color: rgba(73, 73, 73, 0.5);
}

.megamenu-two-content-item .megamenu-products .heading .show-more i {
  font-size: 8px;
  color: #101010;
  margin-right: 12px;
}

.megamenu-two-content-item .megamenu-products .heading .show-more:hover {
  background-color: rgba(73, 73, 73, 0.05);
  border-color: rgba(73, 73, 73, 0.05);
}

.megamenu-two-content-item .megamenu-products .product-megamenu-two:not(:last-child) {
  margin-bottom: 17px;
}

.megamenu-two-content-item .megamenu-products .product-megamenu-two .image {
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-box-shadow: 0px 39px 50px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 39px 50px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 39px 50px 2px rgba(0, 0, 0, 0.05);
  width: 104px;
  height: 91px;
  margin-left: 19px;
}

.megamenu-two-content-item .megamenu-products .product-megamenu-two .image img {
  width: 60px;
  height: 60px;
}

.megamenu-two-content-item .megamenu-products .product-megamenu-two .detail h2 {
  font-size: 14px;
  line-height: 19px;
  color: rgba(73, 73, 73, 0.8);
  font-weight: 900;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.megamenu-two-content-item .megamenu-products .product-megamenu-two .detail .price {
  background-color: rgba(255, 211, 186, 0.1);
  -webkit-border-radius: 10px 0 10px 10px;
  -moz-border-radius: 10px 0 10px 10px;
  border-radius: 10px 0 10px 10px;
  padding: 0 15px 8px;
  font-size: 13px;
  font-weight: 900;
  line-height: 20px;
  color: #747474;
}

.megamenu-two-content-item .megamenu-products .product-megamenu-two .detail .price>span {
  background: -webkit-gradient(linear, left top, left bottom, from(#747474), to(rgba(116, 116, 116, 0)));
  background: -webkit-linear-gradient(top, #747474 0%, rgba(116, 116, 116, 0) 100%);
  background: -moz-linear-gradient(top, #747474 0%, rgba(116, 116, 116, 0) 100%);
  background: -o-linear-gradient(top, #747474 0%, rgba(116, 116, 116, 0) 100%);
  background: linear-gradient(180deg, #747474 0%, rgba(116, 116, 116, 0) 100%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  -o-background-clip: text;
  background-clip: text;
}

.megamenu-two-content-item .megamenu-products .product-megamenu-two .detail .price i {
  margin-right: 5px;
}

.megamenu::before,
.megamenu-two::before {
  content: "";
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 50px;
  -webkit-transform: translateY(-20px);
  -moz-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  -o-transform: translateY(-20px);
  transform: translateY(-20px);
}

.product-fourteen {
  max-width: 358px;
  width: 100%;
}

.product-fourteen .image {
  width: 120px;
  height: 120px;
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  -webkit-box-shadow: 0px 0px 80px 2px rgba(0, 0, 0, 0.02);
  -moz-box-shadow: 0px 0px 80px 2px rgba(0, 0, 0, 0.02);
  box-shadow: 0px 0px 80px 2px rgba(0, 0, 0, 0.02);
}

.product-fourteen .image img {
  width: 77px;
  height: 77px;
}

.product-fourteen .detail {
  max-width: -webkit-calc(100% - 120px);
  max-width: -moz-calc(100% - 120px);
  max-width: calc(100% - 120px);
  padding: 0 27px 0 0;
}

.product-fourteen .detail h2 {
  font-size: 14px;
  color: #5f5f5f;
  line-height: 19px;
  font-weight: 800;
}

.product-fourteen .detail .name-en {
  direction: ltr;
  color: rgba(95, 95, 95, 0.4);
  line-height: 19px;
}

.product-fourteen .detail .price>span {
  font-size: 12px;
  line-height: 16px;
  color: #5f5f5f;
}

.product-fourteen .detail .price>div {
  font-size: 16px;
  line-height: 21px;
  color: #ff8353;
}

.product-fourteen .detail .price>div>span {
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
}

.product-fourteen .detail .btn {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  width: 37px;
  height: 37px;
  background-color: #5f5f5f;
  font-size: 16px;
  color: #fff;
}

.product-fourteen .detail .btn:hover {
  background-color: #ff8353;
}

@media only screen and (max-width: 767px) {
  .product-fourteen .image {
    width: 110px;
    height: 110px;
  }

  .product-fourteen .image img {
    width: 60px;
    height: 60px;
  }

  .product-fourteen .detail {
    padding-right: 8px;
    max-width: -webkit-calc(100% - 94px);
    max-width: -moz-calc(100% - 94px);
    max-width: calc(100% - 94px);
  }
}

@media only screen and (max-width: 575px) {
  .product-fourteen .detail h2 {
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 3px;
  }

  .product-fourteen .detail .name-en {
    font-size: 9px;
    line-height: 12px;
  }
}

.alert {
  font-size: 14px;
  font-weight: 300;
}

.alert-warning {
  background-color: #fff9eb;
  border: none;
  color: #212341;
}

.alert-warning a,
.alert-warning b,
.alert-warning strong {
  color: #ffb035;
}

.alert a,
.alert b,
.alert strong {
  font-weight: bold;
}

.nav-responsive {
  z-index: 999;
  -webkit-transition: all 0.3s linear 0.3s;
  -o-transition: all 0.3s linear 0.3s;
  -moz-transition: all 0.3s linear 0.3s;
  transition: all 0.3s linear 0.3s;
  opacity: 0;
  visibility: hidden;
}

.nav-responsive-backdrop {
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
}

.nav-responsive-close,
.nav-responsive-back {
  width: 55px;
  height: 55px;
  background-color: #ee273a;
  font-size: 24px;
  -webkit-box-shadow: 0 15px 25px rgba(238, 39, 58, 0.25);
  -moz-box-shadow: 0 15px 25px rgba(238, 39, 58, 0.25);
  box-shadow: 0 15px 25px rgba(238, 39, 58, 0.25);
  margin: 0 0 26px;
}

.nav-responsive-content {
  z-index: 2;
  overflow: hidden auto;
  max-width: -webkit-calc(100% - 40px);
  max-width: -moz-calc(100% - 40px);
  max-width: calc(100% - 40px);
  -ms-overflow-style: none;
  scrollbar-width: none;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}

.nav-responsive-content::-webkit-scrollbar {
  display: none;
}

.nav-responsive-content-wrapper {
  padding: 26px 25px 34px;
}

.nav-responsive-content-menu li.has-child>a::after {
  content: "\e90c";
  position: absolute;
  top: 50%;
  left: 21px;
  font-size: 12px;
  color: #494949;
  font-family: "icomoon";
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.nav-responsive-content-menu li.has-child>.children {
  z-index: 999;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
  overflow: hidden auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.nav-responsive-content-menu li.has-child>.children::-webkit-scrollbar {
  display: none;
}


.nav-responsive-content-menu li.has-child>.children .heading {
  font-size: 18px;
  font-weight: 800;
  color: #ee273a;
  line-height: 25px;
}

.nav-responsive-content-menu li.has-child>.children .heading button {
  font-size: 12px;
  width: 48px;
  height: 48px;
}

.nav-responsive-content-menu li.has-child>.children>ul>li:not(:last-child) {
  margin-bottom: 0;
}

.nav-responsive-content-menu li.has-child>.children>ul>li.has-child.opened a::after {
  -webkit-transform: translateY(-50%) rotate(-90deg);
  -moz-transform: translateY(-50%) rotate(-90deg);
  -ms-transform: translateY(-50%) rotate(-90deg);
  -o-transform: translateY(-50%) rotate(-90deg);
  transform: translateY(-50%) rotate(-90deg);
}

.nav-responsive-content-menu li.has-child>.children>ul>li a {
  background: transparent;
}

.nav-responsive-content-menu li.has-child>.children>ul>li>ul {
  background: #f1f1f1;
  padding-right: 21px;
  display: none;
  overflow: hidden;
}

.nav-responsive-content-menu li.has-child>.children.opened {
  -webkit-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -o-transform: translateX(0%);
  transform: translateX(0%);
}

.nav-responsive-content-menu li:not(:last-child) {
  margin-bottom: 10px;
}

.nav-responsive-content-menu li a {
  position: relative;
  padding: 14px 21px;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(17.8%, #ffffff), color-stop(155.5%, #efefef));
  background-image: -webkit-linear-gradient(left, #ffffff 17.8%, #efefef 155.5%);
  background-image: -moz-linear-gradient(left, #ffffff 17.8%, #efefef 155.5%);
  background-image: -o-linear-gradient(left, #ffffff 17.8%, #efefef 155.5%);
  background-image: linear-gradient(90deg, #ffffff 17.8%, #efefef 155.5%);
  font-weight: 500;
  color: #2d365d;
  line-height: 22px;
}

.nav-responsive-content-menu li a i {
  margin-left: 17px;
  font-size: 21px;
}

.nav-responsive-content .discounts-contact {
  padding: 13px 13px 14px 39px;
}

.nav-responsive-content .discounts-contact::before {
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: -webkit-calc(100% + 59px);
  height: -moz-calc(100% + 59px);
  height: calc(100% + 59px);
  background: url("./../images/bg-nav-responsive.png") 0 0 no-repeat;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
  z-index: -1;
  -webkit-border-radius: 0 0 35px 35px;
  -moz-border-radius: 0 0 35px 35px;
  border-radius: 0 0 35px 35px;
}

.nav-responsive-content .discounts-contact .discount {
  background-color: #fff3f0;
  padding: 13px 17px 12px 22px;
  font-weight: 900;
  color: #ee273a;
  line-height: 18px;
}

.nav-responsive-content .discounts-contact .discount i {
  font-size: 19px;
  margin-left: 14px;
}

.nav-responsive-content .discounts-contact ul li:not(:last-child) {
  margin-left: 41px;
}

.nav-responsive-content .discounts-contact ul li a {
  color: #fff;
  font-size: 20px;
}

.nav-responsive-content .socials {
  padding: 20px 8px;
}

.nav-responsive-content .socials ul li:not(:last-child) {
  margin-left: 7px;
}

.nav-responsive-content .socials ul li a {
  width: 51px;
  height: 51px;
  background-color: #212341;
  font-size: 20px;
  color: #fff;
}

.nav-responsive-content .socials>span {
  font-weight: 900;
  line-height: 21px;
  margin-right: 10px;
}

.nav-responsive-content.opened-children {
  max-height: 100vh;
  overflow: hidden;
}

.nav-responsive.opened {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  z-index: 99999;
}

.nav-responsive.opened .nav-responsive-content {
  -webkit-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -o-transform: translateX(0%);
  transform: translateX(0%);
  -webkit-transition: all 0.3s linear 0.3s;
  -o-transition: all 0.3s linear 0.3s;
  -moz-transition: all 0.3s linear 0.3s;
  transition: all 0.3s linear 0.3s;
}

.about-us-landing .content {
  padding-right: 42px;
}

.about-us-landing .content::before {
  content: "";
  top: 13px;
  right: 0;
  width: 23px;
  height: 64px;
  background: url("./../images/pattern-about.png") 0 0 no-repeat;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
}

.about-us-landing .title {
  font-size: 67px;
  font-weight: 900;
  line-height: 72px;
  color: #2d365d;
}

.about-us-landing .title span {
  color: #eb2856;
}

.about-us-landing .sub-title {
  font-size: 55px;
  font-weight: 300;
  line-height: 72px;
}

.about-us-landing .description {
  padding-top: 12px;
  margin-top: 6px;
  font-size: 15px;
  line-height: 30px;
  color: #939aa4;
}

.about-us-landing .description::before {
  content: "";
  top: 0;
  right: 0;
  width: 57px;
  height: 1px;
  background-color: #f5f3fc;
}

.about-us-landing img {
  margin-top: -100px;
}

@media only screen and (max-width: 1199px) {
  .about-us-landing .title {
    font-size: 54px;
    line-height: 64px;
  }
}

@media only screen and (max-width: 767px) {
  .about-us-landing .title {
    font-size: 40px;
    line-height: 54px;
  }

  .about-us-landing .sub-title {
    font-size: 32px;
    line-height: 48px;
  }

  .about-us-landing .description {
    font-size: 13px;
  }
}

@media only screen and (max-width: 575px) {
  .about-us-landing img {
    margin-top: -32px;
  }
}

.about-us-description::before {
  content: "";
  top: 0;
  right: 0;
  width: 568px;
  height: 880px;
  -webkit-transform: translate(120px, 0);
  -moz-transform: translate(120px, 0);
  -ms-transform: translate(120px, 0);
  -o-transform: translate(120px, 0);
  transform: translate(120px, 0);
  background: url("./../images/img-about-us.png") 0 0 no-repeat;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
  z-index: -1;
}

.about-us-description .container::before {
  content: "";
  top: 0;
  right: 0;
  max-width: -webkit-calc(100% - 195px);
  max-width: -moz-calc(100% - 195px);
  max-width: calc(100% - 195px);
  width: 100%;
  height: 519px;
  background: -webkit-linear-gradient(236.03deg, #f8f9fb 1.16%, #ffffff 86.63%);
  background: -moz-linear-gradient(236.03deg, #f8f9fb 1.16%, #ffffff 86.63%);
  background: -o-linear-gradient(236.03deg, #f8f9fb 1.16%, #ffffff 86.63%);
  background: linear-gradient(213.97deg, #f8f9fb 1.16%, #ffffff 86.63%);
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 35px;
  z-index: -3;
  -webkit-transform: translateY(-79px);
  -moz-transform: translateY(-79px);
  -ms-transform: translateY(-79px);
  -o-transform: translateY(-79px);
  transform: translateY(-79px);
}

.about-us-description-content {
  padding-right: 400px;
  min-height: 713px;
}

.about-us-description-content .heading {
  padding-right: 32px;
}

.about-us-description-content .heading::before {
  content: "";
  top: 12px;
  left: 100%;
  background-color: #eb2856;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  width: 100px;
  height: 12px;
  z-index: -2;
  -webkit-transform: translateX(-12px);
  -moz-transform: translateX(-12px);
  -ms-transform: translateX(-12px);
  -o-transform: translateX(-12px);
  transform: translateX(-12px);
}

.about-us-description-content .heading .right .name {
  font-weight: 900;
  font-size: 35px;
  line-height: 42px;
  color: #2d365d;
}

.about-us-description-content .heading .right .sub-title {
  font-size: 20px;
  font-weight: 400;
  color: #2d365d;
  line-height: 31px;
}

.about-us-description-content .heading .socials li:not(:last-child) {
  margin-left: 16px;
}

.about-us-description-content .heading .socials li a {
  font-size: 20px;
  color: #212341;
}

.about-us-description-content .heading .socials li a:hover {
  color: #ee273a;
}

.about-us-description-content p {
  margin-top: 27px;
  line-height: 36px;
}

@media only screen and (max-width: 1399px) {
  .about-us-description::before {
    -webkit-transform: translate(140px, 0);
    -moz-transform: translate(140px, 0);
    -ms-transform: translate(140px, 0);
    -o-transform: translate(140px, 0);
    transform: translate(140px, 0);
  }
}

@media only screen and (max-width: 991px) {
  .about-us-description {
    margin-top: 50px;
  }

  .about-us-description::before,
  .about-us-description .container::before {
    content: none;
  }

  .about-us-description-content {
    padding-right: 0;
    min-height: auto;
  }
}

.about-us-introduction-company {
  margin-bottom: 242px;
}

.about-us-introduction-company-heading {
  padding-right: 51px;
  margin: 91px 0 76px;
}

.about-us-introduction-company-heading::before {
  content: "";
  top: 0;
  right: 0;
  width: 36px;
  height: 62px;
  background: url("./../images/pattern-video-01.png") 0 0 no-repeat;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
}

.about-us-introduction-company-heading .sup-title {
  font-size: 18px;
  line-height: 30px;
  padding-top: 2px;
}

.about-us-introduction-company-heading .title {
  font-weight: 900;
  font-size: 22px;
  line-height: 30px;
}

.about-us-introduction-company .video-box {
  max-width: 762px;
  height: 400px;
}

.about-us-introduction-company .video-box::before {
  content: "";
  bottom: 0;
  left: 59px;
  width: -webkit-calc(100% - 114px);
  width: -moz-calc(100% - 114px);
  width: calc(100% - 114px);
  height: -webkit-calc(100% - 60px);
  height: -moz-calc(100% - 60px);
  height: calc(100% - 60px);
  -webkit-transform: translate(0, 30px);
  -moz-transform: translate(0, 30px);
  -ms-transform: translate(0, 30px);
  -o-transform: translate(0, 30px);
  transform: translate(0, 30px);
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 35px;
  opacity: 0.79;
  -webkit-filter: blur(27px);
  filter: blur(27px);
  z-index: -1;
  background: url("./../images/bg-video.png") 0 0 no-repeat;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
}

.about-us-introduction-company .video-box::after {
  content: "";
  width: 120px;
  height: 199px;
  background: url("./../images/pattern-video-02.png") 0 0 no-repeat;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
  left: 0;
  bottom: 0;
  -webkit-transform: translate(-31px, 34px);
  -moz-transform: translate(-31px, 34px);
  -ms-transform: translate(-31px, 34px);
  -o-transform: translate(-31px, 34px);
  transform: translate(-31px, 34px);
  z-index: -1;
  mix-blend-mode: darken;
}

.about-us-introduction-company .video-box iframe {
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 35px;
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 767px) {
  .about-us-introduction-company .video-box {
    height: 280px;
  }

  .about-us-introduction-company .video-box iframe {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .about-us-introduction-company {
    margin-bottom: 120px;
  }

  .about-us-introduction-company-heading {
    margin-top: 50px;
  }
}

.about-us-statistics {
  max-width: 1021px;
}

.about-us-statistics-heading {
  line-height: 24px;
  max-width: 668px;
  margin-bottom: 46px;
}

.about-us-statistics-heading .title {
  font-weight: 900;
  font-size: 35px;
}

.about-us-statistics-heading .sub-title {
  font-size: 13px;
}

.about-us-statistics-item i {
  width: 132px;
  height: 132px;
  background-color: #f5f3fc;
  font-size: 36px;
  margin-bottom: 19px;
}

.about-us-statistics-item .count {
  font-weight: 900;
  line-height: 24px;
  font-size: 30px;
  color: #4324a6;
}

.about-us-statistics-item .title {
  line-height: 24px;
}

.about-us-statistics-item:hover i {
  background-color: #212341;
  color: #f5f3fc;
}

@media only screen and (max-width: 767px) {
  .about-us-statistics-heading .title {
    font-size: 24px;
    line-height: 38px;
  }

  .about-us-statistics-heading .sub-title {
    font-size: 12px;
    line-height: 22px;
  }

  .about-us-statistics .row {
    gap: 24px 0;
  }

  .about-us-statistics-item i {
    width: 90px;
    height: 90px;
    font-size: 28px;
  }
}

.contact-us-image::before {
  content: "";
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(238, 39, 58, 0)), to(#ee273a));
  background-image: -webkit-linear-gradient(top, rgba(238, 39, 58, 0), #ee273a);
  background-image: -moz-linear-gradient(top, rgba(238, 39, 58, 0), #ee273a);
  background-image: -o-linear-gradient(top, rgba(238, 39, 58, 0), #ee273a);
  background-image: linear-gradient(to bottom, rgba(238, 39, 58, 0), #ee273a);
}

.contact-us-image::after {
  content: "";
  z-index: -1;
  width: 623px;
  height: 623px;
  bottom: 0;
  right: 0;
  background-color: rgba(235, 40, 86, 0.04);
  -webkit-filter: blur(50px);
  filter: blur(50px);
  -webkit-transform: translate(422px, 470px);
  -moz-transform: translate(422px, 470px);
  -ms-transform: translate(422px, 470px);
  -o-transform: translate(422px, 470px);
  transform: translate(422px, 470px);
}

.contact-us-image img {
  height: 421px;
  -o-object-fit: cover;
  object-fit: cover;
}

.contact-us-content {
  margin-top: -80px;
}

.contact-us iframe {
  width: 100%;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  height: 100%;
}

.contact-us .socials {
  padding: 15px 38px;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  z-index: 2;
  margin: 52px 0 27px;
}

.contact-us .socials::before {
  content: "";
  z-index: -1;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  background-color: rgba(255, 255, 255, 0);
  -webkit-backdrop-filter: blur(30px) brightness(115%);
  backdrop-filter: blur(30px) brightness(115%);
}

.contact-us .socials li:not(:last-child) {
  margin-left: 16px;
}

.contact-us .socials li a {
  color: #fff;
  font-size: 20px;
}

.contact-us .socials li a:hover {
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  -o-transform: translateY(-5px);
  transform: translateY(-5px);
  color: #2d365d;
}

.contact-us .info-contact {
  margin-bottom: 16px;
  padding-bottom: 21px;
  border-bottom: 1px solid #f5f3fc;
}

.contact-us .info-contact-item {
  max-width: 50%;
}

.contact-us .info-contact-item .image {
  width: 68px;
  height: 90px;
  margin-left: 17px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  background-color: #fff3f0;
}

.contact-us .info-contact-item .image img {
  width: 31px;
  height: 31px;
}

.contact-us .info-contact-item .title {
  font-weight: 900;
  font-size: 35px;
  line-height: 33px;
}

.contact-us .info-contact-item .sub-title {
  font-size: 16px;
  font-weight: 300;
  color: #b3bbc7;
}

.contact-us .info-contact-item .sub-title span {
  font-weight: 900;
  color: #4324a6;
  font-size: 16px;
  line-height: 30px;
}

.contact-us .info-contact-item:nth-child(2) .title {
  font-size: 14px;
  font-weight: 400;
  color: #b3bbc7;
  line-height: 30px;
}

.contact-us .info-contact-item:nth-child(2) .sub-title {
  font-size: 14px;
  color: #212341;
  line-height: 30px;
}

.contact-us-note {
  padding: 12px 12px 14px;
}

.contact-us .full-info-contact {
  margin: 16px 0 37px;
  padding: 42px 0 51px;
  border: solid #f5f3fc;
  border-width: 1px 0;
}

.contact-us .full-info-contact-item {
  max-width: 50%;
  z-index: 2;
}

.contact-us .full-info-contact-item::before {
  content: "";
  top: 0;
  right: 0;
  width: 50px;
  height: 100%;
  background-color: #fff9eb;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  z-index: -1;
}

.contact-us .full-info-contact-item:nth-child(2)>div i {
  margin-right: 13px;
}

.contact-us .full-info-contact-item>div i {
  font-size: 22px;
  margin: 0 16px 0 30px;
}

.contact-us .full-info-contact-item>div .detail .title {
  color: #2d365d;
  font-size: 14px;
  line-height: 30px;
}

.contact-us .full-info-contact-item>div .detail .value {
  font-weight: bold;
  color: #232323;
  line-height: 24px;
}

.contact-us .full-info-contact-item>div:first-child {
  margin: 11px 0 24px;
}

.contact-us .full-info-contact-item>div:last-child {
  margin-bottom: 13px;
}

.contact-us .full-info-contact-item:first-child>div:last-child .detail .value {
  font-weight: 900;
  font-size: 30px;
}

.contact-us-form .title {
  font-weight: 900;
  font-size: 30px;
  line-height: 45px;
  margin-bottom: 33px;
}

.contact-us-form .row>* {
  margin-bottom: 30px;
}

.contact-us-form .row>*:nth-last-child(2) {
  margin-bottom: 0;
}

.contact-us-form .row>*:last-child {
  margin: 22px 0 0;
}

.contact-us-form .form-control {
  height: 45px;
  padding: 0 32px;
  font-size: 12px;
  font-weight: 300;
}

.contact-us-form .form-control[type="number"]::-webkit-input-placeholder,
.contact-us-form .form-control[type="email"]::-webkit-input-placeholder,
.contact-us-form .form-control[type="tel"]::-webkit-input-placeholder {
  text-align: right;
}

.contact-us-form .form-control[type="number"]:-moz-placeholder,
.contact-us-form .form-control[type="email"]:-moz-placeholder,
.contact-us-form .form-control[type="tel"]:-moz-placeholder {
  text-align: right;
}

.contact-us-form .form-control[type="number"]::-moz-placeholder,
.contact-us-form .form-control[type="email"]::-moz-placeholder,
.contact-us-form .form-control[type="tel"]::-moz-placeholder {
  text-align: right;
}

.contact-us-form .form-control[type="number"]:-ms-input-placeholder,
.contact-us-form .form-control[type="email"]:-ms-input-placeholder,
.contact-us-form .form-control[type="tel"]:-ms-input-placeholder {
  text-align: right;
}

.contact-us-form .form-control[type="number"]::-ms-input-placeholder,
.contact-us-form .form-control[type="email"]::-ms-input-placeholder,
.contact-us-form .form-control[type="tel"]::-ms-input-placeholder {
  text-align: right;
}

.contact-us-form .form-control[type="number"]::placeholder,
.contact-us-form .form-control[type="email"]::placeholder,
.contact-us-form .form-control[type="tel"]::placeholder {
  text-align: right;
}

.contact-us-form textarea.form-control {
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  height: 235px;
  padding: 18px 32px;
}

.contact-us-form .btn {
  font-size: 16px;
  padding: 15px 12px;
  line-height: 25px;
}

@media only screen and (max-width: 991px) {

  .contact-us-image,
  .contact-us-image img {
    height: 280px;
  }

  .contact-us iframe {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    height: 400px;
  }
}

@media only screen and (max-width: 767px) {
  .contact-us iframe {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    height: 280px;
  }

  .contact-us .info-contact-item .detail .title {
    font-size: 24px;
  }

  .contact-us .info-contact-item:nth-child(2) .detail .title {
    font-size: 14px;
  }

  .contact-us-form textarea.form-control {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
  }
}

@media only screen and (max-width: 575px) {

  .contact-us-image,
  .contact-us-image img,
  .contact-us iframe {
    height: 200px;
  }

  .contact-us .info-contact-item,
  .contact-us .full-info-contact-item {
    max-width: 100%;
  }

  .contact-us .info-contact-item:first-child {
    margin-bottom: 32px;
  }

  .contact-us .full-info-contact-item:first-child::before {
    -webkit-border-radius: 50px 50px 0 0;
    -moz-border-radius: 50px 50px 0 0;
    border-radius: 50px 50px 0 0;
  }

  .contact-us .full-info-contact-item:last-child::before {
    -webkit-border-radius: 0 0 50px 50px;
    -moz-border-radius: 0 0 50px 50px;
    border-radius: 0 0 50px 50px;
  }
}

.cart-two {
  margin-top: 84px;
}

@media only screen and (max-width: 767px) {
  .cart-two {
    margin-top: 50px;
  }
}

.cart-two-wrapper {
  -webkit-box-shadow: 0 10px 50px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 10px 50px rgba(0, 0, 0, 0.12);
  box-shadow: 0 10px 50px rgba(0, 0, 0, 0.12);
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 35px;
  padding: 30px;
}

.cart-two-title {
  background-color: #49be78;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  padding: 16px 41px 20px;
}

.cart-two-title h2 {
  font-size: 24px;
  line-height: 53px;
  font-weight: 900;
}

.cart-two-title p {
  line-height: 22px;
}

.cart-two-content {
  max-width: -webkit-calc(100% - 60px);
  max-width: -moz-calc(100% - 60px);
  max-width: calc(100% - 60px);
}

.cart-two-count-products {
  padding: 12px 24px 12px;
  background-color: #b3bbc7;
  -webkit-border-radius: 0 0 25px 25px;
  -moz-border-radius: 0 0 25px 25px;
  border-radius: 0 0 25px 25px;
  margin-bottom: 33px;
}

.cart-two-count-products i {
  width: 50px;
  height: 50px;
  color: #49be78;
  font-size: 20px;
  margin-left: 22px;
}

.cart-two-count-products .detail .title {
  line-height: 24px;
}

.cart-two-count-products .detail .value {
  line-height: 30px;
  font-size: 18px;
  font-weight: 900;
}

.cart-two-address {
  z-index: 2;
}

.cart-two-address::before {
  content: "";
  top: 0;
  right: 0;
  width: 50px;
  height: 100%;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  background-color: #fff9eb;
  z-index: -1;
}

.cart-two-address i {
  font-size: 23px;
  color: #ffb035;
  margin: 13px 12px 0 39px;
}

.cart-two-address .detail {
  padding-top: 13px;
}

.cart-two-address .detail .title {
  font-size: 18px;
  font-weight: 900;
  margin-bottom: 7px;
  line-height: 27px;
}

.cart-two-address .detail .value {
  color: #2d365d;
  line-height: 26px;
}

.cart-two-address .detail .value span {
  color: #0055ff;
}

.cart-two-address .detail .name {
  line-height: 26px;
  color: #2d365d;
  margin-bottom: 10px;
}

.cart-two-address .detail .btn {
  font-size: 13px;
  padding: 6px 28px;
}

.cart-two-products {
  margin: 46px 0 58px;
}

.cart-two-products-item {
  border: 4px solid #f8f9fb;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 35px;
  padding: 10px 73px 9px;
}

.cart-two-products-item:not(:last-child) {
  margin-bottom: 50px;
}

.cart-two-products-item .delete {
  top: 19px;
  right: 19px;
  width: 50px;
  height: 25px;
  line-height: 25px;
  color: #ee232b;
  font-size: 13px;
  background-color: #ffebec;
}

.cart-two-products-item .delete:hover {
  color: #ffebec;
  background-color: #ee232b;
}

.cart-two-products-item .offer {
  width: 89px;
  height: 57px;
  font-size: 22px;
  line-height: 45px;
  z-index: 2;
  top: 0;
  left: 0;
  -webkit-transform: translate(-1px, -20px);
  -moz-transform: translate(-1px, -20px);
  -ms-transform: translate(-1px, -20px);
  -o-transform: translate(-1px, -20px);
  transform: translate(-1px, -20px);
}

.cart-two-products-item .offer::before {
  content: "";
  background: url("./../images/offer-0234.png") 0 0 no-repeat;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
  z-index: -1;
}

.cart-two-products-item img {
  max-width: 161px;
  height: 161px;
  margin-left: 56px;
}

.cart-two-products-item .detail .info h2 {
  font-size: 18px;
  font-weight: 900;
  color: #232323;
  line-height: 28px;
  margin-bottom: 7px;
}

.cart-two-products-item .detail .info .price {
  font-size: 16px;
  line-height: 25px;
  color: #232323;
}

.cart-two-products-item .detail .info .price del {
  font-size: 20px;
  line-height: 31px;
  color: #ee232b;
  -webkit-text-decoration-color: #707070;
  -moz-text-decoration-color: #707070;
  text-decoration-color: #707070;
}

.cart-two-products-item .detail .info .price span {
  margin: 0 16px 0 2px;
  font-weight: 900;
  font-size: 30px;
  line-height: 45px;
  color: #49be78;
}

.cart-two-products-item .detail .count button,
.cart-two-products-item .detail .count input {
  font-weight: 900;
  color: #2d365d;
}

.cart-two-products-item .detail .count button {
  font-size: 30px;
  line-height: 45px;
}

.cart-two-products-item .detail .count button:hover {
  color: #ee232b;
}

.cart-two-products-item .detail .count input {
  font-size: 24px;
  width: 60px;
  height: 40px;
  background-color: #f8f9fb;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  margin: 0 12px;
}

.cart-two-offer-code {
  margin-bottom: 53px;
}

.cart-two-offer-code .form-control {
  height: 45px;
  padding: 0 24px;
  margin-left: 15px;
  font-size: 14px;
  max-width: 253px;
}

.cart-two-offer-code .btn {
  font-size: 14px;
  padding: 12px 42px;
}

.cart-two-total-price .total-price {
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  background-color: #edf5e6;
  padding: 4px 30px 4px 34px;
  max-width: 70%;
  margin-left: 21px;
}

.cart-two-total-price .total-price>span {
  font-size: 18px;
  font-weight: 900;
  color: #232323;
  line-height: 28px;
}

.cart-two-total-price .total-price>div {
  font-size: 35px;
  color: #67b930;
  font-weight: 900;
  line-height: 59px;
}

.cart-two-total-price .total-price>div>span {
  font-size: 19px;
  margin-right: 3px;
  line-height: 29px;
}

.cart-two-total-price .btn {
  max-width: -webkit-calc(30% - 21px);
  max-width: -moz-calc(30% - 21px);
  max-width: calc(30% - 21px);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  font-size: 19px;
  line-height: 29px;
  padding: 19px 20px;
}

.cart-two-type-send {
  margin-top: 39px;
}

.cart-two-type-send i {
  font-size: 43px;
  color: #000;
  margin-left: 37px;
}

.cart-two-type-send .detail {
  line-height: 27px;
  color: #2d365d;
}

.cart-two-type-send .detail .sub-title {
  font-size: 15px;
}

@media only screen and (max-width: 991px) {
  .cart-two-products-item {
    padding: 10px 24px 9px;
  }

  .cart-two-products-item img {
    margin: 0 0 24px;
  }

  .cart-two-total-price .total-price>span {
    font-size: 16px;
  }

  .cart-two-total-price .total-price>div {
    font-size: 28px;
  }
}

@media only screen and (max-width: 767px) {
  .cart-two-wrapper {
    padding: 0;
    background-color: transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }

  .cart-two-content {
    max-width: 100%;
  }

  .cart-two-title {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
  }

  .cart-two-title h2 {
    font-size: 24px;
    line-height: 38px;
  }

  .cart-two-count-products {
    max-width: -webkit-calc(100% - 40px);
    max-width: -moz-calc(100% - 40px);
    max-width: calc(100% - 40px);
    margin: 0 auto 32px;
    -webkit-border-radius: 0 0 20px 20px;
    -moz-border-radius: 0 0 20px 20px;
    border-radius: 0 0 20px 20px;
  }

  .cart-two-total-price .total-price,
  .cart-two-total-price .btn {
    max-width: 100%;
    margin: 0;
  }

  .cart-two-total-price .total-price {
    padding: 4px 15px;
  }
}

@media only screen and (max-width: 575px) {
  .cart-two-offer-code .btn {
    padding: 12px 24px;
  }

  .cart-two-total-price .total-price {
    padding: 8px 15px;
  }

  .cart-two-total-price .total-price>span {
    font-size: 14px;
    line-height: 24px;
  }

  .cart-two-total-price .total-price>div {
    font-size: 20px;
    line-height: 38px;
  }

  .cart-two-total-price .total-price>div>span {
    font-size: 14px;
    line-height: 24px;
  }

  .cart-two-total-price .btn {
    padding: 12px 12px;
    font-size: 14px;
    line-height: 30px;
  }
}

.header-mobile {
  padding-top: 22px;
  margin-bottom: 17px;
}

.header-mobile .nav-header-btn,
.header-mobile .back {
  background-color: #fff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  width: 50px;
  height: 50px;
  font-size: 24px;
  color: #2d365d;
  text-align: center;
  line-height: 50px;
}

.cart-mobile-count-products {
  max-width: -webkit-calc(100% - 42px);
  max-width: -moz-calc(100% - 42px);
  max-width: calc(100% - 42px);
  margin: 0 auto 33px;
}

.cart-mobile-products {
  margin-bottom: 38px;
}

.cart-mobile-products-item {
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 35px;
  background-color: #fff;
  padding: 10px 17px 18px 20px;
  -webkit-box-shadow: 0 5px 40px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 5px 40px rgba(0, 0, 0, 0.08);
  box-shadow: 0 5px 40px rgba(0, 0, 0, 0.08);
}

.cart-mobile-products-item:not(:last-child) {
  margin-bottom: 20px;
}

.cart-mobile-products-item .info img {
  max-width: 114px;
  height: 114px;
  margin-left: 14px;
  margin-bottom: 15px;
}

.cart-mobile-products-item .info h2 {
  font-size: 15px;
  font-weight: 500;
  color: #232323;
}

.cart-mobile-products-item .counter {
  margin-left: 30px;
}

.cart-mobile-products-item .counter button,
.cart-mobile-products-item .counter input {
  font-weight: 900;
  color: #2d365d;
}

.cart-mobile-products-item .counter button {
  font-size: 25px;
  line-height: 38px;
}

.cart-mobile-products-item .counter input {
  background-color: #f8f9fb;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  width: 42px;
  height: 28px;
  line-height: 28px;
  font-size: 15px;
  text-align: center;
}

.cart-mobile-products-item .icons>* {
  width: 33px;
  height: 33px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  border: 1px solid #e7ebee;
}

.cart-mobile-products-item .icons>*:first-child {
  margin-left: 12px;
}

.cart-mobile-products-item .price {
  font-size: 11px;
  line-height: 17px;
  color: #232323;
}

.cart-mobile-products-item .price del {
  font-size: 14px;
  line-height: 22px;
  color: #ee232b;
  -webkit-text-decoration-color: #707070;
  -moz-text-decoration-color: #707070;
  text-decoration-color: #707070;
}

.cart-mobile-products-item .price span {
  font-weight: 900;
  line-height: 32px;
  font-size: 14px;
  color: #49be78;
}

@media only screen and (max-width: 399px) {
  .cart-mobile-products-item .counter {
    margin-left: 12px;
  }

  .cart-mobile-products-item .counter button {
    font-size: 20px;
    line-height: 32px;
  }

  .cart-mobile-products-item .counter span {
    width: 35px;
    font-size: 13px;
  }

  .cart-mobile-products-item .icons>*:first-child {
    margin-left: 6px;
  }
}

.nav-bottom {
  padding: 21px 47px 17px;
  z-index: 2;
  -webkit-filter: drop-shadow(0 0 35px rgba(0, 0, 0, 0.1));
  filter: drop-shadow(0 0 35px rgba(0, 0, 0, 0.1));
  border-bottom: 4px solid #ffb035;
  z-index: 800;
}

.nav-bottom::before {
  content: "";
  top: 0;
  left: 50%;
  width: 428px;
  height: 100%;
  background-color: #fff;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
  z-index: -3;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-mask: url("./../images/nav-bottom-01.png") center/cover;
  mask: url("./../images/nav-bottom-01.png") center/cover;
}

.nav-bottom::after {
  content: "";
  bottom: 1px;
  left: 50%;
  width: 428px;
  height: 100%;
  background-color: #ffb035;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
  z-index: -4;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-mask: url("./../images/nav-bottom-02.png") center/cover;
  mask: url("./../images/nav-bottom-02.png") center/cover;
}

.nav-bottom>a {
  font-size: 23px;
  color: #000;
}

.nav-bottom>a span {
  width: 29px;
  height: 29px;
  top: 6px;
  left: 0;
  text-align: center;
  line-height: 29px;
  background-color: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.16);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.16);
  color: #000;
  font-size: 16px;
  font-weight: bold;
  -webkit-transform: translateX(-17px);
  -moz-transform: translateX(-17px);
  -ms-transform: translateX(-17px);
  -o-transform: translateX(-17px);
  transform: translateX(-17px);
}

.nav-bottom>a:hover,
.nav-bottom>a.active {
  color: #ffb035;
}

.nav-bottom>a:first-child::before,
.nav-bottom>a:first-child::after {
  content: "";
  background-color: #fff;
  z-index: -1;
  width: -webkit-calc(100% - 428px);
  width: -moz-calc(100% - 428px);
  width: calc(100% - 428px);
  height: 100%;
  bottom: 0;
}

.nav-bottom>a:first-child::before {
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  left: 100%;
}

.nav-bottom>a:first-child::after {
  -webkit-transform: translateX(50%);
  -moz-transform: translateX(50%);
  -ms-transform: translateX(50%);
  -o-transform: translateX(50%);
  transform: translateX(50%);
  right: 100%;
}

.nav-bottom>a:nth-child(3) {
  width: 66px;
  height: 66px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #ffb035;
  font-size: 29px;
  color: #fff;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -44px);
  -moz-transform: translate(-50%, -44px);
  -ms-transform: translate(-50%, -44px);
  -o-transform: translate(-50%, -44px);
  transform: translate(-50%, -44px);
}

@media only screen and (max-width: 499px) {
  .nav-bottom>a:nth-child(2) {
    margin-left: 80px;
  }
}

.nav-bottom-two {
  border-bottom: 0;
  padding: 21px 47px;
}

.nav-bottom-two::before {
  -webkit-mask: url("./../images/nav-bottom-03.png") center/cover;
  mask: url("./../images/nav-bottom-03.png") center/cover;
  background-color: #2d365d;
}

.nav-bottom-two::after {
  -webkit-mask: url("./../images/nav-bottom-04.png") center/cover;
  mask: url("./../images/nav-bottom-04.png") center/cover;
  background-color: #13152a;
  height: 100%;
  bottom: 1px;
}

.nav-bottom-two>a {
  color: #fff;
}

.nav-bottom-two>a:hover,
.nav-bottom-two>a.active {
  color: #ffb035;
}

.nav-bottom-two>a:first-child::before,
.nav-bottom-two>a:first-child::after {
  background-color: #2d365d;
}

.nav-bottom-two>a:nth-child(3) {
  z-index: 2;
  background-color: rgba(255, 255, 255, 0);
  -webkit-transform: translate(-50%, -36px);
  -moz-transform: translate(-50%, -36px);
  -ms-transform: translate(-50%, -36px);
  -o-transform: translate(-50%, -36px);
  transform: translate(-50%, -36px);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.nav-bottom-two>a:nth-child(3)::before {
  content: "";
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#eeeef1), to(#727895));
  background-image: -webkit-linear-gradient(top, #eeeef1, #727895);
  background-image: -moz-linear-gradient(top, #eeeef1, #727895);
  background-image: -o-linear-gradient(top, #eeeef1, #727895);
  background-image: linear-gradient(to bottom, #eeeef1, #727895);
  z-index: -1;
}

.nav-bottom-three {
  border-bottom: 0;
  padding: 21px 47px;
}

.nav-bottom-three::before {
  -webkit-mask: url("./../images/nav-bottom-05.png") center/cover;
  mask: url("./../images/nav-bottom-05.png") center/cover;
  background-color: #fff;
}

.nav-bottom-three::after {
  content: none;
}

.nav-bottom-three>a {
  color: #2d365d;
}

.nav-bottom-three>a:hover,
.nav-bottom-three>a.active {
  color: #ffb035;
}

.nav-bottom-three>a:nth-child(3) {
  background-color: #ee273a;
  border: 3px solid #fff;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.nav-bottom-three>a:nth-child(3) span {
  background-color: #49be78;
  color: #fff;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.nav-bottom-four {
  border-bottom: 0;
  max-width: -webkit-calc(100% - 20px);
  max-width: -moz-calc(100% - 20px);
  max-width: calc(100% - 20px);
  margin: 0 auto;
  background-color: #fff;
  border: 1px solid #d7e6e6;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  border-radius: 14px;
  -webkit-filter: unset;
  filter: unset;
  padding: 17px 38px;
  margin-bottom: 10px;
}

.nav-bottom-four::before,
.nav-bottom-four::after,
.nav-bottom-four>a:first-child::before,
.nav-bottom-four>a:first-child::after {
  content: none;
}

.nav-bottom-four>a {
  color: #2d365d;
}

.nav-bottom-four>a:nth-child(2) {
  margin-left: 0;
}

.nav-bottom-four>a:nth-child(3) {
  background-color: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  width: auto;
  height: auto;
  -webkit-transform: unset;
  -moz-transform: unset;
  -ms-transform: unset;
  -o-transform: unset;
  transform: unset;
  left: 0;
  color: #2d365d;
}

.nav-bottom-four>a:hover,
.nav-bottom-four>a.active {
  color: #ffb035;
}

@media only screen and (max-width: 399px) {
  .nav-bottom {
    padding: 21px 20px 17px;
  }

  .nav-bottom-two,
  .nav-bottom-three {
    padding: 21px 20px;
  }

  .nav-bottom-four {
    padding: 17px 20px;
  }
}

.nav-header-cart-dropdown-two-heading,
.cart-sliding-content-heading {
  margin-bottom: 38px;
}

.nav-header-cart-dropdown-two-heading .count-products,
.cart-sliding-content-heading .count-products {
  width: 76px;
  height: 29px;
  line-height: 29px;
  background-color: #f8f9fb;
  color: #939aa4;
}

.nav-header-cart-dropdown-two-heading .count-products b,
.cart-sliding-content-heading .count-products b {
  font-weight: 900;
  font-size: 18px;
  margin-left: 5px;
}

.nav-header-cart-dropdown-two-heading a,
.cart-sliding-content-heading a {
  line-height: 24px;
  color: #2d365d;
}

.nav-header-cart-dropdown-two-heading a i,
.cart-sliding-content-heading a i {
  font-size: 6px;
  margin-right: 6px;
  color: #000;
}

.nav-header-cart-dropdown-two .total-price,
.cart-sliding-content .total-price {
  padding: 23px 20px 24px 15px;
  z-index: 2;
}

.nav-header-cart-dropdown-two .total-price::before,
.cart-sliding-content .total-price::before {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: -webkit-calc(100% + 30px);
  height: -moz-calc(100% + 30px);
  height: calc(100% + 30px);
  -webkit-border-radius: 15px 15px 0 0;
  -moz-border-radius: 15px 15px 0 0;
  border-radius: 15px 15px 0 0;
  background-color: #edf5e6;
  z-index: -1;
}

.nav-header-cart-dropdown-two .total-price>span,
.cart-sliding-content .total-price>span {
  font-size: 18px;
  font-weight: 900;
  color: #232323;
  line-height: 27px;
  color: #232323;
}

.nav-header-cart-dropdown-two .total-price>div,
.cart-sliding-content .total-price>div {
  font-weight: 900;
  font-size: 24px;
  color: #67b930;
}

.nav-header-cart-dropdown-two .total-price>div>span,
.cart-sliding-content .total-price>div>span {
  font-size: 19px;
  line-height: 29px;
}

.nav-header-cart-dropdown-two>.btn,
.cart-sliding-content>.btn {
  z-index: 9;
  font-size: 19px;
  line-height: 29px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  padding: 19px 20px;
}

.nav-header-cart-dropdown-two {
  top: -webkit-calc(100% + 38px);
  top: -moz-calc(100% + 38px);
  top: calc(100% + 38px);
  left: 0;
  width: 461px;
  background-color: #fff;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -webkit-box-shadow: 0 10px 50px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 10px 50px rgba(0, 0, 0, 0.12);
  box-shadow: 0 10px 50px rgba(0, 0, 0, 0.12);
  z-index: 87;
  padding: 12px 15px;
  border-top: 6px solid #49be78;
  opacity: 0;
  visibility: hidden;
}

.nav-header-cart-dropdown-two::before {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 30px;
  -webkit-transform: translateY(-25px);
  -moz-transform: translateY(-25px);
  -ms-transform: translateY(-25px);
  -o-transform: translateY(-25px);
  transform: translateY(-25px);
  z-index: -1;
}

.nav-header-cart-dropdown-two-heading {
  margin-bottom: 20px;
}

.nav-header-cart-dropdown-two-products {
  margin-bottom: 20px;
}

.nav-header-cart-dropdown-two-products-item {
  background-color: #fff;
  border: 4px solid #f8f9fb;
  padding: 24px 20px 12px;
}

.nav-header-cart-dropdown-two-products-item:not(:last-child) {
  margin-bottom: 10px;
}

.nav-header-cart-dropdown-two-products-item .delete {
  width: 50px;
  height: 25px;
  line-height: 25px;
  background-color: #ffebec;
  color: #ee232b;
  font-size: 13px;
  -webkit-transform: translate(4px, -4px);
  -moz-transform: translate(4px, -4px);
  -ms-transform: translate(4px, -4px);
  -o-transform: translate(4px, -4px);
  transform: translate(4px, -4px);
}

.nav-header-cart-dropdown-two-products-item .delete:hover {
  background-color: #ee232b;
  color: #ffebec;
}

.nav-header-cart-dropdown-two-products-item .info {
  margin-bottom: 17px;
}

.nav-header-cart-dropdown-two-products-item .info img {
  width: 90px;
}

.nav-header-cart-dropdown-two-products-item .info .detail {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 1%;
  -moz-box-flex: 1;
  -ms-flex: 1 0 1%;
  flex: 1 0 1%;
  padding-right: 22px;
}

.nav-header-cart-dropdown-two-products-item .info .detail h2 {
  font-size: 14px;
  font-weight: 900;
  color: #232323;
  line-height: 24px;
  margin-bottom: 20px;
  max-height: 48px;
}

.nav-header-cart-dropdown-two-products-item .info .detail h2 a:hover {
  color: #ee273a;
}

.nav-header-cart-dropdown-two-products-item .info .detail .counter {
  padding: 6px 24px 7px 25px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  border: 1px solid #e7ebee;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}

.nav-header-cart-dropdown-two-products-item .info .detail .counter>* {
  font-weight: 900;
  color: #2d365d;
}

.nav-header-cart-dropdown-two-products-item .info .detail .counter button {
  font-size: 30px;
  line-height: 15px;
}

.nav-header-cart-dropdown-two-products-item .info .detail .counter input {
  width: 40px;
  height: 28px;
  background-color: #f8f9fb;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  line-height: 28px;
  margin: 0 12px 0 13px;
  font-size: 18px;
  outline: none;
  text-align: center;
}

.nav-header-cart-dropdown-two-products-item .color-price .color {
  border: 1px solid #efefef;
  padding: 5px 5px 5px 13px;
  font-size: 11px;
  color: #2d365d;
  margin-left: 68px;
}

.nav-header-cart-dropdown-two-products-item .color-price .color span {
  width: 22px;
  height: 22px;
  border: 1px solid #b3bbc7;
}

.nav-header-cart-dropdown-two-products-item .color-price .price {
  color: #232323;
  line-height: 22px;
}

.nav-header-cart-dropdown-two-products-item .color-price .price del {
  font-size: 18px;
  color: #ee232b;
  -webkit-text-decoration-color: #707070;
  -moz-text-decoration-color: #707070;
  text-decoration-color: #707070;
}

.nav-header-cart-dropdown-two-products-item .color-price .price span {
  font-size: 22px;
  line-height: 33px;
  color: #49be78;
  margin: 0 8px 0 3px;
  font-weight: 900;
}

@media only screen and (max-width: 450px) {
  .nav-header-cart-dropdown-two-products-item {
    padding: 33px 12px 16px;
  }

  .nav-header-cart-dropdown-two-products-item .info img {
    width: auto;
    height: 54px;
  }

  .nav-header-cart-dropdown-two-products-item .info .detail .counter {
    padding: 6px 14px 7px;
  }

  .nav-header-cart-dropdown-two-products-item .info .detail .counter button {
    font-size: 24px;
  }

  .nav-header-cart-dropdown-two-products-item .info .detail .counter span {
    font-size: 16px;
    width: 50px;
  }

  .nav-header-cart-dropdown-two-products-item .color-price .color {
    margin-left: auto;
  }
}

.nav-header-cart-dropdown-two .total-price {
  padding: 15px 20px 16px 15px;
  z-index: 2;
}

.nav-header-cart-dropdown-two .total-price::before {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: -webkit-calc(100% + 30px);
  height: -moz-calc(100% + 30px);
  height: calc(100% + 30px);
  -webkit-border-radius: 15px 15px 0 0;
  -moz-border-radius: 15px 15px 0 0;
  border-radius: 15px 15px 0 0;
  background-color: #edf5e6;
  z-index: -1;
}

.nav-header-cart-dropdown-two .total-price>span {
  font-size: 14px;
  font-weight: 900;
  color: #232323;
  line-height: 20px;
  color: #232323;
}

.nav-header-cart-dropdown-two .total-price>div {
  font-weight: 900;
  font-size: 24px;
  color: #67b930;
}

.nav-header-cart-dropdown-two .total-price>div>span {
  font-size: 12px;
  line-height: 18px;
}

.nav-header-cart-dropdown-two .btn {
  z-index: 9;
  font-size: 16px;
  line-height: 21px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  padding: 15px 20px;
}

@media only screen and (min-width: 990px) {
  .nav-header-cart:hover .nav-header-cart-dropdown-two {
    top: -webkit-calc(100% + 19px);
    top: -moz-calc(100% + 19px);
    top: calc(100% + 19px);
    opacity: 1;
    visibility: visible;
  }
}

.cart-sliding {
  z-index: 99999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s linear 0.3s;
  -o-transition: all 0.3s linear 0.3s;
  -moz-transition: all 0.3s linear 0.3s;
  transition: all 0.3s linear 0.3s;
}
.cart-sliding-backdrop {
  background-color: rgba(33, 35, 65, 0.25);
}

.cart-sliding-content {
  overflow: hidden auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
  max-width: 461px;
  border-top: 6px solid #49be78;
  padding: 37px 15px 32px;
  -webkit-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  -webkit-transform: translateX(461px);
  -moz-transform: translateX(461px);
  -ms-transform: translateX(461px);
  -o-transform: translateX(461px);
  transform: translateX(461px);
}

.cart-sliding-content::-webkit-scrollbar {
  display: none;
}

.cart-sliding-content-heading .count-products {
  margin-bottom: 12px;
}

.cart-sliding-content-heading .btn {
  width: 55px;
  height: 55px;
  font-size: 24px;
  line-height: 55px;
  -webkit-box-shadow: 0 15px 25px rgba(238, 39, 58, 0.25);
  -moz-box-shadow: 0 15px 25px rgba(238, 39, 58, 0.25);
  box-shadow: 0 15px 25px rgba(238, 39, 58, 0.25);
  font-weight: 900;
}

.cart-sliding.opened {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}

.cart-sliding.opened .cart-sliding-content {
  -webkit-transition: all 0.3s linear 0.3s;
  -o-transition: all 0.3s linear 0.3s;
  -moz-transition: all 0.3s linear 0.3s;
  transition: all 0.3s linear 0.3s;
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -o-transform: translateX(0px);
  transform: translateX(0px);
}

.swiper-products-panel .swiper-slide {
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}

.swiper-products-panel .swiper-slide .product-fourteen+.product-fourteen {
  margin-top: 37px;
}

.swiper-products-panel .swiper-pagination {
  bottom: 0;
}

.swiper-products-panel .swiper-pagination-bullet {
  width: 20px;
  height: 2px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background-color: #d9d9d9;
}

.swiper-products-panel .swiper-pagination-bullet-active {
  opacity: 1;
  width: 26px;
  background-color: #ff8353;
}

.panel {
  padding-bottom: 32px;
}

.panel::before {
  content: "";
  top: 0;
  left: 0;
  width: -webkit-calc(100% - 370px);
  width: -moz-calc(100% - 370px);
  width: calc(100% - 370px);
  height: 100%;
  background: url("./../images/bg-panel-001.png") center center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  z-index: -4;
}

.panel::after {
  content: "";
  top: 0;
  left: 0;
  width: 45%;
  height: 42px;
  -webkit-border-radius: 0 0 100px 0;
  -moz-border-radius: 0 0 100px 0;
  border-radius: 0 0 100px 0;
  background-color: #ff8353;
  z-index: -1;
  -webkit-transform: translateY(-27px);
  -moz-transform: translateY(-27px);
  -ms-transform: translateY(-27px);
  -o-transform: translateY(-27px);
  transform: translateY(-27px);
}

.panel-sidebar {
  z-index: 999;
  max-width: 370px;
}

.panel-sidebar::before,
.panel-sidebar::after {
  content: "";
  position: absolute;
  right: -webkit-calc(100% - 1px);
  right: -moz-calc(100% - 1px);
  right: calc(100% - 1px);
  width: 74px;
  height: 100px;
  background: url("./../images/shape-side-bar-001.png") 0 0 no-repeat;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
}

@media only screen and (max-width: 1199px) {

  .panel-sidebar::before,
  .panel-sidebar::after {
    display: none;
  }
}

.panel-sidebar::before {
  top: 0;
}

.panel-sidebar::after {
  bottom: 0;
  background-image: url("./../images/shape-side-bar-002.png");
}

.panel-sidebar-backdrop {
  background-color: rgba(73, 73, 73, 0.5);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}

.panel-sidebar-content {
  background-color: #323232;
  max-width: 370px;
  padding: 40px 60px 32px;
  overflow: hidden auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
  z-index: 999;
}

.panel-sidebar-content::-webkit-scrollbar {
  display: none;
}

.panel-sidebar-logo {
  margin-bottom: 83px;
}

.panel-sidebar-logo::after {
  content: "";
  width: 211px;
  height: 211px;
  top: 7px;
  right: 0;
  -webkit-transform: translateX(46px);
  -moz-transform: translateX(46px);
  -ms-transform: translateX(46px);
  -o-transform: translateX(46px);
  transform: translateX(46px);
  background: url("./../images/pattern-panel.png") 0 0 no-repeat;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
  z-index: -1;
}

.panel-sidebar-logo img {
  width: 54px;
  height: 54px;
}

.panel-sidebar-logo .detail .name {
  font-size: 23px;
  line-height: 36px;
  color: rgba(255, 255, 255, 0.7);
}

.panel-sidebar-logo .detail .name-en {
  font-size: 12px;
  line-height: 19px;
  color: rgba(255, 255, 255, 0.4);
  margin-top: -8px;
  direction: ltr;
}

.panel-sidebar-info-user {
  margin-bottom: 80px;
}

.panel-sidebar-info-user img {
  border: 2px solid #c8c8c8;
  -webkit-box-shadow: 0px 19px 50px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 19px 50px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 19px 50px rgba(0, 0, 0, 0.2);
  width: 60px;
  height: 60px;
  margin-left: 10px;
}

.panel-sidebar-info-user .detail .name {
  font-weight: 900;
  font-size: 16px;
  line-height: 25px;
}

.panel-sidebar-info-user .detail .email {
  direction: ltr;
  color: #ababab;
  font-size: 12px;
  font-weight: 600;
  line-height: 19px;
}

.panel-sidebar-nav::before {
  content: "";
  bottom: -webkit-calc(100% + 25px);
  bottom: -moz-calc(100% + 25px);
  bottom: calc(100% + 25px);
  left: 50%;
  -webkit-transform: translate(-50%);
  -moz-transform: translate(-50%);
  -ms-transform: translate(-50%);
  -o-transform: translate(-50%);
  transform: translate(-50%);
  width: 36px;
  height: 24px;
  background: #323232 url("./../images/pattern-nav-panel.png") center center no-repeat;
  -webkit-background-size: 24px 24px;
  -moz-background-size: 24px 24px;
  -o-background-size: 24px 24px;
  background-size: 24px 24px;
  padding: 0 6px;
  z-index: 4;
}

.panel-sidebar-nav::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #e1e1e1;
  z-index: 2;
  right: 0;
  bottom: -webkit-calc(100% + 37px);
  bottom: -moz-calc(100% + 37px);
  bottom: calc(100% + 37px);
}

.panel-sidebar-nav ul li:not(:last-child) {
  margin-bottom: 24px;
}

.panel-sidebar-nav ul li a {
  padding: 19px 17px 15px 12px;
  line-height: 22px;
  color: #696969;
  font-weight: 900;
  font-size: 14px;
  z-index: 2;
}

.panel-sidebar-nav ul li a i {
  font-size: 16px;
  margin-left: 10px;
}

.panel-sidebar-nav ul li a::before {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("./../images/shape-panel-nav-1.png") 0 0 no-repeat;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
  z-index: -1;
}

.panel-sidebar-nav ul li a::after {
  content: "\e944";
  font-family: "icomoon";
  font-size: 16px;
  color: #393939;
  text-align: center;
  line-height: 32px;
  width: 32px;
  height: 32px;
  background-color: #696969;
  -webkit-box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.05);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  bottom: 0;
  left: 28px;
  -webkit-transform: translateY(8px);
  -moz-transform: translateY(8px);
  -ms-transform: translateY(8px);
  -o-transform: translateY(8px);
  transform: translateY(8px);
}

.panel-sidebar-nav ul li a.active,
.panel-sidebar-nav ul li a:hover {
  color: #fff;
}

.panel-sidebar-nav ul li a.active::before,
.panel-sidebar-nav ul li a:hover::before {
  background-image: url("./../images/shape-panel-nav-2.png");
}

.panel-sidebar-nav ul li a.active::after,
.panel-sidebar-nav ul li a:hover::after {
  background-color: #fff;
  color: #494949;
  -webkit-transform: translateY(8px) rotate(90deg);
  -moz-transform: translateY(8px) rotate(90deg);
  -ms-transform: translateY(8px) rotate(90deg);
  -o-transform: translateY(8px) rotate(90deg);
  transform: translateY(8px) rotate(90deg);
}

.panel-sidebar-nav ul li a.log-out {
  margin-top: 72px;
  color: #fff;
  padding-right: 35px;
}

.panel-sidebar-nav ul li a.log-out::after {
  background-color: #fff;
  color: #494949;
  -webkit-transform: translateY(8px) rotate(90deg);
  -moz-transform: translateY(8px) rotate(90deg);
  -ms-transform: translateY(8px) rotate(90deg);
  -o-transform: translateY(8px) rotate(90deg);
  transform: translateY(8px) rotate(90deg);
}

.panel-sidebar-nav ul li a.log-out::before {
  background-image: url("./../images/shape-panel-nav-2.png");
}

.panel-sidebar-nav ul li a.log-out i {
  width: 37px;
  height: 37px;
  background-color: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  line-height: 37px;
  color: #494949;
  font-size: 14px;
  top: 0;
  right: 0;
  -webkit-transform: translate(6px, -7px);
  -moz-transform: translate(6px, -7px);
  -ms-transform: translate(6px, -7px);
  -o-transform: translate(6px, -7px);
  transform: translate(6px, -7px);
}

.panel-sidebar-description {
  margin-top: 49px;
}

.panel-sidebar-description img {
  width: 36px;
  height: 36px;
  margin-left: 11px;
}

.panel-sidebar-description div {
  color: rgba(255, 255, 255, 0.6);
  font-size: 9px;
  font-weight: 600;
  line-height: 18px;
  text-align: justify;
}

.panel-header,
.panel-content {
  padding-right: 450px;
  padding-left: 80px;
}

.panel-header {
  padding-top: 40px;
  margin: 0 0 49px;
}

.panel-header-info {
  -webkit-border-radius: 48px;
  -moz-border-radius: 48px;
  border-radius: 48px;
  -webkit-box-shadow: 0px 39px 99px rgba(0, 0, 0, 0.051);
  -moz-box-shadow: 0px 39px 99px rgba(0, 0, 0, 0.051);
  box-shadow: 0px 39px 99px rgba(0, 0, 0, 0.051);
  padding: 30px 62px 28px 52px;
}

.panel-header-info img {
  border: 2px solid #c8c8c8;
  -webkit-box-shadow: 0px 19px 50px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 19px 50px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 19px 50px rgba(0, 0, 0, 0.2);
  width: 60px;
  height: 60px;
}

.panel-header-info .wellcome {
  color: #838383;
  font-size: 16px;
  font-weight: 900;
  line-height: 25px;
  padding-left: 10px;
  margin-left: 10px;
  border-left: 1px solid #979797;
}

.panel-header-info .wellcome span {
  color: #494949;
}

.panel-header-info .date {
  font-size: 12px;
  line-height: 19px;
  color: #bfbfbf;
}

.panel-header-info .date i {
  font-size: 16px;
  margin-left: 13px;
}

.panel-header-icons li:first-child {
  margin-left: 9px;
}

.panel-header-icons li:last-child {
  padding-right: 9px;
  margin-right: 8px;
  border-right: 1px solid #e1e1e1;
}

.panel-header-icons li a {
  width: 55px;
  height: 55px;
  background-color: #fff;
  -webkit-box-shadow: 0px 11px 30px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 11px 30px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 11px 30px rgba(0, 0, 0, 0.05);
  font-size: 20px;
  color: #979797;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.panel-header-icons li a:hover {
  background-color: #979797;
  color: #fff;
}

.panel-open-nav {
  width: 54px;
  height: 54px;
  background-color: #494949;
  color: #fff;
  font-size: 28px;
}

.panel-content hr {
  margin: 14px 0 18px;
  padding: 0;
  border-top: 1px solid #e1e1e1;
  opacity: 1;
}

.panel-full-info {
  margin: 0 -12px;
}

.panel-full-info-item {
  max-width: 25%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding: 0 12px;
}

.panel-full-info-item .content {
  -webkit-border-radius: 29px;
  -moz-border-radius: 29px;
  border-radius: 29px;
  -webkit-box-shadow: 0px 68px 50px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 68px 50px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 68px 50px rgba(0, 0, 0, 0.05);
  padding: 32px 26px 30px;
}

.panel-full-info-item .content .icon {
  width: 70px;
  height: 67px;
  margin-left: 12px;
  z-index: 2;
}

.panel-full-info-item .content .icon::before,
.panel-full-info-item .content .icon::after {
  content: "";
  background: url("./../images/shape-full-info.png") 0 0 no-repeat;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
  z-index: -2;
  -webkit-filter: drop-shadow(0px 16px 20px rgba(0, 0, 0, 0.05));
  filter: drop-shadow(0px 16px 20px rgba(0, 0, 0, 0.05));
}

.panel-full-info-item .content .icon::after {
  z-index: -1;
  background-image: url("./../images/shape-full-info-2.png");
  opacity: 0;
}

.panel-full-info-item .content .icon i {
  font-size: 24px;
}

.panel-full-info-item .content .detail .title {
  line-height: 22px;
  color: #b1b1b1;
}

.panel-full-info-item .content .detail .value {
  font-weight: 900;
  font-size: 16px;
  line-height: 25px;
  color: #767676;
}

.panel-full-info-item .content:hover .icon::before {
  opacity: 0;
}

.panel-full-info-item .content:hover .icon::after {
  opacity: 1;
}

.panel-note {
  color: #fcac8e;
  font-size: 12px;
  line-height: 19px;
  font-weight: 800;
  margin: 85px 0 47px;
}

.panel-note i {
  margin-left: 9px;
  font-size: 24px;
  color: #ff8353;
}

.panel-note .btn {
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  font-size: 12px;
  padding: 8px 20px;
}

.panel-section-heading {
  margin-bottom: 45px;
}

.panel-section-heading-title {
  font-size: 23px;
  line-height: 36px;
  color: #838383;
  font-weight: 900;
  margin-left: 17px;
}

.panel-section-heading p {
  font-size: 10px;
  font-weight: 800;
  color: #b1b1b1;
  line-height: 24px;
}

.panel-section-heading-link {
  -webkit-box-shadow: 0px 33px 50px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 33px 50px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 33px 50px rgba(0, 0, 0, 0.05);
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  padding: 11px 16px;
  font-size: 12px;
  line-height: 19px;
  color: #787878;
}

.panel-section-heading-link i {
  font-size: 8px;
  margin-right: 5px;
}

.panel-info-user-mobile {
  padding: 36px 31px 82px;
  margin-bottom: 22px;
}

.panel-info-user-mobile::before {
  content: "";
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%);
  -moz-transform: translate(-50%);
  -ms-transform: translate(-50%);
  -o-transform: translate(-50%);
  transform: translate(-50%);
  width: -webkit-calc(100% + 48px);
  width: -moz-calc(100% + 48px);
  width: calc(100% + 48px);
  height: 100%;
  background-color: #323232;
  z-index: -2;
  -webkit-border-radius: 0 0 50% 50%;
  -moz-border-radius: 0 0 50% 50%;
  border-radius: 0 0 50% 50%;
}

.panel-info-user-mobile .panel-open-nav {
  color: #424242;
}

.panel-info-user-mobile-logo img {
  width: 32px;
  height: 32px;
}

.panel-info-user-mobile-content {
  margin-top: 26px;
}

.panel-info-user-mobile-content img {
  border: 4px solid rgba(200, 200, 200, 0.5);
  -webkit-box-shadow: 0px 19px 50px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 19px 50px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 19px 50px rgba(0, 0, 0, 0.2);
  width: 100px;
  height: 100px;
}

.panel-info-user-mobile-content .name {
  font-weight: 900;
  line-height: 25px;
  margin: 14px 0 2px;
}

.panel-info-user-mobile-content .email {
  font-size: 12px;
  font-weight: 600;
  color: #ababab;
  line-height: 19px;
}

.panel-info-user-mobile-content .email::before {
  content: "";
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 41px);
  -moz-transform: translate(-50%, 41px);
  -ms-transform: translate(-50%, 41px);
  -o-transform: translate(-50%, 41px);
  transform: translate(-50%, 41px);
  background: #323232 url("./../images/pattern-nav-panel.png") center center no-repeat;
  -webkit-background-size: 24px 24px;
  -moz-background-size: 24px 24px;
  -o-background-size: 24px 24px;
  background-size: 24px 24px;
  width: 36px;
  height: 36px;
  z-index: 3;
}

.panel-info-user-mobile-content .email::after {
  content: "";
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 24px);
  -moz-transform: translate(-50%, 24px);
  -ms-transform: translate(-50%, 24px);
  -o-transform: translate(-50%, 24px);
  transform: translate(-50%, 24px);
  width: 196px;
  height: 1px;
  background-color: #fff;
}

.panel-description {
  margin: 50px 0 21px;
}

.panel-description::after {
  content: "";
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 86px);
  -moz-transform: translate(-50%, 86px);
  -ms-transform: translate(-50%, 86px);
  -o-transform: translate(-50%, 86px);
  transform: translate(-50%, 86px);
  width: -webkit-calc(100% - 66px);
  width: -moz-calc(100% - 66px);
  width: calc(100% - 66px);
  height: 42px;
  background-color: #ff8353;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  z-index: -1;
}

.panel-description img {
  width: 36px;
  height: 36px;
  margin-left: 11px;
}

.panel-description div {
  font-size: 12px;
  font-weight: 600;
  color: rgba(73, 73, 73, 0.6);
  max-width: 240px;
}

.panel-order {
  margin-top: 49px;
}

.panel-order .row {
  gap: 22px 0;
}

.panel-order-item {
  background-color: #fff;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -webkit-box-shadow: 0px 0px 80px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 0px 80px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 80px 2px rgba(0, 0, 0, 0.05);
  padding: 33px 18px 35px 28px;
}

.panel-order-item .image img {
  width: 95px;
  height: 95px;
}

.panel-order-item .detail {
  max-width: -webkit-calc(100% - 95px);
  max-width: -moz-calc(100% - 95px);
  max-width: calc(100% - 95px);
  padding-right: 19px;
}

.panel-order-item .detail .name-status-factor {
  max-width: 100%;
}

.panel-order-item .detail .name {
  font-size: 16px;
  font-weight: 800;
  line-height: 21px;
  color: #5f5f5f;
  max-height: 42px;
}

.panel-order-item .detail .name:hover {
  color: #ff8353;
}

.panel-order-item .detail .status {
  color: #a0a0a0;
  font-weight: 600;
  line-height: 19px;
}

.panel-order-item .detail .see-factor {
  font-size: 12px;
  color: #787878;
  line-height: 19px;
}

.panel-order-item .detail .see-factor i {
  font-size: 8px;
  margin-right: 5px;
}

.panel-order-item .detail .see-factor:hover {
  color: #ff8353;
}

.panel-order-item .detail .price-code span {
  font-size: 12px;
  font-weight: 600;
  color: #bababa;
  line-height: 16px;
}

.panel-order-item .detail .price-code span:first-child::after {
  content: "";
  width: 8px;
  height: 8px;
  display: inline-block;
  vertical-align: middle;
  background-color: #d9d9d9;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin: 0 7px 0 10px;
}

.panel-order-empty {
  margin-top: 49px;
}

.panel-order-empty img {
  -webkit-filter: drop-shadow(0px 28px 15px rgba(0, 0, 0, 0.25));
  filter: drop-shadow(0px 28px 15px rgba(0, 0, 0, 0.25));
  width: 250px;
  height: 250px;
}

.panel-order-empty .title {
  margin: 37px 0 12px;
  font-size: 32px;
  font-weight: 900;
  color: #838383;
  line-height: 50px;
}

.panel-order-empty p {
  font-size: 12px;
  font-weight: 800;
  line-height: 32px;
  color: #b1b1b1;
  max-width: 639px;
  margin-bottom: 26px;
}

.panel-order-empty .btn {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -webkit-box-shadow: 0px 33px 50px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 33px 50px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 33px 50px rgba(0, 0, 0, 0.08);
  font-size: 12px;
  line-height: 19px;
  padding: 18px 24px;
}

.panel-order-empty .btn i {
  margin-right: 5px;
  font-size: 8px;
}

@media only screen and (max-width: 1399px) {
  .panel-sidebar {
    max-width: 320px;
  }

  .panel-sidebar-content {
    max-width: 320px;
    padding: 40px 32px 32px;
  }

  .panel-header,
  .panel-content {
    padding-right: 350px;
    padding-left: 24px;
  }

  .panel-header::before,
  .panel-header::after {
    right: 320px;
    width: -webkit-calc(100% - 320px);
    width: -moz-calc(100% - 320px);
    width: calc(100% - 320px);
  }

  .panel-header::before {
    -webkit-border-radius: 0 60px 60px 0;
    -moz-border-radius: 0 60px 60px 0;
    border-radius: 0 60px 60px 0;
  }
}

@media only screen and (max-width: 1199px) {
  .panel-sidebar {
    opacity: 0;
    visibility: hidden;
    -webkit-transition-delay: 0.3s;
    -moz-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s;
    max-width: 100%;
  }

  .panel-sidebar-content {
    -webkit-transform: translateX(320px);
    -moz-transform: translateX(320px);
    -ms-transform: translateX(320px);
    -o-transform: translateX(320px);
    transform: translateX(320px);
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
    padding: 40px 24px;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
  }

  .panel-sidebar.opened {
    opacity: 1;
    visibility: visible;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
  }

  .panel-sidebar.opened .panel-sidebar-content {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition-delay: 0.3s;
    -moz-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s;
  }

  .panel-header,
  .panel-content {
    padding-right: 12px;
    padding-left: 12px;
  }

  .panel-header::before,
  .panel-header::after {
    content: none;
  }
}

@media only screen and (max-width: 991px) {
  .panel::after {
    left: 45px;
    width: -webkit-calc(100% - 90px);
    width: -moz-calc(100% - 90px);
    width: calc(100% - 90px);
    -webkit-border-radius: 0 0 100px 100px;
    -moz-border-radius: 0 0 100px 100px;
    border-radius: 0 0 100px 100px;
  }

  .panel-header-info {
    padding: 20px;
    -webkit-border-radius: 32px;
    -moz-border-radius: 32px;
    border-radius: 32px;
  }

  .panel-header-info .wellcome {
    font-size: 14px;
  }

  .panel-full-info {
    overflow: auto hidden;
    -ms-overflow-style: none;
    scrollbar-width: none;
    -webkit-scroll-snap-type: x mandatory;
    -ms-scroll-snap-type: x mandatory;
    scroll-snap-type: x mandatory;
    -webkit-filter: drop-shadow(0px 68px 50px rgba(0, 0, 0, 0.05));
    filter: drop-shadow(0px 68px 50px rgba(0, 0, 0, 0.05));
  }

  .panel-full-info::-webkit-scrollbar {
    display: none;
  }

  .panel-full-info-item {
    max-width: 33.333333%;
    scroll-snap-align: start;
  }

  .panel-full-info-item .content {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }

  .panel-full-info-two {
    -webkit-filter: none;
    filter: none;
  }

  .panel-full-info-two .panel-full-info-item {
    max-width: 25%;
  }

  .panel-full-info-two .panel-full-info-item .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: transparent;
    padding: 0;
  }

  .panel-full-info-two .panel-full-info-item .content .detail {
    margin-top: 12px;
    text-align: center;
  }

  .panel-note {
    margin: 40px 0 69px;
  }

  .panel-order .row {
    margin: 0 -8px;
  }

  .panel-order .row>div {
    padding: 0 8px;
  }

  .panel-order-item {
    padding: 25px 14px;
  }
}

@media only screen and (max-width: 767px) {
  .panel-sidebar-content {
    max-width: 251px;
    -webkit-transform: translateX(251px);
    -moz-transform: translateX(251px);
    -ms-transform: translateX(251px);
    -o-transform: translateX(251px);
    transform: translateX(251px);
  }

  .panel-sidebar-logo::after {
    content: none;
  }

  .panel-sidebar-nav ul li a {
    font-size: 12px;
  }

  .panel-sidebar-nav ul li a i {
    font-size: 14px;
  }

  .panel-section-heading-link {
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    margin: 22px 0 48px;
  }

  .panel-full-info-item {
    max-width: 40%;
  }

  .panel-content hr {
    display: none;
  }

  .panel-content .swiper-products-panel {
    padding-bottom: 54px;
  }

  .panel-note {
    border: 1px solid #dcdcdc;
    -webkit-border-radius: 13px;
    -moz-border-radius: 13px;
    border-radius: 13px;
    -webkit-box-shadow: 0px 35px 50px rgba(0, 0, 0, 0.02);
    -moz-box-shadow: 0px 35px 50px rgba(0, 0, 0, 0.02);
    box-shadow: 0px 35px 50px rgba(0, 0, 0, 0.02);
    padding: 33px 12px;
  }

  .panel-note .btn {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 18px);
    -moz-transform: translate(-50%, 18px);
    -ms-transform: translate(-50%, 18px);
    -o-transform: translate(-50%, 18px);
    transform: translate(-50%, 18px);
  }
}

@media only screen and (max-width: 575px) {
  .panel-full-info-item {
    max-width: 60%;
    padding: 0 10px;
  }

  .panel-full-info-item .content {
    padding: 25px 14px;
  }

  .panel-full-info-item .content .detail .name {
    font-size: 12px;
    line-height: 19px;
  }

  .panel-full-info-item .content .detail .value {
    font-size: 14px;
    line-height: 22px;
  }

  .panel-full-info-two .panel-full-info-item .content .detail .title {
    font-size: 12px;
    line-height: 19px;
    margin-bottom: 3px;
    white-space: nowrap;
  }

  .panel-full-info-two .panel-full-info-item .content .detail .value {
    font-size: 14px;
    line-height: 22px;
  }

  .panel-order-item {
    padding: 26px 9px;
  }

  .panel-order-item .image img {
    width: 74px;
    height: 74px;
  }

  .panel-order-item .detail {
    padding-right: 9px;
    max-width: -webkit-calc(100% - 74px);
    max-width: -moz-calc(100% - 74px);
    max-width: calc(100% - 74px);
  }

  .panel-order-item .detail .name {
    font-size: 14px;
    line-height: 19px;
  }

  .panel-order-item .detail .status {
    font-size: 12px;
    line-height: 16px;
  }

  .panel-order-item .detail .see-factor {
    font-size: 9px;
    line-height: 14px;
  }

  .panel-order-item .detail .see-factor i {
    font-size: 7px;
  }

  .panel-order-item .detail .price-code span {
    font-size: 9px;
    line-height: 12px;
  }

  .panel-order-empty .title {
    font-size: 23px;
  }
}

@media only screen and (max-width: 399px) {
  .panel-full-info-item {
    max-width: 65%;
  }
}

.panel-two {
  min-height: 100vh;
  padding-bottom: 40px;
}

.panel-two::before {
  content: "";
  z-index: -3;
  background: url("./../images/bg-panel-two.png") center center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.panel-two-sidebar {
  z-index: 999;
}

.panel-two-sidebar::before,
.panel-two-sidebar::after {
  content: none;
}

.panel-two-sidebar,
.panel-two-sidebar-content {
  max-width: 344px;
}

.panel-two-sidebar-content {
  padding: 70px 60px 40px 54px;
  overflow: hidden auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.panel-two-sidebar-content::-webkit-scrollbar {
  display: none;
}

.panel-two-sidebar-logo {
  margin-bottom: 68px;
}

.panel-two-sidebar-logo .detail .name {
  color: rgba(73, 73, 73, 0.7);
}

.panel-two-sidebar-logo .detail .name-en {
  color: #494949;
}

.panel-two-sidebar-info-user img {
  width: 86px;
  height: 86px;
}

.panel-two-sidebar-info-user .detail {
  margin-top: 18px;
}

.panel-two-sidebar-info-user .detail .name {
  color: #494949;
}

.panel-two-sidebar-nav::before {
  background-color: #fff;
}

.panel-two-sidebar-nav ul li a {
  background: url("./../images/shape-nav-panel-3.png") 0 0 no-repeat;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
  z-index: 2;
}

.panel-two-sidebar-nav ul li a::before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("./../images/shape-nav-panel-4.png") 0 0 no-repeat;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
}

.panel-two-sidebar-nav ul li a::after {
  background-color: #acacac;
  color: #fff;
}

.panel-two-sidebar-nav ul li a:hover,
.panel-two-sidebar-nav ul li a.active,
.panel-two-sidebar-nav ul li a.log-out {
  color: #ff8353;
}

.panel-two-sidebar-nav ul li a:hover::before,
.panel-two-sidebar-nav ul li a.active::before,
.panel-two-sidebar-nav ul li a.log-out::before {
  opacity: 1;
  visibility: visible;
}

.panel-two-sidebar-nav ul li a:hover::after,
.panel-two-sidebar-nav ul li a.active::after,
.panel-two-sidebar-nav ul li a.log-out::after {
  background-color: #ff8353;
  color: #fff;
}

.panel-two-sidebar-nav ul li a.log-out i {
  background-color: #ff8353;
  color: #fff;
}

.panel-two-header,
.panel-two-content {
  max-width: -webkit-calc(100% - 344px);
  max-width: -moz-calc(100% - 344px);
  max-width: calc(100% - 344px);
  padding: 0 56px 0 45px;
}

.panel-two-header {
  padding-top: 59px;
  margin: 0 0 51px;
}

.panel-two-header-contact {
  margin-right: 14px;
  padding: 15px 16px 16px 61px;
  font-size: 12px;
  font-weight: 900;
}

.panel-two-header-contact i {
  font-size: 24px;
  margin-left: 6px;
}

.panel-two-header-contact::after {
  content: "\e944";
  bottom: 0;
  left: 22px;
  -webkit-transform: translateY(12px) rotate(90deg);
  -moz-transform: translateY(12px) rotate(90deg);
  -ms-transform: translateY(12px) rotate(90deg);
  -o-transform: translateY(12px) rotate(90deg);
  transform: translateY(12px) rotate(90deg);
  width: 32px;
  height: 32px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #ff8353;
  color: #fff;
  -webkit-box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.05);
  font-family: "icomoon";
  text-align: center;
  line-height: 32px;
  font-size: 16px;
}

.panel-two-header-contact,
.panel-two-header-contact:hover,
.panel-two-header-contact:focus,
.panel-two-header-contact:active {
  -webkit-box-shadow: 0px 9px 50px rgba(255, 131, 83, 0.5);
  -moz-box-shadow: 0px 9px 50px rgba(255, 131, 83, 0.5);
  box-shadow: 0px 9px 50px rgba(255, 131, 83, 0.5);
}

.panel-two-header-contact:hover::after,
.panel-two-header-contact:focus::after,
.panel-two-header-contact:active::after {
  background-color: #ff662a;
}

.panel-two-content::before,
.panel-two-content::after {
  content: "";
  width: 38%;
  height: 42px;
  background-color: #ff8353;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  z-index: -1;
}

.panel-two-content::before {
  top: 0;
  right: 34px;
  z-index: 1000;
  -webkit-transform: translateY(-31px);
  -moz-transform: translateY(-31px);
  -ms-transform: translateY(-31px);
  -o-transform: translateY(-31px);
  transform: translateY(-31px);
}

@media only screen and (max-width: 1199px) {
  .panel-two-content::before {
    z-index: -1;
  }
}

.panel-two-content::after {
  bottom: 0;
  left: 50px;
  -webkit-transform: translateY(31px);
  -moz-transform: translateY(31px);
  -ms-transform: translateY(31px);
  -o-transform: translateY(31px);
  transform: translateY(31px);
}

@media only screen and (max-width: 767px) {

  .panel-two-content::before,
  .panel-two-content::after {
    width: 70%;
    right: auto;
    left: 50%;
  }

  .panel-two-content::before {
    -webkit-transform: translate(-50%, -31px);
    -moz-transform: translate(-50%, -31px);
    -ms-transform: translate(-50%, -31px);
    -o-transform: translate(-50%, -31px);
    transform: translate(-50%, -31px);
  }

  .panel-two-content::after {
    -webkit-transform: translate(-50%, 31px);
    -moz-transform: translate(-50%, 31px);
    -ms-transform: translate(-50%, 31px);
    -o-transform: translate(-50%, 31px);
    transform: translate(-50%, 31px);
  }
}

.panel-two-content-wrapper {
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  background-color: rgba(234, 234, 234, 0.3);
  padding: 39px 30px 40px 54px;
}

.panel-two-full-info {
  margin: 0 -21px 84px;
}

.panel-two-full-info-item {
  max-width: 25%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding: 0 21px;
}

.panel-two-full-info-item .content {
  background-color: #fff;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  -webkit-box-shadow: 0px 30px 20px rgba(0, 0, 0, 0.02);
  -moz-box-shadow: 0px 30px 20px rgba(0, 0, 0, 0.02);
  box-shadow: 0px 30px 20px rgba(0, 0, 0, 0.02);
  padding: 37px 17px;
}

.panel-two-full-info-item .content i {
  width: 54px;
  height: 54px;
  background-color: #ff8353;
  -webkit-border-radius: 11px;
  -moz-border-radius: 11px;
  border-radius: 11px;
  -webkit-box-shadow: 0px 37px 50px rgba(255, 131, 83, 0.25);
  -moz-box-shadow: 0px 37px 50px rgba(255, 131, 83, 0.25);
  box-shadow: 0px 37px 50px rgba(255, 131, 83, 0.25);
  margin-left: 13px;
  font-size: 24px;
}

.panel-two-full-info-item .content .detail .title {
  line-height: 22px;
  color: #b1b1b1;
}

.panel-two-full-info-item .content .detail .value {
  font-size: 16px;
  color: #767676;
  font-weight: 900;
  line-height: 25px;
}

.panel-two .join-to-selling {
  background-color: #fff;
  -webkit-border-radius: 37px;
  -moz-border-radius: 37px;
  border-radius: 37px;
  padding: 51px 43px 48px 67px;
}

.panel-two .join-to-selling .content {
  max-width: -webkit-calc(100% - 260px);
  max-width: -moz-calc(100% - 260px);
  max-width: calc(100% - 260px);
}

.panel-two .join-to-selling .title {
  font-size: 24px;
  color: #767676;
  font-weight: 900;
  line-height: 40px;
}

.panel-two .join-to-selling p {
  font-size: 16px;
  line-height: 28px;
  color: rgba(73, 73, 73, 0.6);
  margin-bottom: 20px;
}

.panel-two .join-to-selling a {
  color: #ff8353;
  font-size: 16px;
  line-height: 25px;
}

.panel-two .join-to-selling a i {
  margin-right: 4px;
  font-size: 12px;
}

.panel-two .join-to-selling img {
  bottom: 38px;
  left: 67px;
}

.panel-two-section-heading {
  margin: 40px 0 31px;
}

.panel-two-section-heading-title {
  font-size: 23px;
  font-weight: 900;
  color: #767676;
  line-height: 35px;
}

.panel-two-section-heading-link {
  padding: 13px 17px 13px 46px;
  font-size: 12px;
  line-height: 19px;
  font-weight: 900;
  -webkit-border-radius: 29px;
  -moz-border-radius: 29px;
  border-radius: 29px;
}

.panel-two-section-heading-link::after {
  content: "\e944";
  bottom: 0;
  left: 18px;
  -webkit-transform: translateY(12px) rotate(90deg);
  -moz-transform: translateY(12px) rotate(90deg);
  -ms-transform: translateY(12px) rotate(90deg);
  -o-transform: translateY(12px) rotate(90deg);
  transform: translateY(12px) rotate(90deg);
  width: 26px;
  height: 26px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #ff8353;
  color: #fff;
  -webkit-box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.05);
  font-family: "icomoon";
  text-align: center;
  line-height: 26px;
  font-size: 14px;
}

.panel-two-section-heading-link,
.panel-two-section-heading-link:hover,
.panel-two-section-heading-link:focus,
.panel-two-section-heading-link:active {
  -webkit-box-shadow: 0px 9px 50px rgba(255, 131, 83, 0.5);
  -moz-box-shadow: 0px 9px 50px rgba(255, 131, 83, 0.5);
  box-shadow: 0px 9px 50px rgba(255, 131, 83, 0.5);
}

.panel-two-section-heading-link:hover::after,
.panel-two-section-heading-link:focus::after,
.panel-two-section-heading-link:active::after {
  background-color: #ff662a;
}

@media only screen and (max-width: 1399px) {

  .panel-two-sidebar,
  .panel-two-sidebar-content {
    max-width: 280px;
  }

  .panel-two-sidebar-content {
    padding: 70px 32px 40px;
  }

  .panel-two-sidebar-nav ul::after {
    -webkit-transform: translate(-32px, -260px);
    -moz-transform: translate(-32px, -260px);
    -ms-transform: translate(-32px, -260px);
    -o-transform: translate(-32px, -260px);
    transform: translate(-32px, -260px);
  }

  .panel-two-header,
  .panel-two-content {
    max-width: -webkit-calc(100% - 280px);
    max-width: -moz-calc(100% - 280px);
    max-width: calc(100% - 280px);
    padding: 0 24px;
  }

  .panel-two-header {
    padding-top: 59px;
  }

  .panel-two-content-wrapper {
    padding: 39px 24px 40px;
  }

  .panel-two-full-info {
    margin: 0 -12px 84px;
  }

  .panel-two-full-info-item {
    padding: 0 12px;
  }
}

@media only screen and (max-width: 1199px) {
  .panel-two-sidebar {
    opacity: 0;
    visibility: hidden;
    max-width: 100%;
    -webkit-transition: all 0.3s linear 0.3s;
    -o-transition: all 0.3s linear 0.3s;
    -moz-transition: all 0.3s linear 0.3s;
    transition: all 0.3s linear 0.3s;
  }

  .panel-two-sidebar-content {
    -webkit-transform: translateX(320px);
    -moz-transform: translateX(320px);
    -ms-transform: translateX(320px);
    -o-transform: translateX(320px);
    transform: translateX(320px);
    -webkit-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
    background-color: #fff;
    padding: 28px 24px 24px;
  }

  .panel-two-sidebar-nav ul::after {
    content: none;
  }

  .panel-two-sidebar.opened {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
  }

  .panel-two-sidebar.opened .panel-two-sidebar-content {
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
    -webkit-transition: all 0.3s linear 0.3s;
    -o-transition: all 0.3s linear 0.3s;
    -moz-transition: all 0.3s linear 0.3s;
    transition: all 0.3s linear 0.3s;
  }

  .panel-two-header,
  .panel-two-content {
    padding: 0 12px;
    max-width: 100%;
  }

  .panel-two-header {
    padding-top: 40px;
  }

  .panel-two-content-wrapper {
    margin: 0 -12px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding: 24px 12px;
  }
}

@media only screen and (max-width: 991px) {
  .panel-two-header {
    margin: 0 0 40px;
    padding-top: 28px;
  }

  .panel-two-full-info {
    margin: 0 -8px 84px;
  }

  .panel-two-full-info-item {
    padding: 0 8px;
  }

  .panel-two-full-info-item .content {
    padding: 28px 12px;
  }
}

@media only screen and (max-width: 767px) {
  .panel-two-full-info {
    margin-bottom: 132px;
  }

  .panel-two-full-info-item .content {
    background-color: transparent;
    padding: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }

  .panel-two-full-info-item .content i {
    margin: 0 0 16px;
  }

  .panel-two .join-to-selling {
    padding: 172px 32px 32px;
  }

  .panel-two .join-to-selling .content {
    max-width: 100%;
  }

  .panel-two .join-to-selling img {
    left: 50%;
    top: 0;
    -webkit-transform: translate(-50%, -100px);
    -moz-transform: translate(-50%, -100px);
    -ms-transform: translate(-50%, -100px);
    -o-transform: translate(-50%, -100px);
    transform: translate(-50%, -100px);
  }

  .panel-two-section-heading-link {
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
  }
}

@media only screen and (max-width: 575px) {
  .panel-two-full-info-item .content i {
    width: 40px;
    height: 40px;
    font-size: 16px;
  }

  .panel-two-full-info-item .content .detail .title {
    font-size: 12px;
    line-height: 19px;
    white-space: nowrap;
  }

  .panel-two-full-info-item .content .detail .value {
    font-size: 14px;
    line-height: 22px;
  }

  .panel-two .join-to-selling {
    padding: 172px 16px 28px;
  }

  .panel-two .join-to-selling .content .title {
    font-size: 18px;
    line-height: 32px;
  }

  .panel-two .join-to-selling .content p {
    font-size: 14px;
    line-height: 25px;
  }
}

.nav-header-cart-dropdown ul li .delete {
  top: 5px;
  right: 8px;
  width: 50px;
  height: 25px;
  line-height: 25px;
  color: #ee232b;
  font-size: 13px;
  background-color: #ffebec;
}

.new-comments::after {
  background-position: 0 -77px;
  -webkit-background-size: 100% 115%;
  -moz-background-size: 100% 115%;
  -o-background-size: 100% 115%;
  background-size: 100% 115%;
}

.new-comments-scroll {
  background-image: url("./../images/bg-comments.svg");
  background-position: 0 -3px;
}

.top-header-auth,
.nav-header-cart {
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}

.top-header-auth.right .top-header-auth-dropdown,
.top-header-auth.right .top-header-auth-dropdown-two,
.nav-header-cart.right .top-header-auth-dropdown,
.nav-header-cart.right .top-header-auth-dropdown-two,
.top-header-auth.right .nav-header-cart-dropdown,
.top-header-auth.right .nav-header-cart-dropdown-two,
.nav-header-cart.right .nav-header-cart-dropdown,
.nav-header-cart.right .nav-header-cart-dropdown-two {
  right: 0;
  left: auto;
}

.top-header-ten .top-header-auth {
  max-width: 174px;
}

.category-slider-banner .category ul {
  margin-bottom: -3px;
}

.amazing-offer-three-item .detail .offer del,
.amazing-offer-six-item .detail .offer del {
  margin-right: -2px;
}

.top-header-fourteen .top-header-auth {
  max-width: 50px;
}

.amazing-offer-two .container::before {
  -webkit-mask: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMjgwIiBoZWlnaHQ9IjUwNSIgdmlld0JveD0iMCAwIDEyODAgNTA1Ij4NCiAgPHBhdGggaWQ9ImJnLTk4OTgiIGQ9Ik0wLDBIMTI4MFYzNzVMMCw1MDVaIiBmaWxsPSIjMjEyMzQxIi8+DQo8L3N2Zz4NCg==) 0 0/cover;
  mask: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMjgwIiBoZWlnaHQ9IjUwNSIgdmlld0JveD0iMCAwIDEyODAgNTA1Ij4NCiAgPHBhdGggaWQ9ImJnLTk4OTgiIGQ9Ik0wLDBIMTI4MFYzNzVMMCw1MDVaIiBmaWxsPSIjMjEyMzQxIi8+DQo8L3N2Zz4NCg==) 0 0/cover;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  background: #212341;
  z-index: -2;
}

@media only screen and (max-width: 1399px) {
  .amazing-offer-two .container::before {
    -webkit-mask-size: cover;
    mask-size: cover;
  }
}

.amazing-offer-two .container::after {
  content: "";
  position: absolute;
  top: 55px;
  left: 50%;
  max-width: 576px;
  width: 100%;
  height: 108px;
  background: url("./../images/bg-0098.svg") 0 0 no-repeat;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
  z-index: -1;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  mix-blend-mode: difference;
}

.new-article .heading {
  margin-bottom: 0;
}

.new-article .swiper {
  padding-top: 35px;
}

.best-selling-products::after {
  background-image: url("./../images/bg-best-selling-product.svg");
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
  background-position: 0 -5px;
}

.product-not:hover .detail .icons-offer ul li a {
  background-color: #fff;
  color: #2d365d;
  border: 1px solid #efefef;
}

.product-not .detail .icons-offer ul li a:hover {
  background-color: #67b930;
  border-color: #67b930;
  color: #fff;
}

.price-day::before {
  background: url("./../images/shape-01.svg") 0 0 no-repeat;
}

.top-products-six .nav-pills .nav-item::before,
.top-products-six .nav-pills .nav-item::after {
  background: #fed844;
  -webkit-mask: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0OCIgaGVpZ2h0PSIzOC4wMDMiIHZpZXdCb3g9IjAgMCA0OCAzOC4wMDMiPg0KICA8cGF0aCBpZD0idGFiLXNoYXBlLTAxIiBkPSJNLTM2NjMtMTMwMjV2LTM4aDUuNjI4Yy4zMzksMTQuNjU1LjA0MSwzMiw0MC4xNjIsMzJoMi4yMXY2WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMzY2My4wMDEgMTMwNjMuMDAyKSIgZmlsbD0iI2ZmZiIvPg0KPC9zdmc+DQo=) 0 0/cover;
  mask: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0OCIgaGVpZ2h0PSIzOC4wMDMiIHZpZXdCb3g9IjAgMCA0OCAzOC4wMDMiPg0KICA8cGF0aCBpZD0idGFiLXNoYXBlLTAxIiBkPSJNLTM2NjMtMTMwMjV2LTM4aDUuNjI4Yy4zMzksMTQuNjU1LjA0MSwzMiw0MC4xNjIsMzJoMi4yMXY2WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMzY2My4wMDEgMTMwNjMuMDAyKSIgZmlsbD0iI2ZmZiIvPg0KPC9zdmc+DQo=) 0 0/cover;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.top-products-six .nav-pills .nav-item::after {
  -webkit-mask-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0OCIgaGVpZ2h0PSIzOC4wMDMiIHZpZXdCb3g9IjAgMCA0OCAzOC4wMDMiPg0KICA8cGF0aCBpZD0idGFiLXNoYXBlLTAyIiBkPSJNLTM4MDAtMTMwMjV2LTZoNi4zODNjMzguMiwwLDM1LjE1LTE3LjM0NSwzNS4yNTYtMzJILTM3NTJ2MzhaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgzODAwLjAwMSAxMzA2My4wMDIpIiBmaWxsPSIjZmZmIi8+DQo8L3N2Zz4NCg==);
  mask-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0OCIgaGVpZ2h0PSIzOC4wMDMiIHZpZXdCb3g9IjAgMCA0OCAzOC4wMDMiPg0KICA8cGF0aCBpZD0idGFiLXNoYXBlLTAyIiBkPSJNLTM4MDAtMTMwMjV2LTZoNi4zODNjMzguMiwwLDM1LjE1LTE3LjM0NSwzNS4yNTYtMzJILTM3NTJ2MzhaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgzODAwLjAwMSAxMzA2My4wMDIpIiBmaWxsPSIjZmZmIi8+DQo8L3N2Zz4NCg==);
}

.landing-eleven {
  z-index: 2;
  position: relative;
  background: transparent;
  background-color: #003cff;
  -webkit-mask: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNDQwIiBoZWlnaHQ9IjY0MC4xMjQiIHZpZXdCb3g9IjAgMCAxNDQwIDY0MC4xMjQiPg0KICA8cGF0aCBpZD0iU2hvcC1TbGlkZSIgZD0iTS4wMTYtNDAuMTA5czU0LjcwNy0uMDY0LDE0MS4wNzguMDc4YzY3LjAxLDAsOTguOTM4LS4wMTYsOTYuOTc4LDAtMi4wNTYsMCw5MDYuOTc1LjAzMiw5NTcuOTc2LjAzMiw3MS4yOC0uMDMxLDM0Ljg5MiwwLDEwNC43LDBIMTQ0MFY1NTBIODQ0LjIyN2MtNTEuMjY2LDAtNjYuMjg4LDUwLTEyMy4yNyw1MFM2NTEuMDgyLDU1MCw1OTYuMyw1NTBIMFoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAgNDAuMTI0KSIgZmlsbD0iIzAwM2NmZiIvPg0KPC9zdmc+DQo=) center bottom/cover;
  mask: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNDQwIiBoZWlnaHQ9IjY0MC4xMjQiIHZpZXdCb3g9IjAgMCAxNDQwIDY0MC4xMjQiPg0KICA8cGF0aCBpZD0iU2hvcC1TbGlkZSIgZD0iTS4wMTYtNDAuMTA5czU0LjcwNy0uMDY0LDE0MS4wNzguMDc4YzY3LjAxLDAsOTguOTM4LS4wMTYsOTYuOTc4LDAtMi4wNTYsMCw5MDYuOTc1LjAzMiw5NTcuOTc2LjAzMiw3MS4yOC0uMDMxLDM0Ljg5MiwwLDEwNC43LDBIMTQ0MFY1NTBIODQ0LjIyN2MtNTEuMjY2LDAtNjYuMjg4LDUwLTEyMy4yNyw1MFM2NTEuMDgyLDU1MCw1OTYuMyw1NTBIMFoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAgNDAuMTI0KSIgZmlsbD0iIzAwM2NmZiIvPg0KPC9zdmc+DQo=) center bottom/cover;
  -webkit-mask-size: cover;
  mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

.landing-eleven::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("./../images/bg-eleven-02.png") 0 0 no-repeat;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
  z-index: -1;
  mix-blend-mode: multiply;
}

@media only screen and (max-width: 991px) {
  .landing-eleven::before {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center center;
  }
}

.landing-eleven::after {
  content: "";
  position: absolute;
  z-index: 1;
  background: url("./../images/shape-eleven-01.svg") 0 0 no-repeat;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -1px);
  -moz-transform: translate(-50%, -1px);
  -ms-transform: translate(-50%, -1px);
  -o-transform: translate(-50%, -1px);
  transform: translate(-50%, -1px);
  width: 100%;
  max-width: -webkit-calc(1162px);
  max-width: -moz-calc(1162px);
  max-width: calc(1162px);
  height: 41px;
}

@media only screen and (max-width: 1199px) {
  .landing-eleven::after {
    -webkit-transform: translate(-50%, -5px);
    -moz-transform: translate(-50%, -5px);
    -ms-transform: translate(-50%, -5px);
    -o-transform: translate(-50%, -5px);
    transform: translate(-50%, -5px);
  }
}

@media only screen and (max-width: 991px) {
  .landing-eleven::after {
    -webkit-transform: translate(-50%, -9px);
    -moz-transform: translate(-50%, -9px);
    -ms-transform: translate(-50%, -9px);
    -o-transform: translate(-50%, -9px);
    transform: translate(-50%, -9px);
  }
}

@media only screen and (max-width: 767px) {
  .landing-eleven::after {
    content: none;
  }
}

.brands-five {
  margin-top: 81px;
}

.category-products-three-item {
  background: url("./../images/bg-category-three.svg") 0 0 no-repeat;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
}

.best-selling-sixteen {
  background: transparent;
}

.best-selling-sixteen::before,
.best-selling-sixteen::after {
  background: #121320;
}

.best-selling-sixteen::after {
  content: "";
  position: absolute;
  top: -webkit-calc(55% - 6px);
  top: -moz-calc(55% - 6px);
  top: calc(55% - 6px);
  left: 0;
  width: 100%;
  height: 98px;
  -webkit-mask: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMTkyMCIgaGVpZ2h0PSI3NCIgdmlld0JveD0iMCAwIDE5MjAgNzQiPg0KICA8ZGVmcz4NCiAgICA8Y2xpcFBhdGggaWQ9ImNsaXAtcGF0aCI+DQogICAgICA8cmVjdCB4PSItMjQwIiB5PSIxMDM3IiB3aWR0aD0iMTkyMCIgaGVpZ2h0PSI3NCIgZmlsbD0ibm9uZSIvPg0KICAgIDwvY2xpcFBhdGg+DQogIDwvZGVmcz4NCiAgPGcgaWQ9InNoYXBlLWJnLWRhcmsiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDI0MCAtMTAzNykiIGNsaXAtcGF0aD0idXJsKCNjbGlwLXBhdGgpIiBzdHlsZT0iaXNvbGF0aW9uOiBpc29sYXRlIj4NCiAgICA8cGF0aCBpZD0iUGF0aF83MzMiIGRhdGEtbmFtZT0iUGF0aCA3MzMiIGQ9Ik0wLDBIMTQ0MFYxMDUxbC03MTguNTY4LDYwTDAsMTA1MVoiIGZpbGw9IiMxMjEzMjAiLz4NCiAgPC9nPg0KPC9zdmc+DQo=) center 0/cover;
  mask: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMTkyMCIgaGVpZ2h0PSI3NCIgdmlld0JveD0iMCAwIDE5MjAgNzQiPg0KICA8ZGVmcz4NCiAgICA8Y2xpcFBhdGggaWQ9ImNsaXAtcGF0aCI+DQogICAgICA8cmVjdCB4PSItMjQwIiB5PSIxMDM3IiB3aWR0aD0iMTkyMCIgaGVpZ2h0PSI3NCIgZmlsbD0ibm9uZSIvPg0KICAgIDwvY2xpcFBhdGg+DQogIDwvZGVmcz4NCiAgPGcgaWQ9InNoYXBlLWJnLWRhcmsiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDI0MCAtMTAzNykiIGNsaXAtcGF0aD0idXJsKCNjbGlwLXBhdGgpIiBzdHlsZT0iaXNvbGF0aW9uOiBpc29sYXRlIj4NCiAgICA8cGF0aCBpZD0iUGF0aF83MzMiIGRhdGEtbmFtZT0iUGF0aCA3MzMiIGQ9Ik0wLDBIMTQ0MFYxMDUxbC03MTguNTY4LDYwTDAsMTA1MVoiIGZpbGw9IiMxMjEzMjAiLz4NCiAgPC9nPg0KPC9zdmc+DQo=) center 0/cover;
  -webkit-mask-size: cover;
  mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  z-index: -1;
}

@media only screen and (max-width: 991px) {
  .best-selling-sixteen::after {
    -webkit-mask-size: cover;
    mask-size: cover;
    -webkit-mask-position: center 0;
    mask-position: center 0;
  }
}

@media only screen and (max-width: 991px) {
  .gallery-product-two {
    max-width: 60%;
  }
}

@media only screen and (max-width: 991px) {
  .gallery-product-two {
    max-width: 80%;
  }
}

@media only screen and (max-width: 575px) {
  .gallery-product-two {
    max-width: 95%;
  }
}

.swiper-gallery-product-two .swiper-button-next,
.swiper-gallery-product-two .swiper-button-prev,
.swiper-gallery-product-three .swiper-button-next,
.swiper-gallery-product-three .swiper-button-prev {
  background-color: #fff;
  width: 30px;
  height: 70px;
  -webkit-box-shadow: 0 5px 30px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 5px 30px rgba(0, 0, 0, 0.16);
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.16);
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  top: 50%;
}

.swiper-gallery-product-two .swiper-button-next,
.swiper-gallery-product-three .swiper-button-next {
  -webkit-transform: translate(-25px, -15%);
  -moz-transform: translate(-25px, -15%);
  -ms-transform: translate(-25px, -15%);
  -o-transform: translate(-25px, -15%);
  transform: translate(-25px, -15%);
}

.swiper-gallery-product-two .swiper-button-prev,
.swiper-gallery-product-three .swiper-button-prev {
  -webkit-transform: translate(25px, -15%);
  -moz-transform: translate(25px, -15%);
  -ms-transform: translate(25px, -15%);
  -o-transform: translate(25px, -15%);
  transform: translate(25px, -15%);
}

.swiper-gallery-product-three {
  border: 1px solid #e7ebee;
  max-width: 354px;
}

.swiper-gallery-product-three .swiper-slide:not(:last-child) .gallery-product-three-item {
  border-left: 1px solid #e7ebee;
}

.swiper-gallery-product-three .swiper-slide-active+div+div+div .gallery-product-three-item {
  -webkit-transform: translateX(-1px);
  transform: translateX(-1px);
}

.swiper-gallery-product-three .gallery-product-three-item {
  width: 88px;
  height: 88px;
  cursor: pointer;
}

.swiper-gallery-product-three .gallery-product-three-item img {
  height: 63px;
}

@media only screen and (max-width: 575px) {
  .swiper-gallery-product-three {
    max-width: 100%;
  }

  .swiper-gallery-product-three .gallery-product-three-item {
    width: auto;
    height: auto;
    padding: 12px;
  }

  .swiper-gallery-product-three .gallery-product-three-item img {
    height: auto;
    max-height: 70px;
  }
}

.swiper-gallery-product-two {
  border: 1px solid #e7ebee;
}

.swiper-gallery-product-two .swiper-slide {
  height: auto;
}

.swiper-gallery-product-two .swiper-slide:not(:last-child) .gallery-product-two-item {
  border-left: 1px solid #e7ebee;
}

.swiper-gallery-product-two .swiper-slide:nth-child(n + 3) .gallery-product-two-item {
  margin-left: -1px;
}

.swiper-gallery-product-two .gallery-product-two-item {
  padding: 19px;
  cursor: pointer;
}

.swiper-gallery-product-two .gallery-product-two-item img {
  max-width: 104px;
  max-height: 104px;
}



@media only screen and (max-width: 1199px) {
  .detail-product-three .timear ul li:not(:last-child) {
    margin-left: 4px;
  }
}

.megamenu-tabs {
  scrollbar-width: 0;
}

.megamenu-tabs::-webkit-scrollbar {
  display: none;
}


.nav-responsive-content-menu li .icon-angle-left {
  left: 21px;
  font-size: 12px !important;
  color: #494949;
}

.panel-sidebar::before,
.panel-sidebar::after,
.panel-sidebar-content {
  background: #323232;
}

.panel-sidebar::before {
  -webkit-mask: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+CjxzdmcKICAgd2lkdGg9Ijc0IgogICBoZWlnaHQ9IjEwMCIKICAgdmlld0JveD0iMCAwIDc0IDEwMCIKICAgZmlsbD0ibm9uZSIKICAgdmVyc2lvbj0iMS4xIgogICBpZD0ic3ZnMjYiCiAgIHNvZGlwb2RpOmRvY25hbWU9IlZlY3Rvci5zdmciCiAgIGlua3NjYXBlOnZlcnNpb249IjEuMi4xICg5YzZkNDFlNDEwLCAyMDIyLTA3LTE0KSIKICAgeG1sbnM6aW5rc2NhcGU9Imh0dHA6Ly93d3cuaW5rc2NhcGUub3JnL25hbWVzcGFjZXMvaW5rc2NhcGUiCiAgIHhtbG5zOnNvZGlwb2RpPSJodHRwOi8vc29kaXBvZGkuc291cmNlZm9yZ2UubmV0L0RURC9zb2RpcG9kaS0wLmR0ZCIKICAgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIgogICB4bWxuczpzdmc9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICA8ZGVmcwogICAgIGlkPSJkZWZzMzAiIC8+CiAgPHNvZGlwb2RpOm5hbWVkdmlldwogICAgIGlkPSJuYW1lZHZpZXcyOCIKICAgICBwYWdlY29sb3I9IiNmZmZmZmYiCiAgICAgYm9yZGVyY29sb3I9IiMwMDAwMDAiCiAgICAgYm9yZGVyb3BhY2l0eT0iMC4yNSIKICAgICBpbmtzY2FwZTpzaG93cGFnZXNoYWRvdz0iMiIKICAgICBpbmtzY2FwZTpwYWdlb3BhY2l0eT0iMC4wIgogICAgIGlua3NjYXBlOnBhZ2VjaGVja2VyYm9hcmQ9IjAiCiAgICAgaW5rc2NhcGU6ZGVza2NvbG9yPSIjZDFkMWQxIgogICAgIHNob3dncmlkPSJmYWxzZSIKICAgICBpbmtzY2FwZTp6b29tPSI0LjE4NSIKICAgICBpbmtzY2FwZTpjeD0iMTIuMDY2OTA2IgogICAgIGlua3NjYXBlOmN5PSI4MS4yNDI1MzMiCiAgICAgaW5rc2NhcGU6d2luZG93LXdpZHRoPSIxOTIwIgogICAgIGlua3NjYXBlOndpbmRvdy1oZWlnaHQ9IjEwMTciCiAgICAgaW5rc2NhcGU6d2luZG93LXg9Ii04IgogICAgIGlua3NjYXBlOndpbmRvdy15PSItOCIKICAgICBpbmtzY2FwZTp3aW5kb3ctbWF4aW1pemVkPSIxIgogICAgIGlua3NjYXBlOmN1cnJlbnQtbGF5ZXI9InN2ZzI2IiAvPgogIDxtYXNrCiAgICAgaWQ9Im1hc2swXzExN18yNjUiCiAgICAgc3R5bGU9Im1hc2stdHlwZTphbHBoYSIKICAgICBtYXNrVW5pdHM9InVzZXJTcGFjZU9uVXNlIgogICAgIHg9IjAiCiAgICAgeT0iMCIKICAgICB3aWR0aD0iNzQiCiAgICAgaGVpZ2h0PSIxMDAiPgogICAgPHJlY3QKICAgICAgIHdpZHRoPSI3NCIKICAgICAgIGhlaWdodD0iMTAwIgogICAgICAgZmlsbD0iI0Q5RDlEOSIKICAgICAgIGlkPSJyZWN0MTciIC8+CiAgPC9tYXNrPgogIDxnCiAgICAgbWFzaz0idXJsKCNtYXNrMF8xMTdfMjY1KSIKICAgICBpZD0iZzI0Ij4KICAgIDxwYXRoCiAgICAgICBpZD0icmVjdDIwIgogICAgICAgc3R5bGU9ImRpc3BsYXk6aW5saW5lO2ZpbGw6I2Q0MDAwMCIKICAgICAgIGQ9Ik0gMTQgMTA4Ni42ODM2IEwgMTQgMTA5NSBMIDQ4OCAxMDk1IEwgNDg4IC0xNSBMIDE0IC0xNSBMIDE0IC02LjY4MzU5MzggQyAxNi42MzQwMTkgLTUuNTM4MTA5NiAxOS4yMzMyMjIgLTQuMzI0NDIzIDIxLjc0MjE4OCAtMi45NjQ4NDM4IEMgMjQuNTc2NTExIC0xLjQyODk1NjYgMjcuMzI3MTUxIDAuMjM5NjUwMjMgMjkuOTg2MzI4IDIuMDMzMjAzMSBDIDMyLjY0NTUwNSAzLjgyNjc1NiAzNS4yMTIxNjEgNS43NDQ1ODIxIDM3LjY3OTY4OCA3Ljc3OTI5NjkgQyA0MC4xNDcyMTQgOS44MTQwMTE2IDQyLjUxNjAxOCAxMS45NjUyMzcgNDQuNzc1MzkxIDE0LjIyNDYwOSBDIDQ3LjAzNDc2MyAxNi40ODM5ODIgNDkuMTg1OTg4IDE4Ljg1Mjc4NiA1MS4yMjA3MDMgMjEuMzIwMzEyIEMgNTMuMjU1NDE4IDIzLjc4NzgzOSA1NS4xNzMyNDQgMjYuMzU0NDk1IDU2Ljk2Njc5NyAyOS4wMTM2NzIgQyA1OC43NjAzNSAzMS42NzI4NDkgNjAuNDI4OTU3IDM0LjQyMzQ4OSA2MS45NjQ4NDQgMzcuMjU3ODEyIEMgNjMuNTAwNzMxIDQwLjA5MjEzNiA2NC45MDQyOTggNDMuMDEwOTQgNjYuMTY2MDE2IDQ2LjAwMzkwNiBDIDY3LjQyNzczMyA0OC45OTY4NzIgNjguNTQ4NDg3IDUyLjA2NDExNCA2OS41MTk1MzEgNTUuMTk5MjE5IEMgNzAuNDkwNTc1IDU4LjMzNDMyMyA3MS4zMTA3NDMgNjEuNTM2MTM2IDcxLjk3NDYwOSA2NC43OTY4NzUgQyA3Mi42Mzg0NzYgNjguMDU3NjE0IDczLjE0NjE0MyA3MS4zNzgxNzcgNzMuNDg2MzI4IDc0Ljc0ODA0NyBDIDczLjgyNjUxMyA3OC4xMTc5MTcgNzQgODEuNTM3NTAzIDc0IDg1IEwgNzQgOTk1IEMgNzQgOTk4LjQ2MjUgNzMuODI2NTEzIDEwMDEuODgyMSA3My40ODYzMjggMTAwNS4yNTIgQyA3My4xNDYxNDMgMTAwOC42MjE4IDcyLjYzODQ3NiAxMDExLjk0MjQgNzEuOTc0NjA5IDEwMTUuMjAzMSBDIDcxLjMxMDc0MyAxMDE4LjQ2MzkgNzAuNDkwNTc1IDEwMjEuNjY1NyA2OS41MTk1MzEgMTAyNC44MDA4IEMgNjguNTQ4NDg3IDEwMjcuOTM1OSA2Ny40Mjc3MzMgMTAzMS4wMDMxIDY2LjE2NjAxNiAxMDMzLjk5NjEgQyA2NC45MDQyOTggMTAzNi45ODkxIDYzLjUwMDczMSAxMDM5LjkwNzkgNjEuOTY0ODQ0IDEwNDIuNzQyMiBDIDYwLjQyODk1NyAxMDQ1LjU3NjUgNTguNzYwMzUgMTA0OC4zMjcyIDU2Ljk2Njc5NyAxMDUwLjk4NjMgQyA1NS4xNzMyNDQgMTA1My42NDU1IDUzLjI1NTQxOCAxMDU2LjIxMjIgNTEuMjIwNzAzIDEwNTguNjc5NyBDIDQ5LjE4NTk4OCAxMDYxLjE0NzIgNDcuMDM0NzYzIDEwNjMuNTE2IDQ0Ljc3NTM5MSAxMDY1Ljc3NTQgQyA0Mi41MTYwMTggMTA2OC4wMzQ4IDQwLjE0NzIxNCAxMDcwLjE4NiAzNy42Nzk2ODggMTA3Mi4yMjA3IEMgMzUuMjEyMTYxIDEwNzQuMjU1NCAzMi42NDU1MDUgMTA3Ni4xNzMyIDI5Ljk4NjMyOCAxMDc3Ljk2NjggQyAyNy4zMjcxNTEgMTA3OS43NjAzIDI0LjU3NjUxMSAxMDgxLjQyOSAyMS43NDIxODggMTA4Mi45NjQ4IEMgMTkuMjMzMjIyIDEwODQuMzI0NCAxNi42MzQwMTkgMTA4NS41MzgxIDE0IDEwODYuNjgzNiB6ICIgLz4KICAgIDxwYXRoCiAgICAgICBpZD0icGF0aDI2NCIKICAgICAgIHN0eWxlPSJkaXNwbGF5OmlubGluZTtmaWxsOm5vbmUiCiAgICAgICBkPSJNIDE0IDEwODYuNjgzNiBDIDE2LjYzNDAxOSAxMDg1LjUzODEgMTkuMjMzMjIyIDEwODQuMzI0NCAyMS43NDIxODggMTA4Mi45NjQ4IEMgMjQuNTc2NTExIDEwODEuNDI5IDI3LjMyNzE1MSAxMDc5Ljc2MDMgMjkuOTg2MzI4IDEwNzcuOTY2OCBDIDMyLjY0NTUwNSAxMDc2LjE3MzIgMzUuMjEyMTYxIDEwNzQuMjU1NCAzNy42Nzk2ODggMTA3Mi4yMjA3IEMgNDAuMTQ3MjE0IDEwNzAuMTg2IDQyLjUxNjAxOCAxMDY4LjAzNDggNDQuNzc1MzkxIDEwNjUuNzc1NCBDIDQ3LjAzNDc2MyAxMDYzLjUxNiA0OS4xODU5ODggMTA2MS4xNDcyIDUxLjIyMDcwMyAxMDU4LjY3OTcgQyA1My4yNTU0MTggMTA1Ni4yMTIyIDU1LjE3MzI0NCAxMDUzLjY0NTUgNTYuOTY2Nzk3IDEwNTAuOTg2MyBDIDU4Ljc2MDM1IDEwNDguMzI3MiA2MC40Mjg5NTcgMTA0NS41NzY1IDYxLjk2NDg0NCAxMDQyLjc0MjIgQyA2My41MDA3MzEgMTAzOS45MDc5IDY0LjkwNDI5OCAxMDM2Ljk4OTEgNjYuMTY2MDE2IDEwMzMuOTk2MSBDIDY3LjQyNzczMyAxMDMxLjAwMzEgNjguNTQ4NDg3IDEwMjcuOTM1OSA2OS41MTk1MzEgMTAyNC44MDA4IEMgNzAuNDkwNTc1IDEwMjEuNjY1NyA3MS4zMTA3NDMgMTAxOC40NjM5IDcxLjk3NDYwOSAxMDE1LjIwMzEgQyA3Mi42Mzg0NzYgMTAxMS45NDI0IDczLjE0NjE0MyAxMDA4LjYyMTggNzMuNDg2MzI4IDEwMDUuMjUyIEMgNzMuODI2NTEzIDEwMDEuODgyMSA3NCA5OTguNDYyNSA3NCA5OTUgTCA3NCA4NSBDIDc0IDgxLjUzNzUwMyA3My44MjY1MTMgNzguMTE3OTE3IDczLjQ4NjMyOCA3NC43NDgwNDcgQyA3My4xNDYxNDMgNzEuMzc4MTc3IDcyLjYzODQ3NiA2OC4wNTc2MTQgNzEuOTc0NjA5IDY0Ljc5Njg3NSBDIDcxLjMxMDc0MyA2MS41MzYxMzYgNzAuNDkwNTc1IDU4LjMzNDMyMyA2OS41MTk1MzEgNTUuMTk5MjE5IEMgNjguNTQ4NDg3IDUyLjA2NDExNCA2Ny40Mjc3MzMgNDguOTk2ODcyIDY2LjE2NjAxNiA0Ni4wMDM5MDYgQyA2NC45MDQyOTggNDMuMDEwOTQgNjMuNTAwNzMxIDQwLjA5MjEzNiA2MS45NjQ4NDQgMzcuMjU3ODEyIEMgNjAuNDI4OTU3IDM0LjQyMzQ4OSA1OC43NjAzNSAzMS42NzI4NDkgNTYuOTY2Nzk3IDI5LjAxMzY3MiBDIDU1LjE3MzI0NCAyNi4zNTQ0OTUgNTMuMjU1NDE4IDIzLjc4NzgzOSA1MS4yMjA3MDMgMjEuMzIwMzEyIEMgNDkuMTg1OTg4IDE4Ljg1Mjc4NiA0Ny4wMzQ3NjMgMTYuNDgzOTgyIDQ0Ljc3NTM5MSAxNC4yMjQ2MDkgQyA0Mi41MTYwMTggMTEuOTY1MjM3IDQwLjE0NzIxNCA5LjgxNDAxMTYgMzcuNjc5Njg4IDcuNzc5Mjk2OSBDIDM1LjIxMjE2MSA1Ljc0NDU4MjEgMzIuNjQ1NTA1IDMuODI2NzU2IDI5Ljk4NjMyOCAyLjAzMzIwMzEgQyAyNy4zMjcxNTEgMC4yMzk2NTAyMyAyNC41NzY1MTEgLTEuNDI4OTU2NiAyMS43NDIxODggLTIuOTY0ODQzOCBDIDE5LjIzMzIyMiAtNC4zMjQ0MjMgMTYuNjM0MDE5IC01LjUzODEwOTYgMTQgLTYuNjgzNTkzOCBMIDE0IDEwODYuNjgzNiB6ICIgLz4KICA8L2c+Cjwvc3ZnPgo=) 0 0/cover;
  mask: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+CjxzdmcKICAgd2lkdGg9Ijc0IgogICBoZWlnaHQ9IjEwMCIKICAgdmlld0JveD0iMCAwIDc0IDEwMCIKICAgZmlsbD0ibm9uZSIKICAgdmVyc2lvbj0iMS4xIgogICBpZD0ic3ZnMjYiCiAgIHNvZGlwb2RpOmRvY25hbWU9IlZlY3Rvci5zdmciCiAgIGlua3NjYXBlOnZlcnNpb249IjEuMi4xICg5YzZkNDFlNDEwLCAyMDIyLTA3LTE0KSIKICAgeG1sbnM6aW5rc2NhcGU9Imh0dHA6Ly93d3cuaW5rc2NhcGUub3JnL25hbWVzcGFjZXMvaW5rc2NhcGUiCiAgIHhtbG5zOnNvZGlwb2RpPSJodHRwOi8vc29kaXBvZGkuc291cmNlZm9yZ2UubmV0L0RURC9zb2RpcG9kaS0wLmR0ZCIKICAgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIgogICB4bWxuczpzdmc9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICA8ZGVmcwogICAgIGlkPSJkZWZzMzAiIC8+CiAgPHNvZGlwb2RpOm5hbWVkdmlldwogICAgIGlkPSJuYW1lZHZpZXcyOCIKICAgICBwYWdlY29sb3I9IiNmZmZmZmYiCiAgICAgYm9yZGVyY29sb3I9IiMwMDAwMDAiCiAgICAgYm9yZGVyb3BhY2l0eT0iMC4yNSIKICAgICBpbmtzY2FwZTpzaG93cGFnZXNoYWRvdz0iMiIKICAgICBpbmtzY2FwZTpwYWdlb3BhY2l0eT0iMC4wIgogICAgIGlua3NjYXBlOnBhZ2VjaGVja2VyYm9hcmQ9IjAiCiAgICAgaW5rc2NhcGU6ZGVza2NvbG9yPSIjZDFkMWQxIgogICAgIHNob3dncmlkPSJmYWxzZSIKICAgICBpbmtzY2FwZTp6b29tPSI0LjE4NSIKICAgICBpbmtzY2FwZTpjeD0iMTIuMDY2OTA2IgogICAgIGlua3NjYXBlOmN5PSI4MS4yNDI1MzMiCiAgICAgaW5rc2NhcGU6d2luZG93LXdpZHRoPSIxOTIwIgogICAgIGlua3NjYXBlOndpbmRvdy1oZWlnaHQ9IjEwMTciCiAgICAgaW5rc2NhcGU6d2luZG93LXg9Ii04IgogICAgIGlua3NjYXBlOndpbmRvdy15PSItOCIKICAgICBpbmtzY2FwZTp3aW5kb3ctbWF4aW1pemVkPSIxIgogICAgIGlua3NjYXBlOmN1cnJlbnQtbGF5ZXI9InN2ZzI2IiAvPgogIDxtYXNrCiAgICAgaWQ9Im1hc2swXzExN18yNjUiCiAgICAgc3R5bGU9Im1hc2stdHlwZTphbHBoYSIKICAgICBtYXNrVW5pdHM9InVzZXJTcGFjZU9uVXNlIgogICAgIHg9IjAiCiAgICAgeT0iMCIKICAgICB3aWR0aD0iNzQiCiAgICAgaGVpZ2h0PSIxMDAiPgogICAgPHJlY3QKICAgICAgIHdpZHRoPSI3NCIKICAgICAgIGhlaWdodD0iMTAwIgogICAgICAgZmlsbD0iI0Q5RDlEOSIKICAgICAgIGlkPSJyZWN0MTciIC8+CiAgPC9tYXNrPgogIDxnCiAgICAgbWFzaz0idXJsKCNtYXNrMF8xMTdfMjY1KSIKICAgICBpZD0iZzI0Ij4KICAgIDxwYXRoCiAgICAgICBpZD0icmVjdDIwIgogICAgICAgc3R5bGU9ImRpc3BsYXk6aW5saW5lO2ZpbGw6I2Q0MDAwMCIKICAgICAgIGQ9Ik0gMTQgMTA4Ni42ODM2IEwgMTQgMTA5NSBMIDQ4OCAxMDk1IEwgNDg4IC0xNSBMIDE0IC0xNSBMIDE0IC02LjY4MzU5MzggQyAxNi42MzQwMTkgLTUuNTM4MTA5NiAxOS4yMzMyMjIgLTQuMzI0NDIzIDIxLjc0MjE4OCAtMi45NjQ4NDM4IEMgMjQuNTc2NTExIC0xLjQyODk1NjYgMjcuMzI3MTUxIDAuMjM5NjUwMjMgMjkuOTg2MzI4IDIuMDMzMjAzMSBDIDMyLjY0NTUwNSAzLjgyNjc1NiAzNS4yMTIxNjEgNS43NDQ1ODIxIDM3LjY3OTY4OCA3Ljc3OTI5NjkgQyA0MC4xNDcyMTQgOS44MTQwMTE2IDQyLjUxNjAxOCAxMS45NjUyMzcgNDQuNzc1MzkxIDE0LjIyNDYwOSBDIDQ3LjAzNDc2MyAxNi40ODM5ODIgNDkuMTg1OTg4IDE4Ljg1Mjc4NiA1MS4yMjA3MDMgMjEuMzIwMzEyIEMgNTMuMjU1NDE4IDIzLjc4NzgzOSA1NS4xNzMyNDQgMjYuMzU0NDk1IDU2Ljk2Njc5NyAyOS4wMTM2NzIgQyA1OC43NjAzNSAzMS42NzI4NDkgNjAuNDI4OTU3IDM0LjQyMzQ4OSA2MS45NjQ4NDQgMzcuMjU3ODEyIEMgNjMuNTAwNzMxIDQwLjA5MjEzNiA2NC45MDQyOTggNDMuMDEwOTQgNjYuMTY2MDE2IDQ2LjAwMzkwNiBDIDY3LjQyNzczMyA0OC45OTY4NzIgNjguNTQ4NDg3IDUyLjA2NDExNCA2OS41MTk1MzEgNTUuMTk5MjE5IEMgNzAuNDkwNTc1IDU4LjMzNDMyMyA3MS4zMTA3NDMgNjEuNTM2MTM2IDcxLjk3NDYwOSA2NC43OTY4NzUgQyA3Mi42Mzg0NzYgNjguMDU3NjE0IDczLjE0NjE0MyA3MS4zNzgxNzcgNzMuNDg2MzI4IDc0Ljc0ODA0NyBDIDczLjgyNjUxMyA3OC4xMTc5MTcgNzQgODEuNTM3NTAzIDc0IDg1IEwgNzQgOTk1IEMgNzQgOTk4LjQ2MjUgNzMuODI2NTEzIDEwMDEuODgyMSA3My40ODYzMjggMTAwNS4yNTIgQyA3My4xNDYxNDMgMTAwOC42MjE4IDcyLjYzODQ3NiAxMDExLjk0MjQgNzEuOTc0NjA5IDEwMTUuMjAzMSBDIDcxLjMxMDc0MyAxMDE4LjQ2MzkgNzAuNDkwNTc1IDEwMjEuNjY1NyA2OS41MTk1MzEgMTAyNC44MDA4IEMgNjguNTQ4NDg3IDEwMjcuOTM1OSA2Ny40Mjc3MzMgMTAzMS4wMDMxIDY2LjE2NjAxNiAxMDMzLjk5NjEgQyA2NC45MDQyOTggMTAzNi45ODkxIDYzLjUwMDczMSAxMDM5LjkwNzkgNjEuOTY0ODQ0IDEwNDIuNzQyMiBDIDYwLjQyODk1NyAxMDQ1LjU3NjUgNTguNzYwMzUgMTA0OC4zMjcyIDU2Ljk2Njc5NyAxMDUwLjk4NjMgQyA1NS4xNzMyNDQgMTA1My42NDU1IDUzLjI1NTQxOCAxMDU2LjIxMjIgNTEuMjIwNzAzIDEwNTguNjc5NyBDIDQ5LjE4NTk4OCAxMDYxLjE0NzIgNDcuMDM0NzYzIDEwNjMuNTE2IDQ0Ljc3NTM5MSAxMDY1Ljc3NTQgQyA0Mi41MTYwMTggMTA2OC4wMzQ4IDQwLjE0NzIxNCAxMDcwLjE4NiAzNy42Nzk2ODggMTA3Mi4yMjA3IEMgMzUuMjEyMTYxIDEwNzQuMjU1NCAzMi42NDU1MDUgMTA3Ni4xNzMyIDI5Ljk4NjMyOCAxMDc3Ljk2NjggQyAyNy4zMjcxNTEgMTA3OS43NjAzIDI0LjU3NjUxMSAxMDgxLjQyOSAyMS43NDIxODggMTA4Mi45NjQ4IEMgMTkuMjMzMjIyIDEwODQuMzI0NCAxNi42MzQwMTkgMTA4NS41MzgxIDE0IDEwODYuNjgzNiB6ICIgLz4KICAgIDxwYXRoCiAgICAgICBpZD0icGF0aDI2NCIKICAgICAgIHN0eWxlPSJkaXNwbGF5OmlubGluZTtmaWxsOm5vbmUiCiAgICAgICBkPSJNIDE0IDEwODYuNjgzNiBDIDE2LjYzNDAxOSAxMDg1LjUzODEgMTkuMjMzMjIyIDEwODQuMzI0NCAyMS43NDIxODggMTA4Mi45NjQ4IEMgMjQuNTc2NTExIDEwODEuNDI5IDI3LjMyNzE1MSAxMDc5Ljc2MDMgMjkuOTg2MzI4IDEwNzcuOTY2OCBDIDMyLjY0NTUwNSAxMDc2LjE3MzIgMzUuMjEyMTYxIDEwNzQuMjU1NCAzNy42Nzk2ODggMTA3Mi4yMjA3IEMgNDAuMTQ3MjE0IDEwNzAuMTg2IDQyLjUxNjAxOCAxMDY4LjAzNDggNDQuNzc1MzkxIDEwNjUuNzc1NCBDIDQ3LjAzNDc2MyAxMDYzLjUxNiA0OS4xODU5ODggMTA2MS4xNDcyIDUxLjIyMDcwMyAxMDU4LjY3OTcgQyA1My4yNTU0MTggMTA1Ni4yMTIyIDU1LjE3MzI0NCAxMDUzLjY0NTUgNTYuOTY2Nzk3IDEwNTAuOTg2MyBDIDU4Ljc2MDM1IDEwNDguMzI3MiA2MC40Mjg5NTcgMTA0NS41NzY1IDYxLjk2NDg0NCAxMDQyLjc0MjIgQyA2My41MDA3MzEgMTAzOS45MDc5IDY0LjkwNDI5OCAxMDM2Ljk4OTEgNjYuMTY2MDE2IDEwMzMuOTk2MSBDIDY3LjQyNzczMyAxMDMxLjAwMzEgNjguNTQ4NDg3IDEwMjcuOTM1OSA2OS41MTk1MzEgMTAyNC44MDA4IEMgNzAuNDkwNTc1IDEwMjEuNjY1NyA3MS4zMTA3NDMgMTAxOC40NjM5IDcxLjk3NDYwOSAxMDE1LjIwMzEgQyA3Mi42Mzg0NzYgMTAxMS45NDI0IDczLjE0NjE0MyAxMDA4LjYyMTggNzMuNDg2MzI4IDEwMDUuMjUyIEMgNzMuODI2NTEzIDEwMDEuODgyMSA3NCA5OTguNDYyNSA3NCA5OTUgTCA3NCA4NSBDIDc0IDgxLjUzNzUwMyA3My44MjY1MTMgNzguMTE3OTE3IDczLjQ4NjMyOCA3NC43NDgwNDcgQyA3My4xNDYxNDMgNzEuMzc4MTc3IDcyLjYzODQ3NiA2OC4wNTc2MTQgNzEuOTc0NjA5IDY0Ljc5Njg3NSBDIDcxLjMxMDc0MyA2MS41MzYxMzYgNzAuNDkwNTc1IDU4LjMzNDMyMyA2OS41MTk1MzEgNTUuMTk5MjE5IEMgNjguNTQ4NDg3IDUyLjA2NDExNCA2Ny40Mjc3MzMgNDguOTk2ODcyIDY2LjE2NjAxNiA0Ni4wMDM5MDYgQyA2NC45MDQyOTggNDMuMDEwOTQgNjMuNTAwNzMxIDQwLjA5MjEzNiA2MS45NjQ4NDQgMzcuMjU3ODEyIEMgNjAuNDI4OTU3IDM0LjQyMzQ4OSA1OC43NjAzNSAzMS42NzI4NDkgNTYuOTY2Nzk3IDI5LjAxMzY3MiBDIDU1LjE3MzI0NCAyNi4zNTQ0OTUgNTMuMjU1NDE4IDIzLjc4NzgzOSA1MS4yMjA3MDMgMjEuMzIwMzEyIEMgNDkuMTg1OTg4IDE4Ljg1Mjc4NiA0Ny4wMzQ3NjMgMTYuNDgzOTgyIDQ0Ljc3NTM5MSAxNC4yMjQ2MDkgQyA0Mi41MTYwMTggMTEuOTY1MjM3IDQwLjE0NzIxNCA5LjgxNDAxMTYgMzcuNjc5Njg4IDcuNzc5Mjk2OSBDIDM1LjIxMjE2MSA1Ljc0NDU4MjEgMzIuNjQ1NTA1IDMuODI2NzU2IDI5Ljk4NjMyOCAyLjAzMzIwMzEgQyAyNy4zMjcxNTEgMC4yMzk2NTAyMyAyNC41NzY1MTEgLTEuNDI4OTU2NiAyMS43NDIxODggLTIuOTY0ODQzOCBDIDE5LjIzMzIyMiAtNC4zMjQ0MjMgMTYuNjM0MDE5IC01LjUzODEwOTYgMTQgLTYuNjgzNTkzOCBMIDE0IDEwODYuNjgzNiB6ICIgLz4KICA8L2c+Cjwvc3ZnPgo=) 0 0/cover;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

.panel-sidebar::after {
  -webkit-mask: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+CjxzdmcKICAgd2lkdGg9Ijc0IgogICBoZWlnaHQ9IjEwMCIKICAgdmlld0JveD0iMCAwIDc0IDEwMCIKICAgZmlsbD0ibm9uZSIKICAgdmVyc2lvbj0iMS4xIgogICBpZD0ic3ZnMTEiCiAgIHNvZGlwb2RpOmRvY25hbWU9IlZlY3Rvci5zdmciCiAgIGlua3NjYXBlOnZlcnNpb249IjEuMi4xICg5YzZkNDFlNDEwLCAyMDIyLTA3LTE0KSIKICAgeG1sbnM6aW5rc2NhcGU9Imh0dHA6Ly93d3cuaW5rc2NhcGUub3JnL25hbWVzcGFjZXMvaW5rc2NhcGUiCiAgIHhtbG5zOnNvZGlwb2RpPSJodHRwOi8vc29kaXBvZGkuc291cmNlZm9yZ2UubmV0L0RURC9zb2RpcG9kaS0wLmR0ZCIKICAgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIgogICB4bWxuczpzdmc9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICA8ZGVmcwogICAgIGlkPSJkZWZzMTUiIC8+CiAgPHNvZGlwb2RpOm5hbWVkdmlldwogICAgIGlkPSJuYW1lZHZpZXcxMyIKICAgICBwYWdlY29sb3I9IiNmZmZmZmYiCiAgICAgYm9yZGVyY29sb3I9IiMwMDAwMDAiCiAgICAgYm9yZGVyb3BhY2l0eT0iMC4yNSIKICAgICBpbmtzY2FwZTpzaG93cGFnZXNoYWRvdz0iMiIKICAgICBpbmtzY2FwZTpwYWdlb3BhY2l0eT0iMC4wIgogICAgIGlua3NjYXBlOnBhZ2VjaGVja2VyYm9hcmQ9IjAiCiAgICAgaW5rc2NhcGU6ZGVza2NvbG9yPSIjZDFkMWQxIgogICAgIHNob3dncmlkPSJmYWxzZSIKICAgICBpbmtzY2FwZTp6b29tPSIyLjk1OTI0MTkiCiAgICAgaW5rc2NhcGU6Y3g9Ii00LjIyNDA1NDgiCiAgICAgaW5rc2NhcGU6Y3k9IjY3LjU4NDg3NyIKICAgICBpbmtzY2FwZTp3aW5kb3ctd2lkdGg9IjE5MjAiCiAgICAgaW5rc2NhcGU6d2luZG93LWhlaWdodD0iMTAxNyIKICAgICBpbmtzY2FwZTp3aW5kb3cteD0iLTgiCiAgICAgaW5rc2NhcGU6d2luZG93LXk9Ii04IgogICAgIGlua3NjYXBlOndpbmRvdy1tYXhpbWl6ZWQ9IjEiCiAgICAgaW5rc2NhcGU6Y3VycmVudC1sYXllcj0ic3ZnMTEiIC8+CiAgPG1hc2sKICAgICBpZD0ibWFzazBfMTE4XzI4MyIKICAgICBzdHlsZT0ibWFzay10eXBlOmFscGhhIgogICAgIG1hc2tVbml0cz0idXNlclNwYWNlT25Vc2UiCiAgICAgeD0iMCIKICAgICB5PSIwIgogICAgIHdpZHRoPSI3NCIKICAgICBoZWlnaHQ9IjEwMCI+CiAgICA8cmVjdAogICAgICAgd2lkdGg9Ijc0IgogICAgICAgaGVpZ2h0PSIxMDAiCiAgICAgICBmaWxsPSIjRDlEOUQ5IgogICAgICAgaWQ9InJlY3QyIiAvPgogIDwvbWFzaz4KICA8ZwogICAgIG1hc2s9InVybCgjbWFzazBfMTE4XzI4MykiCiAgICAgaWQ9Imc5Ij4KICAgIDxwYXRoCiAgICAgICBpZD0icmVjdDUiCiAgICAgICBkPSJNIDE0IDEwNi42ODM1OSBMIDE0IDExNSBMIDQ4OCAxMTUgTCA0ODggLTk5NSBMIDE0IC05OTUgTCAxNCAtOTg2LjY4MzU5IEMgMTYuNjM0MDE5IC05ODUuNTM4MTEgMTkuMjMzMjIyIC05ODQuMzI0NDIgMjEuNzQyMTg4IC05ODIuOTY0ODQgQyAyNC41NzY1MTEgLTk4MS40Mjg5NiAyNy4zMjcxNTEgLTk3OS43NjAzNSAyOS45ODYzMjggLTk3Ny45NjY4IEMgMzIuNjQ1NTA1IC05NzYuMTczMjQgMzUuMjEyMTYxIC05NzQuMjU1NDIgMzcuNjc5Njg4IC05NzIuMjIwNyBDIDQwLjE0NzIxNCAtOTcwLjE4NTk5IDQyLjUxNjAxOCAtOTY4LjAzNDc2IDQ0Ljc3NTM5MSAtOTY1Ljc3NTM5IEMgNDcuMDM0NzYzIC05NjMuNTE2MDIgNDkuMTg1OTg4IC05NjEuMTQ3MjEgNTEuMjIwNzAzIC05NTguNjc5NjkgQyA1My4yNTU0MTggLTk1Ni4yMTIxNiA1NS4xNzMyNDQgLTk1My42NDU1MSA1Ni45NjY3OTcgLTk1MC45ODYzMyBDIDU4Ljc2MDM1IC05NDguMzI3MTUgNjAuNDI4OTU3IC05NDUuNTc2NTEgNjEuOTY0ODQ0IC05NDIuNzQyMTkgQyA2My41MDA3MzEgLTkzOS45MDc4NiA2NC45MDQyOTggLTkzNi45ODkwNiA2Ni4xNjYwMTYgLTkzMy45OTYwOSBDIDY3LjQyNzczMyAtOTMxLjAwMzEzIDY4LjU0ODQ4NyAtOTI3LjkzNTg5IDY5LjUxOTUzMSAtOTI0LjgwMDc4IEMgNzAuNDkwNTc1IC05MjEuNjY1NjggNzEuMzEwNzQzIC05MTguNDYzODYgNzEuOTc0NjA5IC05MTUuMjAzMTIgQyA3Mi42Mzg0NzYgLTkxMS45NDIzOSA3My4xNDYxNDMgLTkwOC42MjE4MiA3My40ODYzMjggLTkwNS4yNTE5NSBDIDczLjgyNjUxMyAtOTAxLjg4MjA4IDc0IC04OTguNDYyNSA3NCAtODk1IEwgNzQgMTUgQyA3NCAxOC40NjI0OTcgNzMuODI2NTEzIDIxLjg4MjA4MyA3My40ODYzMjggMjUuMjUxOTUzIEMgNzMuMTQ2MTQzIDI4LjYyMTgyMyA3Mi42Mzg0NzYgMzEuOTQyMzg2IDcxLjk3NDYwOSAzNS4yMDMxMjUgQyA3MS4zMTA3NDMgMzguNDYzODY0IDcwLjQ5MDU3NSA0MS42NjU2NzcgNjkuNTE5NTMxIDQ0LjgwMDc4MSBDIDY4LjU0ODQ4NyA0Ny45MzU4ODYgNjcuNDI3NzMzIDUxLjAwMzEyOCA2Ni4xNjYwMTYgNTMuOTk2MDk0IEMgNjQuOTA0Mjk4IDU2Ljk4OTA2IDYzLjUwMDczMSA1OS45MDc4NjQgNjEuOTY0ODQ0IDYyLjc0MjE4OCBDIDYwLjQyODk1NyA2NS41NzY1MTEgNTguNzYwMzUgNjguMzI3MTUxIDU2Ljk2Njc5NyA3MC45ODYzMjggQyA1NS4xNzMyNDQgNzMuNjQ1NTA1IDUzLjI1NTQxOCA3Ni4yMTIxNjEgNTEuMjIwNzAzIDc4LjY3OTY4OCBDIDQ5LjE4NTk4OCA4MS4xNDcyMTQgNDcuMDM0NzYzIDgzLjUxNjAxOCA0NC43NzUzOTEgODUuNzc1MzkxIEMgNDIuNTE2MDE4IDg4LjAzNDc2MyA0MC4xNDcyMTQgOTAuMTg1OTg4IDM3LjY3OTY4OCA5Mi4yMjA3MDMgQyAzNS4yMTIxNjEgOTQuMjU1NDE4IDMyLjY0NTUwNSA5Ni4xNzMyNDQgMjkuOTg2MzI4IDk3Ljk2Njc5NyBDIDI3LjMyNzE1MSA5OS43NjAzNSAyNC41NzY1MTEgMTAxLjQyODk2IDIxLjc0MjE4OCAxMDIuOTY0ODQgQyAxOS4yMzMyMjIgMTA0LjMyNDQyIDE2LjYzNDAxOSAxMDUuNTM4MTEgMTQgMTA2LjY4MzU5IHogIgogICAgICAgc3R5bGU9ImZpbGw6I2FhMDAwMCIgLz4KICAgIDxwYXRoCiAgICAgICBpZD0icGF0aDEyMyIKICAgICAgIGQ9Ik0gMTQgMTA2LjY4MzU5IEMgMTYuNjM0MDE5IDEwNS41MzgxMSAxOS4yMzMyMjIgMTA0LjMyNDQyIDIxLjc0MjE4OCAxMDIuOTY0ODQgQyAyNC41NzY1MTEgMTAxLjQyODk2IDI3LjMyNzE1MSA5OS43NjAzNSAyOS45ODYzMjggOTcuOTY2Nzk3IEMgMzIuNjQ1NTA1IDk2LjE3MzI0NCAzNS4yMTIxNjEgOTQuMjU1NDE4IDM3LjY3OTY4OCA5Mi4yMjA3MDMgQyA0MC4xNDcyMTQgOTAuMTg1OTg4IDQyLjUxNjAxOCA4OC4wMzQ3NjMgNDQuNzc1MzkxIDg1Ljc3NTM5MSBDIDQ3LjAzNDc2MyA4My41MTYwMTggNDkuMTg1OTg4IDgxLjE0NzIxNCA1MS4yMjA3MDMgNzguNjc5Njg4IEMgNTMuMjU1NDE4IDc2LjIxMjE2MSA1NS4xNzMyNDQgNzMuNjQ1NTA1IDU2Ljk2Njc5NyA3MC45ODYzMjggQyA1OC43NjAzNSA2OC4zMjcxNTEgNjAuNDI4OTU3IDY1LjU3NjUxMSA2MS45NjQ4NDQgNjIuNzQyMTg4IEMgNjMuNTAwNzMxIDU5LjkwNzg2NCA2NC45MDQyOTggNTYuOTg5MDYgNjYuMTY2MDE2IDUzLjk5NjA5NCBDIDY3LjQyNzczMyA1MS4wMDMxMjggNjguNTQ4NDg3IDQ3LjkzNTg4NiA2OS41MTk1MzEgNDQuODAwNzgxIEMgNzAuNDkwNTc1IDQxLjY2NTY3NyA3MS4zMTA3NDMgMzguNDYzODY0IDcxLjk3NDYwOSAzNS4yMDMxMjUgQyA3Mi42Mzg0NzYgMzEuOTQyMzg2IDczLjE0NjE0MyAyOC42MjE4MjMgNzMuNDg2MzI4IDI1LjI1MTk1MyBDIDczLjgyNjUxMyAyMS44ODIwODMgNzQgMTguNDYyNDk3IDc0IDE1IEwgNzQgLTg5NSBDIDc0IC04OTguNDYyNSA3My44MjY1MTMgLTkwMS44ODIwOCA3My40ODYzMjggLTkwNS4yNTE5NSBDIDczLjE0NjE0MyAtOTA4LjYyMTgyIDcyLjYzODQ3NiAtOTExLjk0MjM5IDcxLjk3NDYwOSAtOTE1LjIwMzEyIEMgNzEuMzEwNzQzIC05MTguNDYzODYgNzAuNDkwNTc1IC05MjEuNjY1NjggNjkuNTE5NTMxIC05MjQuODAwNzggQyA2OC41NDg0ODcgLTkyNy45MzU4OSA2Ny40Mjc3MzMgLTkzMS4wMDMxMyA2Ni4xNjYwMTYgLTkzMy45OTYwOSBDIDY0LjkwNDI5OCAtOTM2Ljk4OTA2IDYzLjUwMDczMSAtOTM5LjkwNzg2IDYxLjk2NDg0NCAtOTQyLjc0MjE5IEMgNjAuNDI4OTU3IC05NDUuNTc2NTEgNTguNzYwMzUgLTk0OC4zMjcxNSA1Ni45NjY3OTcgLTk1MC45ODYzMyBDIDU1LjE3MzI0NCAtOTUzLjY0NTUxIDUzLjI1NTQxOCAtOTU2LjIxMjE2IDUxLjIyMDcwMyAtOTU4LjY3OTY5IEMgNDkuMTg1OTg4IC05NjEuMTQ3MjEgNDcuMDM0NzYzIC05NjMuNTE2MDIgNDQuNzc1MzkxIC05NjUuNzc1MzkgQyA0Mi41MTYwMTggLTk2OC4wMzQ3NiA0MC4xNDcyMTQgLTk3MC4xODU5OSAzNy42Nzk2ODggLTk3Mi4yMjA3IEMgMzUuMjEyMTYxIC05NzQuMjU1NDIgMzIuNjQ1NTA1IC05NzYuMTczMjQgMjkuOTg2MzI4IC05NzcuOTY2OCBDIDI3LjMyNzE1MSAtOTc5Ljc2MDM1IDI0LjU3NjUxMSAtOTgxLjQyODk2IDIxLjc0MjE4OCAtOTgyLjk2NDg0IEMgMTkuMjMzMjIyIC05ODQuMzI0NDIgMTYuNjM0MDE5IC05ODUuNTM4MTEgMTQgLTk4Ni42ODM1OSBMIDE0IDEwNi42ODM1OSB6ICIgLz4KICA8L2c+Cjwvc3ZnPgo=) 0 0/cover;
  mask: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+CjxzdmcKICAgd2lkdGg9Ijc0IgogICBoZWlnaHQ9IjEwMCIKICAgdmlld0JveD0iMCAwIDc0IDEwMCIKICAgZmlsbD0ibm9uZSIKICAgdmVyc2lvbj0iMS4xIgogICBpZD0ic3ZnMTEiCiAgIHNvZGlwb2RpOmRvY25hbWU9IlZlY3Rvci5zdmciCiAgIGlua3NjYXBlOnZlcnNpb249IjEuMi4xICg5YzZkNDFlNDEwLCAyMDIyLTA3LTE0KSIKICAgeG1sbnM6aW5rc2NhcGU9Imh0dHA6Ly93d3cuaW5rc2NhcGUub3JnL25hbWVzcGFjZXMvaW5rc2NhcGUiCiAgIHhtbG5zOnNvZGlwb2RpPSJodHRwOi8vc29kaXBvZGkuc291cmNlZm9yZ2UubmV0L0RURC9zb2RpcG9kaS0wLmR0ZCIKICAgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIgogICB4bWxuczpzdmc9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICA8ZGVmcwogICAgIGlkPSJkZWZzMTUiIC8+CiAgPHNvZGlwb2RpOm5hbWVkdmlldwogICAgIGlkPSJuYW1lZHZpZXcxMyIKICAgICBwYWdlY29sb3I9IiNmZmZmZmYiCiAgICAgYm9yZGVyY29sb3I9IiMwMDAwMDAiCiAgICAgYm9yZGVyb3BhY2l0eT0iMC4yNSIKICAgICBpbmtzY2FwZTpzaG93cGFnZXNoYWRvdz0iMiIKICAgICBpbmtzY2FwZTpwYWdlb3BhY2l0eT0iMC4wIgogICAgIGlua3NjYXBlOnBhZ2VjaGVja2VyYm9hcmQ9IjAiCiAgICAgaW5rc2NhcGU6ZGVza2NvbG9yPSIjZDFkMWQxIgogICAgIHNob3dncmlkPSJmYWxzZSIKICAgICBpbmtzY2FwZTp6b29tPSIyLjk1OTI0MTkiCiAgICAgaW5rc2NhcGU6Y3g9Ii00LjIyNDA1NDgiCiAgICAgaW5rc2NhcGU6Y3k9IjY3LjU4NDg3NyIKICAgICBpbmtzY2FwZTp3aW5kb3ctd2lkdGg9IjE5MjAiCiAgICAgaW5rc2NhcGU6d2luZG93LWhlaWdodD0iMTAxNyIKICAgICBpbmtzY2FwZTp3aW5kb3cteD0iLTgiCiAgICAgaW5rc2NhcGU6d2luZG93LXk9Ii04IgogICAgIGlua3NjYXBlOndpbmRvdy1tYXhpbWl6ZWQ9IjEiCiAgICAgaW5rc2NhcGU6Y3VycmVudC1sYXllcj0ic3ZnMTEiIC8+CiAgPG1hc2sKICAgICBpZD0ibWFzazBfMTE4XzI4MyIKICAgICBzdHlsZT0ibWFzay10eXBlOmFscGhhIgogICAgIG1hc2tVbml0cz0idXNlclNwYWNlT25Vc2UiCiAgICAgeD0iMCIKICAgICB5PSIwIgogICAgIHdpZHRoPSI3NCIKICAgICBoZWlnaHQ9IjEwMCI+CiAgICA8cmVjdAogICAgICAgd2lkdGg9Ijc0IgogICAgICAgaGVpZ2h0PSIxMDAiCiAgICAgICBmaWxsPSIjRDlEOUQ5IgogICAgICAgaWQ9InJlY3QyIiAvPgogIDwvbWFzaz4KICA8ZwogICAgIG1hc2s9InVybCgjbWFzazBfMTE4XzI4MykiCiAgICAgaWQ9Imc5Ij4KICAgIDxwYXRoCiAgICAgICBpZD0icmVjdDUiCiAgICAgICBkPSJNIDE0IDEwNi42ODM1OSBMIDE0IDExNSBMIDQ4OCAxMTUgTCA0ODggLTk5NSBMIDE0IC05OTUgTCAxNCAtOTg2LjY4MzU5IEMgMTYuNjM0MDE5IC05ODUuNTM4MTEgMTkuMjMzMjIyIC05ODQuMzI0NDIgMjEuNzQyMTg4IC05ODIuOTY0ODQgQyAyNC41NzY1MTEgLTk4MS40Mjg5NiAyNy4zMjcxNTEgLTk3OS43NjAzNSAyOS45ODYzMjggLTk3Ny45NjY4IEMgMzIuNjQ1NTA1IC05NzYuMTczMjQgMzUuMjEyMTYxIC05NzQuMjU1NDIgMzcuNjc5Njg4IC05NzIuMjIwNyBDIDQwLjE0NzIxNCAtOTcwLjE4NTk5IDQyLjUxNjAxOCAtOTY4LjAzNDc2IDQ0Ljc3NTM5MSAtOTY1Ljc3NTM5IEMgNDcuMDM0NzYzIC05NjMuNTE2MDIgNDkuMTg1OTg4IC05NjEuMTQ3MjEgNTEuMjIwNzAzIC05NTguNjc5NjkgQyA1My4yNTU0MTggLTk1Ni4yMTIxNiA1NS4xNzMyNDQgLTk1My42NDU1MSA1Ni45NjY3OTcgLTk1MC45ODYzMyBDIDU4Ljc2MDM1IC05NDguMzI3MTUgNjAuNDI4OTU3IC05NDUuNTc2NTEgNjEuOTY0ODQ0IC05NDIuNzQyMTkgQyA2My41MDA3MzEgLTkzOS45MDc4NiA2NC45MDQyOTggLTkzNi45ODkwNiA2Ni4xNjYwMTYgLTkzMy45OTYwOSBDIDY3LjQyNzczMyAtOTMxLjAwMzEzIDY4LjU0ODQ4NyAtOTI3LjkzNTg5IDY5LjUxOTUzMSAtOTI0LjgwMDc4IEMgNzAuNDkwNTc1IC05MjEuNjY1NjggNzEuMzEwNzQzIC05MTguNDYzODYgNzEuOTc0NjA5IC05MTUuMjAzMTIgQyA3Mi42Mzg0NzYgLTkxMS45NDIzOSA3My4xNDYxNDMgLTkwOC42MjE4MiA3My40ODYzMjggLTkwNS4yNTE5NSBDIDczLjgyNjUxMyAtOTAxLjg4MjA4IDc0IC04OTguNDYyNSA3NCAtODk1IEwgNzQgMTUgQyA3NCAxOC40NjI0OTcgNzMuODI2NTEzIDIxLjg4MjA4MyA3My40ODYzMjggMjUuMjUxOTUzIEMgNzMuMTQ2MTQzIDI4LjYyMTgyMyA3Mi42Mzg0NzYgMzEuOTQyMzg2IDcxLjk3NDYwOSAzNS4yMDMxMjUgQyA3MS4zMTA3NDMgMzguNDYzODY0IDcwLjQ5MDU3NSA0MS42NjU2NzcgNjkuNTE5NTMxIDQ0LjgwMDc4MSBDIDY4LjU0ODQ4NyA0Ny45MzU4ODYgNjcuNDI3NzMzIDUxLjAwMzEyOCA2Ni4xNjYwMTYgNTMuOTk2MDk0IEMgNjQuOTA0Mjk4IDU2Ljk4OTA2IDYzLjUwMDczMSA1OS45MDc4NjQgNjEuOTY0ODQ0IDYyLjc0MjE4OCBDIDYwLjQyODk1NyA2NS41NzY1MTEgNTguNzYwMzUgNjguMzI3MTUxIDU2Ljk2Njc5NyA3MC45ODYzMjggQyA1NS4xNzMyNDQgNzMuNjQ1NTA1IDUzLjI1NTQxOCA3Ni4yMTIxNjEgNTEuMjIwNzAzIDc4LjY3OTY4OCBDIDQ5LjE4NTk4OCA4MS4xNDcyMTQgNDcuMDM0NzYzIDgzLjUxNjAxOCA0NC43NzUzOTEgODUuNzc1MzkxIEMgNDIuNTE2MDE4IDg4LjAzNDc2MyA0MC4xNDcyMTQgOTAuMTg1OTg4IDM3LjY3OTY4OCA5Mi4yMjA3MDMgQyAzNS4yMTIxNjEgOTQuMjU1NDE4IDMyLjY0NTUwNSA5Ni4xNzMyNDQgMjkuOTg2MzI4IDk3Ljk2Njc5NyBDIDI3LjMyNzE1MSA5OS43NjAzNSAyNC41NzY1MTEgMTAxLjQyODk2IDIxLjc0MjE4OCAxMDIuOTY0ODQgQyAxOS4yMzMyMjIgMTA0LjMyNDQyIDE2LjYzNDAxOSAxMDUuNTM4MTEgMTQgMTA2LjY4MzU5IHogIgogICAgICAgc3R5bGU9ImZpbGw6I2FhMDAwMCIgLz4KICAgIDxwYXRoCiAgICAgICBpZD0icGF0aDEyMyIKICAgICAgIGQ9Ik0gMTQgMTA2LjY4MzU5IEMgMTYuNjM0MDE5IDEwNS41MzgxMSAxOS4yMzMyMjIgMTA0LjMyNDQyIDIxLjc0MjE4OCAxMDIuOTY0ODQgQyAyNC41NzY1MTEgMTAxLjQyODk2IDI3LjMyNzE1MSA5OS43NjAzNSAyOS45ODYzMjggOTcuOTY2Nzk3IEMgMzIuNjQ1NTA1IDk2LjE3MzI0NCAzNS4yMTIxNjEgOTQuMjU1NDE4IDM3LjY3OTY4OCA5Mi4yMjA3MDMgQyA0MC4xNDcyMTQgOTAuMTg1OTg4IDQyLjUxNjAxOCA4OC4wMzQ3NjMgNDQuNzc1MzkxIDg1Ljc3NTM5MSBDIDQ3LjAzNDc2MyA4My41MTYwMTggNDkuMTg1OTg4IDgxLjE0NzIxNCA1MS4yMjA3MDMgNzguNjc5Njg4IEMgNTMuMjU1NDE4IDc2LjIxMjE2MSA1NS4xNzMyNDQgNzMuNjQ1NTA1IDU2Ljk2Njc5NyA3MC45ODYzMjggQyA1OC43NjAzNSA2OC4zMjcxNTEgNjAuNDI4OTU3IDY1LjU3NjUxMSA2MS45NjQ4NDQgNjIuNzQyMTg4IEMgNjMuNTAwNzMxIDU5LjkwNzg2NCA2NC45MDQyOTggNTYuOTg5MDYgNjYuMTY2MDE2IDUzLjk5NjA5NCBDIDY3LjQyNzczMyA1MS4wMDMxMjggNjguNTQ4NDg3IDQ3LjkzNTg4NiA2OS41MTk1MzEgNDQuODAwNzgxIEMgNzAuNDkwNTc1IDQxLjY2NTY3NyA3MS4zMTA3NDMgMzguNDYzODY0IDcxLjk3NDYwOSAzNS4yMDMxMjUgQyA3Mi42Mzg0NzYgMzEuOTQyMzg2IDczLjE0NjE0MyAyOC42MjE4MjMgNzMuNDg2MzI4IDI1LjI1MTk1MyBDIDczLjgyNjUxMyAyMS44ODIwODMgNzQgMTguNDYyNDk3IDc0IDE1IEwgNzQgLTg5NSBDIDc0IC04OTguNDYyNSA3My44MjY1MTMgLTkwMS44ODIwOCA3My40ODYzMjggLTkwNS4yNTE5NSBDIDczLjE0NjE0MyAtOTA4LjYyMTgyIDcyLjYzODQ3NiAtOTExLjk0MjM5IDcxLjk3NDYwOSAtOTE1LjIwMzEyIEMgNzEuMzEwNzQzIC05MTguNDYzODYgNzAuNDkwNTc1IC05MjEuNjY1NjggNjkuNTE5NTMxIC05MjQuODAwNzggQyA2OC41NDg0ODcgLTkyNy45MzU4OSA2Ny40Mjc3MzMgLTkzMS4wMDMxMyA2Ni4xNjYwMTYgLTkzMy45OTYwOSBDIDY0LjkwNDI5OCAtOTM2Ljk4OTA2IDYzLjUwMDczMSAtOTM5LjkwNzg2IDYxLjk2NDg0NCAtOTQyLjc0MjE5IEMgNjAuNDI4OTU3IC05NDUuNTc2NTEgNTguNzYwMzUgLTk0OC4zMjcxNSA1Ni45NjY3OTcgLTk1MC45ODYzMyBDIDU1LjE3MzI0NCAtOTUzLjY0NTUxIDUzLjI1NTQxOCAtOTU2LjIxMjE2IDUxLjIyMDcwMyAtOTU4LjY3OTY5IEMgNDkuMTg1OTg4IC05NjEuMTQ3MjEgNDcuMDM0NzYzIC05NjMuNTE2MDIgNDQuNzc1MzkxIC05NjUuNzc1MzkgQyA0Mi41MTYwMTggLTk2OC4wMzQ3NiA0MC4xNDcyMTQgLTk3MC4xODU5OSAzNy42Nzk2ODggLTk3Mi4yMjA3IEMgMzUuMjEyMTYxIC05NzQuMjU1NDIgMzIuNjQ1NTA1IC05NzYuMTczMjQgMjkuOTg2MzI4IC05NzcuOTY2OCBDIDI3LjMyNzE1MSAtOTc5Ljc2MDM1IDI0LjU3NjUxMSAtOTgxLjQyODk2IDIxLjc0MjE4OCAtOTgyLjk2NDg0IEMgMTkuMjMzMjIyIC05ODQuMzI0NDIgMTYuNjM0MDE5IC05ODUuNTM4MTEgMTQgLTk4Ni42ODM1OSBMIDE0IDEwNi42ODM1OSB6ICIgLz4KICA8L2c+Cjwvc3ZnPgo=) 0 0/cover;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

.top-products-six .nav-pills .nav-item,
.top-products-six .nav-pills .nav-item::before,
.top-products-six .nav-pills .nav-item::after {
  -webkit-transition: 0s;
  -o-transition: 0s;
  -moz-transition: 0s;
  transition: 0s;
}

.top-products-six .nav-pills .nav-item::before,
.top-products-six .nav-pills .nav-item::after {
  background: #fed844;
  -webkit-mask: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0OCIgaGVpZ2h0PSIzOC4wMDMiIHZpZXdCb3g9IjAgMCA0OCAzOC4wMDMiPg0KICA8cGF0aCBpZD0idGFiLXNoYXBlLTAxIiBkPSJNLTM2NjMtMTMwMjV2LTM4aDUuNjI4Yy4zMzksMTQuNjU1LjA0MSwzMiw0MC4xNjIsMzJoMi4yMXY2WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMzY2My4wMDEgMTMwNjMuMDAyKSIgZmlsbD0iI2ZmZiIvPg0KPC9zdmc+DQo=) 0 0 / cover;
  mask: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0OCIgaGVpZ2h0PSIzOC4wMDMiIHZpZXdCb3g9IjAgMCA0OCAzOC4wMDMiPg0KICA8cGF0aCBpZD0idGFiLXNoYXBlLTAxIiBkPSJNLTM2NjMtMTMwMjV2LTM4aDUuNjI4Yy4zMzksMTQuNjU1LjA0MSwzMiw0MC4xNjIsMzJoMi4yMXY2WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMzY2My4wMDEgMTMwNjMuMDAyKSIgZmlsbD0iI2ZmZiIvPg0KPC9zdmc+DQo=) 0 0 / cover;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

.top-products-six .nav-pills .nav-item::after {
  -webkit-mask-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0OCIgaGVpZ2h0PSIzOC4wMDMiIHZpZXdCb3g9IjAgMCA0OCAzOC4wMDMiPg0KICA8cGF0aCBpZD0idGFiLXNoYXBlLTAyIiBkPSJNLTM4MDAtMTMwMjV2LTZoNi4zODNjMzguMiwwLDM1LjE1LTE3LjM0NSwzNS4yNTYtMzJILTM3NTJ2MzhaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgzODAwLjAwMSAxMzA2My4wMDIpIiBmaWxsPSIjZmZmIi8+DQo8L3N2Zz4NCg==);
  mask-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0OCIgaGVpZ2h0PSIzOC4wMDMiIHZpZXdCb3g9IjAgMCA0OCAzOC4wMDMiPg0KICA8cGF0aCBpZD0idGFiLXNoYXBlLTAyIiBkPSJNLTM4MDAtMTMwMjV2LTZoNi4zODNjMzguMiwwLDM1LjE1LTE3LjM0NSwzNS4yNTYtMzJILTM3NTJ2MzhaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgzODAwLjAwMSAxMzA2My4wMDIpIiBmaWxsPSIjZmZmIi8+DQo8L3N2Zz4NCg==);
}

.nav-bottom::before {
  -webkit-mask-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAawAAAA8CAYAAAA62Y5bAAAABHNCSVQICAgIfAhkiAAABgNJREFUeF7tnU+oVVUYxd8NIy2TRoGCkyTFUGgQljaXmjQJIlT65yTRilAJKZBwECQoJBJhmCQlRNKgMAUnjUKtBmmURaQRipIQUqmV1vpkX7iTJu++c9x7fb8Ni3MeePf51u97vOW555x9Bv9qTDCyE7goAJeky2U73L+gn49LP0gnpRODwSD+LQMCYxHQn527NMH8ogXazpPukKYXzRjZnzXWwfiwDYEBgWXTy76M/KoDfSsdlY5JRxRip/o6OMdpi4D+vkTw3CctkZZJC4vaMkK1VRAgsKpoQ/NFnI/gkj6T9irA4mdGUgIKqUdl/eESUouTYsB2BwQIrA6gJp/yqvx/Ku2WPlZ4/ZOcRwr7Cql7ZHS1tEq6M4VpTPZOgMDqHXmqA8Y1sD3SWwquuA7GMCJQvu57SpaekeJrPwYEOiVAYHWKl8kLgbix57C0U4qzrmuQaZdAuWHiOTmIsIobJRgQ6IUAgdULZg4yQuAX7e9QaL0OlbYIKKgeUMWbpYfaqpxqXQgQWC6dbM/HaZW8ScG1r73Sc1WsoJotx1ulFdIgl3vc1kSAwKqpGzlr+UK2n1VwfZnTfr2uFVTxTNRG6SXptnorpbIsBAisLJ2u3+f7KnGDguts/aX6V6iwWi6Xb0tz/d3isBUCBFYrncpR5++yuUXaruD6O4flulwqqOaoojekeJaKAYGqCBBYVbWDYgqBn7Rdo9A6BJH+CCis1pf/MMTqFAwIVEeAwKquJRQ0QmC/9p9XcJ2BSncEFFSLNPte6d7ujsLMEBifAIE1PkNm6JbAH5r+VSm+JmTVjClkraC6pbCNM6tpUzg1U0GgEwIEVidYmbQDAt9ozhUKra87mDvdlAqrOJv6QLo7nXkMN0uAwGq2dSkLjzOs16Qt3JQxuf4rqG7SJzdJ8QDwzZObhU9B4MYQILBuDHeOOh6BONt6QqH11XjT5Pp0WVLpPbmOFSsYEGiOAIHVXMsouBCI9QhjRfhYLSPe0cX4HwIKqrg+FQ//vixxByC/Kc0SILCabR2FFwK/aRtfb+1UcMWrTRgjBBRWS/XjO1K81ZcBgaYJEFhNt4/iRwh8p/2NCq1PoDIxoaCKd1LFAsNPwgMCLgQILJdO4mNIIN56vFbBFde50g0FVdxI8aL0inR7OgAYtiZAYFm3N7W5d+V+s4LrVBYKCqtH5HWbNC+LZ3zmIkBg5ep3NrdxY8ZB6U3pgOOLIxVScRb1tLRO4pmqbL/hyfwSWMkantjuz/K+S9rtsNSTgipuonhBimtUtybuK9YTESCwEjUbq9cJxJ2Eh6U90kcKryutcFFIRTA9Lq2WlrVSN3VCYKoIEFhTRZJ5WiQQrzP5UIqFXz9XeF2qzUR5ieKDqmul9JjEixRraxL19EaAwOoNNQeqnECcecWdhceko0XH+3y2S+EUr59fKN0/olhJnYVpK//lobx+CBBY/XDmKG0S+Etl/yh9X3RyuK8gOzdZSwqmmSWY4jrUfCm2obhpgutRkwXL5+wJEFj2LcZghwT+1NzxNeLlouF+bON5qFgGaXrZDvd5NqrDhjC1NwECy7u/uIMABCBgQ4DAsmklRiAAAQh4EyCwvPuLOwhAAAI2BAgsm1ZiBAIQgIA3AQLLu7+4gwAEIGBDgMCyaSVGIAABCHgTILC8+4s7CEAAAjYECCybVmIEAhCAgDcBAsu7v7iDAAQgYEOAwLJpJUYgAAEIeBMgsLz7izsIQAACNgQILJtWYgQCEICANwECy7u/uIMABCBgQ4DAsmklRiAAAQh4EyCwvPuLOwhAAAI2BAgsm1ZiBAIQgIA3AQLLu7+4gwAEIGBDgMCyaSVGIAABCHgTILC8+4s7CEAAAjYECCybVmIEAhCAgDcBAsu7v7iDAAQgYEOAwLJpJUYgAAEIeBMgsLz7izsIQAACNgQILJtWYgQCEICANwECy7u/uIMABCBgQ4DAsmklRiAAAQh4EyCwvPuLOwhAAAI2BAgsm1ZiBAIQgIA3AQLLu7+4gwAEIGBDgMCyaSVGIAABCHgTILC8+4s7CEAAAjYE/gP6ZcZcpZAfhQAAAABJRU5ErkJggg==);
  mask-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAawAAAA8CAYAAAA62Y5bAAAABHNCSVQICAgIfAhkiAAABgNJREFUeF7tnU+oVVUYxd8NIy2TRoGCkyTFUGgQljaXmjQJIlT65yTRilAJKZBwECQoJBJhmCQlRNKgMAUnjUKtBmmURaQRipIQUqmV1vpkX7iTJu++c9x7fb8Ni3MeePf51u97vOW555x9Bv9qTDCyE7goAJeky2U73L+gn49LP0gnpRODwSD+LQMCYxHQn527NMH8ogXazpPukKYXzRjZnzXWwfiwDYEBgWXTy76M/KoDfSsdlY5JRxRip/o6OMdpi4D+vkTw3CctkZZJC4vaMkK1VRAgsKpoQ/NFnI/gkj6T9irA4mdGUgIKqUdl/eESUouTYsB2BwQIrA6gJp/yqvx/Ku2WPlZ4/ZOcRwr7Cql7ZHS1tEq6M4VpTPZOgMDqHXmqA8Y1sD3SWwquuA7GMCJQvu57SpaekeJrPwYEOiVAYHWKl8kLgbix57C0U4qzrmuQaZdAuWHiOTmIsIobJRgQ6IUAgdULZg4yQuAX7e9QaL0OlbYIKKgeUMWbpYfaqpxqXQgQWC6dbM/HaZW8ScG1r73Sc1WsoJotx1ulFdIgl3vc1kSAwKqpGzlr+UK2n1VwfZnTfr2uFVTxTNRG6SXptnorpbIsBAisLJ2u3+f7KnGDguts/aX6V6iwWi6Xb0tz/d3isBUCBFYrncpR5++yuUXaruD6O4flulwqqOaoojekeJaKAYGqCBBYVbWDYgqBn7Rdo9A6BJH+CCis1pf/MMTqFAwIVEeAwKquJRQ0QmC/9p9XcJ2BSncEFFSLNPte6d7ujsLMEBifAIE1PkNm6JbAH5r+VSm+JmTVjClkraC6pbCNM6tpUzg1U0GgEwIEVidYmbQDAt9ozhUKra87mDvdlAqrOJv6QLo7nXkMN0uAwGq2dSkLjzOs16Qt3JQxuf4rqG7SJzdJ8QDwzZObhU9B4MYQILBuDHeOOh6BONt6QqH11XjT5Pp0WVLpPbmOFSsYEGiOAIHVXMsouBCI9QhjRfhYLSPe0cX4HwIKqrg+FQ//vixxByC/Kc0SILCabR2FFwK/aRtfb+1UcMWrTRgjBBRWS/XjO1K81ZcBgaYJEFhNt4/iRwh8p/2NCq1PoDIxoaCKd1LFAsNPwgMCLgQILJdO4mNIIN56vFbBFde50g0FVdxI8aL0inR7OgAYtiZAYFm3N7W5d+V+s4LrVBYKCqtH5HWbNC+LZ3zmIkBg5ep3NrdxY8ZB6U3pgOOLIxVScRb1tLRO4pmqbL/hyfwSWMkantjuz/K+S9rtsNSTgipuonhBimtUtybuK9YTESCwEjUbq9cJxJ2Eh6U90kcKryutcFFIRTA9Lq2WlrVSN3VCYKoIEFhTRZJ5WiQQrzP5UIqFXz9XeF2qzUR5ieKDqmul9JjEixRraxL19EaAwOoNNQeqnECcecWdhceko0XH+3y2S+EUr59fKN0/olhJnYVpK//lobx+CBBY/XDmKG0S+Etl/yh9X3RyuK8gOzdZSwqmmSWY4jrUfCm2obhpgutRkwXL5+wJEFj2LcZghwT+1NzxNeLlouF+bON5qFgGaXrZDvd5NqrDhjC1NwECy7u/uIMABCBgQ4DAsmklRiAAAQh4EyCwvPuLOwhAAAI2BAgsm1ZiBAIQgIA3AQLLu7+4gwAEIGBDgMCyaSVGIAABCHgTILC8+4s7CEAAAjYECCybVmIEAhCAgDcBAsu7v7iDAAQgYEOAwLJpJUYgAAEIeBMgsLz7izsIQAACNgQILJtWYgQCEICANwECy7u/uIMABCBgQ4DAsmklRiAAAQh4EyCwvPuLOwhAAAI2BAgsm1ZiBAIQgIA3AQLLu7+4gwAEIGBDgMCyaSVGIAABCHgTILC8+4s7CEAAAjYECCybVmIEAhCAgDcBAsu7v7iDAAQgYEOAwLJpJUYgAAEIeBMgsLz7izsIQAACNgQILJtWYgQCEICANwECy7u/uIMABCBgQ4DAsmklRiAAAQh4EyCwvPuLOwhAAAI2BAgsm1ZiBAIQgIA3AQLLu7+4gwAEIGBDgMCyaSVGIAABCHgTILC8+4s7CEAAAjYE/gP6ZcZcpZAfhQAAAABJRU5ErkJggg==);
}

.nav-bottom::after {
  -webkit-mask-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAawAAAA7CAYAAAAn3L7jAAAABHNCSVQICAgIfAhkiAAAB+RJREFUeF7tnWuIFWUYx5931rNqupplRDeKqIxIUtcuRlAJ0Y3cjcAvfYiCMIqiy8foohB0pSgs+hRREaR5wa4KUnQj160Ig7K7WHQPdct13TNP/zlb2UU7q3vOdt55fy8MM7tn5pnn+T3Pmf+878yZCVbS5i+cOsmq/R2WVyaaVTssjJlgVQ/DC9fbLcsmmru2Db/Pbb/hbVuspe2DtrPQoeUhG6bt3X34Nv61pmKwSb/blN2wF/7U3etWrbFd/vVrH9uHloOW/SfNN+l/m8xts4Xql5aN2Rzmrfu8rkVWgMBuCPhz06fYYPvh+l4cap4dqRo7rDYv/i7q28M4/W+cNh0/tGzFsuq+oU317n2yuE3fo22q+19GaH2H7PTJb9nU3Gu2i+/R8FqwnTpe9Fmu7Yp5yLUchu9Tpu2zap8NZtr3zm1WqfSFi3p/Hd7O41prWAdwf37mkTbQdnDtoLunloUDBHyKgGtSgeWe73HdIOHwbLISrALVusEma16piy6ETOt0qCCKA7YmLQcVNm30Cbi/rvytlbCvDfN6Xh19B9hjDAR85axjJDxnmWVn6Xs7V8eHQ2Lwu8Q+FgJdCKvE2jVZIa71W9AJrFlxYrtF2xfzYts9t0xH9MJ+nv1kbf6zVbXdHluu9Srfhkve3lzPkeArTh7JWX89+3yeBoF+lecbOjNcoxORl8PFPe+lETZR/pOAr+qcarldKJGaq8/O1oHxCChBoFEEEKxGkcTOXwj41xKwl9T7fdHa21aHC94uzshoJSSgQe7MVs06RUNY5+tk5XydVXeqF1WMhNAg0HACCFbDkWLwbwTcB3QAW6r/LQ7dPW9CpxwEaj2paligntRVOjHRNSkaBJpPAMFqPmP2sIuAhgrzxTbQ/lSY/9bwL0pDsGUI+IrOUzXMd40cmq/52JZxDEeSIIBgJZHmFgvS7Udd77rH2uyhst7N1GLER+yOL5/VqRsnHlBv+YwRG8MABPaRAIK1j+DYrAEE3L/XAfBua8sfRrgawLMJJtSjmq6e1J2aLmiCeUxCYK8IIFh7hYuVm0LA7Tv1uO4I3b0PNsU+RveagC+fcZRZ5S5dn9LQHw0CrUEAwWqNPODFEIEvdJfZbda1/skQdHM0bdQJ1H7YWx17q+hfrd5v+6g7wA4h8B8EECzKowUJ+Ie6OeP60P3Oyy3oXGld8pWdN+rW9NsVYPGjfBoEWo4AgtVyKcGhPwm4P6tHzlwXut79GirNI+DLZp9oWXhCe5jRvL1gGQIjJ4BgjZwhFppKQM95C7bQJk28P5z9ymBTd5WYcX/hmLE2MGWhwr5J05jEwifcCAkgWBEmLU2X/SMNE16pYcLX0oy/sVH7ss4zdI3qcU1HN9Yy1iDQPAIIVvPYYrkZBNyftvZwY7iw55tmmC+7zaGnpY+9T7epX172WImvfAQQrPLlNIGIitdBhNv1qKd7Ewi2YSH6ytlX6Jl/d2uI9cCGGcUQBEaRAII1irDZVYMJ1N7RlS+0gd7Hwny9wIC2WwJ6I8Pp+mCxJm6qoEaiJoBgRZ0+nK8RcPvYsvzm0NW7BCK7CPiyU46zzIte6EVwgUAZCCBYZcgiMQwRcN+gA/Qim9e7VD88TvY9b77qpMNssLJIw6aXafivjfKAQFkIIFhlySRx/JXAB5KrRdbdsyQl4Rp65Ud2i5R7AU9S5wtRRgIIVhmzSkx/9Lg+1esFH1Wv6zE9XPeHsmLxFTNP0M+obpBIX6oe1fiyxklcEECwqIEECPgO9TiWWvBHQtf6N8oQsD+job7K7G7Fcq1+S3VmGWIiBgjUI4Bg1SPE5yUj4JvUE3lJjyLScwq3rgldH22LJcCh31C16zX0mV714edKhKfG4jt+QqARBBCsRlDERsQEXD2usFpDaetsv/ytcE7vllYJxldO67B84hwL2WkS2fPk45xW8Q0/IPB/EECw/g/q7LN1Cbh/VhOv4D2667DHwsDG0LXh22Y7XBOn6mQ9hDafpX0Vr6HXG35N16ZoEIDAHwQQLGoBAvUIuPdJxD6QiHyiVTdKzDaa519Z1tZvg75db0zWvNKv/2+3Cf394dz39SQODdotn7G/tVfGWTWMt3zneMuyceZaruZT1GsqxGiarj8dK2E8XvOD6rnB5xBInQCClXoFED8EIACBSAggWJEkCjchAAEIpE4AwUq9AogfAhCAQCQEEKxIEoWbEIAABFIngGClXgHEDwEIQCASAghWJInCTQhAAAKpE0CwUq8A4ocABCAQCQEEK5JE4SYEIACB1AkgWKlXAPFDAAIQiIQAghVJonATAhCAQOoEEKzUK4D4IQABCERCAMGKJFG4CQEIQCB1AghW6hVA/BCAAAQiIYBgRZIo3IQABCCQOgEEK/UKIH4IQAACkRBAsCJJFG5CAAIQSJ0AgpV6BRA/BCAAgUgIIFiRJAo3IQABCKROAMFKvQKIHwIQgEAkBBCsSBKFmxCAAARSJ4BgpV4BxA8BCEAgEgIIViSJwk0IQAACqRNAsFKvAOKHAAQgEAkBBCuSROEmBCAAgdQJIFipVwDxQwACEIiEAIIVSaJwEwIQgEDqBBCs1CuA+CEAAQhEQgDBiiRRuAkBCEAgdQIIVuoVQPwQgAAEIiGAYEWSKNyEAAQgkDoBBCv1CiB+CEAAApEQQLAiSRRuQgACEEidAIKVegUQPwQgAIFICPwGqkpI5b4b6NgAAAAASUVORK5CYII=);
  mask-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAawAAAA7CAYAAAAn3L7jAAAABHNCSVQICAgIfAhkiAAAB+RJREFUeF7tnWuIFWUYx5931rNqupplRDeKqIxIUtcuRlAJ0Y3cjcAvfYiCMIqiy8foohB0pSgs+hRREaR5wa4KUnQj160Ig7K7WHQPdct13TNP/zlb2UU7q3vOdt55fy8MM7tn5pnn+T3Pmf+878yZCVbS5i+cOsmq/R2WVyaaVTssjJlgVQ/DC9fbLcsmmru2Db/Pbb/hbVuspe2DtrPQoeUhG6bt3X34Nv61pmKwSb/blN2wF/7U3etWrbFd/vVrH9uHloOW/SfNN+l/m8xts4Xql5aN2Rzmrfu8rkVWgMBuCPhz06fYYPvh+l4cap4dqRo7rDYv/i7q28M4/W+cNh0/tGzFsuq+oU317n2yuE3fo22q+19GaH2H7PTJb9nU3Gu2i+/R8FqwnTpe9Fmu7Yp5yLUchu9Tpu2zap8NZtr3zm1WqfSFi3p/Hd7O41prWAdwf37mkTbQdnDtoLunloUDBHyKgGtSgeWe73HdIOHwbLISrALVusEma16piy6ETOt0qCCKA7YmLQcVNm30Cbi/rvytlbCvDfN6Xh19B9hjDAR85axjJDxnmWVn6Xs7V8eHQ2Lwu8Q+FgJdCKvE2jVZIa71W9AJrFlxYrtF2xfzYts9t0xH9MJ+nv1kbf6zVbXdHluu9Srfhkve3lzPkeArTh7JWX89+3yeBoF+lecbOjNcoxORl8PFPe+lETZR/pOAr+qcarldKJGaq8/O1oHxCChBoFEEEKxGkcTOXwj41xKwl9T7fdHa21aHC94uzshoJSSgQe7MVs06RUNY5+tk5XydVXeqF1WMhNAg0HACCFbDkWLwbwTcB3QAW6r/LQ7dPW9CpxwEaj2paligntRVOjHRNSkaBJpPAMFqPmP2sIuAhgrzxTbQ/lSY/9bwL0pDsGUI+IrOUzXMd40cmq/52JZxDEeSIIBgJZHmFgvS7Udd77rH2uyhst7N1GLER+yOL5/VqRsnHlBv+YwRG8MABPaRAIK1j+DYrAEE3L/XAfBua8sfRrgawLMJJtSjmq6e1J2aLmiCeUxCYK8IIFh7hYuVm0LA7Tv1uO4I3b0PNsU+RveagC+fcZRZ5S5dn9LQHw0CrUEAwWqNPODFEIEvdJfZbda1/skQdHM0bdQJ1H7YWx17q+hfrd5v+6g7wA4h8B8EECzKowUJ+Ie6OeP60P3Oyy3oXGld8pWdN+rW9NsVYPGjfBoEWo4AgtVyKcGhPwm4P6tHzlwXut79GirNI+DLZp9oWXhCe5jRvL1gGQIjJ4BgjZwhFppKQM95C7bQJk28P5z9ymBTd5WYcX/hmLE2MGWhwr5J05jEwifcCAkgWBEmLU2X/SMNE16pYcLX0oy/sVH7ss4zdI3qcU1HN9Yy1iDQPAIIVvPYYrkZBNyftvZwY7iw55tmmC+7zaGnpY+9T7epX172WImvfAQQrPLlNIGIitdBhNv1qKd7Ewi2YSH6ytlX6Jl/d2uI9cCGGcUQBEaRAII1irDZVYMJ1N7RlS+0gd7Hwny9wIC2WwJ6I8Pp+mCxJm6qoEaiJoBgRZ0+nK8RcPvYsvzm0NW7BCK7CPiyU46zzIte6EVwgUAZCCBYZcgiMQwRcN+gA/Qim9e7VD88TvY9b77qpMNssLJIw6aXafivjfKAQFkIIFhlySRx/JXAB5KrRdbdsyQl4Rp65Ud2i5R7AU9S5wtRRgIIVhmzSkx/9Lg+1esFH1Wv6zE9XPeHsmLxFTNP0M+obpBIX6oe1fiyxklcEECwqIEECPgO9TiWWvBHQtf6N8oQsD+job7K7G7Fcq1+S3VmGWIiBgjUI4Bg1SPE5yUj4JvUE3lJjyLScwq3rgldH22LJcCh31C16zX0mV714edKhKfG4jt+QqARBBCsRlDERsQEXD2usFpDaetsv/ytcE7vllYJxldO67B84hwL2WkS2fPk45xW8Q0/IPB/EECw/g/q7LN1Cbh/VhOv4D2667DHwsDG0LXh22Y7XBOn6mQ9hDafpX0Vr6HXG35N16ZoEIDAHwQQLGoBAvUIuPdJxD6QiHyiVTdKzDaa519Z1tZvg75db0zWvNKv/2+3Cf394dz39SQODdotn7G/tVfGWTWMt3zneMuyceZaruZT1GsqxGiarj8dK2E8XvOD6rnB5xBInQCClXoFED8EIACBSAggWJEkCjchAAEIpE4AwUq9AogfAhCAQCQEEKxIEoWbEIAABFIngGClXgHEDwEIQCASAghWJInCTQhAAAKpE0CwUq8A4ocABCAQCQEEK5JE4SYEIACB1AkgWKlXAPFDAAIQiIQAghVJonATAhCAQOoEEKzUK4D4IQABCERCAMGKJFG4CQEIQCB1AghW6hVA/BCAAAQiIYBgRZIo3IQABCCQOgEEK/UKIH4IQAACkRBAsCJJFG5CAAIQSJ0AgpV6BRA/BCAAgUgIIFiRJAo3IQABCKROAMFKvQKIHwIQgEAkBBCsSBKFmxCAAARSJ4BgpV4BxA8BCEAgEgIIViSJwk0IQAACqRNAsFKvAOKHAAQgEAkBBCuSROEmBCAAgdQJIFipVwDxQwACEIiEAIIVSaJwEwIQgEDqBBCs1CuA+CEAAQhEQgDBiiRRuAkBCEAgdQIIVuoVQPwQgAAEIiGAYEWSKNyEAAQgkDoBBCv1CiB+CEAAApEQQLAiSRRuQgACEEidAIKVegUQPwQgAIFICPwGqkpI5b4b6NgAAAAASUVORK5CYII=);
}

.nav-bottom-two::before {
  -webkit-mask-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAawAAABBCAYAAACNZZBEAAAABHNCSVQICAgIfAhkiAAABn5JREFUeF7t3f9rVXUcx/H359y7bzZFW1psjRZFrjnHanMgKOyXoiIzDWG4FoJgYFAU/QH9DQkFljGmDcMf2hCiH0uJ5dZo7oub/qTbDI1ly8g573Y+vS9BP5Q/eDfdzvt8noNxJ9577vvzeL+5L865557rtrZ0eOEnaAEv/qYCzOnvbfFuzunfOhS3xclN5/2MF/ebEz8Ti9dbN6O/1xclc/HCQOe1oOFYfEECddv2N0YuqtLZqojEVeRvdQMVOluPiJcN4ly5zmKp81KqM1fmXP5W/y1uXUFPxJ1TK+AIrNT29sEvzMusvqAM6QvKmHcyqrfnR/q7+h78E/MMSRaobXnrmayPGzV0tmgY6a/UaxhtTnLN1GZDgMCy0SdDVfo57+Wcvkid1duzN/wfP/wyePqWoQVQamECbkvLmw0Sux26R7RTA2qnhlNlYZvg3gjcmwCBdW9O3GvJAn5BDzN+F3vpyWTi3uFzX04veVM8MBECdXX7iqPykhdE3B49fPeaHjremIjCKCL1AgRW6luctAX6wdi7nsVc7sTE0MnLSauOeu4uUFNzoLR8Y263htReDahX9PBvOVYIrLQAgbXS4jzfvwLe59//8l8txlH3hcHjk9AkS6Cp6VDRfObWi3pCRJse5tuth3nXJqtCqglNgMAKreMJXa++3/W9iP+kJF7z9eDg0VxCywyirIaGjk2LJfKOc/5t3ZN6NIhFs0gTAgSWiTaFU6QG1zU95HTszrz79NL5rqvhrHz1V1rf0tGse1HvayX7V78aKkDg/wIEFlORUAE9WUOkR3x8ZGSg+0xCi0xDWa6+pf11kegDDasdaVgQa0ivAIGV3t6mZmX6AdNx8f7IbHa+c7rvVP4DzvwsU6CyadeahzPrDjqJ8ntUTy5zczwcgRURILBWhJknuS8C+kHl2Psv4sX44/Gfu6/cl20GtpHNz7VVFmez7+ph10N6xt+GwJbPco0LEFjGGxhq+brX9Y2eYfjZSP+JnlANCll3/rJIGYk+1LP92gt5HPdFIEkCBFaSukEtBQvopaGuSCxHozvu8+Hh478WvIE0P6C1NVv/V9Ub+v7Ue3oViu1pXiprC0OAwAqjz+lfpZec7nWd1isvHBv56alvRT6K07/ou6+wbtuBxzKycFj/9yCXSQp1CtK5bgIrnX0NfVVXNbw6F8R1TfR3XQoFY2tz+8veRYd1b+rVUNbMOsMSILDC6nd4q/X+ou5l9OpVNXpHB57+MU17XvnLJa3dtPCSXhV9r+5Z7tITKdaH12BWHJIAgRVSt4Nfq/9dz4w7o3tfA/oB5WEnuaHRgZNTVlhqG9tqskVFz+vJJo1ac7MGVKuup8xK/dSJwHIFCKzlCvJ40wL/fHmlG9Tr5Y3opaEmnMRjf+aKhy8Pdc6u1sL0aujl0UMlDbrXlP8eqWe1xka9RFIje1Cr1RGeNykCBFZSOkEdiRLQkLiuITauITGp37o8qe8N6WWi/JQsRFO+ZG56rO/UjaUW/Pj2fWXr50trxMXVkomqNZiq9Aswn9APR1dreNbqe1B6yw8CCPxXgMBiJhBAAAEETAgQWCbaRJEIIIAAAgQWM4AAAgggYEKAwDLRJopEAAEEECCwmAEEEEAAARMCBJaJNlEkAggggACBxQwggAACCJgQILBMtIkiEUAAAQQILGYAAQQQQMCEAIFlok0UiQACCCBAYDEDCCCAAAImBAgsE22iSAQQQAABAosZQAABBBAwIUBgmWgTRSKAAAIIEFjMAAIIIICACQECy0SbKBIBBBBAgMBiBhBAAAEETAgQWCbaRJEIIIAAAgQWM4AAAgggYEKAwDLRJopEAAEEECCwmAEEEEAAARMCBJaJNlEkAggggACBxQwggAACCJgQILBMtIkiEUAAAQQILGYAAQQQQMCEAIFlok0UiQACCCBAYDEDCCCAAAImBAgsE22iSAQQQAABAosZQAABBBAwIUBgmWgTRSKAAAIIEFjMAAIIIICACQECy0SbKBIBBBBAgMBiBhBAAAEETAgQWCbaRJEIIIAAAgQWM4AAAgggYEKAwDLRJopEAAEEECCwmAEEEEAAARMCBJaJNlEkAggggACBxQwggAACCJgQILBMtIkiEUAAAQQILGYAAQQQQMCEAIFlok0UiQACCCBAYDEDCCCAAAImBAgsE22iSAQQQAABAosZQAABBBAwIUBgmWgTRSKAAAII/A2KbZ3Q12rtFwAAAABJRU5ErkJggg==);
  mask-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAawAAABBCAYAAACNZZBEAAAABHNCSVQICAgIfAhkiAAABn5JREFUeF7t3f9rVXUcx/H359y7bzZFW1psjRZFrjnHanMgKOyXoiIzDWG4FoJgYFAU/QH9DQkFljGmDcMf2hCiH0uJ5dZo7oub/qTbDI1ly8g573Y+vS9BP5Q/eDfdzvt8noNxJ9577vvzeL+5L865557rtrZ0eOEnaAEv/qYCzOnvbfFuzunfOhS3xclN5/2MF/ebEz8Ti9dbN6O/1xclc/HCQOe1oOFYfEECddv2N0YuqtLZqojEVeRvdQMVOluPiJcN4ly5zmKp81KqM1fmXP5W/y1uXUFPxJ1TK+AIrNT29sEvzMusvqAM6QvKmHcyqrfnR/q7+h78E/MMSRaobXnrmayPGzV0tmgY6a/UaxhtTnLN1GZDgMCy0SdDVfo57+Wcvkid1duzN/wfP/wyePqWoQVQamECbkvLmw0Sux26R7RTA2qnhlNlYZvg3gjcmwCBdW9O3GvJAn5BDzN+F3vpyWTi3uFzX04veVM8MBECdXX7iqPykhdE3B49fPeaHjremIjCKCL1AgRW6luctAX6wdi7nsVc7sTE0MnLSauOeu4uUFNzoLR8Y263htReDahX9PBvOVYIrLQAgbXS4jzfvwLe59//8l8txlH3hcHjk9AkS6Cp6VDRfObWi3pCRJse5tuth3nXJqtCqglNgMAKreMJXa++3/W9iP+kJF7z9eDg0VxCywyirIaGjk2LJfKOc/5t3ZN6NIhFs0gTAgSWiTaFU6QG1zU95HTszrz79NL5rqvhrHz1V1rf0tGse1HvayX7V78aKkDg/wIEFlORUAE9WUOkR3x8ZGSg+0xCi0xDWa6+pf11kegDDasdaVgQa0ivAIGV3t6mZmX6AdNx8f7IbHa+c7rvVP4DzvwsU6CyadeahzPrDjqJ8ntUTy5zczwcgRURILBWhJknuS8C+kHl2Psv4sX44/Gfu6/cl20GtpHNz7VVFmez7+ph10N6xt+GwJbPco0LEFjGGxhq+brX9Y2eYfjZSP+JnlANCll3/rJIGYk+1LP92gt5HPdFIEkCBFaSukEtBQvopaGuSCxHozvu8+Hh478WvIE0P6C1NVv/V9Ub+v7Ue3oViu1pXiprC0OAwAqjz+lfpZec7nWd1isvHBv56alvRT6K07/ou6+wbtuBxzKycFj/9yCXSQp1CtK5bgIrnX0NfVVXNbw6F8R1TfR3XQoFY2tz+8veRYd1b+rVUNbMOsMSILDC6nd4q/X+ou5l9OpVNXpHB57+MU17XvnLJa3dtPCSXhV9r+5Z7tITKdaH12BWHJIAgRVSt4Nfq/9dz4w7o3tfA/oB5WEnuaHRgZNTVlhqG9tqskVFz+vJJo1ac7MGVKuup8xK/dSJwHIFCKzlCvJ40wL/fHmlG9Tr5Y3opaEmnMRjf+aKhy8Pdc6u1sL0aujl0UMlDbrXlP8eqWe1xka9RFIje1Cr1RGeNykCBFZSOkEdiRLQkLiuITauITGp37o8qe8N6WWi/JQsRFO+ZG56rO/UjaUW/Pj2fWXr50trxMXVkomqNZiq9Aswn9APR1dreNbqe1B6yw8CCPxXgMBiJhBAAAEETAgQWCbaRJEIIIAAAgQWM4AAAgggYEKAwDLRJopEAAEEECCwmAEEEEAAARMCBJaJNlEkAggggACBxQwggAACCJgQILBMtIkiEUAAAQQILGYAAQQQQMCEAIFlok0UiQACCCBAYDEDCCCAAAImBAgsE22iSAQQQAABAosZQAABBBAwIUBgmWgTRSKAAAIIEFjMAAIIIICACQECy0SbKBIBBBBAgMBiBhBAAAEETAgQWCbaRJEIIIAAAgQWM4AAAgggYEKAwDLRJopEAAEEECCwmAEEEEAAARMCBJaJNlEkAggggACBxQwggAACCJgQILBMtIkiEUAAAQQILGYAAQQQQMCEAIFlok0UiQACCCBAYDEDCCCAAAImBAgsE22iSAQQQAABAosZQAABBBAwIUBgmWgTRSKAAAIIEFjMAAIIIICACQECy0SbKBIBBBBAgMBiBhBAAAEETAgQWCbaRJEIIIAAAgQWM4AAAgggYEKAwDLRJopEAAEEECCwmAEEEEAAARMCBJaJNlEkAggggACBxQwggAACCJgQILBMtIkiEUAAAQQILGYAAQQQQMCEAIFlok0UiQACCCBAYDEDCCCAAAImBAgsE22iSAQQQAABAosZQAABBBAwIUBgmWgTRSKAAAII/A2KbZ3Q12rtFwAAAABJRU5ErkJggg==);
  -webkit-mask-position: -1px 0;
  mask-position: -1px 0;
}

.nav-bottom-two::after {
  -webkit-mask-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAawAAABACAYAAABGOUPhAAAABHNCSVQICAgIfAhkiAAABwNJREFUeF7tnOtvFFUYxs8525K2tC5kW1T4IGBCBVETgnhBEb7rJ/9WP5hoMNRAghKjxraYGCqJRiiwW7aXxXbP8ZktxIhL2HBpefv+JplsuzuX5/09M/PM5cyJwdMwdWx8dwjjtVAmUojjUX+XkmsPI0g57IoxjAdNkzWNfh+PMY4Nikrz7qrm0/Inqnl7Yylj+r8Muow+002EGF/S99Uyq3FgPY9bZynlrupb02cnhrgmmWslhk4scVXzrhb9r3WvxlBWNY2+Syux5FslpZu55Bsp1xbX19dvttu/3nrcuvjdC4GXd9fre/YNDdWmcsz7Ykz7Si5TKcW6tqFR7VvaH8po2dyvxmIJI9rOxrSdjcRS9Hcc1X40omlHtG1W2/0zG3rbewjLWmD7/rjyNAvXvnJP8y/fX+ay9vJl6dd+NNgQY1nXgaHS0xtLb/7SV1PKsdP7vYR2t1uW2+3524OtZWdMJcZPOhwcaTR2NXKOjTKU9uiAnB61JEEeDiHXQy3VNV1dB7z/bYDVxqv59X2sDsb6LNXnY/Vpg68CZ6IKn80DeTVfrJbFsB0ESrmqne83eTCnA881Sbi6sbFyZWnpenM75LDO50ug0TjybjfU3kgxvq5974jWdljj0WcdMs+3ip259IeC+UEgDlBs3JCXbR1972ridsmhqROJ7n9nLN3q95jLkvb1pW7MLX0+8oRcJywbWkLzXi3cXlmc/WsAEX0niY3Jo9/0+0VrnpSAAzrL2fOkC2c+CDwgoDPGazrzvKxt6rsc8vdho/Njq7WgjZzBCoG9e6ffDqmmMZzSCeZJXY1/YEU7Om0Q0HFCd2niHzrZ7XtsiI2pY09zm8oGBVS+qARuKMR+0Ub6U8jl2zu19GVYnK3OBBm2mUC9Pn2oNlz7XGfaJ3QmfVzh9NY2S2L1EAgEFhvBC0VAtzG+kqAvSrd83WzO//xCidvhYnQFdToNpc/0fORT3dJ7c4eXS3kGCRBYBk3zIlkHTt07L+d1FTbTDWVm6db8FS+1b0WdjcaxUzmUczHFs3oGfEbrfGYNebZCP+vwR4DA8ue55YrVOqpc0Dijx7sX7tyZv2i5mK3WXp+cPlkL8UwM6axu853T+quGSgwQMEOAwDJjFUL7EagCTLevLupKYSb/vXKJ1oj/Uqpa8JWYPlZAfaJnUefU0qtqecsAAbMECCyz1iG8f4CFOd1GvFxKvKT3Yy63Fmd/8EBqcnJ6Iuf0fkjxI4XTh2rde5rXOzw476tGAsuX3y6rVSvES3qR80rKak4f0pxeuLzRas39bhPGwZF6fXh/SunVkNI7KYX31Mz3hFrxHbdZD6ohMDgBAmtwVky5wwioUUdLjQ2qlxj/1NXY9VDyNfXusdBNYSFuxIVmc/b6VpesK6X93W44pPedDqVUDipoD+t53Wu6ajqgYHpFtz/14j0DBHwSILB8+k7VAxNQN1Wl183OZtdU6sJK4bGqYFvTlVtHz4XWFCid6u/qN3VZ1dGtuDUFy7C6IhrtdTUU1QVR1dXQZvdDm9+Vol7Cwlj1vW5hqpuizS6KBpbFhBBwSIDAcmg6JUMAAhCwSIDAsugamiEAAQg4JEBgOTSdkiEAAQhYJEBgWXQNzRCAAAQcEiCwHJpOyRCAAAQsEiCwLLqGZghAAAIOCRBYDk2nZAhAAAIWCRBYFl1DMwQgAAGHBAgsh6ZTMgQgAAGLBAgsi66hGQIQgIBDAgSWQ9MpGQIQgIBFAgSWRdfQDAEIQMAhAQLLoemUDAEIQMAiAQLLomtohgAEIOCQAIHl0HRKhgAEIGCRAIFl0TU0QwACEHBIgMByaDolQwACELBIgMCy6BqaIQABCDgkQGA5NJ2SIQABCFgkQGBZdA3NEIAABBwSILAcmk7JEIAABCwSILAsuoZmCEAAAg4JEFgOTadkCEAAAhYJEFgWXUMzBCAAAYcECCyHplMyBCAAAYsECCyLrqEZAhCAgEMCBJZD0ykZAhCAgEUCBJZF19AMAQhAwCEBAsuh6ZQMAQhAwCIBAsuia2iGAAQg4JAAgeXQdEqGAAQgYJEAgWXRNTRDAAIQcEiAwHJoOiVDAAIQsEiAwLLoGpohAAEIOCRAYDk0nZIhAAEIWCRAYFl0Dc0QgAAEHBIgsByaTskQgAAELBIgsCy6hmYIQAACDgkQWA5Np2QIQAACFgkQWBZdQzMEIAABhwQILIemUzIEIAABiwQILIuuoRkCEICAQwIElkPTKRkCEICARQIElkXX0AwBCEDAIQECy6HplAwBCEDAIgECy6JraIYABCDgkACB5dB0SoYABCBgkQCBZdE1NEMAAhBwSIDAcmg6JUMAAhCwSIDAsugamiEAAQg4JEBgOTSdkiEAAQhYJEBgWXQNzRCAAAQcEvgHCBXfraNq2/MAAAAASUVORK5CYII=);
  mask-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAawAAABACAYAAABGOUPhAAAABHNCSVQICAgIfAhkiAAABwNJREFUeF7tnOtvFFUYxs8525K2tC5kW1T4IGBCBVETgnhBEb7rJ/9WP5hoMNRAghKjxraYGCqJRiiwW7aXxXbP8ZktxIhL2HBpefv+JplsuzuX5/09M/PM5cyJwdMwdWx8dwjjtVAmUojjUX+XkmsPI0g57IoxjAdNkzWNfh+PMY4Nikrz7qrm0/Inqnl7Yylj+r8Muow+002EGF/S99Uyq3FgPY9bZynlrupb02cnhrgmmWslhk4scVXzrhb9r3WvxlBWNY2+Syux5FslpZu55Bsp1xbX19dvttu/3nrcuvjdC4GXd9fre/YNDdWmcsz7Ykz7Si5TKcW6tqFR7VvaH8po2dyvxmIJI9rOxrSdjcRS9Hcc1X40omlHtG1W2/0zG3rbewjLWmD7/rjyNAvXvnJP8y/fX+ay9vJl6dd+NNgQY1nXgaHS0xtLb/7SV1PKsdP7vYR2t1uW2+3524OtZWdMJcZPOhwcaTR2NXKOjTKU9uiAnB61JEEeDiHXQy3VNV1dB7z/bYDVxqv59X2sDsb6LNXnY/Vpg68CZ6IKn80DeTVfrJbFsB0ESrmqne83eTCnA881Sbi6sbFyZWnpenM75LDO50ug0TjybjfU3kgxvq5974jWdljj0WcdMs+3ip259IeC+UEgDlBs3JCXbR1972ridsmhqROJ7n9nLN3q95jLkvb1pW7MLX0+8oRcJywbWkLzXi3cXlmc/WsAEX0niY3Jo9/0+0VrnpSAAzrL2fOkC2c+CDwgoDPGazrzvKxt6rsc8vdho/Njq7WgjZzBCoG9e6ffDqmmMZzSCeZJXY1/YEU7Om0Q0HFCd2niHzrZ7XtsiI2pY09zm8oGBVS+qARuKMR+0Ub6U8jl2zu19GVYnK3OBBm2mUC9Pn2oNlz7XGfaJ3QmfVzh9NY2S2L1EAgEFhvBC0VAtzG+kqAvSrd83WzO//xCidvhYnQFdToNpc/0fORT3dJ7c4eXS3kGCRBYBk3zIlkHTt07L+d1FTbTDWVm6db8FS+1b0WdjcaxUzmUczHFs3oGfEbrfGYNebZCP+vwR4DA8ue55YrVOqpc0Dijx7sX7tyZv2i5mK3WXp+cPlkL8UwM6axu853T+quGSgwQMEOAwDJjFUL7EagCTLevLupKYSb/vXKJ1oj/Uqpa8JWYPlZAfaJnUefU0qtqecsAAbMECCyz1iG8f4CFOd1GvFxKvKT3Yy63Fmd/8EBqcnJ6Iuf0fkjxI4XTh2rde5rXOzw476tGAsuX3y6rVSvES3qR80rKak4f0pxeuLzRas39bhPGwZF6fXh/SunVkNI7KYX31Mz3hFrxHbdZD6ohMDgBAmtwVky5wwioUUdLjQ2qlxj/1NXY9VDyNfXusdBNYSFuxIVmc/b6VpesK6X93W44pPedDqVUDipoD+t53Wu6ajqgYHpFtz/14j0DBHwSILB8+k7VAxNQN1Wl183OZtdU6sJK4bGqYFvTlVtHz4XWFCid6u/qN3VZ1dGtuDUFy7C6IhrtdTUU1QVR1dXQZvdDm9+Vol7Cwlj1vW5hqpuizS6KBpbFhBBwSIDAcmg6JUMAAhCwSIDAsugamiEAAQg4JEBgOTSdkiEAAQhYJEBgWXQNzRCAAAQcEiCwHJpOyRCAAAQsEiCwLLqGZghAAAIOCRBYDk2nZAhAAAIWCRBYFl1DMwQgAAGHBAgsh6ZTMgQgAAGLBAgsi66hGQIQgIBDAgSWQ9MpGQIQgIBFAgSWRdfQDAEIQMAhAQLLoemUDAEIQMAiAQLLomtohgAEIOCQAIHl0HRKhgAEIGCRAIFl0TU0QwACEHBIgMByaDolQwACELBIgMCy6BqaIQABCDgkQGA5NJ2SIQABCFgkQGBZdA3NEIAABBwSILAcmk7JEIAABCwSILAsuoZmCEAAAg4JEFgOTadkCEAAAhYJEFgWXUMzBCAAAYcECCyHplMyBCAAAYsECCyLrqEZAhCAgEMCBJZD0ykZAhCAgEUCBJZF19AMAQhAwCEBAsuh6ZQMAQhAwCIBAsuia2iGAAQg4JAAgeXQdEqGAAQgYJEAgWXRNTRDAAIQcEiAwHJoOiVDAAIQsEiAwLLoGpohAAEIOCRAYDk0nZIhAAEIWCRAYFl0Dc0QgAAEHBIgsByaTskQgAAELBIgsCy6hmYIQAACDgkQWA5Np2QIQAACFgkQWBZdQzMEIAABhwQILIemUzIEIAABiwQILIuuoRkCEICAQwIElkPTKRkCEICARQIElkXX0AwBCEDAIQECy6HplAwBCEDAIgECy6JraIYABCDgkACB5dB0SoYABCBgkQCBZdE1NEMAAhBwSIDAcmg6JUMAAhCwSIDAsugamiEAAQg4JEBgOTSdkiEAAQhYJEBgWXQNzRCAAAQcEvgHCBXfraNq2/MAAAAASUVORK5CYII=);
}

.nav-bottom-two::before,
.nav-bottom-two::after {
  width: 430px;
}

.nav-bottom-three::before {
  -webkit-mask-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAawAAABBCAYAAACNZZBEAAAABHNCSVQICAgIfAhkiAAABmBJREFUeF7tnVuopXMYh20aDTJxMVGoyTCTpilRpkQxbuRwgRLl0EQkLtA4NKVIlAtEjWG2YyhKSSIXsjG5EK5QNiJnF0aZHEbj9Lz51CoXs2avtb+13v/7fPVrrZlZ3/r/f8+728/svdf+1szfHHt5VCewAwC/kZ3d7X/3t/Pn98knZJ58MDMzE4/1kMBIBPi0cyRPsKrLam5XkoPI0i77DdxfNtJintwMgRmF1cws+yryAwt9SLaROQT2Wl8Lu05OAnyOCRmdStaTY8kxOZu460kTUFiTnkAb64e05sgrCOzdNirZYqEEENRyzj1rQFKHLfS5PE8CgwQUlh8P4yYQX309Rp5AXvHVmEcBAkhqH2qeQTZ0slpSoLYVeyagsHoGXmy5F+g7i7heKta7TF1EdTRlryAXkUPLFLfoRAgorIlgL7dovGDjLvIU8tpVrn2DhRHVWmrdQs4jezdY0UpTSEBhTeFQGt7S13S7h2xFXL803LPZaojqZMptIqc3W9JiU0tAYU3taJre2Pe0uw5pPdN0y4bKIar4dt/D5MyGalklGQGFlWxgjW33TfpsQFyfNdarmTqIaoYyV5M7yYHNFLNISgIKK+XYmtv0rUjrtuZaJS+ErNZQ4RGyLnkVt98IAYXVyCAbqBFX07gQcb3XQJfUFRBVvIjiRhL/idg3dRk33xQBhdXUONOX+YsG95NNiCsuD+XRM4HuqhTPsuzxPS/tchLYLQGFtVtEPmACBL5kzfjZlpd96hE+srqe5e7ucUmXksAeEVBYe4TLB/dIIC7K/BDZ6EvgF5c6ojqEFZ4mpy3uSj67BEYjoLBG4+fZi0/gK5a4GGm9sfhL1VsBWZ1D60dJXCndQwJTTUBhTfV43NwAgc1I6xqJjIcAooq379hM4tp/HhJIQUBhpRiTm+wIxIV1z0VcH0tk4QSQ1QrOfpn4Nh8Lx+iZEyCgsCYA3SVHIhCvHrwWaW0d6VmKnoyszqZ6/LzKXwIu+jGQubbCyjy92nt/kfpXIq7vamMYrn33LcB4BeBVw53hoyQwfQQU1vTNxB0NT+AnHnoD0pod/pR6j0RWJ9A6frdqRb32Nm6JgMJqaZp1u2yj+qWI6/O6CP7fHFHFVSpuJxuJbwHiB0d6Agor/Qgt0BH4ndv7yB2Ia0d1Ksgqrqoeb+WyqjoL+7dDQGG1M0ub/EtgO4lr4G1BXH9Ug4KojqLzg8RfAq42/AJ9FVaBIRetGG9ZEleBf7JCf0S1nJ43k7i8kocEmiSgsJocq6UGCHzB/XvJLPL6tTUyiOpwOt1ELidLW+tnHwkMElBYfjxUIfAjRbeQBxDXt9lLI6rVnai8UkX2Ybr/oQkorKFR+cBGCPxJj1fJ4+R55BUv1khxIKn92egF5DJyYopNu0kJjJGAwhojTJ8qHYGf2fFzIa9pvrguojqFPV5CzicHpKPshiUwJgIKa0wgfZr0BOKST2+R18kceQeJ7eq7Vfduv8ex7vouJympvqfgetNKQGFN62Tc16QJhMDeJh+RuNhuZB6JfTqujSGnI3iu+D2p+HnUSrKWrCPLxrWGzyOBlggorJamaZe+CMyz0DdkJwmxxe3g/fi7JSTewiNeuRe3g/cP5s9run/ra8+uI4H0BBRW+hFaQAISkEANAgqrxpxtKQEJSCA9AYWVfoQWkIAEJFCDgMKqMWdbSkACEkhPQGGlH6EFJCABCdQgoLBqzNmWEpCABNITUFjpR2gBCUhAAjUIKKwac7alBCQggfQEFFb6EVpAAhKQQA0CCqvGnG0pAQlIID0BhZV+hBaQgAQkUIOAwqoxZ1tKQAISSE9AYaUfoQUkIAEJ1CCgsGrM2ZYSkIAE0hNQWOlHaAEJSEACNQgorBpztqUEJCCB9AQUVvoRWkACEpBADQIKq8acbSkBCUggPQGFlX6EFpCABCRQg4DCqjFnW0pAAhJIT0BhpR+hBSQgAQnUIKCwaszZlhKQgATSE1BY6UdoAQlIQAI1CCisGnO2pQQkIIH0BBRW+hFaQAISkEANAgqrxpxtKQEJSCA9AYWVfoQWkIAEJFCDgMKqMWdbSkACEkhPQGGlH6EFJCABCdQgoLBqzNmWEpCABNITUFjpR2gBCUhAAjUIKKwac7alBCQggfQEFFb6EVpAAhKQQA0CCqvGnG0pAQlIID2BfwC2ad1NlW6DdgAAAABJRU5ErkJggg==);
  mask-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAawAAABBCAYAAACNZZBEAAAABHNCSVQICAgIfAhkiAAABmBJREFUeF7tnVuopXMYh20aDTJxMVGoyTCTpilRpkQxbuRwgRLl0EQkLtA4NKVIlAtEjWG2YyhKSSIXsjG5EK5QNiJnF0aZHEbj9Lz51CoXs2avtb+13v/7fPVrrZlZ3/r/f8+728/svdf+1szfHHt5VCewAwC/kZ3d7X/3t/Pn98knZJ58MDMzE4/1kMBIBPi0cyRPsKrLam5XkoPI0i77DdxfNtJintwMgRmF1cws+yryAwt9SLaROQT2Wl8Lu05OAnyOCRmdStaTY8kxOZu460kTUFiTnkAb64e05sgrCOzdNirZYqEEENRyzj1rQFKHLfS5PE8CgwQUlh8P4yYQX309Rp5AXvHVmEcBAkhqH2qeQTZ0slpSoLYVeyagsHoGXmy5F+g7i7heKta7TF1EdTRlryAXkUPLFLfoRAgorIlgL7dovGDjLvIU8tpVrn2DhRHVWmrdQs4jezdY0UpTSEBhTeFQGt7S13S7h2xFXL803LPZaojqZMptIqc3W9JiU0tAYU3taJre2Pe0uw5pPdN0y4bKIar4dt/D5MyGalklGQGFlWxgjW33TfpsQFyfNdarmTqIaoYyV5M7yYHNFLNISgIKK+XYmtv0rUjrtuZaJS+ErNZQ4RGyLnkVt98IAYXVyCAbqBFX07gQcb3XQJfUFRBVvIjiRhL/idg3dRk33xQBhdXUONOX+YsG95NNiCsuD+XRM4HuqhTPsuzxPS/tchLYLQGFtVtEPmACBL5kzfjZlpd96hE+srqe5e7ucUmXksAeEVBYe4TLB/dIIC7K/BDZ6EvgF5c6ojqEFZ4mpy3uSj67BEYjoLBG4+fZi0/gK5a4GGm9sfhL1VsBWZ1D60dJXCndQwJTTUBhTfV43NwAgc1I6xqJjIcAooq379hM4tp/HhJIQUBhpRiTm+wIxIV1z0VcH0tk4QSQ1QrOfpn4Nh8Lx+iZEyCgsCYA3SVHIhCvHrwWaW0d6VmKnoyszqZ6/LzKXwIu+jGQubbCyjy92nt/kfpXIq7vamMYrn33LcB4BeBVw53hoyQwfQQU1vTNxB0NT+AnHnoD0pod/pR6j0RWJ9A6frdqRb32Nm6JgMJqaZp1u2yj+qWI6/O6CP7fHFHFVSpuJxuJbwHiB0d6Agor/Qgt0BH4ndv7yB2Ia0d1Ksgqrqoeb+WyqjoL+7dDQGG1M0ub/EtgO4lr4G1BXH9Ug4KojqLzg8RfAq42/AJ9FVaBIRetGG9ZEleBf7JCf0S1nJ43k7i8kocEmiSgsJocq6UGCHzB/XvJLPL6tTUyiOpwOt1ELidLW+tnHwkMElBYfjxUIfAjRbeQBxDXt9lLI6rVnai8UkX2Ybr/oQkorKFR+cBGCPxJj1fJ4+R55BUv1khxIKn92egF5DJyYopNu0kJjJGAwhojTJ8qHYGf2fFzIa9pvrguojqFPV5CzicHpKPshiUwJgIKa0wgfZr0BOKST2+R18kceQeJ7eq7Vfduv8ex7vouJympvqfgetNKQGFN62Tc16QJhMDeJh+RuNhuZB6JfTqujSGnI3iu+D2p+HnUSrKWrCPLxrWGzyOBlggorJamaZe+CMyz0DdkJwmxxe3g/fi7JSTewiNeuRe3g/cP5s9run/ra8+uI4H0BBRW+hFaQAISkEANAgqrxpxtKQEJSCA9AYWVfoQWkIAEJFCDgMKqMWdbSkACEkhPQGGlH6EFJCABCdQgoLBqzNmWEpCABNITUFjpR2gBCUhAAjUIKKwac7alBCQggfQEFFb6EVpAAhKQQA0CCqvGnG0pAQlIID0BhZV+hBaQgAQkUIOAwqoxZ1tKQAISSE9AYaUfoQUkIAEJ1CCgsGrM2ZYSkIAE0hNQWOlHaAEJSEACNQgorBpztqUEJCCB9AQUVvoRWkACEpBADQIKq8acbSkBCUggPQGFlX6EFpCABCRQg4DCqjFnW0pAAhJIT0BhpR+hBSQgAQnUIKCwaszZlhKQgATSE1BY6UdoAQlIQAI1CCisGnO2pQQkIIH0BBRW+hFaQAISkEANAgqrxpxtKQEJSCA9AYWVfoQWkIAEJFCDgMKqMWdbSkACEkhPQGGlH6EFJCABCdQgoLBqzNmWEpCABNITUFjpR2gBCUhAAjUIKKwac7alBCQggfQEFFb6EVpAAhKQQA0CCqvGnG0pAQlIID2BfwC2ad1NlW6DdgAAAABJRU5ErkJggg==);
}

.amazing-offer-six-title {
  margin-top: 42px;
}

.amazing-offer-six-timear {
  -webkit-transform: translate(75px, 32px);
  -moz-transform: translate(75px, 32px);
  -ms-transform: translate(75px, 32px);
  -o-transform: translate(75px, 32px);
  transform: translate(75px, 32px);
}

@media only screen and (max-width: 991px) {
  .amazing-offer-six-timear {
    -webkit-transform: translate(-117px, -170px);
    -moz-transform: translate(-117px, -170px);
    -ms-transform: translate(-117px, -170px);
    -o-transform: translate(-117px, -170px);
    transform: translate(-117px, -170px);
  }
}

@media only screen and (max-width: 575px) {
  .amazing-offer-six-timear {
    -webkit-transform: translate(15px, -90px);
    -moz-transform: translate(15px, -90px);
    -ms-transform: translate(15px, -90px);
    -o-transform: translate(15px, -90px);
    transform: translate(15px, -90px);
  }

  .amazing-offer-six-title {
    margin-bottom: 48px;
  }
}

.amazing-offer-six-wrapper {
  margin-right: auto;
}

@media only screen and (max-width: 499px) {
  .amazing-offer-six-wrapper {
    margin-top: 100px;
  }
}

.amazing-offer-six .swiper-button-next {
  -webkit-transform: translate(183px, 125px);
  -moz-transform: translate(183px, 125px);
  -ms-transform: translate(183px, 125px);
  -o-transform: translate(183px, 125px);
  transform: translate(183px, 125px);
}

.amazing-offer-six .swiper-button-prev {
  -webkit-transform: translate(210px, 125px);
  -moz-transform: translate(210px, 125px);
  -ms-transform: translate(210px, 125px);
  -o-transform: translate(210px, 125px);
  transform: translate(210px, 125px);
}

@media only screen and (max-width: 991px) {
  .amazing-offer-six .swiper-button-next {
    -webkit-transform: translate(105px, -129px);
    -moz-transform: translate(105px, -129px);
    -ms-transform: translate(105px, -129px);
    -o-transform: translate(105px, -129px);
    transform: translate(105px, -129px);
  }

  .amazing-offer-six .swiper-button-prev {
    -webkit-transform: translate(130px, -129px);
    -moz-transform: translate(130px, -129px);
    -ms-transform: translate(130px, -129px);
    -o-transform: translate(130px, -129px);
    transform: translate(130px, -129px);
  }
}

@media only screen and (max-width: 575px) {
  .amazing-offer-six .swiper-button-next {
    -webkit-transform: translate(105px, -177px);
    -moz-transform: translate(105px, -177px);
    -ms-transform: translate(105px, -177px);
    -o-transform: translate(105px, -177px);
    transform: translate(105px, -177px);
  }

  .amazing-offer-six .swiper-button-prev {
    -webkit-transform: translate(130px, -177px);
    -moz-transform: translate(130px, -177px);
    -ms-transform: translate(130px, -177px);
    -o-transform: translate(130px, -177px);
    transform: translate(130px, -177px);
  }
}

.icon-close-square:before {
  content: "\e966";
}

.icon-info:before {
  content: "\e967";
}

.icon-angle-left-fill:before {
  content: "\e968";
}

.modal-product .modal-dialog {
  max-width: 1158px;
}

.modal-product .modal-content {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  -webkit-box-shadow: 0 80px 99px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 80px 99px rgba(0, 0, 0, 0.15);
  box-shadow: 0 80px 99px rgba(0, 0, 0, 0.15);
}

.modal-product .modal-content::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 27px);
  -moz-transform: translate(-50%, 27px);
  -ms-transform: translate(-50%, 27px);
  -o-transform: translate(-50%, 27px);
  transform: translate(-50%, 27px);
  -webkit-border-radius: 0 0 30px 30px;
  -moz-border-radius: 0 0 30px 30px;
  border-radius: 0 0 30px 30px;
  background-color: #fff;
  width: 65%;
  height: 27px;
  -webkit-box-shadow: inset 0 80px 99px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0 80px 99px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 80px 99px rgba(0, 0, 0, 0.15);
}

.modal-product .modal-body {
  padding: 104px 103px 78px 134px;
}

.modal-product.fade .modal-dialog {
  -webkit-transform: translate(0, -100px);
  -moz-transform: translate(0, -100px);
  -ms-transform: translate(0, -100px);
  -o-transform: translate(0, -100px);
  transform: translate(0, -100px);
}

.modal-product.show .modal-dialog {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-product.preloading .modal-body::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  z-index: 9;
  -webkit-backdrop-filter: blur(15px) brightness(115%);
  backdrop-filter: blur(15px) brightness(115%);
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}

.modal-product.preloading .modal-body::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 5px solid;
  border-color: #929292 #929292 #929292 rgba(255, 255, 255, 0);
  z-index: 10;
  -webkit-animation: loading 3s linear 0s infinite;
  -moz-animation: loading 3s linear 0s infinite;
  -o-animation: loading 3s linear 0s infinite;
  animation: loading 3s linear 0s infinite;
}

@-webkit-keyframes loading {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
  }

  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

@-moz-keyframes loading {
  0% {
    -moz-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
  }

  100% {
    -moz-transform: translate(-50%, -50%) rotate(360deg);
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

@-o-keyframes loading {
  0% {
    -o-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
  }

  100% {
    -o-transform: translate(-50%, -50%) rotate(360deg);
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

@keyframes loading {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    -moz-transform: translate(-50%, -50%) rotate(0deg);
    -o-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
  }

  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
    -moz-transform: translate(-50%, -50%) rotate(360deg);
    -o-transform: translate(-50%, -50%) rotate(360deg);
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

.modal-product .icons {
  top: 27px;
  left: 43px;
}

.modal-product .icons>* {
  background-color: #fff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  border: 1px solid #e1e1e1;
  width: 47px;
  height: 47px;
  font-size: 18px;
  color: #919191;
  -webkit-box-shadow: -10px -7px 16px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: -10px -7px 16px rgba(0, 0, 0, 0.1);
  box-shadow: -10px -7px 16px rgba(0, 0, 0, 0.1);
}

.modal-product .icons>*:hover {
  color: #494949;
}

.modal-product .icons button {
  margin-right: 14px;
}

.modal-product .btn-view {
  font-weight: 900;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding: 17px 18px;
  margin-top: 44px;
}

.modal-product .btn-view i {
  font-size: 12px;
  margin-right: 13px;
}

.modal-product .right .gallery {
  padding: 62px 20px 15px 26px;
  background-color: #fff;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  border: 1px solid #e5e5e5;
  -webkit-box-shadow: 20px 43px 50px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 20px 43px 50px rgba(0, 0, 0, 0.1);
  box-shadow: 20px 43px 50px rgba(0, 0, 0, 0.1);
}

.modal-product .right .gallery .offer {
  font-size: 12px;
  font-weight: 800;
  color: #fff;
  line-height: 19px;
  padding: 7px 16px;
  top: 13px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  background-color: #EE273A;
  -webkit-box-shadow: 0 23px 36px rgba(238, 39, 58, 0.26);
  -moz-box-shadow: 0 23px 36px rgba(238, 39, 58, 0.26);
  box-shadow: 0 23px 36px rgba(238, 39, 58, 0.26);
  z-index: 2;
}

.modal-product .right .gallery .swiper {
  height: 184px;
  -webkit-filter: drop-shadow(0 10px 20px rgba(0, 0, 0, 0.1));
  filter: drop-shadow(0 10px 20px rgba(0, 0, 0, 0.1));
  position: unset;
  margin-left: 12px;
}

.modal-product .right .gallery .swiper-button-next,
.modal-product .right .gallery .swiper-button-prev {
  background-color: #fff;
  width: 24px;
  height: 24px;
  -webkit-box-shadow: 0 5px 30px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 5px 30px rgba(0, 0, 0, 0.16);
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.16);
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  right: 15px;
  z-index: 7;
}

.modal-product .right .gallery .swiper-button-next::after,
.modal-product .right .gallery .swiper-button-prev::after {
  font-size: 10px;
}

.modal-product .right .gallery .swiper-button-next {
  top: auto;
  bottom: -15px;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

.modal-product .right .gallery .swiper-button-prev {
  top: -10px;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

.modal-product .right .gallery-item {
  width: 54px;
  height: 54px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background-color: #fff;
  padding: 7px;
  cursor: pointer;
}

.modal-product .right .gallery button {
  margin-top: 23px;
  font-size: 17px;
  color: #b3bbc7;
}

.modal-product .left {
  max-width: -webkit-calc(100% - 315px);
  max-width: -moz-calc(100% - 315px);
  max-width: calc(100% - 315px);
  padding-right: 64px;
}

.modal-product .left .row {
  gap: 28px 0;
}

.modal-product .left .name {
  font-weight: 900;
  font-size: 24px;
  line-height: 36px;
  margin-bottom: 6px;
}

.modal-product .left .sub-name {
  font-size: 14px;
  color: #b3bbc7;
  line-height: 22px;
  margin-bottom: 34px;
}

.modal-product .left .timear {
  margin: 16px 0;
}

.modal-product .left .timear li {
  font-weight: 300;
  line-height: 30px;
}

.modal-product .left .timear li:not(:last-child) {
  margin-left: 12px;
}

.modal-product .left .timear li span {
  width: 35px;
  height: 35px;
  background-color: #212341;
  line-height: 35px;
  font-size: 17px;
  font-weight: 900;
}

.modal-product .left .label {
  line-height: 22px;
  padding-left: 4px;
  min-width: 55px;
}

.modal-product .left select {
  width: 88px;
  height: 30px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  text-align: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  text-transform: uppercase;
  line-height: 30px;
  background: #f8f9fb url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMS4wODMiIGhlaWdodD0iNi4zNTYiIHZpZXdCb3g9IjAgMCAxMS4wODMgNi4zNTYiPg0KICA8cGF0aCBpZD0iUGF0aF8xNzUiIGRhdGEtbmFtZT0iUGF0aCAxNzUiIGQ9Ik0xNS41NDIsMjAuNDA5bC00LjItNC4yYS43NTIuNzUyLDAsMCwwLTEuMTg3LjA3OS44MzEuODMxLDAsMCwwLC4wNzksMS4wNjlsNC43NSw0LjcxYS43NTIuNzUyLDAsMCwwLDEuMTA4LDBsNC43NS00LjcxYS44MzEuODMxLDAsMCwwLC4wNzktMS4wNjkuNzUyLjc1MiwwLDAsMC0xLjE4Ny0uMDc5WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTEwLjAwMSAtMTUuOTU5KSIvPg0KPC9zdmc+DQo=") left 12px center no-repeat;
  -webkit-background-size: 11px 6px;
  -moz-background-size: 11px 6px;
  -o-background-size: 11px 6px;
  background-size: 11px 6px;
}

.modal-product .left .colors label {
  padding: 5px 0;
  border: 1px solid transparent;
  cursor: pointer;
}

.modal-product .left .colors label:not(:last-child) {
  margin-left: 3px;
}

.modal-product .left .colors label .color {
  width: 22px;
  height: 22px;
  border: 1px solid #b3bbc7;
}

.modal-product .left .colors label .color-name {
  font-size: 11px;
  max-width: 0;
}

.modal-product .left .colors label,
.modal-product .left .colors label .color,
.modal-product .left .colors label .color-name {
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.modal-product .left .colors input:checked+label {
  border-color: #efefef;
  padding: 5px 5px 5px 12px;
}

.modal-product .left .colors input:checked+label .color-name {
  max-width: 100px;
  margin-right: 8px;
}

.modal-product .left .colors,
.modal-product .left .sizes,
.modal-product .left .count {
  margin-bottom: 22px;
}

.modal-product .left .status .badge {
  line-height: 25px;
  padding: 0 12px;
  font-size: 14px;
  color: #00867d;
  background-color: #edf5e6;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.modal-product .left .options {
  background-color: #fff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 12px 5px 50px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 12px 5px 50px rgba(0, 0, 0, 0.05);
  box-shadow: 12px 5px 50px rgba(0, 0, 0, 0.05);
  padding: 16px 30px;
  line-height: 40px;
}

.modal-product .left .options .title {
  font-size: 16px;
  font-weight: 800;
  color: #494949;
}

.modal-product .left .options ul li {
  color: #919191;
}

.modal-product .left .price {
  font-size: 18px;
  color: #232323;
  line-height: 28px;
}

.modal-product .left .price del {
  font-size: 16px;
  line-height: 25px;
  color: #ee232b;
  -webkit-text-decoration-color: #707070;
  -moz-text-decoration-color: #707070;
  text-decoration-color: #707070;
}

.modal-product .left .price span {
  font-size: 23px;
  font-weight: 900;
  line-height: 35px;
  margin: 0 6px 0 11px;
  color: #49be78;
}

.modal-product .left .btn-add-to-cart {
  padding: 15px 15px;
  font-size: 16px;
  font-weight: 800;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
}

.modal-product .left .btn-add-to-cart i {
  font-size: 12px;
  margin-right: 12px;
}

@media only screen and (max-width: 1199px) {
  .modal-product .modal-body {
    padding: 104px 48px 48px;
  }
}

@media only screen and (max-width: 991px) {
  .modal-product.preloading .modal-body {
    max-height: -webkit-calc(100vh - 16px);
    max-height: -moz-calc(100vh - 16px);
    max-height: calc(100vh - 16px);
  }

  .modal-product .right {
    max-width: 315px;
    width: 100%;
    margin: 0 auto;
  }

  .modal-product .left {
    padding: 32px 0 0;
    max-width: 100%;
  }

  .modal-product .btns .btn {
    max-width: 50%;
  }

  .modal-product .btns .btn-add-to-cart {
    margin-left: 6px;
  }

  .modal-product .btns .btn-view {
    margin: 0 6px 0 0;
  }
}

@media only screen and (max-width: 767px) {
  .modal-product .modal-content {
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
  }

  .modal-product .modal-content::before {
    -webkit-border-radius: 0 0 16px 16px;
    -moz-border-radius: 0 0 16px 16px;
    border-radius: 0 0 16px 16px;
    height: 17px;
    -webkit-transform: translate(-50%, 17px);
    -moz-transform: translate(-50%, 17px);
    -ms-transform: translate(-50%, 17px);
    -o-transform: translate(-50%, 17px);
    transform: translate(-50%, 17px);
  }

  .modal-product .modal-body {
    padding: 104px 32px 32px;
  }

  .modal-product.preloading .modal-body::before {
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
  }

  .modal-product .icons {
    left: 32px;
  }
}

@media only screen and (max-width: 575px) {
  .modal-product .modal-body {
    padding: 104px 16px 16px;
  }

  .modal-product .icons {
    left: 16px;
  }

  .modal-product .left .name {
    font-size: 18px;
    line-height: 30px;
  }

  .modal-product .left .sub-name {
    font-size: 12px;
  }

  .modal-product .btns .btn {
    max-width: 100%;
  }

  .modal-product .btns .btn-add-to-cart {
    margin: 0 0 12px;
  }

  .modal-product .btns .btn-view {
    margin: 0;
  }
}

.nav-responsive-content-menu li.has-child>a::after {
  content: "";
}

.single-product .woocommerce #respond input#submit.loading::after,
.single-product .woocommerce a.button.loading::after,
.single-product .woocommerce button.button.loading::after,
.single-product .woocommerce input.button.loading::after {
  content: "" !important;
}

#loading {
  display: block;
  margin: auto;
  width: 50px;
  height: 50px;
  border: 3px solid rgba(255, 255, 255, .3);
  border-radius: 50%;
  border-top-color: red;
  animation: spin 1s ease-in-out infinite;
  -webkit-animation: spin 1s ease-in-out infinite;
}

@keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
  }
}

@-webkit-keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
  }
}

/* style.css */

.detail-product-three .status>div.nam {
  background-color: #fff3f0;
  color: #ff8a66;
}


.preloader {
  align-items: center;
  background: #FFF;
  display: flex;
  height: 100vh;
  justify-content: center;
  left: 0;
  position: fixed;
  top: 0;
  transition: opacity 0.2s linear;
  width: 100%;
  z-index: 9999;
  opacity: 1;
  transform: opacity 1s linear;
}

.preloader img {
  width: 60px;
  height: 60px;
}




/* tag input */

:root {
  --tagify-dd-color-primary: rgb(53, 149, 246);
  --tagify-dd-bg-color: white;
  --tagify-dd-item-pad: .3em .5em
}

.tagify {
  --tags-disabled-bg: #F1F1F1;
  --tags-border-color: #DDD;
  --tags-hover-border-color: #CCC;
  --tags-focus-border-color: #3595f6;
  --tag-border-radius: 3px;
  --tag-bg: #E5E5E5;
  --tag-hover: #D3E2E2;
  --tag-text-color: black;
  --tag-text-color--edit: black;
  --tag-pad: 0.3em 0.5em;
  --tag-inset-shadow-size: 1.1em;
  --tag-invalid-color: #D39494;
  --tag-invalid-bg: rgba(211, 148, 148, 0.5);
  --tag-remove-bg: rgba(211, 148, 148, 0.3);
  --tag-remove-btn-color: black;
  --tag-remove-btn-bg: none;
  --tag-remove-btn-bg--hover: #c77777;
  --input-color: inherit;
  --tag--min-width: 1ch;
  --tag--max-width: auto;
  --tag-hide-transition: 0.3s;
  --placeholder-color: rgba(0, 0, 0, 0.4);
  --placeholder-color-focus: rgba(0, 0, 0, 0.25);
  --loader-size: .8em;
  --readonly-striped: 1;
  display: inline-flex;
  align-items: flex-start;
  flex-wrap: wrap;
  border: 1px solid var(--tags-border-color);
  padding: 0;
  line-height: 0;
  cursor: text;
  outline: 0;
  position: relative;
  box-sizing: border-box;
  transition: .1s
}

@keyframes tags--bump {
  30% {
    transform: scale(1.2)
  }
}

@keyframes rotateLoader {
  to {
    transform: rotate(1turn)
  }
}

.tagify:hover:not(.tagify--focus):not(.tagify--invalid) {
  --tags-border-color: var(--tags-hover-border-color)
}

.tagify[disabled] {
  background: var(--tags-disabled-bg);
  filter: saturate(0);
  opacity: .5;
  pointer-events: none
}

.tagify[disabled].tagify--select,
.tagify[readonly].tagify--select {
  pointer-events: none
}

.tagify[disabled]:not(.tagify--mix):not(.tagify--select),
.tagify[readonly]:not(.tagify--mix):not(.tagify--select) {
  cursor: default
}

.tagify[disabled]:not(.tagify--mix):not(.tagify--select)>.tagify__input,
.tagify[readonly]:not(.tagify--mix):not(.tagify--select)>.tagify__input {
  visibility: hidden;
  width: 0;
  margin: 5px 0
}

.tagify[disabled]:not(.tagify--mix):not(.tagify--select) .tagify__tag>div,
.tagify[readonly]:not(.tagify--mix):not(.tagify--select) .tagify__tag>div {
  padding: var(--tag-pad)
}

.tagify[disabled]:not(.tagify--mix):not(.tagify--select) .tagify__tag>div::before,
.tagify[readonly]:not(.tagify--mix):not(.tagify--select) .tagify__tag>div::before {
  animation: readonlyStyles 1s calc(-1s * (var(--readonly-striped) - 1)) paused
}

@keyframes readonlyStyles {
  0% {
    background: linear-gradient(45deg, var(--tag-bg) 25%, transparent 25%, transparent 50%, var(--tag-bg) 50%, var(--tag-bg) 75%, transparent 75%, transparent) 0/5px 5px;
    box-shadow: none;
    filter: brightness(.95)
  }
}

.tagify[disabled] .tagify__tag__removeBtn,
.tagify[readonly] .tagify__tag__removeBtn {
  display: none
}

.tagify--loading .tagify__input>br:last-child {
  display: none
}

.tagify--loading .tagify__input::before {
  content: none
}

.tagify--loading .tagify__input::after {
  content: "";
  vertical-align: middle;
  opacity: 1;
  width: .7em;
  height: .7em;
  width: var(--loader-size);
  height: var(--loader-size);
  min-width: 0;
  border: 3px solid;
  border-color: #eee #bbb #888 transparent;
  border-radius: 50%;
  animation: rotateLoader .4s infinite linear;
  content: "" !important;
  margin: -2px 0 -2px .5em
}

.tagify--loading .tagify__input:empty::after {
  margin-left: 0
}

.tagify+input,
.tagify+textarea {
  position: absolute !important;
  left: -9999em !important;
  transform: scale(0) !important
}

.tagify__tag {
  display: inline-flex;
  align-items: center;
  margin: 5px 0 5px 5px;
  position: relative;
  z-index: 1;
  outline: 0;
  line-height: normal;
  cursor: default;
  transition: .13s ease-out
}

.tagify__tag>div {
  vertical-align: top;
  box-sizing: border-box;
  max-width: 100%;
  padding: 7px;
  color: var(--tag-text-color);
  line-height: inherit;
  border-radius: 55px;
  white-space: nowrap;
  transition: .13s ease-out
}

.tagify__tag>div>* {
  white-space: pre-wrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  vertical-align: top;
  min-width: var(--tag--min-width);
  max-width: var(--tag--max-width);
  transition: .8s ease, .1s color
}

.tagify__tag>div>[contenteditable] {
  outline: 0;
  -webkit-user-select: text;
  user-select: text;
  cursor: text;
  margin: -2px;
  padding: 2px;
  max-width: 350px
}

.tagify__tag>div::before {
  content: "";
  position: absolute;
  border-radius: inherit;
  inset: var(--tag-bg-inset, 0);
  z-index: -1;
  pointer-events: none;
  transition: 120ms ease;
  animation: tags--bump .3s ease-out 1;
  box-shadow: 0 0 0 var(--tag-inset-shadow-size) var(--tag-bg) inset
}

.tagify__tag:focus div::before,
.tagify__tag:hover:not([readonly]) div::before {
  --tag-bg-inset: -2.5px;
  --tag-bg: var(--tag-hover)
}

.tagify__tag--loading {
  pointer-events: none
}

.tagify__tag--loading .tagify__tag__removeBtn {
  display: none
}

.tagify__tag--loading::after {
  --loader-size: .4em;
  content: "";
  vertical-align: middle;
  opacity: 1;
  width: .7em;
  height: .7em;
  width: var(--loader-size);
  height: var(--loader-size);
  min-width: 0;
  border: 3px solid;
  border-color: #eee #bbb #888 transparent;
  border-radius: 50%;
  animation: rotateLoader .4s infinite linear;
  margin: 0 .5em 0 -.1em
}

.tagify__tag--flash div::before {
  animation: none
}

.tagify__tag--hide {
  width: 0 !important;
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0;
  opacity: 0;
  transform: scale(0);
  transition: var(--tag-hide-transition);
  pointer-events: none
}

.tagify__tag--hide>div>* {
  white-space: nowrap
}

.tagify__tag.tagify--noAnim>div::before {
  animation: none
}

.tagify__tag.tagify--notAllowed:not(.tagify__tag--editable) div>span {
  opacity: .5
}

.tagify__tag.tagify--notAllowed:not(.tagify__tag--editable) div::before {
  --tag-bg: var(--tag-invalid-bg);
  transition: .2s
}

.tagify__tag[readonly] .tagify__tag__removeBtn {
  display: none
}

.tagify__tag[readonly]>div::before {
  animation: readonlyStyles 1s calc(-1s * (var(--readonly-striped) - 1)) paused
}

@keyframes readonlyStyles {
  0% {
    background: linear-gradient(45deg, var(--tag-bg) 25%, transparent 25%, transparent 50%, var(--tag-bg) 50%, var(--tag-bg) 75%, transparent 75%, transparent) 0/5px 5px;
    box-shadow: none;
    filter: brightness(.95)
  }
}

.tagify__tag--editable>div {
  color: var(--tag-text-color--edit)
}

.tagify__tag--editable>div::before {
  box-shadow: 0 0 0 2px var(--tag-hover) inset !important
}

.tagify__tag--editable>.tagify__tag__removeBtn {
  pointer-events: none
}

.tagify__tag--editable>.tagify__tag__removeBtn::after {
  opacity: 0;
  transform: translateX(100%) translateX(5px)
}

.tagify__tag--editable.tagify--invalid>div::before {
  box-shadow: 0 0 0 2px var(--tag-invalid-color) inset !important
}

.tagify__tag__removeBtn {
  order: 5;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  cursor: pointer;
  font: 14px/1;
  background: var(--tag-remove-btn-bg);
  color: var(--tag-remove-btn-color);
  width: 14px;
  height: 14px;
  margin-right: 4.6666666667px;
  margin-left: auto;
  overflow: hidden;
  transition: .2s ease-out
}

.tagify__tag__removeBtn::after {
  content: "×";
  transition: .3s, color 0s
}

.tagify__tag__removeBtn:hover {
  color: #fff;
  background: var(--tag-remove-btn-bg--hover)
}

.tagify__tag__removeBtn:hover+div>span {
  opacity: .5
}

.tagify__tag__removeBtn:hover+div::before {
  box-shadow: 0 0 0 var(--tag-inset-shadow-size) var(--tag-remove-bg, rgba(211, 148, 148, .3)) inset !important;
  transition: box-shadow .2s
}

.tagify:not(.tagify--mix) .tagify__input br {
  display: none
}

.tagify:not(.tagify--mix) .tagify__input * {
  display: inline;
  white-space: nowrap
}

.tagify__input {
  flex-grow: 1;
  display: inline-block;
  min-width: 110px;
  margin: 5px;
  padding: var(--tag-pad);
  line-height: normal;
  position: relative;
  white-space: pre-wrap;
  color: var(--input-color);
  box-sizing: inherit
}

.tagify__input:empty::before {
  position: static
}

.tagify__input:focus {
  outline: 0
}

.tagify__input:focus::before {
  transition: .2s ease-out;
  opacity: 0;
  transform: translatex(6px)
}

@supports (-ms-ime-align:auto) {
  .tagify__input:focus::before {
    display: none
  }
}

.tagify__input:focus:empty::before {
  transition: .2s ease-out;
  opacity: 1;
  transform: none;
  color: rgba(0, 0, 0, .25);
  color: var(--placeholder-color-focus)
}

@-moz-document url-prefix() {
  .tagify__input:focus:empty::after {
    display: none
  }
}

.tagify__input::before {
  content: attr(data-placeholder);
  height: 1em;
  line-height: 1em;
  margin: auto 0;
  z-index: 1;
  color: var(--placeholder-color);
  white-space: nowrap;
  pointer-events: none;
  opacity: 0;
  position: absolute
}

.tagify__input::after {
  content: attr(data-suggest);
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  min-width: calc(100% - 1.5em);
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: pre;
  color: var(--tag-text-color);
  opacity: .3;
  pointer-events: none;
  max-width: 100px
}

.tagify__input .tagify__tag {
  margin: 0 1px
}

.tagify--mix {
  display: block
}

.tagify--mix .tagify__input {
  padding: 5px;
  margin: 0;
  width: 100%;
  height: 100%;
  line-height: 1.5;
  display: block
}

.tagify--mix .tagify__input::before {
  height: auto;
  display: none;
  line-height: inherit
}

.tagify--mix .tagify__input::after {
  content: none
}

.tagify--select::after {
  content: ">";
  opacity: .5;
  position: absolute;
  top: 50%;
  right: 0;
  bottom: 0;
  font: 16px monospace;
  line-height: 8px;
  height: 8px;
  pointer-events: none;
  transform: translate(-150%, -50%) scaleX(1.2) rotate(90deg);
  transition: .2s ease-in-out
}

.tagify--select[aria-expanded=true]::after {
  transform: translate(-150%, -50%) rotate(270deg) scaleY(1.2)
}

.tagify--select .tagify__tag {
  position: absolute;
  top: 0;
  right: 1.8em;
  bottom: 0
}

.tagify--select .tagify__tag div {
  display: none
}

.tagify--select .tagify__input {
  width: 100%
}

.tagify--empty .tagify__input::before {
  transition: .2s ease-out;
  opacity: 1;
  transform: none;
  display: inline-block;
  width: auto
}

.tagify--mix .tagify--empty .tagify__input::before {
  display: inline-block
}

.tagify--focus {
  --tags-border-color: var(--tags-focus-border-color);
  transition: 0s
}

.tagify--invalid {
  --tags-border-color: #D39494
}

.tagify__dropdown {
  position: absolute;
  z-index: 9999;
  transform: translateY(1px);
  overflow: hidden
}

.tagify__dropdown[placement=top] {
  margin-top: 0;
  transform: translateY(-100%)
}

.tagify__dropdown[placement=top] .tagify__dropdown__wrapper {
  border-top-width: 1.1px;
  border-bottom-width: 0
}

.landing-fiveteen .swiper-pagination {
  bottom: 50px !important;
}

.tagify__dropdown[position=text] {
  box-shadow: 0 0 0 3px rgba(var(--tagify-dd-color-primary), .1);
  font-size: 14px;
}

.tagify__dropdown[position=text] .tagify__dropdown__wrapper {
  border-width: 1px
}

.tagify__dropdown__wrapper {
  max-height: 300px;
  overflow: auto;
  overflow-x: hidden;
  background: var(--tagify-dd-bg-color);
  border: 1px solid;
  border-color: var(--tagify-dd-color-primary);
  border-bottom-width: 1.5px;
  border-top-width: 0;
  box-shadow: 0 2px 4px -2px rgba(0, 0, 0, .2);
  transition: .25s cubic-bezier(0, 1, .5, 1)
}

.tagify__dropdown__header:empty {
  display: none
}

.tagify__dropdown__footer {
  display: inline-block;
  margin-top: .5em;
  padding: var(--tagify-dd-item-pad);
  font-size: 14px;
  font-style: italic;
  opacity: .5
}

.tagify__dropdown__footer:empty {
  display: none
}

.tagify__dropdown--initial .tagify__dropdown__wrapper {
  max-height: 20px;
  transform: translateY(-1em)
}

.tagify__dropdown--initial[placement=top] .tagify__dropdown__wrapper {
  transform: translateY(2em)
}

.tagify__dropdown__item {
  box-sizing: border-box;
  padding: var(--tagify-dd-item-pad);
  margin: 1px;
  cursor: pointer;
  border-radius: 2px;
  position: relative;
  outline: 0;
  max-height: 60px;
  max-width: 100%
}

.tagify__dropdown__item--active {
  background: var(--tagify-dd-color-primary);
  color: #fff
}

.tagify__dropdown__item:active {
  filter: brightness(105%)
}

.tagify__dropdown__item--hidden {
  padding-top: 0;
  padding-bottom: 0;
  margin: 0 1px;
  pointer-events: none;
  overflow: hidden;
  max-height: 0;
  transition: var(--tagify-dd-item--hidden-duration, .3s) !important
}

.tagify__dropdown__item--hidden>* {
  transform: translateY(-100%);
  opacity: 0;
  transition: inherit
}


.govat .tagify__tag:focus div::before,
.govat .tagify__tag:not([readonly]) div::before {
  --tag-bg: #deffdf;
}

.zaaf .tagify__tag:focus div::before,
.zaaf .tagify__tag:not([readonly]) div::before {
  --tag-bg: #ffd9d9;
}

.pcf-field-container.w-80.mx-auto {
  width: 86%;
}

.w-805.mx-auto {
  width: 64.5% !important;
}

.form-control {
  font-size: 14px;
}

.lef30 {
  left: 17px;
}



.slider {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  height: 5px;
  background: #d3d3d3;
  outline: none;
  opacity: 0.7;
  -webkit-transition: .2s;
  transition: opacity .2s;
  border-radius: 10px;
}

.slider:hover {
  opacity: 1;
}

.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 30px;
  height: 10px;
  background: #04AA6D;
  cursor: pointer;
  border-radius: 10px;
}

.slider::-moz-range-thumb {
  width: 30px;
  height: 10px;
  background: #04AA6D;
  cursor: pointer;
  border-radius: 10px;

}

.w-705.mx-auto {
  width: 74.5% !important;
}




.ph-item {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 2px;
  direction: ltr;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
  overflow: hidden;
  padding: 30px 15px 15px;
  position: relative
}

.ph-item,
.ph-item *,
.ph-item :after,
.ph-item :before {
  box-sizing: border-box
}

.ph-item:before {
  -webkit-animation: ph-animation .8s linear infinite;
  animation: ph-animation .8s linear infinite;
  background: linear-gradient(90deg, hsla(0, 0%, 100%, 0) 46%, hsla(0, 0%, 100%, .35) 50%, hsla(0, 0%, 100%, 0) 54%) 50% 50%;
  bottom: 0;
  content: " ";
  left: 50%;
  margin-left: -250%;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  width: 500%;
  z-index: 1
}

.ph-item>* {
  display: flex;
  flex: 1 1 auto;
  flex-flow: column;
  margin-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px
}

.ph-row {
  display: flex;
  flex-wrap: wrap;
  margin-top: -7.5px
}

.ph-row div {
  background-color: #ced4da;
  height: 10px;
  margin-top: 7.5px
}

.ph-row .big,
.ph-row.big div {
  height: 20px
}

.ph-row .empty {
  background-color: hsla(0, 0%, 100%, 0)
}

.ph-col-2 {
  flex: 0 0 16.6666666667%
}

.ph-col-4 {
  flex: 0 0 33.3333333333%
}

.ph-col-6 {
  flex: 0 0 50%
}

.ph-col-8 {
  flex: 0 0 66.6666666667%
}

.ph-col-10 {
  flex: 0 0 83.3333333333%
}

.ph-col-12 {
  flex: 0 0 100%
}

[class*=ph-col] {
  direction: ltr
}

[class*=ph-col]>*+.ph-row {
  margin-top: 0
}

[class*=ph-col]>*+* {
  margin-top: 7.5px
}

.ph-avatar {
  background-color: #ced4da;
  border-radius: 50%;
  min-width: 60px;
  overflow: hidden;
  position: relative;
  width: 100%
}

.ph-avatar:before {
  content: " ";
  display: block;
  padding-top: 100%
}

.ph-picture {
  background-color: #ced4da;
  height: 120px;
  width: 100%
}

@-webkit-keyframes ph-animation {
  0% {
    transform: translate3d(-30%, 0, 0)
  }

  to {
    transform: translate3d(30%, 0, 0)
  }
}

@keyframes ph-animation {
  0% {
    transform: translate3d(-30%, 0, 0)
  }

  to {
    transform: translate3d(30%, 0, 0)
  }
}

.ph-picture {
  border-radius: 20px;
}

.ph-row .big,
.ph-row.big div {
  border-radius: 15px;
}

.ph-row div {
  border-radius: 15px;
}

.ph-item {
  border: unset;
}

.hideme {
  display: none;
}

.modal .ph-item.wowload-box {
  padding: 100px !important;
}

.modal .ph-col-6 {
  transform: rotateY(180deg) !important;
}




.box-inform {
  z-index: 2;
}

.inform {
  opacity: 0;
  pointer-events: none;
}

.inform::after {
  content: "";
  background-color: red;
  opacity: 0.7;
  width: 80%;
  height: 20px;
  z-index: 1;
  position: absolute;
  border-radius: 7px;
  top: -8px;
  right: 9%;
}

.inform::before {
  content: "";
  background-color: red;
  opacity: 0.3;
  width: 67%;
  height: 20px;
  z-index: 1;
  position: absolute;
  border-radius: 7px;
  top: -15px;
  right: 15%;
}

.mip {
  top: 10px;
  right: 5px;
  font-weight: 700;
}


.mbmt {

  margin-bottom: 100px;
}

.mn-r {
  top: -20px !important;
}

.msfil {
  margin-right: 45%;
}

.btn.btn-success-2.rounded-pill.text-nowrap.flex-fill.msfil:disabled {
  background: #559928;
  color: #fff;
}

.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
  float: unset;
  width: unset;
}

.cart-wrapper {

  border-radius: 20px;
}

.cart-sidebar {

  border-radius: 19px;
}

.quantity .input-text.qty.text {
  font-size: 24px;
  width: 60px;
  height: 40px;
  background-color: #f8f9fb;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  margin: 0 12px;
  border: none;
  font-weight: 900;
  color: #2d365d;
}

.single-product .quantity {
  display: inline-block !important;
}

button.single_add_to_cart_button.button.alt.wp-element-button.btn.btn-success.rounded-pill {
  display: block;
}

.qacol {
  position: relative !important;
  top: -95px !important;
  right: 65px;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
  appearance: textfield;
}

.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2 {
  width: 88%;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {

  color: #212529;
  background-clip: padding-box;
  border: 1px solid #ced4da !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;

  background-color: #fff !important;
  padding: 0 16px !important;
  height: 45px;
  font-size: 14px !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  outline: none !important;
  z-index: 1 !important;
  border-radius: 800px !important;
  position: relative;
}

.woocommerce form .form-row {
  position: relative;
  margin-top: 25px !important;
  margin-bottom: 25px !important;
}

.woocommerce form .form-row textarea {
  min-height: 200px !important;
  border-radius: 15px !important;
  padding: 25px !important;
}

.woocommerce form .form-row label {
  font-size: 14px !important;
  color: #2d365d !important;
  top: -10px;
  right: 40px;
  padding: 0 15px 0 21px;
  background-color: #fff;
  position: absolute;
  display: inline-block;
  z-index: 9 !important;
}

.woocommerce form .form-row textarea:focus,
.woocommerce form .form-row input.input-text:focus {
  border-color: #ee273a !important;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border-radius: 800px;
  height: 45px;
  padding: 8px 16px;
  border: 1px solid #ced4da;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 80%;
  width: 0;
}

.select2-container--default.select2-container--open .select2-selection--single {
  border-radius: 2px !important;
}

.nav-bottom.nav-bottom-four.position-fixed.bottom-0.w-100.d-flex.align-items-center.justify-content-between {
  margin-left: 10px;
  margin-right: 10px;
}

span.woocommerce-Price-amount.amount {
  position: unset !important;
}

#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
  border-radius: 20px;
}

.cart-wrapper .location .detail {
  padding-top: 0;

}

.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
  background-color: #67b930;

}

.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
  background-color: #54912b;

}

.changeinp {
  font-weight: 900 !important;
  color: #2d365d !important;
  font-size: 30px;
}

.mycu .woocommerce-Price-currencySymbol {
  font-size: 18px !important;
  font-weight: 300 !important;
  line-height: 27px !important;
  color: #232323 !important;
  font-style: normal !important;
}

.mycu .dashvar {
  font-size: 18px !important;
  font-weight: 300 !important;
  line-height: 27px !important;
  color: #232323 !important;
  font-style: normal !important;
  margin: -45px 15px 0 15px !important;

}


.qacol {
  position: relative !important;
  display: inline;
  top: -95px !important;
  right: 65px !important;
}

.woocommerce-variation-add-to-cart.variations_button {
  position: relative;
  top: -45px;
}

.qacol2 {
  position: relative !important;
  display: inline;
  top: -49px !important;
  right: 65px !important;
}

img.rounded-circle.profimg {
  width: 18%;
  margin-left: 15px;
}

.swiper-geabox .swiper-pagination {
  position: absolute;
  background: #fff;
  border: 1px solid #fff;
  width: 16%;
  border-radius: 155px;
  right: 25px;
  bottom: 20px;
  padding: 8px 0 5px 0;
}

.swiper-geabox .swiper-pagination-bullet {
  color: #000;
  background: #000;
  opacity: 1;
  width: 8px;
  height: 8px;
  z-index: 999;
}

.swiper-geabox .swiper-pagination-bullet-active {
  background: red;
  width: 20px;
  border-radius: 15px;
  z-index: 999;
}

a.d-block.wrbut {
  margin: 18px;
  font-weight: 700;
  font-size: 13px;
}

.mkt {
  position: relative;
  top: -1px;
  right: 5px;
}

.woosw-popup-content-bot {
  display: none;
}

.woosw-item--time {
  visibility: hidden;
}

.woosw-item--add {
  display: none;
}

.woosw-popup-content-mid.ps-container.ps-theme-wpc {
  margin-top: 15px !important;
  border-radius: 30px;
  position: relative;


}

.woosw-popup-content::before {
  content: '';
  position: absolute;
  top: 100px;
  bottom: 40px;
  left: -18px;
  width: 300px;
  height: 550px;
  border-radius: 25px;
  opacity: 0.5;
  background-color: #000;
  visibility: visible;
}

.woosw-popup-content::after {
  content: '';
  position: absolute;
  top: 127px;
  bottom: 40px;
  left: -35px;
  width: 300px;
  height: 492px;
  border-radius: 25px;
  opacity: 0.2;
  background-color: #000;
  z-index: -3;
  visibility: visible;
}

.woosw-popup-content-top {
  border-radius: 53px;
  border: 1px dashed rgba(255, 255, 255, 0.5);
}

.woosw-popup .woosw-popup-inner .woosw-popup-content {
  overflow: visible;
}

.woosw-popup.woosw-show .woosw-popup-inner .woosw-popup-content {
  min-height: 685px;
}

.woosw-popup .woosw-popup-inner .woosw-popup-content .woosw-popup-content-mid {
  border-radius: 30px;
  margin-top: 15px;
}

.category-sidebar-box.filter-price {
  margin-bottom: 30px;
}

.color-size.d-flex.align-items-sm-center.flex-column.flex-sm-row.mt-3 {
  padding-right: 0;
}




/*
customizer
*/

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: unset;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: unset;
}

.top-products-two-wrapper .product-five .product-image {
  -webkit-box-shadow: unset;
  -moz-box-shadow: unset;
  box-shadow: unset;
}

.top-products-two-wrapper .product {
  -webkit-box-shadow: unset;
  -moz-box-shadow: unset;
  box-shadow: unset;
}

.top-products-two-wrapper .swiper.swiper-top-products-two.overflow-hidden.swiper-initialized.swiper-horizontal.swiper-pointer-events.swiper-rtl.swiper-backface-hidden {
  padding-top: 15px;
}

.top-products-two-wrapper .product-eight {
  background-color: #fff0;
}

.slider-banner-home {
  margin-top: 0;
}

.tbgrid {
  margin-bottom: 40px;
}

.top-products-three .top-products-three .product-three {
  margin-bottom: 0;
}

.article-three figure {
  margin-bottom: 30px !important;
}

.article-four img.d-block.w-100 {
  height: 285px;
  object-fit: cover;
}

.products-category .swiper-button-prev {
  right: auto;
  left: -17px;
}

.products-category .swiper-button-next {
  left: auto;
  right: -17px;
}

.buy-vip .product-five .product-image {
  -webkit-box-shadow: inset 0 10px 15px rgb(0 0 0 / 5%) !important;
  -moz-box-shadow: inset 0 10px 15px rgb(0 0 0 / 5%) !important;
  box-shadow: inset 0 10px 15px rgb(0 0 0 / 5%) !important;
}

.buy-vip .product {
  -webkit-box-shadow: inset 0 10px 15px rgb(0 0 0 / 5%) !important;
  -moz-box-shadow: inset 0 10px 15px rgb(0 0 0 / 5%) !important;
  box-shadow: inset 0 10px 15px rgb(0 0 0 / 5%) !important;
  margin-top: 10px;

}

.category-slider-banner .left {
  max-width: none;
  max-width: none;
  max-width: none;
}

.category-slider-banner .left .carousel-item img {
  object-fit: cover;
}

.amazing-offer-three-wrapper img {
  height: 247px !important;
  width: 100% !important;
}

.top-seller-products-two .product {
  margin-top: 15px;
  box-shadow: inset 0 10px 15px rgb(0 0 0 / 5%) !important;
}

.top-seller-products-two .product-eight .image {
  -webkit-box-shadow: inset 0 10px 15px rgb(0 0 0 / 5%) !important;
  -moz-box-shadow: inset 0 10px 15px rgb(0 0 0 / 5%) !important;
  box-shadow: inset 0 10px 15px rgb(0 0 0 / 5%) !important;
}

.top-seller-home-five .swiper-button-next,
.top-seller-home-five .swiper-button-prev {
  top: 47px !important;
}

.top-seller-home-five .swiper-button-next,
.top-seller-home-five .swiper-button-prev {
  top: 47px !important;
}

.ready-cases-item:hover .ready-cases-item.active::before {
  visibility: hidden !important;
  display: none !important;
  opacity: 0 !important;
}

.article-six figure img {
  max-height: 375px;
  height: 375px;
  object-fit: cover;
}

.about-us-home-six {
  margin: 0 !important;
}

.slider-banners-ten-item img {
  -webkit-border-radius: 35px !important;
  -moz-border-radius: 35px !important;
  border-radius: 35px !important;
}

.amazing-offer-eight-item .image img {
  height: 313px !important;
}

.amazing-offer-seven-item .image img {
  width: auto;
  height: 400px;
}

.swiper-slide-active .amazing-offer-fourteen-item>img {
  width: 346px !important;
}

.product-ten .product-image img {
  max-width: 205px !important;
}

.amazing-offer-fiveteen .swiper-pagination-bullet img {
  width: 39px;
  height: auto !important;
}

.amazing-offer-five-wrapper .amazing-offer-two-item img {
  width: 294px;
}

.swiper-amazing-offer-two .amazing-offer-six-item img {
  width: 254px;

}

.amazing-offer-sixteen-item .image img:last-child {
  width: 400px;
}

.amazing-offer-sixteen-item .image img {
  width: 400px;
}

.product-thirteen .product-image img {
  height: auto;
}

.top-header-two-search {
  width: auto;
  margin-left: 0;
}

span.select2-dropdown.select2-dropdown--above {
  width: 130px !important;
}

.footer-three-articles li img {
  object-fit: cover;
}

.options-site-two {
  margin: 5px 0 5px;
}

.footer-three-titr {
  margin-bottom: 5px;
}

.footer-scroll-header {
  margin-bottom: 0;
}

.footer-four {
  margin-top: 0;
}

.footer-four .footer-namad,
.footer-four-news-letter {
  margin-top: 5px;
  padding-top: 25px;
}

.footer-four .titr {
  margin-bottom: 0;
}

.nav-header-two .menu::before {
  right: 17px;
  bottom: -webkit-calc(100% - 19px);
  bottom: -moz-calc(100% - 19px);
  bottom: calc(100% - 19px);

}

.landing {
  margin-top: 0;

}

.landing-item {
  padding-top: 50px;
}

.nav-header-menu {
  padding: 0;
}

.top-header-three-nav::before {
  margin-bottom: -69px;
}

.nav-header-menu::before {
  position: absolute;
  top: 37px;
}

.nav-header-cart-dropdown.left-side {
  right: 0;
  left: auto;
  -webkit-border-radius: 35px 0 35px 35px;
  -moz-border-radius: 35px 0 35px 35px;
  border-radius: 35px 0 35px 35px;
}

.nav-header-five .menu::before {
  position: absolute;
  top: 37px;
}

.landing-tow {
  margin-top: 0;
}

.boostify-menu>li .menu-item-icon {
  padding: 0;
  padding-bottom: 8px;
}

.nav-header-eleven ul li a::before {
  top: -3px;
}

.lavazem .boostify-menu>li .menu-item-icon {
  padding: 0;
  padding-bottom: 0;
}

.product-thirteen .btns li a {
  line-height: 43px;
  font-size: 19px;
}

.product-eleven .product-image .bookmark {
  line-height: 41px;
  font-size: 25px;
}

.product-hover .btn:last-child {
  line-height: 30px;
  font-size: 19px;
}

.product-hover .woosw-btn {
  font-size: 19px;
  padding-right: 8px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  color: #2d365d;

}

.product-hover .woosw-btn:hover {
  background-color: #dee3ec;
  border-radius: 50% !important;
}

.nav-header-fourteen {
  margin-top: 0;
}

.nav-header-fourteen .menu {
  background: none;
  padding: 0;
}

.top-header-sixteen {
  background-color: unset;
}

.slider-banner-home .carousel,
.slider-banner-home .carousel-inner,
.slider-banner-home .carousel-item,
.slider-banner-home .carousel-item img {
  object-fit: cover;
}

.slider-home img {
  object-fit: cover;
}

.slider-banners-ten-item img {
  object-fit: cover;
}

.slider-banners-ten .swiper {
  margin-bottom: 0;
}

.slider-banners-ten {
  margin: 0;
}

.top-category-item h1,
.top-category-item h2,
.top-category-item h3,
.top-category-item h4,
.top-category-item h5,
.top-category-item h6,
.top-category-item p,
.top-category-item div {
  line-height: 30px;
  margin-top: 22px;
  text-align: center;
  color: #212341;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.new-article .heading {
  border-top: none;
  padding-top: 0;
}

.article figure {
  margin: 10px !important;
}

.new-article .heading a {
  padding: 8px 26px 8px 26px;
  border-radius: 20px;
}

.amazing-offer-two-item img {
  width: 196px
}

.top-category-two-item img {
  max-width: 480px;
}

.top-category-two-item img {
  height: auto !important;
}

.top-category-three-item img {
  max-height: unset;
}

.category-products-two-item img {
  height: auto;
}

.category-products-three-item img {
  height: auto;
}

.category-products-four-item img {
  height: auto;
}

.category-products-fiveteen-item img {
  height: auto;
}

.category-products-fiveteen-item::before {
  width: unset;
  height: unset;
  padding: 76px 36px 72px 92px;
}

.category-products-fiveteen-item h2,
.category-products-fiveteen-item h3,
.category-products-fiveteen-item h4,
.category-products-fiveteen-item h5,
.category-products-fiveteen-item h6,
.category-products-fiveteen-item p,
.category-products-fiveteen-item div,
.category-products-fiveteen-item span {
  max-width: 120px;
  background-color: #fff9eb;
  color: #121320;
  margin-top: 64px;
  border-radius: 15px;
}

.category-products-two-item h2,
.category-products-two-item h3,
.category-products-two-item h4,
.category-products-two-item h5,
.category-products-two-item h6,
.category-products-two-item span,
.category-products-two-item div,
.category-products-two-item p {
  padding: 4px 12px;
  background-color: #39d4df;
  border-radius: 15px;
  color: #fff;
}

.landing-tow .title h4 {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
  font-size: 60px;
  font-weight: 900;
  line-height: 50px;
  margin-bottom: 0;
}

.sub-o {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
  margin-top: 60px
}

.elementor img {
  height: auto;
  max-width: unset;
}

.top-header-three-search .btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
  background-color: unset;
}

.section-heading {
  margin-bottom: 71px;
}

.consol-game .section-heading-sub-title {
  margin-bottom: 0;
}

.top-seller-home .section-heading-sub-title {
  margin-bottom: 0;
}

.best-seller-products .section-heading-title,
.category-products-four .section-heading-title {
  margin-bottom: 0;
}

.best-selling-sixteen .section-heading-title {
  margin-bottom: 0;
}

.elementor-widget-headingkaveh .section-heading {
  margin-bottom: 0px;
}


.popup-content:before {
  content: "";
  border: 1px solid #ffffff3d;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 27px);
  -moz-transform: translate(-50%, 27px);
  -ms-transform: translate(-50%, 27px);
  -o-transform: translate(-50%, 27px);
  transform: translate(-50%, 27px);
  -webkit-border-radius: 0 0 30px 30px;
  -moz-border-radius: 0 0 30px 30px;
  border-radius: 0 0 30px 30px;
  width: 65%;
  height: 27px;
  -webkit-box-shadow: inset 0 80px 99px rgba(0, 0, 0, .15);
  -moz-box-shadow: inset 0 80px 99px rgba(0, 0, 0, .15);
  box-shadow: inset 0 80px 99px rgba(0, 0, 0, .15);
  background-color: rgba(255, 255, 255, .1);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
}

.popup-content:after {
  content: "";
  position: absolute;
  width: 86px;
  height: 33px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
  -webkit-transform: translate(-50%, 56px);
  -moz-transform: translate(-50%, 56px);
  -ms-transform: translate(-50%, 56px);
  -o-transform: translate(-50%, 56px);
  transform: translate(-50%, 56px);
  z-index: -2;
  bottom: 16px;
  left: 50%;
}

.woocommerce-pagination {
  text-align: center;
  margin-top: 25px;
  margin-bottom: 25px;
}

a.page-numbers {
  margin: 4px;
  padding: 8px 15px 8px 15px;
  color: #000;
  background-color: #fff;
  font-size: 16px;
  font-weight: bold;
  border-radius: 10px;
  -webkit-box-shadow: 0 10px 50px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 10px 50px rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 50px rgba(0, 0, 0, 0.2);
}

span.page-numbers.current {
  margin: 4px;
  padding: 8px 15px 8px 15px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  border-radius: 10px;
  -webkit-box-shadow: 0 10px 50px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 10px 50px rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 50px rgba(0, 0, 0, 0.2);
}

.woocommerce nav.woocommerce-pagination ul {
  border: none;
}

.woocommerce .woocommerce-pagination ul.page-numbers li,
.woocommerce-page .woocommerce-pagination ul.page-numbers li {
  display: inline-block;
  border: none;
}

.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current {
  color: #fff;
  padding: 10px 15px 10px 15px;
  margin: 5px;
}

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
  padding: 10px 15px 10px 15px;
  background: #fff;
  margin: 5px;
  border-radius: 10px;
  -webkit-box-shadow: unset;
  -moz-box-shadow: unset;
  box-shadow: unset;

}

.woocommerce .woocommerce-form-login .woocommerce-form-login__submit {
  float: left !important;
  margin-left: 0 !important;
  padding: 15px 35px 16px 35px !important;
  border-radius: 100px !important;
}

.tamsho {
  font-weight: 900;
  font-size: 22px;
  margin-bottom: unset;
}

.boostify-menu .menu-item-has-children>a:after {
  content: '\f3d0' !important;
  font-family: "Ionicons" !important;
  padding-right: 5px !important;
}

.detail-blog-content ul li {
  list-style: unset;
  list-style-type: disc !important;
  margin-right: 30px;
  line-height: 35px;
}

.detail-blog-content p,
.detail-blog-content h1,
.detail-blog-content h2,
.detail-blog-content h3,
.detail-blog-content h4,
.detail-blog-content h5,
.detail-blog-content h6 {
  margin-bottom: 10px;
}

span.position-absolute.top-0.end-0.bg-porp.me-3.mt-3 {
  background: #c1c1c1;
  padding: 3px 3px 3px 8px;
  top: -7px !important;
  border-radius: 7px;
}

.detail-product-info .gallery-image-origin img {
  width: 90%;
  max-height: 360px;
  object-fit: contain;
}

.detail-product-info .gallery-image-item img {
  max-height: 110px;
  object-fit: contain;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: inline-block
}

.nav-header-cart-dropdown-two-products-item .delete {
  border-radius: 15px;
}

.nav-header-cart-dropdown-two-products-item {
  border-radius: 20px;
}

.cart-mobile-products-item .quantity .input-text.qty.text {
  font-size: 15px !important;
  width: 32px !important;
  height: 32px !important;
  margin: 0 5px !important;
}

.count button {
  background: #2d365d;
  color: #fff;
  border-radius: 7px;
  font-weight: bold;
  line-height: 25px;
  font-size: 26px;
}

.count.d-flex.align-items-center {
  border-radius: 10px;
  padding: 5px 10px;
  background: #fff;
}

.count input {
  font-size: 19px;
  width: 60px;
  height: 32px;
  background-color: #f8f9fb;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 28px;
  margin: 0 12px;
  border: 1px solid #2d365d3d !important;
}

.count button {
  font-size: 22px;
  line-height: 24px;
}

.count button,
.count input {
  font-weight: 700;
}

.count button:hover {
  background-color: #ee232b;
}

.single-product .breadcrumb {
  padding: 5px 0;
}

.single-product .breadcrumb a {
  margin: 0px 5px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-align: right;
  direction: rtl;
  color: #212341;
}

.single-product .breadcrumb::before {
  margin-top: -2px;
}

.header form span {
  right: 25px;
  font-weight: 400;
  line-height: 18px;
}

.header form span b {
  color: #2d365d;
  font-weight: 400;
}

.cart-two-products-item .detail .count button {

  background: transparent;
}

/*amir start*/
* * span.woocommerce-Price-currencySymbol {
  font-weight: 300;
  font-size: 14px;
  line-height: 22px;
  margin-right: 6px;
  color: #232323;
}

span.woocommerce-Price-amount.amount {
  font-size: 18px;
  font-weight: 900;
  color: #49be78;
  line-height: 26px;
  bottom: 0;
  position: relative !important;
}

.dashvar {
  bottom: 0;
  position: relative;
  margin: 0 4px;
}

.product-hover {
  padding: 22px 22px;
}

.product-hover .btn.icarrt {
  padding: 0;
  width: 35px;
  height: 35px;
  line-height: 35px;
  font-size: 15px;
  color: #2d365d;
}

.product-hover .btn.icarrt {
  line-height: 38px;
  font-size: 17px;
  margin-left: 4px;
}

.product-hover .btn.iheart {
  padding: 0;
  width: 35px;
  height: 35px;
  line-height: 35px;
  font-size: 15px;
  color: #2d365d;
}

.product-hover .btn.iheart {
  line-height: 34px;
  font-size: 19px;
  margin-left: 4px;

}

.product-hover .btn.ieye {
  line-height: 33px;
}

.single_add_to_cart_button.btn.btn-secondary.rounded-circle {
  position: relative;
}

.single_add_to_cart_button.loading:before {
  font-family: WooCommerce;
  content: "\e01c";
  vertical-align: top;
  font-weight: 400;
  position: absolute;
  top: -1px;
  left: 9px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

.loading .icon-cart-3 {
  display: none
}

.box-gallery-body>img {
  object-fit: contain;
  width: 450px;
  margin-right: 80px;
}

.detail-product .detail .full-info .oustock {
  color: #ee273a !important;
}

.detail-product .detail .full-info .oustock::after {
  background-color: #fff3f0 !important;
}

.detail-product .detail .full-info .obstock {
  color: #eeb127 !important
}

.detail-product .detail .full-infob .obstock::after {
  background-color: #eeb12726 !important;
}

.detail-product-review .title h2 {
  font-size: 18px !important;
  font-weight: 900;
  color: #2d365d;
  line-height: 40px;
  margin-bottom: 32px;
  display: inline;
}

.detail-product-review {
  margin: 0;

}

.tozi {
  font-size: 14px;
  font-weight: 400 !important;
}

/*amir end */
.product.product-five .status {
  z-index: 9;
  margin: 12px 12px 0 0;
}

.product-five .content {
  height: 131px;
}

.product-two {
  height: 439px;
  border-radius: 0 !important;
  background: unset !important;
  box-shadow: unset !important;
}

.product-three {
  height: 436px;
}

/* product five start */
.product-eight .btn-success-2 {
  bottom: 8px;
  position: absolute;
  left: 0;
}

.product-eight {
  height: 428px;
}

.product-eight .content {
  height: 139px;
}

span.btn-notstock {
  position: absolute;
  bottom: 26px;
  background-color: #f8f9fb;
  color: #232323;
  bottom: 26px;
  right: 0;
  font-size: 13px;
  font-weight: 300;
  width: 100%;
  padding: 5px 12px;
  line-height: 20px;
}

.product-eight:hover span.btn-notstock {
  background-color: #fff0;
}

/* product five end */
/* product six start */
.product-seven {
  height: 433px;
}

.product-seven .price .nam-6 {
  font-size: 23px;
  font-weight: 900;
  line-height: 29px;
}

.product-seven .na6 {
  border: 1px solid #706b6b;
  color: #aea7a7;
}

/* product six end */
/* product eight start */

.product-six {
  height: 433px;
}

.product-six .nam08 .na8 {
  font-size: 24px;
  font-weight: 300;
}

.product-six .nam08 {
  background-color: #aea7a7;
}

/* product eight end */
/* product nine start */
.product-not {
  height: 469px;
}

/* product eight end */
/* product ten start */
.product-ten {
  height: 450px;
}

.mt-p10 {
  margin-top: 67px;
}

.product .detail .nor10p {
  margin-top: 26px;
}

.mt-p101 {
  /* margin-top:34px; */
}

/* product ten end */
/* product twelve start */
.product-eleven {
  height: 477px;
}

.mt-p121 {
  /* margin-top:70px; */
}

.mt-p12 {
  margin-top: 106px;
}

.product .detail .nor12p {
  margin-top: 62px;
}

/* product twelve end */
/* product thirteen start */
img.imagestp13 {
  max-width: 30%;
}

.product-twelve {
  height: 141px;
}

/* product thirteen end */
/* product foureen start */
.product-thirteen {
  height: 452px;
}

/* product fourteen end */
.product.product1 {
  height: 412px;
}

.amazing-offer-two .swiper {
  height: 387px;
}

.amazing-offer-fourteen-item .detail .images li img {
  width: auto !important;
  height: 100px;
  max-width: unset;
}

.amazing-offer-fiveteen-item .detail .content .options ul li {
  max-width: 60%;
}

/* single 2 start */
.detail-product-two .gallery .rate {
  width: 42px;
}

.detail-product-two .status .oustock {
  color: #ee273a !important;
}

.detail-product-two .status .oustock {
  background-color: #fff3f0 !important;
}

.detail-product-two .status .obstock {
  color: #eeb127 !important
}

.detail-product-two .status .obstock {
  background-color: #eeb12726 !important;
}

/* single 2 end */
/* shadows product */
.top-seller-home .overflow-hidden .product.product1.maip {
  margin-top: 12px;
}

.top-seller-home .overflow-hidden .product {
  -webkit-box-shadow: inset 0 10px 15px rgb(0 0 0 / 5%) !important;
  -moz-box-shadow: inset 0 10px 15px rgb(0 0 0 / 5%) !important;
  box-shadow: inset 0 10px 15px rgb(0 0 0 / 5%) !important;
}

.top-seller-home .overflow-hidden .product-hover {
  box-shadow: inset 0 10px 15px rgb(0 0 0 / 5%) !important;
  border-radius: 25px;
}

.top-seller-home .overflow-hidden .product-five .product-image {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.top-seller-home .overflow-hidden .product-eight .image {
  -webkit-box-shadow: inset 0 10px 15px rgb(0 0 0 / 5%) !important;
  -moz-box-shadow: inset 0 10px 15px rgb(0 0 0 / 5%) !important;
  box-shadow: inset 0 10px 15px rgb(0 0 0 / 5%) !important;
}

.product-four {
  height: 427px;
}

.top-seller-home .overflow-hidden .product-four .product-hover {
  border-radius: 0;
}

.top-seller-home .overflow-hidden .product-four {
  margin-top: 12px;
}

.top-seller-home .overflow-hidden .product-twelve {
  margin-top: 16px;
  margin-bottom: 15px;
  -webkit-box-shadow: inset 0 10px 15px rgb(0 0 0 / 5%) !important;
  -moz-box-shadow: inset 0 10px 15px rgb(0 0 0 / 5%) !important;
  box-shadow: inset 0 10px 15px rgb(0 0 0 / 5%) !important;
}

.megamenu-two-content-item .megamenu-products .product-megamenu-two .detail .price {
  width: 135px;
}


.comments li .content .info>img {
  width: 63px;
  height: 63px;
  margin-left: 9px;
}

.send-comment {
  margin: 10px auto 0;
  max-width: 764px;
  width: 100%;
}

.xdebug-var-dump {
  text-align: left;
}

ul.children {
  margin-right: 8%;
}

h3#reply-title {
  font-weight: 900;
  margin-right: 18%;
  font-size: 22px;
}

a#cancel-comment-reply-link {
  color: red;
}

.detail-product .detail .count-comments-rate .count-rate i {
  font-size: 17px;
}

.comments li {
  margin-bottom: 48px;
}

p.position-absolute.top-0.lef30 {
  font-weight: 700;
}

.flex-sm-row .rating {
  margin-right: 10px;
}

#comments .rate-comment .rate-box-progress li .progress {
  width: -webkit-calc(100% - 100px);
  width: -moz-calc(100% - 100px);
  width: calc(100% - 100px);

}





.container.position-fixed.top-50.start-50.translate-middle {
  z-index: 99999;
}

.d-inline.rounded-4.m-2.w-50 {
  width: 46% !important;
}

.d-block.rounded-4.m-2.w-75 {
  width: 96% !important;

}

.seeebox .backdrop {
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
}

.seeebox .backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
}

input.form-control.position-absolute {
  left: 0px;
  background: #F4F5F9;
  height: 50px;
}

input.form-control.position-absolute {
  left: 0px;
  top: -1px;
  background: #F4F5F9;
  height: 50px;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  color: #212341;
  font-size: 13px;
  padding-right: 5%;
}

input.form-control.position-absolute::placeholder {
  color: #212341;
  font-size: 13px;
  font-weight: 700;
}

.bg-purp {
  background: #212341;
  border-radius: 15px 15px 0px 15px;
  padding: 1.1rem;
  margin-top: -1px;
  color: #fff;
  z-index: 99999;
}

.bg-porp {
  z-index: 99999;
}

.col-lg.p-3.m-2.justify-content-between.position-relative::before {
  content: "";
  background-image: url("../images/Rectangle\ 510.svg");
  background-size: contain;
  width: 1px;
  height: 403px;
  z-index: 999999;
  top: 0;
  right: -10px;
  position: absolute;
}

.swiper-slide .rizs {
  display: block !important;
}

.rizs {
  font-size: 9px;
}

.seer {
  border: 1px solid #D9D9D9;
  border-radius: 8px;
  font-size: 10px;
  padding: 5px 9px 6px 8px;
  box-shadow: -1px 13px 15px 0px rgba(51, 42, 42, 0.04);
  -webkit-box-shadow: -1px 13px 15px 0px rgba(51, 42, 42, 0.04);
  -moz-box-shadow: -1px 13px 15px 0px rgba(51, 42, 42, 0.04);
}

.lisea:hover {
  margin-left: 30px;
  transition: 0.3s;
  padding: 12px 0px 12px 0px !important;
  border-radius: 12px;
  background: #fff;
  box-shadow: inset 0 0 10px 4px rgb(82 99 116 / 13%) !important;
  -webkit-box-shadow: inset 0 0 10px 4px rgb(82 99 116 / 13%) !important;
  -moz-box-shadow: inset 0 0 10px 4px rgb(82 99 116 / 13%) !important;
}

.prseabox {
  border: 1px solid #d7cbcb;
}

.boxim {
  box-shadow: 1px 14px 27px 0px rgba(0, 0, 0, 0.17) !important;
  -webkit-box-shadow: 1px 14px 27px 0px rgba(0, 0, 0, 0.17) !important;
  -moz-box-shadow: 1px 14px 27px 0px rgba(0, 0, 0, 0.17) !important;
  max-width: 100%;
}

.prseabox:hover {
  transition: 0.3s;
  border: none;
  background: #fff !important;
  box-shadow: inset 0 0 10px 4px rgb(82 99 116 / 13%) !important;
  -webkit-box-shadow: inset 0 0 10px 4px rgb(82 99 116 / 13%) !important;
  -moz-box-shadow: inset 0 0 10px 4px rgb(82 99 116 / 13%) !important;
}

.swiper-sea-next.position-absolute.top-0.end-0 {
  padding: 4px 11px 4px 11px;
  top: 45px !important;
  z-index: 999999;
  margin-left: 2%;
  box-shadow: 1px 14px 27px 0px rgba(0, 0, 0, 0.17);
  -webkit-box-shadow: 1px 14px 27px 0px rgba(0, 0, 0, 0.17);
  -moz-box-shadow: 1px 14px 27px 0px rgba(0, 0, 0, 0.17);
}

.swiper-sea-prev.position-absolute.top-0.start-0 {
  padding: 4px 11px 4px 11px;
  top: 45px !important;
  z-index: 999999;
  transform: rotate(180deg);
  margin-right: 1%;
  box-shadow: 0px 0px 27px 0px rgba(0, 0, 0, 0.17);
  -webkit-box-shadow: 0px 0px 27px 0px rgba(0, 0, 0, 0.17);
  -moz-box-shadow: 0px 0px 27px 0px rgba(0, 0, 0, 0.17);
}

.f-sea {
  font-size: 11px !important;
}

p.d-inline.mx-2 {
  font-size: 12px;
}

.container.position-fixed.top-50.start-50.translate-middle {
  z-index: 99999;
  top: 295px !important;
}

@media (min-width: 481px) {
  .container.position-fixed.top-50.start-50.translate-middle {
    z-index: 99999;
    top: 330px !important;

  }
}

@media (max-width: 480px) {
  .container.position-fixed.top-50.start-50.translate-middle {
    z-index: 99999 !important;
    top: 400px !important;
    width: 95% !important;

  }

  .swiper.swiper-seabox.ms-3.mx-4.overflow-hidden.pb-5.pt-2.swiper-initialized.swiper-horizontal.swiper-rtl.swiper-backface-hidden {
    padding-bottom: 1rem !important;
  }

  .srows {
    height: 200px;
    overflow-x: hidden;
    overflow-y: auto;
  }

  .d-inline.rounded-4.m-2.w-50 {
    width: 44% !important;
  }

  .d-block.rounded-4.m-2.w-75 {
    width: 94% !important;
  }

  input.form-control.position-absolute {
    padding-right: 19%;
  }

  .swiper-geabox .swiper-pagination {
    width: 25%;
    padding: 4px 0 1px 0;
  }

  .swiper-sea-prev.position-absolute.top-0.start-0 {
    top: 39px !important;
  }

  .swiper-sea-next.position-absolute.top-0.end-0 {
    top: 39px !important;
  }
}

.stc-categories {
  visibility: hidden;
  position: absolute;
}

.news-letter .stc-email-field {
  display: inline-block;
  width: 65% !important;
}

.news-letter #stc-subscribe-btn {
  display: inline;
  width: 11%;
  position: absolute;
  bottom: 181px;
  left: 22%;
}

.news-letter #stc-update-btn {
  display: inline;
  width: 11%;
  position: absolute;
  bottom: 181px;
  left: 22%;
}

.stc-categories-label-title {
  display: none;
}

.news-letter .field-style {
  margin-top: -23px;
}

.third1 input {
  bottom: 10px !important;
  position: relative;
  width: 83% !important;
}

.third1 #stc-subscribe-btn {
  display: inline;
  width: 11%;
  position: absolute;
  bottom: 25px;
  left: 2%;
}

.third1 #stc-update-btn {
  display: inline;
  width: 11%;
  position: absolute;
  bottom: 25px;
  left: 22%;
}

.third1.flex-fill {
  margin-bottom: -20px;
}

/* .gallery-origin img {
    height: 201px;
} */
.single_add_to_cart_button.cart11.loading:before {
  color: #fff;
  top: 15px;
  font-size: 21px;
  right: 20px;
  left: auto;
}


.third3 input {
  bottom: 10px !important;
  position: relative;
  width: 83% !important;
}

.third3 input {
  bottom: 10px !important;
  position: relative;
  width: 83% !important;
}

.third3 #stc-subscribe-btn {
  display: inline;
  width: unset;
  position: absolute;
  bottom: 32px;
  left: 11%;
}

.third3 #stc-update-btn {
  display: inline;
  width: unset;
  position: absolute;
  bottom: 32px;
  left: 11%;
}

.third3.flex-fill {
  margin-bottom: -20px;
}

@media screen and (max-width: 480px) {
  .news-letter #stc-subscribe-btn {
    display: inline;
    width: 30%;
    position: absolute;
    bottom: 1px;
    left: 3%;
  }

  .news-letter #stc-update-btn {
    display: inline;
    width: 30%;
    position: absolute;
    bottom: 1px;
    left: 3%;
  }

  .third3 #stc-subscribe-btn {
    display: inline;
    width: unset;
    position: absolute;
    bottom: 32px;
    left: 7;
  }

  .third3 #stc-update-btn {
    display: inline;
    width: unset;
    position: absolute;
    bottom: 32px;
    left: 7%;
  }
}

.seecart {
  background-color: #49be78 !important;

}

.nav-header-cart-dropdown ul li img {
  height: auto !important;
  max-height: 80px !important;
  max-width: 25% !important;
  width: unset !important;

}

.gradient.product-ten .single_add_to_cart_button.cart11.loading span:first-child {
  background-color: #2d365d;
}

.gradient.product-ten:hover .add-to-cart.loading span:first-child {
  color: #2d365d;
}

.product-six .priceva .woocommerce-Price-amount {
  -webkit-border-radius: 0 15px;
  -moz-border-radius: 0 15px;
  border-radius: 0 15px;
  color: #fff;
  font-weight: 300;
  line-height: 21px;
}

.priceva span.woocommerce-Price-amount.amount {
  font-size: 16px;
  font-weight: 900;
  color: #ffffff;
  line-height: 24px;
  bottom: unset;
}

.priceva .woocommerce-Price-currencySymbol {
  color: #fff;
  font-size: 12px !important;
  font-weight: 100 !important;
  line-height: 21px !important;
}

.product-six .priceva.price .amount span:first-child {
  line-height: 30px;
  font-size: 20px;
  font-weight: 900;
  padding: 0 9px 0 0;
  margin-right: -8px
}

.product-thirteen .single_add_to_cart_button.loading:before {
  left: 11px;
}

.product-thirteen span.woocommerce-Price-amount.amount {
  bottom: unset;
}

.product-thirteen-three:hover .detail .woocommerce-Price-amount {
  opacity: 0;
}

.product-thirteen .dashvar {
  bottom: unset;
}

* * span.woocommerce-Price-currencySymbol {
  font-size: 12px;
  margin-right: 2px;
}

.product-thirteen span.woocommerce-Price-amount.amount {
  font-size: 18px;
}

.product-eight .dashvar {
  margin: 0 4px;
}

.woocommerce-Price-amount .product-eight:hover .price {
  opacity: 0;
}

.product-eight .btn-success-2 {
  padding: 0px 22px;
  width: auto;
}

.product-eight .btn-success-2.loading span {
  display: none;
}

.product-eight .btn-success-2.loading {
  padding: 0px 16px;
}

a.added_to_cart.wc-forward {
  display: none;
}

.product-three span.woocommerce-Price-amount.amount {
  color: #ffffff;
  bottom: 0;
}

.product-three span.woocommerce-Price-currencySymbol {
  font-size: 10px !important;
  font-weight: 100;
  color: #fff;
}

.product-three .dashvar {
  bottom: 0;
  font-weight: 100 !important;
  position: relative;
}

.product-three .detail .price-offer span {
  font-weight: 900;
  font-size: 18px;
  line-height: 26px;
  margin: 0 auto 0 4px;
}

.product-not .dashvar {
  bottom: 0;
  position: relative;
}

.product-not .detail .icons-offer ul li a {
  position: relative;
}

.product-not span.woocommerce-Price-amount.amount {
  bottom: 0;
}

.product-not .single_add_to_cart_button.loading:before {
  left: 7px;
}

a.added_to_cart.wc-forward {
  display: none !important;
}

.product-seven span.woocommerce-Price-amount.amount {
  color: #ee232b;
}

.product-seven span.woocommerce-Price-currencySymbol {
  font-size: 11px;
  font-weight: 300;
  color: #ee232b;
}

.product-seven span.woocommerce-Price-amount.amount {
  font-size: 18px;
  line-height: 26px;
  bottom: 0;
}

.product-seven .dashvar {
  bottom: 0;
}

.woocommerce-Price-amount:first-child .woocommerce-Price-currencySymbol {
  display: none !important;
}

.woocommerce-Price-amount:only-child .woocommerce-Price-currencySymbol {
  display: inline-block !important;
}

.product-seven .price span {
  margin: 0 auto 0 0px;
}

.product-seven .price>del+span {
  margin: 0 auto 0 6px !important;
}

.product-ten .single_add_to_cart_button.cart11.loading span:first-child {
  background-color: #ffb035;
}

.product-ten:hover .add-to-cart.loading span:first-child {
  color: #ffb035;
}

.product-ten .add-to-cart.loading span:first-child {
  color: #2d365d00 !important;
}

.product-five span.woocommerce-Price-amount.amount {
  bottom: 0;
}

.product-five .dashvar {
  bottom: 0;
}

.product-two span.woocommerce-Price-amount.amount {
  bottom: 0;
}

.product-two span.woocommerce-Price-currencySymbol {
  font-size: 12px;
  line-height: 18px;
  margin-right: 3px;
  color: #232323;
}

.product-two span.woocommerce-Price-amount.amount {
  font-size: 16px;
  line-height: 24px;
}

.product-two .dashvar {
  bottom: 0;
}

.product-eleven .single_add_to_cart_button.cart11.loading:before {
  color: #2D365D;
  top: -9px;
  font-size: 18px;
  right: -10px;
}

.product-twelve span.woocommerce-Price-amount.amount {
  bottom: 0;
}

.product-twelve .dashvar {
  bottom: 0;
}

.product-thirteen.product .status {
  position: absolute;
  right: 17px;
  top: 23px;
}

.product-twelve .status {
  background-color: #fff3f0;
  color: #ff8a66;
  font-size: 12px;
  font-weight: 300;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  width: 60px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  position: absolute;
  right: 7px;
  top: 6px;
}

.product-eight:hover span.woocommerce-Price-amount.amount {
  visibility: hidden !important;
}

.amazing-offer-fiveteen .swiper-btns {
  padding: 10px 12px;
  margin-top: -13px;
}

@media only screen and (max-width: 800px) {
  .article figure .category-time a {
    padding: 0 12px;
  }
}

@media only screen and (max-width: 800px) {
  .article figure .category-time {
    width: 200px;
  }
}

@media only screen and (max-width: 575px) {
  .amazing-offer-two .swiper {
    height: 750px;
  }
}

@media only screen and (max-width: 767px) {
  .about-us-home-seven img {
    max-width: 80% !important;
  }
}

.amazing-offer-three-wrapper img {
  object-fit: contain;
}

.brands-four .brands-wrapper .swiper {
  overflow-x: hidden !important;
}

@media only screen and (max-width: 499px) {

  .amazing-offer-six .swiper-button-prev,
  .amazing-offer-six .swiper-button-next {
    margin-top: 28px;
  }
}

@media only screen and (max-width: 499px) {
  .amazing-offer-six-wrapper {
    margin-top: 0;
  }
}

.landing-tow img {
  max-width: 90% !important;
}

@media only screen and (max-width: 991px) {
  .about-us-home-five img {
    max-width: 100% !important;
  }
}

.swiper-products-buy-vip .product-eight .image {
  -webkit-box-shadow: inset 0 10px 15px rgb(0 0 0 / 5%) !important;
  -moz-box-shadow: inset 0 10px 15px rgb(0 0 0 / 5%) !important;
  box-shadow: inset 0 10px 15px rgb(0 0 0 / 5%) !important;
}

.swiper-products-buy-vip .product-twelve {
  -webkit-box-shadow: inset 0 10px 15px rgb(0 0 0 / 5%) !important;
  -moz-box-shadow: inset 0 10px 15px rgb(0 0 0 / 5%) !important;
  box-shadow: inset 0 10px 15px rgb(0 0 0 / 5%) !important;
}

.amazing-offer-seven-item .image img {
  object-fit: contain;
}

.amazing-offer-seven-item h2 {
  margin-top: 24px;
}

@media only screen and (max-width: 991px) {
  .landing-eight-item .image img {
    width: 75% !important;
  }
}

@media only screen and (max-width: 575px) {
  .amazing-offer-seven-item .image img {
    width: 80% !important;
  }
}

@media only screen and (max-width: 575px) {
  .about-us-eleven img {
    max-width: 100% !important;
  }
}

@media only screen and (max-width: 575px) {
  .imgsli5 {
    max-width: 100% !important;
  }
}

@media only screen and (max-width: 575px) {
  .landing-sixteen-item .image img {
    max-width: 100% !important;
  }
}

@media only screen and (max-width: 575px) {
  .amazing-offer-sixteen-item .image img {
    max-width: 100% !important;
  }
}

@media only screen and (max-width: 767px) {
  .about-us-sixteen img {
    max-width: 90%;
  }
}

.amazing-offer-fiveteen-item .detail .content .btn.loading {
  padding-left: 35px !important;
}

.amazing-offer-fiveteen .single_add_to_cart_button.loading:before {
  top: 11px;
  left: 8px;
}

@media only screen and (max-width: 767px) {
  .landing-fiveteen-wrapper .image img {
    max-width: 90% !important;
  }
}

@media only screen and (max-width: 767px) {
  .about-us-fiveteen .about-us-fiveteen-wrapper .ab6 img {
    max-width: 100% !important;
  }
}

@media only screen and (max-width: 575px) {
  .landing-fourteen .image img {
    max-width: 80%;
  }
}

.amazing-offer-fourteen .amazing-offer-fourteen-item .detail .btn.loading {
  padding-left: 35px !important;
}

.amazing-offer-fourteen .single_add_to_cart_button.loading:before {
  top: 11px;
  left: 8px;
}

.button.addonify-cp-button {
  padding-bottom: 12px !important;
}

.button.addonify-cp-button span {
  margin-left: 10px;

}

.button.addonify-cp-button.icon-position-left {
  z-index: 9999;
  position: relative;
  top: -434px;

}

.woosc-area .woosc-inner .woosc-bar .woosc-bar-btn .woosc-bar-btn-icon-wrapper .woosc-bar-btn-icon-inner {
  margin-left: unset;
  margin-right: 16px;
}

.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table thead tr th {
  text-align: right !important;
}

.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table tbody tr.tr-image img {

  max-width: 50%;

}

tr .td-label {
  text-align: right !important;
}

.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table tbody tr td {
  text-align: right !important;
}

.woosc-area .woosc-inner .woosc-bar .woosc-bar-btn {

  border-radius: 12px;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;

}

@media only screen and (min-width: 990px) {
  .woosc-popup .woosc-popup-inner .woosc-popup-content {
    width: 550px;
  }
}



.woosw-btn-icon.iconly.iconly-Heart.woosw-icon-4 {
  font-family: 'woosw' !important;
}

.woosw-btn-icon.iconly.iconly-Heart.woosw-icon-4::before {
  content: "\e913" !important;
}

.woosw-btn-icon.iconly.iconly-Heart.woosw-icon-8 {
  font-weight: bold;
  color: #ff8a66;
}

.product-hover .single_add_to_cart_button.loading:before {
  top: -1px;
  left: 9px;
}

@media only screen and (max-width: 575px) {

  .top-header-auth a,
  .top-header-auth a:hover,
  .top-header-auth a:focus,
  .top-header-auth a:active {
    padding: 0 !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    width: -webkit-fit-conten !important;
    width: -moz-fit-content !important;
    width: fit-content !important;
    border: none !important;
  }
}

button.single_add_to_cart_button.button.alt.wp-element-button.btn.btn-success.rounded-pill.loading::after {
  display: none;
}

button.single_add_to_cart_button.button.alt.wp-element-button.btn.btn-success.rounded-pill.loading::before {
  top: 16px;
}

.top-header-two-search .form-control {
  position: relative;
}

.price.d-flex.align-items-center.mt-3.mt-sm-0 span.woocommerce-Price-amount.amount {
  bottom: unset !important;
}

.colors-product ul li input:checked+label .name {
  font-size: 14px;
  line-height: 16px;

}


.woocommerce button.button.alt.disabled {
  background-color: #67b930;
  color: #fff;
}

.detail-product .detail .btn-success {
  line-height: unset;
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
  background-color: #ffffff;
  border-top: none;
  -webkit-box-shadow: 0 5px 30px rgb(0 0 0 / 16%);
  -moz-box-shadow: 0 5px 30px rgba(0, 0, 0, 0.16);
  box-shadow: 0 5px 30px rgb(0 0 0 / 16%);
  border-radius: 15px;
}

.woocommerce-message::before {
  content: "";
  background-color: #8fae1b;
  opacity: 0.8;
  width: 96%;
  height: 40px;
  z-index: -1;
  position: absolute;
  border-radius: 21px;
  top: -5px;
  right: 2%;
}

.woocommerce-message::after {
  content: "";
  background-color: #8fae1b;
  opacity: 0.4;
  width: 90%;
  height: 40px;
  z-index: -2;
  position: absolute;
  border-radius: 21px;
  top: -9px;
  right: 5%;
}

.woocommerce-message::before {
  content: "";
  background-color: #8fae1b;
  opacity: 0.8;
  width: 96%;
  height: 40px;
  z-index: -1;
  position: absolute;
  border-radius: 21px;
  top: -5px;
  right: 2%;
}

.woocommerce-info::after {
  content: "";
  background-color: #a46497;
  opacity: 0.4;
  width: 90%;
  height: 40px;
  z-index: -2;
  position: absolute;
  border-radius: 21px;
  top: -9px;
  right: 5%;
}

.woocommerce-error::before {
  content: "";
  background-color: red;
  opacity: 0.8;
  width: 96%;
  height: 40px;
  z-index: -1;
  position: absolute;
  border-radius: 21px;
  top: -5px;
  right: 2%;
}

.woocommerce-error::after {
  content: "";
  background-color: red;
  opacity: 0.4;
  width: 90%;
  height: 40px;
  z-index: -2;
  position: absolute;
  border-radius: 21px;
  top: -9px;
  right: 5%;
}

.woocommerce-notices-wrapper {
  position: relative;
  margin-top: 30px;
}

.wcdm-map {
  padding: 0 !important;
  border-radius: 30px !important;
  overflow: hidden !important;
}

.woosw-list {
  background: #fff;
  box-shadow: 0 10px 50px rgba(0, 0, 0, 0.1);
  padding: 45px;
  margin-top: 75px;
  border-radius: 25px;
  z-index: 10;
  position: relative;
  margin-bottom: 75px;
}

.woocommerce-account .woosw-items::before {
  content: "لیست علاقه مندی ها";
  font-size: 28px;
  font-weight: 900;
  color: #000;
  top: -150px;
  position: relative;
}

.woocommerce-account .woosw-items::after {
  content: "لیست محصولاتی که به آن ها علاقه مندید و ممکن است قصد خریدیشان را درآینده داشته باشید";
  font-size: 18px;
  font-weight: 300;
  color: #000;
  top: -70px;
  right: 45px;
  position: absolute;
  z-index: 99;
  width: 100%;
  height: 100px;
}

.edform::before {
  content: "ویرایش پروفایل";
  font-size: 28px;
  font-weight: 900;
  color: #000;
  top: -146px;
  position: relative;
}

.edform::after {
  content: "جزییات پروفایل شما از این بخش قابل ویرایش هست.";
  font-size: 18px;
  font-weight: 300;
  color: #000;
  top: -750px;
  position: relative;
}

.edform {
  box-shadow: inset 0 0 10px 4px rgb(82 99 116 / 13%) !important;
  -webkit-box-shadow: inset 0 0 10px 4px rgb(82 99 116 / 13%) !important;
  -moz-box-shadow: inset 0 0 10px 4px rgb(82 99 116 / 13%) !important;
  border-radius: 35px !important;
}

.edadd::before {
  content: "مدیریت آدرس ها";
  font-size: 28px;
  font-weight: 900;
  color: #000;
  top: -100px;
  position: relative;
}

.edadd {
  box-shadow: inset 0 0 10px 4px rgb(82 99 116 / 13%) !important;
  -webkit-box-shadow: inset 0 0 10px 4px rgb(82 99 116 / 13%) !important;
  -moz-box-shadow: inset 0 0 10px 4px rgb(82 99 116 / 13%) !important;
  border-radius: 35px !important;
}

.col-lg.col-md-12.col-sm-12.woocommerce-Address {
  box-shadow: inset 0 0 10px 4px rgb(82 99 116 / 13%) !important;
  -webkit-box-shadow: inset 0 0 10px 4px rgb(82 99 116 / 13%) !important;
  -moz-box-shadow: inset 0 0 10px 4px rgb(82 99 116 / 13%) !important;
  border-radius: 15px !important;

}

.woocommerce-account a.edit {
  background-color: #F01313;
  color: #fff;
  padding: 5px 14px 5px 14px;
  border-radius: 55px;
}

.woocommerce-account .woosw-items {

  display: block;
}

.woocommerce-account .woosw-items .woosw-item {
  border: none;
  margin-bottom: 20px;
  display: block;
  border-radius: 15px;
  background: #fff !important;
  box-shadow: inset 0 0 10px 4px rgb(82 99 116 / 13%) !important;
  -webkit-box-shadow: inset 0 0 10px 4px rgb(82 99 116 / 13%) !important;
  -moz-box-shadow: inset 0 0 10px 4px rgb(82 99 116 / 13%) !important;
  padding: 10px;
}

.woosw-list .woosw-actions {
  display: none;
}

tbody,
td,
tfoot,
th,
thead,
tr {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  background: unset !important;
}

.container>.woosw-list::before {
  position: absolute;
  box-shadow: 0 10px 50px rgba(28, 76, 156, .15);
  top: -19px;
  left: 2%;
  background-color: #000;
  color: #fff;
  font-size: 18px;
  content: "علاقه مندی های من";
  z-index: -1;
  width: 96%;
  height: 46px;
  border-radius: 18px;
  padding: 14px;
  font-weight: bold;
}

.woosw-list table.woosw-items .woosw-item .woosw-item--remove span {
  display: inline-block;
  width: 16px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  cursor: pointer;
  border: 1px solid #eee;
  border-radius: 155px;
  padding: 10px;

}

.product.product1.maip {
  height: 428px !important;
}

.woosw-list table.woosw-items .woosw-item .woosw-item--remove span::before {
  display: inline-block;
  content: '\e918';
  font-size: 16px;
  font-family: 'woosw';
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  top: -8px;
  left: 8px;
}

.woosw-list table.woosw-items .woosw-item .woosw-item--remove span {
  display: inline-block;
  width: 16px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  cursor: pointer;
  border: 1px solid #bdbdbd;
  border-radius: 155px;
  padding: 10px;
  top: 1px;
  position: relative;
}

.woosc-btn.woosc-btn-has-icon.woosc-btn-icon-text {
  position: absolute;
  z-index: 9;
  margin-right: 108px;
  /* margin-top: 19px; */
  background: #f03145;
  border-radius: 155px;
  padding: 4px 10px 4px 10px;
  font-size: 14px;
  color: #fff;
  margin-top: 79px;
  visibility: hidden;
}

.product.product-thirteen.product-thirteen-two .woosc-btn.woosc-btn-has-icon.woosc-btn-icon-text {
  margin-right: 76px;
  margin-top: 9px;
  visibility: hidden;
}

.product.product-thirteen.product-thirteen-three .woosc-btn.woosc-btn-has-icon.woosc-btn-icon-text {
  margin-right: 80px;
  visibility: hidden;
}

.product.product-thirteen .woosc-btn.woosc-btn-has-icon.woosc-btn-icon-text {
  margin-right: 80px;
  visibility: hidden;
}

.product-two-image .woosc-btn.woosc-btn-has-icon.woosc-btn-icon-text {
  margin-right: 80px;
  visibility: hidden;
}

.product-six .woosc-btn.woosc-btn-has-icon.woosc-btn-icon-text {
  margin-right: 80px;
  visibility: hidden;
}

.product.product-ten .woosc-btn.woosc-btn-has-icon.woosc-btn-icon-text {
  margin-right: 0px;
  visibility: hidden;
}

.product-eight .woosc-btn.woosc-btn-has-icon.woosc-btn-icon-text {
  margin-right: 0px;
  visibility: hidden;
}

.product.product-five .woosc-btn.woosc-btn-has-icon.woosc-btn-icon-text {
  margin-right: 80px;
  visibility: hidden;
}

.product-seven .woosc-btn.woosc-btn-has-icon.woosc-btn-icon-text {
  margin-right: 80px;
  visibility: hidden;
}

.product-image:hover .woosc-btn.woosc-btn-has-icon.woosc-btn-icon-text {
  visibility: visible !important;
}

.product-two:hover .woosc-btn.woosc-btn-has-icon.woosc-btn-icon-text {
  visibility: visible !important;
}

.product-three:hover .woosc-btn.woosc-btn-has-icon.woosc-btn-icon-text {
  visibility: visible !important;
}

.product-eight:hover .woosc-btn.woosc-btn-has-icon.woosc-btn-icon-text {
  visibility: visible !important;
}

.product-seven:hover .woosc-btn.woosc-btn-has-icon.woosc-btn-icon-text {
  visibility: visible !important;
}

.product-six:hover .woosc-btn.woosc-btn-has-icon.woosc-btn-icon-text {
  visibility: visible !important;
}

.product-twelve:hover .woosc-btn.woosc-btn-has-icon.woosc-btn-icon-text {
  visibility: visible !important;
}


ul.breadcrumb li {
  margin: 0 10px 0 10px;
  position: relative;
}

ul.breadcrumb li:last-child {
  font-weight: bold;
}

ul.breadcrumb li:not(:last-child)::before {
  position: absolute;
  box-shadow: 0 10px 50px rgba(28, 76, 156, .15);
  left: -11px;
  background-color: rgb(12, 30, 61);
  content: "";
  z-index: -1;
  width: 4px;
  height: 2px;
  border-radius: 18px;
  top: 9px;
}



/* login popup */
.popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}

.category-slider-banner .category ul li a::before {
  background-color: #ffb035 !important;
}

.top-header-three-nav li:not(:last-child) {
  margin-left: 0 !important;
}

.popuplog {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(205 205 205 / 50%);
  z-index: 999;
  visibility: visible;
  transition: all 0.3s ease-in-out;
  background-image: url('https://s2.uupload.ir/files/5026563_c5g.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}

/* Popup content */
.popup-content {
  position: absolute;
  top: 52%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  padding: 20px;
  border-radius: 15px;
  text-align: center;
  max-width: 285px;
  width: 100%;
  min-height: 250px;
  -webkit-box-shadow: 0 15px 50px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 15px 50px rgba(0, 0, 0, 0.1);
  box-shadow: 0 15px 50px rgba(0, 0, 0, 0.1);
  padding: 18px 15px 31px 20px;
}

.faramosh {
  margin-top: 10px;
  margin-bottom: -10px;
}

@media (max-width: 575px) {
  .popup-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    padding: 5px;
    border-radius: 20px;
    text-align: center;
    max-width: 275px;
    width: 100%;
    min-height: 250px;
    -webkit-box-shadow: 0 15px 50px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 15px 50px rgba(0, 0, 0, 0.1);
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.1);
    padding: 18px 15px 31px 20px;
  }

}

.logspage .polog {
  z-index: -1;
  margin-left: auto;
  margin-right: auto;
  width: 315px;
  height: 320px;
  border-radius: 20px;
  position: relative;
  margin-top: -50px;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #fff;
  box-shadow: inset 0 0 23px 20px rgb(82 99 116 / 8%) !important;
  -webkit-box-shadow: inset 0 0 23px 20px rgb(82 99 116 / 8%) !important;
  -moz-box-shadow: inset 0 0 23px 20px rgb(82 99 116 / 8%) !important;
}

.popup-content .form-control {
  background: #eee !important;
}

.popup button {
  border-radius: 12px !important;
}

.logspage .popup-content {
  -webkit-box-shadow: 0 15px 50px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 15px 50px rgba(0, 0, 0, 0.1);
  box-shadow: 0 15px 50px rgba(0, 0, 0, 0.1);
  padding: 18px 15px 31px 20px;

}

.loginte {
  font-weight: 900;
  font-size: 24px;
  bottom: -50px;
  position: relative;
}

.spanlog {
  cursor: pointer;
  font-size: 14px !important;
  border-radius: 12px;
  background: #F0F5FF;
  padding-top: 2px;
  padding-right: 10px;
  color: #ee273a;
  padding-left: 10px;
  width: 35%;
  margin-bottom: 9px;
  margin-left: auto;
  margin-right: auto;
}

/* Close button */
.close {
  position: absolute;
  top: -10px;
  right: -10px;
  cursor: pointer;
  font-size: 30px !important;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  background: #e4e4e4;
  padding-top: 7px;
  padding-right: 1px;
  color: #919191;
}

.footer-sixteen .footer-newsletter {
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
}

.amazing-offer-fourteen .title {
  top: 66px !important;
  right: 310px;
}

.nav-header-fourteen .menu li:not(:last-child) {
  margin-left: 0 !important;
}

.landing-eight .swiper-pagination {
  bottom: 90px !important;
}

.amazing-offer-eight-item .image img:last-child {
  -webkit-filter: none !important;
  filter: none !important;
}

.returnback {
  cursor: pointer;
  font-size: 14px !important;
  border-radius: 12px;
  background: #ffdedf;
  padding-top: 2px;
  padding-right: 10px;
  color: #ee273a;
  padding-left: 10px;
  width: 35%;
  margin-bottom: 9px;
  margin-left: auto;
  margin-right: auto;
}

.myloginpop img {
  margin-top: 17%;
  max-width: 125px;
  max-height: 125px;
  object-fit: contain;
}

button.btn.btn-primary.mt-3.vercode.position-absolute.top-0.start-0 {
  right: 27px !important;
  width: 38%;
}

button.btn.btn-primary.mt-3.vercode.position-absolute.top-0.end-0 {
  left: 27px !important;
  width: 38%;
}

.pnumber {
  font-weight: 900;
  font-size: 16px;
}

/* Show popup animation */
.popup.show {
  opacity: 1;
  visibility: visible;
}

/* Hide popup animation */
.popup.hide {
  opacity: 0;
  visibility: hidden;
}


.myloginpop {
  padding: 3px !important;
}

.myloginpop h5 {
  font-size: 14px;
}

/* verify form */
.divan {
  direction: ltr;
  display: flex;
  justify-content: center;
  align-items: center;
}

form.verifyform .form-control {
  display: block;
  height: 50px;
  margin-right: 0.5rem;
  text-align: center;
  font-size: 1.25rem;
  min-width: 0;
  background: #eee !important;
}

form.verifyform.form-control:last-child {
  margin-right: 0;
}

.vercode {
  background-color: #ee273a;
  color: #fff;
  font-size: 15px;
  padding: 8px;
}

.seeebox .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 20px;
}

bdi {
  text-decoration: unset !important;
  text-decoration-line: unset !important;
  text-decoration-style: unset !important;
  list-style: unset !important;
  list-style-position: unset !important;
  list-style-image: unset !important;
  text-decoration-line: unset;

}

button.bookmark.btn.btn-warning.p-0.position-absolute {
  background-color: #ffb035 !important;
}

.boostify-menu .menu-item-has-children>a:after {
  padding-left: 0 !important;
  content: "\e90a" !important;
  font-family: "icomoon" !important;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: unset;
  -moz-transition: unset;
  transition: unset;
}

.boostify-menu>li .menu-item-icon {
  padding: 0 0 0 0;
}

.nav-header-two .menu>li>a::after {
  display: none;
}

.nav-header-five .menu>li>a::before {
  background: none;
}

.nav-header-five .menu>li>a {
  display: flex;
}

.nav-header-fourteen .menu>li>a {
  display: flex;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button {
  border-radius: 7px;
  top: -5px;
  color: #ffffff;
  background-color: #ee273a;
}

.product-hover .woosw-btn {
  margin-left: 4px;
  color: #2d365d;
  border-radius: 50px;
  background-color: #f8f9fb;
}

.btn-success-4 {
  color: #ffffff;
}

del .woocommerce-Price-amount bdi:first-child .woocommerce-Price-currencySymbol {
  display: none !important;
}

ins {
  text-decoration-color: #fff;
}

del .woocommerce-Price-amount bdi:first-child {
  color: #ee232b;
  font-size: 16px;
  font-weight: bold;
  line-height: 25px;
  -webkit-text-decoration: line-through #707070;
  -moz-text-decoration: line-through #707070;
  text-decoration: line-through #707070;
  margin-left: 5px;
}

ins {
  text-decoration-color: #fff0;
}

@media (max-width: 480px) {
  .modal .ph-item.wowload-box {
    padding: 15px !important;
  }
}

.modal .ph-item {
  border-radius: 30px;
}

.detail-product-three ul.nav.nav-pills.justify-content-center {}

.detail-product-three .comments li .content .info>img {
  width: 63px;
  height: 63px;
  margin-left: 0px;
  border-radius: 0 !important;
}

.detail-product-three #comments .comments li .content .info .detail .position {
  border-radius: 0 !important;
}

.detail-product-three #comments .rate-comment .btn {
  border-radius: 0 !important;
}

.detail-product-three .rate-box-progress li {
  border: none !important;
}

.detail-product-three #comments .send-comment {
  padding: 135px !important;
}

.detail-product-three .bogz {
  position: absolute;
  right: 150px;
  top: 35px;
}

.detail-product-three div#respond {
  position: relative;
  top: -48px;
}

.woocommerce-variation.single_variation {
  position: absolute;
  visibility: hidden;
}

.bp2b {
  margin-bottom: -62px !important;
  max-width: unset !important;
}

div#ajax_popup .modal-body {
  padding: 90px 35px 50px 40px !important;
}

.blog.mt-4 .category-sidebar {
  z-index: 999;
  -webkit-transition: all 0.3s ease-in-out 0.3s;
  -o-transition: all 0.3s ease-in-out 0.3s;
  -moz-transition: all 0.3s ease-in-out 0.3s;
  transition: all 0.3s ease-in-out 0.3s;
  opacity: 0;
  visibility: hidden;
}

.blog.mt-4 .category-sidebar {
  z-index: 999;
  -webkit-transition: all 0.3s ease-in-out 0.3s;
  -o-transition: all 0.3s ease-in-out 0.3s;
  -moz-transition: all 0.3s ease-in-out 0.3s;
  transition: all 0.3s ease-in-out 0.3s;
  opacity: 0;
  visibility: hidden;
}

.blog.mt-4 .category-sidebar-backdrop {
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
}

.blog.mt-4 .category-sidebar,
.blog.mt-4 .category-sidebar-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.blog.mt-4 .category-sidebar-content {
  position: absolute;
  top: 0;
  right: -280px;
  width: 280px;
  height: 100%;
  background-color: #fff;
  padding: 20px 20px 0;
  overflow: hidden auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.blog.mt-4 .category-sidebar-content::-webkit-scrollbar {
  display: none;
}

.blog.mt-4 .category-sidebar.open {
  opacity: 1;
  visibility: visible;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}

.blog.mt-4 .category-sidebar.open .blog.mt-4 .category-sidebar-content {
  right: 0;
  -webkit-transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.blog.mt-4 .category-sidebar.open .category-sidebar-content {
  right: 0;
  -webkit-transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.blog.mt-4 .category-sidebar.open .category-sidebar-content img {
  border-radius: 15px;
}

.lapost {
  margin: 30px auto;
  padding: 20px;
  background-color: #fff;
  -webkit-box-shadow: 0 10px 50px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 10px 50px rgba(0, 0, 0, 0.15);
  box-shadow: 0 10px 50px rgba(0, 0, 0, 0.15);
  border-radius: 15px;
}

.lapost li a {
  z-index: 99999999;
}

.nav-header-eleven ul .menu-item .megamenu-two a::before {
  content: unset;
}

.nav-header-eleven .megamenu-two ul {
  gap: unset;
}

.nav-header-eleven ul li a img {
  width: unset;
  height: unset;
  margin-bottom: 5px;
}

.qacol2.pr3 {
  position: static !important;
  display: block !important;
  margin-top: 65px;
  margin-bottom: 10px;
}

.mytu .woocommerce-Price-currencySymbol {
  font-size: 18px !important;
  font-weight: 300 !important;
  line-height: 27px !important;
  color: #232323 !important;
  font-style: normal !important;
}

.mytu .dashvar {
  bottom: unset;
  font-size: 18px !important;
  font-weight: 300 !important;
  line-height: 27px !important;
  color: #232323 !important;
  font-style: normal !important;

}

.swiper.swiper-send.overflow-hidden.swiper-initialized.swiper-horizontal.swiper-pointer-events.swiper-rtl.swiper-backface-hidden {
  display: none;
}

.woocommerce .woocommerce-ordering {
  display: none;
}

.woocommerce .woocommerce-result-count {
  display: none;
}

.product-not .woosw-btn-has-icon {
  margin-top: 6px;
}

.product-thirteen .woosw-btn-has-icon {
  margin-top: 9px;
}

.contact-us iframe {
  width: 100%;
  border-radius: 50px;
  height: 100% !important;
}

.mapkavediv .elementor-widget-container {
  height: 100%;
}

.mapkavediv {
  height: calc(100% + 228px) !important;
  border-radius: 25px !important;
  transform: translatey(-128px)
}

.products-category .swiper-button-prev:after {
  content: 'prev' !important;
}

.products-category .swiper-button-next:after {
  content: 'next' !important;
}

.product-hover .btn:first-child {
  font-size: 13px;
}

.landing-eleven::before {
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

.amazing-offer-seven .single_add_to_cart_button.loading:before {
  top: 7px;
  left: 7px;
}

.amazing-offer-eight-item .image img:last-child {
  -webkit-filter: unset !important;
  filter: unset !important;
}

.amazing-offer-sixteen .single_add_to_cart_button.loading:before {
  top: 11px;
  left: 9px;
}

.amazing-offer-sixteen-item .detail .btn.loading {
  padding-left: 28px;
}

.panel-sidebar-logo img {
  width: 55%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  height: auto;
}

.cart-sidebar .woocommerce-NoticeGroup {
  display: none;
}

.cart-sidebar .btn-success {
  z-index: 99999999;
  position: relative;
  margin-bottom: -31px;

}

.panel-two-header-contact {
  margin-right: 14px;
  padding: 15px 16px 16px 61px;
  font-size: 16px;
  font-weight: 900;
}

.landing-fiveteen .swiper-pagination {
  bottom: 50px !important;
}

.product.product1.maip {
  height: 428px !important;
}

.panel1kaveh span.woocommerce-Price-amount.amount {
  bottom: unset;
}

.panel1kaveh table.my_account_orders {
  background-color: #ffffff;
  border-top: none;
  -webkit-box-shadow: 0 5px 30px rgb(0 0 0 / 16%);
  -moz-box-shadow: 0 5px 30px rgba(0, 0, 0, 0.16);
  box-shadow: 0 5px 30px rgb(0 0 0 / 16%);
  border-radius: 15px;
  padding: 15px;
  position: relative;
  font-size: 14px;
}

.panel1kaveh table.my_account_orders::after {
  content: "";
  background-color: #a46497;
  opacity: 0.4;
  width: 90%;
  height: 40px;
  z-index: -2;
  position: absolute;
  border-radius: 21px;
  top: -9px;
  right: 5%;
}

.panel1kaveh table.my_account_orders .woocommerce-button {
  margin-left: 5px;
  margin-right: 5px;
  min-width: 100px;
  text-align: center;
  margin-top: 20px;
}

.panel1kaveh table.my_account_orders::before {
  content: "سفارش ها";
  font-size: 28px;
  font-weight: 900;
  color: #000;
  top: -120px;
  position: relative;
}

.panel-two span.woocommerce-Price-amount.amount {
  bottom: unset;
}

.panel-two table.my_account_orders {
  background-color: #ffffff;
  border-top: none;
  -webkit-box-shadow: 0 5px 30px rgb(0 0 0 / 16%);
  -moz-box-shadow: 0 5px 30px rgba(0, 0, 0, 0.16);
  box-shadow: 0 5px 30px rgb(0 0 0 / 16%);
  border-radius: 15px;
  padding: 15px;
  position: relative;
  font-size: 14px;
}

.panel-two table.my_account_orders::after {
  content: "";
  background-color: #a46497;
  opacity: 0.4;
  width: 90%;
  height: 40px;
  z-index: -2;
  position: absolute;
  border-radius: 21px;
  top: -9px;
  right: 5%;
}

.panel-two table.my_account_orders .woocommerce-button {
  margin-left: 5px;
  margin-right: 5px;
  min-width: 100px;
  text-align: center;
  margin-top: 20px;
}

.panel-two table.my_account_orders::before {
  content: "سفارش ها";
  font-size: 28px;
  font-weight: 900;
  color: #000;
  top: -120px;
  position: relative;
}

.megamenu {
  min-width: 100%;
  transition: 1s opacity, 1s transform;
  transform: translateX(-150%) translateY(0px);
  z-index: -99 !important;
}

.boostify-menu .menu-item-has-children:hover .megamenu {
  right: -151% !important;
  transition: 1s opacity, 1s transform;
}

.megamenu-two {
  min-width: 100%;
  transition: 1s opacity, 1s transform;
  transform: translateX(-150%) translateY(0px);
  z-index: -99 !important;
}

.boostify-menu .menu-item-has-children:hover .megamenu-two {
  right: -151% !important;
  transition: 1s opacity, 1s transform;
}

.nav-bottom-four>a:nth-child(3) {
  background: unset !important;
}

.nav-header-cart-dropdown-two-products-item .delete {
  padding: 2px 11px 6px 4px !important;
}

@media (max-width: 990px) {
  .nomobile {
    display: none !important;
  }
}


.zangoole {
  width: 14% !important;
}

.detail-product-two .single_add_to_cart_button.loading:before {
  display: none !important;
}

.detail-product-three .single_add_to_cart_button.loading:before {
  display: none !important;
}

.namo,
.nam {
  background-color: #fff3f0 !important;
  color: #ff8a66 !important;
}

.modal-product .single_add_to_cart_button.loading::before {
  font-family: WooCommerce;
  content: "\e01c";
  vertical-align: top;
  font-weight: 400;
  position: absolute;
  top: 507px;
  left: 342px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

.modal-product .quantity .input-text.qty.text {
  text-align: center !important;
  background-color: #e8e8e8 !important;
}

.modal-product .qacol2 {
  position: relative !important;
  display: inline;
  top: -16px !important;
  right: 15px !important;
}

@media (max-width: 580px) {
  .detail-product .qacol2 {
    top: -99px !important;
  }

  .detail-product .qacol {
    top: -142px !important;
  }

  .pcf-field-container.w-80.mx-auto {
    width: 112% !important;
  }

  .modal-product .right .gallery .swiper {
    margin-right: 0 !important;
    margin-left: 10px !important;
  }

  .detail-product-two .price-add-to-cart .price span {
    line-height: 15px !important;
  }

  .boostify-overlay.show,
  .boostify-menu-sidebar.show {
    display: none !important;

  }

}




@-webkit-keyframes imgLoadingH {
  0% {
    width: 0%;
    opacity: 1
  }

  95% {
    width: 100%;
    opacity: 1
  }

  100% {
    width: 100%;
    opacity: 0
  }
}

@keyframes imgLoadingH {
  0% {
    width: 0%;
    opacity: 1
  }

  95% {
    width: 100%;
    opacity: 1
  }

  100% {
    width: 100%;
    opacity: 0
  }
}

#loftloader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  z-index: 9999999;
  width: 100%;
  height: 100%;
  min-width: 100vw;
  min-height: 100vh;
  background: 0 0 !important
}

#loftloader-wrapper.adaptive-height {
  min-height: 100%
}

#loftloader-wrapper img {
  max-width: 100%
}



#loftloader-wrapper .loader-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1001;
  width: 100%;
  text-align: center;
  transition: all 0s;
  font-size: 0
}

#loftloader-wrapper .loader-inner #loader {
  position: relative;
  z-index: 1002;
  top: auto;
  left: auto;
  display: inline-block;
  margin: 0 auto;
  padding: 0;
  border: none;
  border-radius: 0;
  background: 0 0 !important;
  color: #248acc
}



#loftloader-wrapper .loader-bg {
  position: fixed;
  top: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  opacity: 1;
  background-color: #e0e0e0;
}



#loftloader-wrapper.loftloader-imgloading #loader {
  width: 200px !important;
  height: auto
}

#loftloader-wrapper.loftloader-imgloading #loader img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto
}

#loftloader-wrapper.loftloader-imgloading #loader img {
  opacity: .3
}

#loftloader-wrapper.loftloader-imgloading #loader .imgloading-container {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 3;
  display: block;
  width: 100%;
  height: 100%;
  transition: 0s;
  overflow: hidden
}

#loftloader-wrapper.loftloader-imgloading #loader span {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 3;
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  transition: 0s
}



#loftloader-wrapper.loftloader-imgloading.imgloading-horizontal #loader .imgloading-container {
  width: 0%;
  height: 100%;
  -webkit-animation: imgLoadingH 6s linear infinite;
  animation: imgLoadingH 6s linear infinite;
  will-change: width, opacity;
  transform-origin: 0 0
}

#loftloader-wrapper.loftloader-imgrotating #loader {
  width: auto;
  height: auto;
  backface-visibility: visible;
  transform-style: preserve-3d
}

#loftloader-wrapper.loftloader-imgrotating #loader img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto
}

.woosw-popup .woosw-popup-inner .woosw-popup-content .woosw-popup-content-top .woosw-popup-close {
  color: #ffffff;
}

@media screen and (max-width: 480px) {
  .cart-two-offer-code {
    display: block !important;
  }

  .cart-two-offer-code .form-control {
    max-width: 100% !important;
    margin-bottom: 15px !important;
  }

  .cart-two-offer-code .msfil {
    margin-right: 11% !important;
  }
}

.detail-product-three .gallery-origin img {
  width: unset !important;

}

.detail-product-icons .woosw-btn {
  padding: 1px !important;
}

.detail-product-icons .woosc-btn {
  position: relative !important;
}

.detail-product-icons .woosc-btn-icon-text .woosc-btn-text {
  display: none !important;
}

.detail-product-icons .woosc-btn.woosc-btn-has-icon.woosc-btn-icon-text {
  margin-right: 0 !important;
  margin-top: 0 !important;
  background: transparent !important;
  padding: 1px !important;
  font-size: 18px !important;
  color: #fff !important;
  visibility: visible !important;
}

.woocommerce-order span.woocommerce-Price-amount.amount {
  bottom: unset !important;
}

table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details {
  background-color: #fff;
  -webkit-box-shadow: 0 10px 50px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 10px 50px rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 50px rgba(0, 0, 0, 0.2);
  border: none;
  border-radius: 25px;
  padding: 15px;
}

h2.woocommerce-order-details__title {
  font-size: 24px;
  padding-right: 15px;
  padding-bottom: 15px;
  font-weight: 900;
}

h2.woocommerce-column__title {
  font-size: 24px;
  padding-right: 15px;
  padding-bottom: 15px;
  font-weight: 900;
}

.woocommerce-customer-details address {
  background-color: #fff;
  -webkit-box-shadow: 0 10px 50px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 10px 50px rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 50px rgba(0, 0, 0, 0.2);
  border: none !important;
  border-radius: 25px !important;
  padding: 15px !important;
}

.woosc-btn-icon-text .woosc-btn-text {
  margin-right: 5px;
  margin-left: 0px;
}

.panel-two .edadd::before {
  top: -75px !important;
}

.panel-two .edform::before {
  top: -95px !important;
}

.panel-two .edform::after {
  top: -712px !important;
}

.panel-two .woocommerce-Input {
  display: block !important;
  width: 100% !important;
}

.woocommerce form .form-row-last,
.woocommerce form .form-row-first {
  float: unset !important;
  display: block !important;
  width: 100% !important;
}

.woosw-popup {
  transition: 1s opacity, 1s transform;
  transform: translateX(-150%) translateY(0px);

}

.woosw-popup.woosw-show {
  right: -151% !important;
  transition: 1s opacity, 1s transform;
}

.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-close {
  left: 0 !important;
  right: auto !important;
}

ul.icons.d-flex.align-items-center .woosw-btn {
  padding: 1px !important;
}

ul.icons.d-flex.align-items-center .woosc-btn {
  position: relative !important;
}

ul.icons.d-flex.align-items-center .woosc-btn-icon-text .woosc-btn-text {
  display: none !important;
}

ul.icons.d-flex.align-items-center .woosc-btn.woosc-btn-has-icon.woosc-btn-icon-text {
  margin-right: 0 !important;
  margin-top: 4px !important;
  background: transparent !important;
  padding: 1px !important;
  font-size: 18px !important;
  color: #b3bbc7 !important;
  visibility: visible !important;
}

.detail-product-two .gallery .icons .woosw-btn {
  padding: 1px !important;
}

.detail-product-two .gallery .icons .woosc-btn {
  position: relative !important;
}

.detail-product-two .gallery .icons .woosc-btn-icon-text .woosc-btn-text {
  display: none !important;
}

.detail-product-two .gallery .icons .woosc-btn.woosc-btn-has-icon.woosc-btn-icon-text {
  margin-right: 0 !important;
  margin-top: 0 !important;
  background: transparent !important;
  padding: 1px !important;
  font-size: 18px !important;
  color: #fff !important;
  visibility: visible !important;
}

.count-price.d-flex.align-items-sm-center.justify-content-sm-between.position-relative.flex-column.flex-sm-row.mycu {
  min-height: 75px !important;
  background: #f3f3f3;
  padding: 10px;
  border-radius: 15px;
}

.price.d-flex.align-items-center.mt-3.mt-sm-0 {
  background: #fff !important;
  padding: 5px !important;
  border-radius: 12px !important;
}

button.faramosh {
  margin-top: -100px;
  position: relative;
  bottom: -17px;
}

table.vsup {
  display: none;
}

table.vcup {
  display: block;
}

table.vcup tr {
  display: inline;
  margin-right: 20px;
}

table.vcup tr:first-child {
  display: inline;
  margin-right: 0px;
}

table.vcup th label {
  margin-left: 15px;
}

.wpcvs-term.wpcvs-selected>span::before {
  display: none !important;
}

.wpcvs-type-color .wpcvs-term {
  border-radius: 3px;
}

.wpcvs-type-color .wpcvs-term {
  border-radius: 2px;
  height: 24px;
  width: 25px;
}

.wpcvs-type-color .wpcvs-term>span {
  height: 17px;
}

.wpcvs-type-button .wpcvs-term>span {
  padding: 0 12px;
}

.wpcvs-terms.wpcvs-style-rounded .wpcvs-term {
  border-radius: 10px;
}

.wpcvs-terms.wpcvs-style-rounded .wpcvs-term>span {
  border-radius: 8px;
}

.wpcvs-term>span {
  line-height: unset;
  height: unset;
  background-color: #fff;
}

.wpcvs-type-button .wpcvs-term {
  height: unset;
  line-height: unset;
}

.detail-product-three .woocommerce-variation-add-to-cart.variations_button {
  top: unset;
}

.wc_payment_method .cart-wrapper p {
  color: #000000 !important;
}

.woocommerce form .form-row label.checkbox,
.woocommerce-page form .form-row label.checkbox {
  display: block !important;
  border-radius: 15px !important;
  padding: 15px !important;
  padding-bottom: 20px !important;
  position: static !important;
}

.cart-sidebar .code-offer .form-control {
  margin-bottom: 19px;
  font-size: 14px;
  padding: 12px 17px;
  background: #d3d3d3 !important;
  color: #000 !important;
  font-weight: 900 !important;
}

h4.mt-3.fabaz {
  font-size: 18px;
  font-weight: 900;
  letter-spacing: -0.3px;
}

form button #loading {
  width: 25px !important;
  height: 25px !important;
  border: 3px solid rgb(255 255 255 / 70%);
}

.irsans span.woocommerce-Price-amount.amount {
  font-size: 22px;
  font-weight: 700;
}

.irsans .product .detail .price {
  font-size: 18px;
  font-weight: 700;
  color: #49be78;
  line-height: 26px;
}

h5#order_review_heading {
  font-weight: 900;
}

label.woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox {
  font-size: 14px !important;
  color: #2d365d !important;
  padding: 14px 15px 14px 21px;
  background-color: #fff;
  border-radius: 15px;
}

.product-image>a>img {
  max-height: 200px;
  object-fit: contain;
}

.detail-product-two .gallery .origin-image img {
  max-height: 400px;
  object-fit: contain;
}

.swiper-gallery-product-two .gallery-product-two-item img {
  max-height: 104px;
  object-fit: contain;
}

.detail-product-two select {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  width: 100%;
  height: 40px;
  padding: 0 5px 0 43px;
  text-align: left;
  line-height: 30px;
  font-weight: 300;
  font-size: 14px;
  background: #fff;
  border: 1px solid #c6c6c6;
}

.woocommerce-checkout-review-order span.woocommerce-Price-amount.amount {
  font-size: 24px;
  font-weight: 900;
  color: #49be78;
  line-height: 37px;
  bottom: unset;
  position: relative !important;
}

.woocommerce-checkout.woocommerce-page form h3 {
  font-weight: 900;
  font-size: 24px;
}

.woocommerce table.shop_table {
  border-radius: 15px;
}

form.checkout.woocommerce-checkout {
  background-color: #fff;
  -webkit-box-shadow: 0 10px 50px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 10px 50px rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 50px rgba(0, 0, 0, 0.1);

  padding: 35px;
  border-radius: 15px;
}

.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register {
  border: 1px solid #e3e3e3;
  border-radius: 15px;
}

.checkout_coupon.woocommerce-form-coupon .form-row-first {
  display: inline-block !important;
  width: 80% !important;
}

.checkout_coupon.woocommerce-form-coupon .form-row-last {
  display: inline-block !important;
  width: 17% !important;
}

.checkout_coupon button.button.wp-element-button {
  padding: 15px 35px 16px 35px;
  border-radius: 100px;
  position: relative;
  top: 0.3px;
}

p.must-log-in {
  margin-right: 18%;
}

.cmouse {
  cursor: pointer;
  font-weight: 900;
}

.amazing-offer-two-item .detail .price {
  position: absolute !important;
  margin-bottom: -110px !important;
}

.amazing-offer-two-item .detail h2 {
  line-height: 30px !important;
}


/* new */
.discount-products-right .timear li span,
.discount-products-right .timear li,
.header-three-auth>.btn:hover i,
.top-selling-products-heading .btn:hover,
.top-category-five-item .content .title,
.popular-products-left .swiper-button-next::after,
.popular-products-left .swiper-button-prev::after,
.section-heading-three-link i,
.header-two-cart>.btn span,
.header-two-favorite>span,
.header-auth>.btn,
.header-cart>.btn i,
.btn-outline-dark-2:hover,
.btn-dark-2,
.product-fifteen .btns li>*,
.product-fifteen .discount {
  color: #fff;
}

.our-characters-item .sup-title,
.header-three form input,
.top-selling-products-heading .text .sub-title,
.about-us-home-eleven-content p,
.header-two-auth>.btn,
.header-two form input,
.header-two form select,
.header form label,
.header-logo .left,
.header-logo .right,
.product .name-en {
  color: #919191;
}

.best-category-two-item:hover::before,
.best-brands-item:hover,
.carousel-dress .swiper-pagination-bullet,
.top-category-products-item .btn::after,
.top-category-products-item .btn::before,
.carpet-left .btn::before,
.top-selling-products-heading .nav-item.active,
.top-selling-products-heading .nav-item:hover,
.about-us-home-eleven-content,
.top-category-five-item .content,
.popular-products-left::before,
.header,
.product-two.round:hover {
  background-color: #fff;
}

.best-brands-item .title i,
.carousel-dress-item .detail .btn,
.section-heading-five p,
.new-products-offer-heading .btn i,
.new-products-offer-heading .btn,
.new-products-offer-heading .nav-item,
.top-category-products-two-item .content .title-en,
.carpet-item .detail .btn,
.top-selling-products-heading .btn,
.top-selling-products-heading .nav-item,
.about-us-home-eleven-content p,
.popular-products-right .btn,
.top-brands-item .content a,
.category-products-six-item .content .name,
.section-heading-three p,
.header-two-cart>.btn,
.header-two-auth>.btn,
.header-auth>.btn,
.header-cart>.btn span,
.header form label,
.product .name-en {
  font-size: 12px;
}

.best-category-two-item::before,
.best-brands-item,
.carousel-dress .swiper-pagination-bullet,
.our-characters-item::after,
.our-characters-item::before,
.top-selling-products-heading .nav,
.top-category-five-item .content,
.section-heading-three-link i,
.section-heading-three-link,
.header-two-auth>.btn,
.header-two form input,
.product-fifteen,
.product-two.round {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}

.best-category-two-item,
.best-brands-item,
.best-category-item,
.carousel-dress .swiper-pagination-bullet,
.carousel-dress-item .image img,
.carousel-dress-item .detail .sup-title span,
.carousel-dress-item .detail .title h2,
.carousel-dress-item .detail .btn,
.our-characters-item,
.top-category-products-two-item,
.top-category-products-item,
.carpet-item .image img,
.carpet-item .detail .sup-title span,
.carpet-item .detail .title h2,
.top-category-five-item,
.slider-home-three-wrapper .swiper-pagination-bullet {
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.product .name-en {
  line-height: 19px;
  font-weight: 600;
}

.product-two.round {
  background-color: transparent;
}

.product-two.round .offer {
  left: 0;
}

.product-two.round:hover {
  border-color: #f5f3fc;
  -webkit-box-shadow: 0px 104px 204px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 104px 204px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 104px 204px rgba(0, 0, 0, 0.15);
}

.product-fifteen {
  border: 3px solid #f5f3fc;
  padding: 36px 116px 28px 20px;
}

.product-fifteen-row {
  gap: 24px 0;
}

.product-fifteen .discount {
  width: 88px;
  height: 30px;
  background-color: #ee273a;
  -webkit-border-radius: 20px 20px 0;
  -moz-border-radius: 20px 20px 0;
  border-radius: 20px 20px 0;
  -webkit-box-shadow: 0px -6px 24px rgba(210, 46, 28, 0.25);
  -moz-box-shadow: 0px -6px 24px rgba(210, 46, 28, 0.25);
  box-shadow: 0px -6px 24px rgba(210, 46, 28, 0.25);
  font-size: 14px;
  font-weight: bold;
  line-height: 22px;
  -webkit-transform: translate(1px, -1px);
  -moz-transform: translate(1px, -1px);
  -ms-transform: translate(1px, -1px);
  -o-transform: translate(1px, -1px);
  transform: translate(1px, -1px);
  direction: ltr;
}

.product-fifteen .btns {
  right: 37px;
  z-index: 3;
}

.product-fifteen .btns li:not(:last-child) {
  margin-bottom: 18px;
}

.product-fifteen .btns li>* {
  width: 43px;
  height: 43px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  background-color: #0547c1;
  -webkit-box-shadow: -10px 24px 24px rgba(5, 71, 193, 0.15);
  -moz-box-shadow: -10px 24px 24px rgba(5, 71, 193, 0.15);
  box-shadow: -10px 24px 24px rgba(5, 71, 193, 0.15);
  font-size: 17px;
}

.product-fifteen .btns li:nth-child(2)>* {
  background-color: #ee273a;
}

.product-fifteen .btns li:last-child>* {
  background-color: #d3e1fc;
  color: #0547c1;
}

.product-fifteen .image-price img {
  width: 178px;
  height: 103px;
}

.product-fifteen .image-price .price {
  font-size: 14px;
  font-weight: 300;
  color: #232323;
  line-height: 22px;
  margin-top: 17px;
  z-index: 2;
}

.product-fifteen .image-price .price>div::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: -webkit-calc(100% + 24px);
  width: -moz-calc(100% + 24px);
  width: calc(100% + 24px);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 100%;
  background-color: #f8f9fb;
  z-index: -1;
}

.product-fifteen .image-price .price del {
  font-size: 19px;
  font-weight: 300;
  color: #ee232b;
  line-height: 20px;
  -webkit-text-decoration-color: #707070;
  -moz-text-decoration-color: #707070;
  text-decoration-color: #707070;
}

.product-fifteen .image-price .price>div span {
  font-size: 24px;
  font-weight: 900;
  line-height: 37px;
  color: #49be78;
  margin-left: 7px;
}

.product-fifteen .info {
  margin-right: 45px;
}

.product-fifteen .info .title {
  font-weight: 900;
}

.product-fifteen .info .title,
.product-fifteen .info .title-en {
  font-size: 14px;
  color: #2d365d;
  line-height: 22px;
}

.product-fifteen .info .title-en {
  font-weight: 600;
  margin-bottom: 12px;
  direction: ltr;
}

.product-fifteen .info ul li {
  list-style: inside disc;
  direction: ltr;
  font-size: 13px;
  line-height: 20px;
  color: rgba(0, 0, 0, 0.4);
  font-weight: 300;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .product-fifteen {
    padding-right: 80px;
  }

  .product-fifteen .btns {
    right: 20px;
  }

  .product-fifteen .info {
    margin-right: 20px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .product-fifteen {
    padding-right: 80px;
  }

  .product-fifteen .btns {
    right: 20px;
  }

  .product-fifteen .info {
    margin-right: 20px;
  }
}

@media only screen and (max-width: 575px) {
  .product-fifteen {
    padding: 36px 12px 70px;
  }

  .product-fifteen .btns {
    gap: 12px;
    top: auto !important;
    right: 12px !important;
    bottom: 12px;
    left: auto !important;
    -webkit-transform: unset !important;
    -moz-transform: unset !important;
    -ms-transform: unset !important;
    -o-transform: unset !important;
    transform: unset !important;
  }

  .product-fifteen .btns li {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }

  .product-fifteen .btns li:not(:last-child) {
    margin: 0;
  }

  .product-fifteen .image-price {
    position: unset !important;
  }

  .product-fifteen .image-price img {
    width: 100px;
    height: auto;
  }

  .product-fifteen .image-price .price {
    font-size: 12px;
    line-height: 18px;
  }

  .product-fifteen .image-price .price del {
    font-size: 14px;
  }

  .product-fifteen .image-price .price>div::before {
    content: none;
  }

  .product-fifteen .image-price .price>div span {
    font-size: 16px;
    line-height: 24px;
  }

  .product-fifteen .info {
    margin-right: 12px;
  }

  .product-fifteen:hover .image-price img {
    -webkit-filter: none;
    filter: none;
  }
}

.btn-dark-2 {
  background-color: #121212;
}

.btn-outline-dark-2 {
  border: 1px solid #121212;
  color: #121212;
}

.btn-outline-dark-2:hover {
  background-color: #121212;
}

.my-100 {
  margin-top: 100px;
  margin-bottom: 100px;
}

.swiper-button-fill .swiper-button-next::after,
.swiper-button-fill .swiper-button-prev::after {
  content: "\e96b";
  font-family: "icomoon";
  font-size: 27px;
  color: #9da3ad;
}

.swiper-button-fill .swiper-button-next::after {
  content: "\e96c";
}

.header {
  -webkit-border-radius: 0 0 40px 40px;
  -moz-border-radius: 0 0 40px 40px;
  border-radius: 0 0 40px 40px;
  padding: 50px 0;
}

.header-logo {
  margin-left: 12px;
}

.header-logo .right {
  font-size: 10px;
  line-height: 16px;
}

.header-logo .right img {
  margin-bottom: 1px;
}

.header-logo .left {
  font-size: 9px;
  line-height: 13px;
  margin-right: 5px;
  padding-right: 10px;
  border-right: 1p solid rgba(145, 145, 145, 0.19);
}

.header-logo .left b {
  margin-bottom: 6px;
  font-size: 13px;
  font-weight: 900;
  color: #000;
}

.header form {
  margin: 0 auto 0 37px;
  max-width: 400px;
  width: 100%;
}

.header form input {
  background-color: rgba(235, 237, 240, 0.48);
  height: 44px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}

.header form label {
  right: 25px;
  font-weight: 400;
  line-height: 18px;
}

.header form label b {
  color: #2d365d;
  font-weight: 400;
}

.header form button {
  left: 17px;
  width: 29px;
  height: 29px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  font-size: 11px;
}

.header-cart {
  padding-right: 27px;
  border-right: 1px solid rgba(145, 145, 145, 0.19);
  margin-left: 21px;
}

.header-cart>.btn {
  background-color: rgba(235, 237, 240, 0.66);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  padding: 8px 14px 7px 12px;
  width: auto;
  height: auto;
  font-size: 11px;
  font-weight: bold;
  line-height: 16px;
  color: #2d365d;
}

.header-cart>.btn i {
  width: 29px;
  height: 29px;
  background-color: #49be78;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  font-size: 13px;
  -webkit-box-shadow: 0px 10px 15px rgba(73, 190, 120, 0.251);
  -moz-box-shadow: 0px 10px 15px rgba(73, 190, 120, 0.251);
  box-shadow: 0px 10px 15px rgba(73, 190, 120, 0.251);
  margin-left: 7px;
}

.header-cart>.btn span {
  width: 29px;
  height: 29px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}

.header-auth>.btn {
  background-color: #d22e1c;
  -webkit-box-shadow: -40px 24px 60px rgba(250, 86, 98, 0.2);
  -moz-box-shadow: -40px 24px 60px rgba(250, 86, 98, 0.2);
  box-shadow: -40px 24px 60px rgba(250, 86, 98, 0.2);
  font-weight: bold;
  max-width: 155px;
}

.header-auth>.btn i {
  margin-right: 11px;
  width: 20px;
  height: 20px;
  font-size: 8px;
  color: #d22e1c;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

.header-contact {
  margin-right: 33px;
  color: #d22e1c;
  font-size: 18px;
  line-height: 28px;
  font-weight: 900;
}

.header-contact span {
  color: #49be78;
}

.header-contact div {
  font-size: 15px;
  color: #2e365d;
  font-weight: bold;
  line-height: 23px;
}

@media only screen and (max-width: 1199px) {
  .header form {
    margin-left: 20px;
    max-width: 300px;
  }

  .header-cart {
    padding-right: 12px;
    margin-left: 12px;
  }

  .header-contact {
    margin-right: 16px;
  }
}

@media only screen and (max-width: 991px) {
  .header-cart {
    border: none;
    padding-right: 0;
  }
}

@media only screen and (max-width: 767px) {
  .header {
    padding: 24px 0;
  }
}

@media only screen and (max-width: 575px) {
  .header-auth>.btn {
    font-size: 20px;
    width: 50px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
  }

  .header-auth>.btn i:last-child {
    font-size: 20px;
  }
}

.slider-home-three {
  margin: 100px 0;
}

.slider-home-three-wrapper .swiper::before {
  content: "";
  position: absolute;
  right: 22px;
  bottom: -2px;
  width: 233px;
  height: 57px;
  background: url("./../images/new/shape-01.svg") 0 0 no-repeat;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
  z-index: 2;
}

.slider-home-three-wrapper .swiper-pagination {
  right: 71px;
  width: 125px;
  left: auto;
}

.slider-home-three-wrapper .swiper-pagination-bullet {
  width: 2px;
  height: 15px;
  opacity: 1;
  background-color: #919191;
}

.slider-home-three-wrapper .swiper-pagination-bullet-active {
  height: 34px;
  background-color: #49be78;
}

.slider-home-three-item .shape-1,
.slider-home-three-item .shape-2 {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  -webkit-backdrop-filter: blur(13px);
  backdrop-filter: blur(13px);
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
  right: 50px;
}

.slider-home-three-item .shape-1 {
  width: 230px;
  top: 63px;
  bottom: 73px;
  background-color: rgba(68, 158, 160, 0.4);
  -webkit-transform: translateX(25px);
  -moz-transform: translateX(25px);
  -ms-transform: translateX(25px);
  -o-transform: translateX(25px);
  transform: translateX(25px);
  z-index: -1;
}

.slider-home-three-item .shape-2 {
  width: 188px;
  top: 88px;
  bottom: 98px;
  background-color: rgba(68, 158, 160, 0.2);
  -webkit-transform: translateX(44px);
  -moz-transform: translateX(44px);
  -ms-transform: translateX(44px);
  -o-transform: translateX(44px);
  transform: translateX(44px);
  z-index: -2;
}

.slider-home-three-item img {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}

.swiper-slide-active .slider-home-three-item .shape-1,
.swiper-slide-active .slider-home-three-item .shape-2 {
  right: 0;
  -webkit-transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.slider-home-three .swiper-button-next,
.slider-home-three .swiper-button-prev {
  top: auto;
  right: auto;
  bottom: 12px;
  left: 24px;
}

.slider-home-three .swiper-button-next::after,
.slider-home-three .swiper-button-prev::after {
  color: #fff;
}

.slider-home-three .swiper-button-prev {
  left: 60px;
}

@media only screen and (max-width: 767px) {

  .slider-home-three-wrapper .shape-1,
  .slider-home-three-wrapper .shape-2 {
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
  }

  .slider-home-three-wrapper .shape-1 {
    top: 33px;
    bottom: 43px;
    -webkit-transform: translateX(12px);
    -moz-transform: translateX(12px);
    -ms-transform: translateX(12px);
    -o-transform: translateX(12px);
    transform: translateX(12px);
  }

  .slider-home-three-wrapper .shape-2 {
    top: 58px;
    bottom: 68px;
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px);
  }

  .slider-home-three-item img {
    height: 300px;
  }
}

@media only screen and (max-width: 575px) {
  .slider-home-three-item img {
    height: 250px;
  }

  .slider-home-three-wrapper .swiper::before {
    width: 139px;
    height: 34px;
  }

  .slider-home-three-wrapper .swiper-pagination {
    right: 27px;
    transform: translateY(5px);
  }

  .slider-home-three-wrapper .swiper-pagination-bullet {
    height: 10px;
  }

  .slider-home-three-wrapper .swiper-pagination-bullet-active {
    height: 16px;
  }
}

.header-two {
  padding: 24px 0;
}

.header-two form {
  max-width: 410px;
}

.header-two form select {
  -webkit-border-radius: 11px;
  -moz-border-radius: 11px;
  border-radius: 11px;
  -webkit-box-shadow: -11px 7px 13px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: -11px 7px 13px rgba(0, 0, 0, 0.05);
  box-shadow: -11px 7px 13px rgba(0, 0, 0, 0.05);
  max-width: 114px;
  font-size: 9px;
  font-weight: 400;
  line-height: 14px;
  right: 16px;
  height: 33px;
}

.header-two form input {
  background-color: rgba(235, 237, 240, 0.6);
  height: 51px;
  font-size: 11px;
  font-weight: 400;
  line-height: 17px;
  padding-right: 144px;
}

.header-two-auth>.btn {
  padding: 16px 21px;
  font-weight: 600;
  line-height: 18px;
  border: 1px solid rgba(235, 237, 240, 0.8);
  margin: 0 21px 0 33px;
}

.header-two-auth>.btn b {
  font-weight: 900;
  color: #494949;
}

.header-two-auth>.btn:hover {
  color: rgba(255, 255, 255, 0.6);
}

.header-two-auth>.btn:hover b {
  color: #fff;
}

.header-two-cart>.btn {
  width: 37px;
  height: 37px;
  background-color: #ee273a;
  -webkit-box-shadow: -10px 24px 44px rgba(238, 39, 58, 0.25);
  -moz-box-shadow: -10px 24px 44px rgba(238, 39, 58, 0.25);
  box-shadow: -10px 24px 44px rgba(238, 39, 58, 0.25);
  margin-left: 28px;
}

.header-two-cart>.btn span,
.header-two-favorite>span {
  width: 12px;
  height: 12px;
  background-color: #212341;
  font-size: 7px;
  font-weight: 400;
  top: -2px;
  right: -2px;
}

.header-two-favorite {
  width: 37px;
  height: 37px;
  font-size: 14px;
}

@media only screen and (max-width: 1199px) {
  .header-two form {
    max-width: 300px;
  }

  .header-two-auth {
    margin: 0 12px;
    padding: 16px 12px;
  }

  .header-two-cart>.btn {
    margin-left: 12px;
  }

  .header-two-contact {
    margin-right: 12px;
  }
}

@media only screen and (max-width: 575px) {
  .header-two-cart>.btn {
    margin-left: 0;
  }
}

.section-heading-three {
  padding-right: 150px;
  margin-bottom: 76px;
}

.section-heading-three::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 120px;
  height: 107px;
  background: url("./../images/new/pattern.png") 0 0 no-repeat;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
  mix-blend-mode: multiply;
}

.section-heading-three-title {
  font-size: 32px;
  line-height: 50px;
  color: #000;
  font-weight: 300;
}

.section-heading-three-title b {
  font-weight: 900;
  color: #121212;
}

.section-heading-three p {
  background-image: -webkit-linear-gradient(277.05deg, #919191 5.5%, rgba(145, 145, 145, 0) 173.6%);
  background-image: -moz-linear-gradient(277.05deg, #919191 5.5%, rgba(145, 145, 145, 0) 173.6%);
  background-image: -o-linear-gradient(277.05deg, #919191 5.5%, rgba(145, 145, 145, 0) 173.6%);
  background-image: linear-gradient(172.95deg, #919191 5.5%, rgba(145, 145, 145, 0) 173.6%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  line-height: 31px;
  max-width: 481px;
  width: 100%;
  text-align: justify;
}

.section-heading-three-link {
  background-color: #e3edff;
  padding: 13px 22px 11px 21px;
  font-size: 17px;
  color: #121212;
  line-height: 26px;
  font-weight: 400;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin-right: 100px;
}

.section-heading-three-link::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 23px;
  background: url("./../images/new/shape-02.png") 0 0 no-repeat;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
  width: 116px;
  height: 72px;
  pointer-events: none;
}

.section-heading-three-link strong {
  font-weight: 900;
}

.section-heading-three-link i {
  width: 52px;
  height: 52px;
  background-color: #0547c1;
  -webkit-box-shadow: 0px 50px 50px rgba(0, 0, 0, 0.02);
  -moz-box-shadow: 0px 50px 50px rgba(0, 0, 0, 0.02);
  box-shadow: 0px 50px 50px rgba(0, 0, 0, 0.02);
  margin-left: 11px;
  font-size: 23px;
}

@media only screen and (max-width: 1199px) {
  .section-heading-three {
    padding-right: 110px;
  }

  .section-heading-three::before {
    width: 100px;
    height: 87px;
  }

  .section-heading-three-title {
    font-size: 28px;
    line-height: 44px;
  }

  .section-heading-three p {
    max-width: 410px;
  }
}

@media only screen and (max-width: 991px) {
  .section-heading-three p {
    max-width: 470px;
  }
}

@media only screen and (max-width: 767px) {
  .section-heading-three {
    padding-right: 0;
  }

  .section-heading-three::before {
    content: none;
  }

  .section-heading-three-title {
    font-size: 20px;
    line-height: 32px;
  }

  .section-heading-three p {
    max-width: 100%;
  }

  .section-heading-three-link {
    font-size: 15px;
    margin-right: 0;
  }
}

.category-products-six {
  margin: 100px 0;
}

.category-products-six-item img {
  width: 104px;
  max-width: 104px;
  height: 104px;
  max-height: 104px;
  -webkit-filter: drop-shadow(0px 21px 11px rgba(0, 0, 0, 0.08));
  filter: drop-shadow(0px 21px 11px rgba(0, 0, 0, 0.08));
}

.category-products-six-item .content {
  padding: 12px;
}

.category-products-six-item .content::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 106px;
  z-index: -1;
  background-color: #ebedf0;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}

.category-products-six-item .content .name {
  font-weight: 600;
  color: #121212;
  line-height: 21px;
}

.category-products-six-item .content .name-en {
  font-size: 10px;
  line-height: 17px;
  color: #494949;
  direction: ltr;
}

.category-products-six .swiper-button-next,
.category-products-six .swiper-button-prev {
  -webkit-transform: unset;
  -moz-transform: unset;
  -ms-transform: unset;
  -o-transform: unset;
  transform: unset;
  top: 100px;
  right: auto;
  left: 12px;
}

.category-products-six .swiper-button-next::after,
.category-products-six .swiper-button-prev::after {
  content: "\e96c";
  font-family: "icomoon";
  font-size: 26px;
  color: #9da3ad;
}

.category-products-six .swiper-button-prev {
  left: 52px;
}

.category-products-six .swiper-button-prev::after {
  content: "\e96b";
}

@media only screen and (max-width: 767px) {
  .category-products-six .swiper {
    padding-bottom: 64px;
  }

  .category-products-six .swiper-button-next,
  .category-products-six .swiper-button-prev {
    top: auto;
    bottom: 0;
  }
}

.section-heading-four {
  margin-bottom: 34px;
}

.section-heading-four-title {
  font-size: 28px;
  line-height: 43px;
  font-weight: 400;
  color: #212341;
  margin-bottom: 33px;
}

.section-heading-four-title span {
  font-weight: 900;
}

.section-heading-four-link {
  color: #212341;
}

.section-heading-four-link:hover {
  color: #ee273a;
}

.top-brands {
  margin: 100px 0;
}

.top-brands-item {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  padding: 70px 12px 28px;
}

.top-brands-item .image {
  z-index: 2;
}

.top-brands-item .image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  background: -webkit-gradient(linear, left top, left bottom, from(#ebedf0), to(rgba(235, 237, 240, 0)));
  background: -webkit-linear-gradient(top, #ebedf0 0%, rgba(235, 237, 240, 0) 100%);
  background: -moz-linear-gradient(top, #ebedf0 0%, rgba(235, 237, 240, 0) 100%);
  background: -o-linear-gradient(top, #ebedf0 0%, rgba(235, 237, 240, 0) 100%);
  background: linear-gradient(180deg, #ebedf0 0%, rgba(235, 237, 240, 0) 100%);
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  width: 168px;
  height: 106px;
  -webkit-transform: translate(-50%, -33px);
  -moz-transform: translate(-50%, -33px);
  -ms-transform: translate(-50%, -33px);
  -o-transform: translate(-50%, -33px);
  transform: translate(-50%, -33px);
  z-index: -1;
}

.top-brands-item .image img {
  width: 114px;
  max-width: 114px;
  height: 114px;
  max-height: 114px;
  -webkit-filter: drop-shadow(0px 21px 11px rgba(0, 0, 0, 0.08));
  filter: drop-shadow(0px 21px 11px rgba(0, 0, 0, 0.08));
}

.top-brands-item .content {
  max-width: 148px;
}

.top-brands-item .content h2 {
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  color: #000;
  margin: 32px 0 10px;
}

.top-brands-item .content h2 span {
  font-weight: 900;
}

.top-brands-item .content p {
  font-size: 10px;
  font-weight: 600;
  line-height: 20px;
  color: #494949;
  margin-bottom: 23px;
  padding-bottom: 17px;
}

.top-brands-item .content p::before,
.top-brands-item .content p::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 208px;
  height: 1px;
  background-color: #f5f3fc;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

.top-brands-item .content p::after {
  -webkit-transform: translate(-50%, 6px);
  -moz-transform: translate(-50%, 6px);
  -ms-transform: translate(-50%, 6px);
  -o-transform: translate(-50%, 6px);
  transform: translate(-50%, 6px);
}

.top-brands-item .content a {
  max-width: 126px;
  background-color: rgba(235, 237, 240, 0.2);
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  height: 31px;
  font-weight: 400;
  color: #9b9b9b;
  line-height: 15px;
}

.top-brands-item .content a i {
  margin-left: 10px;
  font-size: 16px;
}

.top-brands-item.info .image::before {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(149, 196, 215, 0.1)), to(rgba(149, 196, 215, 0)));
  background: -webkit-linear-gradient(top, rgba(149, 196, 215, 0.1) 0%, rgba(149, 196, 215, 0) 100%);
  background: -moz-linear-gradient(top, rgba(149, 196, 215, 0.1) 0%, rgba(149, 196, 215, 0) 100%);
  background: -o-linear-gradient(top, rgba(149, 196, 215, 0.1) 0%, rgba(149, 196, 215, 0) 100%);
  background: linear-gradient(180deg, rgba(149, 196, 215, 0.1) 0%, rgba(149, 196, 215, 0) 100%);
}

.top-brands-item.info .content a {
  background-color: rgba(149, 196, 215, 0.1);
  color: #95c4d7;
}

.top-brands-item.success .image::before {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(73, 190, 120, 0.1)), to(rgba(73, 190, 120, 0)));
  background: -webkit-linear-gradient(top, rgba(73, 190, 120, 0.1) 0%, rgba(73, 190, 120, 0) 100%);
  background: -moz-linear-gradient(top, rgba(73, 190, 120, 0.1) 0%, rgba(73, 190, 120, 0) 100%);
  background: -o-linear-gradient(top, rgba(73, 190, 120, 0.1) 0%, rgba(73, 190, 120, 0) 100%);
  background: linear-gradient(180deg, rgba(73, 190, 120, 0.1) 0%, rgba(73, 190, 120, 0) 100%);
}

.top-brands-item.success .content a {
  background-color: rgba(73, 190, 120, 0.1);
  color: #49be78;
}

.top-brands-item.danger .image::before {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(238, 35, 43, 0.1)), to(rgba(238, 35, 43, 0)));
  background: -webkit-linear-gradient(top, rgba(238, 35, 43, 0.1) 0%, rgba(238, 35, 43, 0) 100%);
  background: -moz-linear-gradient(top, rgba(238, 35, 43, 0.1) 0%, rgba(238, 35, 43, 0) 100%);
  background: -o-linear-gradient(top, rgba(238, 35, 43, 0.1) 0%, rgba(238, 35, 43, 0) 100%);
  background: linear-gradient(180deg, rgba(238, 35, 43, 0.1) 0%, rgba(238, 35, 43, 0) 100%);
}

.top-brands-item.danger .content a {
  background-color: rgba(238, 35, 43, 0.1);
  color: #ee232b;
}

.top-brands .swiper {
  -webkit-filter: drop-shadow(80px 24px 114px rgba(0, 0, 0, 0.03));
  filter: drop-shadow(80px 24px 114px rgba(0, 0, 0, 0.03));
}

.popular-products {
  margin: 100px 0;
}

.popular-products .container::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 120px;
  height: 199px;
  mix-blend-mode: multiply;
  background: url("./../images/new/pattern-2.png") 0 0 no-repeat;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
  background-blend-mode: multiply;
  -webkit-transform: translate(32px, 52px);
  -moz-transform: translate(32px, 52px);
  -ms-transform: translate(32px, 52px);
  -o-transform: translate(32px, 52px);
  transform: translate(32px, 52px);
  z-index: 8;
}

.popular-products-right {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  max-width: 283px;
  background-color: #e16161;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  border-radius: 24px;
  padding: 82px 30px 230px;
  z-index: 9;
}

.popular-products-right .title,
.popular-products-right .sub-title {
  text-shadow: 50px 57px 90px rgba(0, 0, 0, 0.04);
}

.popular-products-right .title {
  font-size: 28px;
  font-weight: 900;
  line-height: 43px;
}

.popular-products-right .sub-title {
  font-size: 21px;
  line-height: 33px;
  margin: 2px 0 13px;
}

.popular-products-right .btn {
  padding: 4px 14px;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  font-weight: 400;
  line-height: 21px;
}

.popular-products-left {
  max-width: -webkit-calc(100% - 283px);
  max-width: -moz-calc(100% - 283px);
  max-width: calc(100% - 283px);
  padding-right: 32px;
}

.popular-products-left::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -webkit-calc(100% - 2px);
  left: -moz-calc(100% - 2px);
  left: calc(100% - 2px);
  width: 100vw;
  height: -webkit-calc(100% + 20px);
  height: -moz-calc(100% + 20px);
  height: calc(100% + 20px);
  z-index: 3;
}

.popular-products-left .swiper-slide .product {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.popular-products-left .swiper-slide-active .product,
.popular-products-left .swiper-slide-active~.swiper-slide .product {
  -webkit-box-shadow: 50px 57px 90px rgba(0, 0, 0, 0.04);
  -moz-box-shadow: 50px 57px 90px rgba(0, 0, 0, 0.04);
  box-shadow: 50px 57px 90px rgba(0, 0, 0, 0.04);
}

.popular-products-left .swiper-button-next,
.popular-products-left .swiper-button-prev {
  top: 65px;
  right: 0;
  left: auto;
  -webkit-transform: translateX(253px);
  -moz-transform: translateX(253px);
  -ms-transform: translateX(253px);
  -o-transform: translateX(253px);
  transform: translateX(253px);
}

.popular-products-left .swiper-button-next::after,
.popular-products-left .swiper-button-prev::after {
  content: "\e96b";
  font-family: "icomoon";
  font-size: 26px;
}

.popular-products-left .swiper-button-next {
  -webkit-transform: translateX(216px);
  -moz-transform: translateX(216px);
  -ms-transform: translateX(216px);
  -o-transform: translateX(216px);
  transform: translateX(216px);
}

.popular-products-left .swiper-button-next::after {
  content: "\e96c";
}

.popular-products-two .popular-products-right {
  background-color: #212121;
  padding: 91px 30px 235px;
}

.popular-products-two .popular-products-right .btn {
  position: absolute;
  top: 40px;
  left: 20px;
}

.popular-products-two .popular-products-left .swiper-button-next,
.popular-products-two .popular-products-left .swiper-button-prev {
  top: 57px;
  -webkit-transform: translateX(255px);
  -moz-transform: translateX(255px);
  -ms-transform: translateX(255px);
  -o-transform: translateX(255px);
  transform: translateX(255px);
}

.popular-products-two .popular-products-left .swiper-button-next {
  -webkit-transform: translateX(220px);
  -moz-transform: translateX(220px);
  -ms-transform: translateX(220px);
  -o-transform: translateX(220px);
  transform: translateX(220px);
}

@media only screen and (max-width: 991px) {
  .popular-products-right {
    max-width: 260px;
    padding: 82px 20px 230px;
  }

  .popular-products-left {
    padding-right: 16px;
    max-width: -webkit-calc(100% - 260px);
    max-width: -moz-calc(100% - 260px);
    max-width: calc(100% - 260px);
  }

  .popular-products-left .swiper-button-next {
    -webkit-transform: translateX(205px);
    -moz-transform: translateX(205px);
    -ms-transform: translateX(205px);
    -o-transform: translateX(205px);
    transform: translateX(205px);
  }

  .popular-products-left .swiper-button-prev {
    -webkit-transform: translateX(242px);
    -moz-transform: translateX(242px);
    -ms-transform: translateX(242px);
    -o-transform: translateX(242px);
    transform: translateX(242px);
  }

  .popular-products-two .popular-products-left .swiper-button-next {
    -webkit-transform: translateX(208px);
    -moz-transform: translateX(208px);
    -ms-transform: translateX(208px);
    -o-transform: translateX(208px);
    transform: translateX(208px);
  }

  .popular-products-two .popular-products-left .swiper-button-prev {
    -webkit-transform: translateX(243px);
    -moz-transform: translateX(243px);
    -ms-transform: translateX(243px);
    -o-transform: translateX(243px);
    transform: translateX(243px);
  }
}

@media only screen and (max-width: 767px) {
  .popular-products-two .popular-products-right {
    padding: 91px 20px 235px;
  }
}

@media only screen and (max-width: 575px) {
  .popular-products .container::before {
    content: none;
  }

  .popular-products-right,
  .popular-products-left {
    max-width: 100%;
  }

  .popular-products-right .btn,
  .popular-products-left .btn {
    position: absolute;
    top: 62px;
    left: 20px;
  }

  .popular-products-right {
    padding: 20px 20px 230px;
  }

  .popular-products-left {
    padding-right: 0;
    margin-top: 32px;
  }

  .popular-products-left .swiper-button-next,
  .popular-products-left .swiper-button-prev {
    right: auto;
    left: 20px;
    -webkit-transform: translate(0, -400px);
    -moz-transform: translate(0, -400px);
    -ms-transform: translate(0, -400px);
    -o-transform: translate(0, -400px);
    transform: translate(0, -400px);
  }

  .popular-products-left .swiper-button-prev {
    left: 55px;
  }

  .popular-products-two .popular-products-right {
    padding: 64px 20px 235px;
  }

  .popular-products-two .popular-products-right .btn {
    top: 20px;
    right: 20px;
    left: auto;
  }

  .popular-products-two .popular-products-left .swiper-button-next,
  .popular-products-two .popular-products-left .swiper-button-prev {
    -webkit-transform: translateY(-442px);
    -moz-transform: translateY(-442px);
    -ms-transform: translateY(-442px);
    -o-transform: translateY(-442px);
    transform: translateY(-442px);
  }
}

.auth-avatar img {
  -webkit-filter: drop-shadow(0px 10px 13px rgba(0, 0, 0, 0.19));
  filter: drop-shadow(0px 10px 13px rgba(0, 0, 0, 0.19));
  -webkit-border-radius: 11px;
  -moz-border-radius: 11px;
  border-radius: 11px;
}

.top-category-five .swiper {
  margin-top: 90px;
}

.top-category-five .swiper-button-next,
.top-category-five .swiper-button-prev {
  top: 0;
  right: auto;
  left: 0;
  -webkit-transform: translate(324px, -149px);
  -moz-transform: translate(324px, -149px);
  -ms-transform: translate(324px, -149px);
  -o-transform: translate(324px, -149px);
  transform: translate(324px, -149px);
}

.top-category-five .swiper-button-prev {
  left: 40px;
}

.top-category-five-item {
  padding-right: 63px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -o-transform: scale(0.5);
  transform: scale(0.5);
}

.top-category-five-item .image {
  width: 153px;
  height: 93px;
}

.top-category-five-item .image img {
  width: 100%;
  height: 100%;
}

.top-category-five-item .image img:last-child {
  -webkit-transform: translate(24px, -12px);
  -moz-transform: translate(24px, -12px);
  -ms-transform: translate(24px, -12px);
  -o-transform: translate(24px, -12px);
  transform: translate(24px, -12px);
  opacity: 0.5;
  -webkit-filter: blur(27px);
  filter: blur(27px);
}

.top-category-five-item .content {
  padding: 55px 96px 45px 12px;
  background: url("./../images/new/bg-top-category-five.png") 0 0 no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.top-category-five-item .content .title {
  font-size: 17px;
  font-weight: 600;
  line-height: 27px;
}

.top-category-five-item .content .sub-title {
  font-size: 21px;
  font-weight: 900;
  line-height: 32px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#fff));
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #fff 100%);
  background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #fff 100%);
  background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #fff 100%);
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #fff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.swiper-slide-visible .top-category-five-item {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

@media only screen and (max-width: 1199px) {
  .top-category-five-item .image {
    width: 124px;
    height: 64px;
  }

  .top-category-five-item .content {
    padding: 55px 66px 45px 12px;
  }
}

@media only screen and (max-width: 991px) {

  .top-category-five .swiper-button-next,
  .top-category-five .swiper-button-prev {
    -webkit-transform: translate(0, -125px);
    -moz-transform: translate(0, -125px);
    -ms-transform: translate(0, -125px);
    -o-transform: translate(0, -125px);
    transform: translate(0, -125px);
  }
}

@media only screen and (max-width: 575px) {
  .top-category-five-item {
    padding: 30px 0 0;
  }

  .top-category-five-item .image {
    top: 0 !important;
    right: auto !important;
    left: 50%;
    -webkit-transform: translateX(-50%) !important;
    -moz-transform: translateX(-50%) !important;
    -ms-transform: translateX(-50%) !important;
    -o-transform: translateX(-50%) !important;
    transform: translateX(-50%) !important;
  }

  .top-category-five-item .content {
    padding: 55px 24px 20px;
    text-align: center;
  }
}

@media only screen and (max-width: 399px) {

  .top-category-five .swiper-button-next,
  .top-category-five .swiper-button-prev {
    right: 40px;
    left: auto;
    -webkit-transform: translateY(-50px);
    -moz-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    -o-transform: translateY(-50px);
    transform: translateY(-50px);
  }

  .top-category-five .swiper-button-prev {
    right: 0;
  }
}

.about-us-home-eleven-wrapper {
  padding: 196px 96px 0 64px;
}

.about-us-home-eleven-wrapper::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 440px;
  background: #121938 url("./../images/new/bg-about-us-eleven.png") 0 0 no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
  top: 0;
  left: 0;
  z-index: -5;
}

.about-us-home-eleven-content {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  -webkit-box-shadow: -110px 104px 214px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: -110px 104px 214px rgba(0, 0, 0, 0.15);
  box-shadow: -110px 104px 214px rgba(0, 0, 0, 0.15);
  padding: 40px 28px 64px;
}

.about-us-home-eleven-content::before {
  content: "";
  position: absolute;
  top: -55px;
  right: -28px;
  left: -31px;
  height: 339px;
  z-index: -1;
  background-color: rgba(255, 255, 255, 0.73);
  -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(7px);
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  border: 3px solid #fff;
}

.about-us-home-eleven-content::after,
.about-us-home-eleven-content .sup-title::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 547px;
  height: 538px;
  background: url("./../images/new/image-02.png") 0 0 no-repeat;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100%;
  -o-background-size: 100%;
  background-size: 100%;
}

.about-us-home-eleven-content::after {
  z-index: -2;
  -webkit-transform: translate(9px, -296px);
  -moz-transform: translate(9px, -296px);
  -ms-transform: translate(9px, -296px);
  -o-transform: translate(9px, -296px);
  transform: translate(9px, -296px);
}

.about-us-home-eleven-content .title-en {
  color: rgba(255, 255, 255, 0.2);
  font-size: 72px;
  font-weight: 900;
  line-height: 112px;
  -webkit-transform: translateY(-63px);
  -moz-transform: translateY(-63px);
  -ms-transform: translateY(-63px);
  -o-transform: translateY(-63px);
  transform: translateY(-63px);
  z-index: -3;
}

.about-us-home-eleven-content .sup-title {
  font-size: 16px;
  font-weight: 400;
  color: #494949;
  line-height: 25px;
  margin-bottom: 3px;
}

.about-us-home-eleven-content .sup-title::before {
  z-index: -3;
  -webkit-transform: translate(35px, -312px);
  -moz-transform: translate(35px, -312px);
  -ms-transform: translate(35px, -312px);
  -o-transform: translate(35px, -312px);
  transform: translate(35px, -312px);
  opacity: 0.7;
  -webkit-filter: blur(45px);
  filter: blur(45px);
}

.about-us-home-eleven-content .title {
  font-size: 36px;
  font-weight: 900;
  color: #212341;
  line-height: 56px;
  margin-bottom: 30px;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}

.about-us-home-eleven-content .title::before {
  content: attr(data-title);
  position: absolute;
  right: -webkit-calc(100% - 15px);
  right: -moz-calc(100% - 15px);
  right: calc(100% - 15px);
  bottom: 0;
  color: rgba(18, 18, 18, 0.05);
  font-size: 51px;
  font-weight: 900;
  line-height: 79px;
  white-space: nowrap;
  -webkit-transform: translateY(7px);
  -moz-transform: translateY(7px);
  -ms-transform: translateY(7px);
  -o-transform: translateY(7px);
  transform: translateY(7px);
}

.about-us-home-eleven-content .title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 6px);
  -moz-transform: translate(-50%, 6px);
  -ms-transform: translate(-50%, 6px);
  -o-transform: translate(-50%, 6px);
  transform: translate(-50%, 6px);
  height: 1px;
  width: 53px;
  background-color: #2d365d;
}

.about-us-home-eleven-content p {
  font-weight: 400;
  line-height: 37px;
  text-align: justify;
}

.about-us-home-eleven .image {
  max-width: 420px;
  margin-top: 69px;
}

.about-us-home-eleven .image img:last-child {
  -webkit-transform: translate(-108px, 105px);
  -moz-transform: translate(-108px, 105px);
  -ms-transform: translate(-108px, 105px);
  -o-transform: translate(-108px, 105px);
  transform: translate(-108px, 105px);
  -webkit-filter: blur(77px);
  filter: blur(77px);
  z-index: -1;
}

@media only screen and (max-width: 1199px) {

  .about-us-home-eleven-content::after,
  .about-us-home-eleven-content .sup-title::before {
    width: 437px;
    height: 428px;
  }
}

@media only screen and (max-width: 991px) {

  .about-us-home-eleven-content::after,
  .about-us-home-eleven-content .sup-title::before {
    right: auto;
    left: 50%;
    -webkit-transform: translate(-50%, -296px);
    -moz-transform: translate(-50%, -296px);
    -ms-transform: translate(-50%, -296px);
    -o-transform: translate(-50%, -296px);
    transform: translate(-50%, -296px);
  }

  .about-us-home-eleven-content .title::before {
    font-size: 36px;
  }
}

@media only screen and (max-width: 991px) {
  .about-us-home-eleven-wrapper {
    padding: 64px 32px 0;
  }

  .about-us-home-eleven-wrapper .image {
    margin-left: auto;
  }
}

@media only screen and (max-width: 575px) {
  .about-us-home-eleven-wrapper {
    margin: 0 -12px;
    padding: 64px 12px 0;
  }

  .about-us-home-eleven-wrapper::before {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    right: -12px;
    left: -12px;
    width: auto;
    height: 60%;
  }

  .about-us-home-eleven-content {
    padding: 40px 16px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
  }

  .about-us-home-eleven-content::before {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    height: 400px;
    top: -12px;
    right: -12px;
    left: -12px;
  }

  .about-us-home-eleven-content::after,
  .about-us-home-eleven-content .sup-title::before {
    width: 297px;
    height: 288px;
    -webkit-transform: translate(-50%, -215px);
    -moz-transform: translate(-50%, -215px);
    -ms-transform: translate(-50%, -215px);
    -o-transform: translate(-50%, -215px);
    transform: translate(-50%, -215px);
  }

  .about-us-home-eleven-content .title::before {
    font-size: 32px;
  }
}

.top-selling-products-heading {
  padding: 17px 127px 23px 59px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  border: 1px solid rgba(145, 145, 145, 0.3);
  margin-bottom: 70px;
}

.top-selling-products-heading .text {
  margin-left: 55px;
}

.top-selling-products-heading .text::before {
  content: "";
  position: absolute;
  width: 60px;
  height: 68px;
  top: 0;
  left: -webkit-calc(100% + 18px);
  left: -moz-calc(100% + 18px);
  left: calc(100% + 18px);
  background: url("./../../assets/images/new/pattern-3.png") 0 0 no-repeat;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
}

.top-selling-products-heading .text .title {
  font-size: 20px;
  font-weight: 900;
  line-height: 31px;
  color: #000;
}

.top-selling-products-heading .text .sub-title {
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
}

.top-selling-products-heading .nav {
  padding: 9px 18px;
  background-color: rgba(235, 237, 240, 0.6);
}

.top-selling-products-heading .nav-item {
  font-weight: 400;
  color: #121212;
  line-height: 16px;
  padding: 10px 16px 9px 12px;
  -webkit-border-radius: 11px;
  -moz-border-radius: 11px;
  border-radius: 11px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.top-selling-products-heading .nav-item:not(:last-child) {
  margin-left: 8px;
}

.top-selling-products-heading .nav-item.active,
.top-selling-products-heading .nav-item:hover {
  font-weight: 900;
}

.top-selling-products-heading .btn {
  font-weight: 400;
  color: #121212;
  line-height: 20px;
  background-color: rgba(235, 237, 240, 0.66);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  padding: 12px 27px;
}

.top-selling-products-heading .btn i {
  font-size: 16px;
}

.top-selling-products-heading .btn:hover {
  background-color: #121212;
}

.top-selling-products .swiper-slide>* {
  opacity: 0;
  visibility: hidden;
}

.top-selling-products .swiper-slide-visible>* {
  opacity: 1;
  visibility: visible;
}

.top-selling-products .swiper-button-next,
.top-selling-products .swiper-button-prev {
  top: 49px;
  right: auto;
  left: 229px;
}

.top-selling-products .swiper-button-prev {
  left: 266px;
}

@media only screen and (max-width: 1199px) {
  .top-selling-products-heading {
    padding: 17px 28px 23px;
  }

  .top-selling-products-heading .text {
    margin-left: 20px;
  }

  .top-selling-products-heading .text::before {
    content: none;
  }

  .top-selling-products .swiper-button-next {
    left: 189px;
  }

  .top-selling-products .swiper-button-prev {
    left: 226px;
  }
}

@media only screen and (max-width: 991px) {
  .top-selling-products-heading {
    -webkit-border-radius: 32px;
    -moz-border-radius: 32px;
    border-radius: 32px;
  }

  .top-selling-products-heading .nav {
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .top-selling-products-heading .nav-item {
    padding: 10px 12px 9px;
  }

  .top-selling-products-heading .nav-item:not(:last-child) {
    margin-left: 4px;
  }
}

@media only screen and (max-width: 575px) {
  .top-selling-products-heading {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    padding: 14px 18px 20px;
  }

  .top-selling-products-heading .text {
    width: 100%;
  }

  .top-selling-products-heading .nav {
    width: -webkit-calc(100% + 36px);
    width: -moz-calc(100% + 36px);
    width: calc(100% + 36px);
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow: auto hidden;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }

  .top-selling-products-heading .nav::-webkit-scrollbar {
    display: none;
  }

  .top-selling-products-heading .nav-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    white-space: nowrap;
  }

  .top-selling-products-heading .btn {
    width: 100%;
  }

  .top-selling-products .swiper-button-next {
    left: 30px;
  }

  .top-selling-products .swiper-button-prev {
    left: 70px;
  }
}

.header-three {
  padding: 24px 0;
}

.header-three form {
  max-width: 447px;
  margin-left: 36px;
}

.header-three form select {
  right: 15px;
  -webkit-box-shadow: -11px 7px 13px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: -11px 7px 13px rgba(0, 0, 0, 0.05);
  box-shadow: -11px 7px 13px rgba(0, 0, 0, 0.05);
  -webkit-border-radius: 11px;
  -moz-border-radius: 11px;
  border-radius: 11px;
  padding: 10px 34px 9px 14px;
  font-size: 9px;
  font-weight: 900;
  line-height: 14px;
  color: #121212;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url("./../images/new/icon-category.svg") right 14px center no-repeat;
  -webkit-background-size: 16px 16px;
  -moz-background-size: 16px 16px;
  -o-background-size: 16px 16px;
  background-size: 16px 16px;
}

.header-three form input {
  font-size: 11px;
  font-weight: 400;
  padding-right: 157px;
  height: 46px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.header-three-cart>.btn {
  background-color: #60008c;
  -webkit-box-shadow: -40px 15px 70px rgba(96, 0, 140, 0.2);
  -moz-box-shadow: -40px 15px 70px rgba(96, 0, 140, 0.2);
  box-shadow: -40px 15px 70px rgba(96, 0, 140, 0.2);
  -webkit-border-radius: 10px 0px 10px 10px;
  -moz-border-radius: 10px 0px 10px 10px;
  border-radius: 10px 0px 10px 10px;
  width: auto;
  height: auto;
  font-size: 13px;
  font-weight: bold;
  padding: 10px 20px 10px 13px;
}

.header-three-cart>.btn::after {
  content: "";
  position: absolute;
  top: -webkit-calc(100% + 3px);
  top: -moz-calc(100% + 3px);
  top: calc(100% + 3px);
  right: 14px;
  width: 21px;
  height: 1px;
  background-color: #60008c;
}

.header-three-cart>.btn i {
  font-size: 16px;
}

.header-three-cart>.btn span {
  margin-right: 20px;
  width: 24px;
  height: 24px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: 0px 14px 24px rgba(96, 0, 140, 0.3);
  -moz-box-shadow: 0px 14px 24px rgba(96, 0, 140, 0.3);
  box-shadow: 0px 14px 24px rgba(96, 0, 140, 0.3);
  color: #121212;
  font-size: 9px;
  line-height: 14px;
  font-weight: 400;
}

.header-three-auth>.btn {
  margin-right: 20px;
  background-color: transparent;
  border: 1px solid #d2d2d2;
  -webkit-border-radius: 0 10px 10px;
  -moz-border-radius: 0 10px 10px;
  border-radius: 0 10px 10px;
  padding: 12px 19px 12px 24px;
  -webkit-filter: drop-shadow(-40px 24px 60px rgba(250, 86, 98, 0.2));
  filter: drop-shadow(-40px 24px 60px rgba(250, 86, 98, 0.2));
  width: auto;
  height: auto;
  font-size: 13px;
  font-weight: bold;
  color: #121212;
  line-height: 22px;
}

.header-three-auth>.btn::before {
  content: "";
  position: absolute;
  top: 18px;
  right: -1px;
  background-color: #d9d9d9;
  mix-blend-mode: hard-light;
  width: 1px;
  height: 12px;
}

.header-three-auth>.btn::after {
  content: "";
  position: absolute;
  right: 12px;
  bottom: -1px;
  background-color: #d9d9d9;
  mix-blend-mode: hard-light;
  width: 40px;
  height: 1px;
}

.header-three-auth>.btn i {
  font-size: 20px;
  color: #60008c;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.header-three-auth>.btn span::before {
  content: "";
  position: absolute;
  top: 21px;
  right: -2px;
  width: 5px;
  height: 5px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #60008c;
}

.header-three-auth>.btn span::after {
  content: "";
  position: absolute;
  right: 19px;
  bottom: -1px;
  width: 21px;
  height: 1px;
  background-color: #60008c;
}

.header-three-auth>.btn:hover {
  background-color: #60008c;
}

@media only screen and (max-width: 575px) {
  .header-three-cart>.btn {
    background-color: transparent;
    padding: 0;
    color: #60008c;
  }

  .header-three-cart>.btn i {
    font-size: 20px;
  }

  .header-three-cart>.btn::after {
    content: none;
  }

  .header-three-auth>.btn {
    border: none;
    padding: 0;
  }

  .header-three-auth>.btn::after,
  .header-three-auth>.btn::before,
  .header-three-auth>.btn span::before,
  .header-three-auth>.btn span::after {
    content: none;
  }
}

.carpet-wrapper {
  background: #7262d4 url("./../images/new/bg-carpet.png") center center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  -webkit-border-radius: 25px 88px;
  -moz-border-radius: 25px 88px;
  border-radius: 25px 88px;
  max-width: 769px;
}

.carpet-carousel {
  padding: 103px 66px 69px 24px;
  max-width: -webkit-calc(100% - 197px);
  max-width: -moz-calc(100% - 197px);
  max-width: calc(100% - 197px);
}

.carpet-item .image::before,
.carpet-item .image::after {
  content: "";
  position: absolute;
  top: -35px;
  right: -14px;
  bottom: -6px;
  left: -21px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}

.carpet-item .image::before {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.3)), color-stop(77.66%, rgba(255, 255, 255, 0.0990727)), to(rgba(255, 255, 255, 0)));
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.0990727) 77.66%, rgba(255, 255, 255, 0) 100%);
  background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.0990727) 77.66%, rgba(255, 255, 255, 0) 100%);
  background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.0990727) 77.66%, rgba(255, 255, 255, 0) 100%);
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.0990727) 77.66%, rgba(255, 255, 255, 0) 100%);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  z-index: -1;
  padding: 5px;
}

.carpet-item .image::after {
  border: 1px solid transparent;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(42.84%, rgba(255, 255, 255, 0.223791)), to(rgba(255, 255, 255, 0))) border-box;
  background: -webkit-linear-gradient(top, #fff 0%, rgba(255, 255, 255, 0.223791) 42.84%, rgba(255, 255, 255, 0) 100%) border-box;
  background: -moz-linear-gradient(top, #fff 0%, rgba(255, 255, 255, 0.223791) 42.84%, rgba(255, 255, 255, 0) 100%) border-box;
  background: -o-linear-gradient(top, #fff 0%, rgba(255, 255, 255, 0.223791) 42.84%, rgba(255, 255, 255, 0) 100%) border-box;
  background: linear-gradient(180deg, #fff 0%, rgba(255, 255, 255, 0.223791) 42.84%, rgba(255, 255, 255, 0) 100%) border-box;
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) padding-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
  -webkit-mask: -webkit-linear-gradient(#fff 0 0) padding-box, -webkit-linear-gradient(#fff 0 0);
  mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) padding-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
  mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: xor;
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}

.carpet-item .image img {
  width: 188px;
  height: 253px;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}

.carpet-item .image .shape-1 {
  top: -34px;
  right: -36px;
  bottom: -2px;
  left: -61px;
  background: url("./../images/new/image-03.png") 0 0 no-repeat;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
  z-index: -2;
}

.carpet-item .image .shape-2 {
  width: 167px;
  height: 271px;
  background: url("./../images/new/image-04.png") 0 0 no-repeat;
  -webkit-filter: blur(53.5px);
  filter: blur(53.5px);
  -webkit-transform: translate(46px, -84px);
  -moz-transform: translate(46px, -84px);
  -ms-transform: translate(46px, -84px);
  -o-transform: translate(46px, -84px);
  transform: translate(46px, -84px);
  z-index: -5;
}

.carpet-item .detail {
  margin-right: 62px;
}

.carpet-item .detail .sup-title {
  font-size: 21px;
  line-height: 36px;
  font-weight: 400;
}

.carpet-item .detail .sup-title span {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}

.carpet-item .detail .title {
  font-size: 46px;
  line-height: 78px;
  font-weight: 400;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.17);
  margin: 13px 0 31px;
}

.carpet-item .detail .title h2 {
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
}

.carpet-item .detail .btn {
  font-weight: 900;
  line-height: 14px;
  padding: 16px 26px;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  border-radius: 14px;
  -webkit-transform: scale(0) rotate(10deg);
  -moz-transform: scale(0) rotate(10deg);
  -ms-transform: scale(0) rotate(10deg);
  -o-transform: scale(0) rotate(10deg);
  transform: scale(0) rotate(10deg);
}

.carpet-item .detail .btn i {
  font-size: 8px;
  margin-right: 11px;
}

.swiper-slide-active .carpet-item .image img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.swiper-slide-active .carpet-item .detail .sup-title span {
  -webkit-transition-delay: 0.6s;
  -moz-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  transition-delay: 0.6s;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.swiper-slide-active .carpet-item .detail .title h2 {
  -webkit-transition-delay: 0.9s;
  -moz-transition-delay: 0.9s;
  -o-transition-delay: 0.9s;
  transition-delay: 0.9s;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}

.swiper-slide-active .carpet-item .detail .btn {
  -webkit-transition-delay: 1.2s;
  -moz-transition-delay: 1.2s;
  -o-transition-delay: 1.2s;
  transition-delay: 1.2s;
  -webkit-transform: scale(1) rotate(0);
  -moz-transform: scale(1) rotate(0);
  -ms-transform: scale(1) rotate(0);
  -o-transform: scale(1) rotate(0);
  transform: scale(1) rotate(0);
}

.carpet .swiper-button-next,
.carpet .swiper-button-prev {
  top: auto;
  right: auto;
  bottom: 24px;
  left: 0;
  -webkit-transform: translateX(-125px);
  -moz-transform: translateX(-125px);
  -ms-transform: translateX(-125px);
  -o-transform: translateX(-125px);
  transform: translateX(-125px);
}

.carpet .swiper-button-prev {
  left: 40px;
}

.carpet-left {
  background: #211c28 url("./../images/new/bg-carpet-2.png") center center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  max-width: 197px;
  -webkit-border-radius: 25px 0 0 88px;
  -moz-border-radius: 25px 0 0 88px;
  border-radius: 25px 0 0 88px;
  padding: 32px 29px 32px 34px;
}

.carpet-left .title,
.carpet-left p {
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.17);
}

.carpet-left .title {
  font-size: 21px;
  font-weight: 400;
  line-height: 32px;
}

.carpet-left p {
  font-size: 15px;
  line-height: 24px;
  font-weight: 400;
  margin: 2px 0 25px;
}

.carpet-left .btn {
  border: 1px solid #fff;
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-border-radius: 0 10px 10px;
  -moz-border-radius: 0 10px 10px;
  border-radius: 0 10px 10px;
  font-size: 13px;
  font-weight: bold;
  padding: 11px 8px;
  line-height: 20px;
  margin-bottom: 34px;
}

.carpet-left .btn::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 5px;
  height: 5px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transform: translate(1px, -50%);
  -moz-transform: translate(1px, -50%);
  -ms-transform: translate(1px, -50%);
  -o-transform: translate(1px, -50%);
  transform: translate(1px, -50%);
}

.carpet-left .btn i {
  font-size: 8px;
  margin-right: 12px;
}

.carpet-left .btn:hover {
  background-color: #fff;
}

@media only screen and (max-width: 991px) {
  .carpet-carousel {
    padding: 103px 48px 69px 16px;
  }

  .carpet-item .detail {
    margin-right: 40px;
  }
}

@media only screen and (max-width: 767px) {

  .carpet-carousel,
  .carpet-left {
    max-width: 100%;
  }

  .carpet-wrapper {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
  }

  .carpet .swiper-button-next,
  .carpet .swiper-button-prev {
    top: 0;
    bottom: auto;
    -webkit-transform: translate(24px, -45px);
    -moz-transform: translate(24px, -45px);
    -ms-transform: translate(24px, -45px);
    -o-transform: translate(24px, -45px);
    transform: translate(24px, -45px);
  }

  .carpet-left {
    z-index: 4;
    -webkit-border-radius: 20px 20px 0 0;
    -moz-border-radius: 20px 20px 0 0;
    border-radius: 20px 20px 0 0;
  }
}

@media only screen and (max-width: 575px) {
  .carpet-carousel {
    padding: 80px 30px 32px;
  }

  .carpet-item .image {
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    margin: 0 auto 24px;
  }

  .carpet-item .detail {
    margin: 0;
  }
}

.top-category-products-item {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(0.7);
  -moz-transform: scale(0.7);
  -ms-transform: scale(0.7);
  -o-transform: scale(0.7);
  transform: scale(0.7);
}

.top-category-products-item .image::before,
.top-category-products-item .image::after {
  content: "";
  position: absolute;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.top-category-products-item .image::before {
  top: 54px;
  right: -27px;
  bottom: -42px;
  left: -26px;
  background: #211c28 url("./../images/new/bg-002.png") center center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  z-index: -3;
  -webkit-border-radius: 25px 25px 80px 80px;
  -moz-border-radius: 25px 25px 80px 80px;
  border-radius: 25px 25px 80px 80px;
}

.top-category-products-item .image::after {
  right: 0;
  bottom: 0;
  -webkit-transform: translate(60px, 21px);
  -moz-transform: translate(60px, 21px);
  -ms-transform: translate(60px, 21px);
  -o-transform: translate(60px, 21px);
  transform: translate(60px, 21px);
  -webkit-mask: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOTAiIGhlaWdodD0iOTAiIHZpZXdCb3g9IjAgMCA5MCA5MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTIwLjkzNTQgMzAuODczNEMxOS42ODE0IDMwLjc0NTYgMTguNDE3NiAzMC45ODgyIDE3LjI5NzIgMzEuNTcxOUMxNi4xNzY4IDMyLjE1NTYgMTUuMjQ3OSAzMy4wNTUzIDE0LjYyMzEgMzQuMTYyQzE0LjQ0NzMgMzQuNDkyIDE0LjI5NzcgMzQuODM1NiAxNC4xNzU4IDM1LjE4OTZDMTMuNDk0OCAzMi4zMzI3IDEyLjc3MzEgMjkuMzczMSAxNC40NzA2IDI3LjA4MTRDMTUuNTc4NiAyNC40NjA5IDE4LjQ3NTUgMjMuNjA3OSAyMS4yNjA2IDIyLjc4NThDMjEuMDEzMSAyMy4wNjU5IDIwLjc5MiAyMy4zNjg2IDIwLjYgMjMuNjkwMUMxOS45NjAxIDI0Ljc5MTEgMTkuNjUxIDI2LjA1NjcgMTkuNzEwNiAyNy4zMzIzQzE5Ljc3MDIgMjguNjA3OSAyMC4xOTU3IDI5LjgzODMgMjAuOTM1NCAzMC44NzM0Wk0zMS4xNzEzIDIwLjUyNDlDMzAuMTQ2NCAxOS43NzUgMjguOTI3NCAxOS4zNDM2IDI3LjY2MzYgMTkuMjgzM0MyNi4zOTk4IDE5LjIyMzEgMjUuMTQ2MSAxOS41MzY4IDI0LjA1NTkgMjAuMTg1OUMyMy43MzczIDIwLjM3OTEgMjMuNDM3OCAyMC42MDI3IDIzLjE2MTQgMjAuODUzOEMyMy45NzQ2IDE4LjAzOCAyNC44MTgzIDE1LjA5ODkgMjcuNDEwNCAxMy45ODlDMjkuNjc3MSAxMi4yNzI5IDMyLjYwNDYgMTIuOTYxNCAzNS40MzA0IDEzLjY5MTFDMzUuMDgwMiAxMy44MTQzIDM0Ljc0MDMgMTMuOTY1NSAzNC40MTM5IDE0LjE0MzJDMzMuMzIxMiAxNC43NzYzIDMyLjQzMzMgMTUuNzE2IDMxLjg1NzggMTYuODQ4NkMzMS4yODI0IDE3Ljk4MTIgMzEuMDQzOSAxOS4yNTgyIDMxLjE3MTMgMjAuNTI0OVpNNDUuMTQ3OSAxNi43NDMyQzQ0LjYzMjEgMTUuNTgxMSA0My43OTM4IDE0LjU5NTUgNDIuNzM0NiAxMy45MDU5QzQxLjY3NTQgMTMuMjE2MyA0MC40NDA5IDEyLjg1MjUgMzkuMTgxMSAxMi44NTg3QzM4LjgwNTQgMTIuODYzIDM4LjQzMDkgMTIuOTA0MyAzOC4wNjMgMTIuOTgyQzQwLjE2NzIgMTAuOTI2NyA0Mi4zNDI0IDguODcxMzMgNDUuMTc4NCA5LjE4OTkxQzQ3Ljk4MzkgOC44NDA1IDUwLjE1OTEgMTAuOTU3NSA1Mi4yOTM3IDEyLjk4MkM1MS45Mjk0IDEyLjkwMzcgNTEuNTU4MyAxMi44NjI0IDUxLjE4NTggMTIuODU4N0M0OS45MTQgMTIuODM4NSA0OC42NjQyIDEzLjE5NTYgNDcuNTkxIDEzLjg4NjFDNDYuNTE3OSAxNC41NzY1IDQ1LjY2ODQgMTUuNTY5OCA0NS4xNDc5IDE2Ljc0MzJaTTU5LjEyNDQgMjAuNTI0OUM1OS4yNTE5IDE5LjI1ODIgNTkuMDEzNSAxNy45ODEyIDU4LjQzOCAxNi44NDg2QzU3Ljg2MjUgMTUuNzE2IDU2Ljk3NDcgMTQuNzc2MyA1NS44ODE5IDE0LjE0MzJDNTUuNTU0NyAxMy45NjcyIDU1LjIxNDkgMTMuODE2MSA1NC44NjU1IDEzLjY5MTFDNTcuNjgxMSAxMy4wMDI1IDYwLjYxODcgMTIuMjcyOSA2Mi44NzUzIDEzLjk4OUM2NS40Nzc1IDE1LjA5ODkgNjYuMzExIDE4LjAzOCA2Ny4xMzQzIDIwLjg1MzhDNjYuODU2MiAyMC42MDAzIDY2LjU1MzEgMjAuMzc2NSA2Ni4yMjk2IDIwLjE4NTlDNjUuMTQ1MiAxOS41NDc1IDYzLjkwMTMgMTkuMjM5OCA2Mi42NDc5IDE5LjNDNjEuMzk0NCAxOS4zNjAyIDYwLjE4NDkgMTkuNzg1NiA1OS4xNjUxIDIwLjUyNDlINTkuMTI0NFpNNjkuMzI5OSAzMC44NzM0QzcwLjA3MDggMjkuODM3MiA3MC40OTggMjguNjA1NiA3MC41NTkzIDI3LjMyODVDNzAuNjIwNyAyNi4wNTE0IDcwLjMxMzYgMjQuNzgzOCA2OS42NzU1IDIzLjY3OThDNjkuNDggMjMuMzU4MSA2OS4yNTU1IDIzLjA1NTMgNjkuMDA0NyAyMi43NzU1QzcxLjc4OTkgMjMuNTk3NiA3NC42OTY5IDI0LjQ1MDYgNzUuODA0OSAyNy4wNzExQzc3LjUwMjQgMjkuMzYyOCA3Ni44MjE0IDMyLjMyMjQgNzYuMDg5NSAzNS4xNzkzQzc1Ljk3MTcgMzQuODIzNyA3NS44MjE5IDM0LjQ3OTggNzUuNjQyMiAzNC4xNTE3Qzc1LjAxNiAzMy4wNDY5IDc0LjA4NjYgMzIuMTQ5MyA3Mi45NjYzIDMxLjU2NzVDNzEuODQ2IDMwLjk4NTcgNzAuNTgyOSAzMC43NDQ2IDY5LjMyOTkgMzAuODczNFpNNzMuMDgwNyA0NS4wMDM3Qzc0LjIyODUgNDQuNDgwMiA3NS4yMDIyIDQzLjYzMjIgNzUuODgzOSA0Mi41NjE4Qzc2LjU2NTcgNDEuNDkxNCA3Ni45MjY1IDQwLjI0NDUgNzYuOTIzIDM4Ljk3MTRDNzYuOTEwOSAzOC41OTE1IDc2Ljg2NjcgMzguMjEzMyA3Ni43OTA4IDM3Ljg0MUM3OC44MjM4IDM5Ljk2ODIgODAuODU2OCA0Mi4xNjc0IDgwLjU1MTkgNDUuMDM0NkM4MC44ODczIDQ3Ljg3MDkgNzguNzkzMyA1MC4wNzAxIDc2Ljc5MDggNTIuMjI4MkM3Ny4wOTk0IDUwLjc3OTkgNzYuODk3NSA0OS4yNjgxIDc2LjIxOTkgNDcuOTU0NEM3NS41NDI0IDQ2LjY0MDggNzQuNDMxOSA0NS42MDc5IDczLjA4MDcgNDUuMDM0NlY0NS4wMDM3Wk02OS4zMjk5IDU5LjEzNEM3MC41ODQgNTkuMjYxOSA3MS44NDc3IDU5LjAxOTIgNzIuOTY4MSA1OC40MzU1Qzc0LjA4ODUgNTcuODUxOCA3NS4wMTc0IDU2Ljk1MjIgNzUuNjQyMiA1NS44NDU1Qzc1LjgyNCA1NS41MTg0IDc1Ljk3MzggNTUuMTc0MyA3Ni4wODk1IDU0LjgxNzhDNzYuNzgwNyA1Ny42NzQ3IDc3LjUwMjQgNjAuNjQ0NyA3NS44MDQ5IDYyLjkyNjFDNzQuNjk2OSA2NS41NTY5IDcxLjczOSA2Ni4zOTk1IDY5LjAwNDcgNjcuMjIxN0M2OS4yNTU1IDY2Ljk0MTggNjkuNDggNjYuNjM5MSA2OS42NzU1IDY2LjMxNzNDNzAuMzExNCA2NS4yMTQ1IDcwLjYxNzMgNjMuOTQ4OSA3MC41NTYgNjIuNjczOUM3MC40OTQ2IDYxLjM5ODkgNzAuMDY4NyA2MC4xNjkyIDY5LjMyOTkgNTkuMTM0Wk01OS4xNjUxIDY5LjQ4MjVDNjAuMTkwMSA3MC4yMzE2IDYxLjQwODIgNzAuNjYzNCA2Mi42NzE0IDcwLjcyNTRDNjMuOTM0NyA3MC43ODc0IDY1LjE4ODUgNzAuNDc3MSA2Ni4yODA1IDY5LjgzMkM2Ni42MDIxIDY5LjYzNDYgNjYuOTA1IDY5LjQwNzUgNjcuMTg1MiA2OS4xNTM3QzY2LjM2MTggNzEuOTY5NSA2NS41MjgzIDc0LjkwODUgNjIuOTI2MSA3Ni4wMTg0QzYwLjY2OTUgNzcuNzQ0OSA1Ny43MzE5IDc3LjA0NjEgNTQuOTE2MiA3Ni4zMTY1QzU1LjI2NzMgNzYuMTk1NyA1NS42MDc0IDc2LjA0NDQgNTUuOTMyNyA3NS44NjQzQzU3LjAyMzUgNzUuMjI5OCA1Ny45MDkzIDc0LjI4OTUgNTguNDgyOSA3My4xNTdDNTkuMDU2NiA3Mi4wMjQ1IDU5LjI5MzUgNzAuNzQ4MiA1OS4xNjUxIDY5LjQ4MjVaTTQ1LjE4ODYgNzMuMjc0NkM0NS43MDc1IDc0LjQzNTUgNDYuNTQ4MyA3NS40MTk0IDQ3LjYwOTIgNzYuMTA3QzQ4LjY3IDc2Ljc5NDcgNDkuOTA1MyA3Ny4xNTY2IDUxLjE2NTUgNzcuMTQ4OUM1MS41Mzc5IDc3LjE0NTEgNTEuOTA5IDc3LjEwMzggNTIuMjczNCA3Ny4wMjU2QzUwLjE2OTMgNzkuMDgwOSA0Ny45OTQgODEuMTM2MiA0NS4xNTggODAuODE3NkM0Mi4zNTI2IDgxLjE2NyA0MC4xNzczIDc5LjA1IDM4LjA0MjcgNzcuMDI1NkMzOC40MTA2IDc3LjEwMzIgMzguNzg1IDc3LjE0NDUgMzkuMTYwOCA3Ny4xNDg5QzQwLjQyMjYgNzcuMTU4NiA0MS42NjAyIDc2Ljc5NzYgNDIuNzIzMSA3Ni4xMDk5QzQzLjc4NTkgNzUuNDIyMSA0NC42MjgyIDc0LjQzNzEgNDUuMTQ3OSA3My4yNzQ2SDQ1LjE4ODZaTTMxLjIxMiA2OS40ODI1QzMxLjA4NTUgNzAuNzUwNCAzMS4zMjU1IDcyLjAyOCAzMS45MDI5IDczLjE2MDdDMzIuNDgwMiA3NC4yOTM1IDMzLjM3IDc1LjIzMjYgMzQuNDY0NyA3NS44NjQzQzM0Ljc4OTIgNzYuMDQ2IDM1LjEyOTQgNzYuMTk3MyAzNS40ODExIDc2LjMxNjVDMzIuNjU1MyA3Ny4wMDUgMjkuNzI4IDc3Ljc0NDkgMjcuNDYxMiA3Ni4wMTg0QzI0Ljg2OTIgNzQuOTA4NSAyNC4wMjU1IDcxLjk2OTUgMjMuMjEyMyA2OS4xNTM3QzIzLjQ5MSA2OS40MDQ4IDIzLjc5MDMgNjkuNjMxOCAyNC4xMDY4IDY5LjgzMkMyNS4xOTMgNzAuNDY2MyAyNi40MzcgNzAuNzcwNyAyNy42ODk5IDcwLjcwODhDMjguOTQyOCA3MC42NDY4IDMwLjE1MTUgNzAuMjIxMSAzMS4xNzEzIDY5LjQ4MjVIMzEuMjEyWk0yMC45NzYxIDU5LjEzNEMyMC4yMzQ0IDYwLjE3MDIgMTkuODA3NSA2MS40MDI2IDE5Ljc0NzkgNjIuNjgwM0MxOS42ODg0IDYzLjk1NzkgMTkuOTk4NSA2NS4yMjU1IDIwLjY0MDYgNjYuMzI3NkMyMC44MzI2IDY2LjY0OTEgMjEuMDUzOCA2Ni45NTE5IDIxLjMwMTMgNjcuMjMyQzE4LjUxNjIgNjYuNDA5OCAxNS42MTkyIDY1LjU2NzIgMTQuNTExMiA2Mi45MzY0QzEyLjgxMzcgNjAuNjU1IDEzLjQ5NDggNTcuNjg1IDE0LjIxNjUgNTQuODI4MUMxNC42Nzg3IDU2LjIyNTUgMTUuNjAzNSA1Ny40MTkxIDE2LjgzNDkgNTguMjA3MkMxOC4wNjYzIDU4Ljk5NTQgMTkuNTI5IDU5LjMzIDIwLjk3NjEgNTkuMTU0NlY1OS4xMzRaTTE3LjIzNTQgNDUuMDAzN0MxNi4wODQ0IDQ1LjUyNTggMTUuMTA4NCA0Ni4zNzUgMTQuNDI2MiA0Ny40NDc5QzEzLjc0NCA0OC41MjA3IDEzLjM4NSA0OS43NzEgMTMuMzkzMSA1MS4wNDY0QzEzLjM5NjggNTEuNDIyOSAxMy40Mzc3IDUxLjc5ODIgMTMuNTE1MSA1Mi4xNjY1QzExLjQ4MjEgNTAuMDM5MyA5LjQ0OTIxIDQ3Ljg0MDEgOS43NjQzMiA0NC45NzI5QzkuNDE4NzEgNDIuMTM2NiAxMS41MTI2IDM5LjkzNzQgMTMuNTE1MSAzNy43NzkzQzEzLjQzNzcgMzguMTUxMiAxMy4zOTY5IDM4LjUyOTggMTMuMzkzMSAzOC45MDk3QzEzLjM3MTYgNDAuMTg5MyAxMy43MTk5IDQxLjQ0NzQgMTQuMzk1MiA0Mi41Mjk4QzE1LjA3MDQgNDMuNjEyMiAxNi4wNDMzIDQ0LjQ3MiAxNy4xOTQ3IDQ1LjAwMzdIMTcuMjM1NFpNMTUuMzk1NSA1My4wNzA5QzE0Ljk2NDggNTIuMTMxMSAxNC44MTY1IDUxLjA4NDEgMTQuOTY4NyA1MC4wNTk4QzE1LjExNDcgNDguOTc5NCAxNS42MzQ1IDQ3Ljk4NjIgMTYuNDM1OCA0Ny4yNTY0QzE3LjIzNzIgNDYuNTI2NSAxOC4yNjgyIDQ2LjEwNzEgMTkuMzQ2MyA0Ni4wNzI3QzIwLjQyNDMgNDYuMDM4MiAyMS40Nzk2IDQ2LjM5MDggMjIuMzI1IDQ3LjA2OEMyMy4xNzA0IDQ3Ljc0NTEgMjMuNzUxMiA0OC43MDMyIDIzLjk2NDUgNDkuNzcyMUMyNC4wNDI2IDUwLjA4MTQgMjQuMDg2OSA1MC4zOTg0IDI0LjA5NjYgNTAuNzE3NUMyNC42Mjg3IDUxLjczMDMgMjQuNzcwNSA1Mi45MDY2IDI0LjQ5NDYgNTQuMDE5QzI0LjIxODYgNTUuMTMxNCAyMy41NDQ0IDU2LjEwMDggMjIuNjAyNiA1Ni43Mzk5QzIxLjY2MDcgNTcuMzc5IDIwLjUxOCA1Ny42NDIzIDE5LjM5NTIgNTcuNDc5QzE4LjI3MjQgNTcuMzE1NyAxNy4yNDk0IDU2LjczNzQgMTYuNTIzOSA1NS44NTU4QzE1Ljg2NjcgNTUuMDY3MSAxNS40NTkzIDU0LjA5NjggMTUuMzU0OSA1My4wNzA5SDE1LjM5NTVaTTE1LjM5NTUgMzYuOTM2NkMxNS40NzU2IDM1LjkyNDQgMTUuODUwNiAzNC45NTg5IDE2LjQ3MyAzNC4xNjJDMTcuMjA3IDMzLjMwNDggMTguMjI1NyAzMi43NDg3IDE5LjMzNzEgMzIuNTk4M0MyMC40NDg1IDMyLjQ0NzggMjEuNTc1OSAzMi43MTM1IDIyLjUwNyAzMy4zNDUzQzIzLjQzODEgMzMuOTc3MSAyNC4xMDg3IDM0LjkzMTIgMjQuMzkyMSAzNi4wMjgxQzI0LjY3NTUgMzcuMTI1IDI0LjU1MjMgMzguMjg4OCAyNC4wNDU4IDM5LjMwMDJDMjQuMDM2IDM5LjYxOTMgMjMuOTkxNyAzOS45MzY0IDIzLjkxMzYgNDAuMjQ1N0MyMy43MDAzIDQxLjMxNDYgMjMuMTE5NSA0Mi4yNzI2IDIyLjI3NDEgNDIuOTQ5OEMyMS40Mjg3IDQzLjYyNyAyMC4zNzM2IDQzLjk3OTYgMTkuMjk1NSA0My45NDUyQzE4LjIxNzUgNDMuOTEwNyAxNy4xODYzIDQzLjQ5MTMgMTYuMzg1IDQyLjc2MTRDMTUuNTgzNiA0Mi4wMzE2IDE1LjA2MzggNDEuMDM4NCAxNC45MTc4IDM5Ljk1OEMxNC43NjY3IDM4LjkyOTMgMTQuOTE4OCAzNy44Nzg1IDE1LjM1NDkgMzYuOTM2NkgxNS4zOTU1Wk0yMy4zODUyIDIyLjk2MDVDMjMuOTYzIDIyLjEwNSAyNC43ODU5IDIxLjQ0ODggMjUuNzQzMyAyMS4wNzk5QzI2Ljc0MzEgMjAuNjUyMSAyNy44NjExIDIwLjU5OTUgMjguODk1OSAyMC45MzE2QzI5LjkzMDYgMjEuMjYzNiAzMC44MTQgMjEuOTU4NSAzMS4zODY3IDIyLjg5MDlDMzEuOTU5NCAyMy44MjMyIDMyLjE4MzkgMjQuOTMxOSAzMi4wMTk1IDI2LjAxNjhDMzEuODU1MSAyNy4xMDE3IDMxLjMxMjggMjguMDkxNSAzMC40OTAzIDI4LjgwNzhDMjkuOTQ4MSAyOS4xMzY4IDI5LjQ5NDIgMjkuNTk1NiAyOS4xNjg5IDMwLjE0MzlDMjguNDYwMyAzMC45NzU0IDI3LjQ4MTMgMzEuNTIzNyAyNi40MDgyIDMxLjY4OTlDMjUuMzM1MSAzMS44NTYgMjQuMjM4NSAzMS42MjkyIDIzLjMxNjMgMzEuMDUwMUMyMi4zOTQgMzAuNDcxMSAyMS43MDY3IDI5LjU3ODEgMjEuMzc4MyAyOC41MzE5QzIxLjA0OTggMjcuNDg1OCAyMS4xMDE4IDI2LjM1NTQgMjEuNTI0OSAyNS4zNDQ2QzIxLjg3OSAyNC4zODIyIDIyLjUxMzQgMjMuNTUwOSAyMy4zNDQ1IDIyLjk2MDVIMjMuMzg1MlpNMzcuMjA5MiAxNC44ODMxQzM4LjEzNzIgMTQuNDQyMyAzOS4xNzQzIDE0LjI5MiA0MC4xODc0IDE0LjQ1MTVDNDEuMjU2MSAxNC41OTkxIDQyLjIzODUgMTUuMTI0NiA0Mi45NjA0IDE1LjkzNDhDNDMuNjgyNCAxNi43NDQ5IDQ0LjA5NzIgMTcuNzg3NCA0NC4xMzEzIDE4Ljg3NzNDNDQuMTY1NCAxOS45NjcyIDQzLjgxNjYgMjEuMDM0IDQzLjE0NjggMjEuODg4N0M0Mi40NzcgMjIuNzQzNCA0MS41Mjk0IDIzLjMzMDYgNDAuNDcyMSAyMy41NDYyQzQwLjE2NjEgMjMuNjI1MiAzOS44NTI1IDIzLjY3IDM5LjUzNjkgMjMuNjc5OEMzOC40NzAxIDI0LjI0NzYgMzcuMjMxMyAyNC4zODk1IDM2LjA2NTkgMjQuMDc3M0MzNC45MDA2IDIzLjc2NTIgMzMuODkzNyAyMy4wMjE4IDMzLjI0NDkgMjEuOTk0NUMzMi43Mzc2IDIxLjAxMTggMzIuNTc2OSAxOS44ODM3IDMyLjc4OTQgMTguNzk2M0MzMy4wMDIgMTcuNzA4OSAzMy41NzUxIDE2LjcyNzMgMzQuNDEzOSAxNi4wMTM2QzM1LjIwMzYgMTUuMzczNSAzNi4xNjEgMTQuOTgwNSAzNy4xNjg1IDE0Ljg4MzFIMzcuMjA5MlpNNTMuMTY3OSAxNC44ODMxQzU0LjE4OTYgMTQuOTcyNyA1NS4xNjIzIDE1LjM2NiA1NS45NjMyIDE2LjAxMzZDNTYuODE5MyAxNi42ODAyIDU3LjQxMzggMTcuNjMyMiA1Ny42NDA3IDE4LjcwMDNDNTcuODY3NiAxOS43Njg0IDU3LjcxMjIgMjAuODgzMyA1Ny4yMDIzIDIxLjg0NjVDNTYuNjkyNCAyMi44MDk3IDU1Ljg2MSAyMy41NTg4IDU0Ljg1NiAyMy45NjAzQzUzLjg1MTEgMjQuMzYxOSA1Mi43Mzc5IDI0LjM5IDUxLjcxNDQgMjQuMDM5NkM1MS40MTIgMjMuOTQ5MiA1MS4xMTkxIDIzLjgyODcgNTAuODQwMiAyMy42Nzk4QzUwLjUyNDYgMjMuNjcgNTAuMjExIDIzLjYyNTIgNDkuOTA1IDIzLjU0NjJDNDguODQ3OCAyMy4zMzA2IDQ3LjkwMDIgMjIuNzQzNCA0Ny4yMzAzIDIxLjg4ODdDNDYuNTYwNSAyMS4wMzQgNDYuMjExOCAxOS45NjcyIDQ2LjI0NTkgMTguODc3M0M0Ni4yOCAxNy43ODc0IDQ2LjY5NDggMTYuNzQ0OSA0Ny40MTY3IDE1LjkzNDhDNDguMTM4NiAxNS4xMjQ2IDQ5LjEyMSAxNC41OTkxIDUwLjE4OTcgMTQuNDUxNUM1MS4xODk2IDE0LjI5OTcgNTIuMjExNSAxNC40NDk5IDUzLjEyNzMgMTQuODgzMUg1My4xNjc5Wk02Ny4wMDIyIDIyLjk2MDVDNjcuODQyNiAyMy41NTA4IDY4LjQ5MDIgMjQuMzgwOCA2OC44NjI0IDI1LjM0NDZDNjkuMjc1NiAyNi4zNTU1IDY5LjMyMDEgMjcuNDgxOSA2OC45ODgxIDI4LjUyMjhDNjguNjU2MSAyOS41NjM4IDY3Ljk2OTIgMzAuNDUxNyA2Ny4wNDk4IDMxLjAyODFDNjYuMTMwNCAzMS42MDQ2IDY1LjAzODQgMzEuODMyMSA2My45Njg1IDMxLjY3MDJDNjIuODk4NiAzMS41MDgyIDYxLjkyMDMgMzAuOTY3MyA2MS4yMDgzIDMwLjE0MzlDNjAuODgyOSAyOS41OTU2IDYwLjQyOTEgMjkuMTM2OCA1OS44ODY4IDI4LjgwNzhDNTkuMDY0MyAyOC4wOTE1IDU4LjUyMiAyNy4xMDE3IDU4LjM1NzYgMjYuMDE2OEM1OC4xOTMyIDI0LjkzMTkgNTguNDE3NyAyMy44MjMyIDU4Ljk5MDQgMjIuODkwOUM1OS41NjMyIDIxLjk1ODUgNjAuNDQ2NSAyMS4yNjM2IDYxLjQ4MTMgMjAuOTMxNkM2Mi41MTYgMjAuNTk5NSA2My42MzQgMjAuNjUyMSA2NC42MzM4IDIxLjA3OTlDNjUuNTc4MSAyMS40NTc2IDY2LjM4ODkgMjIuMTEyNiA2Ni45NjE2IDIyLjk2MDVINjcuMDAyMlpNNzQuOTgxNiAzNi45MzY2Qzc1LjQxNzYgMzcuODc0OSA3NS41NjYyIDM4LjkyMzQgNzUuNDA4NCAzOS45NDc3Qzc1LjI2MjQgNDEuMDI4MSA3NC43NDI2IDQyLjAyMTMgNzMuOTQxMyA0Mi43NTEyQzczLjE0IDQzLjQ4MSA3Mi4xMDg5IDQzLjkwMDQgNzEuMDMwOCA0My45MzQ5QzY5Ljk1MjggNDMuOTY5MyA2OC44OTc1IDQzLjYxNjcgNjguMDUyMSA0Mi45Mzk1QzY3LjIwNjggNDIuMjYyMyA2Ni42MjU5IDQxLjMwNDMgNjYuNDEyNiA0MC4yMzU0QzY2LjMzNzcgMzkuOTI1NyA2Ni4yOTY4IDM5LjYwODcgNjYuMjkwNyAzOS4yOUM2Ni4xMzU5IDM5LjAxMDMgNjYuMDEzMiAzOC43MTM5IDY1LjkyNDggMzguNDA2MkM2NS41NzgxIDM3LjM3MTQgNjUuNjA1OCAzNi4yNDU5IDY2LjAwMyAzNS4yMjk5QzY2LjQwMDMgMzQuMjE0IDY3LjE0MTEgMzMuMzczNCA2OC4wOTM4IDMyLjg1NzlDNjkuMDQ2NSAzMi4zNDI0IDcwLjE0OTMgMzIuMTg1MyA3MS4yMDU4IDMyLjQxNDdDNzIuMjYyMyAzMi42NDQxIDczLjIwNCAzMy4yNDUxIDczLjg2MzQgMzQuMTEwNkM3NC40OTUyIDM0LjkyMTggNzQuODcwOCAzNS45MDY2IDc0Ljk0MDkgMzYuOTM2Nkg3NC45ODE2Wk03NC45ODE2IDUzLjA3MDlDNzQuODk5OCA1NC4xMDU0IDc0LjUwOTggNTUuMDkwNyA3My44NjM0IDU1Ljg5NjlDNzMuMjA0IDU2Ljc2MjUgNzIuMjYyMyA1Ny4zNjM0IDcxLjIwNTggNTcuNTkyOEM3MC4xNDkzIDU3LjgyMjIgNjkuMDQ2NSA1Ny42NjUyIDY4LjA5MzggNTcuMTQ5NkM2Ny4xNDExIDU2LjYzNDEgNjYuNDAwMyA1NS43OTM2IDY2LjAwMyA1NC43Nzc2QzY1LjYwNTggNTMuNzYxNiA2NS41NzgxIDUyLjYzNiA2NS45MjQ4IDUxLjYwMTNDNjYuMDEzMiA1MS4yOTM2IDY2LjEzNTkgNTAuOTk3MSA2Ni4yOTA3IDUwLjcxNzVDNjYuMjk2OCA1MC4zOTg4IDY2LjMzNzcgNTAuMDgxNyA2Ni40MTI2IDQ5Ljc3MjFDNjYuNjI1OSA0OC43MDMyIDY3LjIwNjggNDcuNzQ1MSA2OC4wNTIxIDQ3LjA2OEM2OC44OTc1IDQ2LjM5MDggNjkuOTUyOCA0Ni4wMzgyIDcxLjAzMDggNDYuMDcyN0M3Mi4xMDg5IDQ2LjEwNzEgNzMuMTQgNDYuNTI2NSA3My45NDEzIDQ3LjI1NjRDNzQuNzQyNiA0Ny45ODYyIDc1LjI2MjQgNDguOTc5NCA3NS40MDg0IDUwLjA1OThDNzUuNTUzNiA1MS4wODgyIDc1LjM5MDcgNTIuMTM2OSA3NC45NDA5IDUzLjA3MDlINzQuOTgxNlpNNjcuMDAyMiA2Ny4wNDdDNjYuNDE4NyA2Ny45MDE0IDY1LjU5MzEgNjguNTU3IDY0LjYzMzggNjguOTI3NkM2My42MzQgNjkuMzU1NCA2Mi41MTYgNjkuNDA4IDYxLjQ4MTMgNjkuMDc1OUM2MC40NDY1IDY4Ljc0MzggNTkuNTYzMiA2OC4wNDkgNTguOTkwNCA2Ny4xMTY2QzU4LjQxNzcgNjYuMTg0MiA1OC4xOTMyIDY1LjA3NTYgNTguMzU3NiA2My45OTA3QzU4LjUyMiA2Mi45MDU4IDU5LjA2NDMgNjEuOTE2IDU5Ljg4NjggNjEuMTk5NkM2MC40MjkxIDYwLjg3MDcgNjAuODgyOSA2MC40MTE5IDYxLjIwODMgNTkuODYzN0M2MS45MjAzIDU5LjA0MDIgNjIuODk4NiA1OC40OTkzIDYzLjk2ODUgNTguMzM3M0M2NS4wMzg0IDU4LjE3NTMgNjYuMTMwNCA1OC40MDI5IDY3LjA0OTggNTguOTc5M0M2Ny45NjkyIDU5LjU1NTggNjguNjU2MSA2MC40NDM3IDY4Ljk4ODEgNjEuNDg0N0M2OS4zMjAxIDYyLjUyNTcgNjkuMjc1NiA2My42NTIgNjguODYyNCA2NC42NjI4QzY4LjQ3OTMgNjUuNjMyMSA2Ny44MTcxIDY2LjQ2MjcgNjYuOTYxNiA2Ny4wNDdINjcuMDAyMlpNNTMuMTY3OSA3NS4xMjQ0QzUyLjI0MDEgNzUuNTY1NyA1MS4yMDI4IDc1LjcxNjEgNTAuMTg5NyA3NS41NTZDNDkuMTIxIDc1LjQwODQgNDguMTM4NiA3NC44ODI5IDQ3LjQxNjcgNzQuMDcyN0M0Ni42OTQ4IDczLjI2MjYgNDYuMjggNzIuMjIwMSA0Ni4yNDU5IDcxLjEzMDJDNDYuMjExOCA3MC4wNDAzIDQ2LjU2MDUgNjguOTczNCA0Ny4yMzAzIDY4LjExODdDNDcuOTAwMiA2Ny4yNjQxIDQ4Ljg0NzggNjYuNjc2OCA0OS45MDUgNjYuNDYxMkM1MC4yMTEgNjYuMzgyMyA1MC41MjQ2IDY2LjMzNzUgNTAuODQwMiA2Ni4zMjc2QzUxLjg0MzkgNjUuNzc3MiA1My4wMTQ1IDY1LjYyNTQgNTQuMTIzMSA2NS45MDE2QzU1LjIzMTcgNjYuMTc3OCA1Ni4xOTgzIDY2Ljg2MjQgNTYuODM0IDY3LjgyMTJDNTcuNDY5NyA2OC43ODAxIDU3LjcyODYgNjkuOTQ0MyA1Ny41NiA3MS4wODU5QzU3LjM5MTQgNzIuMjI3NiA1Ni44MDc2IDczLjI2NDYgNTUuOTIyNiA3My45OTRDNTUuMTIxNyA3NC42NDE1IDU0LjE0OSA3NS4wMzQ4IDUzLjEyNzMgNzUuMTI0NEg1My4xNjc5Wk0zNy4yMDkyIDc1LjEyNDRDMzYuMTg3NSA3NS4wMzQ4IDM1LjIxNDkgNzQuNjQxNSAzNC40MTM5IDczLjk5NEMzMy41NzcyIDczLjI0NzYgMzMuMDM2OSA3Mi4yMTk0IDMyLjg5MzcgNzEuMTAwNUMzMi43NTA1IDY5Ljk4MTcgMzMuMDE0IDY4Ljg0ODQgMzMuNjM1MyA2Ny45MTEyQzM0LjI1NjYgNjYuOTc0MSAzNS4xOTM0IDY2LjI5NyAzNi4yNzE0IDY2LjAwNTdDMzcuMzQ5NSA2NS43MTQ0IDM4LjQ5NTQgNjUuODI4OCAzOS40OTYzIDY2LjMyNzZDMzkuODExOSA2Ni4zMzc1IDQwLjEyNTQgNjYuMzgyMyA0MC40MzE0IDY2LjQ2MTJDNDEuNDg4NyA2Ni42NzY4IDQyLjQzNjMgNjcuMjY0MSA0My4xMDYxIDY4LjExODdDNDMuNzc1OSA2OC45NzM0IDQ0LjEyNDggNzAuMDQwMyA0NC4wOTA3IDcxLjEzMDJDNDQuMDU2NiA3Mi4yMjAxIDQzLjY0MTggNzMuMjYyNiA0Mi45MTk5IDc0LjA3MjdDNDIuMTk3OSA3NC44ODI5IDQxLjIxNTUgNzUuNDA4NCA0MC4xNDY5IDc1LjU1NkMzOS4xMzM4IDc1LjcxNTUgMzguMDk2NSA3NS41NjUxIDM3LjE2ODUgNzUuMTI0NEgzNy4yMDkyWk0yMy4zODUyIDY3LjA0N0MyMi41MzkgNjYuNDYyOCAyMS44ODk4IDY1LjYzMDggMjEuNTI0OSA2NC42NjI4QzIxLjEwMTggNjMuNjUyIDIxLjA0OTggNjIuNTIxNyAyMS4zNzgzIDYxLjQ3NTZDMjEuNzA2NyA2MC40Mjk1IDIyLjM5NCA1OS41MzY0IDIzLjMxNjMgNTguOTU3M0MyNC4yMzg1IDU4LjM3ODMgMjUuMzM1MSA1OC4xNTE0IDI2LjQwODIgNTguMzE3NkMyNy40ODEzIDU4LjQ4MzggMjguNDYwMyA1OS4wMzIxIDI5LjE2ODkgNTkuODYzN0MyOS40OTQyIDYwLjQxMTkgMjkuOTQ4MSA2MC44NzA3IDMwLjQ5MDMgNjEuMTk5NkMzMS4zMTI4IDYxLjkxNiAzMS44NTUxIDYyLjkwNTggMzIuMDE5NSA2My45OTA3QzMyLjE4MzkgNjUuMDc1NiAzMS45NTk0IDY2LjE4NDIgMzEuMzg2NyA2Ny4xMTY2QzMwLjgxNCA2OC4wNDkgMjkuOTMwNiA2OC43NDM4IDI4Ljg5NTkgNjkuMDc1OUMyNy44NjExIDY5LjQwOCAyNi43NDMxIDY5LjM1NTQgMjUuNzQzMyA2OC45Mjc2QzI0Ljc3MDkgNjguNTY2IDIzLjkzMyA2Ny45MDkxIDIzLjM0NDUgNjcuMDQ3SDIzLjM4NTJaTTM0LjcyOSAzOC44OTk0QzMzLjYzMTIgMzkuMTA1IDMyLjUzMzQgMzkuMzMxMSAzMS40MzU2IDM5LjU3NzdDMzIuMzgwMiAzOC40MDkxIDMzLjEzMTkgMzcuMDkzOCAzMy42NjE3IDM1LjY4MjlDMzMuOTY2NyAzNi43NTE2IDM0LjMyMjUgMzcuODMwNyAzNC42ODg0IDM4Ljg5OTRIMzQuNzI5Wk0zOS4xNTA3IDM0LjQyOTJDMzguMTM0MyAzNC4wNTkyIDM3LjAzNjUgMzMuNjk5NSAzNS45NjkyIDMzLjQwMTVDMzcuMzY0OCAzMi44NjU5IDM4LjY2NTYgMzIuMTA1OSAzOS44MjE1IDMxLjE1MDlDMzkuNTM2OSAzMi4yMDk0IDM5LjMyMzUgMzMuMzE5MyAzOS4xMSAzNC40MjkySDM5LjE1MDdaTTQ1LjE4ODYgMzIuNzk1MkM0NC40NTY3IDMxLjkzMTkgNDMuNzE0NyAzMS4wODkzIDQyLjk2MjUgMzAuMjQ2NkM0NC40MzY2IDMwLjQ5MzMgNDUuOTQwNiAzMC40OTMzIDQ3LjQxNDYgMzAuMjQ2NkM0Ni42MjE3IDMxLjA3OSA0NS44Nzk3IDMxLjkzMTkgNDUuMTQ3OSAzMi43OTUySDQ1LjE4ODZaTTUxLjIyNjQgMzQuNDI5MkM1MS4wMjMxIDMzLjMxOTMgNTAuNzk5NiAzMi4yMDk0IDUwLjU1NTYgMzEuMDk5NkM1MS43MTMzIDMyLjA1NzQgNTMuMDE3OSAzMi44MTc3IDU0LjQxODEgMzMuMzUwMUM1My4zMTAyIDMzLjY5OTUgNTIuMjQzIDM0LjA1OTIgNTEuMTg1OCAzNC40MjkySDUxLjIyNjRaTTU1LjY0ODIgMzguODk5NEM1Ni4wMjQzIDM3Ljg3MTggNTYuMzggMzYuNzUxNiA1Ni42NjQ2IDM1LjY4MjlDNTYuODU4NiAzNi40MjA0IDU3LjE4MjIgMzcuMTE2NiA1Ny42MjAxIDM3LjczODJDNTcuOTI2NiAzOC40MzIxIDU4LjM1NzQgMzkuMDYyNyA1OC44OTA3IDM5LjU5ODJDNTcuODAzIDM5LjMwMDIgNTYuNzE1NCAzOS4xMDUgNTUuNjA3NSAzOC44OTk0SDU1LjY0ODJaTTU3LjI3NDUgNDUuMDAzN0M1OC4xMTgyIDQ0LjI2MzggNTguOTYxOCA0My41MTM2IDU5Ljc4NTIgNDIuNzUzMkM1OS41NDEyIDQ0LjI0MzQgNTkuNTQxMiA0NS43NjQxIDU5Ljc4NTIgNDcuMjU0M0M1OC45MjEyIDQ2LjQ5MzggNTguMDc3NSA0NS43NDM2IDU3LjIzMzggNDUuMDAzN0g1Ny4yNzQ1Wk01NS42NDgyIDUxLjEwOEM1Ni43NTYxIDUwLjkwMjUgNTcuODQzOCA1MC42NzY0IDU4Ljk0MTUgNTAuNDI5OEM1OC40MDgzIDUwLjk2NTQgNTcuOTc3NSA1MS41OTYgNTcuNjcwOSA1Mi4yODk4QzU3LjIzMzEgNTIuOTExNSA1Ni45MDk0IDUzLjYwNzcgNTYuNzE1NCA1NC4zNDUyQzU2LjMzOTMgNTMuMjU1OCA1NS45ODM2IDUyLjE3NjggNTUuNjA3NSA1MS4xMDhINTUuNjQ4MlpNNTEuMjI2NCA1NS41Nzg0QzUyLjI0MjkgNTUuOTU4NiA1My4zNTA4IDU2LjMxODMgNTQuNDE4MSA1Ni42MDZDNTMuNjg5IDU2LjgwMzIgNTMuMDAwNiA1Ny4xMzAzIDUyLjM4NTIgNTcuNTcyQzUxLjY5ODkgNTcuODgxOSA1MS4wNzUyIDU4LjMxNzQgNTAuNTQ1NCA1OC44NTY2QzUwLjc2OTEgNTcuNzgxIDUwLjk4MjUgNTYuNjg4MiA1MS4xODU4IDU1LjU3ODRINTEuMjI2NFpNNDUuMTg4NiA1Ny4yMTIzQzQ1LjkyMDQgNTguMDc1NSA0Ni42NjI0IDU4LjkxODIgNDcuNDE0NiA1OS43NjA5QzQ1Ljk0MDYgNTkuNTE0MiA0NC40MzY2IDU5LjUxNDIgNDIuOTYyNSA1OS43NjA5QzQzLjY3NDEgNTguOTE4MiA0NC40MTYgNTguMDc1NSA0NS4xNDc5IDU3LjIxMjNINDUuMTg4NlpNMzkuMTUwNyA1NS41Nzg0QzM5LjM2NDIgNTYuNjg4MiAzOS41Nzc2IDU3Ljc5ODEgMzkuODIxNSA1OC45MDhDMzkuMjkxOCA1OC4zNjg4IDM4LjY2ODEgNTcuOTMzMyAzNy45ODE4IDU3LjYyMzRDMzcuMzY2OSA1Ny4xODA3IDM2LjY3ODMgNTYuODUzNSAzNS45NDg4IDU2LjY1NzRDMzYuOTk1OCA1Ni4zMTgzIDM4LjA1MjkgNTUuOTU4NiAzOS4xMSA1NS41Nzg0SDM5LjE1MDdaTTM0LjcyOSA1MS4xMDhDMzQuMzYzIDUyLjEzNTcgMzQuMDA3MyA1My4yNTU4IDMzLjY2MTcgNTQuMzI0NkMzMy4xMzE5IDUyLjkxMzYgMzIuMzgwMiA1MS41OTg0IDMxLjQzNTYgNTAuNDI5OEMzMi41MDYzIDUwLjY3NjQgMzMuNTkwNiA1MC45MDI1IDM0LjY4ODQgNTEuMTA4SDM0LjcyOVpNMzMuMTEyOCA0NS4wMDM3QzMyLjI1OSA0NS43NDM2IDMxLjQyNTUgNDYuNDkzOCAzMC42MDIxIDQ3LjI1NDNDMzAuODMyNSA0NS43NjMgMzAuODMyNSA0NC4yNDQ1IDMwLjYwMjEgNDIuNzUzMkMzMS4zODQ4IDQzLjUxMzYgMzIuMjE4MyA0NC4yNjM4IDMzLjA3MjEgNDUuMDAzN0gzMy4xMTI4Wk0xMy4xODk4IDI2LjMyMDlDMTIuNzMzOCAyNi45NDAxIDEyLjM4OTcgMjcuNjM1OSAxMi4xNzM0IDI4LjM3NjJDMTEuODM3OSAyNy4yOTcyIDExLjQ4MjIgMjYuMjI4NCAxMS4xNTY5IDI1LjE0OTRDMTIuMjU0NyAyNC45NDM5IDEzLjM1MjUgMjQuNzE3OCAxNC40NTAzIDI0LjQ3MTJDMTMuOTA5NyAyNS4wMDMzIDEzLjQ2ODkgMjUuNjMgMTMuMTQ5MSAyNi4zMjA5SDEzLjE4OThaTTI2LjcxOTEgMTIuNjUzMUMyNi4wMyAxMi45NjM0IDI1LjQwMyAxMy4zOTg3IDI0Ljg2OTIgMTMuOTM3N0MyNS4xMTMxIDEyLjgyNzggMjUuMzM2OCAxMS43MTc5IDI1LjU0MDEgMTAuNTk3OEMyNi41NTY2IDEwLjk3OCAyNy42NjQ1IDExLjMzNzcgMjguNzMxOCAxMS42MjU1QzI3Ljk3NTEgMTEuODI4OSAyNy4yNjQxIDEyLjE3NzggMjYuNjM3OCAxMi42NTMxSDI2LjcxOTFaTTQ1LjE4ODYgNy42NDg0MkM0NC40NDIyIDcuNTcwMjIgNDMuNjg4IDcuNjI5MzkgNDIuOTYyNSA3LjgyMzExQzQzLjcxNDcgNi45OTA3IDQ0LjQ1NjcgNi4xMzc3OCA0NS4xODg2IDUuMjg0ODJDNDUuOTIwNCA2LjEzNzc4IDQ2LjY2MjQgNi45OTA3IDQ3LjQyNDggNy44MjMxMUM0Ni42ODI4IDcuNjI0MjcgNDUuOTExIDcuNTY1MDcgNDUuMTQ3OSA3LjY0ODQySDQ1LjE4ODZaTTYzLjY2ODIgMTIuNjUzMUM2My4wNTk1IDEyLjE4NiA2Mi4zNzAxIDExLjgzNzUgNjEuNjM1MiAxMS42MjU1QzYyLjY1MTcgMTEuMjg2MyA2My43Njk3IDEwLjkyNjYgNjQuODI2OSAxMC41OTc4QzY1LjAzMDIgMTEuNzE3OSA2NS4yNTM4IDEyLjgyNzggNjUuNDk3OCAxMy45Mzc3QzY0Ljk1OSAxMy4zOTU0IDY0LjMyNDcgMTIuOTU5NyA2My42Mjc1IDEyLjY1MzFINjMuNjY4MlpNNzcuMTg3MyAyNi4zMjA5Qzc2Ljg3NzggMjUuNjI4OCA3Ni40NDczIDI0Ljk5ODcgNzUuOTE2NyAyNC40NjA5Qzc3LjAxNDUgMjQuNzA3NSA3OC4xMTIzIDI0LjkzMzYgNzkuMjIwMiAyNS4xMzkxQzc4Ljg0NDEgMjYuMTY2OCA3OC40ODg0IDI3LjI4NjkgNzguMjAzOCAyOC4zNjZDNzcuOTc4MyAyNy42MjQ2IDc3LjYxOTkgMjYuOTMxNCA3Ny4xNDY2IDI2LjMyMDlINzcuMTg3M1pNODIuMTM3NSA0NS4wMDM3QzgyLjIxNDkgNDQuMjQ5MSA4Mi4xNTY0IDQzLjQ4NjYgODEuOTY0OCA0Mi43NTMyQzgyLjc4ODIgNDMuNTEzNiA4My42MzE4IDQ0LjI2MzggODQuNDg1NyA0NS4wMDM3QzgzLjYzMTggNDUuNzQzNiA4Mi43ODgyIDQ2LjQ5MzggODEuOTY0OCA0Ny4yNTQzQzgyLjE0MjggNDYuNTE4MyA4Mi4xODc2IDQ1Ljc1NTggODIuMDk3IDQ1LjAwMzdIODIuMTM3NVpNNzcuMTg3MyA2My42ODY1Qzc3LjY0NzMgNjMuMDY5OSA3Ny45OTE4IDYyLjM3MzMgNzguMjAzOCA2MS42MzEyQzc4LjUzOTIgNjIuNjU4OSA3OC44OTUgNjMuNzg5MyA3OS4yMjAyIDY0Ljg1ODFDNzguMTEyMyA2NS4wNjM2IDc3LjAxNDUgNjUuMjg5NyA3NS45MTY3IDY1LjUzNjRDNzYuNDM0NCA2NS4wMDA0IDc2Ljg1MTIgNjQuMzczNSA3Ny4xNDY2IDYzLjY4NjVINzcuMTg3M1pNNjMuNjY4MiA3Ny4zNTQ0QzY0LjM1NDUgNzcuMDQ0NSA2NC45NzgyIDc2LjYwOSA2NS41MDggNzYuMDY5OEM2NS4yNjQgNzcuMTc5NyA2NS4wNDAzIDc4LjI4OTYgNjQuODM3MSA3OS40MDk3QzYzLjgyMDYgNzkuMDI5NSA2Mi43MTI2IDc4LjY2OTggNjEuNjQ1MyA3OC4zODIxQzYyLjM2NDUgNzguMTU0OCA2My4wMzY0IDc3Ljc5NiA2My42Mjc1IDc3LjMyMzZMNjMuNjY4MiA3Ny4zNTQ0Wk00NS4xODg2IDgyLjM1OTFDNDUuOTM4MyA4Mi40Mzc0IDQ2LjY5NTggODIuMzc4MiA0Ny40MjQ4IDgyLjE4NDRDNDYuNjYyNCA4My4wMTY4IDQ1LjkyMDQgODMuODY5NyA0NS4xODg2IDg0LjcyMjdDNDQuNDU2NyA4My44Njk3IDQzLjcxNDcgODMuMDE2OCA0Mi45NjI1IDgyLjE4NDRDNDMuNjc1IDgyLjM3MzEgNDQuNDE0OSA4Mi40MzIzIDQ1LjE0NzkgODIuMzU5MUg0NS4xODg2Wk0yNi42Mzc4IDc3LjMyMzZDMjcuMjQ1OCA3Ny43OTE5IDI3LjkzNTQgNzguMTQwNSAyOC42NzA4IDc4LjM1MTJDMjcuNjU0MyA3OC42OTAzIDI2LjU0NjMgNzkuMDUgMjUuNDc5IDc5LjM3ODlDMjUuMjc1NyA3OC4yNTg3IDI1LjA1MjEgNzcuMTQ4OSAyNC44MDgxIDc2LjAzOUMyNS4zMzU5IDc2LjU3NTkgMjUuOTU1OSA3Ny4wMTExIDI2LjYzNzggNzcuMzIzNlpNMTMuMTA4NCA2My42NTU3QzEzLjQxNSA2NC4zNDk2IDEzLjg0NTggNjQuOTgwMiAxNC4zNzkgNjUuNTE1OEMxMy4yODEyIDY1LjI2OTEgMTIuMTgzNSA2NS4wNDMgMTEuMDg1NyA2NC44Mzc1QzExLjQ1MTYgNjMuODA5OCAxMS44MDc0IDYyLjY4OTcgMTIuMTAyMSA2MS42MTA3QzEyLjMyNTUgNjIuMzYwNCAxMi42ODAyIDYzLjA2MzQgMTMuMTQ5MSA2My42ODY1TDEzLjEwODQgNjMuNjU1N1pNOC4xNTgyIDQ0Ljk3MjlDOC4wNzkwMSA0NS43MjgxIDguMTQxMTMgNDYuNDkxNiA4LjM0MTIyIDQ3LjIyMzVDNy41MDc3MSA0Ni40NjMgNi42NjQwNSA0NS43MTI4IDUuODIwMzggNDQuOTcyOUM2LjY2NDA1IDQ0LjIzMyA3LjUwNzcxIDQzLjQ4MjggOC4zNDEyMiA0Mi43MjI0QzguMTUwODkgNDMuNDY2OCA4LjEwMjU4IDQ0LjI0MSA4LjE5ODkgNDUuMDAzN0w4LjE1ODIgNDQuOTcyOVpNMC44MDkwODIgNDQuOTcyOUM0LjQ0ODQgNDcuODE3MiA3LjkxMTA2IDUwLjg4NTUgMTEuMTc3MiA1NC4xNjAyQzkuOTcwNjkgNTguNjUwMiA4LjQ5MDU5IDYzLjA2MDQgNi43NDU0MSA2Ny4zNjU2QzExLjMwNTIgNjcuOTkzMyAxNS44MjMxIDY4Ljg5OTMgMjAuMjc0NyA3MC4wNzg2QzIxLjQ0MTEgNzQuNTc5MSAyMi4zMzczIDc5LjE0NjggMjIuOTU4MiA4My43NTY3QzI3LjIxODIgODEuOTk2OSAzMS41ODAyIDgwLjUwMDYgMzYuMDE5OSA3OS4yNzYxQzM5LjI1NjYgODIuNTgwNSA0Mi4yOTE0IDg2LjA4MSA0NS4xMDczIDg5Ljc1ODJDNDcuOTQzMSA4Ni4wNzk0IDUwLjk5ODIgODIuNTc4OSA1NC4yNTU2IDc5LjI3NjFDNTguNjkxNSA4MC41MDIyIDYzLjA1IDgxLjk5ODUgNjcuMzA3MSA4My43NTY3QzY3LjkyNjYgNzkuMTQ1OCA2OC44MjYyIDc0LjU3NzggNzAuMDAwOCA3MC4wNzg2Qzc0LjQ0ODcgNjguODk4MyA3OC45NjM0IDY3Ljk5MjMgODMuNTE5OSA2Ny4zNjU2QzgxLjc3OTMgNjMuMDU4NiA4MC4yOTkzIDU4LjY0ODcgNzkuMDg4MSA1NC4xNjAyQzgyLjM1NjUgNTAuODg3OSA4NS44MTkgNDcuODE5OCA4OS40NTYzIDQ0Ljk3MjlDODUuODE5IDQyLjEyNiA4Mi4zNTY1IDM5LjA1NzkgNzkuMDg4MSAzNS43ODU3QzgwLjI5OTMgMzEuMjk3MSA4MS43NzkzIDI2Ljg4NzIgODMuNTE5OSAyMi41ODAyQzc4Ljk2MzQgMjEuOTUzNSA3NC40NDg3IDIxLjA0NzUgNzAuMDAwOCAxOS44NjczQzY4LjgyNjIgMTUuMzY4MSA2Ny45MjY2IDEwLjgwMDEgNjcuMzA3MSA2LjE4OTE3QzYzLjA1MTcgNy45NTE5NyA1OC42OTI5IDkuNDQ4MzIgNTQuMjU1NiAxMC42Njk3QzUwLjk5ODIgNy4zNjY5NyA0Ny45NDMxIDMuODY2NDIgNDUuMTA3MyAwLjE4NzYyMkM0Mi4yOTE0IDMuODY0ODIgMzkuMjU2NiA3LjM2NTM0IDM2LjAxOTkgMTAuNjY5N0MzMS41Nzg4IDkuNDQ5OTIgMjcuMjE2NiA3Ljk1MzU1IDIyLjk1ODIgNi4xODkxN0MyMi4zMzczIDEwLjc5OTEgMjEuNDQxMSAxNS4zNjY4IDIwLjI3NDcgMTkuODY3M0MxNS44MjMxIDIxLjA0NjUgMTEuMzA1MiAyMS45NTI1IDYuNzQ1NDEgMjIuNTgwMkM4LjQ5MDU5IDI2Ljg4NTQgOS45NzA2OSAzMS4yOTU3IDExLjE3NzIgMzUuNzg1N0M3LjkyNTA4IDM5LjA2OTcgNC40NzYwNSA0Mi4xNDgxIDAuODQ5NzgxIDQ1LjAwMzdMMC44MDkwODIgNDQuOTcyOVpNMzQuNTQ2MSA0Ny44NDAxQzM1LjY5NDcgNDYuODEyNCAzNi44NjM2IDQ1LjkxODQgMzguMDMyNSA0NC45NzI5QzM2Ljg2MzYgNDQuMDI3NSAzNS42OTQ3IDQzLjA4MiAzNC41NDYxIDQyLjExNkMzNi4wMiA0MS44NDg4IDM3LjUwNCA0MS42MjI3IDM4Ljk4ODEgNDEuMzk2NkMzOC40MjkgMzkuOTg4OCAzNy44OTAzIDM4LjU3MDYgMzcuMzcxOSAzNy4xNTI0QzM4Ljc3NDYgMzcuNjc2NSA0MC4xNzczIDM4LjE4MDEgNDEuNTY5OCAzOC43NzYxQzQxLjc5MzUgMzcuMjc1OCA0Mi4wMTcyIDM1Ljc4NTcgNDIuMjgxNSAzNC4yOTU2QzQzLjIzNjkgMzUuNDYwMiA0NC4xNzg5IDM2LjYzNTIgNDUuMTA3MyAzNy44MjA0QzQ2LjA0MjQgMzYuNjI4MyA0Ni45Nzc1IDM1LjQ1NjggNDcuOTQzMiAzNC4yOTU2QzQ4LjE5NzMgMzUuNzg1NyA0OC40MzEyIDM3LjI3NTggNDguNjQ0NiAzOC43NzYxQzUwLjAzNzIgMzguMjIxMiA1MS40Mzk5IDM3LjY3NjUgNTIuODQyNyAzNy4xNTI0QzUyLjMyNDMgMzguNTcwNiA1MS44MjYxIDM5Ljk4ODggNTEuMjM2NiA0MS4zOTY2QzUyLjcyMDYgNDEuNjIyNyA1NC4yMDQ3IDQxLjg0ODggNTUuNjc4NiA0Mi4xMTZDNTQuNTI5OSA0My4wODIgNTMuMzYxMSA0NC4wMjc1IDUyLjE4MTkgNDQuOTcyOUM1My4zNjExIDQ1LjkxODQgNTQuNTI5OSA0Ni44NjM4IDU1LjY3ODYgNDcuODQwMUM1NC4yMDQ3IDQ4LjA5NyA1Mi43MjA2IDQ4LjMzMzQgNTEuMjM2NiA0OC41NDkyQzUxLjc4NTUgNDkuOTU3MSA1Mi4zMjQzIDUxLjM3NTIgNTIuODQyNyA1Mi43OTM0QzUxLjQzOTkgNTIuMjY5MyA1MC4wMzcyIDUxLjc2NTcgNDguNjQ0NiA1MS4xNjk3QzQ4LjQzMTIgNTIuNjcwMSA0OC4xOTczIDU0LjE2MDEgNDcuOTQzMiA1NS42NTAyQzQ2LjkyNjcgNTQuNDg5IDQ2LjA0MjQgNTMuMzE3NSA0NS4xMDczIDUyLjEyNTRDNDQuMTc4OSA1My4zMTc1IDQzLjIzNjkgNTQuNDkyNCA0Mi4yODE1IDU1LjY1MDJDNDIuMDE3MiA1NC4xNjAxIDQxLjc5MzUgNTIuNjcwMSA0MS41Njk4IDUxLjE2OTdDNDAuMTc3MyA1MS43MjQ2IDM4Ljc3NDYgNTIuMjY5MyAzNy4zNzE5IDUyLjc5MzRDMzcuODkwMyA1MS4zNzUyIDM4LjM4ODMgNDkuOTU3MSAzOC45ODgxIDQ4LjU0OTJDMzcuNTQ0NyA0OC4zNjQyIDM2LjA2MDUgNDguMTI3OCAzNC41ODY2IDQ3Ljg3MDlMMzQuNTQ2MSA0Ny44NDAxWk0yNS40OTk0IDUwLjI4NTlDMjUuMzc5OCA0OS4xNDE4IDI0Ljk2NTkgNDguMDQ5MyAyNC4yOTg5IDQ3LjExNzJDMjMuNjMxOSA0Ni4xODUxIDIyLjczNTIgNDUuNDQ1OCAyMS42OTc4IDQ0Ljk3MjlDMjMuNTU3OCA0My43Mjc2IDI0LjkwMzcgNDEuODM4IDI1LjQ4MjEgMzkuNjU5NkMyNi4wNjA2IDM3LjQ4MTMgMjUuODMxNyAzNS4xNjQzIDI0LjgzODYgMzMuMTQ0NkMyNy4wNjY0IDMzLjAwNTkgMjkuMTY3MiAzMi4wNDg3IDMwLjc0NTQgMzAuNDUzMUMzMi4zMjM3IDI4Ljg1NzYgMzMuMjcwNSAyNi43MzM3IDMzLjQwNzYgMjQuNDgxNEMzNS40MDU0IDI1LjQ4NTQgMzcuNjk3MSAyNS43MTY4IDM5Ljg1MTggMjUuMTMyQzQyLjAwNjUgMjQuNTQ3MSA0My44NzU1IDIzLjE4NjUgNDUuMTA3MyAyMS4zMDZDNDYuMzM5NCAyMy4xODkgNDguMjEwMSAyNC41NTE0IDUwLjM2NzEgMjUuMTM2M0M1Mi41MjQxIDI1LjcyMTMgNTQuODE4MiAyNS40ODgzIDU2LjgxNyAyNC40ODE0QzU2Ljk0MTEgMjYuNzM4MyA1Ny44ODM4IDI4Ljg2OTYgNTkuNDY0NyAzMC40Njc5QzYxLjA0NTYgMzIuMDY2MSA2My4xNTM3IDMzLjAxOTEgNjUuMzg2IDMzLjE0NDZDNjQuMzc2MSAzNS4xNjAxIDY0LjEzNzIgMzcuNDgxMyA2NC43MTQ4IDM5LjY2MzhDNjUuMjkyNSA0MS44NDYzIDY2LjY0NjIgNDMuNzM2NyA2OC41MTY3IDQ0Ljk3MjlDNjYuNjQ1NCA0Ni4yMTEgNjUuMjkxNSA0OC4xMDMyIDY0LjcxMzggNTAuMjg3NEM2NC4xMzYyIDUyLjQ3MTYgNjQuMzc1NSA1NC43OTQ1IDY1LjM4NiA1Ni44MTE1QzYzLjE1MjIgNTYuOTMyNSA2MS4wNDE1IDU3Ljg4NDEgNTkuNDU5NyA1OS40ODMzQzU3Ljg3NzkgNjEuMDgyNCA1Ni45MzY3IDYzLjIxNjMgNTYuODE3IDY1LjQ3NDZDNTQuODIyIDY0LjQ1MzEgNTIuNTI0NCA2NC4yMTExIDUwLjM2MzkgNjQuNzk1MUM0OC4yMDM0IDY1LjM3OTEgNDYuMzMxOSA2Ni43NDggNDUuMTA3MyA2OC42Mzk4QzQzLjg4NDUgNjYuNzQ4OCA0Mi4wMTQ3IDY1LjM4MDIgMzkuODU1OSA2NC43OTYyQzM3LjY5NzEgNjQuMjEyMSAzNS40MDEyIDY0LjQ1MzcgMzMuNDA3NiA2NS40NzQ2QzMzLjI4MzUgNjMuMjE3OCAzMi4zNDA4IDYxLjA4NjUgMzAuNzYgNTkuNDg4MkMyOS4xNzkxIDU3Ljg4OTkgMjcuMDcwOSA1Ni45MzcgMjQuODM4NiA1Ni44MTE1QzI1LjUwMzIgNTUuODgzNiAyNS45MTc0IDU0Ljc5NjkgMjYuMDQwNCA1My42NTgxQzI2LjE2MzQgNTIuNTE5MyAyNS45OTEgNTEuMzY3NyAyNS41NDAxIDUwLjMxNjdMMjUuNDk5NCA1MC4yODU5Wk0yOS4xNjg5IDQ0Ljk3MjlDMjkuMjI1NiA0NS44MzY0IDI5LjEwOTkgNDYuNzAyNyAyOC44Mjg3IDQ3LjUyMDFDMjguNTQ3NiA0OC4zMzc1IDI4LjEwNjcgNDkuMDg5MyAyNy41MzIzIDQ5LjczMUMyNy40NjU3IDUxLjAwMzQgMjcuNjcyMiA1Mi4yNzUzIDI4LjEzNzkgNTMuNDU5NEMyOC42MDM1IDU0LjY0MzQgMjkuMzE3MiA1NS43MTE1IDMwLjIyOTkgNTYuNTkwM0MzMS4xNDI1IDU3LjQ2OSAzMi4yMzI2IDU4LjEzNzYgMzMuNDI1MSA1OC41NTAxQzM0LjYxNzYgNTguOTYyNiAzNS44ODQyIDU5LjEwOTMgMzcuMTM4IDU4Ljk3OTlDMzcuOTA2OCA1OS4zNjQ2IDM4LjU5MTYgNTkuOTAxMSAzOS4xNTIgNjAuNTU3NkMzOS43MTI0IDYxLjIxNDIgNDAuMTM3MSA2MS45Nzc2IDQwLjQwMSA2Mi44MDI4QzQxLjQ1NzkgNjMuNDg4OSA0Mi42NDg4IDYzLjkzNjEgNDMuODkyNCA2NC4xMTM5QzQ1LjEzNjEgNjQuMjkxNyA0Ni40MDMxIDY0LjE5NTkgNDcuNjA2NyA2My44MzI5QzQ4LjgxMDMgNjMuNDY5OSA0OS45MjIxIDYyLjg0ODMgNTAuODY2MiA2Mi4wMTA3QzUxLjgxMDIgNjEuMTczMSA1Mi41NjQxIDYwLjEzOTMgNTMuMDc2NCA1OC45Nzk5QzUzLjg5MjcgNTkuMzM0NCA1NC43OTUzIDU5LjQzMzMgNTUuNjY3OCA1OS4yNjM4QzU2LjU0MDIgNTkuMDk0MyA1Ny4zNDI0IDU4LjY2NDIgNTcuOTcwNiA1OC4wMjkxQzU4LjU5ODggNTcuMzk0IDU5LjAyNDIgNTYuNTgzMSA1OS4xOTE4IDU1LjcwMUM1OS4zNTk1IDU0LjgxOSA1OS4yNjE3IDUzLjkwNjQgNTguOTExIDUzLjA4MTFDNTkuMjkxNSA1Mi4zMDM5IDU5LjgyMjIgNTEuNjExNiA2MC40NzE2IDUxLjA0NUM2MS4xMjEgNTAuNDc4NSA2MS44NzYxIDUwLjA0OTEgNjIuNjkyMyA0OS43ODI0QzYxLjYzMiA0OC40MjgxIDYxLjA1NTIgNDYuNzUxNSA2MS4wNTUyIDQ1LjAyNDNDNjEuMDU1MiA0My4yOTcxIDYxLjYzMiA0MS42MjA1IDYyLjY5MjMgNDAuMjY2MkM2Mi43NDgxIDM4Ljk5OCA2Mi41MzM0IDM3LjczMjQgNjIuMDYyNiAzNi41NTU1QzYxLjU5MTggMzUuMzc4NSA2MC44NzYgMzQuMzE3OCA1OS45NjM5IDMzLjQ0NTNDNTkuMDUxNyAzMi41NzI5IDU3Ljk2NDUgMzEuOTA5IDU2Ljc3NjEgMzEuNDk4OUM1NS41ODc3IDMxLjA4ODggNTQuMzI1OSAzMC45NDIxIDUzLjA3NjQgMzEuMDY4N0M1Mi45NzY0IDMwLjE3NDEgNTIuNjEyMiAyOS4zMzA4IDUyLjAzMTIgMjguNjQ4NkM1MS40NTAyIDI3Ljk2NjQgNTAuNjc5NCAyNy40NzY4IDQ5LjgxOTMgMjcuMjQzOUM0OC45NTkyIDI3LjAxMSA0OC4wNDk2IDI3LjA0NTQgNDcuMjA5MSAyNy4zNDI3QzQ2LjM2ODYgMjcuNjQgNDUuNjM2MiAyOC4xODY0IDQ1LjEwNzMgMjguOTEwNkM0NC41Nzg0IDI4LjE4NjQgNDMuODQ2IDI3LjY0IDQzLjAwNTUgMjcuMzQyN0M0Mi4xNjUgMjcuMDQ1NCA0MS4yNTUzIDI3LjAxMSA0MC4zOTUyIDI3LjI0MzlDMzkuNTM1IDI3LjQ3NjggMzguNzY0MyAyNy45NjY0IDM4LjE4MzMgMjguNjQ4NkMzNy42MDIzIDI5LjMzMDggMzcuMjM4IDMwLjE3NDEgMzcuMTM4IDMxLjA2ODdDMzYuMzIxNyAzMC43MTQyIDM1LjQxOTEgMzAuNjE1MyAzNC41NDY3IDMwLjc4NDhDMzMuNjc0MiAzMC45NTQzIDMyLjg3MiAzMS4zODQ0IDMyLjI0MzkgMzIuMDE5NUMzMS42MTU3IDMyLjY1NDYgMzEuMTkwMyAzMy40NjU1IDMxLjAyMjYgMzQuMzQ3NkMzMC44NTUgMzUuMjI5NiAzMC45NTI4IDM2LjE0MjIgMzEuMzAzNCAzNi45Njc0QzMwLjkyMzYgMzcuNzQzMyAzMC4zOTQ0IDM4LjQzNDggMjkuNzQ2OCAzOS4wMDEyQzI5LjA5OTMgMzkuNTY3NyAyOC4zNDY0IDM5Ljk5NzggMjcuNTMyMyA0MC4yNjYyQzI4LjExMDUgNDAuOTAyOCAyOC41NTY3IDQxLjY0OTkgMjguODQ0OCA0Mi40NjM1QzI5LjEzMjggNDMuMjc3MSAyOS4yNTY5IDQ0LjE0MDkgMjkuMjA5NiA0NS4wMDM3TDI5LjE2ODkgNDQuOTcyOVoiIGZpbGw9IiMyMzIzMjMiLz4KPC9zdmc+Cg==) 0 0/100% 100%;
  mask: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOTAiIGhlaWdodD0iOTAiIHZpZXdCb3g9IjAgMCA5MCA5MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTIwLjkzNTQgMzAuODczNEMxOS42ODE0IDMwLjc0NTYgMTguNDE3NiAzMC45ODgyIDE3LjI5NzIgMzEuNTcxOUMxNi4xNzY4IDMyLjE1NTYgMTUuMjQ3OSAzMy4wNTUzIDE0LjYyMzEgMzQuMTYyQzE0LjQ0NzMgMzQuNDkyIDE0LjI5NzcgMzQuODM1NiAxNC4xNzU4IDM1LjE4OTZDMTMuNDk0OCAzMi4zMzI3IDEyLjc3MzEgMjkuMzczMSAxNC40NzA2IDI3LjA4MTRDMTUuNTc4NiAyNC40NjA5IDE4LjQ3NTUgMjMuNjA3OSAyMS4yNjA2IDIyLjc4NThDMjEuMDEzMSAyMy4wNjU5IDIwLjc5MiAyMy4zNjg2IDIwLjYgMjMuNjkwMUMxOS45NjAxIDI0Ljc5MTEgMTkuNjUxIDI2LjA1NjcgMTkuNzEwNiAyNy4zMzIzQzE5Ljc3MDIgMjguNjA3OSAyMC4xOTU3IDI5LjgzODMgMjAuOTM1NCAzMC44NzM0Wk0zMS4xNzEzIDIwLjUyNDlDMzAuMTQ2NCAxOS43NzUgMjguOTI3NCAxOS4zNDM2IDI3LjY2MzYgMTkuMjgzM0MyNi4zOTk4IDE5LjIyMzEgMjUuMTQ2MSAxOS41MzY4IDI0LjA1NTkgMjAuMTg1OUMyMy43MzczIDIwLjM3OTEgMjMuNDM3OCAyMC42MDI3IDIzLjE2MTQgMjAuODUzOEMyMy45NzQ2IDE4LjAzOCAyNC44MTgzIDE1LjA5ODkgMjcuNDEwNCAxMy45ODlDMjkuNjc3MSAxMi4yNzI5IDMyLjYwNDYgMTIuOTYxNCAzNS40MzA0IDEzLjY5MTFDMzUuMDgwMiAxMy44MTQzIDM0Ljc0MDMgMTMuOTY1NSAzNC40MTM5IDE0LjE0MzJDMzMuMzIxMiAxNC43NzYzIDMyLjQzMzMgMTUuNzE2IDMxLjg1NzggMTYuODQ4NkMzMS4yODI0IDE3Ljk4MTIgMzEuMDQzOSAxOS4yNTgyIDMxLjE3MTMgMjAuNTI0OVpNNDUuMTQ3OSAxNi43NDMyQzQ0LjYzMjEgMTUuNTgxMSA0My43OTM4IDE0LjU5NTUgNDIuNzM0NiAxMy45MDU5QzQxLjY3NTQgMTMuMjE2MyA0MC40NDA5IDEyLjg1MjUgMzkuMTgxMSAxMi44NTg3QzM4LjgwNTQgMTIuODYzIDM4LjQzMDkgMTIuOTA0MyAzOC4wNjMgMTIuOTgyQzQwLjE2NzIgMTAuOTI2NyA0Mi4zNDI0IDguODcxMzMgNDUuMTc4NCA5LjE4OTkxQzQ3Ljk4MzkgOC44NDA1IDUwLjE1OTEgMTAuOTU3NSA1Mi4yOTM3IDEyLjk4MkM1MS45Mjk0IDEyLjkwMzcgNTEuNTU4MyAxMi44NjI0IDUxLjE4NTggMTIuODU4N0M0OS45MTQgMTIuODM4NSA0OC42NjQyIDEzLjE5NTYgNDcuNTkxIDEzLjg4NjFDNDYuNTE3OSAxNC41NzY1IDQ1LjY2ODQgMTUuNTY5OCA0NS4xNDc5IDE2Ljc0MzJaTTU5LjEyNDQgMjAuNTI0OUM1OS4yNTE5IDE5LjI1ODIgNTkuMDEzNSAxNy45ODEyIDU4LjQzOCAxNi44NDg2QzU3Ljg2MjUgMTUuNzE2IDU2Ljk3NDcgMTQuNzc2MyA1NS44ODE5IDE0LjE0MzJDNTUuNTU0NyAxMy45NjcyIDU1LjIxNDkgMTMuODE2MSA1NC44NjU1IDEzLjY5MTFDNTcuNjgxMSAxMy4wMDI1IDYwLjYxODcgMTIuMjcyOSA2Mi44NzUzIDEzLjk4OUM2NS40Nzc1IDE1LjA5ODkgNjYuMzExIDE4LjAzOCA2Ny4xMzQzIDIwLjg1MzhDNjYuODU2MiAyMC42MDAzIDY2LjU1MzEgMjAuMzc2NSA2Ni4yMjk2IDIwLjE4NTlDNjUuMTQ1MiAxOS41NDc1IDYzLjkwMTMgMTkuMjM5OCA2Mi42NDc5IDE5LjNDNjEuMzk0NCAxOS4zNjAyIDYwLjE4NDkgMTkuNzg1NiA1OS4xNjUxIDIwLjUyNDlINTkuMTI0NFpNNjkuMzI5OSAzMC44NzM0QzcwLjA3MDggMjkuODM3MiA3MC40OTggMjguNjA1NiA3MC41NTkzIDI3LjMyODVDNzAuNjIwNyAyNi4wNTE0IDcwLjMxMzYgMjQuNzgzOCA2OS42NzU1IDIzLjY3OThDNjkuNDggMjMuMzU4MSA2OS4yNTU1IDIzLjA1NTMgNjkuMDA0NyAyMi43NzU1QzcxLjc4OTkgMjMuNTk3NiA3NC42OTY5IDI0LjQ1MDYgNzUuODA0OSAyNy4wNzExQzc3LjUwMjQgMjkuMzYyOCA3Ni44MjE0IDMyLjMyMjQgNzYuMDg5NSAzNS4xNzkzQzc1Ljk3MTcgMzQuODIzNyA3NS44MjE5IDM0LjQ3OTggNzUuNjQyMiAzNC4xNTE3Qzc1LjAxNiAzMy4wNDY5IDc0LjA4NjYgMzIuMTQ5MyA3Mi45NjYzIDMxLjU2NzVDNzEuODQ2IDMwLjk4NTcgNzAuNTgyOSAzMC43NDQ2IDY5LjMyOTkgMzAuODczNFpNNzMuMDgwNyA0NS4wMDM3Qzc0LjIyODUgNDQuNDgwMiA3NS4yMDIyIDQzLjYzMjIgNzUuODgzOSA0Mi41NjE4Qzc2LjU2NTcgNDEuNDkxNCA3Ni45MjY1IDQwLjI0NDUgNzYuOTIzIDM4Ljk3MTRDNzYuOTEwOSAzOC41OTE1IDc2Ljg2NjcgMzguMjEzMyA3Ni43OTA4IDM3Ljg0MUM3OC44MjM4IDM5Ljk2ODIgODAuODU2OCA0Mi4xNjc0IDgwLjU1MTkgNDUuMDM0NkM4MC44ODczIDQ3Ljg3MDkgNzguNzkzMyA1MC4wNzAxIDc2Ljc5MDggNTIuMjI4MkM3Ny4wOTk0IDUwLjc3OTkgNzYuODk3NSA0OS4yNjgxIDc2LjIxOTkgNDcuOTU0NEM3NS41NDI0IDQ2LjY0MDggNzQuNDMxOSA0NS42MDc5IDczLjA4MDcgNDUuMDM0NlY0NS4wMDM3Wk02OS4zMjk5IDU5LjEzNEM3MC41ODQgNTkuMjYxOSA3MS44NDc3IDU5LjAxOTIgNzIuOTY4MSA1OC40MzU1Qzc0LjA4ODUgNTcuODUxOCA3NS4wMTc0IDU2Ljk1MjIgNzUuNjQyMiA1NS44NDU1Qzc1LjgyNCA1NS41MTg0IDc1Ljk3MzggNTUuMTc0MyA3Ni4wODk1IDU0LjgxNzhDNzYuNzgwNyA1Ny42NzQ3IDc3LjUwMjQgNjAuNjQ0NyA3NS44MDQ5IDYyLjkyNjFDNzQuNjk2OSA2NS41NTY5IDcxLjczOSA2Ni4zOTk1IDY5LjAwNDcgNjcuMjIxN0M2OS4yNTU1IDY2Ljk0MTggNjkuNDggNjYuNjM5MSA2OS42NzU1IDY2LjMxNzNDNzAuMzExNCA2NS4yMTQ1IDcwLjYxNzMgNjMuOTQ4OSA3MC41NTYgNjIuNjczOUM3MC40OTQ2IDYxLjM5ODkgNzAuMDY4NyA2MC4xNjkyIDY5LjMyOTkgNTkuMTM0Wk01OS4xNjUxIDY5LjQ4MjVDNjAuMTkwMSA3MC4yMzE2IDYxLjQwODIgNzAuNjYzNCA2Mi42NzE0IDcwLjcyNTRDNjMuOTM0NyA3MC43ODc0IDY1LjE4ODUgNzAuNDc3MSA2Ni4yODA1IDY5LjgzMkM2Ni42MDIxIDY5LjYzNDYgNjYuOTA1IDY5LjQwNzUgNjcuMTg1MiA2OS4xNTM3QzY2LjM2MTggNzEuOTY5NSA2NS41MjgzIDc0LjkwODUgNjIuOTI2MSA3Ni4wMTg0QzYwLjY2OTUgNzcuNzQ0OSA1Ny43MzE5IDc3LjA0NjEgNTQuOTE2MiA3Ni4zMTY1QzU1LjI2NzMgNzYuMTk1NyA1NS42MDc0IDc2LjA0NDQgNTUuOTMyNyA3NS44NjQzQzU3LjAyMzUgNzUuMjI5OCA1Ny45MDkzIDc0LjI4OTUgNTguNDgyOSA3My4xNTdDNTkuMDU2NiA3Mi4wMjQ1IDU5LjI5MzUgNzAuNzQ4MiA1OS4xNjUxIDY5LjQ4MjVaTTQ1LjE4ODYgNzMuMjc0NkM0NS43MDc1IDc0LjQzNTUgNDYuNTQ4MyA3NS40MTk0IDQ3LjYwOTIgNzYuMTA3QzQ4LjY3IDc2Ljc5NDcgNDkuOTA1MyA3Ny4xNTY2IDUxLjE2NTUgNzcuMTQ4OUM1MS41Mzc5IDc3LjE0NTEgNTEuOTA5IDc3LjEwMzggNTIuMjczNCA3Ny4wMjU2QzUwLjE2OTMgNzkuMDgwOSA0Ny45OTQgODEuMTM2MiA0NS4xNTggODAuODE3NkM0Mi4zNTI2IDgxLjE2NyA0MC4xNzczIDc5LjA1IDM4LjA0MjcgNzcuMDI1NkMzOC40MTA2IDc3LjEwMzIgMzguNzg1IDc3LjE0NDUgMzkuMTYwOCA3Ny4xNDg5QzQwLjQyMjYgNzcuMTU4NiA0MS42NjAyIDc2Ljc5NzYgNDIuNzIzMSA3Ni4xMDk5QzQzLjc4NTkgNzUuNDIyMSA0NC42MjgyIDc0LjQzNzEgNDUuMTQ3OSA3My4yNzQ2SDQ1LjE4ODZaTTMxLjIxMiA2OS40ODI1QzMxLjA4NTUgNzAuNzUwNCAzMS4zMjU1IDcyLjAyOCAzMS45MDI5IDczLjE2MDdDMzIuNDgwMiA3NC4yOTM1IDMzLjM3IDc1LjIzMjYgMzQuNDY0NyA3NS44NjQzQzM0Ljc4OTIgNzYuMDQ2IDM1LjEyOTQgNzYuMTk3MyAzNS40ODExIDc2LjMxNjVDMzIuNjU1MyA3Ny4wMDUgMjkuNzI4IDc3Ljc0NDkgMjcuNDYxMiA3Ni4wMTg0QzI0Ljg2OTIgNzQuOTA4NSAyNC4wMjU1IDcxLjk2OTUgMjMuMjEyMyA2OS4xNTM3QzIzLjQ5MSA2OS40MDQ4IDIzLjc5MDMgNjkuNjMxOCAyNC4xMDY4IDY5LjgzMkMyNS4xOTMgNzAuNDY2MyAyNi40MzcgNzAuNzcwNyAyNy42ODk5IDcwLjcwODhDMjguOTQyOCA3MC42NDY4IDMwLjE1MTUgNzAuMjIxMSAzMS4xNzEzIDY5LjQ4MjVIMzEuMjEyWk0yMC45NzYxIDU5LjEzNEMyMC4yMzQ0IDYwLjE3MDIgMTkuODA3NSA2MS40MDI2IDE5Ljc0NzkgNjIuNjgwM0MxOS42ODg0IDYzLjk1NzkgMTkuOTk4NSA2NS4yMjU1IDIwLjY0MDYgNjYuMzI3NkMyMC44MzI2IDY2LjY0OTEgMjEuMDUzOCA2Ni45NTE5IDIxLjMwMTMgNjcuMjMyQzE4LjUxNjIgNjYuNDA5OCAxNS42MTkyIDY1LjU2NzIgMTQuNTExMiA2Mi45MzY0QzEyLjgxMzcgNjAuNjU1IDEzLjQ5NDggNTcuNjg1IDE0LjIxNjUgNTQuODI4MUMxNC42Nzg3IDU2LjIyNTUgMTUuNjAzNSA1Ny40MTkxIDE2LjgzNDkgNTguMjA3MkMxOC4wNjYzIDU4Ljk5NTQgMTkuNTI5IDU5LjMzIDIwLjk3NjEgNTkuMTU0NlY1OS4xMzRaTTE3LjIzNTQgNDUuMDAzN0MxNi4wODQ0IDQ1LjUyNTggMTUuMTA4NCA0Ni4zNzUgMTQuNDI2MiA0Ny40NDc5QzEzLjc0NCA0OC41MjA3IDEzLjM4NSA0OS43NzEgMTMuMzkzMSA1MS4wNDY0QzEzLjM5NjggNTEuNDIyOSAxMy40Mzc3IDUxLjc5ODIgMTMuNTE1MSA1Mi4xNjY1QzExLjQ4MjEgNTAuMDM5MyA5LjQ0OTIxIDQ3Ljg0MDEgOS43NjQzMiA0NC45NzI5QzkuNDE4NzEgNDIuMTM2NiAxMS41MTI2IDM5LjkzNzQgMTMuNTE1MSAzNy43NzkzQzEzLjQzNzcgMzguMTUxMiAxMy4zOTY5IDM4LjUyOTggMTMuMzkzMSAzOC45MDk3QzEzLjM3MTYgNDAuMTg5MyAxMy43MTk5IDQxLjQ0NzQgMTQuMzk1MiA0Mi41Mjk4QzE1LjA3MDQgNDMuNjEyMiAxNi4wNDMzIDQ0LjQ3MiAxNy4xOTQ3IDQ1LjAwMzdIMTcuMjM1NFpNMTUuMzk1NSA1My4wNzA5QzE0Ljk2NDggNTIuMTMxMSAxNC44MTY1IDUxLjA4NDEgMTQuOTY4NyA1MC4wNTk4QzE1LjExNDcgNDguOTc5NCAxNS42MzQ1IDQ3Ljk4NjIgMTYuNDM1OCA0Ny4yNTY0QzE3LjIzNzIgNDYuNTI2NSAxOC4yNjgyIDQ2LjEwNzEgMTkuMzQ2MyA0Ni4wNzI3QzIwLjQyNDMgNDYuMDM4MiAyMS40Nzk2IDQ2LjM5MDggMjIuMzI1IDQ3LjA2OEMyMy4xNzA0IDQ3Ljc0NTEgMjMuNzUxMiA0OC43MDMyIDIzLjk2NDUgNDkuNzcyMUMyNC4wNDI2IDUwLjA4MTQgMjQuMDg2OSA1MC4zOTg0IDI0LjA5NjYgNTAuNzE3NUMyNC42Mjg3IDUxLjczMDMgMjQuNzcwNSA1Mi45MDY2IDI0LjQ5NDYgNTQuMDE5QzI0LjIxODYgNTUuMTMxNCAyMy41NDQ0IDU2LjEwMDggMjIuNjAyNiA1Ni43Mzk5QzIxLjY2MDcgNTcuMzc5IDIwLjUxOCA1Ny42NDIzIDE5LjM5NTIgNTcuNDc5QzE4LjI3MjQgNTcuMzE1NyAxNy4yNDk0IDU2LjczNzQgMTYuNTIzOSA1NS44NTU4QzE1Ljg2NjcgNTUuMDY3MSAxNS40NTkzIDU0LjA5NjggMTUuMzU0OSA1My4wNzA5SDE1LjM5NTVaTTE1LjM5NTUgMzYuOTM2NkMxNS40NzU2IDM1LjkyNDQgMTUuODUwNiAzNC45NTg5IDE2LjQ3MyAzNC4xNjJDMTcuMjA3IDMzLjMwNDggMTguMjI1NyAzMi43NDg3IDE5LjMzNzEgMzIuNTk4M0MyMC40NDg1IDMyLjQ0NzggMjEuNTc1OSAzMi43MTM1IDIyLjUwNyAzMy4zNDUzQzIzLjQzODEgMzMuOTc3MSAyNC4xMDg3IDM0LjkzMTIgMjQuMzkyMSAzNi4wMjgxQzI0LjY3NTUgMzcuMTI1IDI0LjU1MjMgMzguMjg4OCAyNC4wNDU4IDM5LjMwMDJDMjQuMDM2IDM5LjYxOTMgMjMuOTkxNyAzOS45MzY0IDIzLjkxMzYgNDAuMjQ1N0MyMy43MDAzIDQxLjMxNDYgMjMuMTE5NSA0Mi4yNzI2IDIyLjI3NDEgNDIuOTQ5OEMyMS40Mjg3IDQzLjYyNyAyMC4zNzM2IDQzLjk3OTYgMTkuMjk1NSA0My45NDUyQzE4LjIxNzUgNDMuOTEwNyAxNy4xODYzIDQzLjQ5MTMgMTYuMzg1IDQyLjc2MTRDMTUuNTgzNiA0Mi4wMzE2IDE1LjA2MzggNDEuMDM4NCAxNC45MTc4IDM5Ljk1OEMxNC43NjY3IDM4LjkyOTMgMTQuOTE4OCAzNy44Nzg1IDE1LjM1NDkgMzYuOTM2NkgxNS4zOTU1Wk0yMy4zODUyIDIyLjk2MDVDMjMuOTYzIDIyLjEwNSAyNC43ODU5IDIxLjQ0ODggMjUuNzQzMyAyMS4wNzk5QzI2Ljc0MzEgMjAuNjUyMSAyNy44NjExIDIwLjU5OTUgMjguODk1OSAyMC45MzE2QzI5LjkzMDYgMjEuMjYzNiAzMC44MTQgMjEuOTU4NSAzMS4zODY3IDIyLjg5MDlDMzEuOTU5NCAyMy44MjMyIDMyLjE4MzkgMjQuOTMxOSAzMi4wMTk1IDI2LjAxNjhDMzEuODU1MSAyNy4xMDE3IDMxLjMxMjggMjguMDkxNSAzMC40OTAzIDI4LjgwNzhDMjkuOTQ4MSAyOS4xMzY4IDI5LjQ5NDIgMjkuNTk1NiAyOS4xNjg5IDMwLjE0MzlDMjguNDYwMyAzMC45NzU0IDI3LjQ4MTMgMzEuNTIzNyAyNi40MDgyIDMxLjY4OTlDMjUuMzM1MSAzMS44NTYgMjQuMjM4NSAzMS42MjkyIDIzLjMxNjMgMzEuMDUwMUMyMi4zOTQgMzAuNDcxMSAyMS43MDY3IDI5LjU3ODEgMjEuMzc4MyAyOC41MzE5QzIxLjA0OTggMjcuNDg1OCAyMS4xMDE4IDI2LjM1NTQgMjEuNTI0OSAyNS4zNDQ2QzIxLjg3OSAyNC4zODIyIDIyLjUxMzQgMjMuNTUwOSAyMy4zNDQ1IDIyLjk2MDVIMjMuMzg1MlpNMzcuMjA5MiAxNC44ODMxQzM4LjEzNzIgMTQuNDQyMyAzOS4xNzQzIDE0LjI5MiA0MC4xODc0IDE0LjQ1MTVDNDEuMjU2MSAxNC41OTkxIDQyLjIzODUgMTUuMTI0NiA0Mi45NjA0IDE1LjkzNDhDNDMuNjgyNCAxNi43NDQ5IDQ0LjA5NzIgMTcuNzg3NCA0NC4xMzEzIDE4Ljg3NzNDNDQuMTY1NCAxOS45NjcyIDQzLjgxNjYgMjEuMDM0IDQzLjE0NjggMjEuODg4N0M0Mi40NzcgMjIuNzQzNCA0MS41Mjk0IDIzLjMzMDYgNDAuNDcyMSAyMy41NDYyQzQwLjE2NjEgMjMuNjI1MiAzOS44NTI1IDIzLjY3IDM5LjUzNjkgMjMuNjc5OEMzOC40NzAxIDI0LjI0NzYgMzcuMjMxMyAyNC4zODk1IDM2LjA2NTkgMjQuMDc3M0MzNC45MDA2IDIzLjc2NTIgMzMuODkzNyAyMy4wMjE4IDMzLjI0NDkgMjEuOTk0NUMzMi43Mzc2IDIxLjAxMTggMzIuNTc2OSAxOS44ODM3IDMyLjc4OTQgMTguNzk2M0MzMy4wMDIgMTcuNzA4OSAzMy41NzUxIDE2LjcyNzMgMzQuNDEzOSAxNi4wMTM2QzM1LjIwMzYgMTUuMzczNSAzNi4xNjEgMTQuOTgwNSAzNy4xNjg1IDE0Ljg4MzFIMzcuMjA5MlpNNTMuMTY3OSAxNC44ODMxQzU0LjE4OTYgMTQuOTcyNyA1NS4xNjIzIDE1LjM2NiA1NS45NjMyIDE2LjAxMzZDNTYuODE5MyAxNi42ODAyIDU3LjQxMzggMTcuNjMyMiA1Ny42NDA3IDE4LjcwMDNDNTcuODY3NiAxOS43Njg0IDU3LjcxMjIgMjAuODgzMyA1Ny4yMDIzIDIxLjg0NjVDNTYuNjkyNCAyMi44MDk3IDU1Ljg2MSAyMy41NTg4IDU0Ljg1NiAyMy45NjAzQzUzLjg1MTEgMjQuMzYxOSA1Mi43Mzc5IDI0LjM5IDUxLjcxNDQgMjQuMDM5NkM1MS40MTIgMjMuOTQ5MiA1MS4xMTkxIDIzLjgyODcgNTAuODQwMiAyMy42Nzk4QzUwLjUyNDYgMjMuNjcgNTAuMjExIDIzLjYyNTIgNDkuOTA1IDIzLjU0NjJDNDguODQ3OCAyMy4zMzA2IDQ3LjkwMDIgMjIuNzQzNCA0Ny4yMzAzIDIxLjg4ODdDNDYuNTYwNSAyMS4wMzQgNDYuMjExOCAxOS45NjcyIDQ2LjI0NTkgMTguODc3M0M0Ni4yOCAxNy43ODc0IDQ2LjY5NDggMTYuNzQ0OSA0Ny40MTY3IDE1LjkzNDhDNDguMTM4NiAxNS4xMjQ2IDQ5LjEyMSAxNC41OTkxIDUwLjE4OTcgMTQuNDUxNUM1MS4xODk2IDE0LjI5OTcgNTIuMjExNSAxNC40NDk5IDUzLjEyNzMgMTQuODgzMUg1My4xNjc5Wk02Ny4wMDIyIDIyLjk2MDVDNjcuODQyNiAyMy41NTA4IDY4LjQ5MDIgMjQuMzgwOCA2OC44NjI0IDI1LjM0NDZDNjkuMjc1NiAyNi4zNTU1IDY5LjMyMDEgMjcuNDgxOSA2OC45ODgxIDI4LjUyMjhDNjguNjU2MSAyOS41NjM4IDY3Ljk2OTIgMzAuNDUxNyA2Ny4wNDk4IDMxLjAyODFDNjYuMTMwNCAzMS42MDQ2IDY1LjAzODQgMzEuODMyMSA2My45Njg1IDMxLjY3MDJDNjIuODk4NiAzMS41MDgyIDYxLjkyMDMgMzAuOTY3MyA2MS4yMDgzIDMwLjE0MzlDNjAuODgyOSAyOS41OTU2IDYwLjQyOTEgMjkuMTM2OCA1OS44ODY4IDI4LjgwNzhDNTkuMDY0MyAyOC4wOTE1IDU4LjUyMiAyNy4xMDE3IDU4LjM1NzYgMjYuMDE2OEM1OC4xOTMyIDI0LjkzMTkgNTguNDE3NyAyMy44MjMyIDU4Ljk5MDQgMjIuODkwOUM1OS41NjMyIDIxLjk1ODUgNjAuNDQ2NSAyMS4yNjM2IDYxLjQ4MTMgMjAuOTMxNkM2Mi41MTYgMjAuNTk5NSA2My42MzQgMjAuNjUyMSA2NC42MzM4IDIxLjA3OTlDNjUuNTc4MSAyMS40NTc2IDY2LjM4ODkgMjIuMTEyNiA2Ni45NjE2IDIyLjk2MDVINjcuMDAyMlpNNzQuOTgxNiAzNi45MzY2Qzc1LjQxNzYgMzcuODc0OSA3NS41NjYyIDM4LjkyMzQgNzUuNDA4NCAzOS45NDc3Qzc1LjI2MjQgNDEuMDI4MSA3NC43NDI2IDQyLjAyMTMgNzMuOTQxMyA0Mi43NTEyQzczLjE0IDQzLjQ4MSA3Mi4xMDg5IDQzLjkwMDQgNzEuMDMwOCA0My45MzQ5QzY5Ljk1MjggNDMuOTY5MyA2OC44OTc1IDQzLjYxNjcgNjguMDUyMSA0Mi45Mzk1QzY3LjIwNjggNDIuMjYyMyA2Ni42MjU5IDQxLjMwNDMgNjYuNDEyNiA0MC4yMzU0QzY2LjMzNzcgMzkuOTI1NyA2Ni4yOTY4IDM5LjYwODcgNjYuMjkwNyAzOS4yOUM2Ni4xMzU5IDM5LjAxMDMgNjYuMDEzMiAzOC43MTM5IDY1LjkyNDggMzguNDA2MkM2NS41NzgxIDM3LjM3MTQgNjUuNjA1OCAzNi4yNDU5IDY2LjAwMyAzNS4yMjk5QzY2LjQwMDMgMzQuMjE0IDY3LjE0MTEgMzMuMzczNCA2OC4wOTM4IDMyLjg1NzlDNjkuMDQ2NSAzMi4zNDI0IDcwLjE0OTMgMzIuMTg1MyA3MS4yMDU4IDMyLjQxNDdDNzIuMjYyMyAzMi42NDQxIDczLjIwNCAzMy4yNDUxIDczLjg2MzQgMzQuMTEwNkM3NC40OTUyIDM0LjkyMTggNzQuODcwOCAzNS45MDY2IDc0Ljk0MDkgMzYuOTM2Nkg3NC45ODE2Wk03NC45ODE2IDUzLjA3MDlDNzQuODk5OCA1NC4xMDU0IDc0LjUwOTggNTUuMDkwNyA3My44NjM0IDU1Ljg5NjlDNzMuMjA0IDU2Ljc2MjUgNzIuMjYyMyA1Ny4zNjM0IDcxLjIwNTggNTcuNTkyOEM3MC4xNDkzIDU3LjgyMjIgNjkuMDQ2NSA1Ny42NjUyIDY4LjA5MzggNTcuMTQ5NkM2Ny4xNDExIDU2LjYzNDEgNjYuNDAwMyA1NS43OTM2IDY2LjAwMyA1NC43Nzc2QzY1LjYwNTggNTMuNzYxNiA2NS41NzgxIDUyLjYzNiA2NS45MjQ4IDUxLjYwMTNDNjYuMDEzMiA1MS4yOTM2IDY2LjEzNTkgNTAuOTk3MSA2Ni4yOTA3IDUwLjcxNzVDNjYuMjk2OCA1MC4zOTg4IDY2LjMzNzcgNTAuMDgxNyA2Ni40MTI2IDQ5Ljc3MjFDNjYuNjI1OSA0OC43MDMyIDY3LjIwNjggNDcuNzQ1MSA2OC4wNTIxIDQ3LjA2OEM2OC44OTc1IDQ2LjM5MDggNjkuOTUyOCA0Ni4wMzgyIDcxLjAzMDggNDYuMDcyN0M3Mi4xMDg5IDQ2LjEwNzEgNzMuMTQgNDYuNTI2NSA3My45NDEzIDQ3LjI1NjRDNzQuNzQyNiA0Ny45ODYyIDc1LjI2MjQgNDguOTc5NCA3NS40MDg0IDUwLjA1OThDNzUuNTUzNiA1MS4wODgyIDc1LjM5MDcgNTIuMTM2OSA3NC45NDA5IDUzLjA3MDlINzQuOTgxNlpNNjcuMDAyMiA2Ny4wNDdDNjYuNDE4NyA2Ny45MDE0IDY1LjU5MzEgNjguNTU3IDY0LjYzMzggNjguOTI3NkM2My42MzQgNjkuMzU1NCA2Mi41MTYgNjkuNDA4IDYxLjQ4MTMgNjkuMDc1OUM2MC40NDY1IDY4Ljc0MzggNTkuNTYzMiA2OC4wNDkgNTguOTkwNCA2Ny4xMTY2QzU4LjQxNzcgNjYuMTg0MiA1OC4xOTMyIDY1LjA3NTYgNTguMzU3NiA2My45OTA3QzU4LjUyMiA2Mi45MDU4IDU5LjA2NDMgNjEuOTE2IDU5Ljg4NjggNjEuMTk5NkM2MC40MjkxIDYwLjg3MDcgNjAuODgyOSA2MC40MTE5IDYxLjIwODMgNTkuODYzN0M2MS45MjAzIDU5LjA0MDIgNjIuODk4NiA1OC40OTkzIDYzLjk2ODUgNTguMzM3M0M2NS4wMzg0IDU4LjE3NTMgNjYuMTMwNCA1OC40MDI5IDY3LjA0OTggNTguOTc5M0M2Ny45NjkyIDU5LjU1NTggNjguNjU2MSA2MC40NDM3IDY4Ljk4ODEgNjEuNDg0N0M2OS4zMjAxIDYyLjUyNTcgNjkuMjc1NiA2My42NTIgNjguODYyNCA2NC42NjI4QzY4LjQ3OTMgNjUuNjMyMSA2Ny44MTcxIDY2LjQ2MjcgNjYuOTYxNiA2Ny4wNDdINjcuMDAyMlpNNTMuMTY3OSA3NS4xMjQ0QzUyLjI0MDEgNzUuNTY1NyA1MS4yMDI4IDc1LjcxNjEgNTAuMTg5NyA3NS41NTZDNDkuMTIxIDc1LjQwODQgNDguMTM4NiA3NC44ODI5IDQ3LjQxNjcgNzQuMDcyN0M0Ni42OTQ4IDczLjI2MjYgNDYuMjggNzIuMjIwMSA0Ni4yNDU5IDcxLjEzMDJDNDYuMjExOCA3MC4wNDAzIDQ2LjU2MDUgNjguOTczNCA0Ny4yMzAzIDY4LjExODdDNDcuOTAwMiA2Ny4yNjQxIDQ4Ljg0NzggNjYuNjc2OCA0OS45MDUgNjYuNDYxMkM1MC4yMTEgNjYuMzgyMyA1MC41MjQ2IDY2LjMzNzUgNTAuODQwMiA2Ni4zMjc2QzUxLjg0MzkgNjUuNzc3MiA1My4wMTQ1IDY1LjYyNTQgNTQuMTIzMSA2NS45MDE2QzU1LjIzMTcgNjYuMTc3OCA1Ni4xOTgzIDY2Ljg2MjQgNTYuODM0IDY3LjgyMTJDNTcuNDY5NyA2OC43ODAxIDU3LjcyODYgNjkuOTQ0MyA1Ny41NiA3MS4wODU5QzU3LjM5MTQgNzIuMjI3NiA1Ni44MDc2IDczLjI2NDYgNTUuOTIyNiA3My45OTRDNTUuMTIxNyA3NC42NDE1IDU0LjE0OSA3NS4wMzQ4IDUzLjEyNzMgNzUuMTI0NEg1My4xNjc5Wk0zNy4yMDkyIDc1LjEyNDRDMzYuMTg3NSA3NS4wMzQ4IDM1LjIxNDkgNzQuNjQxNSAzNC40MTM5IDczLjk5NEMzMy41NzcyIDczLjI0NzYgMzMuMDM2OSA3Mi4yMTk0IDMyLjg5MzcgNzEuMTAwNUMzMi43NTA1IDY5Ljk4MTcgMzMuMDE0IDY4Ljg0ODQgMzMuNjM1MyA2Ny45MTEyQzM0LjI1NjYgNjYuOTc0MSAzNS4xOTM0IDY2LjI5NyAzNi4yNzE0IDY2LjAwNTdDMzcuMzQ5NSA2NS43MTQ0IDM4LjQ5NTQgNjUuODI4OCAzOS40OTYzIDY2LjMyNzZDMzkuODExOSA2Ni4zMzc1IDQwLjEyNTQgNjYuMzgyMyA0MC40MzE0IDY2LjQ2MTJDNDEuNDg4NyA2Ni42NzY4IDQyLjQzNjMgNjcuMjY0MSA0My4xMDYxIDY4LjExODdDNDMuNzc1OSA2OC45NzM0IDQ0LjEyNDggNzAuMDQwMyA0NC4wOTA3IDcxLjEzMDJDNDQuMDU2NiA3Mi4yMjAxIDQzLjY0MTggNzMuMjYyNiA0Mi45MTk5IDc0LjA3MjdDNDIuMTk3OSA3NC44ODI5IDQxLjIxNTUgNzUuNDA4NCA0MC4xNDY5IDc1LjU1NkMzOS4xMzM4IDc1LjcxNTUgMzguMDk2NSA3NS41NjUxIDM3LjE2ODUgNzUuMTI0NEgzNy4yMDkyWk0yMy4zODUyIDY3LjA0N0MyMi41MzkgNjYuNDYyOCAyMS44ODk4IDY1LjYzMDggMjEuNTI0OSA2NC42NjI4QzIxLjEwMTggNjMuNjUyIDIxLjA0OTggNjIuNTIxNyAyMS4zNzgzIDYxLjQ3NTZDMjEuNzA2NyA2MC40Mjk1IDIyLjM5NCA1OS41MzY0IDIzLjMxNjMgNTguOTU3M0MyNC4yMzg1IDU4LjM3ODMgMjUuMzM1MSA1OC4xNTE0IDI2LjQwODIgNTguMzE3NkMyNy40ODEzIDU4LjQ4MzggMjguNDYwMyA1OS4wMzIxIDI5LjE2ODkgNTkuODYzN0MyOS40OTQyIDYwLjQxMTkgMjkuOTQ4MSA2MC44NzA3IDMwLjQ5MDMgNjEuMTk5NkMzMS4zMTI4IDYxLjkxNiAzMS44NTUxIDYyLjkwNTggMzIuMDE5NSA2My45OTA3QzMyLjE4MzkgNjUuMDc1NiAzMS45NTk0IDY2LjE4NDIgMzEuMzg2NyA2Ny4xMTY2QzMwLjgxNCA2OC4wNDkgMjkuOTMwNiA2OC43NDM4IDI4Ljg5NTkgNjkuMDc1OUMyNy44NjExIDY5LjQwOCAyNi43NDMxIDY5LjM1NTQgMjUuNzQzMyA2OC45Mjc2QzI0Ljc3MDkgNjguNTY2IDIzLjkzMyA2Ny45MDkxIDIzLjM0NDUgNjcuMDQ3SDIzLjM4NTJaTTM0LjcyOSAzOC44OTk0QzMzLjYzMTIgMzkuMTA1IDMyLjUzMzQgMzkuMzMxMSAzMS40MzU2IDM5LjU3NzdDMzIuMzgwMiAzOC40MDkxIDMzLjEzMTkgMzcuMDkzOCAzMy42NjE3IDM1LjY4MjlDMzMuOTY2NyAzNi43NTE2IDM0LjMyMjUgMzcuODMwNyAzNC42ODg0IDM4Ljg5OTRIMzQuNzI5Wk0zOS4xNTA3IDM0LjQyOTJDMzguMTM0MyAzNC4wNTkyIDM3LjAzNjUgMzMuNjk5NSAzNS45NjkyIDMzLjQwMTVDMzcuMzY0OCAzMi44NjU5IDM4LjY2NTYgMzIuMTA1OSAzOS44MjE1IDMxLjE1MDlDMzkuNTM2OSAzMi4yMDk0IDM5LjMyMzUgMzMuMzE5MyAzOS4xMSAzNC40MjkySDM5LjE1MDdaTTQ1LjE4ODYgMzIuNzk1MkM0NC40NTY3IDMxLjkzMTkgNDMuNzE0NyAzMS4wODkzIDQyLjk2MjUgMzAuMjQ2NkM0NC40MzY2IDMwLjQ5MzMgNDUuOTQwNiAzMC40OTMzIDQ3LjQxNDYgMzAuMjQ2NkM0Ni42MjE3IDMxLjA3OSA0NS44Nzk3IDMxLjkzMTkgNDUuMTQ3OSAzMi43OTUySDQ1LjE4ODZaTTUxLjIyNjQgMzQuNDI5MkM1MS4wMjMxIDMzLjMxOTMgNTAuNzk5NiAzMi4yMDk0IDUwLjU1NTYgMzEuMDk5NkM1MS43MTMzIDMyLjA1NzQgNTMuMDE3OSAzMi44MTc3IDU0LjQxODEgMzMuMzUwMUM1My4zMTAyIDMzLjY5OTUgNTIuMjQzIDM0LjA1OTIgNTEuMTg1OCAzNC40MjkySDUxLjIyNjRaTTU1LjY0ODIgMzguODk5NEM1Ni4wMjQzIDM3Ljg3MTggNTYuMzggMzYuNzUxNiA1Ni42NjQ2IDM1LjY4MjlDNTYuODU4NiAzNi40MjA0IDU3LjE4MjIgMzcuMTE2NiA1Ny42MjAxIDM3LjczODJDNTcuOTI2NiAzOC40MzIxIDU4LjM1NzQgMzkuMDYyNyA1OC44OTA3IDM5LjU5ODJDNTcuODAzIDM5LjMwMDIgNTYuNzE1NCAzOS4xMDUgNTUuNjA3NSAzOC44OTk0SDU1LjY0ODJaTTU3LjI3NDUgNDUuMDAzN0M1OC4xMTgyIDQ0LjI2MzggNTguOTYxOCA0My41MTM2IDU5Ljc4NTIgNDIuNzUzMkM1OS41NDEyIDQ0LjI0MzQgNTkuNTQxMiA0NS43NjQxIDU5Ljc4NTIgNDcuMjU0M0M1OC45MjEyIDQ2LjQ5MzggNTguMDc3NSA0NS43NDM2IDU3LjIzMzggNDUuMDAzN0g1Ny4yNzQ1Wk01NS42NDgyIDUxLjEwOEM1Ni43NTYxIDUwLjkwMjUgNTcuODQzOCA1MC42NzY0IDU4Ljk0MTUgNTAuNDI5OEM1OC40MDgzIDUwLjk2NTQgNTcuOTc3NSA1MS41OTYgNTcuNjcwOSA1Mi4yODk4QzU3LjIzMzEgNTIuOTExNSA1Ni45MDk0IDUzLjYwNzcgNTYuNzE1NCA1NC4zNDUyQzU2LjMzOTMgNTMuMjU1OCA1NS45ODM2IDUyLjE3NjggNTUuNjA3NSA1MS4xMDhINTUuNjQ4MlpNNTEuMjI2NCA1NS41Nzg0QzUyLjI0MjkgNTUuOTU4NiA1My4zNTA4IDU2LjMxODMgNTQuNDE4MSA1Ni42MDZDNTMuNjg5IDU2LjgwMzIgNTMuMDAwNiA1Ny4xMzAzIDUyLjM4NTIgNTcuNTcyQzUxLjY5ODkgNTcuODgxOSA1MS4wNzUyIDU4LjMxNzQgNTAuNTQ1NCA1OC44NTY2QzUwLjc2OTEgNTcuNzgxIDUwLjk4MjUgNTYuNjg4MiA1MS4xODU4IDU1LjU3ODRINTEuMjI2NFpNNDUuMTg4NiA1Ny4yMTIzQzQ1LjkyMDQgNTguMDc1NSA0Ni42NjI0IDU4LjkxODIgNDcuNDE0NiA1OS43NjA5QzQ1Ljk0MDYgNTkuNTE0MiA0NC40MzY2IDU5LjUxNDIgNDIuOTYyNSA1OS43NjA5QzQzLjY3NDEgNTguOTE4MiA0NC40MTYgNTguMDc1NSA0NS4xNDc5IDU3LjIxMjNINDUuMTg4NlpNMzkuMTUwNyA1NS41Nzg0QzM5LjM2NDIgNTYuNjg4MiAzOS41Nzc2IDU3Ljc5ODEgMzkuODIxNSA1OC45MDhDMzkuMjkxOCA1OC4zNjg4IDM4LjY2ODEgNTcuOTMzMyAzNy45ODE4IDU3LjYyMzRDMzcuMzY2OSA1Ny4xODA3IDM2LjY3ODMgNTYuODUzNSAzNS45NDg4IDU2LjY1NzRDMzYuOTk1OCA1Ni4zMTgzIDM4LjA1MjkgNTUuOTU4NiAzOS4xMSA1NS41Nzg0SDM5LjE1MDdaTTM0LjcyOSA1MS4xMDhDMzQuMzYzIDUyLjEzNTcgMzQuMDA3MyA1My4yNTU4IDMzLjY2MTcgNTQuMzI0NkMzMy4xMzE5IDUyLjkxMzYgMzIuMzgwMiA1MS41OTg0IDMxLjQzNTYgNTAuNDI5OEMzMi41MDYzIDUwLjY3NjQgMzMuNTkwNiA1MC45MDI1IDM0LjY4ODQgNTEuMTA4SDM0LjcyOVpNMzMuMTEyOCA0NS4wMDM3QzMyLjI1OSA0NS43NDM2IDMxLjQyNTUgNDYuNDkzOCAzMC42MDIxIDQ3LjI1NDNDMzAuODMyNSA0NS43NjMgMzAuODMyNSA0NC4yNDQ1IDMwLjYwMjEgNDIuNzUzMkMzMS4zODQ4IDQzLjUxMzYgMzIuMjE4MyA0NC4yNjM4IDMzLjA3MjEgNDUuMDAzN0gzMy4xMTI4Wk0xMy4xODk4IDI2LjMyMDlDMTIuNzMzOCAyNi45NDAxIDEyLjM4OTcgMjcuNjM1OSAxMi4xNzM0IDI4LjM3NjJDMTEuODM3OSAyNy4yOTcyIDExLjQ4MjIgMjYuMjI4NCAxMS4xNTY5IDI1LjE0OTRDMTIuMjU0NyAyNC45NDM5IDEzLjM1MjUgMjQuNzE3OCAxNC40NTAzIDI0LjQ3MTJDMTMuOTA5NyAyNS4wMDMzIDEzLjQ2ODkgMjUuNjMgMTMuMTQ5MSAyNi4zMjA5SDEzLjE4OThaTTI2LjcxOTEgMTIuNjUzMUMyNi4wMyAxMi45NjM0IDI1LjQwMyAxMy4zOTg3IDI0Ljg2OTIgMTMuOTM3N0MyNS4xMTMxIDEyLjgyNzggMjUuMzM2OCAxMS43MTc5IDI1LjU0MDEgMTAuNTk3OEMyNi41NTY2IDEwLjk3OCAyNy42NjQ1IDExLjMzNzcgMjguNzMxOCAxMS42MjU1QzI3Ljk3NTEgMTEuODI4OSAyNy4yNjQxIDEyLjE3NzggMjYuNjM3OCAxMi42NTMxSDI2LjcxOTFaTTQ1LjE4ODYgNy42NDg0MkM0NC40NDIyIDcuNTcwMjIgNDMuNjg4IDcuNjI5MzkgNDIuOTYyNSA3LjgyMzExQzQzLjcxNDcgNi45OTA3IDQ0LjQ1NjcgNi4xMzc3OCA0NS4xODg2IDUuMjg0ODJDNDUuOTIwNCA2LjEzNzc4IDQ2LjY2MjQgNi45OTA3IDQ3LjQyNDggNy44MjMxMUM0Ni42ODI4IDcuNjI0MjcgNDUuOTExIDcuNTY1MDcgNDUuMTQ3OSA3LjY0ODQySDQ1LjE4ODZaTTYzLjY2ODIgMTIuNjUzMUM2My4wNTk1IDEyLjE4NiA2Mi4zNzAxIDExLjgzNzUgNjEuNjM1MiAxMS42MjU1QzYyLjY1MTcgMTEuMjg2MyA2My43Njk3IDEwLjkyNjYgNjQuODI2OSAxMC41OTc4QzY1LjAzMDIgMTEuNzE3OSA2NS4yNTM4IDEyLjgyNzggNjUuNDk3OCAxMy45Mzc3QzY0Ljk1OSAxMy4zOTU0IDY0LjMyNDcgMTIuOTU5NyA2My42Mjc1IDEyLjY1MzFINjMuNjY4MlpNNzcuMTg3MyAyNi4zMjA5Qzc2Ljg3NzggMjUuNjI4OCA3Ni40NDczIDI0Ljk5ODcgNzUuOTE2NyAyNC40NjA5Qzc3LjAxNDUgMjQuNzA3NSA3OC4xMTIzIDI0LjkzMzYgNzkuMjIwMiAyNS4xMzkxQzc4Ljg0NDEgMjYuMTY2OCA3OC40ODg0IDI3LjI4NjkgNzguMjAzOCAyOC4zNjZDNzcuOTc4MyAyNy42MjQ2IDc3LjYxOTkgMjYuOTMxNCA3Ny4xNDY2IDI2LjMyMDlINzcuMTg3M1pNODIuMTM3NSA0NS4wMDM3QzgyLjIxNDkgNDQuMjQ5MSA4Mi4xNTY0IDQzLjQ4NjYgODEuOTY0OCA0Mi43NTMyQzgyLjc4ODIgNDMuNTEzNiA4My42MzE4IDQ0LjI2MzggODQuNDg1NyA0NS4wMDM3QzgzLjYzMTggNDUuNzQzNiA4Mi43ODgyIDQ2LjQ5MzggODEuOTY0OCA0Ny4yNTQzQzgyLjE0MjggNDYuNTE4MyA4Mi4xODc2IDQ1Ljc1NTggODIuMDk3IDQ1LjAwMzdIODIuMTM3NVpNNzcuMTg3MyA2My42ODY1Qzc3LjY0NzMgNjMuMDY5OSA3Ny45OTE4IDYyLjM3MzMgNzguMjAzOCA2MS42MzEyQzc4LjUzOTIgNjIuNjU4OSA3OC44OTUgNjMuNzg5MyA3OS4yMjAyIDY0Ljg1ODFDNzguMTEyMyA2NS4wNjM2IDc3LjAxNDUgNjUuMjg5NyA3NS45MTY3IDY1LjUzNjRDNzYuNDM0NCA2NS4wMDA0IDc2Ljg1MTIgNjQuMzczNSA3Ny4xNDY2IDYzLjY4NjVINzcuMTg3M1pNNjMuNjY4MiA3Ny4zNTQ0QzY0LjM1NDUgNzcuMDQ0NSA2NC45NzgyIDc2LjYwOSA2NS41MDggNzYuMDY5OEM2NS4yNjQgNzcuMTc5NyA2NS4wNDAzIDc4LjI4OTYgNjQuODM3MSA3OS40MDk3QzYzLjgyMDYgNzkuMDI5NSA2Mi43MTI2IDc4LjY2OTggNjEuNjQ1MyA3OC4zODIxQzYyLjM2NDUgNzguMTU0OCA2My4wMzY0IDc3Ljc5NiA2My42Mjc1IDc3LjMyMzZMNjMuNjY4MiA3Ny4zNTQ0Wk00NS4xODg2IDgyLjM1OTFDNDUuOTM4MyA4Mi40Mzc0IDQ2LjY5NTggODIuMzc4MiA0Ny40MjQ4IDgyLjE4NDRDNDYuNjYyNCA4My4wMTY4IDQ1LjkyMDQgODMuODY5NyA0NS4xODg2IDg0LjcyMjdDNDQuNDU2NyA4My44Njk3IDQzLjcxNDcgODMuMDE2OCA0Mi45NjI1IDgyLjE4NDRDNDMuNjc1IDgyLjM3MzEgNDQuNDE0OSA4Mi40MzIzIDQ1LjE0NzkgODIuMzU5MUg0NS4xODg2Wk0yNi42Mzc4IDc3LjMyMzZDMjcuMjQ1OCA3Ny43OTE5IDI3LjkzNTQgNzguMTQwNSAyOC42NzA4IDc4LjM1MTJDMjcuNjU0MyA3OC42OTAzIDI2LjU0NjMgNzkuMDUgMjUuNDc5IDc5LjM3ODlDMjUuMjc1NyA3OC4yNTg3IDI1LjA1MjEgNzcuMTQ4OSAyNC44MDgxIDc2LjAzOUMyNS4zMzU5IDc2LjU3NTkgMjUuOTU1OSA3Ny4wMTExIDI2LjYzNzggNzcuMzIzNlpNMTMuMTA4NCA2My42NTU3QzEzLjQxNSA2NC4zNDk2IDEzLjg0NTggNjQuOTgwMiAxNC4zNzkgNjUuNTE1OEMxMy4yODEyIDY1LjI2OTEgMTIuMTgzNSA2NS4wNDMgMTEuMDg1NyA2NC44Mzc1QzExLjQ1MTYgNjMuODA5OCAxMS44MDc0IDYyLjY4OTcgMTIuMTAyMSA2MS42MTA3QzEyLjMyNTUgNjIuMzYwNCAxMi42ODAyIDYzLjA2MzQgMTMuMTQ5MSA2My42ODY1TDEzLjEwODQgNjMuNjU1N1pNOC4xNTgyIDQ0Ljk3MjlDOC4wNzkwMSA0NS43MjgxIDguMTQxMTMgNDYuNDkxNiA4LjM0MTIyIDQ3LjIyMzVDNy41MDc3MSA0Ni40NjMgNi42NjQwNSA0NS43MTI4IDUuODIwMzggNDQuOTcyOUM2LjY2NDA1IDQ0LjIzMyA3LjUwNzcxIDQzLjQ4MjggOC4zNDEyMiA0Mi43MjI0QzguMTUwODkgNDMuNDY2OCA4LjEwMjU4IDQ0LjI0MSA4LjE5ODkgNDUuMDAzN0w4LjE1ODIgNDQuOTcyOVpNMC44MDkwODIgNDQuOTcyOUM0LjQ0ODQgNDcuODE3MiA3LjkxMTA2IDUwLjg4NTUgMTEuMTc3MiA1NC4xNjAyQzkuOTcwNjkgNTguNjUwMiA4LjQ5MDU5IDYzLjA2MDQgNi43NDU0MSA2Ny4zNjU2QzExLjMwNTIgNjcuOTkzMyAxNS44MjMxIDY4Ljg5OTMgMjAuMjc0NyA3MC4wNzg2QzIxLjQ0MTEgNzQuNTc5MSAyMi4zMzczIDc5LjE0NjggMjIuOTU4MiA4My43NTY3QzI3LjIxODIgODEuOTk2OSAzMS41ODAyIDgwLjUwMDYgMzYuMDE5OSA3OS4yNzYxQzM5LjI1NjYgODIuNTgwNSA0Mi4yOTE0IDg2LjA4MSA0NS4xMDczIDg5Ljc1ODJDNDcuOTQzMSA4Ni4wNzk0IDUwLjk5ODIgODIuNTc4OSA1NC4yNTU2IDc5LjI3NjFDNTguNjkxNSA4MC41MDIyIDYzLjA1IDgxLjk5ODUgNjcuMzA3MSA4My43NTY3QzY3LjkyNjYgNzkuMTQ1OCA2OC44MjYyIDc0LjU3NzggNzAuMDAwOCA3MC4wNzg2Qzc0LjQ0ODcgNjguODk4MyA3OC45NjM0IDY3Ljk5MjMgODMuNTE5OSA2Ny4zNjU2QzgxLjc3OTMgNjMuMDU4NiA4MC4yOTkzIDU4LjY0ODcgNzkuMDg4MSA1NC4xNjAyQzgyLjM1NjUgNTAuODg3OSA4NS44MTkgNDcuODE5OCA4OS40NTYzIDQ0Ljk3MjlDODUuODE5IDQyLjEyNiA4Mi4zNTY1IDM5LjA1NzkgNzkuMDg4MSAzNS43ODU3QzgwLjI5OTMgMzEuMjk3MSA4MS43NzkzIDI2Ljg4NzIgODMuNTE5OSAyMi41ODAyQzc4Ljk2MzQgMjEuOTUzNSA3NC40NDg3IDIxLjA0NzUgNzAuMDAwOCAxOS44NjczQzY4LjgyNjIgMTUuMzY4MSA2Ny45MjY2IDEwLjgwMDEgNjcuMzA3MSA2LjE4OTE3QzYzLjA1MTcgNy45NTE5NyA1OC42OTI5IDkuNDQ4MzIgNTQuMjU1NiAxMC42Njk3QzUwLjk5ODIgNy4zNjY5NyA0Ny45NDMxIDMuODY2NDIgNDUuMTA3MyAwLjE4NzYyMkM0Mi4yOTE0IDMuODY0ODIgMzkuMjU2NiA3LjM2NTM0IDM2LjAxOTkgMTAuNjY5N0MzMS41Nzg4IDkuNDQ5OTIgMjcuMjE2NiA3Ljk1MzU1IDIyLjk1ODIgNi4xODkxN0MyMi4zMzczIDEwLjc5OTEgMjEuNDQxMSAxNS4zNjY4IDIwLjI3NDcgMTkuODY3M0MxNS44MjMxIDIxLjA0NjUgMTEuMzA1MiAyMS45NTI1IDYuNzQ1NDEgMjIuNTgwMkM4LjQ5MDU5IDI2Ljg4NTQgOS45NzA2OSAzMS4yOTU3IDExLjE3NzIgMzUuNzg1N0M3LjkyNTA4IDM5LjA2OTcgNC40NzYwNSA0Mi4xNDgxIDAuODQ5NzgxIDQ1LjAwMzdMMC44MDkwODIgNDQuOTcyOVpNMzQuNTQ2MSA0Ny44NDAxQzM1LjY5NDcgNDYuODEyNCAzNi44NjM2IDQ1LjkxODQgMzguMDMyNSA0NC45NzI5QzM2Ljg2MzYgNDQuMDI3NSAzNS42OTQ3IDQzLjA4MiAzNC41NDYxIDQyLjExNkMzNi4wMiA0MS44NDg4IDM3LjUwNCA0MS42MjI3IDM4Ljk4ODEgNDEuMzk2NkMzOC40MjkgMzkuOTg4OCAzNy44OTAzIDM4LjU3MDYgMzcuMzcxOSAzNy4xNTI0QzM4Ljc3NDYgMzcuNjc2NSA0MC4xNzczIDM4LjE4MDEgNDEuNTY5OCAzOC43NzYxQzQxLjc5MzUgMzcuMjc1OCA0Mi4wMTcyIDM1Ljc4NTcgNDIuMjgxNSAzNC4yOTU2QzQzLjIzNjkgMzUuNDYwMiA0NC4xNzg5IDM2LjYzNTIgNDUuMTA3MyAzNy44MjA0QzQ2LjA0MjQgMzYuNjI4MyA0Ni45Nzc1IDM1LjQ1NjggNDcuOTQzMiAzNC4yOTU2QzQ4LjE5NzMgMzUuNzg1NyA0OC40MzEyIDM3LjI3NTggNDguNjQ0NiAzOC43NzYxQzUwLjAzNzIgMzguMjIxMiA1MS40Mzk5IDM3LjY3NjUgNTIuODQyNyAzNy4xNTI0QzUyLjMyNDMgMzguNTcwNiA1MS44MjYxIDM5Ljk4ODggNTEuMjM2NiA0MS4zOTY2QzUyLjcyMDYgNDEuNjIyNyA1NC4yMDQ3IDQxLjg0ODggNTUuNjc4NiA0Mi4xMTZDNTQuNTI5OSA0My4wODIgNTMuMzYxMSA0NC4wMjc1IDUyLjE4MTkgNDQuOTcyOUM1My4zNjExIDQ1LjkxODQgNTQuNTI5OSA0Ni44NjM4IDU1LjY3ODYgNDcuODQwMUM1NC4yMDQ3IDQ4LjA5NyA1Mi43MjA2IDQ4LjMzMzQgNTEuMjM2NiA0OC41NDkyQzUxLjc4NTUgNDkuOTU3MSA1Mi4zMjQzIDUxLjM3NTIgNTIuODQyNyA1Mi43OTM0QzUxLjQzOTkgNTIuMjY5MyA1MC4wMzcyIDUxLjc2NTcgNDguNjQ0NiA1MS4xNjk3QzQ4LjQzMTIgNTIuNjcwMSA0OC4xOTczIDU0LjE2MDEgNDcuOTQzMiA1NS42NTAyQzQ2LjkyNjcgNTQuNDg5IDQ2LjA0MjQgNTMuMzE3NSA0NS4xMDczIDUyLjEyNTRDNDQuMTc4OSA1My4zMTc1IDQzLjIzNjkgNTQuNDkyNCA0Mi4yODE1IDU1LjY1MDJDNDIuMDE3MiA1NC4xNjAxIDQxLjc5MzUgNTIuNjcwMSA0MS41Njk4IDUxLjE2OTdDNDAuMTc3MyA1MS43MjQ2IDM4Ljc3NDYgNTIuMjY5MyAzNy4zNzE5IDUyLjc5MzRDMzcuODkwMyA1MS4zNzUyIDM4LjM4ODMgNDkuOTU3MSAzOC45ODgxIDQ4LjU0OTJDMzcuNTQ0NyA0OC4zNjQyIDM2LjA2MDUgNDguMTI3OCAzNC41ODY2IDQ3Ljg3MDlMMzQuNTQ2MSA0Ny44NDAxWk0yNS40OTk0IDUwLjI4NTlDMjUuMzc5OCA0OS4xNDE4IDI0Ljk2NTkgNDguMDQ5MyAyNC4yOTg5IDQ3LjExNzJDMjMuNjMxOSA0Ni4xODUxIDIyLjczNTIgNDUuNDQ1OCAyMS42OTc4IDQ0Ljk3MjlDMjMuNTU3OCA0My43Mjc2IDI0LjkwMzcgNDEuODM4IDI1LjQ4MjEgMzkuNjU5NkMyNi4wNjA2IDM3LjQ4MTMgMjUuODMxNyAzNS4xNjQzIDI0LjgzODYgMzMuMTQ0NkMyNy4wNjY0IDMzLjAwNTkgMjkuMTY3MiAzMi4wNDg3IDMwLjc0NTQgMzAuNDUzMUMzMi4zMjM3IDI4Ljg1NzYgMzMuMjcwNSAyNi43MzM3IDMzLjQwNzYgMjQuNDgxNEMzNS40MDU0IDI1LjQ4NTQgMzcuNjk3MSAyNS43MTY4IDM5Ljg1MTggMjUuMTMyQzQyLjAwNjUgMjQuNTQ3MSA0My44NzU1IDIzLjE4NjUgNDUuMTA3MyAyMS4zMDZDNDYuMzM5NCAyMy4xODkgNDguMjEwMSAyNC41NTE0IDUwLjM2NzEgMjUuMTM2M0M1Mi41MjQxIDI1LjcyMTMgNTQuODE4MiAyNS40ODgzIDU2LjgxNyAyNC40ODE0QzU2Ljk0MTEgMjYuNzM4MyA1Ny44ODM4IDI4Ljg2OTYgNTkuNDY0NyAzMC40Njc5QzYxLjA0NTYgMzIuMDY2MSA2My4xNTM3IDMzLjAxOTEgNjUuMzg2IDMzLjE0NDZDNjQuMzc2MSAzNS4xNjAxIDY0LjEzNzIgMzcuNDgxMyA2NC43MTQ4IDM5LjY2MzhDNjUuMjkyNSA0MS44NDYzIDY2LjY0NjIgNDMuNzM2NyA2OC41MTY3IDQ0Ljk3MjlDNjYuNjQ1NCA0Ni4yMTEgNjUuMjkxNSA0OC4xMDMyIDY0LjcxMzggNTAuMjg3NEM2NC4xMzYyIDUyLjQ3MTYgNjQuMzc1NSA1NC43OTQ1IDY1LjM4NiA1Ni44MTE1QzYzLjE1MjIgNTYuOTMyNSA2MS4wNDE1IDU3Ljg4NDEgNTkuNDU5NyA1OS40ODMzQzU3Ljg3NzkgNjEuMDgyNCA1Ni45MzY3IDYzLjIxNjMgNTYuODE3IDY1LjQ3NDZDNTQuODIyIDY0LjQ1MzEgNTIuNTI0NCA2NC4yMTExIDUwLjM2MzkgNjQuNzk1MUM0OC4yMDM0IDY1LjM3OTEgNDYuMzMxOSA2Ni43NDggNDUuMTA3MyA2OC42Mzk4QzQzLjg4NDUgNjYuNzQ4OCA0Mi4wMTQ3IDY1LjM4MDIgMzkuODU1OSA2NC43OTYyQzM3LjY5NzEgNjQuMjEyMSAzNS40MDEyIDY0LjQ1MzcgMzMuNDA3NiA2NS40NzQ2QzMzLjI4MzUgNjMuMjE3OCAzMi4zNDA4IDYxLjA4NjUgMzAuNzYgNTkuNDg4MkMyOS4xNzkxIDU3Ljg4OTkgMjcuMDcwOSA1Ni45MzcgMjQuODM4NiA1Ni44MTE1QzI1LjUwMzIgNTUuODgzNiAyNS45MTc0IDU0Ljc5NjkgMjYuMDQwNCA1My42NTgxQzI2LjE2MzQgNTIuNTE5MyAyNS45OTEgNTEuMzY3NyAyNS41NDAxIDUwLjMxNjdMMjUuNDk5NCA1MC4yODU5Wk0yOS4xNjg5IDQ0Ljk3MjlDMjkuMjI1NiA0NS44MzY0IDI5LjEwOTkgNDYuNzAyNyAyOC44Mjg3IDQ3LjUyMDFDMjguNTQ3NiA0OC4zMzc1IDI4LjEwNjcgNDkuMDg5MyAyNy41MzIzIDQ5LjczMUMyNy40NjU3IDUxLjAwMzQgMjcuNjcyMiA1Mi4yNzUzIDI4LjEzNzkgNTMuNDU5NEMyOC42MDM1IDU0LjY0MzQgMjkuMzE3MiA1NS43MTE1IDMwLjIyOTkgNTYuNTkwM0MzMS4xNDI1IDU3LjQ2OSAzMi4yMzI2IDU4LjEzNzYgMzMuNDI1MSA1OC41NTAxQzM0LjYxNzYgNTguOTYyNiAzNS44ODQyIDU5LjEwOTMgMzcuMTM4IDU4Ljk3OTlDMzcuOTA2OCA1OS4zNjQ2IDM4LjU5MTYgNTkuOTAxMSAzOS4xNTIgNjAuNTU3NkMzOS43MTI0IDYxLjIxNDIgNDAuMTM3MSA2MS45Nzc2IDQwLjQwMSA2Mi44MDI4QzQxLjQ1NzkgNjMuNDg4OSA0Mi42NDg4IDYzLjkzNjEgNDMuODkyNCA2NC4xMTM5QzQ1LjEzNjEgNjQuMjkxNyA0Ni40MDMxIDY0LjE5NTkgNDcuNjA2NyA2My44MzI5QzQ4LjgxMDMgNjMuNDY5OSA0OS45MjIxIDYyLjg0ODMgNTAuODY2MiA2Mi4wMTA3QzUxLjgxMDIgNjEuMTczMSA1Mi41NjQxIDYwLjEzOTMgNTMuMDc2NCA1OC45Nzk5QzUzLjg5MjcgNTkuMzM0NCA1NC43OTUzIDU5LjQzMzMgNTUuNjY3OCA1OS4yNjM4QzU2LjU0MDIgNTkuMDk0MyA1Ny4zNDI0IDU4LjY2NDIgNTcuOTcwNiA1OC4wMjkxQzU4LjU5ODggNTcuMzk0IDU5LjAyNDIgNTYuNTgzMSA1OS4xOTE4IDU1LjcwMUM1OS4zNTk1IDU0LjgxOSA1OS4yNjE3IDUzLjkwNjQgNTguOTExIDUzLjA4MTFDNTkuMjkxNSA1Mi4zMDM5IDU5LjgyMjIgNTEuNjExNiA2MC40NzE2IDUxLjA0NUM2MS4xMjEgNTAuNDc4NSA2MS44NzYxIDUwLjA0OTEgNjIuNjkyMyA0OS43ODI0QzYxLjYzMiA0OC40MjgxIDYxLjA1NTIgNDYuNzUxNSA2MS4wNTUyIDQ1LjAyNDNDNjEuMDU1MiA0My4yOTcxIDYxLjYzMiA0MS42MjA1IDYyLjY5MjMgNDAuMjY2MkM2Mi43NDgxIDM4Ljk5OCA2Mi41MzM0IDM3LjczMjQgNjIuMDYyNiAzNi41NTU1QzYxLjU5MTggMzUuMzc4NSA2MC44NzYgMzQuMzE3OCA1OS45NjM5IDMzLjQ0NTNDNTkuMDUxNyAzMi41NzI5IDU3Ljk2NDUgMzEuOTA5IDU2Ljc3NjEgMzEuNDk4OUM1NS41ODc3IDMxLjA4ODggNTQuMzI1OSAzMC45NDIxIDUzLjA3NjQgMzEuMDY4N0M1Mi45NzY0IDMwLjE3NDEgNTIuNjEyMiAyOS4zMzA4IDUyLjAzMTIgMjguNjQ4NkM1MS40NTAyIDI3Ljk2NjQgNTAuNjc5NCAyNy40NzY4IDQ5LjgxOTMgMjcuMjQzOUM0OC45NTkyIDI3LjAxMSA0OC4wNDk2IDI3LjA0NTQgNDcuMjA5MSAyNy4zNDI3QzQ2LjM2ODYgMjcuNjQgNDUuNjM2MiAyOC4xODY0IDQ1LjEwNzMgMjguOTEwNkM0NC41Nzg0IDI4LjE4NjQgNDMuODQ2IDI3LjY0IDQzLjAwNTUgMjcuMzQyN0M0Mi4xNjUgMjcuMDQ1NCA0MS4yNTUzIDI3LjAxMSA0MC4zOTUyIDI3LjI0MzlDMzkuNTM1IDI3LjQ3NjggMzguNzY0MyAyNy45NjY0IDM4LjE4MzMgMjguNjQ4NkMzNy42MDIzIDI5LjMzMDggMzcuMjM4IDMwLjE3NDEgMzcuMTM4IDMxLjA2ODdDMzYuMzIxNyAzMC43MTQyIDM1LjQxOTEgMzAuNjE1MyAzNC41NDY3IDMwLjc4NDhDMzMuNjc0MiAzMC45NTQzIDMyLjg3MiAzMS4zODQ0IDMyLjI0MzkgMzIuMDE5NUMzMS42MTU3IDMyLjY1NDYgMzEuMTkwMyAzMy40NjU1IDMxLjAyMjYgMzQuMzQ3NkMzMC44NTUgMzUuMjI5NiAzMC45NTI4IDM2LjE0MjIgMzEuMzAzNCAzNi45Njc0QzMwLjkyMzYgMzcuNzQzMyAzMC4zOTQ0IDM4LjQzNDggMjkuNzQ2OCAzOS4wMDEyQzI5LjA5OTMgMzkuNTY3NyAyOC4zNDY0IDM5Ljk5NzggMjcuNTMyMyA0MC4yNjYyQzI4LjExMDUgNDAuOTAyOCAyOC41NTY3IDQxLjY0OTkgMjguODQ0OCA0Mi40NjM1QzI5LjEzMjggNDMuMjc3MSAyOS4yNTY5IDQ0LjE0MDkgMjkuMjA5NiA0NS4wMDM3TDI5LjE2ODkgNDQuOTcyOVoiIGZpbGw9IiMyMzIzMjMiLz4KPC9zdmc+Cg==) 0 0/100% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  width: 89px;
  height: 90px;
  background-color: #232323;
  z-index: -4;
}

.top-category-products-item .image .shape {
  width: 63px;
  height: 64px;
  -webkit-transform: translate(-50%, -9px);
  -moz-transform: translate(-50%, -9px);
  -ms-transform: translate(-50%, -9px);
  -o-transform: translate(-50%, -9px);
  transform: translate(-50%, -9px);
  z-index: -1;
  background: url("./../images/new/shape-03.svg") 0 0 no-repeat;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
}

.top-category-products-item .image .shape-2 {
  background: #6c5bcc url("./../images/new/bg-002.png") center center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  z-index: -3;
  -webkit-border-radius: 25px 25px 80px 80px;
  -moz-border-radius: 25px 25px 80px 80px;
  border-radius: 25px 25px 80px 80px;
  z-index: -5;
  top: 85px;
  right: 5px;
  bottom: -85px;
  left: -72px;
  -webkit-filter: blur(37px);
  filter: blur(37px);
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.top-category-products-item .image .img {
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}

.top-category-products-item .image .img img {
  width: 113px;
  height: 153px;
}

.top-category-products-item .image .img img:last-child {
  -webkit-transform: translate(-10px, 3px);
  -moz-transform: translate(-10px, 3px);
  -ms-transform: translate(-10px, 3px);
  -o-transform: translate(-10px, 3px);
  transform: translate(-10px, 3px);
  -webkit-filter: blur(22px);
  filter: blur(22px);
  z-index: -2;
}

.top-category-products-item .title {
  margin: 62px 0 24px;
  font-size: 24px;
  font-weight: bold;
  line-height: 27px;
  color: #000;
}

.top-category-products-item .btn {
  padding: 14px 16px 15px 19px;
  -webkit-border-radius: 0px 10px 10px 10px;
  -moz-border-radius: 0px 10px 10px 10px;
  border-radius: 0px 10px 10px 10px;
  -webkit-filter: drop-shadow(-40px 24px 60px rgba(250, 86, 98, 0.2));
  filter: drop-shadow(-40px 24px 60px rgba(250, 86, 98, 0.2));
  border: 1px solid #d2d2d2;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  overflow: 0;
  visibility: hidden;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-size: 13px;
  font-weight: bold;
  line-height: 22px;
}

.top-category-products-item .btn::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(1px, -50%);
  -moz-transform: translate(1px, -50%);
  -ms-transform: translate(1px, -50%);
  -o-transform: translate(1px, -50%);
  transform: translate(1px, -50%);
  mix-blend-mode: hard-light;
  width: 1px;
  height: 12px;
}

.top-category-products-item .btn::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 11px;
  mix-blend-mode: hard-light;
  width: 36px;
  height: 1px;
  -webkit-transform: translateY(1px);
  -moz-transform: translateY(1px);
  -ms-transform: translateY(1px);
  -o-transform: translateY(1px);
  transform: translateY(1px);
}

.top-category-products-item .btn span::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(1px, -50%);
  -moz-transform: translate(1px, -50%);
  -ms-transform: translate(1px, -50%);
  -o-transform: translate(1px, -50%);
  transform: translate(1px, -50%);
  width: 5px;
  height: 5px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #60008c;
}

.top-category-products-item:hover .image::before,
.top-category-products-item:hover .image::after {
  background-color: #6c5bcc;
}

.top-category-products-item:hover .image .shape-2 {
  opacity: 0.39;
}

.top-category-products-item:hover .title {
  color: #60008c;
}

.top-category-products-item:hover .btn {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.swiper-slide-visible .top-category-products-item {
  opacity: 1;
  visibility: visible;
}

.top-category-products .swiper {
  padding: 0 48px;
}

.top-category-products .swiper-button-next::after,
.top-category-products .swiper-button-prev::after {
  content: "\e90e";
  font-family: "icomoon";
  font-size: 24px;
  color: #121212;
}

.top-category-products .swiper-button-prev {
  left: 0;
}

.top-category-products .swiper-button-prev {
  right: 0;
}

.top-category-products .swiper-button-prev::after {
  -webkit-transform: scale(-1) translateY(2px);
  -moz-transform: scale(-1) translateY(2px);
  -ms-transform: scale(-1) translateY(2px);
  -o-transform: scale(-1) translateY(2px);
  transform: scale(-1) translateY(2px);
}

@media only screen and (max-width: 767px) {
  .top-category-products .swiper {
    padding: 0;
    padding-bottom: 20px;
  }

  .top-category-products .swiper-button-next,
  .top-category-products .swiper-button-prev {
    top: auto;
    right: auto;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .top-category-products .swiper-button-next {
    left: -webkit-calc(50% - 20px);
    left: -moz-calc(50% - 20px);
    left: calc(50% - 20px);
  }

  .top-category-products .swiper-button-prev {
    left: -webkit-calc(50% + 20px);
    left: -moz-calc(50% + 20px);
    left: calc(50% + 20px);
  }
}

.discount-products-right {
  padding: 34px 0 30px 30px;
  max-width: 364px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.discount-products-right::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  z-index: -1;
  background-color: #000;
}

.discount-products-right::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 37px;
  -webkit-transform: translateY(95px);
  -moz-transform: translateY(95px);
  -ms-transform: translateY(95px);
  -o-transform: translateY(95px);
  transform: translateY(95px);
  width: 247px;
  height: 247px;
  background: url("./../images/new/shape-04.png") 0 0 no-repeat;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
}

.discount-products-right .swiper-slide>* {
  margin-right: 70px;
}

.discount-products-right .timear {
  -webkit-transform: translate(73px, -50%);
  -moz-transform: translate(73px, -50%);
  -ms-transform: translate(73px, -50%);
  -o-transform: translate(73px, -50%);
  transform: translate(73px, -50%);
}

.discount-products-right .timear li {
  font-size: 14px;
  line-height: 22px;
  font-weight: 300;
  text-align: center;
}

.discount-products-right .timear li:not(:last-child) {
  margin-bottom: 12px;
}

.discount-products-right .timear li span {
  border: 0.5px solid #fff;
  width: 35px;
  height: 35px;
  font-size: 20px;
  font-weight: bold;
  line-height: 31px;
}

.discount-products-right .swiper__progress {
  height: 3px;
  background-color: #d22e1c;
  position: absolute;
  top: 0;
  left: 0;
}

.discount-products-left {
  max-width: -webkit-calc(100% - 364px);
  max-width: -moz-calc(100% - 364px);
  max-width: calc(100% - 364px);
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding: 34px 20px 0 0;
}

.discount-products-left .swiper-button-next,
.discount-products-left .swiper-button-prev {
  top: 12px;
  right: auto;
  left: 0;
}

.discount-products-left .swiper-button-next::after,
.discount-products-left .swiper-button-prev::after {
  content: "\e90e";
  font-family: "icomoon";
  font-size: 24px;
  color: #121212;
}

.discount-products-left .swiper-button-prev {
  top: 10px;
  left: 40px;
}

.discount-products-left .swiper-button-prev::after {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

@media only screen and (max-width: 1399px) {
  .discount-products-right {
    max-width: 330px;
  }

  .discount-products-right .swiper-slide>* {
    margin-right: 50px;
  }

  .discount-products-right .swiper-slide>* .timear {
    -webkit-transform: translate(53px, -50%);
    -moz-transform: translate(53px, -50%);
    -ms-transform: translate(53px, -50%);
    -o-transform: translate(53px, -50%);
    transform: translate(53px, -50%);
  }

  .discount-products-left {
    max-width: -webkit-calc(100% - 330px);
    max-width: -moz-calc(100% - 330px);
    max-width: calc(100% - 330px);
  }
}

@media only screen and (max-width: 1199px) {
  .discount-products-right {
    max-width: 285px;
  }

  .discount-products-left {
    max-width: -webkit-calc(100% - 285px);
    max-width: -moz-calc(100% - 285px);
    max-width: calc(100% - 285px);
  }
}

@media only screen and (max-width: 991px) {
  .discount-products-right {
    max-width: 275px;
  }

  .discount-products-left {
    max-width: -webkit-calc(100% - 275px);
    max-width: -moz-calc(100% - 275px);
    max-width: calc(100% - 275px);
  }
}

@media only screen and (max-width: 767px) {
  .discount-products-right {
    max-width: 289px;
  }

  .discount-products-left {
    max-width: -webkit-calc(100% - 289px);
    max-width: -moz-calc(100% - 289px);
    max-width: calc(100% - 289px);
  }
}

@media only screen and (max-width: 575px) {

  .discount-products-right,
  .discount-products-left {
    max-width: 100%;
  }

  .discount-products-right {
    padding: 30px 0;
  }

  .discount-products-right::before {
    left: -12px;
  }

  .discount-products-right::after {
    left: 50%;
    -webkit-transform: translate(-50%, 95px);
    -moz-transform: translate(-50%, 95px);
    -ms-transform: translate(-50%, 95px);
    -o-transform: translate(-50%, 95px);
    transform: translate(-50%, 95px);
  }

  .discount-products-left {
    padding-right: 0;
  }
}

.top-category-products-two-item {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -o-transform: scale(0.5);
  transform: scale(0.5);
}

.top-category-products-two-item::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 113px;
  height: 113px;
  background: url("./../images/new/shape-05.png") 0 0 no-repeat;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: -2;
}

.top-category-products-two-item .image {
  width: 166px;
  height: 88px;
  right: 47px;
}

.top-category-products-two-item .image img:last-child {
  -webkit-transform: translate(-3px, 38px);
  -moz-transform: translate(-3px, 38px);
  -ms-transform: translate(-3px, 38px);
  -o-transform: translate(-3px, 38px);
  transform: translate(-3px, 38px);
  z-index: -1;
  -webkit-filter: blur(27px);
  filter: blur(27px);
}

.top-category-products-two-item .content {
  margin-right: 120px;
  padding: 54px 105px 42px 26px;
  border: 1px solid #000;
}

.top-category-products-two-item .content .title {
  font-size: 13px;
  line-height: 20px;
  color: #000;
  font-weight: 900;
  margin-bottom: 7px;
}

.top-category-products-two-item .content .title-en {
  font-weight: 400;
  line-height: 18px;
  color: #000;
  direction: ltr;
}

.top-category-products-two-item .content i {
  font-size: 18px;
  color: #121212;
}

.swiper-slide-visible .top-category-products-two-item {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.top-category-products-two .swiper-button-next,
.top-category-products-two .swiper-button-prev {
  top: 0;
  right: auto;
  left: 0;
  -webkit-transform: translateY(-48px);
  -moz-transform: translateY(-48px);
  -ms-transform: translateY(-48px);
  -o-transform: translateY(-48px);
  transform: translateY(-48px);
}

.top-category-products-two .swiper-button-next::after,
.top-category-products-two .swiper-button-prev::after {
  content: "\e90e";
  font-family: "icomoon";
  font-size: 24px;
  color: #121212;
}

.top-category-products-two .swiper-button-prev {
  left: 40px;
}

.top-category-products-two .swiper-button-prev::after {
  -webkit-transform: scale(-1) translateY(2px);
  -moz-transform: scale(-1) translateY(2px);
  -ms-transform: scale(-1) translateY(2px);
  -o-transform: scale(-1) translateY(2px);
  transform: scale(-1) translateY(2px);
}

@media only screen and (max-width: 1399px) {
  .top-category-products-two-item .content {
    padding: 54px 100px 42px 20px;
  }
}

@media only screen and (max-width: 1199px) {
  .top-category-products-two-item .image {
    width: 140px;
    height: 68px;
    right: 17px;
  }

  .top-category-products-two-item .content {
    margin-right: 90px;
    padding: 54px 65px 42px 20px;
  }
}

@media only screen and (max-width: 767px) {
  .top-category-products-two-item {
    padding: 42px 0 0;
  }

  .top-category-products-two-item::before {
    top: 0;
    right: auto;
    left: 50%;
    -webkit-transform: translate(-50%, -40px);
    -moz-transform: translate(-50%, -40px);
    -ms-transform: translate(-50%, -40px);
    -o-transform: translate(-50%, -40px);
    transform: translate(-50%, -40px);
  }

  .top-category-products-two-item .image {
    top: 0 !important;
    right: auto;
    left: 50%;
    -webkit-transform: translateX(-50%) !important;
    -moz-transform: translateX(-50%) !important;
    -ms-transform: translateX(-50%) !important;
    -o-transform: translateX(-50%) !important;
    transform: translateX(-50%) !important;
  }

  .top-category-products-two-item .content {
    margin: 0;
    padding: 54px 24px 24px;
  }
}

.new-products-offer-heading {
  margin-bottom: 46px;
}

.new-products-offer-heading .nav-item {
  line-height: 18px;
  color: #121212;
  font-weight: 400;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}

.new-products-offer-heading .nav-item:not(:last-child) {
  margin-left: 21px;
}

.new-products-offer-heading .nav-item.active,
.new-products-offer-heading .nav-item:hover {
  font-weight: 900;
}

.new-products-offer-heading .btn {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-weight: 900;
  padding: 12px 24px;
  line-height: 20px;
}

.new-products-offer-heading .btn i {
  margin-right: 10px;
}

.new-products-offer .swiper-button-next,
.new-products-offer .swiper-button-prev {
  top: 0;
  right: auto;
  left: 0;
  -webkit-transform: translate(185px, -69px);
  -moz-transform: translate(185px, -69px);
  -ms-transform: translate(185px, -69px);
  -o-transform: translate(185px, -69px);
  transform: translate(185px, -69px);
}

.new-products-offer .swiper-button-next::after,
.new-products-offer .swiper-button-prev::after {
  content: "\e90e";
  font-family: "icomoon";
  font-size: 18px;
  color: #121212;
}

.new-products-offer .swiper-button-prev {
  left: 40px;
}

.new-products-offer .swiper-button-prev::after {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

@media only screen and (max-width: 767px) {
  .new-products-offer-heading .nav {
    overflow: auto hidden;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }

  .new-products-offer-heading .nav::-webkit-scrollbar {
    display: none;
  }

  .new-products-offer-heading .nav-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .new-products-offer-heading .btn {
    max-width: -webkit-calc(100% - 100px);
    max-width: -moz-calc(100% - 100px);
    max-width: calc(100% - 100px);
  }

  .new-products-offer .swiper-button-next,
  .new-products-offer .swiper-button-prev {
    -webkit-transform: translate(0, -69px);
    -moz-transform: translate(0, -69px);
    -ms-transform: translate(0, -69px);
    -o-transform: translate(0, -69px);
    transform: translate(0, -69px);
  }
}

.section-heading-five {
  padding-right: 181px;
  margin-bottom: 107px;
}

.section-heading-five::before,
.section-heading-five::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 164px;
  height: 164px;
  background: url("./../images/new/image-05.png") 0 0 no-repeat;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
}

.section-heading-five::after {
  z-index: -2;
  -webkit-transform: translate(10px, -10px);
  -moz-transform: translate(10px, -10px);
  -ms-transform: translate(10px, -10px);
  -o-transform: translate(10px, -10px);
  transform: translate(10px, -10px);
  -webkit-filter: blur(27.5px);
  filter: blur(27.5px);
}

.section-heading-five-title {
  font-size: 32px;
  line-height: 54px;
  font-weight: 400;
  color: #000;
  margin-bottom: 18px;
}

.section-heading-five-title b {
  font-weight: 900;
}

.section-heading-five p {
  font-weight: 400;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(5.5%, #919191), color-stop(173.6%, rgba(145, 145, 145, 0)));
  background-image: -webkit-linear-gradient(top, #919191 5.5%, rgba(145, 145, 145, 0) 173.6%);
  background-image: -moz-linear-gradient(top, #919191 5.5%, rgba(145, 145, 145, 0) 173.6%);
  background-image: -o-linear-gradient(top, #919191 5.5%, rgba(145, 145, 145, 0) 173.6%);
  background-image: linear-gradient(to bottom, #919191 5.5%, rgba(145, 145, 145, 0) 173.6%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  max-width: 481px;
  line-height: 31px;
}

@media only screen and (max-width: 767px) {
  .section-heading-five {
    padding-right: 0;
  }

  .section-heading-five::before,
  .section-heading-five::after {
    content: none;
  }

  .section-heading-five-title {
    font-size: 24px;
    line-height: 36px;
  }
}

.our-characters-item {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -o-transform: scale(0.5);
  transform: scale(0.5);
}

.our-characters-item::before {
  content: "";
  position: absolute;
  top: 73px;
  left: 0;
  width: 100%;
  height: 157px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(-71.81%, #fcb92a), color-stop(68.19%, rgba(252, 185, 42, 0)));
  background-image: -webkit-linear-gradient(top, #fcb92a -71.81%, rgba(252, 185, 42, 0) 68.19%);
  background-image: -moz-linear-gradient(top, #fcb92a -71.81%, rgba(252, 185, 42, 0) 68.19%);
  background-image: -o-linear-gradient(top, #fcb92a -71.81%, rgba(252, 185, 42, 0) 68.19%);
  background-image: linear-gradient(180deg, #fcb92a -71.81%, rgba(252, 185, 42, 0) 68.19%);
  z-index: -1;
}

.our-characters-item::after {
  content: "";
  position: absolute;
  top: 59px;
  right: -19px;
  left: -16px;
  height: 165px;
  border: 1px solid transparent;
  background: -webkit-linear-gradient(332.86deg, rgba(0, 0, 0, 0.2) -23.05%, rgba(0, 0, 0, 0.0120821) 37.76%, rgba(0, 0, 0, 0) 126.44%) border-box;
  background: -moz-linear-gradient(332.86deg, rgba(0, 0, 0, 0.2) -23.05%, rgba(0, 0, 0, 0.0120821) 37.76%, rgba(0, 0, 0, 0) 126.44%) border-box;
  background: -o-linear-gradient(332.86deg, rgba(0, 0, 0, 0.2) -23.05%, rgba(0, 0, 0, 0.0120821) 37.76%, rgba(0, 0, 0, 0) 126.44%) border-box;
  background: linear-gradient(117.14deg, rgba(0, 0, 0, 0.2) -23.05%, rgba(0, 0, 0, 0.0120821) 37.76%, rgba(0, 0, 0, 0) 126.44%) border-box;
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) padding-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
  -webkit-mask: -webkit-linear-gradient(#fff 0 0) padding-box, -webkit-linear-gradient(#fff 0 0);
  mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) padding-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
  mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: xor;
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}

.our-characters-item img {
  width: 200px;
  max-width: 200px;
  max-height: 200px;
  height: 200px;
  -webkit-filter: drop-shadow(0px 34px 29px rgba(0, 0, 0, 0.09));
  filter: drop-shadow(0px 34px 29px rgba(0, 0, 0, 0.09));
}

.our-characters-item .sup-title {
  margin: 6px 0 4px;
  font-size: 17px;
  font-weight: bold;
  line-height: 18px;
}

.our-characters-item .title {
  font-size: 21px;
  line-height: 23px;
  font-weight: 900;
  color: #121212;
}

.our-characters-item.red::before {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(-71.81%, #e72f1f), color-stop(68.19%, rgba(231, 47, 31, 0)));
  background-image: -webkit-linear-gradient(top, #e72f1f -71.81%, rgba(231, 47, 31, 0) 68.19%);
  background-image: -moz-linear-gradient(top, #e72f1f -71.81%, rgba(231, 47, 31, 0) 68.19%);
  background-image: -o-linear-gradient(top, #e72f1f -71.81%, rgba(231, 47, 31, 0) 68.19%);
  background-image: linear-gradient(180deg, #e72f1f -71.81%, rgba(231, 47, 31, 0) 68.19%);
}

.our-characters-item.gray::before {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(-71.81%, #474f63), color-stop(68.19%, rgba(71, 79, 99, 0)));
  background-image: -webkit-linear-gradient(top, #474f63 -71.81%, rgba(71, 79, 99, 0) 68.19%);
  background-image: -moz-linear-gradient(top, #474f63 -71.81%, rgba(71, 79, 99, 0) 68.19%);
  background-image: -o-linear-gradient(top, #474f63 -71.81%, rgba(71, 79, 99, 0) 68.19%);
  background-image: linear-gradient(180deg, #474f63 -71.81%, rgba(71, 79, 99, 0) 68.19%);
}

.swiper-slide-visible .our-characters-item {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.our-characters .swiper-button-next,
.our-characters .swiper-button-prev {
  top: 0;
  right: auto;
  left: 0;
  -webkit-transform: translateY(-80px);
  -moz-transform: translateY(-80px);
  -ms-transform: translateY(-80px);
  -o-transform: translateY(-80px);
  transform: translateY(-80px);
}

.our-characters .swiper-button-prev {
  left: 40px;
}

@media only screen and (max-width: 991px) {
  .our-characters-item::after {
    right: -13px;
    left: -10px;
  }
}

.carousel-dress-wrapper {
  max-width: 703px;
  background: #03183e url("./../images/new/bg-003.png") 0 0 no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}

.carousel-dress-item {
  padding: 77px 68px 42px 62px;
}

.carousel-dress-item .image {
  z-index: 2;
}

.carousel-dress-item .image::before,
.carousel-dress-item .image::after {
  content: "";
  position: absolute;
  top: 30px;
  right: 1px;
  bottom: 2px;
  left: 33px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  z-index: -1;
}

.carousel-dress-item .image::before {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.3)), color-stop(77.66%, rgba(255, 255, 255, 0.0990727)), to(rgba(255, 255, 255, 0)));
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.0990727) 77.66%, rgba(255, 255, 255, 0) 100%);
  background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.0990727) 77.66%, rgba(255, 255, 255, 0) 100%);
  background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.0990727) 77.66%, rgba(255, 255, 255, 0) 100%);
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.0990727) 77.66%, rgba(255, 255, 255, 0) 100%);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
}

.carousel-dress-item .image::after {
  border: 1px solid transparent;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), color-stop(42.84%, rgba(255, 255, 255, 0.223791)), to(rgba(255, 255, 255, 0))) border-box;
  background: -webkit-linear-gradient(top, #ffffff 0%, rgba(255, 255, 255, 0.223791) 42.84%, rgba(255, 255, 255, 0) 100%) border-box;
  background: -moz-linear-gradient(top, #ffffff 0%, rgba(255, 255, 255, 0.223791) 42.84%, rgba(255, 255, 255, 0) 100%) border-box;
  background: -o-linear-gradient(top, #ffffff 0%, rgba(255, 255, 255, 0.223791) 42.84%, rgba(255, 255, 255, 0) 100%) border-box;
  background: linear-gradient(180deg, #ffffff 0%, rgba(255, 255, 255, 0.223791) 42.84%, rgba(255, 255, 255, 0) 100%) border-box;
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) padding-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
  -webkit-mask: -webkit-linear-gradient(#fff 0 0) padding-box, -webkit-linear-gradient(#fff 0 0);
  mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) padding-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
  mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: xor;
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}

.carousel-dress-item .image img {
  width: 255px;
  height: 322px;
  opacity: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}

.carousel-dress-item .detail {
  padding-right: 27px;
}

.carousel-dress-item .detail .sup-title {
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
}

.carousel-dress-item .detail .sup-title span {
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
}

.carousel-dress-item .detail .title {
  margin: 3px 0 29px;
}

.carousel-dress-item .detail .title h2 {
  font-size: 24px;
  font-weight: 900;
  line-height: 43px;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
}

.carousel-dress-item .detail .btn {
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  padding: 16px 23px 15px 18px;
  font-weight: 900;
  line-height: 18px;
  color: #212121;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  border-radius: 14px;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}

.carousel-dress-item .detail .btn i {
  margin-right: 11px;
}

.swiper-slide-active .carousel-dress-item .image img,
.swiper-slide-active .carousel-dress-item .detail .btn {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.swiper-slide-active .carousel-dress-item .image img {
  -webkit-transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
  opacity: 1;
}

.swiper-slide-active .carousel-dress-item .detail .sup-title span,
.swiper-slide-active .carousel-dress-item .detail .title h2 {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}

.swiper-slide-active .carousel-dress-item .detail .sup-title span {
  -webkit-transition-delay: 0.6s;
  -moz-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  transition-delay: 0.6s;
}

.swiper-slide-active .carousel-dress-item .detail .title h2 {
  -webkit-transition-delay: 0.9s;
  -moz-transition-delay: 0.9s;
  -o-transition-delay: 0.9s;
  transition-delay: 0.9s;
}

.swiper-slide-active .carousel-dress-item .detail .btn {
  -webkit-transition-delay: 1.2s;
  -moz-transition-delay: 1.2s;
  -o-transition-delay: 1.2s;
  transition-delay: 1.2s;
}

.carousel-dress .swiper-pagination {
  z-index: 2;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  padding: 8px 22px 5px 21px;
  bottom: 40px;
}

.carousel-dress .swiper-pagination::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-border-radius: inherit;
  -moz-border-radius: inherit;
  border-radius: inherit;
  background-color: rgba(255, 255, 255, 0.4);
  z-index: -1;
  border: 1px solid #fff;
}

.carousel-dress .swiper-pagination-bullet {
  width: 9px;
  height: 9px;
  opacity: 1;
  margin: 0 !important;
}

.carousel-dress .swiper-pagination-bullet:not(:last-child) {
  margin-left: 10px !important;
}

.carousel-dress .swiper-pagination-bullet-active {
  width: 27px;
}

@media only screen and (max-width: 767px) {
  .carousel-dress-item {
    padding: 20px 24px 64px;
  }

  .carousel-dress-item .image {
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    margin: 0 auto 24px;
  }

  .carousel-dress-item .detail {
    padding: 0;
  }

  .carousel-dress-item .detail .btn {
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    display: block;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 575px) {
  .carousel-dress-wrapper {
    margin: 0 -12px;
    width: -webkit-calc(100% + 24px) !important;
    width: -moz-calc(100% + 24px) !important;
    width: calc(100% + 24px) !important;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }

  .carousel-dress-item {
    padding: 20px 12px 64px;
  }
}

.best-category-item {
  z-index: 2;
  padding: 0 8px 16px;
}

.best-category-item::before {
  content: "";
  position: absolute;
  top: 63px;
  bottom: 0;
  left: 0;
  width: 100%;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background: #81adff url("./../images/new/image-07.png") 0 0 no-repeat;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
  z-index: -2;
}

.best-category-item::after {
  content: "";
  position: absolute;
  top: 64%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: #fffffe;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 87px;
  height: 66px;
  -webkit-filter: blur(42px);
  filter: blur(42px);
  z-index: -1;
}

.best-category-item img {
  width: 123px;
  height: 163px;
  margin-bottom: 16px;
}

.best-category-item .title {
  font-size: 13px;
  font-weight: 600;
  line-height: 23px;
}

.best-category-item:hover {
  -webkit-transform: translateY(-8px);
  -moz-transform: translateY(-8px);
  -ms-transform: translateY(-8px);
  -o-transform: translateY(-8px);
  transform: translateY(-8px);
}

.best-category-item.gold::before {
  background-color: #fed844;
}

.best-category-item.warning::before {
  background-color: #fab82a;
  background-image: url("./../images/new/image-08.png");
}

.best-category-item.blue::before {
  background-color: #7262d4;
}

.best-category-item.purple::before {
  background-color: #c044f9;
}

@media only screen and (max-width: 575px) {
  .best-category .swiper {
    overflow: visible !important;
  }
}

.best-brands-item {
  border: 3px solid #f5f3fc;
  padding: 53px 12px 32px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -o-transform: scale(0.5);
  transform: scale(0.5);
}

.best-brands-item img {
  width: 171px;
  height: 32px;
  margin-bottom: 41px;
}

.best-brands-item .title {
  font-size: 19px;
  font-weight: 600;
  color: #000;
  line-height: 30px;
}

.best-brands-item:hover {
  border-color: #fff;
  -webkit-box-shadow: 0px 57px 90px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 0px 57px 90px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 57px 90px rgba(0, 0, 0, 0.07);
}

.swiper-slide-visible .best-brands-item {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

@media only screen and (max-width: 767px) {
  .best-brands-item {
    padding: 32px 12px;
  }

  .best-brands-item img {
    margin-bottom: 24px;
  }
}

@media only screen and (max-width: 575px) {
  .best-brands-item .title {
    font-size: 15px;
  }
}

.best-category-two-item {
  padding: 27px 88px 53px 12px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -o-transform: scale(0.5);
  transform: scale(0.5);
}

.best-category-two-item::before {
  content: "";
  position: absolute;
  top: 0;
  right: 19px;
  bottom: 0;
  left: 0;
  background-color: #f8f9fb;
  border: 1px solid #f8f9fb;
  z-index: -1;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.best-category-two-item img {
  width: 67px !important;
  height: 72px !important;
}

.best-category-two-item .title {
  color: #768592;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
}

.best-category-two-item .title b {
  font-weight: 900;
  color: #121212;
}

.best-category-two-item i {
  bottom: 19px;
  left: 21px;
  font-size: 8px;
  color: #768592;
}

.best-category-two-item:hover::before {
  -webkit-box-shadow: 0px 70px 60px rgba(0, 0, 0, 0.062);
  -moz-box-shadow: 0px 70px 60px rgba(0, 0, 0, 0.062);
  box-shadow: 0px 70px 60px rgba(0, 0, 0, 0.062);
  border-color: #ececec;
}

.swiper-slide-visible .best-category-two-item {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

@media only screen and (max-width: 991px) {
  .best-category-two-item {
    padding-right: 70px;
  }

  .best-category-two-item img {
    width: 60px;
    height: 64px;
  }

  .best-category-two-item .title {
    font-size: 14px;
  }
}

.list-category {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  -webkit-box-shadow: 0px 104px 105px rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 0px 104px 105px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 104px 105px rgba(0, 0, 0, 0.06);
  max-width: 267px;
  padding: 41px 42px 47px 24px;
}

.list-category li {
  font-size: 16px;
  font-weight: 400;
  color: #494949;
  line-height: 28px;
}

.list-category li:not(:last-child) {
  margin-bottom: 33px;
}

.list-category li .image {
  width: 36px;
  margin-left: 10px;
}

.best-category-three-item .image {
  margin-bottom: 44px;
}

.best-category-three-item .image::before {
  content: "";
  position: absolute;
  top: 47px;
  bottom: -25px;
  left: 0;
  width: 100%;
  background-color: #f2c648;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
  z-index: -2;
}

.best-category-three-item .image img {
  max-width: 138px;
  width: 138px;
  max-height: 160px;
  height: 160px;
}

.best-category-three-item .image img:last-child {
  -webkit-transform: translate(-10px, 20px);
  -moz-transform: translate(-10px, 20px);
  -ms-transform: translate(-10px, 20px);
  -o-transform: translate(-10px, 20px);
  transform: translate(-10px, 20px);
  z-index: -1;
  -webkit-filter: blur(31.5px);
  filter: blur(31.5px);
  opacity: 0.8;
}

.best-category-three-item .title {
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  color: #000;
}

.best-category-three-item-2 .image::before {
  background-color: #e9d1c7;
}

.best-category-three-item-3 .image::before {
  background-color: #facd27;
}

.best-category-three-item-4 .image::before {
  background-color: #fbdbc7;
}

.best-category-three-item-5 .image::before {
  background-color: #915eba;
}

.best-category-three-item-6 .image::before {
  background-color: #ff9643;
}

.best-category-three-item-7 .image::before {
  background-color: #fdceb2;
}

.best-category-three-item-8 .image::before {
  background-color: #ff829f;
}

.best-category-three-item-9 .image::before {
  background-color: #b7d689;
}

.best-category-three-item-10 .image::before {
  background-color: #f7dccb;
}

.best-category-three-item-11 .image::before {
  background-color: #9d8e6c;
}

.best-category-three-item-12 .image::before {
  background-color: #ed8878;
}

.best-category-three .row {
  gap: 40px 0;
}

.article-five figure ul li {
  width: auto !important;
  padding: 0px 6px !important;
}

.icon-arrow-toggle:before {
  content: "\e969";
}

.icon-eye-2:before {
  content: "\e96a";
}

.icon-arrow-square-right:before {
  content: "\e96b";
}

.icon-arrow-square-left:before {
  content: "\e96c";
}

.categories-my-products .swiper-slide>*,
.amazing-offer-products-pagination .swiper-slide>*,
.amazing-offer-products-item-two::before,
.amazing-offer-products-item-two::after,
.brands-six-carousel .swiper-slide>*,
.our-products-categories .swiper-slide>*,
.new-category .swiper-slide>*,
.new-products .swiper-slide>*,
.selling-specials .swiper-slide>*,
.product-category-three .swiper-slide>*,
.new-products-category-two .swiper-slide>*,
.top-selling-products-two .swiper-slide>*,
.categories-products-item,
.category-specials-item,
[class*=" btn-gradient-"]::before,
.best-category-five-item,
.swiper-visible .swiper-slide>* {
  opacity: 0;
}

.categories-my-products .swiper-slide-active>*,
.categories-my-products .swiper-slide-active~.swiper-slide>*,
.carousel-gifts .swiper-pagination-bullet,
.selling-specials-two .swiper-pagination-bullet,
.amazing-offer-products-pagination .swiper-slide-thumb-active>*::before,
.amazing-offer-products-pagination .swiper-slide-thumb-active>*::after,
.amazing-offer-products-pagination .swiper-slide-visible>*,
.categories-products-three .swiper-categories-products-three-pagination .swiper-pagination-bullet,
.categories-products-three .swiper .swiper-pagination-bullet,
.brands-six-carousel .swiper-slide-active>*,
.brands-six-carousel .swiper-slide-active~.swiper-slide>*,
.our-products-categories .swiper-slide-active>*,
.our-products-categories .swiper-slide-active~.swiper-slide>*,
.categories-products-two .swiper-pagination-bullet,
.carousel-two .swiper-pagination-bullet,
.latest-products-two-banners .swiper-pagination-bullet,
.new-category .swiper-slide-active>*,
.new-category .swiper-slide-active~.swiper-slide>*,
.new-products .swiper-slide-active>*,
.new-products .swiper-slide-active~.swiper-slide>*,
.selling-specials .swiper-slide-active>*,
.selling-specials .swiper-slide-active~.swiper-slide>*,
.product-category-three .swiper-slide-active>*,
.product-category-three .swiper-slide-active~.swiper-slide>*,
.new-products-category-two .swiper-slide-active>*,
.new-products-category-two .swiper-slide-active~.swiper-slide>*,
.carousel-home-two .swiper-pagination-bullet,
.top-selling-products-two .swiper-slide-visible>*,
.categories-products .swiper-slide-active>*,
.categories-products .swiper-slide-active~.swiper-slide>*,
.swiper-discount-product-special .swiper-pagination-bullet,
.carousel-home .swiper-pagination-bullet,
.swiper-slide-visible .category-specials-item,
.landing-seventeen .swiper-pagination-bullet,
[class*=" btn-gradient-"]:hover::before,
.swiper-slide-visible .best-category-five-item,
.swiper-visible .swiper-slide-visible>* {
  opacity: 1;
}

.categories-my-products .swiper-slide>*,
.amazing-offer-products-pagination .swiper-slide>*,
.brands-six-carousel .swiper-slide>*,
.our-products-categories .swiper-slide>*,
.new-category .swiper-slide>*,
.new-products .swiper-slide>*,
.selling-specials .swiper-slide>*,
.product-category-three .swiper-slide>*,
.new-products-category-two .swiper-slide>*,
.top-selling-products-two .swiper-slide>*,
[class*=" btn-gradient-"]::before,
.best-category-five-item,
.swiper-visible .swiper-slide>* {
  visibility: hidden;
}

.categories-my-products .swiper-slide-active>*,
.categories-my-products .swiper-slide-active~.swiper-slide>*,
.amazing-offer-products-pagination .swiper-slide-visible>*,
.brands-six-carousel .swiper-slide-active>*,
.brands-six-carousel .swiper-slide-active~.swiper-slide>*,
.our-products-categories .swiper-slide-active>*,
.our-products-categories .swiper-slide-active~.swiper-slide>*,
.new-category .swiper-slide-active>*,
.new-category .swiper-slide-active~.swiper-slide>*,
.new-products .swiper-slide-active>*,
.new-products .swiper-slide-active~.swiper-slide>*,
.selling-specials .swiper-slide-active>*,
.selling-specials .swiper-slide-active~.swiper-slide>*,
.product-category-three .swiper-slide-active>*,
.product-category-three .swiper-slide-active~.swiper-slide>*,
.new-products-category-two .swiper-slide-active>*,
.new-products-category-two .swiper-slide-active~.swiper-slide>*,
.top-selling-products-two .swiper-slide-visible>*,
[class*=" btn-gradient-"]:hover::before,
.swiper-slide-visible .best-category-five-item,
.swiper-visible .swiper-slide-visible>* {
  visibility: visible;
}

.categories-my-products .swiper-slide>*,
.amazing-offer-products-pagination .swiper-slide>*,
.brands-six-carousel .swiper-slide>*,
.our-products-categories .swiper-slide>*,
.new-category .swiper-slide>*,
.new-products .swiper-slide>* {
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}

.selling-specials .swiper-slide>*,
.product-category-three .swiper-slide>*,
.new-products-category-two .swiper-slide>*,
.top-selling-products-two .swiper-slide>*,
.categories-products-item,
.best-category-five-item,
.swiper-visible .swiper-slide>* {
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -o-transform: scale(0.5);
  transform: scale(0.5);
}

.categories-my-products .swiper-slide-active>*,
.categories-my-products .swiper-slide-active~.swiper-slide>*,
.amazing-offer-products-pagination .swiper-slide-visible>*,
.brands-six-carousel .swiper-slide-active>*,
.brands-six-carousel .swiper-slide-active~.swiper-slide>*,
.our-products-categories .swiper-slide-active>*,
.our-products-categories .swiper-slide-active~.swiper-slide>*,
.new-category .swiper-slide-active>*,
.new-category .swiper-slide-active~.swiper-slide>*,
.new-products .swiper-slide-active>*,
.new-products .swiper-slide-active~.swiper-slide>*,
.selling-specials .swiper-slide-active>*,
.selling-specials .swiper-slide-active~.swiper-slide>*,
.product-category-three .swiper-slide-active>*,
.product-category-three .swiper-slide-active~.swiper-slide>*,
.new-products-category-two .swiper-slide-active>*,
.new-products-category-two .swiper-slide-active~.swiper-slide>*,
.top-selling-products-two .swiper-slide-visible>*,
.categories-products .swiper-slide-active>*,
.categories-products .swiper-slide-active~.swiper-slide>*,
.swiper-slide-visible .category-specials-item,
.swiper-slide-visible .best-category-five-item,
.swiper-visible .swiper-slide-visible>* {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.categories-my-products-right .swiper-button-next::after,
.categories-my-products-right .swiper-button-prev::after,
.categories-products-three .swiper-categories-products-three-button-next::after,
.categories-products-three .swiper-categories-products-three-button-prev::after,
.top-selling-products-two .swiper-button-next::after,
.top-selling-products-two .swiper-button-prev::after,
.categories-products .swiper-button-next::after,
.categories-products .swiper-button-prev::after,
.category-specials .swiper-button-next::after,
.category-specials .swiper-button-prev::after,
.swiper-button-arrow .swiper-button-next::after,
.swiper-button-arrow .swiper-button-prev::after {
  content: "\e90e";
  font-family: "icomoon";
}

.categories-my-products-right .swiper-button-prev::after,
.categories-products-three .swiper-categories-products-three-button-prev::after,
.top-selling-products-two .swiper-button-prev::after,
.swiper-button-arrow .swiper-button-prev::after {
  -webkit-transform: scale(-1) translateY(2px);
  -moz-transform: scale(-1) translateY(2px);
  -ms-transform: scale(-1) translateY(2px);
  -o-transform: scale(-1) translateY(2px);
  transform: scale(-1) translateY(2px);
}

.categories-my-products-right .swiper-button-next::after,
.categories-my-products-right .swiper-button-prev::after,
.section-heading-nine .title-en,
.categories-products-three .swiper-categories-products-three-button-next::after,
.categories-products-three .swiper-categories-products-three-button-prev::after,
.category-specials-two-heading .title,
.new-category-left .heading .title,
.top-selling-products-two .swiper-button-next::after,
.top-selling-products-two .swiper-button-prev::after,
.categories-products .swiper-button-next::after,
.categories-products .swiper-button-prev::after,
.swiper-button-arrow .swiper-button-next::after,
.swiper-button-arrow .swiper-button-prev::after {
  font-size: 24px;
}

.categories-my-products-right .swiper-button-next::after,
.categories-my-products-right .swiper-button-prev::after,
.amazing-offer-products-item .content .btn,
.amazing-offer-products-item .content ul li,
.amazing-offer-products-item .content .size,
.amazing-offer-products-item .content .title,
.amazing-offer-products-right .title,
.categories-products-three .swiper-categories-products-three-button-next::after,
.categories-products-three .swiper-categories-products-three-button-prev::after,
.about-us-two .socials ul li a:hover,
.about-us-two .socials .text b,
.latest-products-sort li,
.new-category-left .heading .title,
.new-products-right .title,
.specials-sale-heading-sort li,
.top-selling-products-two .swiper-button-next::after,
.top-selling-products-two .swiper-button-prev::after,
.categories-products .swiper-button-next::after,
.categories-products .swiper-button-prev::after,
.category-specials-item .title,
.btn-outline-light-2,
.btn-outline-light-2:hover,
.btn-outline-light-2:active,
.btn-outline-light-2:focus,
.btn-light-2,
.btn-warning-3,
.swiper-button-arrow .swiper-button-next::after,
.swiper-button-arrow .swiper-button-prev::after {
  color: #121212;
}

.section-heading-nine a,
.amazing-offer-products-pagination .swiper-slide-thumb-active>* .title,
.product-eight-offer .tags li a:hover,
.carousel-home .swiper-bottom i,
.category-specials p span,
.landing-seventeen .swiper-bottom i,
.landing-seventeen .btns .btn,
.btn-gradient-blue,
.btn-gradient-blue:hover,
.btn-gradient-blue:active,
.btn-gradient-blue:focus,
.btn-gradient-white,
.btn-gradient-white:hover,
.btn-purple-2:hover,
.btn-purple-2:focus,
.btn-purple-2:active,
.btn-purple-2,
.btn-primary-2:hover,
.btn-primary-2:focus,
.btn-primary-2:active,
.btn-primary-2,
.btn-light-2:hover,
.btn-light-2:focus,
.btn-light-2:active,
.btn-dark-5:hover,
.btn-dark-5:focus,
.btn-dark-5:active,
.btn-dark-5,
.btn-dark-4:hover,
.btn-dark-4:focus,
.btn-dark-4:active,
.btn-dark-4,
.btn-dark-3:hover,
.btn-dark-3:focus,
.btn-dark-3:active,
.btn-dark-3,
.btn-warning-3:hover,
.btn-warning-3:focus,
.btn-warning-3:active {
  color: #fff;
}

.amazing-offer-products-item-two,
.new-category-left .heading,
.carousel-home .swiper-pagination-bullet,
.landing-seventeen .swiper-pagination-bullet,
.product-img-line .product-image a,
[class*=" btn-gradient-"] {
  position: relative;
}

.categories-my-products .swiper-slide>*,
.carousel-gifts .swiper-pagination-bullet,
.top-products-seven-item,
.amazing-offer-products .swiper-pagination-bullet,
.amazing-offer-products-pagination .swiper-slide>*,
.amazing-offer-products-item-two::before,
.amazing-offer-products-item-two::after,
.amazing-offer-products-item-two,
.brands-six-carousel .swiper-slide>*,
.our-products-categories .swiper-slide>*,
.carousel-two .swiper-pagination-bullet,
.top-selling-products-three .swiper-slide>*,
.latest-products-two-banners .swiper-pagination-bullet,
.new-category .swiper-slide>*,
.new-products .swiper-slide>*,
.selling-specials .swiper-slide>*,
.product-category-three .swiper-slide>*,
.new-products-category-two .swiper-slide>*,
.carousel-home-two .swiper-pagination-bullet,
.top-selling-products-two .swiper-slide>*,
.categories-products-item,
.swiper-discount-product-special .swiper-pagination-bullet,
.carousel-home .swiper-pagination-bullet,
.category-specials-item,
.landing-seventeen .swiper-pagination-bullet,
[class*=" btn-gradient-"]::before,
.best-category-five-item,
.swiper-visible .swiper-slide>* {
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.amazing-offer-products-item-two,
.new-category-left .heading,
.selling-specials-right .btn,
.product-category-three-right,
.new-products-category-two-right,
.best-category-five-item img,
[class*=" btn-gradient-"] {
  z-index: 2;
}

.section-heading-teen .icon::after,
.categories-my-products-right .title::before,
.carousel-gifts .swiper-pagination::before,
.section-heading-nine a::before,
.amazing-offer-products-item-two::before,
.amazing-offer-products-item .content::before,
.amazing-offer-products-item .content::after,
.amazing-offer-products-item .image::before,
.brands-six-wrapper::before,
.our-products-categories-item::before,
.our-products-categories-right a::before,
.categories-products-two-item::before,
.about-us-two .titr::before,
.about-us-two .sup-title::before,
.about-us-two::before,
.category-specials-two-item::before,
.latest-products-two-wrapper::before,
.latest-products-wrapper::after,
.new-category .swiper::after,
.new-category-left .heading::before,
.new-category-image::before,
.new-products::before,
.selling-specials-right .image img:last-child,
.selling-specials-right .title::before,
.selling-specials::before,
.product-category-three-item::before,
.product-category-three-right .title::before,
.new-products-category-two-right .title::before,
.products-specials-right .title::before,
.best-category-five-item .content::after,
.section-heading-seven .title::before,
.carousel-home-two .swiper-pagination::before,
.categories-products-item .image::before,
.categories-products-item .image::after,
.landing-seventeen .image::before,
.category-specials-item .image::before,
.product-img-line .product-image a::before,
.btn-dark-3::before,
[class*=" btn-gradient-"]::before {
  z-index: -1;
}

.section-heading-teen .icon::after,
.categories-my-products-item .image::before,
.categories-my-products-right .title::before,
.carousel-gifts .swiper-pagination::before,
.carousel-gifts-wrapper::before,
.top-products-seven-box::before,
.section-heading-nine a::before,
.amazing-offer-products-item-two::before,
.amazing-offer-products-item-two::after,
.amazing-offer-products-item .content .title::before,
.amazing-offer-products-item .content .title::after,
.amazing-offer-products-item .content::before,
.amazing-offer-products-item .content::after,
.amazing-offer-products-item .image .img::before,
.amazing-offer-products-item .image::after,
.amazing-offer-products-item .image .img::after,
.amazing-offer-products-item .image::before,
.categories-products-three-item::before,
.brands-six-title .title::before,
.brands-six-wrapper::before,
.our-products-categories-item::after,
.our-products-categories-item::before,
.our-products-categories-right a::before,
.categories-products-two-item::after,
.categories-products-two-item::before,
.about-us-two .socials .text::before,
.about-us-two .titr::before,
.about-us-two .sup-title::before,
.about-us-two::before,
.top-selling-products-three-item::before,
.offer-books-wrapper::before,
.offer-books-wrapper::after,
.offer-books-heading::after,
.latest-products-book-heading::before,
.category-specials-two-item .title::after,
.category-specials-two-item::before,
.category-specials-two::after,
.category-specials-two::before,
.latest-products-two-wrapper::before,
.latest-products-heading::before,
.latest-products-wrapper::after,
.latest-products-wrapper::before,
.new-category .swiper::after,
.new-category-left .heading::before,
.new-category-image::before,
.new-products-left::before,
.new-products::before,
.selling-specials-right .image::before,
.selling-specials-right .title::before,
.selling-specials::before,
.product-category-three-item::before,
.product-category-three-right .title::before,
.new-products-category-two-right .title::before,
.products-specials-right .title::before,
.best-category-five-item .content::after,
.best-category-five-item .content::before,
.section-heading-seven .title::before,
.section-heading-seven::before,
.section-heading-seven::after,
.carousel-home-two .swiper-pagination::before,
.carousel-home-two-wrapper::before,
.top-selling-products-two-heading::before,
.top-selling-products-two-heading::after,
.categories-products-item .btn::before,
.categories-products-item .image::before,
.categories-products-item .image::after,
.categories-products-right::before,
.best-category-four-item::after,
.best-category-four-item::before,
.section-heading-six .btn::before,
.section-heading-six .right::before,
.section-heading-six::after,
.section-heading-six::before,
.carousel-home .swiper-pagination-bullet::before,
.category-specials::after,
.category-specials::before,
.landing-seventeen .swiper-pagination-bullet::before,
.landing-seventeen::before,
.landing-seventeen .image::after,
.landing-seventeen .image .img::before,
.landing-seventeen .image .img::after,
.category-specials-item .image::after,
.category-specials-item .image .img::before,
.category-specials-item .image .img::after,
.landing-seventeen .image::before,
.category-specials-item .image::before,
.product-img-line .product-image a::before,
.btn-dark-3::before,
[class*=" btn-gradient-"]::before {
  content: "";
}

.amazing-offer-products-item-two::before,
.categories-products-three-item::before,
.carousel-home-two .swiper-pagination::before,
.btn-dark-3::before,
[class*=" btn-gradient-"]::before {
  -webkit-border-radius: inherit;
  -moz-border-radius: inherit;
  border-radius: inherit;
}

.selling-specials-two .swiper-pagination-bullet,
.categories-products-two .swiper-pagination-bullet,
.landing-seventeen .swiper-pagination-bullet {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.amazing-offer-products-item .content .btn,
.best-category-five-item .content .quantity,
.section-heading-six .btn,
.carousel-home img,
.btn-gradient-white {
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}

.categories-my-products-right .btn,
.selling-specials-right .btn,
.product-category-three-right .btn,
.new-products-category-two-right .btn,
.specials-sale-heading .btn,
.products-specials-right .btn {
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  border-radius: 18px;
}

.carousel-gifts .swiper-pagination-bullet,
.top-products-seven-box,
.amazing-offer-products .swiper-pagination-bullet,
.carousel-two .swiper-pagination-bullet,
.top-selling-products-three-item::before,
.carousel-home-two .swiper-pagination-bullet,
.product-img-line .product-image a img {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}

.section-heading-teen-title,
.categories-my-products-right .title,
.section-heading-nine a,
.section-heading-nine,
.our-products-categories-right a,
.about-us-two .sup-title,
.latest-products-two-heading,
.new-category-left .heading .title,
.new-category-left .heading,
.selling-specials-right .btn,
.product-category-three-right .btn,
.new-products-category-two-right .btn,
.product-category-three-right .title,
.new-products-category-two-right .title,
.products-specials-right .btn,
.products-specials-right .title,
.section-heading-seven .title,
.carousel-home-two .swiper-pagination,
.categories-products-item .image,
.categories-products .btn-my-products,
.landing-seventeen .image,
.category-specials-item .image,
.product-img-line .product-image {
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}

.categories-my-products-right,
.categories-my-products-left,
.amazing-offer-products-item .image,
.our-products-categories-left,
.our-products-categories-right,
.new-category-image,
.new-category-left,
.new-products-right,
.new-products-left,
.selling-specials-right,
.selling-specials-left,
.product-category-three-right,
.product-category-three-left,
.new-products-category-two-right,
.new-products-category-two-left,
.products-specials-right,
.products-specials-left,
.categories-products-right,
.categories-products-left {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.icon-pause:before {
  content: "\e96d";
}

.icon-play:before {
  content: "\e96e";
}

.icon-angle-circle-top-left:before {
  content: "\e96f";
}

.icon-filter-2:before {
  content: "\e970";
}

.icon-box-2:before {
  content: "\e971";
}

.icon-security-2:before {
  content: "\e972";
}

.icon-seven-plus-2:before {
  content: "\e973";
}

.icon-suport-2:before {
  content: "\e974";
}

.icon-direct:before {
  content: "\e975";
}

[class*=" btn-gradient-"]::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.btn-warning-3 {
  background-color: #f2e5dd;
}

.btn-warning-3:hover,
.btn-warning-3:focus,
.btn-warning-3:active {
  background-color: #000;
}

.btn-dark-3 {
  background-color: #000;
}

.btn-dark-3::before {
  position: absolute;
  top: 8px;
  left: 4px;
  width: 100%;
  height: 100%;
  background-image: -webkit-linear-gradient(171.14deg, #e3e3e3 0.42%, rgba(227, 227, 227, 0) 93.26%);
  background-image: -moz-linear-gradient(171.14deg, #e3e3e3 0.42%, rgba(227, 227, 227, 0) 93.26%);
  background-image: -o-linear-gradient(171.14deg, #e3e3e3 0.42%, rgba(227, 227, 227, 0) 93.26%);
  background-image: linear-gradient(278.86deg, #e3e3e3 0.42%, rgba(227, 227, 227, 0) 93.26%);
}

.btn-dark-3:hover,
.btn-dark-3:focus,
.btn-dark-3:active {
  background-color: #b69d74;
}

.btn-dark-4 {
  background-color: #222341;
}

.btn-dark-4:hover,
.btn-dark-4:focus,
.btn-dark-4:active {
  background-color: #b69d74;
}

.btn-dark-5 {
  background-color: #39375b;
}

.btn-dark-5:hover,
.btn-dark-5:focus,
.btn-dark-5:active {
  background-color: #b69d74;
}

.btn-light-2 {
  background-color: rgba(235, 237, 240, 0.66);
}

.btn-light-2:hover,
.btn-light-2:focus,
.btn-light-2:active {
  background-color: #4442a3;
}

.btn-primary-2 {
  background-color: #0547c1;
}

.btn-primary-2:hover,
.btn-primary-2:focus,
.btn-primary-2:active {
  background-color: #04358f;
}

.btn-purple-2 {
  background: #60008c url("./../images/new-two/bg-10.png") 0 0 no-repeat;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
  -webkit-box-shadow: 0px 54px 54px rgba(96, 0, 140, 0.13);
  -moz-box-shadow: 0px 54px 54px rgba(96, 0, 140, 0.13);
  box-shadow: 0px 54px 54px rgba(96, 0, 140, 0.13);
}

.btn-purple-2:hover,
.btn-purple-2:focus,
.btn-purple-2:active {
  background-color: #3d0059;
}

.btn-gradient-white {
  -webkit-filter: drop-shadow(0px 44px 54px rgba(34, 35, 65, 0.05));
  filter: drop-shadow(0px 44px 54px rgba(34, 35, 65, 0.05));
  padding: 14px 25px 13px;
  background-image: -webkit-linear-gradient(181.37deg, rgba(255, 255, 255, 0.2) -11.15%, rgba(255, 255, 255, 0.0161607) 63.1%, rgba(255, 255, 255, 0) 142.61%);
  background-image: -moz-linear-gradient(181.37deg, rgba(255, 255, 255, 0.2) -11.15%, rgba(255, 255, 255, 0.0161607) 63.1%, rgba(255, 255, 255, 0) 142.61%);
  background-image: -o-linear-gradient(181.37deg, rgba(255, 255, 255, 0.2) -11.15%, rgba(255, 255, 255, 0.0161607) 63.1%, rgba(255, 255, 255, 0) 142.61%);
  background-image: linear-gradient(268.63deg, rgba(255, 255, 255, 0.2) -11.15%, rgba(255, 255, 255, 0.0161607) 63.1%, rgba(255, 255, 255, 0) 142.61%);
}

.btn-gradient-blue {
  background-image: -webkit-linear-gradient(355.01deg, #222341 -16.95%, #3c3e68 96.61%);
  background-image: -moz-linear-gradient(355.01deg, #222341 -16.95%, #3c3e68 96.61%);
  background-image: -o-linear-gradient(355.01deg, #222341 -16.95%, #3c3e68 96.61%);
  background-image: linear-gradient(94.99deg, #222341 -16.95%, #3c3e68 96.61%);
}

.btn-gradient-blue::before {
  background-image: -webkit-linear-gradient(184.99deg, #222341 -16.95%, #3c3e68 96.61%);
  background-image: -moz-linear-gradient(184.99deg, #222341 -16.95%, #3c3e68 96.61%);
  background-image: -o-linear-gradient(184.99deg, #222341 -16.95%, #3c3e68 96.61%);
  background-image: linear-gradient(-94.99deg, #222341 -16.95%, #3c3e68 96.61%);
}

.btn-outline-light-2,
.btn-outline-light-2:hover,
.btn-outline-light-2:active,
.btn-outline-light-2:focus {
  border: 1px solid #dcdcdc;
}

.btn-outline-light-2:hover,
.btn-outline-light-2:active,
.btn-outline-light-2:focus {
  background-color: #dcdcdc;
}

.product-img-line .product-image {
  margin: 0 auto;
  padding: 54px 12px 0;
}

.product-img-line .product-image a {
  padding: 7px;
  display: block;
}

.product-img-line .product-image a::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-mask: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTk3IiBoZWlnaHQ9IjE5NyIgdmlld0JveD0iMCAwIDE5NyAxOTciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxyZWN0IHg9IjAuNSIgeT0iMC41IiB3aWR0aD0iMTk2IiBoZWlnaHQ9IjE5NiIgcng9IjE5LjUiIHN0cm9rZT0idXJsKCNwYWludDBfbGluZWFyXzVfNDU2MjkpIi8+CjxkZWZzPgo8bGluZWFyR3JhZGllbnQgaWQ9InBhaW50MF9saW5lYXJfNV80NTYyOSIgeDE9Ijk4LjUiIHkxPSIwIiB4Mj0iOTguNSIgeTI9IjE5NyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiPgo8c3RvcCBzdG9wLWNvbG9yPSIjQkFBRjhDIi8+CjxzdG9wIG9mZnNldD0iMC42NjcwNjkiIHN0b3AtY29sb3I9IiNCQUFGOEMiIHN0b3Atb3BhY2l0eT0iMC4wOTA2MjQzIi8+CjxzdG9wIG9mZnNldD0iMSIgc3RvcC1jb2xvcj0iI0JBQUY4QyIgc3RvcC1vcGFjaXR5PSIwIi8+CjwvbGluZWFyR3JhZGllbnQ+CjwvZGVmcz4KPC9zdmc+Cg==") 0 0/100% 100%;
  mask: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTk3IiBoZWlnaHQ9IjE5NyIgdmlld0JveD0iMCAwIDE5NyAxOTciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxyZWN0IHg9IjAuNSIgeT0iMC41IiB3aWR0aD0iMTk2IiBoZWlnaHQ9IjE5NiIgcng9IjE5LjUiIHN0cm9rZT0idXJsKCNwYWludDBfbGluZWFyXzVfNDU2MjkpIi8+CjxkZWZzPgo8bGluZWFyR3JhZGllbnQgaWQ9InBhaW50MF9saW5lYXJfNV80NTYyOSIgeDE9Ijk4LjUiIHkxPSIwIiB4Mj0iOTguNSIgeTI9IjE5NyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiPgo8c3RvcCBzdG9wLWNvbG9yPSIjQkFBRjhDIi8+CjxzdG9wIG9mZnNldD0iMC42NjcwNjkiIHN0b3AtY29sb3I9IiNCQUFGOEMiIHN0b3Atb3BhY2l0eT0iMC4wOTA2MjQzIi8+CjxzdG9wIG9mZnNldD0iMSIgc3RvcC1jb2xvcj0iI0JBQUY4QyIgc3RvcC1vcGFjaXR5PSIwIi8+CjwvbGluZWFyR3JhZGllbnQ+CjwvZGVmcz4KPC9zdmc+Cg==") 0 0/100% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  background-color: #baaf8c;
}

.landing-seventeen .image::before,
.landing-seventeen .image::after,
.landing-seventeen .image .img::before,
.landing-seventeen .image .img::after,
.landing-seventeen .image .img img,
.category-specials-item .image::before,
.category-specials-item .image::after,
.category-specials-item .image .img::before,
.category-specials-item .image .img::after,
.category-specials-item .image .img img {
  -webkit-border-radius: 660px 660px 0px 0px;
  -moz-border-radius: 660px 660px 0px 0px;
  border-radius: 660px 660px 0px 0px;
}

.landing-seventeen .image::before,
.category-specials-item .image::before {
  position: absolute;
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-box-shadow: 0px 0px 111px rgba(228, 233, 242, 0.25);
  -moz-box-shadow: 0px 0px 111px rgba(228, 233, 242, 0.25);
  box-shadow: 0px 0px 111px rgba(228, 233, 242, 0.25);
  border: 1px solid rgba(255, 255, 255, 0.7);
}

.landing-seventeen .image::after,
.landing-seventeen .image .img::before,
.landing-seventeen .image .img::after,
.category-specials-item .image::after,
.category-specials-item .image .img::before,
.category-specials-item .image .img::after {
  position: absolute;
  border: 1px solid transparent;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.2)), color-stop(56.25%, rgba(255, 255, 255, 0))) border-box;
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 56.25%) border-box;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 56.25%) border-box;
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 56.25%) border-box;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 56.25%) border-box;
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) padding-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
  -webkit-mask: -webkit-linear-gradient(#fff 0 0) padding-box, -webkit-linear-gradient(#fff 0 0);
  mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) padding-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
  mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: xor;
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}

.landing-seventeen {
  margin-top: 244px;
}

.landing-seventeen::before {
  position: absolute;
  top: -244px;
  left: 0;
  bottom: 41px;
  width: 100%;
  background: #0b0b0b url("./../images/new-two/bg-landing-01.png") 0 0 no-repeat;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
  z-index: -3;
}

.landing-seventeen .image::before {
  top: -14px;
  right: -11px;
  bottom: -14px;
  left: -11px;
}

.landing-seventeen .image::after {
  top: -31px;
  right: -25px;
  bottom: -31px;
  left: -25px;
}

.landing-seventeen .image .img::before {
  top: -57px;
  right: -46px;
  bottom: -57px;
  left: -46px;
}

.landing-seventeen .image .img::after {
  top: -79px;
  right: -64px;
  bottom: 79px;
  left: -64px;
}

.landing-seventeen .image .img img {
  -webkit-filter: drop-shadow(0px 64px 104px rgba(0, 0, 0, 0.25));
  filter: drop-shadow(0px 64px 104px rgba(0, 0, 0, 0.25));
  max-width: 442px;
  width: 100%;
  max-height: 543px;
  height: 100%;
}

.landing-seventeen .sup-title {
  direction: ltr;
  color: rgba(118, 137, 141, 0.6);
  font-size: 17px;
  font-weight: 800;
  line-height: 28px;
}

.landing-seventeen .title {
  margin: 10px 0 21px;
  text-shadow: 0px 8px 8px rgba(0, 0, 0, 0.13);
  font-size: 44px;
  font-weight: 900;
  line-height: 68px;
}

.landing-seventeen p {
  font-size: 12px;
  line-height: 24px;
  color: rgba(255, 255, 255, 0.7);
  font-weight: 300;
}

.landing-seventeen .btns {
  gap: 18px;
  margin-top: 55px;
}

.landing-seventeen .btns .btn {
  font-size: 11px;
  font-weight: bold;
  line-height: 17px;
  padding: 13px 26px;
  -webkit-box-shadow: 0px 44px 54px rgba(34, 35, 65, 0.15);
  -moz-box-shadow: 0px 44px 54px rgba(34, 35, 65, 0.15);
  box-shadow: 0px 44px 54px rgba(34, 35, 65, 0.15);
}

.landing-seventeen .btns .btn i {
  width: 13px;
  height: 13px;
  font-size: 5px;
  color: rgba(18, 18, 18, 0.9);
  margin-right: 7px;
  -webkit-transform: rotate(48deg);
  -moz-transform: rotate(48deg);
  -ms-transform: rotate(48deg);
  -o-transform: rotate(48deg);
  transform: rotate(48deg);
}

.landing-seventeen .btns .btn:first-child {
  background-color: rgba(255, 255, 255, 0.08);
}

.landing-seventeen .btns .btn:nth-child(2) {
  border: 0.5px solid #fff;
  background-color: rgba(182, 157, 116, 0.15);
}

.landing-seventeen .swiper-bottom {
  bottom: 25px;
  z-index: 9;
}

.landing-seventeen .swiper-bottom i {
  margin-left: 9px;
  font-size: 15px;
}

.landing-seventeen .swiper-pagination {
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  -o-transform: translateY(-2px);
  transform: translateY(-2px);
}

.landing-seventeen .swiper-pagination-bullet {
  width: 43px;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.4);
}

.landing-seventeen .swiper-pagination-bullet::before {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
}

.landing-seventeen .swiper-pagination-bullet-active~.swiper-pagination-bullet::before {
  width: 0;
}

.landing-seventeen .swiper-pagination-bullet-active::before {
  -webkit-animation: timeLine var(--time-landing-seventeen) linear 0s;
  -moz-animation: timeLine var(--time-landing-seventeen) linear 0s;
  -o-animation: timeLine var(--time-landing-seventeen) linear 0s;
  animation: timeLine var(--time-landing-seventeen) linear 0s;
  width: 100%;
}

@-webkit-keyframes timeLine {
  0% {
    width: 0;
  }

  100% {
    width: 100%;
  }
}

@-moz-keyframes timeLine {
  0% {
    width: 0;
  }

  100% {
    width: 100%;
  }
}

@-o-keyframes timeLine {
  0% {
    width: 0;
  }

  100% {
    width: 100%;
  }
}

@keyframes timeLine {
  0% {
    width: 0;
  }

  100% {
    width: 100%;
  }
}

@media only screen and (max-width: 991px) {
  .landing-seventeen {
    padding-bottom: 50px;
  }

  .landing-seventeen::before {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center center;
    bottom: 0;
  }
}

@media only screen and (max-width: 767px) {
  .landing-seventeen .title {
    font-size: 34px;
    line-height: 50px;
  }
}

@media only screen and (max-width: 575px) {
  .landing-seventeen {
    padding-bottom: 74px;
  }

  .landing-seventeen .image {
    max-width: -webkit-calc(100% - 100px);
    max-width: -moz-calc(100% - 100px);
    max-width: calc(100% - 100px);
  }

  .landing-seventeen .title {
    font-size: 24px;
    line-height: 45px;
  }

  .landing-seventeen .swiper-bottom {
    bottom: 12px;
  }

  .landing-seventeen .swiper-pagination-bullet {
    width: 24px;
  }

  .landing-seventeen .swiper-pagination-bullet-active {
    width: 32px;
  }
}

.category-specials {
  padding-top: 129px;
}

.category-specials::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 161px;
  background: #1f1f1f url("./../images/new-two/bg-category-specials.png") 0 0 no-repeat;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
  z-index: -3;
}

.category-specials::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 63px;
  background: url("./../images/new-two/shape-01.png") top center no-repeat;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
}

.category-specials-heading {
  margin-bottom: 37px;
}

.category-specials-heading-right i {
  width: 50px;
  height: 50px;
  background-image: -webkit-linear-gradient(243.43deg, #76898d -72%, rgba(118, 137, 141, 0) 103%);
  background-image: -moz-linear-gradient(243.43deg, #76898d -72%, rgba(118, 137, 141, 0) 103%);
  background-image: -o-linear-gradient(243.43deg, #76898d -72%, rgba(118, 137, 141, 0) 103%);
  background-image: linear-gradient(206.57deg, #76898d -72%, rgba(118, 137, 141, 0) 103%);
  font-size: 17px;
  margin-left: 15px;
}

.category-specials-heading-right .detail {
  font-size: 20px;
  line-height: 31px;
  font-weight: 400;
}

.category-specials-heading-right .detail b {
  font-weight: 900;
}

.category-specials-heading .btn {
  font-size: 11px;
  font-weight: bold;
  padding: 14px 31px;
}

.category-specials-heading .btn i {
  margin-right: 9px;
}

.category-specials p {
  font-size: 13px;
  line-height: 32px;
  color: #919191;
  font-weight: 900;
  margin-bottom: 83px;
}

.category-specials-item {
  -webkit-transform: scale(0.6);
  -moz-transform: scale(0.6);
  -ms-transform: scale(0.6);
  -o-transform: scale(0.6);
  transform: scale(0.6);
}

.category-specials-item .image::before {
  top: -9px;
  right: -7px;
  bottom: -9px;
  left: -7px;
}

.category-specials-item .image::after {
  top: -20px;
  right: -16px;
  bottom: -20px;
  left: -16px;
}

.category-specials-item .image .img::before {
  top: -37px;
  right: -29px;
  bottom: -37px;
  left: -29px;
}

.category-specials-item .image .img::after {
  top: -52px;
  right: -41px;
  bottom: -52px;
  left: -41px;
}

.category-specials-item .image .img img {
  max-width: 282px;
  max-height: 357px;
}

.category-specials-item .title {
  margin-top: 39px;
  font-size: 23px;
  line-height: 36px;
  font-weight: 900;
}

.category-specials .swiper-button-next,
.category-specials .swiper-button-prev {
  top: 0;
  right: auto;
  left: 0;
  -webkit-transform: translate(164px, 30px);
  -moz-transform: translate(164px, 30px);
  -ms-transform: translate(164px, 30px);
  -o-transform: translate(164px, 30px);
  transform: translate(164px, 30px);
}

.category-specials .swiper-button-next::after,
.category-specials .swiper-button-prev::after {
  font-size: 18px;
  color: #d7d7d7;
}

.category-specials .swiper-button-prev {
  left: 40px;
}

.category-specials .swiper-button-prev::after {
  -webkit-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  transform: scaleX(-1);
}

@media only screen and (max-width: 767px) {
  .category-specials::before {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center center;
  }

  .category-specials::after {
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
  }
}

@media only screen and (max-width: 575px) {

  .category-specials .swiper-button-next,
  .category-specials .swiper-button-prev {
    -webkit-transform: translate(12px, 30px);
    -moz-transform: translate(12px, 30px);
    -ms-transform: translate(12px, 30px);
    -o-transform: translate(12px, 30px);
    transform: translate(12px, 30px);
  }
}

@media only screen and (max-width: 399px) {
  .category-specials-item .image {
    max-width: -webkit-calc(100% - 100px);
    max-width: -moz-calc(100% - 100px);
    max-width: calc(100% - 100px);
  }
}

.carousel-home .swiper-bottom {
  bottom: 38px;
  z-index: 9;
}

.carousel-home .swiper-bottom i {
  font-size: 16px;
  margin-left: 8px;
}

.carousel-home .swiper-pagination {
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  -o-transform: translateY(-2px);
  transform: translateY(-2px);
}

.carousel-home .swiper-pagination-bullet {
  width: 47px;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.4);
}

.carousel-home .swiper-pagination-bullet::before {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
}

.carousel-home .swiper-pagination-bullet-active~.swiper-pagination-bullet::before {
  width: 0;
}

.carousel-home .swiper-pagination-bullet-active::before {
  -webkit-animation: timeLine var(--time-carousel-home) linear 0s;
  -moz-animation: timeLine var(--time-carousel-home) linear 0s;
  -o-animation: timeLine var(--time-carousel-home) linear 0s;
  animation: timeLine var(--time-carousel-home) linear 0s;
}

.carousel-home .swiper-pagination-bullet-active.stoped::before {
  -webkit-animation-play-state: paused;
  -moz-animation-play-state: paused;
  -o-animation-play-state: paused;
  animation-play-state: paused;
}

@media only screen and (max-width: 767px) {
  .carousel-home .swiper-bottom {
    bottom: 12px;
  }

  .carousel-home .swiper-pagination-bullet {
    width: 24px;
  }
}

@media only screen and (max-width: 575px) {
  .carousel-home .swiper-pagination-bullet {
    width: 14px;
  }
}

.section-heading-six {
  padding: 34px 0 0;
  margin-bottom: 82px;
}

.section-heading-six::before {
  position: absolute;
  top: 0;
  right: 0;
  width: -webkit-calc(100% - 210px);
  width: -moz-calc(100% - 210px);
  width: calc(100% - 210px);
  height: 1px;
  border-top: 1px solid transparent;
  background: -webkit-linear-gradient(359.75deg, #bcbaba 11.65%, rgba(188, 186, 186, 0) 101.48%) border-box;
  background: -moz-linear-gradient(359.75deg, #bcbaba 11.65%, rgba(188, 186, 186, 0) 101.48%) border-box;
  background: -o-linear-gradient(359.75deg, #bcbaba 11.65%, rgba(188, 186, 186, 0) 101.48%) border-box;
  background: linear-gradient(90.25deg, #bcbaba 11.65%, rgba(188, 186, 186, 0) 101.48%) border-box;
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) padding-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
  -webkit-mask: -webkit-linear-gradient(#fff 0 0) padding-box, -webkit-linear-gradient(#fff 0 0);
  mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) padding-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
  mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: xor;
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}

.section-heading-six::after {
  position: absolute;
  top: 0;
  left: 180px;
  width: 100px;
  height: 50%;
  border-top: 1px solid #bcbaba;
  border-left: 1px solid #bcbaba;
  -webkit-border-radius: 30px 0 0;
  -moz-border-radius: 30px 0 0;
  border-radius: 30px 0 0;
}

.section-heading-six .right {
  padding-right: 59px;
}

.section-heading-six .right::before {
  position: absolute;
  top: 0;
  right: 0;
  width: 48px;
  height: 42px;
  background: url("./../images/new-two/pattern-01.png") 0 0 no-repeat;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
  background-blend-mode: multiply;
  mix-blend-mode: multiply;
}

.section-heading-six-sup-title {
  font-size: 19px;
  line-height: 21px;
  color: #000;
  font-weight: 400;
}

.section-heading-six-title {
  margin-top: 3px;
  color: #000;
  font-size: 25px;
  font-weight: 900;
  line-height: 28px;
}

.section-heading-six-title span {
  font-weight: 400;
}

.section-heading-six p {
  margin: 0 28px 0 82px;
  color: #919191;
  font-size: 11px;
  font-weight: 400;
  line-height: 32px;
}

.section-heading-six .btn {
  padding: 18px 35px 16px;
  -webkit-box-shadow: 0px 44px 54px rgba(34, 35, 65, 0.05);
  -moz-box-shadow: 0px 44px 54px rgba(34, 35, 65, 0.05);
  box-shadow: 0px 44px 54px rgba(34, 35, 65, 0.05);
  font-size: 11px;
  font-weight: bold;
  line-height: 17px;
  margin-top: -34px;
}

.section-heading-six .btn::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 181px;
  height: 50%;
  border: 1px solid;
  border-color: transparent #bcbaba #bcbaba transparent;
  -webkit-border-radius: 0 0 30px;
  -moz-border-radius: 0 0 30px;
  border-radius: 0 0 30px;
}

@media only screen and (max-width: 575px) {

  .section-heading-six::before,
  .section-heading-six::after,
  .section-heading-six .right::before,
  .section-heading-six .btn::before {
    content: none;
  }

  .section-heading-six .right {
    padding-right: 0;
  }

  .section-heading-six .btn {
    margin-top: 0;
  }
}

.best-category-four-item {
  padding: 7px 5px 6px 0;
}

.best-category-four-item.two {
  margin-top: 100px;
}

.best-category-four-item::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0.5px dashed rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 8px 8px 0;
  -moz-border-radius: 8px 8px 0;
  border-radius: 8px 8px 0;
  z-index: -3;
}

.best-category-four-item::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, right top, from(#fff), to(rgba(255, 255, 255, 0)));
  background-image: -webkit-linear-gradient(left, #fff, rgba(255, 255, 255, 0));
  background-image: -moz-linear-gradient(left, #fff, rgba(255, 255, 255, 0));
  background-image: -o-linear-gradient(left, #fff, rgba(255, 255, 255, 0));
  background-image: linear-gradient(to right, #fff, rgba(255, 255, 255, 0));
  z-index: -2;
}

.best-category-four-item .image {
  background: url("./../images/new-two/image-04.png"), radial-gradient(120.81% 181.21% at 51.73% -20.2%, #f6f7ff 0%, #eceef7 21%, #d1d7e3 57%, #999ca8 89%), -webkit-gradient(linear, left bottom, left top, from(#abb8c3), to(#abb8c3)), url("./../images/new-two/image-05.png");
  background: url("./../images/new-two/image-04.png"), -webkit-radial-gradient(51.73% -20.2%, 120.81% 181.21%, #f6f7ff 0%, #eceef7 21%, #d1d7e3 57%, #999ca8 89%), -webkit-linear-gradient(bottom, #abb8c3, #abb8c3), url("./../images/new-two/image-05.png");
  background: url("./../images/new-two/image-04.png"), -moz-radial-gradient(51.73% -20.2%, 120.81% 181.21%, #f6f7ff 0%, #eceef7 21%, #d1d7e3 57%, #999ca8 89%), -moz-linear-gradient(bottom, #abb8c3, #abb8c3), url("./../images/new-two/image-05.png");
  background: url("./../images/new-two/image-04.png"), -o-radial-gradient(51.73% -20.2%, 120.81% 181.21%, #f6f7ff 0%, #eceef7 21%, #d1d7e3 57%, #999ca8 89%), -o-linear-gradient(bottom, #abb8c3, #abb8c3), url("./../images/new-two/image-05.png");
  background: url("./../images/new-two/image-04.png"), radial-gradient(120.81% 181.21% at 51.73% -20.2%, #f6f7ff 0%, #eceef7 21%, #d1d7e3 57%, #999ca8 89%), linear-gradient(0deg, #abb8c3, #abb8c3), url("./../images/new-two/image-05.png");
  width: 126px;
  height: 53px;
  -webkit-border-radius: 8px 8px 0;
  -moz-border-radius: 8px 8px 0;
  border-radius: 8px 8px 0;
}

.best-category-four-item .image img {
  bottom: 1px;
  width: 107px;
  height: 107px;
}

.best-category-four-item .detail {
  margin-right: 22px;
}

.best-category-four-item .detail .title {
  font-size: 14px;
  font-weight: 800;
  line-height: 22px;
  color: #000;
  margin-bottom: 5px;
}

.best-category-four-item .detail .title-en {
  font-size: 14px;
  line-height: 22px;
  color: #494949;
  font-weight: 400;
  direction: ltr;
}

.best-category-four .swiper {
  padding-top: 48px;
}

@media only screen and (max-width: 1199px) {
  .best-category-four-item .detail {
    margin-right: 12px;
  }
}

@media only screen and (max-width: 575px) {
  .best-category-four .swiper {
    overflow: visible !important;
  }
}

.product-eight-offer .image {
  overflow: visible;
}

.product-eight-offer .image .offer {
  top: 0;
  right: 0;
  -webkit-transform: translateY(-61px);
  -moz-transform: translateY(-61px);
  -ms-transform: translateY(-61px);
  -o-transform: translateY(-61px);
  transform: translateY(-61px);
}

.product-eight-offer .image .status {
  background-color: #fff3f0;
  color: #ff8a66;
  font-size: 14px;
  font-weight: 300;
  width: 66px;
  height: 25px;
  line-height: 25px;
  right: 65px;
  -webkit-transform: translateY(-58px);
  -moz-transform: translateY(-58px);
  -ms-transform: translateY(-58px);
  -o-transform: translateY(-58px);
  transform: translateY(-58px);
}

.product-eight-offer .image img {
  -webkit-border-radius: 35px 35px 35px 0;
  -moz-border-radius: 35px 35px 35px 0;
  border-radius: 35px 35px 35px 0;
}

.product-eight-offer .tags {
  margin-bottom: 22px;
  gap: 7px;
}

.product-eight-offer .tags li a {
  line-height: 23px;
  background-color: #f6f6f6;
  padding: 0 10px;
  font-size: 8px;
  color: #919191;
  font-weight: 400;
}

.product-eight-offer .tags li a:hover {
  background-color: #f1313a;
}

.swiper-discount-product-special {
  padding-top: 61px;
}

.swiper-discount-product-special .swiper-pagination {
  top: 8px;
  bottom: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.swiper-discount-product-special .swiper-pagination-bullet {
  width: 3px;
  height: 3px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background-color: #f8bcbf;
}

.swiper-discount-product-special .swiper-pagination-bullet-active {
  width: 25px;
  background-color: #f1313a;
}

.categories-products .btn-my-products {
  font-weight: bold;
  line-height: 16px;
  padding: 10px 18px 12px;
  -webkit-border-radius: 30px 0px 30px 30px;
  -moz-border-radius: 30px 0px 30px 30px;
  border-radius: 30px 0px 30px 30px;
}

.categories-products .btn-my-products i {
  margin-right: 9px;
  font-size: 8px;
}

.categories-products-right {
  max-width: 25%;
  z-index: 9;
  margin-top: 34px;
}

.categories-products-right::before {
  position: absolute;
  top: 0;
  right: 0;
  width: 68px;
  height: 60px;
  background: url("./../images/new-two/pattern-02.png") 0 0 no-repeat;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
  -webkit-transform: translateY(-71px);
  -moz-transform: translateY(-71px);
  -ms-transform: translateY(-71px);
  -o-transform: translateY(-71px);
  transform: translateY(-71px);
}

.categories-products-right .sup-title {
  font-size: 32px;
  line-height: 36px;
  color: #000;
  font-weight: 400;
  max-width: 211px;
}

.categories-products-right .title {
  margin: 3px 0 7px;
  font-size: 32px;
  line-height: 39px;
  font-weight: 900;
  color: #000;
}

.categories-products-right .title span {
  color: #dd2029;
  font-weight: 400;
}

.categories-products-right p {
  font-size: 11px;
  color: #919191;
  line-height: 31px;
  margin-bottom: 19px;
}

.categories-products-left {
  max-width: 75%;
  padding-right: 49px;
}

.categories-products-item .image {
  margin-bottom: 59px;
}

.categories-products-item .image::before,
.categories-products-item .image::after {
  position: absolute;
  -webkit-border-radius: 149px 0px 149px 149px;
  -moz-border-radius: 149px 0px 149px 149px;
  border-radius: 149px 0px 149px 149px;
}

.categories-products-item .image::before {
  top: 23px;
  right: 15px;
  bottom: -4px;
  left: -2px;
  background-color: #e2d5f9;
}

.categories-products-item .image::after {
  top: 3px;
  right: -5px;
  bottom: -24px;
  left: -22px;
  border: 1px dashed #c7c7c7;
}

.categories-products-item .image img {
  width: 219px;
  height: 225px;
  -webkit-filter: drop-shadow(9px 44px 44px rgba(0, 0, 0, 0.25));
  filter: drop-shadow(9px 44px 44px rgba(0, 0, 0, 0.25));
}

.categories-products-item .btn {
  max-width: -webkit-calc(100% - 54px);
  max-width: -moz-calc(100% - 54px);
  max-width: calc(100% - 54px);
  -webkit-border-radius: 40px 0px 40px 40px;
  -moz-border-radius: 40px 0px 40px 40px;
  border-radius: 40px 0px 40px 40px;
  font-size: 13px;
  font-weight: bold;
  line-height: 20px;
  padding: 15px 12px 14px;
}

.categories-products-item .btn i {
  margin-right: 6px;
  font-size: 8px;
}

.categories-products-item .btn::before {
  position: absolute;
  top: -2px;
  left: -webkit-calc(100% + 3px);
  left: -moz-calc(100% + 3px);
  left: calc(100% + 3px);
  width: 51px;
  height: 51px;
  background: url("./../images/new-two/gift.png") 0 0 no-repeat;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
  pointer-events: none;
  -webkit-transform: rotate(0.83deg);
  -moz-transform: rotate(0.83deg);
  -ms-transform: rotate(0.83deg);
  -o-transform: rotate(0.83deg);
  transform: rotate(0.83deg);
}

.categories-products .swiper-button-next,
.categories-products .swiper-button-prev {
  left: auto;
  top: auto;
  -webkit-transform: translate(-52px, 0);
  -moz-transform: translate(-52px, 0);
  -ms-transform: translate(-52px, 0);
  -o-transform: translate(-52px, 0);
  transform: translate(-52px, 0);
}

.categories-products .swiper-button-prev {
  -webkit-transform: translate(-12px, 0);
  -moz-transform: translate(-12px, 0);
  -ms-transform: translate(-12px, 0);
  -o-transform: translate(-12px, 0);
  transform: translate(-12px, 0);
}

.categories-products .swiper-button-prev::after {
  -webkit-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  transform: scaleX(-1);
}

@media only screen and (max-width: 1199px) {
  .categories-products-left {
    padding-right: 16px;
  }
}

@media only screen and (max-width: 991px) {
  .categories-products-right {
    max-width: 30%;
  }

  .categories-products-left {
    max-width: 70%;
  }

  .categories-products-item .image img {
    width: 200px;
    height: 206px;
  }
}

@media only screen and (max-width: 767px) {

  .categories-products-right,
  .categories-products-left {
    max-width: 100%;
  }

  .categories-products-left {
    padding: 0;
  }

  .categories-products .btn-my-products {
    max-width: -webkit-calc(100% - 80px);
    max-width: -moz-calc(100% - 80px);
    max-width: calc(100% - 80px);
    width: 100%;
  }

  .categories-products-item {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }

  .categories-products .swiper-button-next {
    -webkit-transform: translate(-52px, -6px);
    -moz-transform: translate(-52px, -6px);
    -ms-transform: translate(-52px, -6px);
    -o-transform: translate(-52px, -6px);
    transform: translate(-52px, -6px);
  }

  .categories-products .swiper-button-prev {
    -webkit-transform: translate(-12px, -6px);
    -moz-transform: translate(-12px, -6px);
    -ms-transform: translate(-12px, -6px);
    -o-transform: translate(-12px, -6px);
    transform: translate(-12px, -6px);
  }
}

.top-selling-products-two-heading {
  margin-bottom: 74px;
  background-image: -webkit-linear-gradient(181.9deg, #f2e5dd 8.23%, rgba(242, 229, 221, 0.142986) 92.92%, rgba(242, 229, 221, 0) 128.56%);
  background-image: -moz-linear-gradient(181.9deg, #f2e5dd 8.23%, rgba(242, 229, 221, 0.142986) 92.92%, rgba(242, 229, 221, 0) 128.56%);
  background-image: -o-linear-gradient(181.9deg, #f2e5dd 8.23%, rgba(242, 229, 221, 0.142986) 92.92%, rgba(242, 229, 221, 0) 128.56%);
  background-image: linear-gradient(268.1deg, #f2e5dd 8.23%, rgba(242, 229, 221, 0.142986) 92.92%, rgba(242, 229, 221, 0) 128.56%);
  -webkit-border-radius: 40px 0px 40px 40px;
  -moz-border-radius: 40px 0px 40px 40px;
  border-radius: 40px 0px 40px 40px;
  padding: 11px 161px 8px 110px;
}

.top-selling-products-two-heading::before,
.top-selling-products-two-heading::after {
  position: absolute;
  width: 182px;
  height: 160px;
  right: -31px;
  bottom: 13px;
  background: url("./../images/new-two/gifts.png") 0 0 no-repeat;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
}

.top-selling-products-two-heading::before {
  right: -27px;
  bottom: 3px;
  -webkit-filter: blur(12px);
  filter: blur(12px);
}

.top-selling-products-two-heading .title,
.top-selling-products-two-heading .sub-title {
  font-size: 23px;
  line-height: 35px;
}

.top-selling-products-two-heading .title {
  font-weight: bold;
  color: #000;
}

.top-selling-products-two-heading .title span {
  direction: ltr;
  background-image: -webkit-linear-gradient(180.84deg, #000 24.73%, rgba(0, 0, 0, 0) 105.79%);
  background-image: -moz-linear-gradient(180.84deg, #000 24.73%, rgba(0, 0, 0, 0) 105.79%);
  background-image: -o-linear-gradient(180.84deg, #000 24.73%, rgba(0, 0, 0, 0) 105.79%);
  background-image: linear-gradient(269.16deg, #000 24.73%, rgba(0, 0, 0, 0) 105.79%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-size: 16px;
  line-height: 25px;
  font-weight: 400;
  margin-right: 12px;
}

.top-selling-products-two-heading .sub-title {
  font-weight: 300;
  color: #dd2029;
}

.top-selling-products-two-heading .btn {
  font-weight: bold;
  line-height: 24px;
  padding: 7px 18px;
  -webkit-border-radius: 30px 0px 30px 30px;
  -moz-border-radius: 30px 0px 30px 30px;
  border-radius: 30px 0px 30px 30px;
}

.top-selling-products-two-heading .btn i {
  font-size: 8px;
  margin-right: 9px;
}

.top-selling-products-two .swiper-button-next,
.top-selling-products-two .swiper-button-prev {
  right: auto;
  -webkit-transform: translate(40px, 48px);
  -moz-transform: translate(40px, 48px);
  -ms-transform: translate(40px, 48px);
  -o-transform: translate(40px, 48px);
  transform: translate(40px, 48px);
}

.top-selling-products-two .swiper-button-prev {
  left: 40px;
}

@media only screen and (max-width: 767px) {
  .top-selling-products-two-heading {
    padding: 11px 20px 8px;
  }

  .top-selling-products-two-heading::before,
  .top-selling-products-two-heading::after {
    content: none;
  }

  .top-selling-products-two .swiper-button-next,
  .top-selling-products-two .swiper-button-prev {
    -webkit-transform: translate(32px, 62px);
    -moz-transform: translate(32px, 62px);
    -ms-transform: translate(32px, 62px);
    -o-transform: translate(32px, 62px);
    transform: translate(32px, 62px);
  }
}

.carousel-home-two-wrapper::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 244px;
  height: 40px;
  background: url("./../images/new-two/shape-02.png") 0 0 no-repeat;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 5;
}

.carousel-home-two-item img {
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
}

.carousel-home-two .swiper-pagination {
  bottom: 25px;
  padding: 9px 16px;
}

.carousel-home-two .swiper-pagination::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.4);
  border: 1px solid #fff;
  -webkit-backdrop-filter: blur(1.5px);
  backdrop-filter: blur(1.5px);
}

.carousel-home-two .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  background-color: #fff;
}

.carousel-home-two .swiper-pagination-bullet-active {
  width: 20px;
}

@media only screen and (max-width: 991px) {
  .carousel-home-two-item img {
    -webkit-border-radius: 32px;
    -moz-border-radius: 32px;
    border-radius: 32px;
  }
}

@media only screen and (max-width: 767px) {
  .carousel-home-two-wrapper::before {
    width: 150px;
    height: 24px;
  }
}

@media only screen and (max-width: 575px) {
  .carousel-home-two-item img {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
  }
}

.section-heading-seven {
  max-width: 360px;
  margin-bottom: 58px;
}

.section-heading-seven::before,
.section-heading-seven::after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url("./../images/new-two/pattern-02.png") 0 0 no-repeat;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
  background-blend-mode: multiply;
  mix-blend-mode: multiply;
  width: 68px;
  height: 60px;
}

.section-heading-seven::before {
  left: -webkit-calc(100% + 40px);
  left: -moz-calc(100% + 40px);
  left: calc(100% + 40px);
}

.section-heading-seven::after {
  right: -webkit-calc(100% + 40px);
  right: -moz-calc(100% + 40px);
  right: calc(100% + 40px);
}

.section-heading-seven .title {
  font-size: 32px;
  line-height: 36px;
  font-weight: 900;
  color: #000;
  margin-bottom: 18px;
}

.section-heading-seven .title::before {
  position: absolute;
  top: 8px;
  right: 5px;
  bottom: 5px;
  width: 61px;
  background-color: #fde7e5;
}

.section-heading-seven .title span {
  font-weight: 400;
}

.section-heading-seven p {
  font-size: 12px;
  line-height: 31px;
  color: #919191;
}

@media only screen and (max-width: 575px) {
  .section-heading-seven .title {
    font-size: 16px;
  }
}

.best-category-five-item img {
  -webkit-transform: translateY(16px);
  -moz-transform: translateY(16px);
  -ms-transform: translateY(16px);
  -o-transform: translateY(16px);
  transform: translateY(16px);
  width: 153px;
  height: 209px;
}

.best-category-five-item .content {
  margin: 0 38px 0 18px;
  padding: 41px 115px 41px 8px;
  background: #fde7e5 url("./../images/new-two/bg-best-category-item.png") 0 0 no-repeat;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}

.best-category-five-item .content::before {
  position: absolute;
  top: -16px;
  right: 39px;
  bottom: -16px;
  left: -18px;
  border: 1px solid #d1d1d1;
  z-index: -2;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
}

.best-category-five-item .content::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 75px;
  height: 25px;
  background-color: #d9d9d9;
  -webkit-transform: translateY(28px);
  -moz-transform: translateY(28px);
  -ms-transform: translateY(28px);
  -o-transform: translateY(28px);
  transform: translateY(28px);
  -webkit-filter: blur(8px) brightness(1);
  filter: blur(8px) brightness(1);
}

.best-category-five-item .content .title,
.best-category-five-item .content .sub-title {
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
  font-size: 19px;
  line-height: 29px;
}

.best-category-five-item .content .title {
  font-weight: 900;
}

.best-category-five-item .content .sub-title {
  color: #000;
}

.best-category-five-item .content .quantity {
  background-color: #de027a;
  -webkit-box-shadow: -10px 15px 24px rgba(222, 2, 122, 0.25);
  -moz-box-shadow: -10px 15px 24px rgba(222, 2, 122, 0.25);
  box-shadow: -10px 15px 24px rgba(222, 2, 122, 0.25);
  line-height: 34px;
  font-size: 12px;
  font-weight: 400;
  padding: 0 15px;
  -webkit-transform: translateY(12px);
  -moz-transform: translateY(12px);
  -ms-transform: translateY(12px);
  -o-transform: translateY(12px);
  transform: translateY(12px);
}

.best-category-five-item .content .quantity b {
  font-weight: 900;
  font-size: 16px;
  margin-left: 2px;
}

@media only screen and (max-width: 1199px) {
  .best-category-five-item img {
    width: 123px;
    height: 179px;
  }

  .best-category-five-item .content {
    padding: 32px 72px 32px 8px;
  }
}

.products-specials-right {
  max-width: 267px;
  z-index: 7;
}

.products-specials-right .sup-title {
  margin: 15px 0;
  font-size: 13px;
  color: #000;
}

.products-specials-right .sup-title span {
  color: #de027a;
}

.products-specials-right .title {
  font-size: 32px;
  line-height: 36px;
  color: #000;
}

.products-specials-right .title::before {
  position: absolute;
  top: 8px;
  right: 1px;
  bottom: 5px;
  width: 61px;
  background-color: #fff4cc;
}

.products-specials-right .title-en {
  font-size: 25px;
  line-height: 28px;
  color: #000;
}

.products-specials-right p {
  font-size: 12px;
  line-height: 31px;
  color: #919191;
  margin-bottom: 22px;
}

.products-specials-right .btn {
  font-size: 12px;
  font-weight: 600;
  line-height: 15px;
  padding: 16px 17px 15px;
}

.products-specials-right .btn i {
  font-size: 8px;
  margin-right: 6px;
}

.products-specials-left {
  max-width: -webkit-calc(100% - 267px);
  max-width: -moz-calc(100% - 267px);
  max-width: calc(100% - 267px);
  padding-right: 8px;
}

.products-specials-left .swiper-button-next,
.products-specials-left .swiper-button-prev {
  top: auto;
  right: 12px;
  bottom: 88px;
  left: auto;
}

.products-specials-left .swiper-button-next {
  right: 52px;
}

@media only screen and (max-width: 1199px) {
  .products-specials-right {
    max-width: 230px;
  }

  .products-specials-left {
    max-width: -webkit-calc(100% - 230px);
    max-width: -moz-calc(100% - 230px);
    max-width: calc(100% - 230px);
  }
}

@media only screen and (max-width: 575px) {

  .products-specials-right,
  .products-specials-left {
    max-width: 100%;
  }

  .products-specials-left {
    position: relative;
  }

  .products-specials-left .swiper-button-next,
  .products-specials-left .swiper-button-prev {
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
    -webkit-transform: translateY(-35px);
    -moz-transform: translateY(-35px);
    -ms-transform: translateY(-35px);
    -o-transform: translateY(-35px);
    transform: translateY(-35px);
  }

  .products-specials-left .swiper-button-prev {
    left: 40px;
  }
}

.options-website .row {
  gap: 24px 0;
}

.options-website-item i {
  width: 83px;
  height: 83px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background: -webkit-gradient(linear, left top, left bottom, from(#fde7e5), color-stop(62.25%, rgba(253, 231, 229, 0.186275)), to(rgba(253, 231, 229, 0)));
  background: -webkit-linear-gradient(top, #fde7e5 0%, rgba(253, 231, 229, 0.186275) 62.25%, rgba(253, 231, 229, 0) 100%);
  background: -moz-linear-gradient(top, #fde7e5 0%, rgba(253, 231, 229, 0.186275) 62.25%, rgba(253, 231, 229, 0) 100%);
  background: -o-linear-gradient(top, #fde7e5 0%, rgba(253, 231, 229, 0.186275) 62.25%, rgba(253, 231, 229, 0) 100%);
  background: linear-gradient(180deg, #fde7e5 0%, rgba(253, 231, 229, 0.186275) 62.25%, rgba(253, 231, 229, 0) 100%);
  font-size: 38px;
  color: #2d365d;
  margin-left: 14px;
}

.options-website-item div {
  font-size: 15px;
  line-height: 23px;
  color: #000;
}

.options-website-item div span {
  font-weight: 900;
  color: #de027a;
}

.specials-sale-heading {
  margin-bottom: 80px;
  padding-left: 90px;
}

.specials-sale-heading-right {
  margin-left: 78px;
}

.specials-sale-heading-title {
  color: #000;
  font-size: 25px;
  line-height: 28px;
  font-weight: 400;
}

.specials-sale-heading-title span {
  font-weight: 900;
}

.specials-sale-heading-title-en {
  margin-bottom: 1px;
  color: #000;
  font-size: 26px;
  line-height: 29px;
  direction: ltr;
}

.specials-sale-heading-sort li {
  font-size: 13px;
  font-weight: 400;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.specials-sale-heading-sort li:not(:last-child) {
  margin-left: 20px;
}

.specials-sale-heading-sort li.active {
  font-weight: 900;
}

.specials-sale-heading-sort li:not(.active):hover {
  color: #de027a;
}

.specials-sale-heading .btn {
  font-size: 12px;
  font-weight: 600;
  padding: 14px 13px;
}

.specials-sale-heading .btn i {
  font-size: 8px;
  margin-right: 6px;
}

.specials-sale .swiper-button-next,
.specials-sale .swiper-button-prev {
  top: 40px;
  right: auto;
  left: 12px;
}

.specials-sale .swiper-button-prev {
  left: 52px;
}

@media only screen and (max-width: 1199px) {
  .specials-sale-heading-right {
    margin-left: 20px;
  }

  .specials-sale-heading-sort li:not(:last-child) {
    margin-left: 16px;
  }
}

@media only screen and (max-width: 991px) {
  .specials-sale-heading {
    padding-left: 0;
  }
}

@media only screen and (max-width: 767px) {
  .specials-sale-heading-sort {
    width: 100%;
  }

  .specials-sale-heading .btn {
    width: -webkit-calc(100% - 90px);
    width: -moz-calc(100% - 90px);
    width: calc(100% - 90px);
  }

  .specials-sale .swiper {
    position: relative;
  }

  .specials-sale .swiper-button-next,
  .specials-sale .swiper-button-prev {
    top: 0;
    left: 0;
    -webkit-transform: translateY(-93px);
    -moz-transform: translateY(-93px);
    -ms-transform: translateY(-93px);
    -o-transform: translateY(-93px);
    transform: translateY(-93px);
  }

  .specials-sale .swiper-button-prev {
    left: 40px;
  }
}

@media only screen and (max-width: 575px) {
  .specials-sale-heading-title {
    font-size: 19px;
  }

  .specials-sale-heading-title-en {
    font-size: 20px;
  }

  .specials-sale-heading-sort {
    overflow: auto hidden;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }

  .specials-sale-heading-sort::-webkit-scrollbar {
    display: none;
  }

  .specials-sale-heading-sort li {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
}

.product-category-three-right,
.new-products-category-two-right {
  max-width: 360px;
}

.product-category-three-right .title,
.new-products-category-two-right .title {
  font-size: 32px;
  font-weight: 400;
  color: #000;
  line-height: 36px;
  margin-bottom: 33px;
}

.product-category-three-right .title::before,
.new-products-category-two-right .title::before {
  position: absolute;
  top: 8px;
  right: 2px;
  bottom: 5px;
  width: 61px;
  background-color: #fff4cc;
}

.product-category-three-right .title b,
.new-products-category-two-right .title b {
  font-weight: 900;
}

.product-category-three-right .title-en,
.new-products-category-two-right .title-en {
  font-size: 32px;
  font-weight: 400;
  line-height: 37px;
  color: #000;
  direction: ltr;
}

.product-category-three-right p,
.new-products-category-two-right p {
  font-size: 11px;
  color: #919191;
  line-height: 31px;
  margin-bottom: 30px;
}

.product-category-three-right .btn,
.new-products-category-two-right .btn {
  font-size: 12px;
  font-weight: 600;
  line-height: 15px;
  padding: 16px 17px 15px 14px;
}

.product-category-three-right .btn i,
.new-products-category-two-right .btn i {
  font-size: 8px;
  margin-right: 6px;
}

.product-category-three-left,
.new-products-category-two-left {
  max-width: -webkit-calc(100% - 360px);
  max-width: -moz-calc(100% - 360px);
  max-width: calc(100% - 360px);
  padding-right: 30px;
}

.product-category-three .swiper-button-next,
.product-category-three .swiper-button-prev,
.new-products-category-two .swiper-button-next,
.new-products-category-two .swiper-button-prev {
  top: auto;
  right: 12px;
  bottom: 0;
  left: auto;
  -webkit-transform: translate(-165px, -70px);
  -moz-transform: translate(-165px, -70px);
  -ms-transform: translate(-165px, -70px);
  -o-transform: translate(-165px, -70px);
  transform: translate(-165px, -70px);
}

.product-category-three .swiper-button-next,
.new-products-category-two .swiper-button-next {
  right: 52px;
}

@media only screen and (max-width: 1199px) {

  .product-category-three-right,
  .new-products-category-two-right {
    max-width: 320px;
  }

  .product-category-three-left,
  .new-products-category-two-left {
    padding-right: 15px;
    max-width: -webkit-calc(100% - 320px);
    max-width: -moz-calc(100% - 320px);
    max-width: calc(100% - 320px);
  }

  .product-category-three .swiper-button-next,
  .product-category-three .swiper-button-prev,
  .new-products-category-two .swiper-button-next,
  .new-products-category-two .swiper-button-prev {
    -webkit-transform: translate(-161px, -54px);
    -moz-transform: translate(-161px, -54px);
    -ms-transform: translate(-161px, -54px);
    -o-transform: translate(-161px, -54px);
    transform: translate(-161px, -54px);
  }
}

@media only screen and (max-width: 767px) {

  .product-category-three-right,
  .new-products-category-two-right {
    max-width: 290px;
  }

  .product-category-three-right .title,
  .product-category-three-right .title-en,
  .new-products-category-two-right .title,
  .new-products-category-two-right .title-en {
    font-size: 24px;
  }

  .product-category-three-left,
  .new-products-category-two-left {
    max-width: -webkit-calc(100% - 290px);
    max-width: -moz-calc(100% - 290px);
    max-width: calc(100% - 290px);
  }
}

@media only screen and (max-width: 575px) {

  .product-category-three-right,
  .product-category-three-left,
  .new-products-category-two-right,
  .new-products-category-two-left {
    max-width: 100%;
  }

  .product-category-three .swiper,
  .new-products-category-two .swiper {
    position: relative;
  }

  .product-category-three .swiper-slide>*,
  .new-products-category-two .swiper-slide>* {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }

  .product-category-three .swiper-button-next,
  .product-category-three .swiper-button-prev,
  .new-products-category-two .swiper-button-next,
  .new-products-category-two .swiper-button-prev {
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
    -webkit-transform: translate(0, -34px);
    -moz-transform: translate(0, -34px);
    -ms-transform: translate(0, -34px);
    -o-transform: translate(0, -34px);
    transform: translate(0, -34px);
  }

  .product-category-three .swiper-button-prev,
  .new-products-category-two .swiper-button-prev {
    left: 40px;
  }
}

.product-category-three-item {
  padding: 271px 0 47px;
}

.product-category-three-item::before {
  position: absolute;
  top: 81px;
  right: 29px;
  bottom: 0;
  left: 0;
  background-color: #f1eee9;
  -webkit-border-radius: 240px 240px 0px 240px;
  -moz-border-radius: 240px 240px 0px 240px;
  border-radius: 240px 240px 0px 240px;
}

.product-category-three-item img {
  left: 2px;
  width: 225px;
  height: 258px;
}

.product-category-three-item .title {
  font-size: 16px;
  font-weight: 900;
  color: #000;
  line-height: 29px;
}

.product-category-three-item .title-en {
  direction: ltr;
  font-size: 12px;
  line-height: 18px;
  color: #000;
}

@media only screen and (max-width: 1199px) {
  .product-category-three-item::before {
    right: 0;
  }
}

.new-products-category-two .swiper-button-next,
.new-products-category-two .swiper-button-prev {
  -webkit-transform: translate(-165px, -104px);
  -moz-transform: translate(-165px, -104px);
  -ms-transform: translate(-165px, -104px);
  -o-transform: translate(-165px, -104px);
  transform: translate(-165px, -104px);
}

@media only screen and (max-width: 1199px) {
  .new-products-category-two-right {
    max-width: 280px;
  }

  .new-products-category-two-left {
    max-width: -webkit-calc(100% - 280px);
    max-width: -moz-calc(100% - 280px);
    max-width: calc(100% - 280px);
  }

  .new-products-category-two .swiper-button-next,
  .new-products-category-two .swiper-button-prev {
    -webkit-transform: translate(-165px, -72px);
    -moz-transform: translate(-165px, -72px);
    -ms-transform: translate(-165px, -72px);
    -o-transform: translate(-165px, -72px);
    transform: translate(-165px, -72px);
  }
}

@media only screen and (max-width: 991px) {
  .new-products-category-two-right {
    max-width: 260px;
  }

  .new-products-category-two-left {
    max-width: -webkit-calc(100% - 260px);
    max-width: -moz-calc(100% - 260px);
    max-width: calc(100% - 260px);
  }

  .new-products-category-two .swiper-button-next,
  .new-products-category-two .swiper-button-prev {
    -webkit-transform: translate(-165px, -75px);
    -moz-transform: translate(-165px, -75px);
    -ms-transform: translate(-165px, -75px);
    -o-transform: translate(-165px, -75px);
    transform: translate(-165px, -75px);
  }
}

@media only screen and (max-width: 767px) {

  .new-products-category-two .swiper-button-next,
  .new-products-category-two .swiper-button-prev {
    -webkit-transform: translate(-165px, -82px);
    -moz-transform: translate(-165px, -82px);
    -ms-transform: translate(-165px, -82px);
    -o-transform: translate(-165px, -82px);
    transform: translate(-165px, -82px);
  }
}

@media only screen and (max-width: 575px) {

  .new-products-category-two-left,
  .new-products-category-two-right {
    max-width: 100%;
  }

  .new-products-category-two .swiper-button-next,
  .new-products-category-two .swiper-button-prev {
    -webkit-transform: translate(0, -36px);
    -moz-transform: translate(0, -36px);
    -ms-transform: translate(0, -36px);
    -o-transform: translate(0, -36px);
    transform: translate(0, -36px);
  }
}

.selling-specials::before {
  position: absolute;
  top: 30px;
  left: 38px;
  width: 1084px;
  height: 666px;
  background: url("./../images/new-two/bg-01.png") 0 0 no-repeat;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
}

.selling-specials-right {
  z-index: 4;
  max-width: 342px;
}

.selling-specials-right .title {
  margin: 1px 0 35px;
}

.selling-specials-right .title::before {
  position: absolute;
  top: 8px;
  right: -3px;
  bottom: 5px;
  width: 61px;
  background-color: #fff4cc;
}

.selling-specials-right .title,
.selling-specials-right .title-en {
  font-size: 32px;
  line-height: 36px;
  color: #000;
}

.selling-specials-right .title span {
  font-weight: 900;
}

.selling-specials-right .title-en {
  direction: ltr;
}

.selling-specials-right .image::before {
  position: absolute;
  background: url("./../images/new-two/shape-03.png") 0 0 no-repeat;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
  width: 134px;
  height: 288px;
  top: 21px;
  right: 0;
  -webkit-transform: translateX(48px) rotate(43.73deg);
  -moz-transform: translateX(48px) rotate(43.73deg);
  -ms-transform: translateX(48px) rotate(43.73deg);
  -o-transform: translateX(48px) rotate(43.73deg);
  transform: translateX(48px) rotate(43.73deg);
  z-index: -2;
}

.selling-specials-right .image img {
  width: 351px;
  height: 429px;
}

.selling-specials-right .image img:last-child {
  -webkit-transform: translateX(-22px);
  -moz-transform: translateX(-22px);
  -ms-transform: translateX(-22px);
  -o-transform: translateX(-22px);
  transform: translateX(-22px);
  opacity: 0.6;
  -webkit-filter: blur(52px);
  filter: blur(52px);
}

.selling-specials-right .btn {
  font-size: 12px;
  font-weight: 600;
  line-height: 15px;
  padding: 16px 17px 15px 14px;
  margin-top: -12px;
}

.selling-specials-right .btn i {
  font-size: 8px;
  margin-right: 6px;
}

.selling-specials-left {
  max-width: -webkit-calc(100% - 342px);
  max-width: -moz-calc(100% - 342px);
  max-width: calc(100% - 342px);
  padding-right: 35px;
}

@media only screen and (max-width: 1199px) {
  .selling-specials-right {
    max-width: 280px;
  }

  .selling-specials-right .title,
  .selling-specials-right,
  .selling-specials-right-en {
    font-size: 24px;
  }

  .selling-specials-left {
    padding-right: 16px;
    max-width: -webkit-calc(100% - 280px);
    max-width: -moz-calc(100% - 280px);
    max-width: calc(100% - 280px);
  }
}

@media only screen and (max-width: 991px) {
  .selling-specials::before {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center center;
  }

  .selling-specials-right {
    max-width: 260px;
  }

  .selling-specials-left {
    max-width: -webkit-calc(100% - 260px);
    max-width: -moz-calc(100% - 260px);
    max-width: calc(100% - 260px);
  }
}

@media only screen and (max-width: 575px) {
  .selling-specials-right {
    max-width: 360px;
    margin: 0 auto;
  }

  .selling-specials-right .title {
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
  }

  .selling-specials-right .image img {
    height: auto;
  }

  .selling-specials-left {
    max-width: 100%;
  }

  .selling-specials .swiper-slide>* {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}

.new-products::before {
  position: absolute;
  top: 30px;
  right: 0;
  background: url("./../images/new-two/shape-04.png") 0 0 no-repeat;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
  width: 103px;
  height: 238px;
}

.new-products-right {
  max-width: 243px;
  margin-top: 36px;
  z-index: 6;
}

.new-products-right .title {
  font-size: 39px;
  font-weight: 900;
  line-height: 44px;
}

.new-products-right .sub-title {
  font-size: 39px;
  color: #818181;
  font-weight: 300;
  line-height: 46px;
  margin: 23px 0 116px;
}

.new-products-right .btn {
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
  padding: 16px 18px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}

.new-products-right .btn i {
  font-size: 8px;
  margin-right: 11px;
}

.new-products-left {
  max-width: -webkit-calc(100% - 243px);
  max-width: -moz-calc(100% - 243px);
  max-width: calc(100% - 243px);
  padding: 59px 34px 0 0;
}

.new-products-left::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 116px;
  width: 100vw;
  background-color: #dfdfdf;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}

.new-products .swiper-button-next,
.new-products .swiper-button-prev {
  top: 220px;
  right: 12px;
  left: auto;
  -webkit-transform: translateX(255px);
  -moz-transform: translateX(255px);
  -ms-transform: translateX(255px);
  -o-transform: translateX(255px);
  transform: translateX(255px);
}

.new-products .swiper-button-next {
  right: 52px;
}

@media only screen and (max-width: 1199px) {
  .new-products-right {
    max-width: 200px;
  }

  .new-products-left {
    max-width: -webkit-calc(100% - 200px);
    max-width: -moz-calc(100% - 200px);
    max-width: calc(100% - 200px);
  }

  .new-products .swiper-button-next,
  .new-products .swiper-button-prev {
    -webkit-transform: translateX(213px);
    -moz-transform: translateX(213px);
    -ms-transform: translateX(213px);
    -o-transform: translateX(213px);
    transform: translateX(213px);
  }
}

@media only screen and (max-width: 575px) {
  .new-products::before {
    content: none;
  }

  .new-products-right,
  .new-products-left {
    max-width: 100%;
  }

  .new-products-right .sub-title,
  .new-products-left .sub-title {
    margin: 23px 0;
  }

  .new-products-right .title,
  .new-products-right .sub-title {
    font-size: 30px;
    line-height: 34px;
  }

  .new-products-left {
    padding-right: 0;
  }

  .new-products-left::before {
    right: -12px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }

  .new-products .swiper-slide>* {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }

  .new-products .swiper-button-next,
  .new-products .swiper-button-prev {
    top: 0;
    right: auto;
    left: 0;
    -webkit-transform: translate(0, -37px);
    -moz-transform: translate(0, -37px);
    -ms-transform: translate(0, -37px);
    -o-transform: translate(0, -37px);
    transform: translate(0, -37px);
  }

  .new-products .swiper-button-prev {
    left: 40px;
  }
}

.new-category-image {
  max-width: 233px;
  z-index: 3;
}

.new-category-image::before {
  position: absolute;
  top: 0;
  right: 0;
  width: 138px;
  height: 100%;
  background-color: #ccc6b3;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}

.new-category-image img {
  width: 192px;
  height: 271px;
}

.new-category-left {
  margin-right: 27px;
  max-width: -webkit-calc(100% - 233px);
  max-width: -moz-calc(100% - 233px);
  max-width: calc(100% - 233px);
  border: 1px solid #000;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}

.new-category-left .heading {
  margin: -18px 0;
  margin-bottom: 58px;
  padding-left: 12px;
}

.new-category-left .heading::before {
  position: absolute;
  top: 0;
  right: -1px;
  bottom: -13px;
  width: 4px;
  background-color: #fff;
}

.new-category-left .heading .title {
  font-weight: 300;
  line-height: 37px;
  padding-left: 32px;
}

.new-category-left .heading .title b {
  font-weight: 900;
}

.new-category-left .heading .sub-title {
  font-size: 12px;
  line-height: 31px;
  color: #919191;
}

.new-category-item {
  padding: 6px 0 7px 29px;
}

.new-category-item img {
  width: 95px;
  height: 57px;
}

.new-category-item .detail .title {
  font-size: 13px;
  line-height: 20px;
  font-weight: 900;
  color: #000;
  margin-bottom: 7px;
}

.new-category-item .detail .title-en {
  direction: ltr;
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
  color: #000;
  padding-left: 20px;
}

.new-category-item .detail i {
  left: 29px;
  bottom: 15px;
}

.new-category .swiper {
  margin: 0 34px 98px;
}

.new-category .swiper::after {
  position: absolute;
  width: 50%;
  background-color: #fff;
  top: -39px;
  right: 90%;
  bottom: -41px;
}

.new-category .swiper-button-next,
.new-category .swiper-button-prev {
  top: auto;
  right: auto;
  bottom: 0;
  left: 0;
  -webkit-transform: translateY(72px);
  -moz-transform: translateY(72px);
  -ms-transform: translateY(72px);
  -o-transform: translateY(72px);
  transform: translateY(72px);
}

.new-category .swiper-button-prev {
  left: 40px;
}

.swiper-slide:not(:last-child) .new-category-item {
  border-left: 1px solid rgba(0, 0, 0, 0.2);
}

@media only screen and (max-width: 1199px) {
  .new-category-image {
    max-width: 200px;
  }

  .new-category-left {
    margin-right: 16px;
    max-width: -webkit-calc(100% - 200px);
    max-width: -moz-calc(100% - 200px);
    max-width: calc(100% - 200px);
  }

  .new-category .swiper {
    margin: 0 16px 98px;
  }

  .new-category-item {
    padding-left: 12px;
  }

  .new-category-item .detail i {
    left: 12px;
  }
}

@media only screen and (max-width: 767px) {
  .new-category-left {
    margin: 0;
    max-width: 100%;
  }

  .new-category-left .heading .title {
    font-size: 18px;
    line-height: 30px;
  }
}

@media only screen and (max-width: 575px) {
  .new-category .swiper::after {
    width: 100vw;
    right: auto;
    left: -29px;
  }

  .new-category .swiper-slide>* {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}

.latest-products-wrapper {
  padding: 0 18px 0 28px;
}

.latest-products-wrapper::before {
  position: absolute;
  top: 32px;
  bottom: 141px;
  left: 0;
  width: 100%;
  border: 1px solid #000;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  z-index: -2;
}

.latest-products-wrapper::after {
  position: absolute;
  right: 12px;
  bottom: 111px;
  left: 12px;
  height: 61px;
  background-color: #fff;
}

.latest-products-heading {
  max-width: 391px;
  padding: 0 28px 14px 29px;
  margin-bottom: 25px;
}

.latest-products-heading::before {
  position: absolute;
  bottom: 0;
  right: 28px;
  left: 29px;
  height: 1px;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.4)), color-stop(110.6%, rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 110.6%);
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 110.6%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 110.6%);
  background-image: linear-gradient(-270deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 110.6%);
}

.latest-products-heading .title {
  font-size: 20px;
  line-height: 31px;
  font-weight: 400;
  color: #000;
}

.latest-products-heading .title span {
  font-weight: 900;
  color: #ae9368;
}

.latest-products-heading .sub-title {
  font-size: 12px;
  line-height: 31px;
}

.latest-products-sort {
  margin-bottom: 43px;
}

.latest-products-sort li {
  font-size: 12px;
  line-height: 18px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.latest-products-sort li:not(:last-child) {
  margin-left: 21px;
}

.latest-products-sort li.active {
  font-weight: 900;
}

@media only screen and (max-width: 575px) {
  .latest-products-heading .title {
    font-size: 16px;
  }

  .latest-products-sort {
    overflow: auto hidden;
    -ms-overflow-style: none;
    scrollbar-width: none;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
  }

  .latest-products-sort::-webkit-scrollbar {
    display: none;
  }

  .latest-products-sort li {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
}

.latest-products-two-wrapper {
  padding-left: 25px;
}

.latest-products-two-wrapper::before {
  position: absolute;
  top: 35px;
  right: 54px;
  bottom: 88px;
  left: 0;
  border: 1px solid #000;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}

.latest-products-two-heading {
  margin-right: 173px;
  padding: 0 17px 0 40px;
  margin-bottom: 42px;
}

.latest-products-two-heading .title {
  font-size: 20px;
  font-weight: 400;
  line-height: 31px;
  outline: #000;
  margin-bottom: 7px;
}

.latest-products-two-heading .title span {
  font-weight: 900;
  color: #ae9368;
}

.latest-products-two-heading .sub-title {
  font-size: 12px;
  line-height: 31px;
  color: #919191;
}

.latest-products-two-banners {
  max-width: 25%;
}

.latest-products-two-banners img {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.latest-products-two-banners .swiper-pagination {
  top: 37px;
  bottom: auto;
}

.latest-products-two-banners .swiper-pagination-bullet {
  width: 24px;
  height: 3px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: rgba(206, 206, 206, 0.5);
}

.latest-products-two-banners .swiper-pagination-bullet-active {
  width: 40px;
  background-color: #fff;
}

.latest-products-two-products {
  max-width: 75%;
  padding-right: 24px;
}

@media only screen and (max-width: 991px) {
  .latest-products-two-banners {
    max-width: 33.3333333%;
  }

  .latest-products-two-products {
    max-width: 66.666667%;
  }
}

@media only screen and (max-width: 767px) {
  .latest-products-two-heading {
    margin-right: 80px;
  }

  .latest-products-two-banners,
  .latest-products-two-products {
    max-width: 50%;
  }
}

@media only screen and (max-width: 575px) {
  .latest-products-two-wrapper {
    padding: 0 12px;
  }

  .latest-products-two-wrapper::before {
    right: 0;
  }

  .latest-products-two-heading {
    padding: 0 17px;
    margin: 0 auto 42px;
  }

  .latest-products-two-heading .title {
    font-size: 16px;
  }

  .latest-products-two-banners,
  .latest-products-two-products {
    max-width: 100%;
  }

  .latest-products-two-banners .swiper-pagination {
    top: auto;
    bottom: 20px;
  }

  .latest-products-two-products {
    padding-right: 0;
  }
}

.category-specials-two::before {
  position: absolute;
  top: 77px;
  right: -64px;
  bottom: -136px;
  left: 52px;
  background: url("./../images/new-two/bg-02.png") 0 0 no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  z-index: -5;
}

.category-specials-two::after {
  position: absolute;
  top: 96px;
  left: 71px;
  width: 368px;
  height: 368px;
  background-color: rgba(186, 175, 140, 0.3);
  z-index: -2;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-filter: blur(220px);
  filter: blur(220px);
}

.category-specials-two-heading {
  margin-bottom: 68px;
}

.category-specials-two-heading .title {
  line-height: 21px;
  font-weight: 400;
}

.category-specials-two-heading .title b {
  font-weight: 900;
}

.category-specials-two-heading .title-en {
  line-height: 18px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.8)), color-stop(43.55%, rgba(255, 255, 255, 0.300129)), to(rgba(255, 255, 255, 0)));
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.300129) 43.55%, rgba(255, 255, 255, 0) 100%);
  background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.300129) 43.55%, rgba(255, 255, 255, 0) 100%);
  background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.300129) 43.55%, rgba(255, 255, 255, 0) 100%);
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.300129) 43.55%, rgba(255, 255, 255, 0) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-size: 25px;
  font-weight: 600;
  direction: ltr;
}

.category-specials-two-item {
  padding: 0 12px 46px;
}

.category-specials-two-item::before {
  position: absolute;
  width: 100%;
  top: -6px;
  bottom: 20px;
  left: 0;
  width: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#b69d74), color-stop(61.46%, rgba(182, 157, 116, 0)), to(rgba(182, 157, 116, 0)));
  background-image: -webkit-linear-gradient(top, #b69d74 0%, rgba(182, 157, 116, 0) 61.46%, rgba(182, 157, 116, 0) 100%);
  background-image: -moz-linear-gradient(top, #b69d74 0%, rgba(182, 157, 116, 0) 61.46%, rgba(182, 157, 116, 0) 100%);
  background-image: -o-linear-gradient(top, #b69d74 0%, rgba(182, 157, 116, 0) 61.46%, rgba(182, 157, 116, 0) 100%);
  background-image: linear-gradient(180deg, #b69d74 0%, rgba(182, 157, 116, 0) 61.46%, rgba(182, 157, 116, 0) 100%);
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  -webkit-transform: matrix(1, 0, 0, -1, 0, 0);
  -moz-transform: matrix(1, 0, 0, -1, 0, 0);
  -ms-transform: matrix(1, 0, 0, -1, 0, 0);
  -o-transform: matrix(1, 0, 0, -1, 0, 0);
  transform: matrix(1, 0, 0, -1, 0, 0);
}

.category-specials-two-item img {
  width: 117px;
  height: 117px;
}

.category-specials-two-item .title {
  font-size: 14px;
  line-height: 22px;
  font-weight: 800;
}

.category-specials-two-item .title::after {
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  background: url("./../images/new-two/angle-down-four.svg") 0 0 no-repeat;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
  width: 16px;
  height: 46px;
}

.category-specials-three-item {
  background: url("./../images/new-two/bg-03.png") 0 0 no-repeat;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  border-radius: 500px;
  padding: 12px;
}

.category-specials-three-item img {
  width: 101px;
  height: 101px;
}

.category-specials-three-item .title {
  margin-top: 12px;
  font-size: 13px;
  line-height: 20px;
  font-weight: 400;
}

.category-specials-three-item .title strong {
  font-weight: 900;
}

.swiper-slide:nth-child(even) .category-specials-three-item {
  background-image: url("./../images/new-two/bg-04.png");
}

.latest-products-book-wrapper {
  background-color: rgba(224, 227, 240, 0.3);
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  padding: 48px 42px 52px;
}

.latest-products-book-heading {
  padding: 4px 14px 0 0;
  margin-bottom: 47px;
}

.latest-products-book-heading::before {
  position: absolute;
  width: 33px;
  height: 33px;
  border: 1px solid;
  border-color: #4442a3 #4442a3 transparent transparent;
  top: 0;
  right: 0;
}

.latest-products-book-heading .title {
  font-size: 20px;
  line-height: 31px;
  color: #000;
  margin-bottom: 6px;
}

.latest-products-book-heading .title span {
  font-weight: bold;
  color: #4442a3;
}

.latest-products-book-heading .sub-title {
  font-size: 12px;
  line-height: 31px;
  color: #919191;
  text-align: justify;
}

.latest-products-book-heading .btn {
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  padding: 14px 22px 14px 20px;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
}

.latest-products-book-heading .btn i {
  font-size: 16px;
}

.latest-products-book .swiper-button-next::after,
.latest-products-book .swiper-button-prev::after {
  content: "\e96c";
  font-family: "icomoon";
  font-size: 26px;
}

.latest-products-book .swiper-button-prev {
  left: 220px;
}

.latest-products-book .swiper-button-prev::after {
  content: "\e96b";
}

@media only screen and (max-width: 991px) {
  .latest-products-book-wrapper {
    padding: 48px 21px 52px;
  }
}

@media only screen and (max-width: 767px) {
  .latest-products-book-heading .btn {
    width: 100%;
  }
}

@media only screen and (max-width: 575px) {
  .latest-products-book-wrapper {
    margin: 0 -12px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding: 32px 12px;
  }

  .latest-products-book-heading .title {
    font-size: 16px;
  }
}

.offer-books-heading {
  margin-bottom: 106px;
}

.offer-books-heading::after {
  position: absolute;
  width: 15.7px;
  height: 17px;
  top: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, 16px);
  -moz-transform: translate(-50%, 16px);
  -ms-transform: translate(-50%, 16px);
  -o-transform: translate(-50%, 16px);
  transform: translate(-50%, 16px);
  background: url("./../images/new-two/arrow-down.svg") 0 0 no-repeat;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
}

.offer-books-heading .title {
  font-size: 23px;
  line-height: 25px;
  color: #000;
  font-weight: 900;
  margin-bottom: 6px;
}

.offer-books-heading .sub-title {
  font-size: 16px;
  line-height: 25px;
  color: #919191;
}

.offer-books-wrapper {
  padding: 0 23px;
}

.offer-books-wrapper::before,
.offer-books-wrapper::after {
  position: absolute;
  top: 58px;
}

.offer-books-wrapper::before {
  bottom: 78px;
  left: 0;
  width: 100%;
  z-index: -5;
  background: #4442a3 url("./../images/new-two/bg-05.png") 0 0 no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}

.offer-books-wrapper::after {
  left: 50%;
  -webkit-transform: translate(-50%, -1px);
  -moz-transform: translate(-50%, -1px);
  -ms-transform: translate(-50%, -1px);
  -o-transform: translate(-50%, -1px);
  transform: translate(-50%, -1px);
  background: url("./../images/new-two/shape-05.png") 0 0 no-repeat;
  width: 340px;
  height: 69px;
  z-index: -4;
}

@media only screen and (max-width: 575px) {
  .offer-books-wrapper {
    padding: 0 12px;
  }

  .offer-books-wrapper::before {
    width: -webkit-calc(100% + 48px);
    width: -moz-calc(100% + 48px);
    width: calc(100% + 48px);
    margin: 0 -24px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
}

.top-selling-products-three-heading {
  max-width: 481px;
  margin-bottom: 74px;
}

.top-selling-products-three-heading .title {
  font-size: 32px;
  line-height: 35px;
  font-weight: 400;
  color: #000;
  margin-bottom: 21px;
}

.top-selling-products-three-heading .title b {
  font-weight: 900;
}

.top-selling-products-three-heading .sub-title {
  font-size: 12px;
  color: #919191;
  line-height: 31px;
}

.top-selling-products-three-item {
  padding: 0 27px 16px 0;
}

.top-selling-products-three-item::before {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 150px;
  height: 154px;
  background: #4442a3 url("./../images/new-two/bg-06.png") 0 0 no-repeat;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
  z-index: -2;
}

.top-selling-products-three-item img {
  width: 223px;
  height: 291px;
}

.top-selling-products-three-item .title {
  font-size: 18px;
  line-height: 27px;
  font-weight: 900;
}

.swiper-slide:nth-child(even) .top-selling-products-three-item::before {
  background-color: #60008c;
}

.top-selling-products-three .swiper-slide>* {
  opacity: 0.09;
}

.top-selling-products-three .swiper-slide-visible>* {
  opacity: 1;
}

.top-selling-products-three .swiper-button-next,
.top-selling-products-three .swiper-button-prev {
  -webkit-transform: translateY(-72px);
  -moz-transform: translateY(-72px);
  -ms-transform: translateY(-72px);
  -o-transform: translateY(-72px);
  transform: translateY(-72px);
}

.top-selling-products-three .swiper-button-next::after,
.top-selling-products-three .swiper-button-prev::after {
  content: "\e96c";
  font-family: "icomoon";
  font-size: 26px;
  color: #4442a3;
}

.top-selling-products-three .swiper-button-prev::after {
  content: "\e96b";
}

@media only screen and (max-width: 1199px) {
  .top-selling-products-three-item img {
    width: 100%;
    height: auto;
  }
}

@media only screen and (max-width: 575px) {
  .top-selling-products-three-item {
    margin: 0 auto;
    max-width: fit-content;
  }

  .top-selling-products-three-item img {
    width: 198px !important;
    height: 259px !important;
    margin-right: 0 !important;
  }

  .top-selling-products-three .swiper-button-next,
  .top-selling-products-three .swiper-button-prev {
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px);
  }
}

.about-us-two::before {
  position: absolute;
  top: 32px;
  right: 0;
  background: url("./../images/new-two/shape-07.png") 0 0 no-repeat;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
  width: 73px;
  height: 91px;
  -webkit-filter: blur(12px);
  filter: blur(12px);
}

.about-us-two .sup-title {
  font-size: 16px;
  line-height: 16px;
  color: #0547c1;
}

.about-us-two .sup-title::before {
  position: absolute;
  right: -webkit-calc(100% + 13px);
  right: -moz-calc(100% + 13px);
  right: calc(100% + 13px);
  bottom: -webkit-calc(100% + 4px);
  bottom: -moz-calc(100% + 4px);
  bottom: calc(100% + 4px);
  width: 59px;
  height: 50px;
  background: url("./../images/new-two/shape-06.png") 0 0 no-repeat;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
}

.about-us-two .title {
  line-height: 63px;
  font-size: 48px;
  font-weight: 900;
  color: #212121;
}

.about-us-two .titr {
  padding: 27px 0 11px;
  width: 90px;
}

.about-us-two .titr::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-mask: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOTAiIGhlaWdodD0iNTUiIHZpZXdCb3g9IjAgMCA5MCA1NSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0wIDE2LjY4MzFWMzkuOTU1OUMwIDQ4LjI0MDEgNi43MTU3MyA1NC45NTU5IDE1IDU0Ljk1NTlINzVDODMuMjg0MyA1NC45NTU5IDkwIDQ4LjI0MDEgOTAgMzkuOTU1OFYwSDg5LjM0MzFWMS42ODMwN0M4OS4zNDMxIDkuOTY3MzQgODIuNjI3MyAxNi42ODMxIDc0LjM0MzEgMTYuNjgzMUgwWiIgZmlsbD0iIzA1NDdDMSIvPgo8L3N2Zz4K") 0 0/100% 100%;
  mask: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOTAiIGhlaWdodD0iNTUiIHZpZXdCb3g9IjAgMCA5MCA1NSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0wIDE2LjY4MzFWMzkuOTU1OUMwIDQ4LjI0MDEgNi43MTU3MyA1NC45NTU5IDE1IDU0Ljk1NTlINzVDODMuMjg0MyA1NC45NTU5IDkwIDQ4LjI0MDEgOTAgMzkuOTU1OFYwSDg5LjM0MzFWMS42ODMwN0M4OS4zNDMxIDkuOTY3MzQgODIuNjI3MyAxNi42ODMxIDc0LjM0MzEgMTYuNjgzMUgwWiIgZmlsbD0iIzA1NDdDMSIvPgo8L3N2Zz4K") 0 0/100% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  background-color: #0547c1;
  font-size: 12px;
}

.about-us-two .socials .text {
  font-size: 12px;
  color: #494949;
  line-height: 18px;
  padding-left: 26px;
  margin-left: 18px;
}

.about-us-two .socials .text::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 1px;
  height: 24px;
  background-color: rgba(0, 0, 0, 0.4);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.about-us-two .socials .text b {
  font-size: 14px;
  font-weight: 900;
  line-height: 20px;
}

.about-us-two .socials ul li:not(:last-child) {
  margin-left: 17px;
}

.about-us-two .socials ul li a {
  font-size: 18px;
  color: #919191;
}

.about-us-two p {
  margin: 20px 0 30px;
  color: #a9a9a9;
  font-size: 13px;
  line-height: 32px;
}

.about-us-two .date {
  border: 1px solid #4442a3;
  padding: 10px 20px 10px 23px;
  font-size: 12px;
  line-height: 15px;
  color: #4442a3;
}

.about-us-two .date i {
  font-size: 14px;
}

.about-us-two .btn {
  padding: 11px 14px;
  font-size: 12px;
  font-weight: 400;
  line-height: 15px;
}

@media only screen and (max-width: 1199px) {
  .about-us-two .socials .text {
    padding-left: 18px;
  }
}

@media only screen and (max-width: 991px) {

  .about-us-two::before,
  .about-us-two .sup-title::before {
    content: none;
  }
}

@media only screen and (max-width: 399px) {
  .about-us-two .date-btn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: unset !important;
    -webkit-align-items: unset !important;
    -moz-box-align: unset !important;
    -ms-flex-align: unset !important;
    align-items: unset !important;
  }

  .about-us-two .date-btn * {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.carousel-two .swiper {
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
}

.carousel-two .swiper-center {
  z-index: 5;
  left: 42px;
}

.carousel-two .swiper-center>span {
  font-size: 16px;
  line-height: 25px;
  letter-spacing: 0.46em;
  color: rgba(255, 255, 255, 0.8);
  -webkit-transform: rotate(90deg) translatey(80px);
  -moz-transform: rotate(90deg) translatey(80px);
  -ms-transform: rotate(90deg) translatey(80px);
  -o-transform: rotate(90deg) translatey(80px);
  transform: rotate(90deg) translatey(80px);
  -webkit-transform-origin: center;
  -moz-transform-origin: center;
  -ms-transform-origin: center;
  -o-transform-origin: center;
  transform-origin: center;
}

.carousel-two .swiper-button-next::after,
.carousel-two .swiper-button-prev::after {
  font-size: 16px;
  color: #d7d7d7;
}

.carousel-two .swiper-button-next {
  -webkit-transform: rotate(-90deg) translateY(5px);
  -moz-transform: rotate(-90deg) translateY(5px);
  -ms-transform: rotate(-90deg) translateY(5px);
  -o-transform: rotate(-90deg) translateY(5px);
  transform: rotate(-90deg) translateY(5px);
}

.carousel-two .swiper-button-prev {
  -webkit-transform: rotate(-90deg) translateY(7px);
  -moz-transform: rotate(-90deg) translateY(7px);
  -ms-transform: rotate(-90deg) translateY(7px);
  -o-transform: rotate(-90deg) translateY(7px);
  transform: rotate(-90deg) translateY(7px);
}

.carousel-two .swiper-pagination {
  -webkit-transform: unset;
  -moz-transform: unset;
  -ms-transform: unset;
  -o-transform: unset;
  transform: unset;
}

.carousel-two .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  background-color: rgba(255, 255, 255, 0.4);
}

.carousel-two .swiper-pagination-bullet-active {
  height: 21px;
  background-color: #fff;
}

@media only screen and (max-width: 991px) {
  .carousel-two .swiper {
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .carousel-two img {
    -o-object-fit: cover;
    object-fit: cover;
  }

  .carousel-two .swiper {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
  }

  .carousel-two .swiper-center {
    left: 20px;
  }
}

.categories-products-two {
  padding-top: 38px;
}

.categories-products-two-item {
  padding: 0 12px;
}

.categories-products-two-item::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 85px;
  background: #2d0f95 url("./../images/new-two/bg-07.png") 0 0 no-repeat;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
  -webkit-border-radius: 20px 20px 20px 0px;
  -moz-border-radius: 20px 20px 20px 0px;
  border-radius: 20px 20px 20px 0px;
}

.categories-products-two-item::after {
  position: absolute;
  right: -4px;
  bottom: 30px;
  width: 90px;
  height: 94px;
  background: url("./../images/new-two/shape-08.png") 0 0 no-repeat;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
  z-index: -2;
}

.categories-products-two-item img {
  width: 101px;
  height: 151px;
}

.categories-products-two-item .title {
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
}

.categories-products-two-item .title strong {
  font-weight: 900;
}

.categories-products-two .swiper-bottom {
  -webkit-transform: translateY(-38px);
  -moz-transform: translateY(-38px);
  -ms-transform: translateY(-38px);
  -o-transform: translateY(-38px);
  transform: translateY(-38px);
}

.categories-products-two .swiper-pagination-bullet {
  background-color: rgba(18, 18, 18, 0.15);
  width: 17px;
  height: 2px;
}

.categories-products-two .swiper-pagination-bullet-active {
  background-color: rgba(18, 18, 18, 0.4);
}

.our-products-categories-right {
  max-width: 291px;
  padding-left: 62px;
}

.our-products-categories-right .title {
  margin: 3px 0 7px;
  color: #000;
  font-size: 32px;
  line-height: 38px;
  font-weight: 900;
}

.our-products-categories-right .title span {
  color: #788086;
  font-weight: 400;
}

.our-products-categories-right .title-en {
  font-size: 32px;
  font-weight: 400;
  line-height: 35px;
  direction: ltr;
}

.our-products-categories-right p {
  font-size: 12px;
  line-height: 31px;
  color: #919191;
}

.our-products-categories-right a {
  margin-top: -10px;
  font-size: 12px;
  padding: 27px 25px 11px 20px;
}

.our-products-categories-right a::before {
  position: absolute;
  top: 0;
  right: -10px;
  left: 0;
  height: 100%;
  -webkit-mask: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTM3IiBoZWlnaHQ9IjU1IiB2aWV3Qm94PSIwIDAgMTM3IDU1IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTAgMTYuNjgzMVYzOS45NTU5QzAgNDguMjQwMSA2LjcxNTczIDU0Ljk1NTkgMTUgNTQuOTU1OUgxMjJDMTMwLjI4NCA1NC45NTU5IDEzNyA0OC4yNDAxIDEzNyAzOS45NTU4VjBIMTM2VjEuNjgzMTNDMTM2IDkuOTY3NCAxMjkuMjg0IDE2LjY4MzEgMTIxIDE2LjY4MzFIMFoiIGZpbGw9IiMwNTQ3QzEiLz4KPC9zdmc+Cg==") 0 0/100% 100%;
  mask: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTM3IiBoZWlnaHQ9IjU1IiB2aWV3Qm94PSIwIDAgMTM3IDU1IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTAgMTYuNjgzMVYzOS45NTU5QzAgNDguMjQwMSA2LjcxNTczIDU0Ljk1NTkgMTUgNTQuOTU1OUgxMjJDMTMwLjI4NCA1NC45NTU5IDEzNyA0OC4yNDAxIDEzNyAzOS45NTU4VjBIMTM2VjEuNjgzMTNDMTM2IDkuOTY3NCAxMjkuMjg0IDE2LjY4MzEgMTIxIDE2LjY4MzFIMFoiIGZpbGw9IiMwNTQ3QzEiLz4KPC9zdmc+Cg==") 0 0/100% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  background-color: #0547c1;
}

.our-products-categories-left {
  max-width: -webkit-calc(100% - 291px);
  max-width: -moz-calc(100% - 291px);
  max-width: calc(100% - 291px);
}

.our-products-categories-item {
  padding: 0 24px 0 12px;
}

.our-products-categories-item::before {
  position: absolute;
  top: 116px;
  right: 0;
  bottom: 0;
  left: 60px;
  background: #3e0f95 url("./../images/new-two/bg-08.png") 0 0 no-repeat;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
  -webkit-border-radius: 20px 20px 20px 0px;
  -moz-border-radius: 20px 20px 20px 0px;
  border-radius: 20px 20px 20px 0px;
}

.our-products-categories-item::after {
  position: absolute;
  right: -26px;
  bottom: 36px;
  z-index: -2;
  width: 118px;
  height: 123px;
  background: url("./../images/new-two/shape-09.png") 0 0 no-repeat;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
}

.our-products-categories-item img {
  width: 198px;
  height: 250px;
}

.our-products-categories-item .content {
  max-width: -webkit-calc(100% - 60px);
  max-width: -moz-calc(100% - 60px);
  max-width: calc(100% - 60px);
  padding-bottom: 10px;
}

.our-products-categories-item .content .title {
  font-size: 16px;
  font-weight: 400;
  line-height: 31px;
}

.our-products-categories-item .content .title span {
  font-weight: 900;
}

.our-products-categories-item .content .title-en {
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  direction: ltr;
  left: 100%;
}

@media only screen and (max-width: 1199px) {
  .our-products-categories-right {
    max-width: 260px;
  }

  .our-products-categories-left {
    max-width: -webkit-calc(100% - 260px);
    max-width: -moz-calc(100% - 260px);
    max-width: calc(100% - 260px);
    padding-left: 40px;
  }

  .our-products-categories-item::before {
    top: 90px;
  }

  .our-products-categories-item img {
    width: 170px;
    height: 215px;
  }
}

@media only screen and (max-width: 991px) {
  .our-products-categories-item::before {
    left: 0;
  }

  .our-products-categories-item .content {
    max-width: 100%;
  }
}

@media only screen and (max-width: 575px) {

  .our-products-categories-right,
  .our-products-categories-left {
    max-width: 100%;
  }

  .our-products-categories .swiper-slide>* {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}

.brands-six-wrapper {
  padding: 40px 102px 39px 12px;
}

.brands-six-wrapper::before {
  position: absolute;
  top: 0;
  right: 0;
  width: 100vw;
  height: 100%;
  background: #121212 url("./../images/new-two/bg-09.png") center center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  -webkit-border-radius: 0 0 67px;
  -moz-border-radius: 0 0 67px;
  border-radius: 0 0 67px;
}

.brands-six-title {
  max-width: 190px;
  z-index: 6;
}

.brands-six-title .title {
  padding-right: 23px;
  font-size: 16px;
  line-height: 25px;
  font-weight: 800;
}

.brands-six-title .title::before {
  position: absolute;
  top: 50%;
  right: 0;
  width: 28px;
  height: 13px;
  background-image: -webkit-linear-gradient(183.92deg, rgba(234, 238, 244, 0.7) -15.34%, rgba(234, 238, 244, 0) 88.82%);
  background-image: -moz-linear-gradient(183.92deg, rgba(234, 238, 244, 0.7) -15.34%, rgba(234, 238, 244, 0) 88.82%);
  background-image: -o-linear-gradient(183.92deg, rgba(234, 238, 244, 0.7) -15.34%, rgba(234, 238, 244, 0) 88.82%);
  background-image: linear-gradient(266.08deg, rgba(234, 238, 244, 0.7) -15.34%, rgba(234, 238, 244, 0) 88.82%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.brands-six-title .sub-title {
  line-height: 22px;
  color: #b0b0b0;
}

.brands-six-carousel {
  max-width: -webkit-calc(100% - 190px);
  max-width: -moz-calc(100% - 190px);
  max-width: calc(100% - 190px);
  padding-right: 76px;
}

.brands-six-carousel img {
  max-height: 26px;
}

@media only screen and (max-width: 991px) {
  .brands-six-wrapper {
    padding: 40px 48px 39px 12px;
  }

  .brands-six-carousel {
    padding-right: 32px;
  }
}

@media only screen and (max-width: 767px) {
  .brands-six-wrapper {
    padding: 40px 32px 39px 12px;
  }

  .brands-six-wrapper::before {
    -webkit-border-radius: 0 0 50px;
    -moz-border-radius: 0 0 50px;
    border-radius: 0 0 50px;
  }
}

@media only screen and (max-width: 575px) {
  .brands-six-wrapper {
    padding: 20px 12px;
  }

  .brands-six-wrapper::before {
    right: -12px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }

  .brands-six-title,
  .brands-six-carousel {
    max-width: 100%;
  }

  .brands-six-carousel {
    padding-right: 0;
  }
}

.section-heading-eight {
  margin-bottom: 120px;
}

.section-heading-eight-title {
  font-size: 19px;
  line-height: 29px;
  color: #000;
}

.section-heading-eight-title b {
  font-weight: 900;
}

.section-heading-eight-title-en {
  color: #000;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 3px;
}

.section-heading-eight p {
  margin: 0 32px 0 49px;
  font-size: 12px;
  color: #919191;
  line-height: 32px;
}

.section-heading-eight .btn {
  font-size: 12px;
  font-weight: bold;
  line-height: 18px;
  padding: 13px 28px 13px 29px;
  -webkit-border-radius: 15px 0 15px 15px;
  -moz-border-radius: 15px 0 15px 15px;
  border-radius: 15px 0 15px 15px;
}

@media only screen and (max-width: 575px) {
  .section-heading-eight .btn {
    width: 100%;
  }
}

.categories-products-three .row {
  gap: 32px 0;
}

.categories-products-three-item {
  padding: 49px 24px 37px 116px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
  background-color: #f8eaff;
  margin-top: 43px;
}

.categories-products-three-item::before {
  position: absolute;
  top: 6px;
  right: 5px;
  width: 100%;
  height: 100%;
  border: 1px solid transparent;
  background: -webkit-linear-gradient(25.68deg, #e7e7e7 -7.21%, rgba(231, 231, 231, 0) 85.16%) border-box;
  background: -moz-linear-gradient(25.68deg, #e7e7e7 -7.21%, rgba(231, 231, 231, 0) 85.16%) border-box;
  background: -o-linear-gradient(25.68deg, #e7e7e7 -7.21%, rgba(231, 231, 231, 0) 85.16%) border-box;
  background: linear-gradient(64.32deg, #e7e7e7 -7.21%, rgba(231, 231, 231, 0) 85.16%) border-box;
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) padding-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
  -webkit-mask: -webkit-linear-gradient(#fff 0 0) padding-box, -webkit-linear-gradient(#fff 0 0);
  mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) padding-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
  mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: xor;
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}

.categories-products-three-item .title {
  font-size: 14px;
  line-height: 24px;
  color: #000;
  font-weight: 900;
}

.categories-products-three-item img {
  width: 99px !important;
  height: 171px !important;
  bottom: 6px;
  left: 9px;
}

.categories-products-three .swiper-slide.two {
  margin-top: 114px !important;
}

@media only screen and (max-width: 767px) {
  .categories-products-three .swiper-slide.two {
    margin-top: 64px !important;
  }
}

.categories-products-three .swiper-categories-products-three-pagination .swiper-pagination-bullet,
.categories-products-three .swiper .swiper-pagination-bullet {
  width: 17px;
  height: 2px;
  background-color: rgba(18, 18, 18, 0.15);
}

.categories-products-three .swiper-categories-products-three-pagination .swiper-pagination-bullet-active,
.categories-products-three .swiper .swiper-pagination-bullet-active {
  background-color: rgba(18, 18, 18, 0.4);
}

.amazing-offer-products-right {
  max-width: 120px;
}

.amazing-offer-products-right .sup-title {
  font-size: 20px;
  line-height: 30px;
  color: #000;
  margin-bottom: 29px;
}

.amazing-offer-products-right .title {
  font-size: 25px;
  line-height: 39px;
  font-weight: 900;
}

.amazing-offer-products-right .title span {
  font-size: 20px;
  line-height: 31px;
  font-weight: 300;
}

.amazing-offer-products-left {
  max-width: -webkit-calc(100% - 120px);
  max-width: -moz-calc(100% - 120px);
  max-width: calc(100% - 120px);
  padding-left: 384px;
}

.amazing-offer-products-item .timear {
  -webkit-transform: translate(120px, 140px);
  -moz-transform: translate(120px, 140px);
  -ms-transform: translate(120px, 140px);
  -o-transform: translate(120px, 140px);
  transform: translate(120px, 140px);
}

.amazing-offer-products-item .timear li {
  font-size: 14px;
  font-weight: 300;
  color: #212341;
  line-height: 22px;
}

.amazing-offer-products-item .timear li span {
  width: 35px;
  height: 35px;
  background-color: #60008c;
  margin-bottom: 1px;
  font-size: 16px;
  line-height: 25px;
}

.amazing-offer-products-item .image {
  padding: 0 29px 0 40px;
  z-index: 1;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.amazing-offer-products-item .image::before {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: rgba(209, 213, 216, 0.7);
  -webkit-border-radius: 90px;
  -moz-border-radius: 90px;
  border-radius: 90px;
  -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(7px);
  width: 100%;
  height: 111px;
  -webkit-transform: translateY(8px);
  -moz-transform: translateY(8px);
  -ms-transform: translateY(8px);
  -o-transform: translateY(8px);
  transform: translateY(8px);
}

.amazing-offer-products-item .image::after,
.amazing-offer-products-item .image .img::after {
  position: absolute;
  right: 11px;
  left: 8px;
  bottom: 0;
  -webkit-transform: translateY(86px);
  -moz-transform: translateY(86px);
  -ms-transform: translateY(86px);
  -o-transform: translateY(86px);
  transform: translateY(86px);
  background: url("./../images/new-two/shape-10.png") 0 0 no-repeat;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
  height: 131px;
  z-index: -2;
}

.amazing-offer-products-item .image .img::before {
  position: absolute;
  width: 83px;
  height: 138px;
  background: url("./../images/new-two/pattern-03.png") 0 0 no-repeat;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
  right: 0;
  bottom: 0;
  -webkit-transform: translateY(79px);
  -moz-transform: translateY(79px);
  -ms-transform: translateY(79px);
  -o-transform: translateY(79px);
  transform: translateY(79px);
  z-index: -4;
  background-blend-mode: multiply;
}

.amazing-offer-products-item .image .img::after {
  right: 42px;
  left: -23px;
  z-index: -3;
  -webkit-filter: blur(27px);
  filter: blur(27px);
}

.amazing-offer-products-item .image .img img {
  width: 159px;
  height: 277px;
}

.amazing-offer-products-item .content {
  padding: 37px 69px 31px 46px;
  margin: 29px -15px 0 0;
}

.amazing-offer-products-item .content::before,
.amazing-offer-products-item .content::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
}

.amazing-offer-products-item .content::before {
  background-image: -webkit-linear-gradient(15.48deg, rgba(255, 255, 255, 0.99) 0.94%, rgba(255, 255, 255, 0.99) 24.98%, rgba(255, 255, 255, 0.99) 29.19%, rgba(255, 255, 255, 0) 83.61%);
  background-image: -moz-linear-gradient(15.48deg, rgba(255, 255, 255, 0.99) 0.94%, rgba(255, 255, 255, 0.99) 24.98%, rgba(255, 255, 255, 0.99) 29.19%, rgba(255, 255, 255, 0) 83.61%);
  background-image: -o-linear-gradient(15.48deg, rgba(255, 255, 255, 0.99) 0.94%, rgba(255, 255, 255, 0.99) 24.98%, rgba(255, 255, 255, 0.99) 29.19%, rgba(255, 255, 255, 0) 83.61%);
  background-image: linear-gradient(74.52deg, rgba(255, 255, 255, 0.99) 0.94%, rgba(255, 255, 255, 0.99) 24.98%, rgba(255, 255, 255, 0.99) 29.19%, rgba(255, 255, 255, 0) 83.61%);
  -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(7px);
}

.amazing-offer-products-item .content::after {
  border: 1px solid transparent;
  background: -webkit-linear-gradient(344.47deg, #898989 -14.86%, rgba(137, 137, 137, 0.08) 46.92%, rgba(137, 137, 137, 0) 102.65%) border-box;
  background: -moz-linear-gradient(344.47deg, #898989 -14.86%, rgba(137, 137, 137, 0.08) 46.92%, rgba(137, 137, 137, 0) 102.65%) border-box;
  background: -o-linear-gradient(344.47deg, #898989 -14.86%, rgba(137, 137, 137, 0.08) 46.92%, rgba(137, 137, 137, 0) 102.65%) border-box;
  background: linear-gradient(105.53deg, #898989 -14.86%, rgba(137, 137, 137, 0.08) 46.92%, rgba(137, 137, 137, 0) 102.65%) border-box;
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) padding-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
  -webkit-mask: -webkit-linear-gradient(#fff 0 0) padding-box, -webkit-linear-gradient(#fff 0 0);
  mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) padding-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
  mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: xor;
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}

.amazing-offer-products-item .content .title {
  font-size: 20px;
  font-weight: 900;
  line-height: 40px;
}

.amazing-offer-products-item .content .title::before,
.amazing-offer-products-item .content .title::after {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -95px);
  -moz-transform: translate(-50%, -95px);
  -ms-transform: translate(-50%, -95px);
  -o-transform: translate(-50%, -95px);
  transform: translate(-50%, -95px);
  background: url("./../images/new-two/image-09.png") 0 0 no-repeat;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
  z-index: -2;
  width: 199px;
  height: 163px;
}

.amazing-offer-products-item .content .title::before {
  background-image: url("./../images/new-two/image-10.png");
  -webkit-filter: blur(52px);
  filter: blur(52px);
}

.amazing-offer-products-item .content .size {
  font-size: 20px;
  font-weight: 400;
  line-height: 40px;
}

.amazing-offer-products-item .content ul {
  margin: 16px 0;
}

.amazing-offer-products-item .content ul li {
  list-style: inside disc;
  font-size: 12px;
  line-height: 32px;
}

.amazing-offer-products-item .content .price {
  font-size: 14px;
  font-weight: 300;
  color: #232323;
  line-height: 22px;
}

.amazing-offer-products-item .content .price del {
  font-size: 16px;
  font-weight: 300;
  color: #919191;
  line-height: 21px;
}

.amazing-offer-products-item .content .price span {
  line-height: 43px;
  font-size: 30px;
  font-weight: 900;
  color: #60008c;
}

.amazing-offer-products-item .content .btn {
  z-index: 4;
  padding: 13px 18px 14px 17px;
  font-size: 12px;
  font-weight: 400;
}

.amazing-offer-products-item .content .btn b {
  font-weight: 900;
}

.amazing-offer-products-item .content .btn i {
  font-size: 14px;
}

.amazing-offer-products-item .content .btn i:last-child {
  -webkit-transform: rotate(48.01deg);
  -moz-transform: rotate(48.01deg);
  -ms-transform: rotate(48.01deg);
  -o-transform: rotate(48.01deg);
  transform: rotate(48.01deg);
  font-size: 6px;
  margin-right: 12px;
}

.amazing-offer-products-item-two {
  padding: 25px 28px 24px;
  background-color: #fff;
  -webkit-border-radius: 20px 20px 20px 0;
  -moz-border-radius: 20px 20px 20px 0;
  border-radius: 20px 20px 20px 0;
  -webkit-box-shadow: 0px 84px 144px rgba(0, 0, 0, 0.03);
  -moz-box-shadow: 0px 84px 144px rgba(0, 0, 0, 0.03);
  box-shadow: 0px 84px 144px rgba(0, 0, 0, 0.03);
  margin: 0 0 32px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.amazing-offer-products-item-two::before,
.amazing-offer-products-item-two::after {
  position: absolute;
}

.amazing-offer-products-item-two::before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #60008c url("./../images/new-two/bg-11.png") 0 0 no-repeat;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
}

.amazing-offer-products-item-two::after {
  top: 50%;
  right: 0;
  border: 19px solid;
  border-color: transparent transparent transparent #580285;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -webkit-transform: translate(32px, -50%);
  -moz-transform: translate(32px, -50%);
  -ms-transform: translate(32px, -50%);
  -o-transform: translate(32px, -50%);
  transform: translate(32px, -50%);
}

.amazing-offer-products-item-two img {
  width: 74px;
  height: 74px;
  -webkit-border-radius: 11px;
  -moz-border-radius: 11px;
  border-radius: 11px;
  padding: 5px;
  background-color: #fff;
  -o-object-fit: cover;
  object-fit: cover;
}

.amazing-offer-products-item-two .title {
  font-size: 11px;
  font-weight: 600;
  line-height: 31px;
  height: 62px;
  overflow: hidden;
  text-align: right;
  padding-right: 17px;
}

.amazing-offer-products-pagination {
  max-width: 304px;
}

.amazing-offer-products-pagination .swiper-slide-thumb-active>* {
  -webkit-transform: scale(1) translateX(29px);
  -moz-transform: scale(1) translateX(29px);
  -ms-transform: scale(1) translateX(29px);
  -o-transform: scale(1) translateX(29px);
  transform: scale(1) translateX(29px);
}

.amazing-offer-products .swiper-bottom {
  right: 24px;
  -webkit-transform: translateY(64px);
  -moz-transform: translateY(64px);
  -ms-transform: translateY(64px);
  -o-transform: translateY(64px);
  transform: translateY(64px);
}

.amazing-offer-products .swiper-button-next::after,
.amazing-offer-products .swiper-button-prev::after {
  content: "\e949";
  font-family: "icomoon";
  font-size: 12px;
  color: #121212;
}

.amazing-offer-products .swiper-button-prev::after {
  -webkit-transform: scaleX(-1) translateY(2px);
  -moz-transform: scaleX(-1) translateY(2px);
  -ms-transform: scaleX(-1) translateY(2px);
  -o-transform: scaleX(-1) translateY(2px);
  transform: scaleX(-1) translateY(2px);
}

.amazing-offer-products .swiper-pagination {
  -webkit-transform: translateY(2px);
  -moz-transform: translateY(2px);
  -ms-transform: translateY(2px);
  -o-transform: translateY(2px);
  transform: translateY(2px);
}

.amazing-offer-products .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  opacity: 1;
  background-color: rgba(33, 33, 33, 0.4);
}

.amazing-offer-products .swiper-pagination-bullet-active {
  width: 20px;
  background-color: #212121;
}

@media only screen and (max-width: 1399px) {
  .amazing-offer-products-item .content {
    padding: 37px 32px 31px 20px;
  }
}

@media only screen and (max-width: 1199px) {
  .amazing-offer-products-item-two {
    padding: 25px 16px 24px;
  }

  .amazing-offer-products-pagination {
    max-width: 264px;
  }

  .amazing-offer-products-pagination .swiper-slide-thumb-active>* {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}

@media only screen and (max-width: 991px) {

  .amazing-offer-products-right,
  .amazing-offer-products-left {
    max-width: 100%;
  }

  .amazing-offer-products-right {
    margin-bottom: 72px;
  }

  .amazing-offer-products-left {
    padding: 0 0 240px 0;
  }

  .amazing-offer-products-item .timear {
    right: auto !important;
    left: 0;
    -webkit-transform: translate(0, -200px);
    -moz-transform: translate(0, -200px);
    -ms-transform: translate(0, -200px);
    -o-transform: translate(0, -200px);
    transform: translate(0, -200px);
  }

  .amazing-offer-products-item-two {
    margin-left: 16px;
  }

  .amazing-offer-products-item-two::after {
    top: 0;
    right: auto;
    left: 50%;
    -webkit-transform: translate(-50%, -32px);
    -moz-transform: translate(-50%, -32px);
    -ms-transform: translate(-50%, -32px);
    -o-transform: translate(-50%, -32px);
    transform: translate(-50%, -32px);
    border-color: transparent transparent #580285;
  }

  .amazing-offer-products-pagination {
    top: auto !important;
    bottom: 0;
    max-width: 100%;
  }

  .amazing-offer-products .swiper-amazing-offer-products {
    position: relative;
  }
}

@media only screen and (max-width: 767px) {

  .amazing-offer-products-item .image::before,
  .amazing-offer-products-item .image::after,
  .amazing-offer-products-item .image .img::before,
  .amazing-offer-products-item .image .img::after,
  .amazing-offer-products-item .content .title::before,
  .amazing-offer-products-item .content .title::after {
    content: none;
  }

  .amazing-offer-products-item .image {
    margin-bottom: -48px;
  }

  .amazing-offer-products-item .content {
    margin: 0;
    padding: 48px 12px 31px;
  }
}

@media only screen and (max-width: 575px) {
  .amazing-offer-products-left {
    padding-bottom: 324px;
  }

  .amazing-offer-products-item .content .btn {
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
  }

  .amazing-offer-products-item-two {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .amazing-offer-products-item-two .title {
    text-align: center;
    padding: 0;
    margin: 20px 0 0;
  }
}

.section-heading-nine {
  margin-bottom: 61px;
}

.section-heading-nine .title {
  font-size: 25px;
  line-height: 27px;
  color: #000;
  font-weight: 400;
}

.section-heading-nine .title b {
  font-weight: 900;
}

.section-heading-nine .title-en {
  direction: ltr;
  color: #000;
  line-height: 27px;
  margin-bottom: 7px;
}

.section-heading-nine a {
  padding: 27px 25px 11px 20px;
  font-size: 12px;
  font-weight: bold;
  line-height: 18px;
  margin-top: -10px;
}

.section-heading-nine a::before {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-mask: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTM3IiBoZWlnaHQ9IjU1IiB2aWV3Qm94PSIwIDAgMTM3IDU1IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTAgMTYuNjgzMVYzOS45NTU5QzAgNDguMjQwMSA2LjcxNTczIDU0Ljk1NTkgMTUgNTQuOTU1OUgxMjJDMTMwLjI4NCA1NC45NTU5IDEzNyA0OC4yNDAxIDEzNyAzOS45NTU4VjBIMTM2VjEuNjgzMTNDMTM2IDkuOTY3NCAxMjkuMjg0IDE2LjY4MzEgMTIxIDE2LjY4MzFIMFoiIGZpbGw9IiMwNTQ3QzEiLz4KPC9zdmc+Cg==") 0 0/100% 100%;
  mask: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTM3IiBoZWlnaHQ9IjU1IiB2aWV3Qm94PSIwIDAgMTM3IDU1IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTAgMTYuNjgzMVYzOS45NTU5QzAgNDguMjQwMSA2LjcxNTczIDU0Ljk1NTkgMTUgNTQuOTU1OUgxMjJDMTMwLjI4NCA1NC45NTU5IDEzNyA0OC4yNDAxIDEzNyAzOS45NTU4VjBIMTM2VjEuNjgzMTNDMTM2IDkuOTY3NCAxMjkuMjg0IDE2LjY4MzEgMTIxIDE2LjY4MzFIMFoiIGZpbGw9IiMwNTQ3QzEiLz4KPC9zdmc+Cg==") 0 0/100% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  background-color: #0547c1;
  width: 100%;
  height: 100%;
}

.selling-specials-two {
  padding-top: 40px;
}

.selling-specials-two .swiper-bottom {
  -webkit-transform: translateY(-40px);
  -moz-transform: translateY(-40px);
  -ms-transform: translateY(-40px);
  -o-transform: translateY(-40px);
  transform: translateY(-40px);
}

.selling-specials-two .swiper-pagination {
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  -o-transform: translateY(-2px);
  transform: translateY(-2px);
}

.selling-specials-two .swiper-pagination-bullet {
  background-color: rgba(18, 18, 18, 0.15);
  width: 17px;
  height: 2px;
}

.selling-specials-two .swiper-pagination-bullet-active {
  background-color: rgba(18, 18, 18, 0.4);
}

.top-products-seven .row {
  gap: 24px 0;
}

.top-products-seven-box {
  background-color: #fff;
  border: 3px solid rgba(245, 243, 252, 0.1);
  padding: 27px 13px 0;
  -webkit-box-shadow: 0px 165px 250px rgba(0, 0, 0, 0.09);
  -moz-box-shadow: 0px 165px 250px rgba(0, 0, 0, 0.09);
  box-shadow: 0px 165px 250px rgba(0, 0, 0, 0.09);
}

.top-products-seven-box::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#fff), to(rgba(255, 255, 255, 0)));
  background-image: -webkit-linear-gradient(bottom, #fff, rgba(255, 255, 255, 0));
  background-image: -moz-linear-gradient(bottom, #fff, rgba(255, 255, 255, 0));
  background-image: -o-linear-gradient(bottom, #fff, rgba(255, 255, 255, 0));
  background-image: linear-gradient(to top, #fff, rgba(255, 255, 255, 0));
  z-index: 9;
  -webkit-border-radius: 0 0 20px 20px;
  -moz-border-radius: 0 0 20px 20px;
  border-radius: 0 0 20px 20px;
}

.top-products-seven-box-title {
  font-size: 22px;
  font-weight: 900;
  line-height: 34px;
}

.top-products-seven-box ul {
  padding-right: 24px;
  overflow: hidden auto;
  max-height: 400px;
  direction: ltr;
  scrollbar-width: 2;
  scrollbar-color: rgba(217, 217, 217, 0.7) #60008c;
  padding-bottom: 18px;
}

.top-products-seven-box ul::-webkit-scrollbar {
  width: 2px;
  background-color: rgba(217, 217, 217, 0.7);
}

.top-products-seven-box ul::-webkit-scrollbar-thumb {
  background-color: #60008c;
}

.top-products-seven-item {
  padding: 4px 4px 18px 12px;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
  border: solid transparent;
  border-width: 0 1px 1px 0;
  direction: rtl;
}

.top-products-seven-item:not(:last-child) {
  margin-bottom: 12px;
}

.top-products-seven-item img {
  width: 90px;
  height: 88px;
}

.top-products-seven-item .detail {
  padding-right: 6px;
  width: -webkit-calc(100% - 90px);
  width: -moz-calc(100% - 90px);
  width: calc(100% - 90px);
}

.top-products-seven-item .detail .title {
  font-size: 12px;
  font-weight: 900;
  line-height: 19px;
  color: #2d365d;
}

.top-products-seven-item .detail .price {
  font-size: 14px;
  font-weight: 300;
  color: #232323;
  line-height: 22px;
}

.top-products-seven-item .detail .price span {
  font-size: 20px;
  line-height: 31px;
  color: #39375b;
  font-weight: 900;
}

.top-products-seven-item:hover {
  border-color: #a9a9a9;
}

@media only screen and (max-width: 575px) {
  .top-products-seven-box ul {
    padding-right: 12px;
  }
}

.carousel-gifts-wrapper::before {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  background: url("./../images/new-two/shape-11.png") 0 0 no-repeat;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
  width: 436px;
  height: 61px;
  z-index: 5;
}

.carousel-gifts img {
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
}

.carousel-gifts .swiper-bottom {
  z-index: 4;
  bottom: 22px;
}

.carousel-gifts .swiper-button-next,
.carousel-gifts .swiper-button-prev {
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  -o-transform: translateY(-2px);
  transform: translateY(-2px);
}

.carousel-gifts .swiper-button-next::after,
.carousel-gifts .swiper-button-prev::after {
  content: "\e949";
  font-family: "icomoon";
  color: rgba(255, 255, 255, 0.6);
}

.carousel-gifts .swiper-button-prev::after {
  -webkit-transform: scale(-1);
  -moz-transform: scale(-1);
  -ms-transform: scale(-1);
  -o-transform: scale(-1);
  transform: scale(-1);
}

.carousel-gifts .swiper-pagination {
  padding: 4px 12px 2px;
}

.carousel-gifts .swiper-pagination::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-border-radius: 90px;
  -moz-border-radius: 90px;
  border-radius: 90px;
  -webkit-backdrop-filter: blur(1.5px);
  backdrop-filter: blur(1.5px);
  background-color: rgba(255, 255, 255, 0.4);
  border: 1px solid #fff;
}

.carousel-gifts .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  background-color: #fff;
}

.carousel-gifts .swiper-pagination-bullet-active {
  width: 20px;
}

@media only screen and (max-width: 991px) {
  .carousel-gifts-wrapper::before {
    width: 285px;
    height: 40px;
  }

  .carousel-gifts img {
    -webkit-border-radius: 32px;
    -moz-border-radius: 32px;
    border-radius: 32px;
  }
}

@media only screen and (max-width: 767px) {
  .carousel-gifts-wrapper::before {
    width: 214px;
    height: 30px;
  }
}

@media only screen and (max-width: 575px) {
  .carousel-gifts img {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
  }

  .carousel-gifts .swiper-bottom {
    bottom: 12px;
  }
}

@media only screen and (max-width: 399px) {
  .carousel-gifts-wrapper::before {
    width: 171px;
    height: 24px;
  }
}

.categories-my-products-right {
  max-width: 360px;
}

.categories-my-products-right .title {
  color: #000;
  font-size: 32px;
  line-height: 36px;
  font-weight: 400;
  margin-bottom: 28px;
}

.categories-my-products-right .title b {
  font-weight: 900;
}

.categories-my-products-right .title::before {
  position: absolute;
  top: 8px;
  right: 2px;
  bottom: 5px;
  width: 61px;
  background-color: #fff4cc;
}

.categories-my-products-right .title-en {
  font-size: 32px;
  line-height: 36px;
  color: #000;
}

.categories-my-products-right p {
  font-size: 12px;
  line-height: 31px;
  color: #919191;
}

.categories-my-products-right .btn {
  font-size: 12px;
  font-weight: 600;
  line-height: 15px;
  padding: 16px 17px;
  margin-left: 18px;
}

.categories-my-products-right .btn i {
  font-size: 10px;
  margin-right: 6px;
}

.categories-my-products-left {
  max-width: -webkit-calc(100% - 360px);
  max-width: -moz-calc(100% - 360px);
  max-width: calc(100% - 360px);
  padding-right: 50px;
}

.categories-my-products-item {
  border: 1px solid #dbdbdb;
  padding: 20px 15px 14px;
}

.categories-my-products-item,
.categories-my-products-item .image::before {
  -webkit-border-radius: 141px 141px 0 0;
  -moz-border-radius: 141px 141px 0 0;
  border-radius: 141px 141px 0 0;
}

.categories-my-products-item .image {
  padding: 34px 0 0;
  margin-bottom: 7px;
}

.categories-my-products-item .image::before {
  position: absolute;
  top: 0;
  bottom: -17px;
  left: 0;
  width: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(238, 156, 167, 0.6)), color-stop(53.67%, rgba(252, 210, 215, 0.100482)), to(rgba(255, 221, 225, 0)));
  background-image: -webkit-linear-gradient(top, rgba(238, 156, 167, 0.6) 0%, rgba(252, 210, 215, 0.100482) 53.67%, rgba(255, 221, 225, 0) 100%);
  background-image: -moz-linear-gradient(top, rgba(238, 156, 167, 0.6) 0%, rgba(252, 210, 215, 0.100482) 53.67%, rgba(255, 221, 225, 0) 100%);
  background-image: -o-linear-gradient(top, rgba(238, 156, 167, 0.6) 0%, rgba(252, 210, 215, 0.100482) 53.67%, rgba(255, 221, 225, 0) 100%);
  background-image: linear-gradient(180deg, rgba(238, 156, 167, 0.6) 0%, rgba(252, 210, 215, 0.100482) 53.67%, rgba(255, 221, 225, 0) 100%);
}

.categories-my-products-item .image img {
  width: 106px;
  height: 173px;
}

.categories-my-products-item .title {
  font-size: 16px;
  font-weight: 900;
  line-height: 25px;
  color: #000;
}

.categories-my-products-item .title-en {
  font-size: 12px;
  line-height: 19px;
  color: #000;
}

@media only screen and (max-width: 1199px) {
  .categories-my-products-right {
    max-width: 340px;
  }

  .categories-my-products-left {
    max-width: -webkit-calc(100% - 340px);
    max-width: -moz-calc(100% - 340px);
    max-width: calc(100% - 340px);
    padding-right: 32px;
  }
}

@media only screen and (max-width: 991px) {
  .categories-my-products-right {
    max-width: 290px;
  }

  .categories-my-products-right .title,
  .categories-my-products-right .title-en {
    font-size: 25px;
  }

  .categories-my-products-left {
    max-width: -webkit-calc(100% - 290px);
    max-width: -moz-calc(100% - 290px);
    max-width: calc(100% - 290px);
  }
}

@media only screen and (max-width: 575px) {

  .categories-my-products-right,
  .categories-my-products-left {
    max-width: 100%;
  }

  .categories-my-products-left {
    padding-right: 0;
  }
}

@media only screen and (max-width: 499px) {
  .categories-my-products .swiper-slide>* {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}

.section-heading-teen {
  margin-bottom: 64px;
  max-width: 404px;
}

.section-heading-teen .icon {
  width: 86px;
  height: 86px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fde7e5), color-stop(47.7%, rgba(253, 231, 229, 0.186275)), to(rgba(253, 231, 229, 0)));
  background-image: -webkit-linear-gradient(top, #fde7e5 0%, rgba(253, 231, 229, 0.186275) 47.7%, rgba(253, 231, 229, 0) 100%);
  background-image: -moz-linear-gradient(top, #fde7e5 0%, rgba(253, 231, 229, 0.186275) 47.7%, rgba(253, 231, 229, 0) 100%);
  background-image: -o-linear-gradient(top, #fde7e5 0%, rgba(253, 231, 229, 0.186275) 47.7%, rgba(253, 231, 229, 0) 100%);
  background-image: linear-gradient(180deg, #fde7e5 0%, rgba(253, 231, 229, 0.186275) 47.7%, rgba(253, 231, 229, 0) 100%);
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  color: #872eb0;
  font-size: 38px;
  margin-bottom: 30px;
}

.section-heading-teen .icon::after {
  position: absolute;
  top: -11px;
  right: -11px;
  bottom: -11px;
  left: -11px;
  border: 1px solid transparent;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), color-stop(49.83%, rgba(0, 0, 0, 0.002)), to(rgba(0, 0, 0, 0))) border-box;
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.002) 49.83%, rgba(0, 0, 0, 0) 100%) border-box;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.002) 49.83%, rgba(0, 0, 0, 0) 100%) border-box;
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.002) 49.83%, rgba(0, 0, 0, 0) 100%) border-box;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.002) 49.83%, rgba(0, 0, 0, 0) 100%) border-box;
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) padding-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
  -webkit-mask: -webkit-linear-gradient(#fff 0 0) padding-box, -webkit-linear-gradient(#fff 0 0);
  mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) padding-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
  mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: xor;
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}

.section-heading-teen-title {
  font-size: 25px;
  line-height: 28px;
  font-weight: 400;
  color: #000;
}

.section-heading-teen-title b {
  font-weight: 900;
}

.section-heading-teen-title-en {
  font-size: 26px;
  line-height: 30px;
  color: #000;
}

.section-heading-teen p {
  font-size: 12px;
  font-weight: 400;
  color: #919191;
  line-height: 31px;
}

@media only screen and (max-width: 575px) {
  .section-heading-teen-title {
    font-size: 20px;
  }

  .section-heading-teen-title-en {
    font-size: 21px;
  }
}

.icon-toman:before {
  content: "\e978";
}

.icon-icon-action-star:before {
  content: "\e979";
}

.icon-icon-action-star-on:before {
  content: "\e97a";
}

.icon-arrow-left-line:before {
  content: "\e97b";
}

.icon-arrow-right-line:before {
  content: "\e97c";
}

.btn-danger-4 {
  background-color: #f04d7d;
  border: 1px solid #f04d7d;
  color: #fff;
}

.btn-danger-4:hover,
.btn-danger-4:focus,
.btn-danger-4:active {
  background-color: transparent;
  color: #f04d7d;
}

.btn-outline-dark-3 {
  border: 1px solid #000;
  color: #000;
}

.btn-outline-dark-3:hover,
.btn-outline-dark-3:focus,
.btn-outline-dark-3:active {
  background-color: #000;
  color: #fff;
}

.product-fifteen {
  padding: 12px 12px 24px;
}

.product-fifteen .off-timear,
.product-fifteen .image {
  margin-bottom: 12px;
}

.product-fifteen .timear {
  font-size: 14px;
  color: #f04d7d;
  gap: 2px;
}

.product-fifteen .image {
  background-color: rgba(0, 0, 0, 0.03);
  padding: 48px 0;
}

.product-fifteen .image .category {
  padding: 0 12px;
  color: #434343;
  font-size: 14px;
  font-weight: 400;
  min-height: 36px;
}

.product-fifteen .image .offer,
.product-fifteen .image ul {
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.product-fifteen .image .offer {
  padding: 0 12px;
  min-height: 48px;
  background-color: #262626;
  font-size: 14px;
  font-weight: 600;
  direction: ltr;
}

.product-fifteen .image ul {
  padding: 12px 8px 8px;
  -webkit-transform: translateY(40px);
  -moz-transform: translateY(40px);
  -ms-transform: translateY(40px);
  -o-transform: translateY(40px);
  transform: translateY(40px);
}

.product-fifteen .image .colors {
  gap: 12px;
}

.product-fifteen .image .colors li a {
  width: 20px;
  height: 20px;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  border: 1px solid #e9e9e9;
}

.product-fifteen .image .sizes {
  gap: 16px;
}

.product-fifteen .image .sizes li a {
  font-size: 14px;
  font-weight: 400;
  color: #000;
}

.product-fifteen .image img {
  mix-blend-mode: darken;
}

.product-fifteen .title {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #000;
  font-weight: 500;
}

.product-fifteen .rate {
  font-size: 12px;
  color: #434343;
  line-height: 18px;
}

.product-fifteen .rate i {
  margin-right: 2px;
  font-size: 14px;
}

.product-fifteen .price {
  margin-top: 18px;
  font-size: 18px;
  color: #000;
  font-weight: 500;
}

.product-fifteen .price del {
  color: #7b7b7b;
  font-size: 14px;
  font-weight: 400;
}

.product-fifteen .price i {
  font-size: 24px;
}

.product-fifteen:hover .image .offer {
  -webkit-transform: translateY(-40px);
  -moz-transform: translateY(-40px);
  -ms-transform: translateY(-40px);
  -o-transform: translateY(-40px);
  transform: translateY(-40px);
}

.product-fifteen:hover .image ul {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.digi-amazing-right,
.digi-amazing-left,
.top-selling-products-digi-right,
.top-selling-products-digi-left {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.digi-amazing-right,
.top-selling-products-digi-right {
  max-width: 245px;
  padding: 16px 0 0 40px;
}

.digi-amazing .btn-more,
.top-selling-products-digi .btn-more {
  margin-top: 295px;
  font-size: 16px;
  line-height: 24px;
  padding: 7px 21px;
}

.digi-amazing-left,
.top-selling-products-digi-left {
  max-width: -webkit-calc(100% - 245px);
  max-width: -moz-calc(100% - 245px);
  max-width: calc(100% - 245px);
}

.digi-amazing-left .swiper,
.top-selling-products-digi-left .swiper {
  padding-left: 12px;
}

.digi-amazing-left .swiper-button-disabled,
.top-selling-products-digi-left .swiper-button-disabled {
  opacity: 0;
}

.digi-amazing-left .swiper-button-next,
.digi-amazing-left .swiper-button-prev,
.top-selling-products-digi-left .swiper-button-next,
.top-selling-products-digi-left .swiper-button-prev {
  background-color: rgba(255, 255, 255, 0.6);
  width: 64px;
  height: 64px;
}

.digi-amazing-left .swiper-button-next::after,
.digi-amazing-left .swiper-button-prev::after,
.top-selling-products-digi-left .swiper-button-next::after,
.top-selling-products-digi-left .swiper-button-prev::after {
  content: "\e97b";
  font-family: "icomoon";
  font-size: 48px;
  line-height: 48px;
}

.digi-amazing-left .swiper-button-next,
.top-selling-products-digi-left .swiper-button-next {
  left: 0;
}

.digi-amazing-left .swiper-button-prev,
.top-selling-products-digi-left .swiper-button-prev {
  right: 0;
}

.digi-amazing-left .swiper-button-prev::after,
.top-selling-products-digi-left .swiper-button-prev::after {
  content: "\e97c";
}

@media only screen and (max-width: 1399px) {

  .digi-amazing-right,
  .top-selling-products-digi-right {
    max-width: 180px;
  }

  .digi-amazing-left,
  .top-selling-products-digi-left {
    max-width: -webkit-calc(100% - 180px);
    max-width: -moz-calc(100% - 180px);
    max-width: calc(100% - 180px);
  }
}

@media only screen and (max-width: 1199px) {

  .digi-amazing-right,
  .top-selling-products-digi-right {
    max-width: 160px;
    padding-left: 20px;
  }

  .digi-amazing-left,
  .top-selling-products-digi-left {
    max-width: -webkit-calc(100% - 160px);
    max-width: -moz-calc(100% - 160px);
    max-width: calc(100% - 160px);
  }
}

@media only screen and (max-width: 767px) {

  .digi-amazing-right,
  .digi-amazing-left,
  .top-selling-products-digi-right,
  .top-selling-products-digi-left {
    max-width: 100%;
  }

  .digi-amazing-right,
  .top-selling-products-digi-right {
    padding: 0;
  }

  .digi-amazing .btn-more,
  .top-selling-products-digi .btn-more {
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
  }
}

.digi-amazing {
  padding: 76px 0;
  background-color: #f5f5f5;
}

@media only screen and (max-width: 767px) {
  .digi-amazing {
    padding: 32px 0;
  }

  .digi-amazing .container-fluid {
    padding: 0;
  }
}

.top-selling-products-digi-right .title {
  width: 90px;
  font-size: 24px;
  font-weight: 400;
  line-height: 34px;
}

@media only screen and (max-width: 575px) {
  .top-selling-products-digi .container {
    padding: 0;
  }
}

.digi-articles-heading {
  margin-bottom: 20px;
  padding: 0 16px;
}

.digi-articles-heading-title {
  color: #080a38;
  font-size: 16px;
  line-height: 25px;
}

.digi-articles-heading-link {
  font-size: 12px;
}

.digi-articles-heading-link,
.digi-articles-heading-link:hover {
  color: #19bfd3;
}

.digi-articles-heading-link i {
  font-size: 8px;
}

.digi-articles .row {
  gap: 24px 0;
}

.digi-articles-item {
  border: 1px solid #e0e0e6;
}

.digi-articles-item .title {
  margin-top: 12px;
  font-size: 12px;
  color: #080a38;
  line-height: 26px;
  height: 52px;
}

@media only screen and (max-width: 767px) {
  .digi-articles-heading {
    padding: 0;
  }
}

.product-sixteen {
  background-color: #161616;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.product-sixteen .image img {
  width: 156px;
  height: 156px;
}

.product-sixteen .title {
  font-size: 13px;
  line-height: 18px;
}

.product-sixteen .detail {
  font-size: 10px;
  line-height: 20px;
  margin: 10px 0;
  color: #707070;
}

.product-sixteen .colors {
  gap: 10px;
  margin-bottom: 10px;
}

.product-sixteen .colors li a {
  width: 14px;
  height: 14px;
  -webkit-box-shadow: inset 0 2px 1.5px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0 2px 1.5px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 2px 1.5px rgba(0, 0, 0, 0.15);
}

.product-sixteen .price {
  font-size: 13px;
  line-height: 20px;
}

.product-sixteen .price del {
  color: #d4d3d3;
}

.product-sixteen .price del+div {
  color: #ff7800;
}

.product-sixteen .price>div {
  color: #fff;
}

.product-sixteen:hover {
  -webkit-transform: scale(1.03);
  -moz-transform: scale(1.03);
  -ms-transform: scale(1.03);
  -o-transform: scale(1.03);
  transform: scale(1.03);
  background-color: #272727;
}

.top-category-nice-item {
  padding-top: 10px;
}

.top-category-nice-item img {
  height: 70px;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.top-category-nice-item .title {
  font-size: 14px;
}

.top-category-nice-item:hover img {
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  transform: translateY(-10px);
}

.top-category-nice .swiper-wrapper {
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.last-products-nic-heading {
  font-size: 23px;
  color: #3c3c3c;
  line-height: 40px;
}

.last-products-nic-heading span {
  color: #707070;
}

.last-products-nic-item {
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  width: 360px;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
  margin: 24px 4px 24px 11px;
}

.last-products-nic-item .sup-title {
  color: #757373;
  font-size: 13px;
  line-height: 18px;
}

.last-products-nic-item .title {
  font-size: 20px;
  line-height: 24px;
  color: #000;
}

.last-products-nic-item p {
  line-height: 41px;
  color: #000;
}

.last-products-nic-item.dark .title,
.last-products-nic-item.dark p {
  color: #fff;
}

.last-products-nic-item:hover {
  -webkit-transform: scale(1.03);
  -moz-transform: scale(1.03);
  -ms-transform: scale(1.03);
  -o-transform: scale(1.03);
  transform: scale(1.03);
}

.last-products-nic .swiper-slide {
  width: auto;
}

@media only screen and (max-width: 767px) {
  .last-products-nic-heading {
    font-size: 18px;
    line-height: 30px;
  }
}

@media only screen and (max-width: 575px) {
  .last-products-nic .swiper {
    overflow: visible !important;
  }

  .last-products-nic-item {
    width: 100%;
  }
}

.brands-nic {
  background-color: #232323;
}

.brands-nic img {
  max-height: 35px;
}

.brands-nic .swiper-wrapper {
  -webkit-transition-timing-function: linear;
  -moz-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
}

.top-selling-nic-heading .title {
  font-size: 17px;
}

.top-selling-nic-heading .sub-title {
  color: #5d5d5d;
  font-size: 13px;
}

.top-selling-nic-heading a {
  color: #808080;
  font-size: 13px;
}

.top-selling-nic-heading a:hover {
  color: #fff;
}

.top-selling-nic-heading a i {
  font-size: 8px;
}

.top-selling-nic .swiper {
  padding-bottom: 36px;
}

.top-selling-nic .swiper-button-next,
.top-selling-nic .swiper-button-prev {
  width: 52px;
  height: 52px;
  background-color: rgba(36, 36, 36, 0.25);
}

.top-selling-nic .swiper-button-next,
.top-selling-nic .swiper-button-next::after,
.top-selling-nic .swiper-button-prev,
.top-selling-nic .swiper-button-prev::after {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.top-selling-nic .swiper-button-next::after,
.top-selling-nic .swiper-button-prev::after {
  font-size: 24px;
  counter-reset: rgba(136, 136, 136, 0.8);
}

.top-selling-nic .swiper-button-next:hover,
.top-selling-nic .swiper-button-prev:hover {
  background-color: #737373;
}

.top-selling-nic .swiper-button-next:hover::after,
.top-selling-nic .swiper-button-prev:hover::after {
  color: #fff;
}

.top-selling-nic .swiper-button-next {
  left: -5%;
}

.top-selling-nic .swiper-button-prev {
  right: -5%;
}

.top-selling-nic-box-title {
  background-color: #161616;
  margin: 16px 10px 16px 0;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.top-selling-nic-box-title .title {
  font-size: 17px;
  font-weight: 500;
  line-height: 21px;
}

.top-selling-nic-box-title .title-en {
  margin: 10px 0;
  font-size: 10px;
  color: #707070;
}

.top-selling-nic-box-title p {
  color: #686867;
  text-align: justify;
  -moz-text-align-last: center;
  text-align-last: center;
  font-size: 10px;
  line-height: 18px;
}

.top-selling-nic-box-title:hover {
  -webkit-transform: scale(1.03);
  -moz-transform: scale(1.03);
  -ms-transform: scale(1.03);
  -o-transform: scale(1.03);
  transform: scale(1.03);
  background-color: #272727;
}

@media only screen and (max-width: 575px) {
  .top-selling-nic .swiper {
    overflow: visible !important;
  }
}

.options-nic-items {
  gap: 24px;
}

.options-nic-item {
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  color: red;
  background-color: #161616;
  float: 0 0 auto;
  max-width: -webkit-calc(20% - 19px);
  max-width: -moz-calc(20% - 19px);
  max-width: calc(20% - 19px);
}

.options-nic-item .title {
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.options-nic-item:nth-child(2) {
  color: blue;
}

.options-nic-item:nth-child(3) {
  color: orange;
}

.options-nic-item:nth-child(4) {
  color: #f36c5f;
}

.options-nic-item:nth-child(5) {
  color: green;
}

@media only screen and (max-width: 991px) {
  .options-nic-items {
    overflow: auto hidden;
    -ms-overflow-style: none;
    scrollbar-width: none;
    -webkit-scroll-snap-type: x mandatory;
    -ms-scroll-snap-type: x mandatory;
    scroll-snap-type: x mandatory;
    gap: 12px;
  }

  .options-nic-items::-webkit-scrollbar {
    display: none;
  }

  .options-nic-item {
    scroll-snap-align: start;
    max-width: 23%;
  }
}

@media only screen and (max-width: 767px) {
  .options-nic-item {
    max-width: 36%;
  }
}

@media only screen and (max-width: 575px) {
  .options-nic .container {
    padding: 0;
  }

  .options-nic-items {
    padding: 0 12px;
  }

  .options-nic-item {
    scroll-snap-align: none;
  }
}

@media only screen and (max-width: 499px) {
  .options-nic-item {
    max-width: 47%;
  }
}

@media only screen and (max-width: 399px) {
  .options-nic-item {
    max-width: 75%;
  }
}

.icon-heart-3:before {
  content: "\e97d";
}

.icon-eye-3:before {
  content: "\e97e";
}

.btn-outline-dark-4 {
  border: 1px solid #bdc4d3;
  color: #00bf6f;
}

.btn-outline-dark-4:hover,
.btn-outline-dark-4:focus,
.btn-outline-dark-4:active {
  border-color: #00bf6f;
  color: #0bcf74;
}

.product-seventeen .image>a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(111, 115, 119, 0.07);
  z-index: 2;
}

.product-seventeen .image>a img {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.product-seventeen .image>a img:last-child {
  opacity: 0;
  visibility: hidden;
}

.product-seventeen .image .offer {
  width: 70px;
  height: 40px;
  -webkit-border-radius: 0 20px 20px 0;
  -moz-border-radius: 0 20px 20px 0;
  border-radius: 0 20px 20px 0;
  background-color: #f16422;
  top: 30px;
  font-size: 19px;
  z-index: 3;
  direction: ltr;
}

.product-seventeen .image .icons,
.product-seventeen .image .colors {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.product-seventeen .image .icons {
  top: 23px;
  right: 35px;
  z-index: 3;
}

.product-seventeen .image .icons li {
  width: 45px;
  height: 45px;
  -webkit-box-shadow: 0 4px 9px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 4px 9px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 9px 0 rgba(0, 0, 0, 0.1);
  font-size: 18px;
  color: #030405;
  cursor: pointer;
}

.product-seventeen .image .icons li:not(:last-child) {
  margin-bottom: 15px;
}

.product-seventeen .image .colors {
  bottom: 8px;
  gap: 5px;
  z-index: 3;
}

.product-seventeen .image .colors li {
  width: 48px;
  border: 1px solid #e6e6e6;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 2px;
}

.product-seventeen .image .colors li img {
  max-height: 45px;
}

.product-seventeen .image .colors li.count {
  font-weight: 500;
  color: #f16422;
  direction: ltr;
}

.product-seventeen .image .colors li.active {
  border-color: #1dac77;
}

.product-seventeen .brand {
  font-size: 18px;
  color: #000;
  line-height: 28px;
}

.product-seventeen .last-price {
  font-size: 12px;
  font-weight: 500;
  color: #8c8c8c;
}

.product-seventeen .title {
  font-size: 14px;
  color: #666;
  max-width: 60%;
}

.product-seventeen .price {
  color: #00bf6f;
  font-size: 15px;
  font-weight: 500;
}

.product-seventeen .sizes {
  gap: 5px;
}

.product-seventeen .sizes li a {
  font-size: 12px;
  line-height: 28px;
  padding: 0 10px;
  color: #323232;
  border: 1px solid #d6d5d5;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-weight: 400;
  direction: ltr;
}

.product-seventeen .sizes li a.more {
  color: #f16422;
}

.product-seventeen .send-product {
  margin-top: 10px;
  font-size: 13px;
  color: #6f6f6f;
}

.product-seventeen .send-product img {
  width: 33px;
  height: 33px;
}

.product-seventeen:hover .image>a img:first-child {
  opacity: 0;
  visibility: hidden;
}

.product-seventeen:hover .image>a img:last-child {
  opacity: 1;
  visibility: visible;
}

.product-seventeen:hover .image .icons,
.product-seventeen:hover .image .colors {
  opacity: 1;
  visibility: visible;
}

.article-bani .title {
  font-size: 15px;
  color: #000;
  line-height: 30px;
  font-weight: 500;
  margin-top: 30px;
}

.article-bani:hover .title {
  color: #00bf6f;
}

.swiper-bani .swiper-button-next::after,
.swiper-bani .swiper-button-prev::after {
  font-size: 22px;
  color: #707070;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.swiper-bani .swiper-button-next:hover::after,
.swiper-bani .swiper-button-prev:hover::after {
  color: #00bf6f;
}

.swiper-bani .swiper-button-next {
  -webkit-transform: translateX(-50px);
  -moz-transform: translateX(-50px);
  -ms-transform: translateX(-50px);
  -o-transform: translateX(-50px);
  transform: translateX(-50px);
}

.swiper-bani .swiper-button-prev {
  -webkit-transform: translateX(50px);
  -moz-transform: translateX(50px);
  -ms-transform: translateX(50px);
  -o-transform: translateX(50px);
  transform: translateX(50px);
}

@media only screen and (max-width: 1399px) {
  .swiper-bani .swiper-button-next {
    -webkit-transform: translateX(-45px);
    -moz-transform: translateX(-45px);
    -ms-transform: translateX(-45px);
    -o-transform: translateX(-45px);
    transform: translateX(-45px);
  }

  .swiper-bani .swiper-button-prev {
    -webkit-transform: translateX(45px);
    -moz-transform: translateX(45px);
    -ms-transform: translateX(45px);
    -o-transform: translateX(45px);
    transform: translateX(45px);
  }
}

@media only screen and (max-width: 1199px) {
  .swiper-bani .swiper-button-next {
    -webkit-transform: translateX(-30px);
    -moz-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    -o-transform: translateX(-30px);
    transform: translateX(-30px);
  }

  .swiper-bani .swiper-button-prev {
    -webkit-transform: translateX(30px);
    -moz-transform: translateX(30px);
    -ms-transform: translateX(30px);
    -o-transform: translateX(30px);
    transform: translateX(30px);
  }
}

@media only screen and (max-width: 575px) {
  .swiper-bani .swiper .swiper {
    overflow: visible !important;
  }
}

.btn-more-bani {
  font-size: 18px;
  font-weight: 500;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  padding: 14px 24px;
  line-height: 20px;
  min-width: 270px;
}

.top-selling-products-bani-title {
  font-size: 26px;
  font-weight: 500;
  color: #212529;
  line-height: 39px;
}

@media only screen and (max-width: 767px) {
  .top-selling-products-bani-title {
    font-size: 20px;
    line-height: 32px;
  }
}

.amazing-offer-bani-heading .timear>span {
  font-size: 18px;
  color: #27af6e;
  margin-left: 20px;
}

.amazing-offer-bani-heading .timear ul {
  gap: 6px;
  color: #f16423;
}

.amazing-offer-bani-heading .timear ul li {
  width: 50px;
  height: 50px;
  background-color: #f16423;
}

@media only screen and (max-width: 991px) {
  .amazing-offer-bani-heading img {
    width: auto;
    height: 42px;
  }
}

@media only screen and (max-width: 575px) {
  .amazing-offer-bani-heading img {
    height: 24px;
  }

  .amazing-offer-bani-heading .timear ul,
  .amazing-offer-bani-heading .timear ul ul {
    font-size: 14px !important;
  }

  .amazing-offer-bani-heading .timear ul li {
    width: 32px;
    height: 32px;
    font-size: 16px !important;
  }
}

.top-brands-bani {
  padding: 60px 0;
  background-color: #f9f9f9;
}

.top-brands-bani-title {
  font-size: 26px;
  font-weight: 500;
  margin-bottom: 60px;
  color: #212529;
}

.top-brands-bani .swiper img {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.options-bani .row {
  gap: 24px 0;
}

.options-bani-item {
  z-index: 2;
}

.options-bani-item img {
  max-height: 98px;
}

.options-bani-item .content {
  height: 158px;
}

.options-bani-item .content::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 200px;
  z-index: -2;
  background: url("./../images/banimode/shape-01.png") center bottom no-repeat;
  -webkit-background-size: 85% 85%;
  -moz-background-size: 85%;
  -o-background-size: 85%;
  background-size: 85%;
}

.options-bani-item .content::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 200px;
  background-color: #fff;
  z-index: -1;
  opacity: 0.95;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.options-bani-item .content .title {
  font-size: 20px;
  line-height: 28px;
  color: #666;
  max-width: 80%;
}

.options-bani-item .content p {
  max-width: 240px;
  color: #666;
  font-size: 13px;
  line-height: 20px;
}

.options-bani-item:hover .content::after {
  opacity: 0.84;
}

@media only screen and (max-width: 991px) {

  .options-bani-item .content::before,
  .options-bani-item .content::after {
    content: none;
  }

  .options-bani-item .content .title {
    max-width: 100%;
    font-size: 18px;
  }
}

@media only screen and (max-width: 767px) {
  .options-bani .row {
    margin: 0 -6px;
  }

  .options-bani .row>* {
    padding: 0 6px;
  }

  .options-bani-item img {
    width: auto;
    height: 64px;
  }

  .options-bani-item .content .title {
    font-size: 16px;
  }
}

@media only screen and (max-width: 575px) {
  .options-bani-item img {
    width: 36px;
    height: 34px;
  }

  .options-bani-item .content .title {
    font-size: 12px;
    max-width: 60px;
    line-height: 17px;
    color: #000;
  }
}

.last-articles-bani-title {
  font-size: 26px;
  font-weight: 500;
  color: #212529;
  line-height: 39px;
}

.icon-arrow-left-4:before {
  content: "\e97f";
}

.icon-dots-more:before {
  content: "\e980";
}

.icon-toman-2:before {
  content: "\e981";
}

.icon-stars:before {
  content: "\e982";
}

.icon-discount:before {
  content: "\e983";
}

.icon-add:before {
  content: "\e984";
}

.icon-today:before {
  content: "\e985";
}

.btn-outline-light-3 {
  border: 1px solid #fff;
}

.btn-outline-light-3,
.btn-outline-light-3:hover,
.btn-outline-light-3:focus,
.btn-outline-light-3:active {
  color: #fff;
}

.product-eighteen img {
  width: 86px;
  height: 86px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.product-eighteen .number {
  font-size: 26px;
  font-weight: 800;
  line-height: 26px;
  color: #19bfd3;
  margin: 0 12px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.product-eighteen .name {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 1%;
  -moz-box-flex: 1;
  -ms-flex: 1 0 1%;
  flex: 1 0 1%;
}

.product-eighteen .title {
  font-size: 12px;
  line-height: 26px;
  color: #3f4064;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.product-nineteen {
  padding: 12px 16px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}

.product-nineteen .offer {
  width: 34px;
  height: 20px;
  background-color: #ef394e;
  font-size: 12px;
}

.product-nineteen .price {
  font-size: 16px;
  line-height: 34px;
  color: #3f4064;
}

.product-nineteen .price i {
  font-size: 13px;
}

.product-nineteen .last-price {
  padding-left: 20px;
  font-size: 12px;
  color: #c3c3ce;
  line-height: 26px;
}

.product-nineteen .progress-time {
  background-color: #f1f2f4;
  height: 4px;
}

.product-nineteen .progress-time span {
  background-color: #ef394e;
}

.product-nineteen .sold {
  font-size: 11px;
  line-height: 16px;
  color: #767790;
}

.product-nineteen .sold span {
  color: #ef394e;
  font-size: 10px;
}

.product-nineteen .timear {
  font-size: 12px;
  color: #ef394e;
  gap: 4px;
}

.product-twenty {
  padding: 12px 8px 12px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.product-twenty .offer-top {
  height: 26px;
}

.product-twenty .image img {
  width: 240px;
  height: auto;
}

.product-twenty .image .colors li:not(.more) {
  width: 8px;
  height: 8px;
  outline: 1px solid rgba(0, 0, 0, 0.1);
}

.product-twenty .image .colors li:not(:last-child) {
  margin-bottom: 8px;
}

.product-twenty .image .colors li.more {
  color: #080a38;
  line-height: 8px;
}

.product-twenty .send-free {
  height: 24px;
}

.product-twenty .send-free span {
  background-color: rgba(242, 242, 242, 0.5);
  color: #81858b;
  font-size: 11px;
  line-height: 24px;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}

.product-twenty .title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 12px;
  line-height: 26px;
  height: 52px;
}

.product-twenty .today {
  font-size: 11px;
  color: #5a5c7a;
}

.product-twenty .today i {
  color: #1028ff;
}

.product-twenty .amount {
  font-size: 11px;
  color: #ef394e;
  line-height: 24px;
  font-weight: 500;
}

.product-twenty .rate {
  color: #3f4064;
  font-size: 12px;
}

.product-twenty .rate i {
  color: #f9bc00;
}

.product-twenty .offer {
  width: 34px;
  height: 20px;
  background-color: #ef394e;
  font-size: 12px;
  line-height: 20px;
}

.product-twenty .price {
  font-size: 16px;
  color: #3f4064;
  line-height: 34px;
}

.product-twenty .price i {
  font-size: 12px;
}

.product-twenty .last-price {
  font-size: 12px;
  line-height: 26px;
  color: #c3c3ce;
  padding-left: 25px;
}

.product-twenty:hover {
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
}

.swiper-kala .swiper-button-disabled {
  opacity: 0;
}

.swiper-kala .swiper-button-next,
.swiper-kala .swiper-button-prev {
  width: 40px;
  height: 40px;
  border: 1px solid #e0e0e6;
}

.swiper-kala .swiper-button-next::after,
.swiper-kala .swiper-button-prev::after {
  color: #3f4064;
  opacity: 0.7;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-size: 12px;
  font-weight: 700;
}

.swiper-kala .swiper-button-next:hover::after,
.swiper-kala .swiper-button-prev:hover::after {
  opacity: 1;
}

.send-instantaneous-wrapper {
  background-color: #941b80;
}

.send-instantaneous-right {
  background: url("./../images/digikala/plus-widget.png") bottom left no-repeat;
  -webkit-background-size: 372px 279px;
  -moz-background-size: 372px 279px;
  -o-background-size: 372px 279px;
  background-size: 372px 279px;
  max-width: 392px;
  margin-left: 12px;
}

.send-instantaneous-right .sub-title {
  font-size: 14px;
  line-height: 30px;
}

.send-instantaneous-right .btn {
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin-top: 12px;
  font-size: 12px;
  line-height: 18px;
}

.send-instantaneous-left {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 1%;
  -moz-box-flex: 1;
  -ms-flex: 1 0 1%;
  flex: 1 0 1%;
  padding-bottom: 20px;
}

.send-instantaneous-left .title {
  color: #080a38;
  line-height: 34px;
}

.send-instantaneous-left .title svg {
  width: 24px;
  height: 24px;
  fill: #b12ba4;
}

.send-instantaneous-left .link-more {
  color: #b12ba4;
  font-size: 12px;
  line-height: 18px;
}

.send-instantaneous-left .link-more i {
  font-size: 8px;
}

.send-instantaneous-items {
  gap: 28px;
}

.send-instantaneous-items li {
  max-width: -webkit-calc(16.666667% - 23.4px);
  max-width: -moz-calc(16.666667% - 23.4px);
  max-width: calc(16.666667% - 23.4px);
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

@media only screen and (max-width: 1399px) {
  .send-instantaneous-right {
    max-width: 300px;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
  }
}

@media only screen and (max-width: 1199px) {
  .send-instantaneous-right {
    max-width: 250px;
  }
}

@media only screen and (max-width: 991px) {
  .send-instantaneous-right {
    max-width: 100%;
    margin-left: 0;
  }
}

@media only screen and (max-width: 767px) {
  .send-instantaneous-items {
    gap: 28px 20px;
  }

  .send-instantaneous-items li {
    max-width: -webkit-calc(16.666667% - 16.7px);
    max-width: -moz-calc(16.666667% - 16.7px);
    max-width: calc(16.666667% - 16.7px);
  }
}

@media only screen and (max-width: 575px) {
  .send-instantaneous-wrapper {
    margin: 0 -12px;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
  }

  .send-instantaneous-right {
    background: unset;
  }

  .send-instantaneous-items li {
    max-width: -webkit-calc(25% - 15px);
    max-width: -moz-calc(25% - 15px);
    max-width: calc(25% - 15px);
  }
}

.top-selling-products-kala-wrapper {
  border: 1px solid #e0e0e6;
}

.top-selling-products-kala-heading {
  padding: 0 20px;
  margin-bottom: 28px;
}

.top-selling-products-kala-title {
  font-size: 21px;
  font-weight: 500;
  line-height: 44px;
  color: #080a38;
}

.top-selling-products-kala-title svg {
  width: 24px;
  height: 24px;
  fill: #f9a825;
}

.top-selling-products-kala-link {
  left: 20px;
}

.top-selling-products-kala-link,
.top-selling-products-kala-link:hover {
  color: #19bfd3;
}

.top-selling-products-kala .product-eighteen:not(:last-child) {
  margin-bottom: 20px;
}

.top-selling-products-kala .product-eighteen:not(:last-child) .name::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #f1f2f4;
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -ms-transform: translateY(10px);
  -o-transform: translateY(10px);
  transform: translateY(10px);
}

@media only screen and (max-width: 575px) {
  .top-selling-products-kala-heading {
    padding: 0 12px;
  }

  .top-selling-products-kala-title {
    font-size: 18px;
    line-height: 32px;
  }

  .top-selling-products-kala-link {
    left: 12px;
  }
}

.carousel-home-kala .swiper-pagination-bullet {
  width: 4px;
  height: 4px;
  background-color: #080a38;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  opacity: 1;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.carousel-home-kala .swiper-pagination-bullet-active {
  width: 16px;
  background-color: #fff;
}

.carousel-home-kala .swiper-button-next,
.carousel-home-kala .swiper-button-prev {
  width: 40px;
  height: 40px;
  border: 1px solid #c3c3ce;
  top: auto;
  right: 40px;
  bottom: 42px;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
  opacity: 0;
  visibility: hidden;
}

.carousel-home-kala .swiper-button-next::after,
.carousel-home-kala .swiper-button-prev::after {
  color: #3f4064;
  font-size: 12px;
}

.carousel-home-kala .swiper-button-next {
  -webkit-transform: translateX(-48px);
  -moz-transform: translateX(-48px);
  -ms-transform: translateX(-48px);
  -o-transform: translateX(-48px);
  transform: translateX(-48px);
}

.carousel-home-kala .swiper:hover .swiper-button-next,
.carousel-home-kala .swiper:hover .swiper-button-prev {
  opacity: 1;
  visibility: visible;
}

@media only screen and (max-width: 767px) {

  .carousel-home-kala .swiper-button-next,
  .carousel-home-kala .swiper-button-prev {
    top: 50%;
    right: 10px;
    bottom: auto;
    width: 32px;
    height: 32px;
  }

  .carousel-home-kala .swiper-button-next {
    -webkit-transform: unset;
    -moz-transform: unset;
    -ms-transform: unset;
    -o-transform: unset;
    transform: unset;
    right: auto;
  }
}

.other-link-kala-items {
  gap: 24px 0;
}

.other-link-kala-items li {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  max-width: 12.5%;
}

.other-link-kala-items li img,
.other-link-kala-items li i {
  width: 52px;
  height: 52px;
}

.other-link-kala-items li i {
  color: #9e9fb1;
  background-color: #f1f2f4;
  font-size: 12px;
}

.other-link-kala-items li .title {
  font-size: 11px;
  line-height: 24px;
  color: #3f4064;
}

@media only screen and (max-width: 991px) {
  .other-link-kala-items li {
    max-width: 25%;
  }
}

.amazing-offer-kala-wrapper {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#ef4056), to(#ef394e));
  background-image: -webkit-linear-gradient(bottom, #ef4056, #ef394e);
  background-image: -moz-linear-gradient(bottom, #ef4056, #ef394e);
  background-image: -o-linear-gradient(bottom, #ef4056, #ef394e);
  background-image: linear-gradient(to top, #ef4056, #ef394e);
  padding: 20px 2px;
}

.amazing-offer-kala-wrapper img:first-child {
  max-height: 77px;
}

.amazing-offer-kala-wrapper img:nth-child(2) {
  max-height: 115px;
}

.amazing-offer-kala-title {
  padding: 0 20px 0 8px;
}

.amazing-offer-kala-title a {
  line-height: 30px;
}

.amazing-offer-kala-title a i {
  font-size: 8px;
}

.amazing-offer-kala-more i {
  width: 46px;
  height: 46px;
  border: 1px solid #19bfd3;
  color: #19bfd3;
  margin-bottom: 12px;
}

.amazing-offer-kala-more span {
  font-size: 14px;
  line-height: 30px;
}

.amazing-offer-kala .swiper-slide>* {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.amazing-offer-kala .swiper-slide:nth-child(2)>* {
  -webkit-border-radius: 0 8px 8px 0;
  -moz-border-radius: 0 8px 8px 0;
  border-radius: 0 8px 8px 0;
}

.amazing-offer-kala .swiper-slide:last-child>* {
  -webkit-border-radius: 8px 0 0 8px;
  -moz-border-radius: 8px 0 0 8px;
  border-radius: 8px 0 0 8px;
}

@media only screen and (max-width: 575px) {
  .amazing-offer-kala-wrapper {
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
    margin: 0 -12px;
  }

  .amazing-offer-kala .swiper {
    overflow: visible !important;
  }
}

.amazing-market-kala-wrapper {
  padding: 16px 40px;
  min-height: 110px;
  background: #f1f2f4 url("./../images/digikala/fresh-pattern.svg") left center no-repeat;
  z-index: 2;
}

.amazing-market-kala-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-linear-gradient(182.4deg, rgba(57, 174, 0, 0.1) 0, rgba(242, 242, 242, 0) 100%);
  background-image: -moz-linear-gradient(182.4deg, rgba(57, 174, 0, 0.1) 0, rgba(242, 242, 242, 0) 100%);
  background-image: -o-linear-gradient(182.4deg, rgba(57, 174, 0, 0.1) 0, rgba(242, 242, 242, 0) 100%);
  background-image: linear-gradient(267.6deg, rgba(57, 174, 0, 0.1) 0, rgba(242, 242, 242, 0) 100%);
  z-index: -1;
  -webkit-border-radius: inherit;
  -moz-border-radius: inherit;
  border-radius: inherit;
}

.amazing-market-kala-wrapper .right img:nth-child(2) {
  margin: 0 20px;
}

.amazing-market-kala-wrapper .right span {
  font-size: 14px;
  line-height: 28px;
  background-color: #39ae00;
  padding: 0 12px;
}

.amazing-market-kala-wrapper .left {
  max-width: 50%;
}

.amazing-market-kala-wrapper .left .btn {
  padding: 12px 20px;
  line-height: 26px;
  font-size: 12px;
  line-height: 26px;
  color: #39ae00;
}

.amazing-market-kala-wrapper .left .btn i {
  font-size: 12px;
}

.amazing-market-kala-item img {
  width: auto;
  height: auto;
}

.amazing-market-kala-item span {
  background-color: #ef394e;
  width: 34px;
  height: 20px;
  font-size: 12px;
  line-height: 18px;
  direction: ltr;
}

@media only screen and (max-width: 1199px) {
  .amazing-market-kala-wrapper {
    padding: 16px 32px;
  }

  .amazing-market-kala-wrapper .right img:first-child {
    width: 54px;
    height: 50px;
  }

  .amazing-market-kala-wrapper .right img:nth-child(2) {
    width: 180px;
    height: 21px;
  }

  .amazing-market-kala-wrapper .left {
    max-width: 54%;
  }
}

@media only screen and (max-width: 991px) {
  .amazing-market-kala-wrapper {
    padding: 16px 20px;
  }

  .amazing-market-kala-wrapper .right span {
    margin-right: auto;
  }

  .amazing-market-kala-wrapper .left {
    max-width: 100%;
  }
}

@media only screen and (max-width: 575px) {
  .amazing-market-kala-wrapper {
    margin: 0 -12px;
    padding: 16px 12px;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
  }

  .amazing-market-kala-wrapper .right img:first-child {
    width: 44px;
    height: 40px;
  }

  .amazing-market-kala-wrapper .right img:nth-child(2) {
    width: 140px;
    height: 17px;
    margin: 0 8px;
  }

  .amazing-market-kala-wrapper .right span {
    font-size: 12px;
    padding: 0 8px;
  }

  .amazing-market-kala-wrapper .left .swiper {
    overflow: visible !important;
  }
}

.proposal-kala-wrapper {
  border: 1px solid #e0e0e6;
}

.proposal-kala-item .image {
  padding: 12px;
  background-color: #f1f2f4;
}

.proposal-kala-item .image img {
  mix-blend-mode: darken;
}

.proposal-kala-item .title {
  font-size: 14px;
  line-height: 30px;
  width: 80%;
  color: #080a38;
}

.proposal-kala-item.two {
  border-top: 1px solid #f1f2f4;
}

.proposal-kala .swiper-slide:not(:first-child, .two-one)>* {
  border-right: 1px solid #f1f2f4;
}

.brands-kala-wrapper {
  border: 1px solid #e0e0e6;
}

.brands-kala-title {
  font-size: 21px;
  font-weight: 500;
  line-height: 44px;
  color: #080a38;
  margin-bottom: 12px;
}

.brands-kala-title i {
  color: #f9bc00;
  font-size: 24px;
}

.brands-kala .swiper img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.brands-kala .swiper-slide:not(:last-child) {
  border-left: 1px solid #f1f2f4;
}

.products-category-kala-wrapper {
  border: 1px solid #e0e0e6;
}

.products-category-kala-wrapper>.row>* {
  padding: 8px 20px;
}

.products-category-kala-wrapper>.row>*:not(:last-child) {
  border-left: 1px solid #f1f2f4;
}

.products-category-kala-wrapper>.row>*>.row>*:nth-child(1),
.products-category-kala-wrapper>.row>*>.row>*:nth-child(3) {
  border-left: 1px solid #f1f2f4;
}

.products-category-kala-wrapper>.row>*>.row>*:nth-child(n+3) {
  border-top: 1px solid #f1f2f4;
}

.products-category-kala-title {
  line-height: 34px;
  color: #23254e;
}

.products-category-kala-sub-title {
  color: #767790;
  font-size: 11px;
  line-height: 24px;
}

.products-category-kala .link-more {
  margin: 4px 0 12px;
  font-size: 12px;
  line-height: 26px;
  color: #19bfd3;
}

.products-category-kala .link-more i {
  font-size: 8px;
}

@media only screen and (max-width: 991px) {
  .products-category-kala-wrapper>.row>*:nth-child(2) {
    border-left: 0;
  }

  .products-category-kala-wrapper>.row>*:nth-child(n+3) {
    border-top: 1px solid #f1f2f4;
  }
}

@media only screen and (max-width: 575px) {

  .products-category-kala-wrapper>.row>*:not(:last-child),
  .products-category-kala-wrapper>.row>*:nth-child(n+3) {
    border: 0;
  }

  .products-category-kala-wrapper>.row>*:not(:last-child) {
    border-bottom: 1px solid #f1f2f4;
  }
}

.discount-products-wrapper {
  padding: 0 12px 20px;
  border: 1px solid #e0e0e6;
}

.discount-products-title {
  font-size: 21px;
  color: #000;
  font-weight: 500;
  line-height: 44px;
}

.discount-products-title i {
  color: #ef4056;
  font-size: 16px;
}

.discount-products-items>* {
  max-width: 16.666667%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.discount-products-items>*:not(:nth-child(6n)) {
  border-left: 1px solid #f1f2f4;
}

.discount-products-items>*:nth-child(n+7) {
  border-top: 1px solid #f1f2f4;
}

.discount-products-items .product-nineteen {
  padding: 12px 8px;
}

@media only screen and (max-width: 991px) {
  .discount-products-items>* {
    max-width: 25%;
  }

  .discount-products-items>*:not(:nth-child(6n)),
  .discount-products-items>*:nth-child(n+7) {
    border: none;
  }

  .discount-products-items>*:not(:nth-child(4n)) {
    border-left: 1px solid #f1f2f4;
  }

  .discount-products-items>*:nth-child(n+5) {
    border-top: 1px solid #f1f2f4;
  }
}

@media only screen and (max-width: 767px) {
  .discount-products-title {
    font-size: 18px;
    line-height: 32px;
  }

  .discount-products-items>* {
    max-width: 33.333333%;
  }

  .discount-products-items>*:not(:nth-child(4n)),
  .discount-products-items>*:nth-child(n+5) {
    border: none;
  }

  .discount-products-items>*:not(:nth-child(3n)) {
    border-left: 1px solid #f1f2f4;
  }

  .discount-products-items>*:nth-child(n+4) {
    border-top: 1px solid #f1f2f4;
  }
}

@media only screen and (max-width: 575px) {
  .discount-products-wrapper {
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
    margin: 0 -12px;
  }

  .discount-products-items>* {
    max-width: 50%;
  }

  .discount-products-items>*:not(:nth-child(3n)),
  .discount-products-items>*:nth-child(n+4) {
    border: none;
  }

  .discount-products-items>*:not(:nth-child(2n)) {
    border-left: 1px solid #f1f2f4;
  }

  .discount-products-items>*:nth-child(n+3) {
    border-top: 1px solid #f1f2f4;
  }
}

.products-category-kala-items>* {
  max-width: 20%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-bottom: 1px solid #f1f2f4;
}

.products-category-kala-items>*:not(:nth-child(5n)) {
  border-left: 1px solid #f1f2f4;
}

@media only screen and (max-width: 991px) {
  .products-category-kala-items>* {
    max-width: 25%;
  }

  .products-category-kala-items>*:not(:nth-child(5n)) {
    border-left: none;
  }

  .products-category-kala-items>*:not(:nth-child(4n)) {
    border-left: 1px solid #f1f2f4;
  }
}

@media only screen and (max-width: 767px) {
  .products-category-kala-items>* {
    max-width: 33.333333%;
  }

  .products-category-kala-items>*:not(:nth-child(4n)) {
    border-left: none;
  }

  .products-category-kala-items>*:not(:nth-child(3n)) {
    border-left: 1px solid #f1f2f4;
  }
}

@media only screen and (max-width: 575px) {
  .products-category-kala-items>* {
    max-width: 50%;
  }

  .products-category-kala-items>*:not(:nth-child(3n)) {
    border-left: none;
  }

  .products-category-kala-items>*:not(:nth-child(2n)) {
    border-left: 1px solid #f1f2f4;
  }
}

@media only screen and (max-width: 399px) {
  .products-category-kala-items>* {
    max-width: 100%;
  }

  .products-category-kala-items>*:not(:nth-child(2n)) {
    border-left: none;
  }
}

.icon-printer:before {
  content: "\e976";
}

.icon-folder-2:before {
  content: "\e977";
}

.btn-outline-default {
  border: 0.75px solid #494949;
  color: #494949;
}

.btn-outline-default:hover,
.btn-outline-default:focus,
.btn-outline-default:active {
  background-color: #494949;
  color: #fff;
}

.megamenu-three-wrapper {
  -webkit-border-radius: 0 0 40px 40px;
  -moz-border-radius: 0 0 40px 40px;
  border-radius: 0 0 40px 40px;
  max-height: 477px;
}

.megamenu-three-tabs {
  padding: 33px 12px 34px 20px;
  -webkit-border-radius: 0 0 40px;
  -moz-border-radius: 0 0 40px;
  border-radius: 0 0 40px;
  background-color: #f9fbfc;
  max-width: 220px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.megamenu-three-tabs ul {
  padding-right: 18px;
  overflow: hidden auto;
  scrollbar-width: 1px;
  scrollbar-color: rgba(217, 217, 217, 0.7) #212121;
  height: 100%;
  direction: ltr;
}

.megamenu-three-tabs ul::-webkit-scrollbar {
  width: 1px;
  background-color: rgba(217, 217, 217, 0.7);
}

.megamenu-three-tabs ul::-webkit-scrollbar-thumb {
  background-color: #121212;
}

.megamenu-three-tabs ul li {
  padding: 7px 0 9px 6px;
  border-bottom: 1px solid rgba(184, 184, 184, 0.4);
  -webkit-border-radius: 0 6px 6px 13px;
  -moz-border-radius: 0 6px 6px 13px;
  border-radius: 0 6px 6px 13px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  direction: rtl;
  z-index: 2;
}

.megamenu-three-tabs ul li:not(:last-child) {
  margin-bottom: 16px;
}

.megamenu-three-tabs ul li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-linear-gradient(2.61deg, #fff -25.48%, rgba(255, 255, 255, 0.143378) 35.48%, rgba(255, 255, 255, 0) 70.14%);
  background-image: -moz-linear-gradient(2.61deg, #fff -25.48%, rgba(255, 255, 255, 0.143378) 35.48%, rgba(255, 255, 255, 0) 70.14%);
  background-image: -o-linear-gradient(2.61deg, #fff -25.48%, rgba(255, 255, 255, 0.143378) 35.48%, rgba(255, 255, 255, 0) 70.14%);
  background-image: linear-gradient(87.39deg, #fff -25.48%, rgba(255, 255, 255, 0.143378) 35.48%, rgba(255, 255, 255, 0) 70.14%);
  z-index: -1;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.megamenu-three-tabs ul li i {
  width: 32px;
  height: 32px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  font-size: 16px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: #fff;
}

.megamenu-three-tabs ul li .detail .title {
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  color: #121212;
}

.megamenu-three-tabs ul li .detail .title b {
  font-weight: 900;
}

.megamenu-three-tabs ul li .detail .sub-title {
  font-size: 10px;
  line-height: 16px;
  color: #61646c;
}

.megamenu-three-tabs ul li.active {
  -webkit-box-shadow: 0px 24px 24px rgba(0, 0, 0, 0.04);
  -moz-box-shadow: 0px 24px 24px rgba(0, 0, 0, 0.04);
  box-shadow: 0px 24px 24px rgba(0, 0, 0, 0.04);
  border-color: transparent;
}

.megamenu-three-tabs ul li.active::before {
  opacity: 1;
}

.megamenu-three-tabs ul li.active i {
  background-color: #121212;
  color: #fff;
}

.megamenu-three-tab-content {
  display: none;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.megamenu-three-tab-contents {
  max-width: -webkit-calc(100% - 220px);
  max-width: -moz-calc(100% - 220px);
  max-width: calc(100% - 220px);
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.megamenu-three-tab-content .content {
  padding: 36px 16px 37px;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 1%;
  -moz-box-flex: 1;
  -ms-flex: 1 0 1%;
  flex: 1 0 1%;
}

.megamenu-three-tab-content.active {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.megamenu-three-heading {
  padding: 0 0 10px 64px;
  margin-bottom: 27px;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  z-index: 2;
}

.megamenu-three-heading::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 32px;
  height: 1px;
  background-color: #494949;
  z-index: -1;
}

.megamenu-three-heading::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-image: -webkit-gradient(linear, right top, left top, color-stop(-2.07%, #f0f0f0), color-stop(105.3%, rgba(240, 240, 240, 0)));
  background-image: -webkit-linear-gradient(right, #f0f0f0 -2.07%, rgba(240, 240, 240, 0) 105.3%);
  background-image: -moz-linear-gradient(right, #f0f0f0 -2.07%, rgba(240, 240, 240, 0) 105.3%);
  background-image: -o-linear-gradient(right, #f0f0f0 -2.07%, rgba(240, 240, 240, 0) 105.3%);
  background-image: linear-gradient(-90deg, #f0f0f0 -2.07%, rgba(240, 240, 240, 0) 105.3%);
  z-index: -2;
}

.megamenu-three-heading>i {
  width: 32px;
  height: 32px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  border: 1px solid #e7e7e7;
  font-size: 16px;
}

.megamenu-three-heading .detail .title {
  font-size: 12px;
  color: #494949;
  line-height: 18px;
  font-weight: 400;
}

.megamenu-three-heading .detail .title b {
  font-weight: 900;
}

.megamenu-three-heading .detail .sub-title {
  font-size: 11px;
  font-weight: 400;
  color: #61646c;
  line-height: 16px;
}

.megamenu-three-heading .detail .sub-title i {
  font-size: 12px;
  margin-right: 3px;
}

.megamenu-three .navs {
  overflow: hidden auto;
  max-height: -webkit-calc(100% - 64px);
  max-height: -moz-calc(100% - 64px);
  max-height: calc(100% - 64px);
  overflow: hidden auto;
  scrollbar-width: 1px;
  scrollbar-color: rgba(217, 217, 217, 0.7) #212121;
  height: 100%;
  direction: ltr;
  padding-right: 21px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.megamenu-three .navs::-webkit-scrollbar {
  width: 1px;
  background-color: rgba(217, 217, 217, 0.7);
}

.megamenu-three .navs::-webkit-scrollbar-thumb {
  background-color: #121212;
}

.megamenu-three .navs .col {
  direction: rtl;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 100%;
  max-width: 20%;
  padding: 0 10px;
}

.megamenu-three .navs .col-25 {
  max-width: 25%;
}

.megamenu-three .navs .titr {
  font-size: 12px;
  font-weight: bold;
  color: #494949;
  line-height: 18px;
  margin-bottom: 16px;
  padding-right: 13px;
}

.megamenu-three .navs .titr::before {
  content: "";
  position: absolute;
  width: 9px;
  height: 12px;
  background-image: -webkit-linear-gradient(188.42deg, #a0a0a0 -219.92%, rgba(160, 160, 160, 0) 83.54%);
  background-image: -moz-linear-gradient(188.42deg, #a0a0a0 -219.92%, rgba(160, 160, 160, 0) 83.54%);
  background-image: -o-linear-gradient(188.42deg, #a0a0a0 -219.92%, rgba(160, 160, 160, 0) 83.54%);
  background-image: linear-gradient(261.58deg, #a0a0a0 -219.92%, rgba(160, 160, 160, 0) 83.54%);
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.megamenu-three .navs ul:not(:last-child) {
  margin-bottom: 27px;
}

.megamenu-three .navs ul li::before {
  content: "";
  position: absolute;
  top: 6px;
  left: -webkit-calc(100% + 3px);
  left: -moz-calc(100% + 3px);
  left: calc(100% + 3px);
  width: 7px;
  height: 7px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 0.75px solid #a0a1a4;
}

.megamenu-three .navs ul li:not(:last-child) {
  margin-bottom: 17px;
}

.megamenu-three .navs ul li .title {
  font-size: 12px;
  font-weight: 400;
  color: #61646c;
  line-height: 18px;
}

.megamenu-three .navs ul li .quantity {
  font-size: 11px;
  font-weight: 400;
  color: #afafaf;
  line-height: 16px;
}

.megamenu-three .navs ul li .quantity i {
  font-size: 12px;
  margin-right: 3px;
}

.last-products .megamenu-three-heading {
  padding-left: 0;
  max-width: 100%;
}

.megamenu-three .last-products {
  max-width: 224px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding: 36px 16px 0 0;
}

.megamenu-three .last-products::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(-2.07%, rgba(240, 240, 240, 0)), color-stop(105.3%, #f0f0f0));
  background-image: -webkit-linear-gradient(top, rgba(240, 240, 240, 0) -2.07%, #f0f0f0 105.3%);
  background-image: -moz-linear-gradient(top, rgba(240, 240, 240, 0) -2.07%, #f0f0f0 105.3%);
  background-image: -o-linear-gradient(top, rgba(240, 240, 240, 0) -2.07%, #f0f0f0 105.3%);
  background-image: linear-gradient(180deg, rgba(240, 240, 240, 0) -2.07%, #f0f0f0 105.3%);
  -webkit-transform: scaleY(-1);
  -moz-transform: scaleY(-1);
  -ms-transform: scaleY(-1);
  -o-transform: scaleY(-1);
  transform: scaleY(-1);
}

.megamenu-three .last-products-box {
  -webkit-border-radius: 0 40px;
  -moz-border-radius: 0 40px;
  border-radius: 0 40px;
  background-color: #f9fbfc;
  padding: 35px 30px 26px 20px;
}

.megamenu-three .last-products-box ul li:not(:last-child) {
  margin-bottom: 26px;
}

.megamenu-three .last-products-box ul li .image {
  width: 43px;
  height: 43px;
  background-color: #404040;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
  -webkit-box-shadow: -10px 14px 14px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: -10px 14px 14px rgba(0, 0, 0, 0.25);
  box-shadow: -10px 14px 14px rgba(0, 0, 0, 0.25);
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.megamenu-three .last-products-box ul li .image img {
  width: 31px;
  height: 29px;
}

.megamenu-three .last-products-box ul li .title {
  font-size: 11px;
  color: #494949;
  line-height: 19px;
  height: 38px;
}

.megamenu-three .last-products-box .btn {
  font-size: 11px;
  line-height: 18px;
  padding: 9px;
}

.megamenu-three .last-products-box .btn i {
  font-size: 12px;
}

.megamenu-three .last-products-two .last-products-box {
  padding: 0 0 0 20px;
  background-color: transparent;
}

.megamenu-three .last-products-two .last-products-box ul li:not(:last-child) {
  margin-bottom: 18px;
}

.megamenu-three .last-products-two .last-products-box ul li .image {
  background-color: #fff;
  border: 1px solid #E7E7E7;
  -webkit-box-shadow: -10px 14px 14px rgba(0, 0, 0, 0.03);
  -moz-box-shadow: -10px 14px 14px rgba(0, 0, 0, 0.03);
  box-shadow: -10px 14px 14px rgba(0, 0, 0, 0.03);
}

.megamenu-three .last-products-three .last-products-box {
  background: #121212 url("./../images/new-two/bg-12.png") 0 0 no-repeat;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
}

.megamenu-three .last-products-three .last-products-box ul li .image {
  background-color: #404040;
}

.megamenu-three .last-products-three .last-products-box ul li .title {
  color: #fff;
}

.megamenu-three .last-products-three .last-products-box .btn {
  border-color: #fff;
  color: #fff;
}

.megamenu-three .last-products-three .last-products-box .btn:hover,
.megamenu-three .last-products-three .last-products-box .btn:focus,
.megamenu-three .last-products-three .last-products-box .btn:active {
  background-color: #fff;
  color: #212121;
}

@media only screen and (max-width: 1199px) {
  .megamenu-three-tabs {
    max-width: 205px;
    padding: 33px 12px 34px;
  }

  .megamenu-three-tab-contents {
    max-width: -webkit-calc(100% - 205px);
    max-width: -moz-calc(100% - 205px);
    max-width: calc(100% - 205px);
  }

  .megamenu-three-tab-content .content {
    padding: 36px 12px 37px;
  }

  .megamenu-three .navs {
    padding-right: 12px;
  }

  .megamenu-three .last-products {
    max-width: 200px;
    padding: 36px 12px 0 0;
  }

  .megamenu-three .last-products-box {
    padding: 35px 20px 26px;
  }
}

.icon-email-3:before {
  content: "\e986";
}

.icon-location-2:before {
  content: "\e987";
}

.icon-share-2:before {
  content: "\e988";
}

.icon-heart-4:before {
  content: "\e989";
}

.icon-bell-2:before {
  content: "\e98a";
}

.icon-box-tick:before {
  content: "\e98b";
}

.icon-brush:before {
  content: "\e98c";
}

.icon-cube:before {
  content: "\e98d";
}

.icon-cube-rotate:before {
  content: "\e98e";
}

.icon-flower:before {
  content: "\e98f";
}

.icon-messages:before {
  content: "\e990";
}

.icon-message-text:before {
  content: "\e991";
}

.icon-message-text-2:before {
  content: "\e992";
}

.icon-shield-tick:before {
  content: "\e993";
}

.icon-shopping-cart:before {
  content: "\e994";
}

.icon-truck:before {
  content: "\e995";
}

.icon-truck-fast:before {
  content: "\e996";
}

.icon-angle-circle-left:before {
  content: "\e997";
}

.icon-toman-3:before {
  content: "\e998";
}

.icon-home-5:before {
  content: "\e999";
}

.icon-close-circle:before {
  content: "\e99a";
}

.lg-content {
  direction: ltr;
}

.lg-container>* {
  z-index: 9999;
}

.icons-detail-product {
  top: 22px;
  right: 27px;
  z-index: 10;
}

.icons-detail-product>button {
  width: 39px;
  height: 39px;
  background-color: #ac00fb;
  font-size: 10px;
  font-weight: 800;
}

.icons-detail-product ul {
  background-color: #1e002c;
  -webkit-box-shadow: -20px 44px 51px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: -20px 44px 51px rgba(0, 0, 0, 0.08);
  box-shadow: -20px 44px 51px rgba(0, 0, 0, 0.08);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  padding: 19px 0 21px;
  width: 44px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.icons-detail-product ul li {
  font-size: 18px;
  cursor: pointer;
}

.icons-detail-product ul.hidden {
  opacity: 0;
  visibility: hidden;
}

.timear-detail-product li {
  -webkit-box-shadow: 0px 24px 16px rgba(0, 0, 0, 0.02);
  -moz-box-shadow: 0px 24px 16px rgba(0, 0, 0, 0.02);
  box-shadow: 0px 24px 16px rgba(0, 0, 0, 0.02);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  width: 30px;
  height: 30px;
  font-size: 8px;
  color: #494949;
  line-height: 12px;
}

.timear-detail-product li span {
  font-size: 12px;
  line-height: 15px;
}

.star-comments .star,
.star-comments .comments-text {
  font-size: 12px;
  line-height: 18px;
}

.star-comments .star {
  color: #303030;
}

.star-comments .star i {
  color: #fac712;
}

.star-comments .comments-text {
  color: #60008c;
  margin-right: 18px;
}

.top-selling-month-detail-product {
  font-size: 11px;
  color: #000;
  line-height: 17px;
}

.top-selling-month-detail-product i {
  margin-left: 6px;
  color: #60008c;
  font-size: 16px;
}

.category-detail-product li:not(:last-child)::after {
  content: "/";
  margin: 0 6px;
}

.category-detail-product li a {
  font-size: 12px;
  color: #000;
  line-height: 36px;
}

.title-detail-product {
  color: #121212;
  line-height: 36px;
  margin-bottom: 14px;
}

.detail-product-four-wellcome-wrapper {
  background: url("./../images/detail-product/bg-01.png") 0 0 no-repeat, -webkit-gradient(linear, left bottom, left top, from(#f2e5dd), to(#f2e5dd));
  background: url("./../images/detail-product/bg-01.png") 0 0 no-repeat, -webkit-linear-gradient(bottom, #f2e5dd, #f2e5dd);
  background: url("./../images/detail-product/bg-01.png") 0 0 no-repeat, -moz-linear-gradient(bottom, #f2e5dd, #f2e5dd);
  background: url("./../images/detail-product/bg-01.png") 0 0 no-repeat, -o-linear-gradient(bottom, #f2e5dd, #f2e5dd);
  background: url("./../images/detail-product/bg-01.png") 0 0 no-repeat, linear-gradient(0deg, #f2e5dd, #f2e5dd);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  -webkit-border-radius: 0 60px 60px;
  -moz-border-radius: 0 60px 60px;
  border-radius: 0 60px 60px;
  padding: 24px 80px 24px 64px;
}

.detail-product-four-wellcome-title::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -webkit-calc(100% + 10px);
  left: -moz-calc(100% + 10px);
  left: calc(100% + 10px);
  width: 25px;
  height: 9px;
  background-image: -webkit-linear-gradient(181.53deg, #a0a0a0 -63.38%, rgba(160, 160, 160, 0) 100%);
  background-image: -moz-linear-gradient(181.53deg, #a0a0a0 -63.38%, rgba(160, 160, 160, 0) 100%);
  background-image: -o-linear-gradient(181.53deg, #a0a0a0 -63.38%, rgba(160, 160, 160, 0) 100%);
  background-image: linear-gradient(268.47deg, #a0a0a0 -63.38%, rgba(160, 160, 160, 0) 100%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.detail-product-four-wellcome-title .title {
  color: #121212;
  margin-bottom: 3px;
}

.detail-product-four-wellcome-title .title span {
  font-weight: 900;
  color: #60008c;
}

.detail-product-four-wellcome-title p {
  font-size: 12px;
  color: #929292;
  line-height: 18px;
}

.detail-product-four-wellcome-contact span {
  direction: ltr;
  font-size: 12px;
  font-weight: 800;
  color: #60008c;
  line-height: 18px;
}

.detail-product-four-wellcome-contact span:not(:last-child) {
  margin-left: 27px;
}

.detail-product-four-wellcome-contact span i {
  font-size: 16px;
  color: #121212;
}

.detail-product-four-wellcome-socials {
  padding-right: 21px;
  margin-right: 21px;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  gap: 15px;
}

.detail-product-four-wellcome-socials li a {
  font-size: 18px;
  color: #919191;
}

.detail-product-four-wellcome-socials li a:hover {
  color: #121212;
}

@media only screen and (max-width: 991px) {
  .detail-product-four-wellcome-wrapper {
    padding: 24px 32px;
    -webkit-border-radius: 0 32px 32px;
    -moz-border-radius: 0 32px 32px;
    border-radius: 0 32px 32px;
  }

  .detail-product-four-wellcome-title {
    width: 100%;
  }

  .detail-product-four-wellcome-title::before {
    content: none;
  }

  .detail-product-four-wellcome-socials {
    padding-right: 0;
    border: none;
  }
}

@media only screen and (max-width: 575px) {
  .detail-product-four-wellcome-wrapper {
    padding: 20px;
    -webkit-border-radius: 0 20px 20px;
    -moz-border-radius: 0 20px 20px;
    border-radius: 0 20px 20px;
  }

  .detail-product-four-wellcome-contact,
  .detail-product-four-wellcome-socials {
    width: 100%;
  }

  .detail-product-four-wellcome-socials {
    margin-right: 0;
  }
}

.detail-product-four-location {
  font-size: 12px;
  color: #929292;
  line-height: 18px;
  color: #929292;
  margin-bottom: 32px;
}

.detail-product-four-location span {
  color: #121212;
  font-size: 14px;
}

.detail-product-four-location i {
  margin-left: 11px;
  color: #292d32;
}

.detail-product-four-gallery-origin {
  z-index: 99;
}

.detail-product-four-gallery-origin .swiper {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}

@media only screen and (min-width: 992px) {
  .detail-product-four-gallery-origin .swiper-slide img {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
  }

  .detail-product-four-gallery-origin .swiper-slide+.swiper-slide {
    display: none;
  }
}

.detail-product-four-gallery-origin .swiper-button-next,
.detail-product-four-gallery-origin .swiper-button-prev {
  background-image: -webkit-linear-gradient(179.96deg, rgba(255, 255, 255, 0) -43.11%, #FFF 59.43%);
  background-image: -moz-linear-gradient(179.96deg, rgba(255, 255, 255, 0) -43.11%, #FFF 59.43%);
  background-image: -o-linear-gradient(179.96deg, rgba(255, 255, 255, 0) -43.11%, #FFF 59.43%);
  background-image: linear-gradient(270.04deg, rgba(255, 255, 255, 0) -43.11%, #FFF 59.43%);
  border: 1px solid #fff;
  width: 44px;
  height: 45px;
}

.detail-product-four-gallery-origin .swiper-button-next::after,
.detail-product-four-gallery-origin .swiper-button-prev::after {
  color: #89939F;
  font-size: 12px;
}

.detail-product-four-gallery-items {
  background: #fff url("./../images/detail-product/bg-02.png") 0 0 no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding: 14px 12px 12px;
  margin-top: 38px;
}

.detail-product-four-gallery-items .item {
  padding: 15px 14px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 34px 24px rgba(0, 0, 0, 0.03);
  -moz-box-shadow: 0px 34px 24px rgba(0, 0, 0, 0.03);
  box-shadow: 0px 34px 24px rgba(0, 0, 0, 0.03);
  cursor: pointer;
}

.detail-product-four-gallery-items .item.has-items::before,
.detail-product-four-gallery-items .item.has-items::after {
  position: absolute;
  z-index: 2;
}

.detail-product-four-gallery-items .item.has-items::before {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.46);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  -webkit-border-radius: 11px;
  -moz-border-radius: 11px;
  border-radius: 11px;
}

.detail-product-four-gallery-items .item.has-items::after {
  content: "\e951";
  font-family: "icomoon";
  font-size: 16px;
  color: #121212;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.detail-product-four .volume {
  font-size: 12px;
  color: #494949;
  line-height: 18px;
  margin-bottom: 18px;
}

.detail-product-four .volume i {
  font-size: 14px;
  margin-left: 5px;
  color: #60008c;
}

.detail-product-four .volume span {
  color: #121212;
}

.detail-product-four .volume-item {
  background-color: #f9f9f9;
  padding: 10px 18px 10px 15px;
  font-size: 12px;
  color: #000;
  line-height: 18px;
  font-weight: 500;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.detail-product-four .volume+.swiper::after {
  content: "";
  position: absolute;
  top: 0;
  width: 45px;
  height: 100%;
  z-index: 3;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  visibility: hidden;
  left: 0;
  background-image: -webkit-gradient(linear, left top, right top, from(#fff), to(rgba(255, 255, 255, 0)));
  background-image: -webkit-linear-gradient(left, #fff, rgba(255, 255, 255, 0));
  background-image: -moz-linear-gradient(left, #fff, rgba(255, 255, 255, 0));
  background-image: -o-linear-gradient(left, #fff, rgba(255, 255, 255, 0));
  background-image: linear-gradient(to right, #fff, rgba(255, 255, 255, 0));
}

.detail-product-four .volume+.swiper.not-last::after {
  opacity: 1;
  visibility: visible;
}

.detail-product-four input:checked+.volume-item {
  background-color: #000;
  color: #fff;
}

.detail-product-four-options {
  margin: 32px 0 26px;
}

.detail-product-four-options-title {
  font-size: 12px;
  line-height: 18px;
  color: #232323;
  margin-bottom: 14px;
}

.detail-product-four-options-title i {
  font-size: 14px;
  margin-left: 3px;
  color: #60008c;
}

.detail-product-four-options ul li {
  font-size: 12px;
  color: #5f5f5f;
  line-height: 18px;
}

.detail-product-four-options ul li:not(:last-child) {
  margin-bottom: 16px;
}

.detail-product-four-note {
  margin-bottom: 12px;
  padding: 11px 26px 12px 19px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  border: 1px solid #e1e1e1;
  font-size: 10px;
  font-weight: 500;
  color: #494949;
  line-height: 23px;
}

.detail-product-four-send {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background-color: #f9f9f9;
  padding: 18px 26px 14px 20px;
}

.detail-product-four-send-title {
  font-size: 12px;
  line-height: 18px;
  color: #494949;
  font-weight: 500;
  margin-bottom: 12px;
}

.detail-product-four-send-title i {
  font-size: 17px;
  color: #60008c;
}

.detail-product-four-send p {
  font-size: 10px;
  color: #919191;
  line-height: 15px;
}

.detail-product-four-code {
  font-size: 12px;
  color: #ababab;
  line-height: 18px;
  font-weight: 500;
}

.detail-product-four-code span {
  color: #000;
  direction: ltr;
}

.detail-product-four-sidebar {
  margin-top: 11px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background-color: #f9f9f9;
  padding: 29px 23px 23px 24px;
}

.detail-product-four-sidebar-title {
  color: #4d4d4d;
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 30px;
}

.detail-product-four-sidebar-title span {
  color: #121212;
}

.detail-product-four-sidebar .sell-name {
  font-size: 12px;
  color: #4d4d4d;
  line-height: 18px;
}

.detail-product-four-sidebar .sell-name img {
  width: 20px;
  height: 20px;
  margin-left: 6px;
}

.detail-product-four-sidebar .sell-name span {
  color: #121212;
  font-weight: 800;
}

.detail-product-four-sidebar .info-sell {
  margin: 10px 0 32px;
}

.detail-product-four-sidebar .info-sell li {
  font-size: 12px;
  line-height: 18px;
  color: #929292;
}

.detail-product-four-sidebar .info-sell li span {
  color: #121212;
}

.detail-product-four-sidebar .exists-product {
  font-size: 12px;
  color: #121212;
  line-height: 18px;
  padding-bottom: 19px;
  margin-bottom: 13px;
  border-bottom: 1px solid #e7e7e7;
}

.detail-product-four-sidebar .exists-product i {
  font-size: 16px;
  color: #292d32;
}

.detail-product-four-sidebar .exists-product i:first-child {
  margin-left: 6px;
}

.detail-product-four-sidebar .options-send {
  padding-bottom: 11px;
  margin-bottom: 20px;
  border-bottom: 1px solid #e7e7e7;
}

.detail-product-four-sidebar .options-send li {
  font-size: 12px;
  line-height: 16px;
  color: #828282;
}

.detail-product-four-sidebar .options-send li:not(:last-child) {
  margin-bottom: 13px;
}

.detail-product-four-sidebar .options-send li i {
  font-size: 14px;
  color: #60008c;
  margin-left: 9px;
}

.detail-product-four-sidebar del {
  font-size: 14px;
  color: #919191;
  line-height: 21px;
  margin-left: 5px;
}

.detail-product-four-sidebar del+span {
  width: 21px;
  height: 21px;
  background-color: #cb0303;
  font-size: 10px;
  font-weight: 500;
  line-height: 11px;
}

.detail-product-four-sidebar .price {
  font-size: 16px;
  font-weight: 900;
  color: #000;
  line-height: 24px;
  margin-top: 1px;
}

.detail-product-four-sidebar .quantity-btn {
  margin-top: 16px;
}

.detail-product-four-sidebar .quantity {
  width: 77px;
  height: 48px;
  -webkit-box-shadow: 0px 14px 40px rgba(0, 0, 0, 0.09);
  -moz-box-shadow: 0px 14px 40px rgba(0, 0, 0, 0.09);
  box-shadow: 0px 14px 40px rgba(0, 0, 0, 0.09);
  padding: 0 11px;
}

.detail-product-four-sidebar .quantity button,
.detail-product-four-sidebar .quantity input {
  font-size: 17px;
  color: #000;
}

.detail-product-four-sidebar .quantity input {
  width: 20px;
  outline: none;
}

.detail-product-four-sidebar .btn {
  font-size: 12px;
  font-weight: 600;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 1%;
  -moz-box-flex: 1;
  -ms-flex: 1 0 1%;
  flex: 1 0 1%;
  margin-right: 10px;
  padding: 15px 12px;
}

.detail-product-four-sidebar .btn::before {
  content: none;
}

.detail-product-four-sidebar .btn i {
  font-size: 15px;
  margin-left: 6px;
}

.detail-product-four-sidebar .proposal-timear {
  margin-top: 20px;
}

.detail-product-four-sidebar .proposal {
  color: #000;
  font-size: 12px;
  line-height: 18px;
}

.detail-product-four-sidebar .proposal span {
  font-weight: 800;
  margin-top: 6px;
}

.detail-product-four-header {
  padding: 30px 0;
}

.detail-product-four-header .back-home li a {
  width: 33px;
  height: 33px;
  border: 1px solid #fbfbfb;
  -webkit-box-shadow: 0px 14px 64px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 14px 64px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 14px 64px rgba(0, 0, 0, 0.2);
  font-size: 16px;
  color: #808080;
}

.detail-product-four-header .back-home li:first-child a {
  font-size: 12px;
}

.detail-product-four-header .icons-detail-product>button {
  width: 33px;
  height: 33px;
}

.detail-product-four-header .icons-detail-product ul {
  width: 107px;
  height: 33px;
  padding: 0;
}

.detail-product-four-header .icons-detail-product ul li {
  font-size: 12px;
}

.detail-product-four .timear-proposal {
  margin-bottom: 39px;
}

.detail-product-four .timear-proposal .proposal {
  font-size: 11px;
  color: #000;
  font-weight: 900;
  line-height: 17px;
  margin-bottom: 7px;
}

.detail-product-four-modal-gallery .modal-dialog {
  --bs-modal-width: 1057px;
  --bs-modal-border-radius: 40px;
  --bs-modal-padding: 74px 71px 46px 48px;
  margin-bottom: 74px;
}

.detail-product-four-modal-gallery .modal-close {
  top: 24px;
  left: 24px;
}

.detail-product-four-modal-gallery .modal-content {
  min-height: 680px;
}

.detail-product-four-modal-gallery .modal-content::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 42px);
  -moz-transform: translate(-50%, 42px);
  -ms-transform: translate(-50%, 42px);
  -o-transform: translate(-50%, 42px);
  transform: translate(-50%, 42px);
  background-color: rgba(255, 255, 255, 0.2);
  border: 1px solid #fff;
  -webkit-backdrop-filter: blur(75px);
  backdrop-filter: blur(75px);
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  z-index: -1;
  width: 373px;
  height: 98px;
}

.detail-product-four-modal-gallery .modal-content::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: -2;
  background-color: #5c0089;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  width: 187px;
  height: 68px;
}

.detail-product-four-modal-gallery-origin {
  margin-left: 19px;
}

.detail-product-four-modal-gallery-origin .swiper {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}

.detail-product-four-modal-gallery-origin .swiper-button-next,
.detail-product-four-modal-gallery-origin .swiper-button-prev {
  background-image: -webkit-linear-gradient(179.96deg, rgba(255, 255, 255, 0) -43.11%, #fff 59.43%);
  background-image: -moz-linear-gradient(179.96deg, rgba(255, 255, 255, 0) -43.11%, #fff 59.43%);
  background-image: -o-linear-gradient(179.96deg, rgba(255, 255, 255, 0) -43.11%, #fff 59.43%);
  background-image: linear-gradient(270.04deg, rgba(255, 255, 255, 0) -43.11%, #fff 59.43%);
  width: 44px;
  height: 35px;
  border: 1px solid #fff;
}

.detail-product-four-modal-gallery-origin .swiper-button-next::after,
.detail-product-four-modal-gallery-origin .swiper-button-prev::after {
  font-size: 12px;
  color: #89939f;
  font-weight: 700;
}

.detail-product-four-modal-gallery-origin .swiper-button-next {
  -webkit-transform: translateX(-19px);
  -moz-transform: translateX(-19px);
  -ms-transform: translateX(-19px);
  -o-transform: translateX(-19px);
  transform: translateX(-19px);
}

.detail-product-four-modal-gallery-origin .swiper-button-prev {
  -webkit-transform: translateX(19px);
  -moz-transform: translateX(19px);
  -ms-transform: translateX(19px);
  -o-transform: translateX(19px);
  transform: translateX(19px);
}

.detail-product-four-modal-gallery-images,
.detail-product-four-modal-gallery-images-users {
  gap: 12px 22px;
}

.detail-product-four-modal-gallery-images img,
.detail-product-four-modal-gallery-images-users img {
  -webkit-filter: drop-shadow(0px 34px 24px rgba(0, 0, 0, 0.03));
  filter: drop-shadow(0px 34px 24px rgba(0, 0, 0, 0.03));
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  width: 71px;
  height: 71px;
  cursor: pointer;
}

.detail-product-four-modal-gallery .images-users {
  margin-top: 28px;
}

.detail-product-four-modal-gallery .images-users-title {
  color: #7d7d7d;
  font-size: 13px;
  line-height: 36px;
}

.detail-product-four-modal-gallery .images-users-title span {
  font-weight: 900;
  font-size: 15px;
  color: #000;
}

.detail-product-four-modal-gallery .images-users-link {
  font-size: 10px;
  color: #121212;
  line-height: 36px;
}

.detail-product-four-modal-gallery .images-users-link i {
  margin-right: 6px;
  font-size: 12px;
}

.detail-product-four-modal-gallery .images-users-items {
  margin-top: 18px;
  padding: 12px 21px 11px 24px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background: url("./../images/detail-product/bg-02.png") 0 0 no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.detail-product-four-modal-gallery .images-users-items .item {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  cursor: pointer;
}

.detail-product-four-modal-gallery .images-users-items .item img {
  -webkit-filter: drop-shadow(0px 34px 24px rgba(0, 0, 0, 0.03));
  filter: drop-shadow(0px 34px 24px rgba(0, 0, 0, 0.03));
}

.detail-product-four-modal-gallery .images-users-items .item:nth-child(6)::before,
.detail-product-four-modal-gallery .images-users-items .item:nth-child(6)::after {
  position: absolute;
}

.detail-product-four-modal-gallery .images-users-items .item:nth-child(6)::before {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.46);
  -webkit-filter: blur(2px);
  filter: blur(2px);
  -webkit-border-radius: 11px;
  -moz-border-radius: 11px;
  border-radius: 11px;
  z-index: 2;
}

.detail-product-four-modal-gallery .images-users-items .item:nth-child(6)::after {
  content: "\e951";
  font-family: "icomoon";
  font-size: 14px;
  color: #121212;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 3;
}

.detail-product-four-modal-gallery .nav {
  margin-top: 55px;
}

.detail-product-four-modal-gallery .nav li {
  padding: 15px 21px 16px;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  color: #000;
  cursor: pointer;
}

.detail-product-four-modal-gallery .nav li i {
  font-size: 16px;
  margin-left: 6px;
}

.detail-product-four-modal-gallery .nav li.active {
  background-color: #121212;
  color: #fff;
}

.detail-product-four-related .section-heading-eight {
  margin-bottom: 64px;
}

.detail-product-four-related .swiper-button-next::after,
.detail-product-four-related .swiper-button-prev::after {
  content: "\e90e";
  font-family: "icomoon";
  font-size: 16px;
  color: #121212;
}

.detail-product-four-related .swiper-button-prev::after {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.detail-product-four-related .swiper-pagination-bullet {
  background-color: #121212;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  opacity: 0.15;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 17px;
  height: 2px;
}

.detail-product-four-related .swiper-pagination-bullet-active {
  opacity: 0.4;
}

@media only screen and (max-width: 767px) {
  .detail-product-four-related .swiper {
    padding-bottom: 40px;
  }

  .detail-product-four-related .swiper-bottom {
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
  }
}

.detail-product-four-tabs {
  margin: 103px auto;
}

.detail-product-four-tabs-heading {
  margin-bottom: 92px;
}

.detail-product-four-tabs-heading::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 17px;
  background-color: rgba(242, 229, 221, 0.2);
  z-index: -1;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.detail-product-four-tabs .nav {
  padding: 0 65px;
  background-color: #fff;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}

.detail-product-four-tabs .nav li {
  padding: 15px 25px 16px 28px;
  font-size: 12px;
  font-weight: 500;
  color: #000;
  line-height: 18px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.detail-product-four-tabs .nav li i {
  margin-left: 6px;
  font-size: 16px;
}

.detail-product-four-tabs .nav li.active {
  background-color: #121212;
  color: #fff;
}

.detail-product-four-tabs-title {
  font-size: 19px;
  line-height: 29px;
  color: #000;
  margin-bottom: 14px;
}

.detail-product-four-tabs-title span {
  font-weight: 900;
}

.detail-product-four-tabs #description p {
  font-size: 12px;
  line-height: 32px;
  color: #494949;
}

#info .detail-product-four-tabs-title {
  margin-bottom: 50px;
}

.detail-product-four-tabs #info ul li:not(:last-child) {
  margin-bottom: 8px;
}

.detail-product-four-tabs #info ul li::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 5px;
  height: 100%;
  background-color: #f8f9fb;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}

.detail-product-four-tabs #info ul li span:first-child {
  padding: 0 30px 0 12px;
  font-size: 12px;
  max-width: 20%;
}

.detail-product-four-tabs #info ul li span:last-child {
  background-color: #f8f9fb;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  padding: 17px 20px 19px;
  font-size: 12px;
  line-height: 19px;
  color: #232323;
  max-width: 80%;
}

.detail-product-four-tabs #info .btn {
  font-size: 14px;
  line-height: 31px;
  color: #111;
  padding: 15px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  border: 1px solid #d6d6d6;
  margin-top: 34px;
}

.detail-product-four-bottom {
  -webkit-border-radius: 22px;
  -moz-border-radius: 22px;
  border-radius: 22px;
  right: 12px;
  bottom: 12px;
  left: 12px;
  -webkit-box-shadow: 0px -76px 74px rgba(0, 0, 0, 0.04);
  -moz-box-shadow: 0px -76px 74px rgba(0, 0, 0, 0.04);
  box-shadow: 0px -76px 74px rgba(0, 0, 0, 0.04);
  z-index: 999;
  padding: 19px 24px 21px;
}

.detail-product-four-bottom .quantity {
  width: 94px;
  height: 37px;
  border: 1px solid #000;
  font-size: 13px;
  margin-left: 7px;
}

.detail-product-four-bottom .quantity input {
  width: 20px;
}

.detail-product-four-bottom .btn {
  font-size: 12px;
  line-height: 19px;
  padding: 9px 15px;
}

.detail-product-four-bottom .btn::before {
  content: none;
}

.detail-product-four-bottom .btn i {
  font-size: 14px;
  margin-left: 6px;
}

.detail-product-four-bottom del {
  font-size: 12px;
  color: #919191;
  line-height: 18px;
  margin-left: 6px;
}

.detail-product-four-bottom del+span {
  width: 20px;
  height: 20px;
  background-color: #cb0303;
  font-size: 10px;
  line-height: 15px;
}

.detail-product-four-bottom .price {
  font-size: 13px;
  line-height: 20px;
  color: #000;
  font-weight: 900;
}

.detail-product-four-bottom .price i {
  font-size: 16px;
}

@media only screen and (max-width: 991px) {
  .detail-product-four-gallery-origin {
    padding: 0 82px;
  }

  .detail-product-four-box {
    margin: 33px 0 22px;
    border: 1px solid #e2e2e2;
    padding: 18px 29px 15px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
  }

  .detail-product-four-box .title-detail-product {
    margin-bottom: 0;
  }

  .detail-product-four-sidebar .info-sell {
    margin: 0;
  }

  .detail-product-four-sidebar .exists-product {
    margin-top: 16px;
  }

  .detail-product-four-sidebar .options-send {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
  }

  .detail-product-four-modal-gallery .modal-dialog {
    --bs-modal-border-radius: 32px;
    --bs-modal-padding: 40px;
  }

  .detail-product-four-modal-gallery .modal-content {
    min-height: 400px;
  }

  .detail-product-four-modal-gallery .modal-close {
    top: 16px;
    left: 16px;
  }

  .detail-product-four-modal-gallery-origin {
    margin-left: 0;
  }

  .detail-product-four-tabs .nav {
    overflow: auto hidden;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }

  .detail-product-four-tabs .nav::-webkit-scrollbar {
    display: none;
  }

  .detail-product-four-tabs .nav li {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .detail-product-four-tabs #info ul li span:first-child {
    max-width: 35%;
  }

  .detail-product-four-tabs #info ul li span:last-child {
    max-width: 65%;
  }
}

@media only screen and (max-width: 991px) {
  .detail-product-four-tabs .nav {
    padding: 0;
  }
}

@media only screen and (max-width: 575px) {
  .detail-product-four-gallery-origin {
    padding: 0 48px;
  }

  .detail-product-four-modal-gallery .modal-dialog {
    --bs-modal-border-radius: 20px;
    --bs-modal-padding: 20px;
  }

  .detail-product-four-modal-gallery .modal-content {
    min-height: 200px;
  }

  .detail-product-four-modal-gallery .modal-content::before {
    width: 220px;
  }

  .detail-product-four-modal-gallery .modal-content::after {
    width: 120px;
  }

  .detail-product-four-modal-gallery-origin {
    margin-top: 28px;
  }

  .detail-product-four-modal-gallery .nav li {
    max-width: -webkit-calc(50% - 4px);
    max-width: -moz-calc(50% - 4px);
    max-width: calc(50% - 4px);
    width: 100%;
    padding: 15px 0 16px;
    text-align: center;
  }

  .detail-product-four-tabs {
    margin: 70px auto;
  }

  .detail-product-four-tabs-heading {
    margin: 0 -12px 48px;
  }

  .detail-product-four-tabs-heading .nav {
    padding: 0 12px;
  }

  .detail-product-four-tabs-heading .nav li {
    padding: 10px 16px;
  }

  .detail-product-four-tabs #info ul li span:first-child,
  .detail-product-four-tabs #info ul li span:last-child {
    font-size: 12px;
    line-height: 18px;
  }

  .detail-product-four-tabs #info ul li span:first-child {
    padding-right: 12px;
  }
}

@media only screen and (max-width: 399px) {
  .detail-product-four-bottom {
    padding: 19px 12px 21px;
    right: 6px;
    left: 6px;
  }

  .detail-product-four-bottom .quantity {
    width: 80px;
  }

  .detail-product-four-bottom .btn {
    font-size: 10px;
    padding: 8px;
  }
}

.options-three {
  margin: 60px 0 55px;
  padding: 85px 0;
  background-color: rgba(255, 249, 245, 0.3);
}

.options-three-items li {
  padding: 0 12px;
  max-width: 20%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.options-three-items li:not(:last-child) {
  border-left: 1px solid rgba(145, 145, 145, 0.6);
}

.options-three-items li img {
  width: 40px;
  height: 40px;
  margin-left: 12px;
}

.options-three-items li .title,
.options-three-items li .sub-title {
  font-size: 14px;
  line-height: 22px;
  color: #000;
}

.options-three-items li .title {
  font-weight: 800;
}

@media only screen and (max-width: 991px) {
  .options-three-items {
    gap: 24px 0;
    overflow: auto hidden;
    -ms-overflow-style: none;
    scrollbar-width: none;
    -webkit-scroll-snap-type: x mandatory;
    -ms-scroll-snap-type: x mandatory;
    scroll-snap-type: x mandatory;
  }

  .options-three-items::-webkit-scrollbar {
    display: none;
  }

  .options-three-items li {
    max-width: 30%;
    scroll-snap-align: start;
  }
}

@media only screen and (max-width: 767px) {
  .options-three {
    padding: 40px 0;
    margin: 32px 0;
  }

  .options-three-items li {
    max-width: 37%;
  }
}

@media only screen and (max-width: 575px) {
  .options-three-items li {
    max-width: 55%;
  }

  .options-three-items li img {
    width: 32px;
    height: 32px;
    margin-left: 8px;
  }
}

.modal-info-product .modal-dialog {
  --bs-modal-width: 369px;
  --bs-modal-border-radius: 30px;
}

.modal-info-product .modal-content {
  padding: 0 24px;
}

.modal-info-product .modal-header {
  padding: 24px 0 14px;
  margin-bottom: 19px;
}

.modal-info-product .modal-header button {
  font-size: 20px;
  color: #292d32;
}

.modal-info-product .modal-title {
  font-size: 12px;
  color: #000;
  line-height: 18px;
}

.modal-info-product .modal-title span {
  font-weight: 900;
}

.modal-info-product .modal-body {
  padding: 0 0 38px;
}

.modal-info-product .modal-body ul li:not(:last-child) {
  margin-bottom: 11px;
}

.modal-info-product .modal-body ul li::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 5px;
  height: 100%;
  background-color: #f8f9fb;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}

.modal-info-product .modal-body ul li span {
  padding: 0 12px;
  font-size: 11px;
  line-height: 16px;
}

.modal-info-product .modal-body ul li span:first-child {
  max-width: 110px;
}

.modal-info-product .modal-body ul li span:last-child {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 1%;
  -moz-box-flex: 1;
  -ms-flex: 1 0 1%;
  flex: 1 0 1%;
  background-color: #f8f9fb;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  padding: 13px 17px;
}

@media only screen and (max-width: 575px) {
  .modal-info-product .modal-dialog {
    --bs-modal-border-radius: 15px;
  }

  .modal-info-product .modal-content {
    padding: 0 16px;
  }
}

.js-image-zoom__zoomed-image {
  width: 100% !important;
  height: 100% !important;
  border: 1px solid #f2e5dd;
  z-index: 99;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background-color: #fff;
}

@media only screen and (max-width: 575px) {
  .product {
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
  }

  .product .status {
    font-size: 12px;
    line-height: 22px;
    width: 54px;
    height: 22px;
  }

  .product-image {
    padding-top: 40px;
  }

  .product-image .discount {
    font-size: 10px;
    line-height: 20px;
    width: 42px;
    height: 26px;
  }

  .product-image .status {
    font-size: 10px;
    line-height: 22px;
    top: 12px;
    right: 12px;
  }

  .product .detail {
    padding: 0 8px 12px;
  }

  .product .detail h2 {
    margin-top: 12px;
  }

  .product .detail h2 a {
    font-size: 12px;
  }

  .product .detail .offer {
    font-size: 12px;
    line-height: 18px;
  }

  .product .detail .price {
    font-size: 14px;
    line-height: 20px;
  }

  .product .detail .price span {
    margin-right: 4px;
    font-size: 10px;
  }

  .product-hover {
    padding: 12px 8px;
  }

  .product-hover .btn:first-child {
    padding: 7px 8px;
    margin-left: 4px;
    font-size: 12px;
  }

  .product-hover .btn:last-child {
    width: 30px;
    height: 30px;
    font-size: 12px;
  }

  .product-two {
    padding: 35px 5px 8px;
  }

  .product-two-image {
    padding-bottom: 12px;
  }

  .product-two-image img {
    max-width: 100%;
    height: 120px;
  }

  .product-two-detail {
    padding-top: 8px;
  }

  .product-two-detail .status {
    width: 52px;
    line-height: 20px;
    font-size: 10px;
    top: 8px;
    right: 8px;
  }

  .product-two-detail .offer {
    width: 35px;
    height: 20px;
    line-height: 20px;
    font-size: 10px;
    top: 5px;
  }

  .product-two-detail h2 {
    font-size: 12px;
    margin-bottom: 8px;
  }

  .product-two-detail .offer-price del {
    font-size: 12px;
    line-height: 18px;
    margin-left: 4px;
  }

  .product-two-detail .offer-price span {
    font-size: 12px;
    line-height: 18px;
  }

  .product-two-detail .offer-price span i {
    font-size: 12px;
    line-height: 18px;
    margin-right: 3px;
  }

  .product-two-detail .btn {
    font-size: 12px;
    bottom: 16px;
    left: 5px;
    max-width: -webkit-calc(100% - 10px);
    max-width: -moz-calc(100% - 10px);
    max-width: calc(100% - 10px);
  }

  .product-three {
    padding: 34px 5px 12px;
  }

  .product-three .image img {
    width: auto;
    height: 120px;
  }

  .product-three .detail {
    padding: 0;
  }

  .product-three .detail .status {
    top: 8px;
    right: 8px;
  }

  .product-three .detail .offer {
    height: 20px;
    line-height: 20px;
    bottom: 38px;
    left: 14px;
  }

  .product-three .detail .price-offer {
    font-size: 11px;
    line-height: 30px;
  }

  .product-three .detail .price-offer del {
    font-size: 12px;
    line-height: 18px;
    margin-left: 4px;
  }

  .product-three .detail .price-offer span {
    font-size: 12px;
    line-height: 18px;
  }

  .product-three .detail .price-offer span.woocommerce-Price-currencySymbol {
    font-size: 12px;
    line-height: 18px;
    font-weight: 300;
    margin-right: 4px;
  }

  .product-three .detail .btn {
    bottom: 12px;
    left: 5px;
    max-width: -webkit-calc(100% - 10px);
    max-width: -moz-calc(100% - 10px);
    max-width: calc(100% - 10px);
  }

  .product-four .product-image .discount {
    width: 36px;
    height: 24px;
    line-height: 24px;
  }

  .product-five,
  .product-five .product-image {
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
  }

  .product-five .content {
    padding: 16px 8px 12px;
  }

  .product-five .content h2 {
    font-size: 12px;
  }

  .product-five .content .price {
    font-size: 12px;
  }

  .product-five .content .price del {
    font-size: 13px;
    line-height: 20px;
  }

  .product-five .content .price span {
    font-size: 15px;
    line-height: 22px;
    margin: 0 4px;
  }

  .product-five .content .product-hover {
    padding: 4px 8px 8px;
  }

  .product-five .product-image {
    padding: 32px 16px 20px;
  }

  .product-six {
    padding: 12px 5px;
  }

  .product-six h2 {
    font-size: 12px;
  }

  .product-six .image {
    margin-bottom: 12px;
  }

  .product-six .image img {
    width: auto;
    height: 120px;
  }

  .product-six .image .offer {
    font-size: 12px;
    width: 34px;
    height: 32px;
    line-height: 34px;
  }

  .product-six .price {
    font-size: 10px;
  }

  .product-six .price del {
    font-size: 12px;
    line-height: 18px;
    padding: 6px 6px;
  }

  .product-six .price span {
    font-size: 12px;
    line-height: 30px;
  }

  .product-six .btn {
    font-size: 12px;
    left: 5px;
    bottom: 12px;
    max-width: -webkit-calc(100% - 10px);
    max-width: -moz-calc(100% - 10px);
    max-width: calc(100% - 10px);
  }

  .product-seven {
    padding: 10px 5px;
  }

  .product-seven h2 {
    font-size: 12px;
    margin-bottom: 12px;
  }

  .product-seven .image {
    margin-bottom: 12px;
  }

  .product-seven .image img,
  .product-eight .image:not(.full-width) img {
    width: auto;
    height: 120px;
  }

  .product-seven .price {
    padding: 3px 4px 4px;
    font-size: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 30px;
  }

  .product-seven .price del {
    font-size: 12px;
    line-height: 18px;
    margin-left: 4px;
    font-weight: bold;
  }

  .product-seven .price span {
    font-size: 10px;
    line-height: 16px;
    margin-right: 4px;
  }

  .product-seven .d-flex>.btn:first-child {
    font-size: 12px;
    line-height: 20px;
    height: 24px;
    width: 48px;
    margin-right: 5px !important;
  }

  .product-seven .offer {
    font-size: 12px;
    line-height: 24px;
    width: 42px;
    height: 24px;
    margin-left: 5px !important;
  }

  .product-seven>.btn {
    font-size: 12px;
    max-width: -webkit-calc(100% - 10px);
    max-width: -moz-calc(100% - 10px);
    max-width: calc(100% - 10px);
    padding: 5px 4px;
    bottom: 46px;
  }

  .product-eight .image {
    -webkit-border-radius: 20px 20px 20px 0;
    -moz-border-radius: 20px 20px 20px 0;
    border-radius: 20px 20px 20px 0;
    margin-bottom: 12px;
  }

  .product-eight .image .offer {
    width: 45px;
    height: 22px;
    font-size: 12px;
    line-height: 22px;
    top: 8px;
    right: 8px;
  }

  .product-eight h2 {
    font-size: 12px;
    margin-bottom: 12px;
  }

  .product-eight .price {
    font-size: 11px;
    line-height: 16px;
  }

  .product-eight .price del {
    font-size: 12px;
    line-height: 18px;
  }

  .product-eight .price span {
    font-size: 14px;
    line-height: 20px;
  }

  .product-eight .d-flex .btn {
    font-size: 11px;
    line-height: 18px;
    width: 40px;
    height: 22px;
    bottom: 2px;
  }

  .product-eight .content {
    padding: 0;
  }

  .product-eight .content>.btn {
    max-width: -webkit-calc(100% - 54px);
    max-width: -moz-calc(100% - 54px);
    max-width: calc(100% - 54px);
    font-size: 10px;
    padding: 5px 4px;
    bottom: 0;
    line-height: 16px;
  }

  .product-not .product-image {
    margin-bottom: 12px;
    padding: 40px 8px 0;
  }

  .product-not .product-image img {
    max-width: 100%;
    width: auto;
    height: 120px;
  }

  .product-not .detail h2 {
    margin: 0 0 8px;
  }

  .product-not .detail .icons-offer ul {
    margin-left: 4px;
  }

  .product-not .detail .icons-offer ul li:not(:last-child) {
    margin-left: 3px;
  }

  .product-not .detail .icons-offer ul li a {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 13px;
  }

  .product-not .detail .icons-offer span {
    width: 28px;
    height: 24px;
    line-height: 24px;
    font-size: 12px;
    margin-right: auto;
  }

  .product-ten .product-image {
    height: auto;
    margin-bottom: 12px;
    padding-top: 32px;
  }

  .product-ten .product-image img {
    max-width: 100%;
    height: 120px;
  }

  .product-ten .product-image .status {
    top: 8px;
    right: 8px;
  }

  .product-ten .add-to-cart span:first-child {
    width: 32px;
    height: 32px;
    font-size: 28px;
  }

  .product-ten .add-to-cart span:last-child {
    margin-right: 4px;
    font-size: 11px;
    line-height: 17px;
  }

  .product-ten .detail h2 {
    margin: 0 0 8px;
  }

  .product-eleven .product-image .discount {
    top: 37px;
    right: 8px;
    width: 40px;
    height: 24px;
    line-height: 24px;
    font-size: 12px;
  }

  .product-eleven .product-image .bookmark {
    top: 8px;
    right: 8px;
    width: 40px;
    height: 28px;
    line-height: 28px;
    font-size: 14px;
  }

  .product-eleven .product-image .colors {
    top: 8px;
    left: 8px;
  }

  .product-eleven .product-image .colors li:not(:last-child) {
    margin-bottom: 2px;
  }

  .product-eleven .product-image .colors li a {
    width: 8px;
    height: 8px;
  }

  .product-eleven .product-image img {
    padding: 0 8px;
  }

  .product-eleven .detail .offer {
    margin-top: 18px;
  }

  .product-eleven .detail h2 {
    margin-bottom: 12px;
  }

  .product-eleven .detail .btns {
    padding-top: 12px;
  }

  .product-eleven .detail .btns>button {
    font-size: 14px;
  }

  .product-thirteen {
    padding: 48px 5px 16px;
  }

  .product-thirteen .discount {
    width: 32px;
    height: 32px;
    line-height: 32px;
    font-size: 12px;
    top: 8px;
    right: 8px;
  }

  .product-thirteen .product-image {
    margin-bottom: 12px;
  }

  .product-thirteen .btns {
    top: 8px;
    left: 8px;
  }

  .product-thirteen .btns li a {
    width: 32px;
    height: 32px;
    line-height: 32px;
    font-size: 12px;
  }

  .product-thirteen-two .btns {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) scale(0);
    -moz-transform: translate(-50%, -50%) scale(0);
    -ms-transform: translate(-50%, -50%) scale(0);
    -o-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
  }

  .product-thirteen-three .btns {
    top: auto;
    left: 50%;
    -webkit-transform: translate(-50%, 90px);
    -moz-transform: translate(-50%, 90px);
    -ms-transform: translate(-50%, 90px);
    -o-transform: translate(-50%, 90px);
    transform: translate(-50%, 90px);
  }
}

@media only screen and (max-width: 991px) {

  .top-products-tabs,
  .top-products-two-tabs,
  .top-products-three-tabs,
  .top-seller-products-tabs,
  .top-seller-products-two-tabs,
  .top-products-five-tabs,
  .top-products-six .nav-pills {
    overflow: auto hidden;
    -ms-overflow-style: none;
    scrollbar-width: none;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .top-products-tabs::-webkit-scrollbar,
  .top-products-two-tabs::-webkit-scrollbar,
  .top-products-three-tabs::-webkit-scrollbar,
  .top-seller-products-tabs::-webkit-scrollbar,
  .top-seller-products-two-tabs::-webkit-scrollbar,
  .top-products-five-tabs::-webkit-scrollbar,
  .top-products-six .nav-pills::-webkit-scrollbar {
    display: none;
  }

  .top-seller-products-two-tabs {
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    margin: 0 auto;
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
    -moz-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .top-products-six .nav-pills {
    padding: 0 24px;
    margin: 0 -12px;
  }

  .top-seller-products-tabs,
  .top-products-six .nav-pills {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
    -moz-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .top-seller-products-tabs li:first-child,
  .top-products-six .nav-pills li:first-child {
    margin-right: auto;
  }

  .top-seller-products-tabs li:last-child,
  .top-products-six .nav-pills li:last-child {
    margin-left: auto;
  }
}

@media only screen and (max-width: 575px) {
  .amazing-offer .product-image .discount {
    width: 42px;
    height: 26px;
    line-height: 26px;
  }

  .amazing-offer .product-image .date-discount {
    font-size: 12px;
    width: 64px;
    height: 26px;
    line-height: 26px;
  }

  .amazing-offer .product .detail .price {
    font-size: 12px;
    line-height: 18px;
  }

  .amazing-offer-slide {
    padding: 0 8px;
  }

  .top-products-two-wrapper {
    margin: 0 -12px;
  }

  .products-category-wrapper {
    padding: 0 12px 30px;
    margin: 0 -12px;
  }

  .new-products-category .swiper {
    margin-right: 0;
  }

  .buy-vip .swiper .product-seven {
    padding: 30px 5px 18px;
  }

  .buy-vip .swiper .product-seven .price {
    padding: 1px 4px 0;
  }

  .buy-vip .swiper .product-seven .price del {
    font-size: 12px;
    line-height: 18px;
    margin-left: 4px;
  }

  .buy-vip .swiper .product-seven .price span {
    font-size: 14px;
    line-height: 20px;
  }

  .buy-vip .swiper .product-seven .btn {
    bottom: 45px;
  }

  .product-ten.gradient {
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
  }
}

@media only screen and (max-width: 575px) {
  .row-mobile {
    margin: 0 -8px;
    gap: 16px 0;
  }

  .row-mobile>* {
    padding: 0 4px;
  }

  span.woocommerce-Price-amount.amount,
  .product-two span.woocommerce-Price-amount.amount,
  .priceva span.woocommerce-Price-amount.amount,
  .product-twelve .detail .price b,
  .product-thirteen span.woocommerce-Price-amount.amount,
  .product.product1.maip .detail .price {
    font-size: 14px;
    line-height: 24px;
    bottom: 0;
  }

  .priceva span.woocommerce-Price-amount.amount {
    line-height: 30px;
  }

  .container .elementor-column-gap-default>.elementor-column>.elementor-element-populated,
  .container .container {
    padding-right: 0;
    padding-left: 0;
  }

  .elementor-section.elementor-section-stretched .container {
    padding: 0 12px;
  }

  .product-image>a>img {
    max-height: 100px;
  }

  .product-hover .btn:first-child,
  .product-hover .btn:last-child {
    display: none;
  }

  .elementor img {
    width: 100%;
    height: auto;
  }

  .product-four,
  .product-ten {
    border-radius: 0;
  }

  .product-seven span.woocommerce-Price-amount.amount {
    font-size: 12px;
  }

  .product-eight .image:not(.full-width) {
    min-height: 168px;
  }

  * * span.woocommerce-Price-currencySymbol {
    font-size: 10px;
  }

  .product-two-image img {
    width: auto;
    height: 120px;
  }

  del .woocommerce-Price-amount bdi:first-child {
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
  }

  del .woocommerce-Price-amount bdi:first-child {
    font-size: 12px;
  }

  .product-ten {
    height: 332px;
  }
}

.product-not .detail .icons-offer ul li span {
  line-height: 30px;
  height: 100%;
}

.product-not .woosw-btn-has-icon {
  padding: 0;
  margin: 0;
}

.product-eight .content,
.product-four,
.product-four .detail,
.product-ten,
.product-ten .detail,
.product-eleven,
.product-eleven .detail,
.product-twelve .detail,
.product-two,
.product-two-detail,
.product-three,
.product-three .detail,
.product-eight,
.product-seven,
.product-six,
.product-not,
.product-thirteen,
.product-thirteen .detail,
.product1,
.product1 .detail {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.product-not .detail {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  height: 100%;
}

.product-not .detail .offer {
  width: 100%;
}

.product-not .detail span.woocommerce-Price-amount.amount,
.product-not .dashvar {
  margin-top: 28px;
}

.product-eleven .detail,
.product-three .detail,
.product-eight .content,
.product-four .detail,
.product-thirteen .detail,
.product1 .detail,
.product-two-detail {
  height: 100%;
}

.product-four .detail h2+div,
.product-twelve .detail h2+div,
.product-two-detail h2+div,
.product-three .detail h2+div,
.product-eight .content h2+div,
.product-six .price,
.product-thirteen .detail h2+div,
.product-not .icons-offer {
  margin-top: auto;
}

.product-ten .detail h2 {
  margin-top: 0;
}


.product-six .price span.woocommerce-Price-currencySymbol,
.product-two span.woocommerce-Price-currencySymbol {
  font-weight: 300;
  font-style: 12px;
  line-height: 18px;
}

.product-twelve .detail h2+div {
  align-self: center;
  height: 100%;
}

.product-eight .content h2+div>a {
  bottom: 16px;
}

.product-ten .detail>*:first-child:not(.offer) {
  margin: 48px 0 8px;
}

.product-ten .detail .price {
  margin-bottom: 8px;
}

.product-eleven .detail>*:first-child:not(.offer) {
  margin: auto 0 0;
  transform: translateY(4px);
}

.product-six .priceva del {
  padding: 0 6px;
}

.product-six .priceva del span.woocommerce-Price-amount.amount {
  padding: 0;
}

.product-six .priceva del span.woocommerce-Price-amount.amount bdi {
  margin: 0;
  color: #fff;
}

.product-three del .woocommerce-Price-amount bdi:first-child {
  color: #fff;
}

.product-seven .price del span {
  color: #212341;
}

.product-ten .detail {
  padding-bottom: 40px;
}

.product-six .priceva span.woocommerce-Price-amount.amount:last-child:not(:nth-child(3)) {
  margin: 0 auto;
}

.product-seven .price del span bdi {
  color: #212341;
  font-weight: 300;
}

.product-not .detail>div:first-child {
  height: 55px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.product-not .detail>div:first-child .offer,
.product-not .detail>div:first-child>span.woocommerce-Price-amount.amount,
.product-not .detail>div:first-child>span.dashvar {
  margin-top: 0;
}

.product-not .detail>div:first-child>span.dashvar {
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  -o-transform: translateY(-5px);
  transform: translateY(-5px);
}

@media only screen and (max-width: 575px) {
  .product-eleven .detail>*:first-child:not(.offer) {
    transform: unset;
    margin: 33px 0 0;
  }

  .product-not .detail span.woocommerce-Price-amount.amount,
  .product-not .dashvar {
    margin-top: 20px;
  }

  .product-not .detail>div:first-child>span.dashvar {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@media only screen and (max-width: 575px) {
  .product.product1.maip {
    height: 271px !important;
  }
}

@media only screen and (max-width: 575px) {
  .dashvar {
    bottom: 0px;
    position: relative;
  }
}

@media only screen and (max-width: 575px) {
  .woosc-btn.woosc-btn-has-icon.woosc-btn-icon-text {
    margin-right: 45px !important;
    margin-top: 19px !important;
  }
}

@media only screen and (max-width: 575px) {
  .product-two {
    height: 300px !important;
  }
}

@media only screen and (max-width: 575px) {
  .product.product1 {
    height: 280px;
  }
}

@media only screen and (max-width: 575px) {
  .product-three {
    height: 285px;
  }
}

@media only screen and (max-width: 575px) {
  .product-four {
    height: 280px;
  }
}

@media only screen and (max-width: 575px) {
  .product-not {
    height: 302px;
  }
}

@media only screen and (max-width: 575px) {
  .product-ten {
    height: 313px;
  }
}

@media only screen and (max-width: 575px) {
  .product-eleven {
    height: 336px;
  }
}

@media only screen and (max-width: 575px) {
  .product-thirteen {
    height: 274px;
  }
}

@media only screen and (max-width: 575px) {
  .product-eight {
    height: 305px;
  }
}

@media only screen and (max-width: 575px) {
  .product-seven {
    height: 290px;
  }
}

@media only screen and (max-width: 575px) {
  .product-six {
    height: 288px;
  }
}

.top-brands-item .content .brandth {
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  color: #000;
  margin: 32px 0 10px;
}

.top-brands-item .content .brandth span {
  font-weight: 900;
}

.top-brands-item {
  background-color: #fff;
}

.top-brands {
  margin: 0;
}

.popular-products {
  margin: 0;
}

.top-category-five-item .image img {
  object-fit: contain;
}

.swiper-new-products-offer .product {
  -webkit-box-shadow: inset 0 10px 15px rgb(0 0 0 / 5%) !important;
  -moz-box-shadow: inset 0 10px 15px rgb(0 0 0 / 5%) !important;
  box-shadow: inset 0 10px 15px rgb(0 0 0 / 5%) !important;
  margin-top: 10px;
}

.swiper-new-products-offer .product-five .product-image {
  -webkit-box-shadow: inset 0 10px 15px rgb(0 0 0 / 5%) !important;
  -moz-box-shadow: inset 0 10px 15px rgb(0 0 0 / 5%) !important;
  box-shadow: inset 0 10px 15px rgb(0 0 0 / 5%) !important;
}

.swiper-new-products-offer .product-eight .image {
  -webkit-box-shadow: inset 0 10px 15px rgb(0 0 0 / 5%) !important;
  -moz-box-shadow: inset 0 10px 15px rgb(0 0 0 / 5%) !important;
  box-shadow: inset 0 10px 15px rgb(0 0 0 / 5%) !important;
}

.swiper-new-products-offer .product-twelve {
  -webkit-box-shadow: inset 0 10px 15px rgb(0 0 0 / 5%) !important;
  -moz-box-shadow: inset 0 10px 15px rgb(0 0 0 / 5%) !important;
  box-shadow: inset 0 10px 15px rgb(0 0 0 / 5%) !important;
  margin-top: 15px;
}

.carpet-wrapper {
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
}

.carpet-item .image .shape-1 {
  width: 275px;
  height: 275px;
  background-size: contain !important;
  background-repeat: no-repeat !important;
}

.carpet-wrapper {
  max-width: unset !important;
}

.carpet-left {
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
}

.carpet-item .image img {
  object-fit: contain;
}

.carousel-dress-wrapper {
  max-width: unset;
}

.carousel-dress-item .image img {
  object-fit: contain;
}

.carousel-dress-wrapper {
  background-size: cover !important;
}

.brands-six-wrapper::before {
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
}

.offer-books-wrapper::before {
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
}

.section-heading-nine {
  margin-bottom: 0;
}

.swiper-discount-products-two .product {
  -webkit-box-shadow: inset 0 10px 15px rgb(0 0 0 / 5%) !important;
  -moz-box-shadow: inset 0 10px 15px rgb(0 0 0 / 5%) !important;
  box-shadow: inset 0 10px 15px rgb(0 0 0 / 5%) !important;
  margin-top: 10px;
}

.swiper-discount-products-two .product-five .product-image {
  -webkit-box-shadow: inset 0 10px 15px rgb(0 0 0 / 5%) !important;
  -moz-box-shadow: inset 0 10px 15px rgb(0 0 0 / 5%) !important;
  box-shadow: inset 0 10px 15px rgb(0 0 0 / 5%) !important;
}

.swiper-discount-products-two .product-eight .image {
  -webkit-box-shadow: inset 0 10px 15px rgb(0 0 0 / 5%) !important;
  -moz-box-shadow: inset 0 10px 15px rgb(0 0 0 / 5%) !important;
  box-shadow: inset 0 10px 15px rgb(0 0 0 / 5%) !important;
}

.swiper-discount-products-two .product-twelve {
  -webkit-box-shadow: inset 0 10px 15px rgb(0 0 0 / 5%) !important;
  -moz-box-shadow: inset 0 10px 15px rgb(0 0 0 / 5%) !important;
  box-shadow: inset 0 10px 15px rgb(0 0 0 / 5%) !important;
  margin-top: 15px;
}

.discount-products-right::after {
  -webkit-background-size: contain !important;
  -moz-background-size: contain !important;
  -o-background-size: contain !important;
  background-size: contain !important;
}

.discount-products-right .swiper-slide>* {
  margin-right: 74px;
}

.swiper-discount-products .product {
  -webkit-box-shadow: inset 0 10px 15px rgb(0 0 0 / 5%) !important;
  -moz-box-shadow: inset 0 10px 15px rgb(0 0 0 / 5%) !important;
  box-shadow: inset 0 10px 15px rgb(0 0 0 / 5%) !important;
  margin-top: 10px;
}

.swiper-discount-products .product-five .product-image {
  -webkit-box-shadow: inset 0 10px 15px rgb(0 0 0 / 5%) !important;
  -moz-box-shadow: inset 0 10px 15px rgb(0 0 0 / 5%) !important;
  box-shadow: inset 0 10px 15px rgb(0 0 0 / 5%) !important;
}

.swiper-discount-products .product-eight .image {
  -webkit-box-shadow: inset 0 10px 15px rgb(0 0 0 / 5%) !important;
  -moz-box-shadow: inset 0 10px 15px rgb(0 0 0 / 5%) !important;
  box-shadow: inset 0 10px 15px rgb(0 0 0 / 5%) !important;
}

.swiper-discount-products .product-twelve {
  -webkit-box-shadow: inset 0 10px 15px rgb(0 0 0 / 5%) !important;
  -moz-box-shadow: inset 0 10px 15px rgb(0 0 0 / 5%) !important;
  box-shadow: inset 0 10px 15px rgb(0 0 0 / 5%) !important;
  margin-top: 15px;
}

.swiper-carousel-home img {
  object-fit: cover !important;
}

.best-category-four-item .image img {
  object-fit: contain !important;
}

.category-products-six .swiper-button-next,
.category-products-six .swiper-button-prev {
  top: -50px;
}

.category-products-six {
  margin: 0;
}

.slider-home-three {
  margin: 0;
}

.best-category-two-item img {
  object-fit: contain;
}

/* new style.css */
.popup-content:before {
  content: "";
  border: 1px solid #ffffff3d;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 27px);
  -moz-transform: translate(-50%, 27px);
  -ms-transform: translate(-50%, 27px);
  -o-transform: translate(-50%, 27px);
  transform: translate(-50%, 27px);
  -webkit-border-radius: 0 0 30px 30px;
  -moz-border-radius: 0 0 30px 30px;
  border-radius: 0 0 30px 30px;
  width: 65%;
  height: 27px;
  -webkit-box-shadow: inset 0 80px 99px rgba(0, 0, 0, .15);
  -moz-box-shadow: inset 0 80px 99px rgba(0, 0, 0, .15);
  box-shadow: inset 0 80px 99px rgba(0, 0, 0, .15);
  background-color: rgba(255, 255, 255, .1);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
}

.popup-content:after {
  content: "";
  position: absolute;
  width: 86px;
  height: 33px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
  -webkit-transform: translate(-50%, 56px);
  -moz-transform: translate(-50%, 56px);
  -ms-transform: translate(-50%, 56px);
  -o-transform: translate(-50%, 56px);
  transform: translate(-50%, 56px);
  z-index: -2;
  bottom: 16px;
  left: 50%;
}

.woocommerce-pagination {
  text-align: center;
  margin-top: 25px;
  margin-bottom: 25px;
}

a.page-numbers {
  margin: 4px;
  padding: 8px 15px 8px 15px;
  color: #000;
  background-color: #fff;
  font-size: 16px;
  font-weight: bold;
  border-radius: 10px;
  -webkit-box-shadow: 0 10px 50px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 10px 50px rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 50px rgba(0, 0, 0, 0.2);
}

span.page-numbers.current {
  margin: 4px;
  padding: 8px 15px 8px 15px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  border-radius: 10px;
  -webkit-box-shadow: 0 10px 50px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 10px 50px rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 50px rgba(0, 0, 0, 0.2);
}

.woocommerce nav.woocommerce-pagination ul {
  border: none;
}

.woocommerce .woocommerce-pagination ul.page-numbers li,
.woocommerce-page .woocommerce-pagination ul.page-numbers li {
  display: inline-block;
  border: none;
}

.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current {
  color: #fff;
  padding: 10px 15px 10px 15px;
  margin: 5px;
}

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
  padding: 10px 15px 10px 15px;
  background: #fff;
  margin: 5px;
  border-radius: 10px;
  -webkit-box-shadow: unset;
  -moz-box-shadow: unset;
  box-shadow: unset;

}

.woocommerce .woocommerce-form-login .woocommerce-form-login__submit {
  float: left !important;
  margin-left: 0 !important;
  padding: 15px 35px 16px 35px !important;
  border-radius: 100px !important;
}

.tamsho {
  font-weight: 900;
  font-size: 22px;
  margin-bottom: unset;
}

.boostify-menu .menu-item-has-children>a:after {
  content: '\f3d0' !important;
  font-family: "Ionicons" !important;
  padding-right: 5px !important;
}

.detail-blog-content ul li {
  list-style: unset;
  list-style-type: disc !important;
  margin-right: 30px;
  line-height: 35px;
}

.detail-blog-content p,
.detail-blog-content h1,
.detail-blog-content h2,
.detail-blog-content h3,
.detail-blog-content h4,
.detail-blog-content h5,
.detail-blog-content h6 {
  margin-bottom: 10px;
}

span.position-absolute.top-0.end-0.bg-porp.me-3.mt-3 {
  background: #c1c1c1;
  padding: 3px 3px 3px 8px;
  top: -7px !important;
  border-radius: 7px;
}

.detail-product-info .gallery-image-origin img {
  width: 90%;
  max-height: 360px;
  object-fit: contain;
}

.detail-product-info .gallery-image-item img {
  max-height: 110px;
  object-fit: contain;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: inline-block
}

.nav-header-cart-dropdown-two-products-item .delete {
  border-radius: 15px;
}

.nav-header-cart-dropdown-two-products-item {
  border-radius: 20px;
}

.cart-mobile-products-item .quantity .input-text.qty.text {
  font-size: 15px !important;
  width: 32px !important;
  height: 32px !important;
  margin: 0 5px !important;
}

.cart-first-total .total-price {
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  background-color: #ededed;
  padding: 4px 30px 4px 34px;
  max-width: 70%;
  margin-left: 21px;
  margin-bottom: 10px;
}

.cart-first-total .total-price>span {
  font-size: 18px;
  font-weight: 900;
  color: #232323;
  line-height: 28px;
}

.cart-first-total .total-price>div>span {
  font-size: 19px;
  margin-right: 3px;
  line-height: 29px;
}

.cart-first-total .total-price>div {
  font-size: 22px;
  color: #1d1d1d;
  font-weight: 500;
  line-height: 59px;
}

.pr4min.product {
  background-color: #fff !important;
  -webkit-box-shadow: unset !important;
  -moz-box-shadow: unset !important;
  border-radius: 0 !important;
  box-shadow: unset !important;

}

.detail-product-four-sidebar .quantity {
  display: flex !important;
}

.product-fifteen .btns li {
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.product-fifteen .btns li:nth-child(2) {
  -webkit-transition-delay: 0.15s;
  -moz-transition-delay: 0.15s;
  -o-transition-delay: 0.15s;
  transition-delay: 0.15s;
}

.product-fifteen .btns li:last-child {
  -webkit-transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.product-fifteen:hover .btns li {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.product-fifteen .btns,
.product-fifteen .image-price img,
.product-fifteen .image-price .price {
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.product-fifteen:hover .image-price img,
.product-fifteen:hover .image-price .price {
  -webkit-filter: blur(8px);
  filter: blur(8px);
}

.product-fifteen .discount {
  z-index: 9;
}

.product-fifteen .image-price img {
  -o-object-fit: contain;
  object-fit: contain;
}

.elementor-100 .elementor-element.elementor-element-4e33a11>.elementor-widget-container {
  margin: 0;
}

@media only screen and (max-width: 991px) {
  .amazing-offer-nine .amazing-offer-seven-item {
    background: linear-gradient(0deg, #00ff93 -71.98%, rgba(0, 255, 147, 0.0402883) 21.82%, rgba(0, 255, 147, 0) 108.84%);
    padding-bottom: 20px;
  }

  .amazing-offer-nine .amazing-offer-seven-item .content {
    position: unset;
  }

  .amazing-offer-nine .amazing-offer-seven-item .content .btns {
    transform: translate(24px, -24px);
  }

  .amazing-offer-nine .amazing-offer-seven-item .progress-circle {
    position: absolute !important;
    top: 0;
    left: 0;
    margin: 0;
    transform: scale(0.75) translate(70px, -130px);
  }

  .amazing-offer-nine .swiper-button-next,
  .amazing-offer-nine .swiper-button-prev {
    top: 50%;
    background-color: transparent;
    border: 2px solid #fff;
  }

  .amazing-offer-nine .swiper-button-next::after,
  .amazing-offer-nine .swiper-button-prev::after {
    color: #fff;
    font-weight: 900;
  }

  .amazing-offer-nine .swiper-button-next {
    left: 0;
    transform: translate(-24px, -50%);
  }

  .amazing-offer-nine .swiper-button-prev {
    right: 0;
    left: auto;
    transform: translate(24px, -50%);
  }

  .amazing-offer-two .container::before {
    height: 288px;
  }

  .amazing-offer-two .section-heading {
    padding: 36px 0 0;
    margin-bottom: 35px;
  }

  .amazing-offer-two-item {
    padding-top: 64px;
  }

  .amazing-offer-two-item img {
    margin: 0 auto 20px;
  }

  .amazing-offer-two-item .detail .info {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 0;
  }

  .amazing-offer-two-item .detail .info li {
    flex: 1 0 25%;
  }

  .amazing-offer-two-item .detail .timer {
    left: 50%;
    transform: translateX(-50%);
  }

  .amazing-offer-two .swiper {
    padding: 7px 32px 32px;
  }

  .amazing-offer-two .swiper,
  .amazing-offer-five .swiper,
  .amazing-offer-sixteen .swiper {
    position: relative;
    overflow: visible !important;
    margin: 0 24px;
  }

  .amazing-offer-two .swiper-button-next,
  .amazing-offer-two .swiper-button-prev,
  .amazing-offer-five .swiper-button-next,
  .amazing-offer-five .swiper-button-prev,
  .amazing-offer-sixteen .swiper-button-next,
  .amazing-offer-sixteen .swiper-button-prev {
    border: 2px solid #000;
    width: 33px;
    height: 33px;
    top: 50%;
    border-radius: 50%;
    opacity: 0.4;
  }

  .amazing-offer-two .swiper-button-next::after,
  .amazing-offer-two .swiper-button-prev::after,
  .amazing-offer-five .swiper-button-next::after,
  .amazing-offer-five .swiper-button-prev::after,
  .amazing-offer-sixteen .swiper-button-next::after,
  .amazing-offer-sixteen .swiper-button-prev::after {
    color: #000;
    font-size: 12px;
    line-height: 1;
    font-weight: 900;
  }

  .amazing-offer-two .swiper-button-next,
  .amazing-offer-five .swiper-button-next,
  .amazing-offer-sixteen .swiper-button-next {
    left: 0;
    transform: translate(-24px, -50%);
  }

  .amazing-offer-two .swiper-button-prev,
  .amazing-offer-five .swiper-button-prev,
  .amazing-offer-sixteen .swiper-button-prev {
    right: 0;
    left: auto;
    transform: translate(24px, -50%);
  }

  .amazing-offer-five .container::after {
    width: 100vw;
    height: 50%;
    border-radius: 0;
    left: 0;
  }

  .amazing-offer-five-wrapper {
    padding-top: 32px;
  }

  .amazing-offer-five .section-heading {
    margin-bottom: 32px;
  }

  .amazing-offer-five-slider::after {
    left: 24px;
    width: calc(100% - 48px);
  }

  .amazing-offer-eight .right {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .amazing-offer-eight .right .title {
    margin-bottom: 0;
  }

  .amazing-offer-eight-item .timear {
    transform: translate(180px, -130px);
  }

  .amazing-offer-eight .swiper-button-next,
  .amazing-offer-eight .swiper-button-prev {
    right: auto;
    transform: translate(110px, -55px);
  }

  .amazing-offer-eight .swiper-button-next {
    left: 0;
  }

  .amazing-offer-eight .swiper-button-prev {
    left: 35px;
  }

  .amazing-offer-sixteen {
    position: relative;
  }

  .amazing-offer-sixteen-wrapper {
    padding: 0;
    position: unset !important;
  }

  .amazing-offer-sixteen-wrapper .left {
    margin-top: 32px;
  }

  .amazing-offer-sixteen-wrapper .left::before {
    content: "";
    width: 62%;
    height: 214px;
    border-radius: 100px 0 0 100px;
    top: 120px;
  }

  .amazing-offer-sixteen-wrapper .left::after {
    content: none;
  }

  .amazing-offer-sixteen-item .timear {
    position: relative !important;
    top: 0;
    left: 0;
    transform: unset;
    justify-content: center;
    order: 2;
  }

  .amazing-offer-sixteen-item .image {
    order: 1;
  }

  .amazing-offer-sixteen-item .detail {
    order: 3;
    border-radius: 15px;
    background-color: rgba(249, 249, 249, 0.7);
    padding: 19px 24px 34px;
    margin-top: 24px;
  }

  .amazing-offer-sixteen-item .detail h2 {
    font-size: 16px;
    line-height: 25px;
    font-weight: 700;
  }

  .amazing-offer-sixteen-item .detail ul {
    margin-bottom: 25px;
  }

  .amazing-offer-sixteen-item .detail .offer,
  .amazing-offer-sixteen-item .detail .price {
    display: inline-block;
    vertical-align: middle;
  }

  .amazing-offer-sixteen-item .detail .price {
    margin-right: 20px;
  }

  .amazing-offer-sixteen-item .detail .price>div {
    margin-top: 0;
  }

  .amazing-offer-sixteen-item .detail .btn {
    max-width: -moz-fit-content;
    max-width: fit-content;
    display: block;
  }

  .amazing-offer-sixteen .swiper {
    margin: 0;
  }

  .amazing-offer-sixteen .swiper-button-next,
  .amazing-offer-sixteen .swiper-button-prev {
    top: auto;
    bottom: 38px;
    left: 24px;
    transform: translate(0, 0);
  }

  .amazing-offer-sixteen .swiper-button-prev {
    right: auto;
    left: 72px;
  }

  .amazing-offer-fiveteen-wrapper {
    padding: 19px 0 0;
    margin: 0 12px;
  }

  .amazing-offer-fiveteen-wrapper::before {
    border-radius: 20px 20px 400px 400px;
    height: 455px;
  }

  .amazing-offer-fiveteen-wrapper::after {
    bottom: 12px;
    height: 95%;
    border-radius: 0 0 20px 20px;
  }

  .amazing-offer-fiveteen-wrapper .right {
    flex-direction: column;
    text-align: center;
  }

  .amazing-offer-fiveteen-wrapper .right .btn {
    margin-top: 14px;
  }

  .amazing-offer-fiveteen-item .timear {
    order: 2;
    position: relative !important;
    top: 0;
    left: 0;
    transform: unset;
    transition: all 0.3s ease-in-out 0.6s;
    transform: scale(0);
  }

  .amazing-offer-fiveteen-item .image {
    order: 1;
    margin-bottom: 62px;
  }

  .amazing-offer-fiveteen-item .detail {
    order: 3;
    padding: 0 18px;
  }

  .amazing-offer-fiveteen-item .detail .content .title>* {
    transition-delay: 0.9s;
  }

  .amazing-offer-fiveteen-item .detail .content ul {
    transition-delay: 1.2s;
  }

  .amazing-offer-fiveteen-item .detail .content .offer {
    display: inline-flex !important;
    transition-delay: 1.5s;
  }

  .amazing-offer-fiveteen-item .detail .content .offer,
  .amazing-offer-fiveteen-item .detail .content .price {
    vertical-align: middle;
    margin-top: 25px;
  }

  .amazing-offer-fiveteen-item .detail .content .price {
    display: inline-block;
    margin-right: 12px;
    transition-delay: 1.8s;
  }

  .amazing-offer-fiveteen-item .detail .content .btn {
    display: block;
    max-width: -moz-fit-content;
    max-width: fit-content;
    transition-delay: 2.1s;
    margin: 0 auto;
  }

  .swiper-slide-active .amazing-offer-fiveteen-item .timear {
    transform: scale(1);
  }

  .amazing-offer-fiveteen .swiper {
    position: relative;
    padding-bottom: 72px;
  }

  .amazing-offer-fiveteen .swiper-btns {
    top: 60% !important;
    transform: translateY(-50%);
    width: 100%;
    left: 0;
    justify-content: space-between !important;
    border: 0;
    height: 33px;
    z-index: 5;
  }

  .amazing-offer-fiveteen .swiper-button-next,
  .amazing-offer-fiveteen .swiper-button-prev {
    width: 33px !important;
    height: 33px !important;
    border-radius: 50%;
    border: 2px solid rgba(0, 0, 0, 0.4);
  }

  .amazing-offer-fiveteen .swiper-button-next::after,
  .amazing-offer-fiveteen .swiper-button-prev::after {
    color: rgba(0, 0, 0, 0.4);
    font-size: 12px;
    line-height: 1;
    font-weight: 500;
  }

  .amazing-offer-fiveteen .swiper-button-next {
    transform: translate(-18px, -50%);
  }

  .amazing-offer-fiveteen .swiper-button-prev {
    transform: translate(18px, -50%);
  }

  .amazing-offer-fiveteen .swiper-pagination {
    justify-content: center;
  }

  .amazing-offer-fiveteen .swiper-pagination-bullet {
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s linear;
  }

  .amazing-offer-fiveteen .swiper-pagination-bullet-prev,
  .amazing-offer-fiveteen .swiper-pagination-bullet-active:first-child,
  .amazing-offer-fiveteen .swiper-pagination-bullet-active+div,
  .amazing-offer-fiveteen .swiper-pagination-bullet-active:first-child+div+div {
    width: 76px !important;
    height: 76px !important;
    padding: 0 !important;
  }

  .amazing-offer-fiveteen .swiper-pagination-bullet img {
    margin-left: 0;
    width: 60px;
    height: 60px;
  }

  .amazing-offer-fiveteen .swiper-pagination-bullet span {
    display: none;
  }

  .amazing-offer-fiveteen .swiper-pagination-bullet-active,
  .amazing-offer-fiveteen .swiper-pagination-bullet-active:first-child {
    width: 90px !important;
    height: 90px !important;
  }

  .amazing-offer-fiveteen .swiper-pagination-bullet-active img,
  .amazing-offer-fiveteen .swiper-pagination-bullet-active:first-child img {
    width: 70px;
    height: 70px;
  }

  .amazing-offer-fourteen-wrapper::before {
    content: none;
  }

  .amazing-offer-fourteen .content::before,
  .amazing-offer-fourteen .content::after {
    content: "";
  }

  .amazing-offer-fourteen .content::before {
    transform: rotate(37deg) translateX(-40%);
    top: 0;
    left: 50%;
    bottom: auto;
    width: 33%;
    height: 50%;
  }

  .amazing-offer-fourteen .content::after {
    width: 40%;
    height: 30px;
    top: 14%;
    right: auto;
    left: 50%;
    transform: translate(-10%, -50%);
  }

  .amazing-offer-fourteen-item .detail {
    text-align: center;
    margin-top: 120px;
    position: relative;
  }

  .amazing-offer-fourteen-item .detail .timear {
    transform: translate(-50%, -80px) scale(0);
    right: auto !important;
    left: 50%;
    transition: all 0.3s linear 0.6s;
  }

  .amazing-offer-fourteen-item .detail .title>* {
    transition-delay: 0.9s !important;
  }

  .amazing-offer-fourteen-item .detail ul {
    transition-delay: 1.2s;
  }

  .amazing-offer-fourteen-item .detail .price {
    transition-delay: 1.5s;
  }

  .amazing-offer-fourteen-item .detail .btn {
    transition-delay: 1.8s;
  }

  .amazing-offer-fourteen-item .detail .images {
    transition-delay: 2.1s;
  }

  .amazing-offer-fourteen-item .detail .price,
  .amazing-offer-fourteen-item .detail .images {
    justify-content: center;
  }

  .swiper-slide-active .amazing-offer-fourteen-item .detail .timear {
    transform: translate(-50%, -80px) scale(1);
  }

  .amazing-offer-fourteen .swiper {
    position: relative;
    z-index: unset;
  }

  .amazing-offer-fourteen .swiper::before {
    content: "";
    position: absolute;
    top: 35px;
    bottom: 39px;
    left: 0;
    width: 100%;
    background: linear-gradient(180deg, #fff3f0 0%, rgba(255, 239, 241, 0.361) 32.89%, #fff 60.9%);
    border-radius: 40px;
    z-index: -7;
  }

  .amazing-offer-fourteen .swiper-btns {
    padding: 0;
    border: 0;
    top: 25% !important;
    right: 0 !important;
    width: 100%;
    transform: translate(0, 0);
    justify-content: space-between !important;
  }

  .amazing-offer-fourteen .swiper-button-next,
  .amazing-offer-fourteen .swiper-button-prev {
    width: 33px;
    height: 33px;
    border-radius: 50%;
    border: 2px solid rgba(0, 0, 0, 0.4);
  }

  .amazing-offer-fourteen .swiper-button-next::after,
  .amazing-offer-fourteen .swiper-button-prev::after {
    color: rgba(0, 0, 0, 0.4);
    font-size: 12px;
    line-height: 1;
  }

  .amazing-offer-fourteen .swiper-button-next {
    transform: translateX(-4px);
  }

  .amazing-offer-fourteen .swiper-button-prev {
    transform: translateX(4px);
  }
}

@media only screen and (max-width: 767px) {
  .amazing-offer-three .title h4 span {
    margin: 0;
  }

  .amazing-offer-fourteen-item img {
    height: 244px;
    max-width: none;
    width: auto;
  }

  .swiper-amazing-offer-two .amazing-offer-six-item {
    padding: 32px 24px;
  }

  .swiper-amazing-offer-two .amazing-offer-six-item img {
    max-width: 127px;
    max-height: 128px;
  }

  .swiper-amazing-offer-two .swiper-slide {
    height: auto;
  }

  .swiper-amazing-offer-two .swiper-slide>* {
    height: 100%;
  }

  .amazing-offer-nine .amazing-offer-seven-item {
    padding-bottom: 50px;
  }

  .amazing-offer-nine .amazing-offer-seven-item .content .price-options {
    flex-direction: row;
    justify-content: space-between;
  }

  .amazing-offer-nine .amazing-offer-seven-item .content .btns {
    left: 50%;
    transform: translate(-50%, -24px);
  }

  .amazing-offer-nine .amazing-offer-seven-item .progress-circle {
    transform: scale(0.6) translate(-50px, -190px);
  }

  .amazing-offer-seven-item {
    flex-direction: column;
    padding: 0 32px 30px;
    align-items: center;
  }

  .amazing-offer-seven-item .image {
    position: relative;
    transform: translate(0, 0) !important;
    left: auto;
    margin: -80px 0 24px;
  }

  .amazing-offer-seven-item .image img {
    max-width: 258px;
    max-height: 258px;
  }

  .amazing-offer-seven-item .price-options {
    flex-direction: row;
    justify-content: space-between;
  }

  .amazing-offer-seven-item .progress-circle {
    position: absolute !important;
    top: 0;
    left: 0;
    transform: scale(0.75) translate(-40px, -250px) !important;
    margin: 0;
  }

  .amazing-offer-seven-item .progress-circle::before {
    border-width: 2px;
  }

  .amazing-offer-seven .swiper-button-next,
  .amazing-offer-seven .swiper-button-prev {
    border: 1px solid #fff;
    background-color: transparent;
  }

  .amazing-offer-seven .swiper-button-next::after,
  .amazing-offer-seven .swiper-button-prev::after {
    color: #fff;
    font-weight: 900;
  }

  .amazing-offer-two-item .detail .info li {
    flex: 1 0 50%;
  }

  .amazing-offer-three-wrapper {
    max-width: calc(100% - 48px);
    width: 100%;
    margin: 0 auto;
  }

  .amazing-offer-three-wrapper::before,
  .amazing-offer-three-wrapper::after {
    width: calc(100% + 48px);
    left: -24px;
  }

  .amazing-offer-three-wrapper::before {
    top: 170px;
  }

  .amazing-offer-three-wrapper::after {
    height: 357px;
  }

  .amazing-offer-three .detail::before {
    content: none;
  }

  .amazing-offer-three .title {
    flex-direction: column !important;
    margin-bottom: 94px;
  }

  .amazing-offer-three .title> :first-child {
    display: flex;
    align-items: center;
    margin-bottom: 13px;
    gap: 4px;
  }

  .amazing-offer-three-timer {
    right: auto;
    left: 50%;
    transform: translate(-50%, -76px);
  }

  .amazing-offer-three .swiper-button-next {
    transform: translate(12px, -50%) scaleX(-1);
  }

  .amazing-offer-three .swiper-button-prev {
    transform: translate(-12px, -50%) scaleX(-1);
  }

  .amazing-offer-three .swiper-button-next,
  .amazing-offer-three .swiper-button-prev,
  .amazing-offer-six .swiper-button-next,
  .amazing-offer-six .swiper-button-prev,
  .amazing-offer-eight .swiper-button-next,
  .amazing-offer-eight .swiper-button-prev {
    width: 34px;
    height: 34px;
    border: 2px solid rgba(0, 0, 0, 0.4);
    border-radius: 50%;
    top: 60%;
  }

  .amazing-offer-three .swiper-button-next::after,
  .amazing-offer-three .swiper-button-prev::after,
  .amazing-offer-six .swiper-button-next::after,
  .amazing-offer-six .swiper-button-prev::after,
  .amazing-offer-eight .swiper-button-next::after,
  .amazing-offer-eight .swiper-button-prev::after {
    font-size: 12px;
    line-height: 1;
    color: rgba(0, 0, 0, 0.4);
    font-weight: 900;
  }

  .amazing-offer-three .swiper-button-next,
  .amazing-offer-six .swiper-button-next,
  .amazing-offer-eight .swiper-button-next {
    left: 0;
  }

  .amazing-offer-three .swiper-button-prev,
  .amazing-offer-six .swiper-button-prev,
  .amazing-offer-eight .swiper-button-prev {
    right: 0;
    left: auto;
  }

  .amazing-offer-three-item .detail ul,
  .amazing-offer-six-item .detail ul,
  .amazing-offer-eight-item .detail ul {
    display: flex;
    flex-wrap: wrap;
  }

  .amazing-offer-three-item .detail ul li,
  .amazing-offer-six-item .detail ul li,
  .amazing-offer-eight-item .detail ul li {
    flex: 1 0 50%;
  }

  .amazing-offer-six .container::after {
    content: none;
  }

  .amazing-offer-six-wrapper {
    box-shadow: none;
    padding: 25px 25px 0;
  }

  .amazing-offer-six-wrapper::before {
    height: 309px;
    background: linear-gradient(180deg, #fff3f0 0%, rgba(255, 239, 241, 0.361) 32.89%, #ffffff 60.9%);
    border-radius: 40px;
  }

  .amazing-offer-six-wrapper::after {
    content: "";
    z-index: -2;
    top: -57px;
    width: 100%;
    height: 142px;
  }

  .amazing-offer-six-timear {
    position: relative !important;
    top: 0;
    left: 0;
    transform: translate(0, 0);
    order: 2;
    margin-bottom: 24px;
  }

  .amazing-offer-six-item {
    padding: 19px 12px 28px;
    z-index: 2;
  }

  .amazing-offer-six-item::before,
  .amazing-offer-six-item::after {
    content: "";
    position: absolute;
    border-radius: 15px;
    -webkit-backdrop-filter: blur(7px);
    backdrop-filter: blur(7px);
  }

  .amazing-offer-six-item::before {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.7);
    box-shadow: 0px 160px 50px rgba(0, 0, 0, 0.06);
    z-index: -1;
  }

  .amazing-offer-six-item::after {
    top: -5px;
    right: -5px;
    bottom: -5px;
    left: -5px;
    background-color: rgba(248, 249, 251, 0.11);
    border-radius: 20px;
    z-index: -2;
  }

  .amazing-offer-six-item .image {
    order: 1;
  }

  .amazing-offer-six-item .detail {
    order: 3;
  }

  .amazing-offer-six-item .detail ul {
    margin-bottom: 25px;
  }

  .amazing-offer-six .swiper-button-next,
  .amazing-offer-six .swiper-button-prev {
    transform: translate(0, -50%);
    top: 65%;
  }

  .amazing-offer-eight-wrapper::before {
    content: none;
  }

  .amazing-offer-eight .right {
    margin-bottom: 90px;
  }

  .amazing-offer-eight-item {
    align-items: center;
    padding: 52px 12px 26px;
  }

  .amazing-offer-eight-item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 15px;
    box-shadow: 0px 160px 50px rgba(0, 0, 0, 0.06);
    background-color: rgba(255, 255, 255, 0.7);
    -webkit-backdrop-filter: blur(7px);
    backdrop-filter: blur(7px);
  }

  .amazing-offer-eight-item .timear {
    order: 2;
    position: relative !important;
    top: 0;
    left: 0;
    transform: unset;
    margin-bottom: 24px;
    transform: scale(0);
    transition: all 0.3s linear 0.6s;
  }

  .amazing-offer-eight-item .image {
    order: 1;
  }

  .amazing-offer-eight-item .image::before {
    content: "";
    position: absolute;
    top: 0;
    right: -28px;
    left: -28px;
    height: 60%;
    border-radius: 20px;
    background-color: #fed844;
    box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.04);
    transform: translateY(-33px);
  }

  .amazing-offer-eight-item .image img:nth-child(2) {
    z-index: -1;
  }

  .amazing-offer-eight-item .detail {
    order: 3;
    width: 100%;
  }

  .amazing-offer-eight-item .detail h2 {
    transition-delay: 0.9s;
  }

  .amazing-offer-eight-item .detail ul {
    margin-bottom: 25px;
    transition-delay: 1.2s;
  }

  .amazing-offer-eight-item .detail .price {
    transition-delay: 1.5s;
  }

  .amazing-offer-eight-item .detail .btns {
    right: 0;
    transform: unset;
    text-align: center;
    margin-top: 30px;
    transition-delay: 1.8s;
  }

  .amazing-offer-eight .left {
    padding: 22px;
  }

  .amazing-offer-eight .left::after {
    content: "";
    right: 22px;
    left: 22px;
    width: auto;
    height: 130px;
    transform: translateY(-72px);
  }

  .amazing-offer-eight .left .swiper::before {
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 309px;
    background-image: linear-gradient(to bottom, #fff3f0, rgba(255, 239, 241, 0.36), #fff);
    transform: unset;
    border-radius: 40px;
    right: 0;
  }

  .amazing-offer-eight .left .swiper::after {
    content: none;
  }

  .amazing-offer-eight .left .swiper-button-next,
  .amazing-offer-eight .left .swiper-button-prev {
    top: 50%;
  }

  .amazing-offer-eight .left .swiper-button-next {
    right: auto;
    left: 0;
    transform: translate(-4px, -50%);
  }

  .amazing-offer-eight .left .swiper-button-prev {
    right: 0;
    transform: translate(4px, -50%);
  }

  .swiper-slide-active .amazing-offer-eight-item .timear {
    transform: scale(1);
  }

  .amazing-offer-products-right {
    margin-bottom: 24px;
  }

  .amazing-offer-products-right .sup-title {
    display: none;
  }

  .amazing-offer-products-left {
    padding-bottom: 130px;
  }

  .amazing-offer-products-item .timear {
    margin: 0;
    top: 20px;
    right: 0 !important;
    left: auto;
    transform: translate(0, 0);
  }

  .amazing-offer-products-item .content::after {
    background: linear-gradient(0deg, #898989 -14.86%, rgba(137, 137, 137, 0.08) 46.92%, rgba(137, 137, 137, 0) 102.65%) border-box;
    border-radius: 20px;
  }

  .amazing-offer-products-item-two {
    border-radius: 20px 20px 20px 0;
    width: 75px;
    height: 70px;
    background: url("./../images/new-two/bg-11.png") 0 0 no-repeat;
    background-size: cover;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .amazing-offer-products-item-two img {
    width: 42px;
    height: 42px;
  }

  .amazing-offer-products-item-two .title {
    display: none;
  }

  .amazing-offer-products .swiper-bottom {
    top: 0;
    right: auto;
    left: 0;
    bottom: auto !important;
    transform: translateY(-77px);
    gap: 12px;
  }

  .amazing-offer-products .swiper-button-next,
  .amazing-offer-products .swiper-button-prev {
    width: 33px !important;
    height: 33px !important;
    border-radius: 50%;
    border: 2px solid rgba(0, 0, 0, 0.4);
  }

  .amazing-offer-products .swiper-button-next::after,
  .amazing-offer-products .swiper-button-prev::after {
    font-family: "icomoon";
    font-size: 12px;
    line-height: 1;
    color: rgba(0, 0, 0, 0.4);
    transform: unset;
  }

  .amazing-offer-products .swiper-button-next::after {
    content: "\e90c";
  }

  .amazing-offer-products .swiper-button-prev::after {
    content: "\e90b";
  }

  .amazing-offer-products .swiper-pagination {
    display: none;
  }

  .amazing-offer-fourteen .content::before {
    transform: rotate(37deg) translateX(-83%);
    width: 24%;
    height: 40%;
  }

  .buy-vip-right {
    height: 100%;
    max-width: 100%;
  }

  .buy-vip-right::after {
    top: auto;
    bottom: 0;
    width: 100%;
    height: 58%;
    transform: unset;
  }

  .buy-vip-left {
    max-width: 100%;
    margin-right: 0;
  }

  .buy-vip-left .timear {
    background-color: transparent;
    margin: 0 0 24px 0 !important;
    padding-right: 0;
  }

  .buy-vip-left .timear::before,
  .buy-vip-left .timear::after {
    content: none;
  }

  .buy-vip .swiper {
    overflow: visible !important;
  }

  .buy-vip .swiper-slide {
    height: auto;
  }

  .buy-vip .swiper-button-next,
  .buy-vip .swiper-button-prev {
    border-color: #000;
    transform: translate(0px, -26px);
    right: auto;
  }

  .buy-vip .swiper-button-next::after,
  .buy-vip .swiper-button-prev::after {
    color: #000;
  }

  .buy-vip .swiper-button-next {
    left: 0;
  }

  .buy-vip .swiper-button-prev {
    left: 52px;
  }

  .new-products-category-title,
  .new-products-category .swiper {
    max-width: 100%;
  }

  .new-products-category-title {
    height: 100%;
  }

  .new-products-category-title::before,
  .new-products-category-title::after {
    height: 75%;
  }

  .new-products-category .swiper {
    margin-right: 0;
    overflow: visible !important;
  }

  .new-products-category .swiper-button-next,
  .new-products-category .swiper-button-prev {
    border-color: rgba(0, 0, 0, 0.4);
    transform: translateY(-32px);
    right: auto;
  }

  .new-products-category .swiper-button-next::after,
  .new-products-category .swiper-button-prev::after {
    color: rgba(0, 0, 0, 0.4);
  }

  .new-products-category .swiper-button-next {
    left: 12px;
  }

  .new-products-category .swiper-button-prev {
    left: 64px;
  }
}

@media only screen and (max-width: 575px) {
  .amazing-offer-fourteen .content::before {
    transform: rotate(37deg) translateX(-83%);
    width: 26%;
    height: 37%;
  }

  .amazing-offer-nine .amazing-offer-seven-item {
    padding-bottom: 72px;
  }

  .amazing-offer-nine .amazing-offer-seven-item .content .price-options {
    flex-direction: column-reverse;
    align-items: flex-start;
  }

  .amazing-offer-nine .amazing-offer-seven-item .content .price-options .price {
    display: flex;
    align-items: center;
    width: 100%;
  }

  .amazing-offer-nine .amazing-offer-seven-item .content .price-options .price span {
    margin: 0 auto 0 4px;
    font-size: 16px;
    font-weight: bold;
    line-height: 25px;
  }

  .amazing-offer-nine .amazing-offer-seven-item .content .btns {
    transform: translate(-50%, -20px);
  }

  .amazing-offer-nine .amazing-offer-seven-item .progress-circle {
    transform: scale(0.6) translate(-60px, -240px);
  }

  .amazing-offer-nine .swiper-button-next {
    transform: translate(-8px, -50%);
  }

  .amazing-offer-nine .swiper-button-prev {
    transform: translate(8px, -50%);
  }

  .amazing-offer-seven-item {
    padding: 0 20px 50px;
  }

  .amazing-offer-seven-item .content {
    margin-top: 0;
  }

  .amazing-offer-seven-item .content h2 {
    margin-bottom: 0;
  }

  .amazing-offer-seven-item .price-options {
    flex-direction: column-reverse;
    align-items: flex-start;
  }

  .amazing-offer-seven-item .price-options ul {
    margin: 12px 0;
  }

  .amazing-offer-seven-item .price-options .price {
    display: flex;
    align-items: center;
    width: 100%;
  }

  .amazing-offer-seven-item .price-options .price span {
    font-size: 16px;
    font-weight: bold;
    margin: 0 auto 0 4px;
    line-height: 25px;
  }

  .amazing-offer-seven-item .progress-circle {
    transform: scale(0.6) translate(-60px, -310px) !important;
  }

  .amazing-offer-seven .swiper-button-next,
  .amazing-offer-seven .swiper-button-prev {
    top: 50%;
    width: 26px;
    height: 26px;
  }

  .amazing-offer-seven .swiper-button-next::after,
  .amazing-offer-seven .swiper-button-prev::after {
    font-size: 10px;
  }

  .amazing-offer-seven .swiper-button-next {
    transform: translate(-8px, -50%);
    left: 0;
  }

  .amazing-offer-seven .swiper-button-prev {
    transform: translate(8px, -50%);
    right: 0;
    left: auto;
  }

  .amazing-offer-two-item .detail .offer {
    padding-left: 50px;
  }

  .amazing-offer-two-item .detail .offer del {
    font-size: 12px;
    font-weight: 400;
    line-height: 22px;
    padding: 0 16px;
  }

  .amazing-offer-two-item .detail .offer span {
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    padding: 0 32px 0 12px;
  }

  .amazing-offer-two-item .detail .price {
    font-size: 16px;
    line-height: 25px;
    font-weight: bold;
  }

  .amazing-offer-two .swiper {
    border-width: 5px;
    padding: 12px 12px 32px;
  }

  .amazing-offer-two .section-heading,
  .amazing-offer-five .section-heading {
    flex-direction: row !important;
    align-items: center !important;
  }

  .amazing-offer-two .section-heading-title,
  .amazing-offer-five .section-heading-title {
    font-size: 16px;
  }

  .amazing-offer-two .section-heading-sub-title,
  .amazing-offer-five .section-heading-sub-title {
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 0;
  }

  .amazing-offer-two .section-heading-link,
  .amazing-offer-five .section-heading-link {
    margin: 0 auto 0 0;
  }

  .amazing-offer-three-wrapper {
    max-width: 100%;
    padding: 24px 27px 0;
  }

  .amazing-offer-three-wrapper::before,
  .amazing-offer-three-wrapper::after {
    width: 100%;
    left: 0;
  }

  .amazing-offer-three-wrapper::after {
    border-radius: 40px;
  }

  .amazing-offer-three .title {
    align-items: center !important;
  }

  .amazing-offer-three-item .detail h2 {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 22px;
  }

  .amazing-offer-three-item .detail ul {
    margin-bottom: 25px;
  }

  .amazing-offer-three-item .offer,
  .amazing-offer-six-item .detail .offer {
    line-height: 22px;
  }

  .amazing-offer-three-item .offer del,
  .amazing-offer-six-item .detail .offer del {
    font-size: 12px;
  }

  .amazing-offer-three-item .offer span,
  .amazing-offer-six-item .detail .offer span {
    font-size: 14px;
  }

  .amazing-offer-three-item .price,
  .amazing-offer-six-item .detail .price {
    font-size: 16px;
    font-weight: 700;
    line-height: 25px;
  }

  .amazing-offer-three-item .price span,
  .amazing-offer-six-item .detail .price span {
    font-size: 12px;
    line-height: 18px;
    font-weight: 300;
  }

  .amazing-offer-eight-item .image img {
    max-width: 121px;
    max-height: 164px;
  }

  .amazing-offer-eight-item .detail h2 {
    font-size: 14px;
    font-weight: 600;
    line-height: 22px;
  }

  .amazing-offer-eight-item .detail .price {
    font-size: 12px;
    line-height: 18px;
    font-weight: 300;
  }

  .amazing-offer-eight-item .detail .price .offer {
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
  }

  .amazing-offer-eight-item .detail .price .offer del {
    font-size: 12px;
  }

  .amazing-offer-eight-item .detail .price span {
    font-size: 16px;
    font-weight: bold;
    line-height: 25px;
  }

  .amazing-offer-sixteen-item .detail .offer>div {
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
  }

  .amazing-offer-sixteen-item .detail .offer>div del {
    font-size: 12px;
  }

  .amazing-offer-sixteen-item .detail .price>div {
    font-size: 12px;
    line-height: 18px;
    font-weight: 300;
  }

  .amazing-offer-sixteen-item .detail .price>div b {
    font-size: 19px;
    line-height: 30px;
    font-weight: 700;
  }

  .amazing-offer-fiveteen-wrapper::before,
  .amazing-offer-fiveteen-wrapper::after {
    margin: 0;
    width: 100%;
  }

  .amazing-offer-fiveteen-wrapper::after {
    bottom: 0;
  }

  .amazing-offer-fiveteen-item .image {
    margin-top: 32px;
  }

  .amazing-offer-fiveteen-item .detail .content .title h2 {
    font-size: 16px;
    font-weight: 700;
    line-height: 25px;
  }

  .amazing-offer-fiveteen-item .detail .content .offer {
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
  }

  .amazing-offer-fiveteen-item .detail .content .offer del {
    font-size: 12px;
  }

  .amazing-offer-fiveteen-item .detail .content .price {
    font-size: 12px;
    font-weight: 300;
  }

  .amazing-offer-fiveteen-item .detail .content .price span {
    font-size: 16px;
    font-weight: 600;
    line-height: 25px;
    margin-left: 4px;
  }

  .amazing-offer-fourteen-item .detail .images li {
    width: 72px;
    height: 72px;
  }

  .amazing-offer-fourteen-item .detail .images li::before {
    border-radius: 10px;
  }

  .amazing-offer-fourteen-item .detail .images li img {
    max-width: 60%;
    height: auto;
  }

  .new-products-category {
    position: relative;
  }

  .new-products-category .container {
    flex-direction: row !important;
  }

  .new-products-category-title {
    border-radius: 20px;
    z-index: 7;
  }

  .new-products-category-title::before,
  .new-products-category-title::after {
    right: 0;
    transform: translateY(40px);
    width: 100%;
  }

  .new-products-category-title .prcr4 {
    top: 20px;
    right: 20px;
    font-size: 14px !important;
    line-height: 22px;
  }

  .new-products-category-title .prcr4 span {
    font-size: 12px;
    line-height: 18px;
  }

  .new-products-category .swiper {
    margin: 0;
    position: relative;
  }

  .new-products-category .swiper-slide>* {
    border: 0;
  }

  .new-products-category .swiper-button-next,
  .new-products-category .swiper-button-prev {
    display: block;
  }

  .buy-vip .container {
    flex-direction: row !important;
  }

  .buy-vip-right {
    padding: 24px 12px;
    height: 100%;
  }

  .buy-vip-right::after {
    top: auto;
    bottom: 0;
  }

  .buy-vip-right h2 {
    font-size: 14px;
    line-height: 22px;
  }

  .buy-vip .swiper-slide {
    height: auto;
  }

  .buy-vip .swiper .product-seven .price {
    font-size: 10px;
    line-height: 16px;
  }

  .buy-vip .swiper .product-seven .price del {
    font-size: 12px;
    line-height: 18px;
  }

  .buy-vip .swiper .product-seven .price span {
    font-size: 14px;
    font-weight: 700;
    line-height: 22px;
  }

  .popular-products .container {
    flex-direction: row !important;
  }

  .popular-products-right {
    margin-left: 12px;
    max-width: calc(50% - 12px);
    border-radius: 20px;
  }

  .popular-products-right .title {
    font-size: 16px;
    line-height: 25px;
  }

  .popular-products-right .sub-title {
    font-size: 12px;
    line-height: 18px;
  }

  .popular-products-right .btn {
    top: 72px;
    right: 20px;
    left: auto;
  }

  .popular-products-left {
    max-width: 50%;
  }

  .popular-products .swiper-button-next,
  .popular-products .swiper-button-prev,
  .popular-products-two .popular-products-left .swiper-button-next,
  .popular-products-two .popular-products-left .swiper-button-prev {
    top: 22px;
    right: 0;
    left: auto;
  }

  .popular-products .swiper-button-next,
  .popular-products-two .popular-products-left .swiper-button-next {
    transform: translate(50px, 0);
  }

  .popular-products .swiper-button-prev,
  .popular-products-two .popular-products-left .swiper-button-prev {
    transform: translate(82px, 0);
  }

  .popular-products-two .popular-products-left .swiper-button-next,
  .popular-products-two .popular-products-left .swiper-button-prev {
    top: 67px;
  }

  .latest-products-two-content {
    flex-direction: row !important;
    gap: 0 !important;
    margin: 0 -8px;
  }

  .latest-products-two-banners {
    max-width: calc(50% - 12px);
    margin-left: 12px;
  }

  .latest-products-two-products {
    max-width: 50%;
  }

  .latest-products-two .swiper-pagination-bullet {
    width: 8px;
  }

  .latest-products-two .swiper-pagination-bullet-active {
    width: 12px;
  }
}

@media only screen and (max-width: 399px) {
  .amazing-offer-three-wrapper {
    padding: 24px 16px 0;
  }

  .amazing-offer-three .swiper-button-next,
  .amazing-offer-three .swiper-button-prev {
    transform: translate(0, -50%) scaleX(-1);
    top: 70%;
  }

  .amazing-offer-fourteen .content::before {
    transform: rotate(37deg) translateX(-40%);
    width: 27%;
    height: 33%;
  }
}



/*
new card css
*/

.icon-discount-2:before {
  content: "\e986";
}

.icon-shoppin-bag:before {
  content: "\e987";
}

.swiper-visibled .swiper-slide>* {
  transition: all 0.3s ease-in-out;
  opacity: 0;
  visibility: hidden;
  transform: scale(0.5);
}

.swiper-visibled .swiper-slide-visible>* {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}

@media only screen and (max-width: 575px) {
  .swiper-visibled-mobile .swiper-slide>* {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
  }
}

.product-new-one {
  border-radius: 20px;
  box-shadow: 20px 0px 80px rgba(0, 0, 0, 0.03);
  padding: 42px 20px 23px;
}

.product-new-one .offer {
  top: 25px;
  right: 20px;
  border-radius: 10px;
  border: 1px solid #000;
  padding: 4.5px;
  font-size: 19px;
  font-weight: 700;
  line-height: 29px;
  z-index: 2;
  background-color: #fff;
}

.product-new-one .offer i {
  width: 33px;
  height: 33px;
  border-radius: 10px;
  background-color: #CA272B;
  color: #fff;
  font-size: 18px;
  margin-bottom: 3px;
}

.product-new-one .title {
  margin: 28px 0 26px;
  font-size: 15px;
  font-weight: 600;
  line-height: 33px;
  color: #2D365D;
  max-height: 66px;
}

.product-new-one .title::before {
  content: "";
  width: 12px;
  height: 9px;
  background-image: linear-gradient(268.47deg, #A0A0A0 -63.38%, rgba(160, 160, 160, 0) 100%);
  margin-left: 12px;
  display: inline-block;
  vertical-align: middle;
}

.product-new-one .offer-price del {
  font-size: 16px;
  font-weight: 300;
  line-height: 14px;
  color: #000;
}

.product-new-one .offer-price .price {
  font-size: 13px;
  font-weight: 300;
  line-height: 20px;
  color: #939AA4;
}

.product-new-one .offer-price .price span {
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
  color: #39375B;
  margin-left: 4px;
}

.product-new-one .add-to-cart {
  width: 47px;
  height: 47px;
  background-color: #CA272B;
  border-radius: 10px;
  font-size: 24px;
  color: #fff;
  flex: 0 0 auto;
  margin-right: 8px;
}

@media only screen and (max-width: 767px) {
  .product-new-one {
    padding: 32px 12px 20px;
    border-radius: 12px;
  }

  .product-new-one .offer {
    top: 12px;
    right: 12px;
  }

  .product-new-one .title {
    font-size: 12px;
    line-height: 24px;
    max-height: 48px;
  }

  .product-new-one .offer-price del {
    font-size: 12px;
    line-height: 18px;
  }

  .product-new-one .offer-price .price {
    font-size: 12px;
    line-height: 18px;
  }

  .product-new-one .offer-price .price span {
    font-size: 14px;
    line-height: 22px;
  }

  .product-new-one .add-to-cart {
    width: 35px;
    height: 35px;
    font-size: 20px;
    margin-right: 4px;
  }
}

.woocommerce img,
.woocommerce-page img {
  object-fit: contain !important;
}

.product-eight {
  background: unset !important;
  box-shadow: unset !important;
}

.woocommerce div.product form.cart .variations select {
  max-width: 100%;
  min-width: 75%;
  display: inline-block;
  margin-left: 1em;
  border: 2px solid #eee;
  background-color: #fff;
  -webkit-box-shadow: 0 10px 50px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 10px 50px rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 50px rgba(0, 0, 0, 0.1);
  border-radius: 15px;
}


.my_account_orders.table> :not(caption)>*>* {
  padding: .9rem .5rem;
  background-color: var(--bs-table-bg);
  border-bottom-width: 1px;
  box-shadow: unset;
}

.art_main .header {
  padding: 10px 0 10px 0;
  border-radius: 0
}

.dokan-other-vendor-camparison h3 {
  margin-bottom: 15px;
  margin-top: 45px;
  font-size: 22px;
  letter-spacing: -1px;
  font-weight: 700;
  text-align: center;
}

.dokan-other-vendor-camparison .table-row {
  display: table;
  background: white;
  border-radius: 125px;
  border: 1px solid #edf2f7;
  padding: 5px 35px 5px 10px;
  width: 100%;
  margin-bottom: 15px;
  box-shadow: 1.21px 4.851px 27px 0px rgba(202, 210, 240, 0.2);
  position: relative;
}

.dokan-other-vendor-camparison .table-cell.vendor img {
  display: inline-block;
  vertical-align: middle;
  border-radius: 130px;
  width: 65px;
  position: relative;
}

.dokan-other-vendor-camparison .table-row::before {
  background: red;
  position: absolute;
  content: "";
  top: 4px;
  right: -4px;
  width: 90%;
  height: 92%;
  border-radius: 125px;
  z-index: -1;
}

.table-cell .dokan-btn {
  border-radius: 100px !important;
  margin: 3px;
  background: #eee;
  box-shadow: 1.21px 4.851px 27px 0px rgba(202, 210, 240, 0.2);
  position: relative;
  color: #000;
}

.table-cell .dokan-btn i {

  color: #000;
}

#tab-seller_enquiry_form .col-md-10 {
  flex: 0 0 auto;
  width: 99%;
}

#tab-seller h2 {
  display: none;
}

ab-seller ul li {
  display: flex !important;
}

#tab-seller ul li:not(:last-child) {
  margin-bottom: 8px !important;
}

#tab-seller ul li span {
  padding: 18px 30px 16px !important;
  color: #232323 !important;
  line-height: 22px !important;
  display: inline-flex;
}

#tab-seller ul li span:first-child {
  width: 19% !important;
}

#tab-seller ul li span:last-child {
  width: 79% !important;
  font-weight: 900 !important;
  background-color: #f8f9fb !important;
  -webkit-border-radius: 10px !important;
  -moz-border-radius: 10px !important;
  border-radius: 10px !important;
}

#tab-seller ul li::after {
  content: "";
  top: 0;
  right: 0;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  width: 5px;
  height: 100%;
  background-color: #f8f9fb;
}

#tab-more_seller_product .col-lg-4 {
  flex: 0 0 auto;
  width: 25%;
}

#tab-more_seller_product .product {
  box-shadow: 1.21px 4.851px 27px 0px rgba(202, 210, 210, 0.4);
  border-radius: 25px;
}

@media screen and (max-width: 480px) {
  .dokan-other-vendor-camparison .table-row {

    border-radius: 25px;

  }
}


.nav-mobile {
  margin-top: 12px;
  border-radius: 20px;
}

.nav-mobile-wrapper {
  padding: 18px 12px 17px;
}

.nav-mobile-wrapper,
.nav-mobile-up {
  transition: all 0.3s linear;
}

.nav-mobile-up {
  margin-bottom: 18px;
}

.nav-mobile .btn-nav-header {
  font-size: 24px;
  line-height: 1;
  color: #292d32;
  margin-left: 10px;
}

.nav-mobile-logo img {
  width: auto;
  max-height: 26px;
}

.nav-mobile-favorite {
  width: 29px;
  height: 29px;
  border-radius: 6px;
  background-color: #fff3f0;
  font-size: 10px;
  line-height: 1;
  color: #ff8a66;
  margin-left: 8px;
}

.nav-mobile-favorite span {
  width: 8px;
  height: 8px;
  background-color: #212341;
  font-size: 5px;
  font-weight: 400;
  line-height: 8px;
  transform: translate(1px, -1px);
}

.nav-mobile-auth img {
  border-radius: 6px;
  width: 29px;
  height: 29px;
}

.nav-mobile-bottom form {
  background-color: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 7px;
  flex: 1 0 1%;
  padding: 11px 11px 10px;
}

.nav-mobile-bottom form .setting {
  font-size: 20px;
  line-height: 1;
  color: rgba(41, 45, 50, 0.7);
  padding-left: 9px;
  margin-left: 13px;
}

.nav-mobile-bottom form .setting::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 1px;
  height: 21px;
  background-color: #b1b1b1;
  transform: translateY(-50%);
}

.nav-mobile-bottom form .search {
  font-size: 16px;
  line-height: 1;
  color: #0547c1;
  margin-left: 6px;
}

.nav-mobile-bottom form .form-control {
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  color: #000;
}

.nav-mobile-btn-search,
.nav-mobile-cart {
  width: 30px;
  height: 30px;
  border-radius: 8px;
  color: #fff;
  line-height: 1;
  font-size: 11px;
}

.nav-mobile-btn-search {
  background-color: #121212;
  margin: 0 11px 0 7px;
}

.nav-mobile-cart {
  background-color: #0547c1;
  font-size: 12px;
}

.nav-mobile-cart span {
  width: 9px;
  height: 9px;
  font-size: 5px;
  background-color: #212341;
  transform: translate(2px, -2px);
}

.nav-mobile-sticky {
  position: relative;
  top: -20%;
  transition: all 0.3s linear;
  z-index: 9999;
}

.nav-mobile-sticky.sticky {
  position: fixed;
  top: 12px;
  margin: 0;
  left: 0;
  width: 100%;
}

.nav-mobile.sticky .nav-mobile-wrapper {
  padding: 16px 12px;
}

.nav-mobile.sticky .nav-mobile-up {
  height: 0;
  margin: 0;
}

.nav-mobile.sticky .nav-mobile-bottom form .setting {
  margin-left: 6px;
}

.nav-mobile.sticky .nav-mobile-bottom form .search {
  display: block !important;
}

.nav-mobile.sticky .nav-mobile-btn-search {
  display: none !important;
}

.nav-mobile.sticky .nav-mobile-cart {
  margin: 0 16px 0 8px;
}

.nav-mobile.sticky .btn-nav-header {
  display: block !important;
  margin: 0;
}

.nav-mobile-two {
  margin-top: 12px;
}

.nav-mobile-two-wrapper {
  border-radius: 20px;
  padding: 23px 12px;
}

.nav-mobile-two-auth img,
.nav-mobile-two-btn-search,
.nav-mobile-two-favorite,
.nav-mobile-two-cart {
  width: 28px;
  height: 28px;
}

.nav-mobile-two .btn-nav-header {
  font-size: 24px;
  color: #292d32;
  margin-right: 7px;
}

.nav-mobile-three {
  margin-top: 12px;
}

.nav-mobile-three-up {
  margin-bottom: 30px;
}

.nav-mobile-three-auth img {
  border-radius: 6px;
}

.nav-mobile-three-auth .name {
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  color: #000;
}

.nav-mobile-three-auth .wellcome {
  font-size: 9px;
  line-height: 13px;
  color: #919191;
}

.nav-mobile-three-cart {
  background-color: #60008c;
  width: 30px;
  height: 30px;
}

.nav-mobile-three .btn-nav-header {
  font-size: 28px;
  margin-right: 10px;
}

.nav-mobile-three form {
  flex: 1 0 1%;
}

.nav-mobile-three form button {
  font-size: 16px;
  line-height: 1;
  color: #60008c;
  right: 14px;
}

.nav-mobile-three form .form-control {
  background-color: transparent;
  border: 1px solid #d1d1d1;
  height: 42px;
  border-radius: 15px;
  padding-right: 39px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
}

.nav-mobile-three form .form-control:focus {
  border-color: #60008c;
}

.nav-mobile-three-down .nav-mobile-three-cart {
  margin-right: 18px;
}

.nav-mobile-three-down .btn-nav-header {
  margin-right: 10px;
}

.nav-mobile-three.sticky {
  top: 0;
  margin: 0;
  padding: 15px 0;
  background-color: #e3e8ed;
}

.nav-mobile-three.sticky .nav-mobile-three-up {
  display: none;
}

.nav-mobile-three.sticky .nav-mobile-three-cart,
.nav-mobile-three.sticky .btn-nav-header {
  display: flex !important;
}

.nav-mobile-four {
  margin-top: 12px;
}

.nav-mobile-four-wrapper {
  transition: all 0.3s linear;
}

.nav-mobile-four-logo span {
  font-size: 12px;
  line-height: 18px;
  color: #919191;
}

.nav-mobile-four-btn {
  background-color: #121212;
  border: 1px solid rgba(145, 145, 145, 0.3);
  box-shadow: -10px 24px 44px rgba(186, 175, 140, 0.25);
  width: 28px;
  height: 28px;
  font-size: 11px;
  line-height: 1;
  color: #fff;
  border-radius: 8px;
}

.nav-mobile-four-search {
  margin: 0 9px;
}

.nav-mobile-four .btn-nav-header {
  font-size: 27px;
  margin-right: 12px;
  padding-right: 10px;
  color: #fff;
}

.nav-mobile-four .btn-nav-header::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 20px;
  background-color: rgba(255, 255, 255, 0.3);
  transform: translateY(-50%);
}

.nav-mobile-four.sticky .nav-mobile-four-wrapper {
  background-color: rgba(18, 18, 18, 0.7);
  border: 1px solid rgba(145, 145, 145, 0.3);
  border-radius: 20px;
  padding: 20px 18px;
}

.nav-mobile-five {
  margin-top: 12px;
}

.nav-mobile-five .btn-nav-header {
  font-size: 32px;
  line-height: 1;
  color: #292d32;
  margin-left: 13px;
}

.nav-mobile-five-auth {
  border-radius: 15px;
  border: 0.5px solid rgba(0, 0, 0, 0.6);
  box-shadow: 0px 44px 54px rgba(197, 208, 218, 0.18);
  font-size: 10px;
  font-weight: 900;
  line-height: 16px;
  color: #61028d;
  padding: 13px 16px;
}

.nav-mobile-five-auth i:first-child {
  font-size: 16px;
  margin-left: 6px;
}

.nav-mobile-five-auth i:nth-child(2) {
  font-size: 5px;
  margin-right: 6px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  transform: rotate(120deg);
}

.nav-mobile-five-down {
  padding: 15px 0;
  background-color: #e3e8ed;
}

.nav-mobile-five-down form {
  flex: 1 0 1%;
}

.nav-mobile-five-down form button {
  font-size: 16px;
  right: 12px;
  line-height: 1;
  color: #60008c;
}

.nav-mobile-five-down form .form-control {
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 15px;
  padding: 0 36px 0 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #000;
  height: 42px;
}

.nav-mobile-five-favorite,
.nav-mobile-five-cart {
  width: 41px;
  height: 41px;
  border-radius: 12px;
  font-size: 16px;
  line-height: 1;
}

.nav-mobile-five-favorite span,
.nav-mobile-five-cart span {
  width: 13px;
  height: 13px;
  font-size: 7px;
  line-height: 11px;
}

.nav-mobile-five-favorite {
  margin: 0 13px 0 6px;
}

.nav-mobile-five-cart {
  background-color: #60008c;
  box-shadow: -10px 24px 44px rgba(96, 0, 140, 0.25);
}

.nav-mobile-six {
  margin-top: 12px;
}

.nav-mobile-six-wrapper {
  border-radius: 20px;
  padding: 20px;
  z-index: 99;
  -webkit-box-shadow: 0 10px 50px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 10px 50px rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 50px rgba(0, 0, 0, 0.1);
}

.nav-mobile-six-btn-nav {
  font-size: 26px;
  line-height: 1;
  margin-left: 12px;
  color: #292d32;
}

.nav-mobile-six-favorite,
.nav-mobile-six-cart,
.nav-mobile-six-auth {
  width: 26px;
  height: 26px;
  border-radius: 6px;
  font-size: 12px;
  line-height: 1;
}

.nav-mobile-six-favorite {
  margin-left: 9px;
}

.nav-mobile-six-cart {
  margin-left: 6px;
}

.nav-mobile-six-auth {
  background-color: #121212;
  border: 1px solid rgba(145, 145, 145, 0.3);
  color: #fff;
}

.nav-mobile-six-menu {
  margin-top: 20px;
  height: calc(100vh - 213px);
  max-width: calc(100% - 24px);
  right: 12px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s linear 0.3s;
}

.nav-mobile-six-menu-backdrop {
  background-color: rgba(0, 0, 0, 0.6);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  z-index: -1;
}

.nav-mobile-six-menu-content {
  max-width: calc(100% - 72px);
  border-radius: 20px;
  padding: 20px 18px 32px;
  height: 80%;
  transition: all 0.3s linear 0s;
  right: -100%;
}

.nav-mobile-six-menu-content form {
  margin-bottom: 17px;
}

.nav-mobile-six-menu-content form .form-control {
  background-color: rgba(245, 245, 245, 0.7);
  border-radius: 15px;
  height: 47px;
  padding: 0 42px 0 12px;
  font-size: 11px;
  font-weight: 700;
  line-height: 17px;
  color: #000;
}

.nav-mobile-six-menu-content form button {
  right: 14px;
  font-size: 18px;
  line-height: 1;
  color: #2a2a2e;
}

.nav-mobile-six-menu-content>div {
  height: 100%;
}

.nav-mobile-six-menu-content .menu {
  height: calc(100% - 120px);
  overflow: hidden auto;
  padding-left: 14px;
}

.nav-mobile-six-menu-content .menu li:not(:last-child) {
  margin-bottom: 22px;
}

.nav-mobile-six-menu-content .menu li a {
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  color: #696969;
}

.nav-mobile-six-menu-content .menu li a i {
  font-size: 18px;
  line-height: 1;
  margin-left: 9px;
}

.nav-mobile-six-menu-content .menu li.has-child>a {
  position: relative;
}

.nav-mobile-six-menu-content .menu li.has-child>a::after {
  content: "\e998";
  font-family: "icomoon";
  font-size: 16px;
  line-height: 1;
  color: #696969;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  position: absolute;
}

.nav-mobile-six-menu-content .menu li ul {
  height: calc(100% - 45px);
  right: -120%;
  transition: all 0.3s linear;
  margin-left: -18px;
  padding-left: 18px;
  width: calc(100% + 18px);
  overflow: hidden auto;
}

.nav-mobile-six-menu-content .menu li ul li:not(:last-child) {
  margin-bottom: 9px;
}

.nav-mobile-six-menu-content .menu li ul li.back {
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  color: #000;
  margin-bottom: 12px;
}

.nav-mobile-six-menu-content .menu li ul li.back i {
  width: 29px;
  height: 29px;
  border-radius: 8px;
  background-color: #0547C1;
  box-shadow: -10px 24px 44px rgba(5, 71, 193, 0.25);
  font-size: 16px;
  line-height: 1;
}

.nav-mobile-six-menu-content .menu li ul li a {
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
  color: #696969;
}

.nav-mobile-six-menu-content .menu li ul.opened {
  right: 0;
  background: #fff;
  z-index: 9;
}

.nav-mobile-six-menu-content .socials {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  gap: 11px;
}

.nav-mobile-six-menu-content .socials li a {
  font-size: 16px;
  line-height: 1;
  color: #000;
}

.nav-mobile-six-menu-socials {
  background-color: #FFF3F0;
  border-radius: 20px;
  padding: 19px 22px;
  gap: 16px;
  max-width: 60px;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  visibility: hidden;
  transform: translateX(-100px);
  bottom: 20%;
}

.nav-mobile-six-menu-socials li a {
  font-size: 16px;
  line-height: 1;
  color: #FF8A66;
}

.nav-mobile-six-menu-socials.opened {
  opacity: 1;
  visibility: visible;
  transform: translateX(0px);
}

.nav-mobile-six-menu.opened {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}

.nav-mobile-six-menu.opened .nav-mobile-six-menu-content {
  right: 0;
  transition-delay: 0.3s;
}

.nav-mobile-six-bottom {
  right: 12px;
  bottom: -100px;
  left: 12px;
  padding: 18px 22px;
  border-radius: 20px;
  z-index: 3;
  transition: all 0.3s linear 0s;
}

.nav-mobile-six-bottom.opened {
  bottom: 12px;
  transition: all 0.3s linear 0.3s;
}

.nav-mobile-six-bottom::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
  width: 92px;
  height: 30px;
  z-index: -1;
  -webkit-mask: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOTIiIGhlaWdodD0iMzAiIHZpZXdCb3g9IjAgMCA5MiAzMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCjxtYXNrIGlkPSJtYXNrMF8xNDEwXzQiIHN0eWxlPSJtYXNrLXR5cGU6YWxwaGEiIG1hc2tVbml0cz0idXNlclNwYWNlT25Vc2UiIHg9IjAiIHk9IjAiIHdpZHRoPSI5MiIgaGVpZ2h0PSIzMCI+DQo8cmVjdCB3aWR0aD0iOTIiIGhlaWdodD0iMzAiIGZpbGw9IiNEOUQ5RDkiIHN0eWxlPSJmaWxsOiNEOUQ5RDk7ZmlsbDpjb2xvcihkaXNwbGF5LXAzIDAuODUxMCAwLjg1MTAgMC44NTEwKTtmaWxsLW9wYWNpdHk6MTsiLz4NCjwvbWFzaz4NCjxnIG1hc2s9InVybCgjbWFzazBfMTQxMF80KSI+DQo8cGF0aCBkPSJNLTEyOSAxOEMtMTI5IDguMDU4ODggLTEyMC45NDEgMCAtMTExIDBIMC43MTc2MDZDNC43ODU1NCAwIDguNzMzNTMgMS4zNzc5MyAxMS45MTggMy45MDkxOEwzMy44MTc4IDIxLjMxNjdDNDAuODEzMyAyNi44NzcyIDUwLjgyOTEgMjYuNDYzNiA1Ny4zNDIzIDIwLjM0NTFMNzMuODA0NCA0Ljg4MDczQzc3LjE0MiAxLjc0NTM3IDgxLjU0OTIgMCA4Ni4xMjg1IDBIMjAzQzIxMi45NDEgMCAyMjEgOC4wNTg4OCAyMjEgMThWNDJDMjIxIDUxLjk0MTEgMjEyLjk0MSA2MCAyMDMgNjBILTExMUMtMTIwLjk0MSA2MCAtMTI5IDUxLjk0MTEgLTEyOSA0MlYxOFoiIGZpbGw9IndoaXRlIiBzdHlsZT0iZmlsbDp3aGl0ZTtmaWxsOndoaXRlO2ZpbGwtb3BhY2l0eToxOyIvPg0KPC9nPg0KPC9zdmc+DQo=") 0 0/100% 100%;
  mask: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOTIiIGhlaWdodD0iMzAiIHZpZXdCb3g9IjAgMCA5MiAzMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCjxtYXNrIGlkPSJtYXNrMF8xNDEwXzQiIHN0eWxlPSJtYXNrLXR5cGU6YWxwaGEiIG1hc2tVbml0cz0idXNlclNwYWNlT25Vc2UiIHg9IjAiIHk9IjAiIHdpZHRoPSI5MiIgaGVpZ2h0PSIzMCI+DQo8cmVjdCB3aWR0aD0iOTIiIGhlaWdodD0iMzAiIGZpbGw9IiNEOUQ5RDkiIHN0eWxlPSJmaWxsOiNEOUQ5RDk7ZmlsbDpjb2xvcihkaXNwbGF5LXAzIDAuODUxMCAwLjg1MTAgMC44NTEwKTtmaWxsLW9wYWNpdHk6MTsiLz4NCjwvbWFzaz4NCjxnIG1hc2s9InVybCgjbWFzazBfMTQxMF80KSI+DQo8cGF0aCBkPSJNLTEyOSAxOEMtMTI5IDguMDU4ODggLTEyMC45NDEgMCAtMTExIDBIMC43MTc2MDZDNC43ODU1NCAwIDguNzMzNTMgMS4zNzc5MyAxMS45MTggMy45MDkxOEwzMy44MTc4IDIxLjMxNjdDNDAuODEzMyAyNi44NzcyIDUwLjgyOTEgMjYuNDYzNiA1Ny4zNDIzIDIwLjM0NTFMNzMuODA0NCA0Ljg4MDczQzc3LjE0MiAxLjc0NTM3IDgxLjU0OTIgMCA4Ni4xMjg1IDBIMjAzQzIxMi45NDEgMCAyMjEgOC4wNTg4OCAyMjEgMThWNDJDMjIxIDUxLjk0MTEgMjEyLjk0MSA2MCAyMDMgNjBILTExMUMtMTIwLjk0MSA2MCAtMTI5IDUxLjk0MTEgLTEyOSA0MlYxOFoiIGZpbGw9IndoaXRlIiBzdHlsZT0iZmlsbDp3aGl0ZTtmaWxsOndoaXRlO2ZpbGwtb3BhY2l0eToxOyIvPg0KPC9nPg0KPC9zdmc+DQo=") 0 0/100% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

.nav-mobile-six-bottom::after {
  content: "";
  position: absolute;
  top: 29px;
  left: 0;
  width: 100%;
  height: calc(100% - 30px);
  background-color: #fff;
  z-index: -2;
  border-radius: 0 0 20px 20px;
}

.nav-mobile-six-bottom .bg::before,
.nav-mobile-six-bottom .bg::after {
  content: "";
  position: absolute;
  top: 0;
  width: calc(50% - 45px);
  height: 30px;
  background-color: #fff;
  z-index: -2;
}

.nav-mobile-six-bottom .bg::before {
  left: 0;
  border-top-left-radius: 20px;
}

.nav-mobile-six-bottom .bg::after {
  right: 0;
  border-top-right-radius: 20px;
}

.nav-mobile-six-bottom .notification {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #000;
}

.nav-mobile-six-bottom .notification i {
  font-size: 24px;
  line-height: 1;
  margin-left: 9px;
  padding-left: 4px;
}

.nav-mobile-six-bottom .notification i::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 1px;
  height: 13px;
  background-color: rgba(0, 0, 0, 0.7);
  transform: translateY(-50%);
}

.nav-mobile-six-bottom .btn-center {
  width: 52px;
  height: 52px;
  background-color: #25282C;
  font-size: 24px;
  line-height: 1;
  transform: translate(-50%, -14px);
}

.nav-mobile-six-bottom ul li a {
  font-size: 24px;
  line-height: 1;
  color: #292D32;
}

.nav-mobile-six-bottom ul li:not(:last-child) {
  padding-left: 16px;
  margin-left: 16px;
}

.nav-mobile-six-bottom ul li:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 1px;
  height: 13px;
  transform: translateY(-50%);
  background-color: rgba(0, 0, 0, 0.7);
}

.nav-mobile-seven {
  margin-top: 12px;
}

.nav-mobile-seven-wrapper {
  border-radius: 20px;
  padding: 24px 20px;
}

.nav-mobile-seven-icons {
  gap: 11px;
  padding-left: 12px;
  margin-left: 8px;
}

.nav-mobile-seven-icons::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 1px;
  height: 19px;
  background-color: #000;
  transform: translateY(-50%);
}

.nav-mobile-seven-icons li i {
  font-size: 24px;
  line-height: 1;
  color: #292D32;
}

.nav-mobile-seven-icons li i.icon-heart-3 {
  font-size: 22px;
}

.nav-mobile-seven .btn-nav-header {
  font-size: 28px;
  line-height: 1;
  color: #292D32;
}

.nav-mobile-eight {
  margin-top: 12px;
}

.nav-mobile-eight .btn-nav-header {
  font-size: 12px;
  line-height: 18px;
  color: #212341;
}

.nav-mobile-eight .btn-nav-header i {
  font-size: 16px;
  line-height: 1;
  margin-left: 8px;
}

.nav-mobile-eight-down {
  margin-top: 14px;
}

.nav-mobile-eight-down form {
  flex: 1 0 1%;
}

.nav-mobile-eight-down form button {
  background-color: #EE273A;
  color: #fff;
  font-size: 16px;
  line-height: 1;
  width: 40px;
  height: 40px;
}

.nav-mobile-eight-down form .form-control {
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  background-color: transparent;
  border: 1px solid #EFEEF5;
  height: 40px;
  padding: 0 42px 0 12px;
}

.nav-mobile-eight-down .icons {
  margin-right: 16px;
  gap: 36px;
}

.nav-mobile-eight-down .icons .cart span {
  width: 15px;
  height: 15px;
  background-color: #EE273A;
  font-size: 11px;
  line-height: 15px;
  transform: translate(5px, -8px);
}

.mykheader {
  background: #fff;
  padding: 10px;
  max-width: 95%;
  border-radius: 10px;
}

i.isax.isax-user4.mnicon {
    font-size: 20px;
}
i.icon-phone-5.fnicon {
    font-size: 22px;
}

.notification i.isax.isax-bag-happy.position-relative {
  opacity: 0.6;
  padding-left: 10px;
}

.elementor .seeebox img {
  height: auto;
  max-width: 100%;
}
.detail .single_add_to_cart_button.loading:before {
display: none !important;
}