@charset "UTF-8";
/*!
 * Bootstrap v4.5.0 (https://getbootstrap.com/)
 * Copyright 2011-2020 The Bootstrap Authors
 * Copyright 2011-2020 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

body {
  margin: 0;
  font-weight: 400;
  line-height: 1.5;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

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

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

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

b,
strong {
  font-weight: bolder;
}

img {
  vertical-align: middle;
  border-style: none;
}

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

button,
input {
  overflow: visible;
}

select {
  word-wrap: normal;
}

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

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

h1,
.h1 {
  font-size: 2.5rem;
}

h2,
.h2 {
  font-size: 2rem;
}

h3,
.h3 {
  font-size: 1.75rem;
}

h4,
.h4 {
  font-size: 1.5rem;
}

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

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

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

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container,
  .container-sm {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container,
  .container-sm,
  .container-md {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container,
  .container-sm,
  .container-md,
  .container-lg {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container,
  .container-sm,
  .container-md,
  .container-lg,
  .container-xl {
    max-width: 1140px;
  }
}
.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

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

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  min-width: 0;
  max-width: 100%;
}

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

.col-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

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

.col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

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

.col-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

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

.col-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

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

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
  }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
  }
  .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
  }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
  }
  .col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.form-control:disabled,
.form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

input[type=date].form-control,
input[type=time].form-control,
input[type=datetime-local].form-control,
input[type=month].form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

textarea.form-control {
  height: auto;
}

.form-group {
  margin-bottom: 1rem;
}

.fade {
  transition: opacity 0.15s linear;
}

.border-0 {
  border: 0 !important;
}

.rounded {
  border-radius: 0.25rem !important;
}

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

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

.d-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

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

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

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

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

.h-100 {
  height: 100% !important;
}

.m-0 {
  margin: 0 !important;
}

.p-0 {
  padding: 0 !important;
}

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

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }
  .container {
    min-width: 992px !important;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}

.tooltip.show {
  opacity: 0.9;
}

.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}

.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top,
.bs-tooltip-auto[x-placement^=top] {
  padding: 0.4rem 0;
}

.bs-tooltip-top .arrow,
.bs-tooltip-auto[x-placement^=top] .arrow {
  bottom: 0;
}

.bs-tooltip-top .arrow::before,
.bs-tooltip-auto[x-placement^=top] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

.bs-tooltip-right,
.bs-tooltip-auto[x-placement^=right] {
  padding: 0 0.4rem;
}

.bs-tooltip-right .arrow,
.bs-tooltip-auto[x-placement^=right] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.bs-tooltip-right .arrow::before,
.bs-tooltip-auto[x-placement^=right] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

.bs-tooltip-bottom,
.bs-tooltip-auto[x-placement^=bottom] {
  padding: 0.4rem 0;
}

.bs-tooltip-bottom .arrow,
.bs-tooltip-auto[x-placement^=bottom] .arrow {
  top: 0;
}

.bs-tooltip-bottom .arrow::before,
.bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

.bs-tooltip-left,
.bs-tooltip-auto[x-placement^=left] {
  padding: 0 0.4rem;
}

.bs-tooltip-left .arrow,
.bs-tooltip-auto[x-placement^=left] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.bs-tooltip-left .arrow::before,
.bs-tooltip-auto[x-placement^=left] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}

.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

.modal.fade .modal-dialog {
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -25%);
  transform: translate(0, -25%);
}

.modal.show .modal-dialog {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-dialog-centered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - 1rem);
}

.modal-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #141414;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0.6;
}

.modal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}

.modal-header .close {
  padding: 1rem;
  margin: -1rem -1rem -1rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #e9ecef;
}

.modal-footer > :not(:first-child) {
  margin-left: 0.25rem;
}

.modal-footer > :not(:last-child) {
  margin-right: 0.25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    max-width: 800px;
  }
}
.table-sm td,
.table-sm th {
  padding: 0.3rem;
}

.table-bordered {
  border: 1px solid #dee2e6;
}

.table-bordered td,
.table-bordered th {
  border: 1px solid #dee2e6;
}

.table-bordered thead td,
.table-bordered thead th {
  border-bottom-width: 2px;
}

.table-borderless tbody + tbody,
.table-borderless td,
.table-borderless th,
.table-borderless thead th {
  border: 0;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-primary,
.table-primary > td,
.table-primary > th {
  background-color: #b8daff;
}

.table-hover .table-primary:hover {
  background-color: #9fcdff;
}

.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #9fcdff;
}

.table-secondary,
.table-secondary > td,
.table-secondary > th {
  background-color: #d6d8db;
}

.table-hover .table-secondary:hover {
  background-color: #c8cbcf;
}

.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #c8cbcf;
}

.table-success,
.table-success > td,
.table-success > th {
  background-color: #c3e6cb;
}

.table-hover .table-success:hover {
  background-color: #b1dfbb;
}

.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #b1dfbb;
}

.table-info,
.table-info > td,
.table-info > th {
  background-color: #bee5eb;
}

.table-hover .table-info:hover {
  background-color: #abdde5;
}

.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #abdde5;
}

.table-warning,
.table-warning > td,
.table-warning > th {
  background-color: #ffeeba;
}

.table-hover .table-warning:hover {
  background-color: #ffe8a1;
}

.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #ffe8a1;
}

.table-danger,
.table-danger > td,
.table-danger > th {
  background-color: #f5c6cb;
}

.table-hover .table-danger:hover {
  background-color: #f1b0b7;
}

.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #f1b0b7;
}

.table-light,
.table-light > td,
.table-light > th {
  background-color: #fdfdfe;
}

.table-hover .table-light:hover {
  background-color: #ececf6;
}

.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #ececf6;
}

.table-dark,
.table-dark > td,
.table-dark > th {
  background-color: #c6c8ca;
}

.table-hover .table-dark:hover {
  background-color: #b9bbbe;
}

.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #b9bbbe;
}

.table-active,
.table-active > td,
.table-active > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table .thead-dark th {
  color: #fff;
  background-color: #212529;
  border-color: #32383e;
}

.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.table-dark {
  color: #fff;
  background-color: #212529;
}

.table-dark td,
.table-dark th,
.table-dark thead th {
  border-color: #32383e;
}

.table-dark.table-bordered {
  border: 0;
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}

.table-dark.table-hover tbody tr:hover {
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.table-responsive > .table-bordered {
  border: 0;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
  }
}
@keyframes fadeInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@keyframes fadeInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
  }
}
@keyframes fadeInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
  }
}
@keyframes fadeInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

.animated {
  -webkit-animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-duration: 1s;
  animation-fill-mode: both;
}

@media (prefers-reduced-motion), (print) {
  .animated {
    -webkit-animation: unset !important;
    -webkit-transition: none !important;
    animation: unset !important;
    transition: none !important;
  }
}
/*--------------------------------------------------------------
  # Start Owl Carousel
  --------------------------------------------------------------*/
.owl-carousel,
.owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}

.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: none;
}

.no-js .owl-carousel,
.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
  padding: 0 !important;
  font: inherit;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

.owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.owl-height {
  transition: height 0.5s ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 0.4s ease;
}

.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 0.1s ease;
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 0.4s ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

.owl-theme .owl-dots,
.owl-theme .owl-nav {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-nav {
  margin-top: 10px;
}

.owl-theme .owl-nav [class*=owl-] {
  margin: 5px;
  cursor: pointer;
}

.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
}

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 0.2s ease;
  border-radius: 30px;
}

/*--------------------------------------------------------------
  # End Owl Carousel
  --------------------------------------------------------------*/
/*--------------------------------------------------------------
  # Start Custom Owl Carousel
  --------------------------------------------------------------*/
.owl-carousel .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  height: 0;
  margin: 0;
  transform: translateY(-25px);
}

.owl-carousel .owl-nav button {
  position: absolute;
  width: 50px;
  height: 50px;
  color: #141414;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid;
  border-radius: 50%;
}

.owl-carousel .owl-nav button.owl-prev {
  left: -60px;
}

.owl-carousel .owl-nav button.owl-next {
  right: -60px;
}

.owl-carousel .owl-nav button:hover {
  color: #fff;
  background-color: #141414;
}

.owl-theme .owl-dots .owl-dot span {
  width: 13px;
  height: 13px;
  margin: 5px;
  transition: 0.3s;
  background: transparent;
  border: 1px solid #141414;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #141414;
}

.owl-theme .owl-dots {
  margin-top: 20px;
}

@media (max-width: 767.98px) {
  .owl-carousel {
    width: 100% !important;
  }
  .owl-carousel .owl-nav {
    position: unset;
    top: 50%;
    width: 100%;
    height: auto;
    margin-top: 10px;
    transform: none !important;
    display: flex;
    justify-content: center;
    flex-direction: row-reverse;
  }
  .owl-carousel .owl-nav button {
    position: unset;
  }
  .images_section .content .image_box img {
    height: auto;
  }
}
@media (max-width: 575.98px) {
  .owl-carousel .owl-nav button {
    width: 35px;
    height: 35px;
  }
}
/*--------------------------------------------------------------
  # End Custom Owl Carousel
  --------------------------------------------------------------*/
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  font-weight: normal;
  font-style: normal;
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
}
/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir=rtl] .slick-prev {
  right: -25px;
  left: auto;
}

.slick-prev:before {
  content: "←";
}

[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir=rtl] .slick-next {
  right: auto;
  left: -25px;
}

.slick-next:before {
  content: "→";
}

[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "•";
  text-align: center;
  opacity: 0.25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: black;
}

.irs {
  position: relative;
  display: block;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 12px;
  font-family: Arial, sans-serif;
}

.irs-line {
  position: relative;
  display: block;
  overflow: hidden;
  outline: none !important;
}

.irs-bar {
  position: absolute;
  display: block;
  left: 0;
  width: 0;
}

.irs-shadow {
  position: absolute;
  display: none;
  left: 0;
  width: 0;
}

.irs-handle {
  position: absolute;
  display: block;
  box-sizing: border-box;
  cursor: default;
  z-index: 1;
}

.irs-handle.type_last {
  z-index: 2;
}

.irs-min,
.irs-max {
  position: absolute;
  display: block;
  cursor: default;
}

.irs-min {
  left: 0;
}

.irs-max {
  right: 0;
}

.irs-from,
.irs-to,
.irs-single {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  cursor: default;
  white-space: nowrap;
}

.irs-grid {
  position: absolute;
  display: none;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20px;
}

.irs-with-grid .irs-grid {
  display: block;
}

.irs-grid-pol {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 8px;
  background: #000;
}

.irs-grid-pol.small {
  height: 4px;
}

.irs-grid-text {
  position: absolute;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  text-align: center;
  font-size: 9px;
  line-height: 9px;
  padding: 0 3px;
  color: #000;
}

.irs-disable-mask {
  position: absolute;
  display: block;
  top: 0;
  left: -1%;
  width: 102%;
  height: 100%;
  cursor: default;
  background: rgba(0, 0, 0, 0);
  z-index: 2;
}

.lt-ie9 .irs-disable-mask {
  background: #000;
  filter: alpha(opacity=0);
  cursor: not-allowed;
}

.irs-disabled {
  opacity: 0.4;
}

.irs-hidden-input {
  position: absolute !important;
  display: block !important;
  top: 0 !important;
  left: 0 !important;
  width: 0 !important;
  height: 0 !important;
  font-size: 0 !important;
  line-height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  overflow: hidden;
  outline: none !important;
  z-index: -9999 !important;
  background: none !important;
  border-style: solid !important;
  border-color: transparent !important;
}

.irs--flat {
  height: 40px;
}

.irs--flat.irs-with-grid {
  height: 60px;
}

.irs--flat .irs-line {
  top: 25px;
  height: 12px;
  background-color: #e1e4e9;
  border-radius: 4px;
}

.irs--flat .irs-bar {
  top: 25px;
  height: 12px;
  background-color: #ed5565;
}

.irs--flat .irs-bar--single {
  border-radius: 4px 0 0 4px;
}

.irs--flat .irs-shadow {
  height: 1px;
  bottom: 16px;
  background-color: #e1e4e9;
}

.irs--flat .irs-handle {
  top: 22px;
  width: 16px;
  height: 18px;
  background-color: transparent;
}

.irs--flat .irs-handle > i:first-child {
  position: absolute;
  display: block;
  top: 0;
  left: 50%;
  width: 2px;
  height: 100%;
  margin-left: -1px;
  background-color: #da4453;
}

.irs--flat .irs-handle.state_hover > i:first-child,
.irs--flat .irs-handle:hover > i:first-child {
  background-color: #a43540;
}

.irs--flat .irs-min,
.irs--flat .irs-max {
  top: 0;
  padding: 1px 3px;
  color: #999;
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  background-color: #e1e4e9;
  border-radius: 4px;
}

.irs--flat .irs-from,
.irs--flat .irs-to,
.irs--flat .irs-single {
  color: white;
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  padding: 1px 5px;
  background-color: #ed5565;
  border-radius: 4px;
}

.irs--flat .irs-from:before,
.irs--flat .irs-to:before,
.irs--flat .irs-single:before {
  position: absolute;
  display: block;
  content: "";
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3px;
  overflow: hidden;
  border: 3px solid transparent;
  border-top-color: #ed5565;
}

.irs--flat .irs-grid-pol {
  background-color: #e1e4e9;
}

.irs--flat .irs-grid-text {
  color: #999;
}

.irs--big {
  height: 55px;
}

.irs--big.irs-with-grid {
  height: 70px;
}

.irs--big .irs-line {
  top: 33px;
  height: 12px;
  background-color: white;
  background: linear-gradient(to bottom, #ddd -50%, white 150%);
  border: 1px solid #ccc;
  border-radius: 12px;
}

.irs--big .irs-bar {
  top: 33px;
  height: 12px;
  background-color: #92bce0;
  border: 1px solid #428bca;
  background: linear-gradient(to bottom, #ffffff 0%, #428bca 30%, #b9d4ec 100%);
  box-shadow: inset 0 0 1px 1px rgba(255, 255, 255, 0.5);
}

.irs--big .irs-bar--single {
  border-radius: 12px 0 0 12px;
}

.irs--big .irs-shadow {
  height: 1px;
  bottom: 16px;
  background-color: rgba(66, 139, 202, 0.5);
}

.irs--big .irs-handle {
  top: 25px;
  width: 30px;
  height: 30px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  background-color: #cbcfd5;
  background: linear-gradient(to bottom, white 0%, #B4B9BE 30%, white 100%);
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2), inset 0 0 3px 1px white;
  border-radius: 30px;
}

.irs--big .irs-handle.state_hover,
.irs--big .irs-handle:hover {
  border-color: rgba(0, 0, 0, 0.45);
  background-color: #939ba7;
  background: linear-gradient(to bottom, white 0%, #919BA5 30%, white 100%);
}

.irs--big .irs-min,
.irs--big .irs-max {
  top: 0;
  padding: 1px 5px;
  color: white;
  text-shadow: none;
  background-color: #9f9f9f;
  border-radius: 3px;
}

.irs--big .irs-from,
.irs--big .irs-to,
.irs--big .irs-single {
  color: white;
  text-shadow: none;
  padding: 1px 5px;
  background-color: #428bca;
  background: linear-gradient(to bottom, #428bca 0%, #3071a9 100%);
  border-radius: 3px;
}

.irs--big .irs-grid-pol {
  background-color: #428bca;
}

.irs--big .irs-grid-text {
  color: #428bca;
}

.irs--modern {
  height: 55px;
}

.irs--modern.irs-with-grid {
  height: 55px;
}

.irs--modern .irs-line {
  top: 25px;
  height: 5px;
  background-color: #d1d6e0;
  background: linear-gradient(to bottom, #e0e4ea 0%, #d1d6e0 100%);
  border: 1px solid #a3adc1;
  border-bottom-width: 0;
  border-radius: 5px;
}

.irs--modern .irs-bar {
  top: 25px;
  height: 5px;
  background: #20b426;
  background: linear-gradient(to bottom, #20b426 0%, #18891d 100%);
}

.irs--modern .irs-bar--single {
  border-radius: 5px 0 0 5px;
}

.irs--modern .irs-shadow {
  height: 1px;
  bottom: 21px;
  background-color: rgba(209, 214, 224, 0.5);
}

.irs--modern .irs-handle {
  top: 37px;
  width: 12px;
  height: 13px;
  border: 1px solid #a3adc1;
  border-top-width: 0;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  border-radius: 0 0 3px 3px;
}

.irs--modern .irs-handle > i:nth-child(1) {
  position: absolute;
  display: block;
  top: -4px;
  left: 1px;
  width: 6px;
  height: 6px;
  border: 1px solid #a3adc1;
  background: white;
  transform: rotate(45deg);
}

.irs--modern .irs-handle > i:nth-child(2) {
  position: absolute;
  display: block;
  box-sizing: border-box;
  top: 0;
  left: 0;
  width: 10px;
  height: 12px;
  background: #e9e6e6;
  background: linear-gradient(to bottom, white 0%, #e9e6e6 100%);
  border-radius: 0 0 3px 3px;
}

.irs--modern .irs-handle > i:nth-child(3) {
  position: absolute;
  display: block;
  box-sizing: border-box;
  top: 3px;
  left: 3px;
  width: 4px;
  height: 5px;
  border-left: 1px solid #a3adc1;
  border-right: 1px solid #a3adc1;
}

.irs--modern .irs-handle.state_hover,
.irs--modern .irs-handle:hover {
  border-color: #7685a2;
  background: #c3c7cd;
  background: linear-gradient(to bottom, #ffffff 0%, #919ba5 30%, #ffffff 100%);
}

.irs--modern .irs-handle.state_hover > i:nth-child(1),
.irs--modern .irs-handle:hover > i:nth-child(1) {
  border-color: #7685a2;
}

.irs--modern .irs-handle.state_hover > i:nth-child(3),
.irs--modern .irs-handle:hover > i:nth-child(3) {
  border-color: #48536a;
}

.irs--modern .irs-min,
.irs--modern .irs-max {
  top: 0;
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  padding: 1px 5px;
  color: white;
  background-color: #d1d6e0;
  border-radius: 5px;
}

.irs--modern .irs-from,
.irs--modern .irs-to,
.irs--modern .irs-single {
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  padding: 1px 5px;
  background-color: #20b426;
  color: white;
  border-radius: 5px;
}

.irs--modern .irs-from:before,
.irs--modern .irs-to:before,
.irs--modern .irs-single:before {
  position: absolute;
  display: block;
  content: "";
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3px;
  overflow: hidden;
  border: 3px solid transparent;
  border-top-color: #20b426;
}

.irs--modern .irs-grid {
  height: 25px;
}

.irs--modern .irs-grid-pol {
  background-color: #dedede;
}

.irs--modern .irs-grid-text {
  color: silver;
  font-size: 13px;
}

.irs--sharp {
  height: 50px;
  font-size: 12px;
  line-height: 1;
}

.irs--sharp.irs-with-grid {
  height: 57px;
}

.irs--sharp .irs-line {
  top: 30px;
  height: 2px;
  background-color: black;
  border-radius: 2px;
}

.irs--sharp .irs-bar {
  top: 30px;
  height: 2px;
  background-color: #ee22fa;
}

.irs--sharp .irs-bar--single {
  border-radius: 2px 0 0 2px;
}

.irs--sharp .irs-shadow {
  height: 1px;
  bottom: 21px;
  background-color: rgba(0, 0, 0, 0.5);
}

.irs--sharp .irs-handle {
  top: 25px;
  width: 10px;
  height: 10px;
  background-color: #a804b2;
}

.irs--sharp .irs-handle > i:first-child {
  position: absolute;
  display: block;
  top: 100%;
  left: 0;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-top-color: #a804b2;
}

.irs--sharp .irs-handle.state_hover,
.irs--sharp .irs-handle:hover {
  background-color: black;
}

.irs--sharp .irs-handle.state_hover > i:first-child,
.irs--sharp .irs-handle:hover > i:first-child {
  border-top-color: black;
}

.irs--sharp .irs-min,
.irs--sharp .irs-max {
  color: white;
  font-size: 14px;
  line-height: 1;
  top: 0;
  padding: 3px 4px;
  opacity: 0.4;
  background-color: #a804b2;
  border-radius: 2px;
}

.irs--sharp .irs-from,
.irs--sharp .irs-to,
.irs--sharp .irs-single {
  font-size: 14px;
  line-height: 1;
  text-shadow: none;
  padding: 3px 4px;
  background-color: #a804b2;
  color: white;
  border-radius: 2px;
}

.irs--sharp .irs-from:before,
.irs--sharp .irs-to:before,
.irs--sharp .irs-single:before {
  position: absolute;
  display: block;
  content: "";
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3px;
  overflow: hidden;
  border: 3px solid transparent;
  border-top-color: #a804b2;
}

.irs--sharp .irs-grid {
  height: 25px;
}

.irs--sharp .irs-grid-pol {
  background-color: #dedede;
}

.irs--sharp .irs-grid-text {
  color: silver;
  font-size: 13px;
}

.irs--round {
  height: 50px;
}

.irs--round.irs-with-grid {
  height: 65px;
}

.irs--round .irs-line {
  top: 36px;
  height: 4px;
  background-color: #dee4ec;
  border-radius: 4px;
}

.irs--round .irs-bar {
  top: 36px;
  height: 4px;
  background-color: #006cfa;
}

.irs--round .irs-bar--single {
  border-radius: 4px 0 0 4px;
}

.irs--round .irs-shadow {
  height: 4px;
  bottom: 21px;
  background-color: rgba(222, 228, 236, 0.5);
}

.irs--round .irs-handle {
  top: 26px;
  width: 24px;
  height: 24px;
  border: 4px solid #006cfa;
  background-color: white;
  border-radius: 24px;
  box-shadow: 0 1px 3px rgba(0, 0, 255, 0.3);
}

.irs--round .irs-handle.state_hover,
.irs--round .irs-handle:hover {
  background-color: #f0f6ff;
}

.irs--round .irs-min,
.irs--round .irs-max {
  color: #333;
  font-size: 14px;
  line-height: 1;
  top: 0;
  padding: 3px 5px;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}

.irs--round .irs-from,
.irs--round .irs-to,
.irs--round .irs-single {
  font-size: 14px;
  line-height: 1;
  text-shadow: none;
  padding: 3px 5px;
  background-color: #006cfa;
  color: white;
  border-radius: 4px;
}

.irs--round .irs-from:before,
.irs--round .irs-to:before,
.irs--round .irs-single:before {
  position: absolute;
  display: block;
  content: "";
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3px;
  overflow: hidden;
  border: 3px solid transparent;
  border-top-color: #006cfa;
}

.irs--round .irs-grid {
  height: 25px;
}

.irs--round .irs-grid-pol {
  background-color: #dedede;
}

.irs--round .irs-grid-text {
  color: silver;
  font-size: 13px;
}

.irs--square {
  height: 50px;
}

.irs--square.irs-with-grid {
  height: 60px;
}

.irs--square .irs-line {
  top: 31px;
  height: 4px;
  background-color: #dedede;
}

.irs--square .irs-bar {
  top: 31px;
  height: 4px;
  background-color: black;
}

.irs--square .irs-shadow {
  height: 2px;
  bottom: 21px;
  background-color: #dedede;
}

.irs--square .irs-handle {
  top: 25px;
  width: 16px;
  height: 16px;
  border: 3px solid black;
  background-color: white;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.irs--square .irs-handle.state_hover,
.irs--square .irs-handle:hover {
  background-color: #f0f6ff;
}

.irs--square .irs-min,
.irs--square .irs-max {
  color: #333;
  font-size: 14px;
  line-height: 1;
  top: 0;
  padding: 3px 5px;
  background-color: rgba(0, 0, 0, 0.1);
}

.irs--square .irs-from,
.irs--square .irs-to,
.irs--square .irs-single {
  font-size: 14px;
  line-height: 1;
  text-shadow: none;
  padding: 3px 5px;
  background-color: black;
  color: white;
}

.irs--square .irs-grid {
  height: 25px;
}

.irs--square .irs-grid-pol {
  background-color: #dedede;
}

.irs--square .irs-grid-text {
  color: silver;
  font-size: 11px;
}

.lb-loader,
.lightbox {
  text-align: center;
  line-height: 0;
  position: absolute;
  left: 0;
}

body.lb-disable-scrolling {
  overflow: hidden;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: #000;
  filter: alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

.lightbox {
  width: 100%;
  z-index: 10000;
  font-weight: 400;
  outline: 0;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
  border-radius: 3px;
  border: 4px solid #fff;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;
  background-color: #fff;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-loader {
  top: 43%;
  height: 25%;
  width: 100%;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../img/loading.gif) no-repeat;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: 0;
  background-image: url(data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==);
}

.lb-next,
.lb-prev {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(../img/prev.png) left 48% no-repeat;
  filter: alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
  filter: alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(../img/next.png) right 48% no-repeat;
  filter: alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
  filter: alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  width: 100%;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: 700;
  line-height: 1em;
}

.lb-data .lb-caption a {
  color: #4ae;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(../img/close.png) top right no-repeat;
  text-align: right;
  outline: 0;
  filter: alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: alpha(Opacity=100);
  opacity: 1;
}

/*--------------------------------------------------------------
# Start Global Page
--------------------------------------------------------------*/
body::-webkit-scrollbar-track {
  border-radius: 30px;
  background-color: #d7d7d7;
}

body::-webkit-scrollbar {
  border-radius: 30px;
  width: 8px;
  background-color: #F5F5F5;
}

body::-webkit-scrollbar-thumb {
  border-radius: 30px;
  background-color: #141414;
}

body {
  line-height: 1.5;
  color: #141414;
  background-color: #F8F6F6;
  direction: rtl;
  text-align: start;
  font-weight: 400;
  font-family: "Cairo", sans-serif;
  font-size: 16px;
}

::selection {
  background-color: #141414;
  color: #fff;
}

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

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

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

.px-10 {
  padding: 0 10px;
}

.transparent {
  background-color: transparent !important;
}

.main-hover {
  transition: 0.3s;
}
.main-hover:hover {
  color: #FE3336 !important;
}

.visible {
  overflow: visible;
}

.bold {
  font-weight: 700;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

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

.pointer {
  cursor: pointer;
}

.teaser.lazyload {
  opacity: 0;
  transform: scale(0.8);
}

.teaser.lazyloaded {
  opacity: 1;
  transform: scale(1);
  transition: all 700ms;
}

button {
  outline: none !important;
}

label {
  margin-inline-start: 2px;
}

p {
  color: #7E7D7D;
}

a {
  transition: 0.3s;
  color: #7E7D7D;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  color: #141414;
}

.mt-10 {
  margin-top: 10px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.pt-10 {
  padding-top: 10px !important;
}

.pb-10 {
  padding-bottom: 10px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.pt-20 {
  padding-top: 20px !important;
}

.pb-20 {
  padding-bottom: 20px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.pt-30 {
  padding-top: 30px !important;
}

.pb-30 {
  padding-bottom: 30px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.pt-40 {
  padding-top: 40px !important;
}

.pb-40 {
  padding-bottom: 40px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.pt-50 {
  padding-top: 50px !important;
}

.pb-50 {
  padding-bottom: 50px !important;
}

.mt-60 {
  margin-top: 60px !important;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.pt-60 {
  padding-top: 60px !important;
}

.pb-60 {
  padding-bottom: 60px !important;
}

.mt-70 {
  margin-top: 70px !important;
}

.mb-70 {
  margin-bottom: 70px !important;
}

.pt-70 {
  padding-top: 70px !important;
}

.pb-70 {
  padding-bottom: 70px !important;
}

.mt-80 {
  margin-top: 80px !important;
}

.mb-80 {
  margin-bottom: 80px !important;
}

.pt-80 {
  padding-top: 80px !important;
}

.pb-80 {
  padding-bottom: 80px !important;
}

.mt-90 {
  margin-top: 90px !important;
}

.mb-90 {
  margin-bottom: 90px !important;
}

.pt-90 {
  padding-top: 90px !important;
}

.pb-90 {
  padding-bottom: 90px !important;
}

.mt-100 {
  margin-top: 100px !important;
}

.mb-100 {
  margin-bottom: 100px !important;
}

.pt-100 {
  padding-top: 100px !important;
}

.pb-100 {
  padding-bottom: 100px !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mb-15 {
  margin-bottom: 15px;
}

.mt-15 {
  margin-top: 15px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mt-25 {
  margin-top: 25px;
}

hr {
  border-top: 1px solid #E5E5E5;
  margin: 25px 0;
}

section {
  overflow: hidden;
  position: relative;
}

.owl-carousel {
  direction: ltr;
}

.main-color {
  color: #141414 !important;
}

.sec-color {
  color: #FE3336;
}

.gray-color {
  color: #7E7D7D;
}

.p-relative {
  position: relative;
  z-index: 2;
}

.weight-500 {
  font-weight: 500;
}

.weight-700 {
  font-weight: 700;
}

.flex-end {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.flex-h {
  display: flex;
  align-items: center;
}

.flex-between {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

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

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

.br-0 {
  border-radius: 0 !important;
}

.gap-3 {
  gap: 3px;
}

.gap-5 {
  gap: 5px;
}

.gap-10 {
  gap: 10px;
}

.gap-15 {
  gap: 15px;
}

.gap-20 {
  gap: 20px;
}

.gap-30 {
  gap: 30px;
}

.gap-40 {
  gap: 40px;
}

.text-white {
  color: #fff;
}

.text-black {
  color: #111;
}

.text-ellipsis {
  display: -webkit-box;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.small {
  font-size: 0.875em;
}

.flex-1 {
  flex: 1;
}

.flex-none {
  flex: none;
}

.form-control {
  border: 0;
  box-shadow: none !important;
  outline: none;
}
.form-control::placeholder {
  color: #B4B0B0;
  font-size: 14px;
}

.m-auto {
  margin: 0 auto;
}

.textarea {
  height: 120px !important;
  resize: none;
}

.mou_tab {
  cursor: pointer;
  transition: 0.3s;
}

[data-cursor] {
  cursor: pointer;
}

.pagination {
  flex-wrap: wrap;
  gap: 15px;
  position: relative;
  z-index: 1;
}
.pagination .page-item .page-link {
  background-color: #F1F1F1;
  border: 1px solid #D5D5D5;
  width: 50px;
  height: 50px;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #707070;
  font-size: 1.25em;
  font-weight: 700;
}
.pagination .page-item.active .page-link {
  background-color: #141414;
  border-color: #141414;
  color: #fff;
}

.file-none {
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 1px;
  opacity: 0;
}

.custom_checkbox {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.custom_checkbox input {
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 1px;
  opacity: 0;
}
.custom_checkbox .checkmark {
  position: relative;
  display: inline-block;
  width: 15px;
  min-width: 15px;
  height: 15px;
  border: 1px solid #D8D3D3;
  border-radius: 2px;
  transition: 0.3s;
  background: #fff;
}
.custom_checkbox .checkmark:after {
  position: absolute;
  font-family: "Font Awesome 5 Pro";
  font-size: 11px;
  content: "\f00c";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  display: none;
}
.custom_checkbox .checkmark:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: rgba(20, 20, 20, 0.2);
  transition: 0.3s;
}
.custom_checkbox input:checked ~ .checkmark {
  background-color: #141414;
}
.custom_checkbox input:checked ~ .checkmark:before {
  transform: translate(-50%, -50%) scale(1);
}
.custom_checkbox input:checked ~ .checkmark:after {
  display: block;
}
.custom_checkbox p {
  margin-inline-start: 10px;
  color: #707070;
  margin-bottom: 0;
}

.transition {
  transition: 0.3s;
}

.stars {
  color: #707070;
  font-size: 0.875em;
}
.stars i.disabled {
  color: #BCBCBC;
}

/* 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;
}

.badge-info {
  background: #DFDFDF;
  padding: 6px 19px;
  font-size: 0.75em;
  border-radius: 50px;
  color: #707070;
  display: inline-block;
}

.invalid-feedback {
  color: #dc3545;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  display: block;
  font-weight: 300;
  line-height: normal;
}

.not-found {
  font-size: 2em;
  color: rgba(254, 51, 54, 0.6);
  font-weight: 700;
}

#ui_notifIt {
  background-color: #FE3336 !important;
}
#ui_notifIt p {
  color: #fff;
}
#ui_notifIt #notifIt_close {
  color: #FFF;
  right: 5px;
  font-size: 25px;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/*--------------------------------------------------------------
# End Global Page
--------------------------------------------------------------*/
/*==============================================
// Start Nav Top
================================================*/
.alert_top {
  background-color: #DFDFDF;
  padding: 8px 0;
}
.alert_top p {
  color: #141414;
  font-size: 0.875em;
}

.navtop {
  position: sticky;
  overflow: visible;
  z-index: 9;
  top: 0;
  background-color: #F2F2F2;
  padding: 13px 0;
}
.navtop .contact-info-two {
  position: relative;
  display: flex;
  align-items: center;
  gap: 30px;
}
.navtop .contact-info-two li a {
  font-size: 0.75em;
}
.navtop .contact-info-two li a:hover {
  color: #FE3336;
}
.navtop .icons {
  gap: 0 30px;
}
.navtop .icons .icon:hover path {
  stroke: #FE3336;
}
.navtop .icons .icon-with-notification {
  position: relative;
}
.navtop .icons .icon-with-notification:after {
  position: absolute;
  content: attr(data-noti);
  width: 11px;
  height: 11px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 8px;
  background-color: #707070;
  color: #fff;
  border-radius: 50%;
  top: -1px;
  right: -6px;
}

/*==============================================
// End Nav Top
================================================*/
/*==============================================
  // Start Nav Bar
  ================================================*/
.nav_bar .logo {
  display: inline-block;
}
.nav_bar .list {
  display: flex;
  justify-content: center;
  gap: 0 30px;
}
.nav_bar .list li a {
  color: #919090;
  position: relative;
  font-size: 0.875em;
}
.nav_bar .list li a::before {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%) scale(0);
  width: 4px;
  height: 4px;
  background-color: #141414;
  border-radius: 50%;
  transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.nav_bar .list li a:hover, .nav_bar .list li a.active {
  color: #141414;
}
.nav_bar .list li a:hover:before, .nav_bar .list li a.active:before {
  transform: translateX(-50%) scale(1);
}
.nav_bar .list li a.active {
  font-weight: 700;
}
.nav_bar #close_menu {
  position: absolute;
  top: 20px;
  right: 20px;
  color: #fff;
  font-size: 35px;
  cursor: pointer;
}
.nav_bar .toggle_list {
  margin-inline-end: 10px;
  font-size: 20px;
  cursor: pointer;
}
.nav_bar .auth_box .login-btn {
  color: #070707;
  font-size: 0.875em;
  font-weight: 700;
}
.nav_bar .login-dropdown {
  position: relative;
}
.nav_bar .login-dropdown .icon {
  font-size: 20px;
  cursor: pointer;
  transition: 0.3s;
}
.nav_bar .login-dropdown .dropdown-body {
  position: absolute;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0px 5px 9px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  margin-top: 15px;
  transition: 0.3s;
  left: 0;
  min-width: 200px;
  z-index: 9;
}
.nav_bar .login-dropdown .dropdown-body.show {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
}
.nav_bar .login-dropdown .dropdown-body .dropdown-item {
  font-size: 15px;
  width: 100%;
  padding: 7px 20px;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  gap: 7px;
}
.nav_bar .login-dropdown .dropdown-body .dropdown-item .icon-drop {
  min-width: 18px;
}
.nav_bar .login-dropdown .dropdown-body .dropdown-item:not(:last-of-type) {
  border-bottom: 1px solid #ddd;
}
.nav_bar .login-dropdown .dropdown-body .dropdown-item:hover {
  background-color: #141414;
  color: #fff;
}

@keyframes animate_links {
  0% {
    transform: translateX(200px);
    opacity: 0;
  }
  100% {
    transform: translateX(0px);
    opacity: 1;
  }
}
/*==============================================
  // End Nav Bar
  ================================================*/
/*==============================================
  // Start bottom nav
  ================================================*/
.navigation-menu {
  padding: 0;
  margin: 0;
  list-style: none;
  background-color: #141414;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 10;
}

.navigation-menu li {
  width: 20%;
  height: 70px;
  line-height: 70px;
  text-align: center;
  font-size: 20px;
  cursor: pointer;
  position: relative;
  z-index: 1;
  color: #7E7D7D;
}

.navigation-menu li a {
  transition: 0.3s;
}

.navigation-menu li a:hover {
  color: #fff;
}

.navigation-menu li.active a {
  color: #fff;
}

.navigation-menu .current-link {
  position: absolute;
  width: 20%;
  height: 4px;
  border-radius: 10px;
  background-color: #fff;
  right: 0;
  transition: 0.3s;
}

.navigation-menu .current-link:after {
  position: absolute;
  content: "";
  height: 63px;
  width: 100%;
  top: 4px;
  clip-path: polygon(20% 0%, 80% 0%, 100% 100%, 0% 100%);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0) 90%);
}

.navigation-menu li.active:nth-child(2) ~ .current-link {
  right: 20%;
}

.navigation-menu li.active:nth-child(3) ~ .current-link {
  right: 40%;
}

.navigation-menu li.active:nth-child(4) ~ .current-link {
  right: 60%;
}

.navigation-menu li.active:nth-child(5) ~ .current-link {
  right: 80%;
}

/*==============================================
  // End bottom nav
  ================================================*/
/*--------------------------------------------------------------
# Start Page Header
--------------------------------------------------------------*/
.page-header {
  padding: 50px 0;
}
.page-header .animate-group span {
  position: absolute !important;
}
.page-header .bg-red.one {
  bottom: 34px;
  right: 23%;
}
.page-header .bg-red.two {
  top: 0;
  left: 7%;
}
.page-header .bg-dark.one {
  top: -20px;
  right: 6%;
}
.page-header .bg-dark.two {
  bottom: 23px;
  left: 25%;
}
.page-header .bg-gray {
  background-color: #C8C8C8;
}
.page-header .bg-gray.one {
  top: -44px;
  left: 23%;
}
.page-header .bg-gray.two {
  right: 46px;
  bottom: 33px;
}

.breadcrumps {
  padding: 11px 30px;
  background: #DFDFDF;
  border-radius: 50px;
  font-size: 0.875em;
  color: #7E7D7D;
}
.breadcrumps a:hover {
  color: #FE3336;
}

/*--------------------------------------------------------------
# End Page Header
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Start Hero Section
--------------------------------------------------------------*/
.hero-section {
  padding: 60px 0;
}
.hero-section:after {
  position: absolute;
  content: "";
  top: 0;
  left: -190px;
  width: 390px;
  height: 390px;
  border-radius: 50%;
  background-color: rgba(237, 237, 237, 0.41);
  z-index: -1;
}
@media (max-width: 767.98px) {
  .hero-section:after {
    display: none;
  }
}
.hero-section .image-side {
  position: relative;
}
.hero-section .image-side:after, .hero-section .image-side:before {
  position: absolute;
  content: "";
  width: 115px;
  height: 115px;
  border-radius: 50%;
  z-index: -2;
}
.hero-section .image-side:after {
  background-color: #141414;
  top: 27px;
}
.hero-section .image-side:before {
  background-color: #7E7D7D;
  bottom: -54px;
  left: 145px;
}
.hero-section .image-side .image-box {
  position: relative;
}
.hero-section .image-side .image-box:after {
  position: absolute;
  content: "";
  width: 500px;
  height: 500px;
  background-color: rgb(237, 237, 237);
  border-radius: 50%;
  top: 15px;
  right: 0px;
  z-index: -1;
}
.hero-section .image-side .item {
  position: absolute;
  background-color: #fff;
  padding: 12px 20px;
  border-radius: 50px;
  font-size: 0.875em;
  display: flex;
  align-items: center;
  gap: 8px;
  z-index: 1;
}
.hero-section .image-side .item i {
  font-size: 18px;
}
.hero-section .image-side .item:nth-of-type(1) {
  top: 136px;
  right: -88px;
}
.hero-section .image-side .item:nth-of-type(2) {
  width: 128px;
  height: 128px;
  border-radius: 50%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1.9;
  top: 69%;
  right: -36px;
}
.hero-section .image-side .item:nth-of-type(3) {
  left: 24px;
  bottom: 24px;
}
.hero-section .animate-group .bg-red {
  right: 53%;
  top: 52%;
}
.hero-section .animate-group .bg-dark {
  right: 31%;
  top: 35%;
}
.hero-section .animate-group .bg-gray {
  right: 27%;
  bottom: 64px;
}
.hero-section .animate-group .img-shape {
  right: 40%;
  bottom: 65px;
}

.main-info-box {
  position: relative;
  z-index: 1;
}
.main-info-box .small-text {
  color: #858585;
  font-size: 0.875em;
}
.main-info-box .head {
  position: relative;
  font-size: 3.25em;
  font-weight: 700;
  margin: 15px 0 0;
  max-width: 400px;
  line-height: 1.5;
}
.main-info-box .head:after {
  position: absolute;
  content: "";
  width: 226px;
  height: 226px;
  background-color: rgba(237, 237, 237, 0.5);
  border-radius: 50%;
  top: -57px;
  right: 0;
  z-index: -1;
}
.main-info-box .desc p {
  margin: 0;
  line-height: normal;
}

.animate-group span {
  position: absolute;
  border-radius: 50%;
}
.animate-group img {
  position: absolute;
}

.move-animation-1 {
  animation: 30s move-animation-1 linear infinite;
}

.move-animation-2 {
  animation: 30s move-animation-2 linear infinite;
}

@keyframes move-animation-1 {
  0% {
    transform: translate3d(0, 0, 0) rotate(0);
  }
  50% {
    transform: translate3d(100px, 30px, 30px) rotate(360deg);
  }
  100% {
    transform: translate3d(0, 0, 0) rotate(0);
  }
}
@keyframes move-animation-2 {
  0% {
    transform: translate3d(0, 0, 0) rotate(0);
  }
  50% {
    transform: translate3d(-100px, 30px, 30px) rotate(360deg);
  }
  100% {
    transform: translate3d(0, 0, 0) rotate(0);
  }
}
.bg-red {
  background-color: #FE3336;
}

.bg-gray {
  background-color: #7E7D7D;
}

.bg-dark {
  background-color: #141414;
}

/*--------------------------------------------------------------
# End Hero Section
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Start How Site Works Section
--------------------------------------------------------------*/
.how-site-works-section {
  margin: 90px 0;
}
.how-site-works-section .work-row {
  gap: 100px;
  overflow: hidden;
}
.how-site-works-section .work-row:nth-child(1) .image-side {
  position: relative;
  padding-bottom: 25px;
}
.how-site-works-section .work-row:nth-child(1) .image-side:after {
  position: absolute;
  content: "";
  right: 25px;
  border-top: 1px dashed rgba(112, 112, 112, 0.5098039216);
  width: calc(100% + 100px);
  bottom: 0;
}
.how-site-works-section .work-row:nth-child(2) .info-side {
  padding-top: 25px;
}
.how-site-works-section .work-row:nth-child(2) .info-side .num:after {
  height: 10000px;
  top: 50px;
}
.how-site-works-section .work-row:nth-child(2) .info-side .num:before {
  position: absolute;
  content: "";
  right: 50%;
  border-right: 1px dashed rgba(112, 112, 112, 0.5098039216);
  height: 10000px;
  bottom: 100%;
}
.how-site-works-section .work-row:nth-child(3) .image-side {
  position: relative;
  padding-top: 25px;
}
.how-site-works-section .work-row:nth-child(3) .image-side:after {
  position: absolute;
  content: "";
  right: 27px;
  border-top: 1px dashed rgba(112, 112, 112, 0.5098039216);
  width: calc(100% + 99px);
  top: 0;
}
.how-site-works-section .work-row:nth-child(3) .info-side .num:after {
  height: 10000px;
  top: auto;
  bottom: 100%;
}
.how-site-works-section .work-row .image-side {
  flex: none;
}
.how-site-works-section .work-row .info-side {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 15px;
}
.how-site-works-section .work-row .info-side .num {
  position: relative;
  width: 50px;
  height: 50px;
  background: #EDEDED;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: none;
  border-radius: 50%;
  font-size: 1.25em;
  font-weight: 700;
}
.how-site-works-section .work-row .info-side .num:after {
  position: absolute;
  content: "";
  right: 50%;
  border-right: 1px dashed rgba(112, 112, 112, 0.5098039216);
  height: 10000px;
  top: 50px;
}
.how-site-works-section .work-row .info-side .num-bg {
  font-size: 14.68em;
  font-weight: 700;
  color: rgba(237, 237, 237, 0.7);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.how-site-works-section .work-row .info-side h4 {
  font-size: 2em;
  font-weight: 700;
  margin-bottom: 25px;
}
.how-site-works-section .work-row .info-side .desc * {
  line-height: normal;
}

/*--------------------------------------------------------------
# End How Site Works Section
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Start categories Section
--------------------------------------------------------------*/
.categories_section {
  padding: 30px 0;
}
.categories_section .cat-box {
  padding: 20px 0;
}
.categories_section .box {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 14px;
  background-color: #EDEDED;
  width: 145px;
  height: 145px;
  border-radius: 50%;
  box-shadow: 0 0 0 10px #F2F2F2;
  margin: 0 auto;
}
.categories_section .box img {
  max-height: 60px;
  width: auto;
}
.categories_section .box h6 {
  color: #141414;
  font-size: 0.875em;
  font-weight: 700;
  text-align: center;
  max-width: 81%;
  margin: 0 auto;
}
.categories_section .box:hover {
  box-shadow: 0 0 0 13px rgba(20, 20, 20, 0.1);
}

/*--------------------------------------------------------------
# End categories Section
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Start banner Section
--------------------------------------------------------------*/
.banner-section {
  padding: 70px 0;
}
.banner-section .content-section {
  position: relative;
  background-color: #EDEDED;
  border-radius: 25px;
}
.banner-section .content-section:after {
  position: absolute;
  content: "";
  background-image: url(../img/shape.png);
  background-size: contain;
  width: 348px;
  height: 263px;
  bottom: -38px;
  left: -12px;
}
.banner-section .content-section .image-side {
  position: absolute;
  top: -90px;
  right: -100px;
}
.banner-section .content-section .image-side img {
  width: 600px;
}
.banner-section .content-section .info-side {
  padding: 50px;
  padding-inline-start: 0;
  position: relative;
  z-index: 1;
}
.banner-section .content-section .info-side h2 {
  font-size: 2.625em;
  font-weight: 700;
}
.banner-section .content-section .info-side h2 span {
  font-size: 1.71em;
  display: block;
}
.banner-section .content-section .info-side .desc p {
  color: #141414;
  line-height: normal;
  margin: 0;
}

/*--------------------------------------------------------------
# End banner Section
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Start products Section
--------------------------------------------------------------*/
.products-section {
  margin-bottom: 90px;
}

.product-box:hover .image-box .overlay {
  top: 0;
  opacity: 1;
  visibility: visible;
}
.product-box .image-box {
  position: relative;
  background-color: #EDEDED;
  border-radius: 20px;
  overflow: hidden;
}
.product-box .image-box img {
  height: 328px;
  object-fit: cover;
  margin: 0 auto;
}
.product-box .image-box .overlay {
  position: absolute;
  top: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(20, 20, 20, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s ease-in-out;
}
.product-box .image-box .overlay .icon {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border-radius: 50%;
  color: #141414;
}
.product-box .image-box .overlay .icon:hover {
  background-color: #141414;
  color: #fff;
}
.product-box .image-box .status {
  position: absolute;
  top: 30px;
  left: 0;
  background-color: #141414;
  color: #fff;
  border-radius: 0 50px 50px 0;
  padding: 7px 20px;
}
.product-box .info-box .name {
  font-size: 1.125em;
  font-weight: 700;
  margin-bottom: 6px;
}
.product-box .info-box .price {
  font-size: 0.875em;
}
.product-box .info-box .colors span {
  width: 17px;
  height: 17px;
  border-radius: 50%;
  flex: none;
  display: inline-block;
  border: 2px solid #fff;
  cursor: pointer;
}
.product-box .info-box .colors span.active {
  box-shadow: 0 0 0 1px #141414;
}

/*--------------------------------------------------------------
# End products Section
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Start choosen for you Section
--------------------------------------------------------------*/
.choosen-for-you-section {
  overflow: visible;
  margin: 90px 50px;
  background-color: #EDEDED;
  border-radius: 25px;
}
.choosen-for-you-section:after {
  position: absolute;
  content: "";
  right: -50px;
  bottom: -80px;
  width: 196px;
  height: 196px;
  border-radius: 50%;
  background-color: #141414;
  z-index: -1;
}
.choosen-for-you-section .info-side {
  padding-top: 90px;
  position: relative;
  z-index: 1;
}
.choosen-for-you-section .info-side .main-heading h2 {
  max-width: 430px;
  line-height: 1.5;
}
.choosen-for-you-section .images-side {
  padding-top: 90px;
}
.choosen-for-you-section .images-side [class*=col-]:nth-of-type(even) {
  transform: translateY(-150px);
}
.choosen-for-you-section .images-side .content-overflow {
  overflow-x: hidden;
  overflow-y: auto;
  max-height: 720px;
  padding-inline-end: 10px;
}
.choosen-for-you-section .images-side .content-overflow::-webkit-scrollbar-track {
  border-radius: 30px;
  background-color: #d7d7d7;
  margin-bottom: 20px;
}
.choosen-for-you-section .images-side .content-overflow::-webkit-scrollbar {
  border-radius: 30px;
  width: 8px;
  background-color: #ededed;
}
.choosen-for-you-section .images-side .content-overflow::-webkit-scrollbar-thumb {
  border-radius: 30px;
  background-color: #141414;
}
.choosen-for-you-section .images-side .box {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 30px;
}
.choosen-for-you-section .images-side .box:hover img {
  transform: scale(1.1);
}
.choosen-for-you-section .images-side .box img {
  height: 280px;
  width: 100%;
  object-fit: cover;
  transition: 0.4s ease-in-out;
}
.choosen-for-you-section .images-side .box .info {
  position: absolute;
  bottom: 0;
  top: 0;
  right: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(15, 71, 109, 0) 80%, rgb(20, 20, 20) 100%);
  display: flex;
  align-items: end;
  justify-content: space-between;
  color: #fff;
  padding: 15px 15px 12px;
}
.choosen-for-you-section .animate-group .bg-red {
  right: 43%;
  top: 27%;
}
.choosen-for-you-section .animate-group .bg-dark {
  right: 10%;
  bottom: 70px;
}
.choosen-for-you-section .animate-group .bg-gray {
  right: 39%;
  bottom: 37%;
}
.choosen-for-you-section .animate-group .img-shape {
  right: 40%;
  bottom: 65px;
}

/*--------------------------------------------------------------
# End choosen for you Section
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Start Banner Two Section
--------------------------------------------------------------*/
.banner-two-section {
  margin: 90px 0;
}
.banner-two-section .content-banner {
  position: relative;
  background-size: cover;
  background-position: center;
  padding: 77px 20px;
  border-radius: 25px;
  overflow: hidden;
}
.banner-two-section .content-banner:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(20, 20, 20, 0.5);
}
.banner-two-section .main-heading {
  color: #fff;
}
.banner-two-section .main-heading h2 {
  max-width: 500px;
  margin: 0 auto;
  line-height: 1.5;
}
.banner-two-section .main-heading .head-line {
  justify-content: center;
}
.banner-two-section .main-heading .head-line span {
  background-color: #fff;
}
.banner-two-section .main-heading .head-line span:after, .banner-two-section .main-heading .head-line span:before {
  background-color: #fff;
}
.banner-two-section .main-btn {
  margin-top: 25px;
  background-color: #fff;
  color: #141414;
}

/*--------------------------------------------------------------
# End Banner Two Section
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Start Banner Three Section
--------------------------------------------------------------*/
.banner-three-section {
  margin: 90px 0;
  overflow: visible;
}
.banner-three-section .box {
  position: relative;
  padding-top: 60px;
  color: #141414;
  max-width: 540px;
}
.banner-three-section .box:hover .arrow {
  background-color: #FE3336;
}
.banner-three-section .box:hover .right-earn,
.banner-three-section .box:hover .left-earn {
  box-shadow: 0 0 0 13px rgba(254, 51, 54, 0.3);
}
.banner-three-section .box:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 555px;
  background-color: #EDEDED;
  z-index: -1;
  border-radius: 50%;
}
.banner-three-section .box h3 {
  font-size: 2em;
  font-weight: 700;
  max-width: 250px;
  margin: 0 auto;
  line-height: 1.5;
}
.banner-three-section .box .arrow {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  color: #fff;
  background-color: #141414;
  margin: 20px auto 0;
  transition: 0.3s;
}
.banner-three-section .box .master-img {
  max-height: 330px;
  margin-top: 10px;
}
.banner-three-section .box .right-earn,
.banner-three-section .box .left-earn {
  position: absolute;
  top: 0;
  width: 94px;
  height: 94px;
  background-color: #141414;
  border-radius: 50%;
  z-index: -1;
  transition: 0.4s ease-in-out, box-shadow 0.4s ease-in-out 0.1s;
}
.banner-three-section .box .right-earn {
  right: 38px;
}
.banner-three-section .box .left-earn {
  left: 45px;
}

/*--------------------------------------------------------------
# End Banner Two Section
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Start Packages Section
--------------------------------------------------------------*/
.packages-section {
  padding: 88px 0 115px;
  background-color: #EDEDED;
  border-radius: 25px;
  margin: 90px 0 50px;
}
.packages-section [class*=col-]:nth-child(2) .package-box {
  box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.05);
  z-index: 2;
  transform: scale(1.13);
}
.packages-section [class*=col-]:nth-child(2) .package-box .content-box {
  padding: 0 30px;
}
.packages-section [class*=col-]:nth-child(3):after {
  position: absolute;
  content: "";
  bottom: 0;
  left: -50px;
  width: 100px;
  height: 100px;
  background-color: #7E7D7D;
  border-radius: 50%;
}
.packages-section .bg-dark {
  top: 80px;
  left: 26%;
}
.packages-section .bg-gray {
  bottom: 100px;
  right: 200px;
}
.packages-section .bg-red {
  top: 140px;
  right: 200px;
}

.package-box {
  position: relative;
  z-index: 1;
  background-color: #fff;
  border-radius: 10px;
  margin-bottom: 50px;
}
.package-box .top-bar {
  padding: 55px 20px 113px;
  background-color: #F8F8F8;
  text-align: center;
  border-radius: 10px;
}
.package-box .top-bar .name {
  font-size: 1.25em;
  font-weight: 700;
  margin-bottom: 15px;
}
.package-box .top-bar .price {
  font-size: 2em;
  font-weight: 700;
}
.package-box .content-box {
  position: relative;
  padding: 0 50px;
}
.package-box .content-box:before {
  content: "";
  position: absolute;
  clip-path: ellipse(67% 100% at 50% 0%);
  background: #fff;
  transform: scaleY(-1);
  top: -90px;
  left: 0;
  width: 100%;
  height: 200px;
}
.package-box .content-box .content-ul {
  position: relative;
  top: -30px;
}
.package-box .content-box .content-ul li {
  font-size: 0.875em;
  color: #7E7D7D;
  line-height: normal;
  margin-bottom: 30px;
}
.package-box .content-box .content-ul li .icon {
  width: 30px;
  height: 30px;
  background-color: #F8F8F8;
  border-radius: 50%;
  flex: none;
  color: #141414;
}
.package-box .main-btn {
  margin: 0 auto;
  display: table;
  line-height: 36px;
  transform: translateY(25px);
}

/*--------------------------------------------------------------
# End Packages Section
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Start About Us Section
--------------------------------------------------------------*/
.aboutUs-section {
  position: relative;
  margin: 40px 0;
  padding: 40px 0;
}
.aboutUs-section:after {
  position: absolute;
  content: "";
  top: 0;
  right: -190px;
  width: 390px;
  height: 390px;
  border-radius: 50%;
  background-color: rgba(237, 237, 237, 0.41);
  z-index: -1;
}
@media (max-width: 767.98px) {
  .aboutUs-section:after {
    display: none;
  }
}
.aboutUs-section .our-message-section .row-message {
  display: flex;
  flex-wrap: wrap;
}
.aboutUs-section .our-message-section .main-box {
  max-width: 50%;
  flex: 50%;
}
.aboutUs-section .our-message-section .main-box:nth-of-type(1) {
  max-width: 100%;
  flex: 100%;
  position: relative;
  z-index: 1;
}
.aboutUs-section .our-message-section .main-box:nth-of-type(1) .box {
  background-color: rgba(254, 51, 54, 0.3);
  margin: 0 auto;
}
.aboutUs-section .our-message-section .main-box:nth-of-type(2) {
  transform: translateY(-90px) translateX(-11px);
}
.aboutUs-section .our-message-section .main-box:nth-of-type(2) .box {
  background-color: rgba(62, 62, 62, 0.3);
  margin-right: auto;
}
.aboutUs-section .our-message-section .main-box:nth-of-type(3) {
  transform: translateY(-90px) translateX(11px);
}
.aboutUs-section .our-message-section .main-box:nth-of-type(3) .box {
  background-color: rgba(210, 204, 204, 0.3);
  margin-left: auto;
}
.aboutUs-section .our-message-section .box {
  width: 295px;
  height: 295px;
  border-radius: 50%;
  padding: 40px 25px;
  text-align: center;
}
.aboutUs-section .our-message-section .box .name {
  margin: 14px 0 6px;
  font-size: 0.875em;
  font-weight: 700;
}
.aboutUs-section .our-message-section .box .desc {
  -webkit-line-clamp: 5;
}
.aboutUs-section .our-message-section .box .desc * {
  color: #555454 !important;
  font-size: 0.875em !important;
  line-height: normal !important;
}

/*--------------------------------------------------------------
# End About Us Section
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Start Designers Section
--------------------------------------------------------------*/
.designers-section {
  padding-bottom: 100px;
}
.designers-section [class*=col-]:after {
  position: absolute;
  content: "";
  background-color: #D5D5D5;
  clip-path: polygon(100% 10%, 100% 100%, 50% 90%, 0% 100%, 0 10%, 50% 0);
  width: 40px;
  height: 150px;
  transition: 0.4s;
}
.designers-section [class*=col-]:before {
  position: absolute;
  content: "";
  border-radius: 50%;
  background-color: #fff;
  z-index: 1;
  width: 16px;
  height: 16px;
}
.designers-section [class*=col-].active:after {
  background-color: #141414;
}
.designers-section [class*=col-].active .designer-box {
  background-color: #fff;
  border-color: #141414;
}
.designers-section [class*=col-] .designer-box {
  transition: 0.4s;
}
.designers-section [class*=col-] .designer-box:after {
  position: absolute;
  content: "";
  border-radius: 50%;
  border: 2px solid #F8F6F6;
  background-color: #141414;
  width: 30px;
  height: 30px;
}
.designers-section [class*=col-] .designer-box:before {
  position: absolute;
  content: "";
  background-color: #070707;
  width: 180px;
  height: 1px;
}
.designers-section [class*=col-]:nth-of-type(even) {
  margin-top: -44px;
}
.designers-section [class*=col-]:nth-of-type(even):after {
  bottom: -23px;
  right: -20px;
}
.designers-section [class*=col-]:nth-of-type(even):before {
  bottom: 39px;
  right: -8px;
}
.designers-section [class*=col-]:nth-of-type(even) .designer-box {
  margin-inline-start: auto;
}
.designers-section [class*=col-]:nth-of-type(even) .designer-box:after {
  bottom: -16px;
  right: -16px;
}
.designers-section [class*=col-]:nth-of-type(even) .designer-box:before {
  bottom: 0;
  right: -195px;
}
.designers-section [class*=col-]:nth-of-type(odd):after {
  top: 25px;
  left: -20px;
}
.designers-section [class*=col-]:nth-of-type(odd):before {
  top: 93px;
  left: -8px;
}
.designers-section [class*=col-]:nth-of-type(odd) .designer-box:after {
  top: -16px;
  left: -16px;
}
.designers-section [class*=col-]:nth-of-type(odd) .designer-box:before {
  top: 0;
  left: -195px;
}
.designers-section [class*=col-]:last-of-type:after {
  clip-path: polygon(100% 10%, 100% 100%, 50% 100%, 0% 100%, 0 10%, 50% 0);
}
.designers-section .designer-box {
  position: relative;
  text-align: center;
  background-color: #F1F1F1;
  border: 1px solid #D5D5D5;
  border-radius: 20px;
  padding: 0 15px 30px;
  width: 360px;
  min-height: 203px;
  margin-top: 100px;
}
.designers-section .designer-box .image {
  margin-top: -56px;
}
.designers-section .designer-box .image img {
  width: 112px;
  height: 112px;
  object-fit: cover;
  border-radius: 50%;
}
.designers-section .designer-box .name {
  font-size: 1.125em;
  font-weight: 700;
  margin-bottom: 11px;
}
.designers-section .designer-box .stars {
  color: #707070;
  font-size: 0.63em;
  margin-bottom: 5px;
}
.designers-section .designer-box .desc {
  -webkit-line-clamp: 2;
}
.designers-section .designer-box .desc p {
  line-height: normal;
  font-size: 0.875em;
  margin: 0;
}
.designers-section .row-designers {
  position: relative;
}
.designers-section .row-designers:after {
  position: absolute;
  content: "";
  bottom: -36px;
  left: 50%;
  transform: translateX(-50%);
  width: 332px;
  height: 19px;
  border-radius: 50px;
  background-color: #D5D5D5;
}
.designers-section .bg-red.one {
  top: 15%;
  left: 50%;
}
.designers-section .bg-gray {
  background-color: #4572C1;
}
.designers-section .bg-gray.one {
  top: 20%;
  left: 39%;
}
.designers-section .bg-dark.one {
  top: 30%;
  left: 50%;
}
.designers-section .bg-red.two {
  top: 40%;
  left: 50%;
}
.designers-section .bg-gray.two {
  top: 50%;
  left: 39%;
}
.designers-section .bg-dark.two {
  top: 60%;
  left: 50%;
}
.designers-section .bg-red.three {
  top: 70%;
  left: 50%;
}
.designers-section .bg-gray.three {
  top: 80%;
  left: 39%;
}
.designers-section .bg-dark.three {
  top: 90%;
  left: 50%;
}

.search-box .search-input {
  flex: 1;
  background-color: #F4F2F2;
  border-radius: 50px;
  padding: 5px;
}
.search-box .search-input .icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #DFDFDF;
  color: #707070;
  flex: none;
}
.search-box .search-input input {
  background: none;
  border: 0;
}
.search-box .submit-btn {
  width: 60px;
  height: 60px;
  background-color: #141414;
  border-radius: 50%;
  transition: 0.4s;
}
.search-box .submit-btn:hover {
  background-color: #3b3b3b;
}

/*--------------------------------------------------------------
# End Designers Section
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Start Designer Modal
--------------------------------------------------------------*/
@media (min-width: 576px) {
  .designer-modal .modal-dialog {
    max-width: 1140px;
  }
}
.designer-modal .modal-content {
  background: #F8F6F6;
  border-radius: 20px;
}
.designer-modal .modal-content button.close {
  width: 65px;
  height: 65px;
  border-radius: 50%;
  border: 0;
  background: #000;
  color: #fff;
  font-size: 36px;
  top: 35px;
  position: absolute;
  right: 25px;
  transition: 0.3s;
  z-index: 9;
}
.designer-modal .modal-content button.close:hover {
  background-color: #FE3336;
}
.designer-modal .owl-carousel {
  width: 90%;
  margin: 0 auto;
}
.designer-modal .modal-body {
  padding: 209px 50px 100px;
}
.designer-modal .modal-body .designer-info {
  padding: 30px;
  padding-inline-start: 190px;
  border-radius: 20px;
  border: 1px solid #141414;
  width: calc(100% - 160px);
  margin-inline-start: auto;
  position: relative;
  margin-bottom: 50px;
}
.designer-modal .modal-body .designer-info .designer-image {
  position: absolute;
  top: 50%;
  right: -160px;
  transform: translateY(-50%);
  border-radius: 50%;
  object-fit: cover;
  height: 322px;
}
.designer-modal .modal-body .designer-info .name {
  font-size: 2em;
  font-weight: 700;
  margin-bottom: 20px;
}
.designer-modal .modal-body .designer-info .stars {
  color: #707070;
  font-size: 0.7em;
}
.designer-modal .modal-body .designer-info .desc {
  margin: 20px 0 15px;
}
.designer-modal .modal-body .designer-info .desc * {
  line-height: normal;
}
.designer-modal .modal-body .designer-info .location {
  color: #7E7D7D;
  font-size: 0.875em;
}
.designer-modal .modal-body .designer-info .location i {
  color: #B4B0B0;
}
.designer-modal .bg-red.one {
  top: 50px;
  right: 30%;
}
.designer-modal .bg-red.two {
  bottom: 100px;
  left: 20%;
}
.designer-modal .bg-dark.one {
  top: 100px;
  left: 10%;
}
.designer-modal .bg-dark.two {
  top: 40%;
  right: 100px;
}
.designer-modal .bg-gray {
  background-color: #4572C1;
}
.designer-modal .bg-gray.one {
  top: 40%;
  left: 20%;
}

/*--------------------------------------------------------------
# End Designer Modal
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Start Store Page
--------------------------------------------------------------*/
.store-section {
  padding-bottom: 90px;
  margin-bottom: 0;
}
.store-section .filter-card {
  padding: 30px 10px;
  border-radius: 25px;
  background-color: #EDEDED;
}
.store-section .filter-card .box {
  margin-bottom: 30px;
  padding: 0 20px;
}
.store-section .filter-card .box h6 {
  margin-bottom: 15px;
  font-size: 0.875em;
  font-weight: 700;
}
.store-section .filter-card .box .form-control {
  border: 1px solid #D8D3D3;
  border-radius: 50px;
  height: 40px;
  font-size: 0.875em;
  color: #707070;
}
.store-section .filter-card .box .color {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  margin-inline-start: 10px;
}
.store-section .filter-card .box .select2-container--default .select2-selection--single {
  width: 100%;
  border: 1px solid #D8D3D3;
  border-radius: 50px;
  height: 40px;
  font-size: 0.875em;
  color: #707070;
  display: flex;
  align-items: center;
  justify-content: end;
}
.store-section .filter-card .box .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 7px;
  left: 1px;
  right: auto;
}
.store-section .filter-card .box .select2-container--default .select2-selection--single .select2-selection__rendered {
  padding: 0.375rem 0.75rem;
}
.store-section .filter-card .box .select2-container--default .select2-selection--single .select2-selection__clear {
  float: none;
  margin-right: 0;
  width: 55px;
  flex: none;
}
.store-section .filter-card .stars {
  margin-inline-start: 10px;
}
.store-section .product-box {
  margin-bottom: 50px;
}
.store-section .product-box:hover .image-box .overlay {
  top: -100%;
  opacity: 0;
  visibility: hidden;
}
.store-section .product-box .image-box:hover .overlay {
  top: 0;
  opacity: 1;
  visibility: visible;
}
.store-section .product-box .image-box img {
  display: none;
  transition: 0.3s;
  opacity: 0;
}
.store-section .product-box .image-box img.active {
  display: block;
  animation: fadeIn 1s both;
  -webkit-animation: fadeIn 1s both;
}

/*--------------------------------------------------------------
# End Store Page
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Start Single Product
--------------------------------------------------------------*/
.single-product-page {
  margin-bottom: 5.6em;
}
.single-product-page .info-product-box {
  border: 1px solid #DFDFDF;
  border-radius: 10px;
  padding: 50px 30px;
}
.single-product-page .info-product-box .top-bar {
  padding-bottom: 15px;
}
.single-product-page .info-product-box .desc * {
  color: #070707;
  font-size: 0.875em;
}
.single-product-page .info-product-box .desc p {
  margin-bottom: 8px;
}
.single-product-page .info-product-box .price {
  font-size: 2em;
  font-weight: 700;
}
.single-product-page .properties-product {
  padding: 24px 0 30px;
}
.single-product-page .properties-product .box:not(:last-of-type) {
  margin-bottom: 25px;
}
.single-product-page .properties-product h6 {
  margin-bottom: 15px;
}
.single-product-page .properties-product h6 span {
  color: #707070;
}
.single-product-page .properties-product .single-property {
  position: relative;
  flex-wrap: wrap;
}
.single-product-page .properties-product .single-property input {
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 1px;
}
.single-product-page .properties-product .colors input:checked ~ label {
  border: 3px solid #fff;
  box-shadow: 0px 0px 0px 1px #141414;
}
.single-product-page .properties-product .colors label {
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  flex: none;
  transition: 0.3s;
}
.single-product-page .properties-product .size input:checked ~ label {
  border-color: #fff;
  color: #fff;
  background-color: #141414;
}
.single-product-page .properties-product .size label {
  width: 85px;
  height: 40px;
  border-radius: 50px;
  flex: none;
  transition: 0.3s;
  border: 1px solid #D8D3D3;
  background-color: #fff;
  color: #707070;
  font-size: 0.875em;
  text-align: center;
  text-transform: uppercase;
}
.single-product-page .ul-info {
  padding: 30px;
  border: 1px solid #D8D3D3;
  background-color: #EDEDED;
  border-radius: 5px;
}
.single-product-page .ul-info li {
  line-height: normal;
}
.single-product-page .ul-info li:not(:last-of-type) {
  margin-bottom: 13px;
}
.single-product-page .ul-info li .icon {
  flex: none;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #fff;
}
.single-product-page .bottom-bar .add-to-fav {
  width: 50px;
  height: 50px;
  border: 1px solid #141414;
  color: #141414;
  border-radius: 50%;
  font-size: 1.25em;
  min-width: auto;
  min-height: auto;
  padding: 0;
  background: transparent;
}

/*Start USE CSS for Slider*/
.banner-slider {
  display: flex;
  gap: 30px;
}
.banner-slider .slick-list {
  direction: ltr;
}
.banner-slider .slider.slider-nav {
  overflow: hidden;
  flex: 20%;
  max-width: 20%;
}
.banner-slider .slider.slider-for {
  flex: 80%;
  max-width: 80%;
  direction: ltr;
}
.banner-slider .slider-banner-image {
  height: 520px;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid #ddd;
}
.banner-slider .slick-arrow {
  width: 50px;
  height: 50px;
  background: #FE3336;
  border-radius: 50%;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  cursor: pointer;
  color: #fff;
}
.banner-slider .slick-arrow:hover {
  background: #141414;
}
.banner-slider .slick-arrow.fa-arrow-right {
  right: -19px;
  left: auto;
}
.banner-slider .slick-arrow.fa-arrow-left {
  left: -19px;
  right: auto;
}
.banner-slider .slider.slider-for:hover .slick-arrow {
  opacity: 1;
  visibility: visible;
}
.banner-slider .slider.slider-for:hover .slick-arrow.fa-arrow-right {
  right: 19px;
}
.banner-slider .slider.slider-for:hover .slick-arrow.fa-arrow-left {
  left: 19px;
}
.banner-slider .slick-track.none_transform {
  transform: none !important;
}
.banner-slider .maxmize {
  position: absolute;
  top: 20px;
  right: 24px;
  background: rgba(27, 157, 215, 0.6);
  color: #fff;
  padding: 5px 8px;
  display: flex;
  align-items: center;
  gap: 0 5px;
  border-radius: 3px;
}

.slider-nav .slick-slide.thumbnail-image .thumbImg {
  position: relative;
  width: 100%;
  height: 80px;
  margin-bottom: 27px;
  border-radius: 5px;
  overflow: hidden;
  margin-inline-start: auto;
  transition: 0.4s;
}

.slider-banner-image img,
.slider-nav .slick-slide.thumbnail-image .thumbImg img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.slick-vertical .slick-slide:active,
.slick-vertical .slick-slide:focus,
.slick-arrow:hover,
.slick-arrow:focus {
  border: 0;
  outline: 0;
}

.slider-nav .slick-slide.slick-current.thumbnail-image .thumbImg {
  border: 1px solid #100F13;
  padding: 2px;
}

.slider-nav .slick-slide.slick-current span {
  color: #141414;
}

.slider-nav .slick-slide {
  text-align: center;
}

.slider-nav .slick-slide span {
  font-size: 14px;
  display: block;
  padding: 5px 0 15px;
}

.slick-arrow {
  width: 100%;
  background-color: transparent;
  border: 0;
  background-position: center;
  background-repeat: no-repeat;
  font-size: 0;
  height: 18px;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 99;
}

.slick-dotted.slick-slider {
  margin-bottom: 0 !important;
}

.slick-prev {
  top: 0;
}

.slick-next {
  bottom: 0;
  background-color: #fff;
}

.slick-prev.slick-arrow {
  background-image: url(../images/black-up-arrow.png);
}

.slick-next.slick-arrow {
  background-image: url(../images/black-down-arrow.png);
}

/*End USE CSS for Slider*/
/*--------------------------------------------------------------
# End Single Product
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Start cart page
--------------------------------------------------------------*/
.cart-page {
  margin-bottom: 50px;
}
.cart-page .cart-header {
  text-align: center;
  margin-bottom: 50px;
}
.cart-page .cart-content {
  padding: 30px;
  border-radius: 10px;
  border: 1px solid #E5E5E5;
}
.cart-page .cart-content .main-heading h2 {
  margin: 0;
  font-size: 1.25em;
}
.cart-page .cart-content .main-heading .head-line {
  margin: 10px 0;
}
.cart-page .cart-content .main-heading .head-line span {
  width: 4px;
  height: 4px;
}
.cart-page .cart-content .main-heading .head-line span:nth-of-type(1) {
  width: 54px;
  height: 4px;
}
.cart-page .shopping-cart-section .table {
  border-spacing: 0 20px;
}
.cart-page .shopping-cart-section .table thead th {
  color: #060606;
  font-size: 0.875em;
  font-weight: 400;
  padding: 8px 10px;
}
.cart-page .shopping-cart-section .table tbody tr {
  background: #F4F2F2;
  border-radius: 5px;
}
.cart-page .shopping-cart-section .table tbody tr th,
.cart-page .shopping-cart-section .table tbody tr td {
  padding: 18px 10px;
  text-align: center;
  color: #919090;
  font-size: 0.875em;
}
.cart-page .shopping-cart-section .table .product-info {
  min-width: 370px;
}
.cart-page .shopping-cart-section .table .product-info img {
  flex: none;
  width: 64px;
  height: 64px;
  object-fit: cover;
  border-radius: 5px;
}
.cart-page .shopping-cart-section .table .product-info .text {
  color: #707070;
  -webkit-line-clamp: 1;
}
.cart-page .shopping-cart-section .table .quentity-box {
  display: inline-flex;
  height: 45px;
  background: #F4F2F2;
  border-radius: 50px;
  overflow: hidden;
  border: 1px solid #DFDFDF;
  min-width: 110px;
}
.cart-page .shopping-cart-section .table .quentity-box button {
  padding: 0;
  width: 31px;
  font-size: 12px;
  color: #222;
  background-color: transparent;
  cursor: pointer;
  -webkit-appearance: none;
  border: 0;
}
.cart-page .shopping-cart-section .table .quentity-box button.quantity-minus {
  border-inline-end: 1px solid #DFDFDF;
}
.cart-page .shopping-cart-section .table .quentity-box button.quantity-plus {
  border-inline-start: 1px solid #DFDFDF;
}
.cart-page .shopping-cart-section .table .quentity-box .form-control {
  flex: 1;
  padding: 0;
  height: inherit;
  font-size: 14px;
  border: solid #ebebeb;
  border-width: 1px 0;
  color: #222;
  text-align: center;
  border-radius: 0;
  background-color: transparent;
}
.cart-page .shopping-cart-section .table .delete-icon {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #E8E7E7;
  border-radius: 50%;
  margin: 0 auto;
  color: #919090;
  font-size: 1.2em;
  transition: 0.3s;
}
.cart-page .shopping-cart-section .table .delete-icon:hover {
  background-color: #141414;
  color: #fff;
}
.cart-page .shopping-cart-section .price-total-1 h4,
.cart-page .shopping-cart-section .price-total-1 h5 {
  font-size: 1.25em;
  font-weight: 700;
  margin: 0;
}
.cart-page .shipping-information-section {
  padding: 0;
}
.cart-page .shipping-information-section .address-form {
  padding: 30px;
  padding-inline-end: 0;
}
.cart-page .shipping-information-section .address-form .form-group {
  margin-bottom: 30px;
}
.cart-page .shipping-information-section .address-form label {
  margin-bottom: 10px;
  display: inline-block;
}
.cart-page .shipping-information-section .address-form .input-box {
  background-color: #EDEDED;
  border-radius: 50px;
  padding: 10px 30px;
}
.cart-page .shipping-information-section .address-form .input-box .icon {
  color: #B4B0B0;
}
.cart-page .shipping-information-section .address-form .input-box .form-control {
  border: 0;
  background: none;
}
.cart-page .shipping-information-section .address-form .default-address-radio input {
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 1px;
  opacity: 0;
}
.cart-page .shipping-information-section .address-form .default-address-radio input:checked ~ label {
  background-color: #141414;
  color: #fff;
}
.cart-page .shipping-information-section .address-form #address-map-container {
  border-radius: 14px;
  overflow: hidden;
  margin-bottom: 30px;
  padding: 15px;
  background: #ededed;
}
.cart-page .shipping-information-section .address-form #address-map-container #address-map {
  border-radius: 14px;
}
.cart-page .shipping-information-section .address-form .select2-container--default .select2-selection--single {
  background-color: #ededed;
  border: 0;
  border-radius: 50px;
  height: 58px;
  display: flex;
  align-items: center;
  padding: 10px 30px;
  justify-content: start;
  direction: rtl;
}
.cart-page .shipping-information-section .address-form .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #b4b0b0;
  line-height: normal;
  padding: 0;
}
.cart-page .shipping-information-section .address-form .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 50%;
  right: auto;
  left: 15px;
  transform: translateY(-50%);
}
.cart-page .shipping-information-section .address-form .select2-container--default .select2-selection--single .select2-selection__clear {
  display: none;
}
.cart-page .shipping-information-section .cart-card {
  padding: 30px;
  background-color: #F4F2F2;
  border-radius: 10px;
  position: relative;
  top: -1px;
  left: -1px;
  height: 100%;
}
.cart-page .shipping-information-section .cart-card .copoun-box {
  padding-bottom: 30px;
  border-bottom: 1px solid #E5E5E5;
  margin-bottom: 27px;
}
.cart-page .shipping-information-section .cart-card .copoun-box p {
  margin-bottom: 15px;
}
.cart-page .shipping-information-section .cart-card .copoun-box .copoun-input {
  background-color: #fff;
  border-radius: 50px;
  border: 1px solid #E5E5E5;
  padding: 10px;
}
.cart-page .shipping-information-section .cart-card .copoun-box .copoun-input .form-control {
  background: none;
  border: 0;
  height: 30px;
  padding: 0 10px;
}
.cart-page .shipping-information-section .cart-card .copoun-box .copoun-input .main-btn {
  padding: 5px 22px;
  min-width: auto;
  min-height: auto;
}
.cart-page .shipping-information-section .cart-card .features .item {
  margin-bottom: 15px;
}
.cart-page .shipping-information-section .cart-card .features .item .icon {
  flex: none;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #D8D8D8;
  font-size: 0.875em;
}
.cart-page .shipping-information-section .cart-card .features .item .text {
  color: #919191;
}
.cart-page .address-information-section .my-address-box {
  padding: 30px 30px 27px;
  background-color: #F2F2F2;
  border-radius: 10px;
  width: 100%;
}
.cart-page .address-information-section .my-address-box .info .item {
  margin-bottom: 15px;
}
.cart-page .address-information-section .my-address-box .info .item span {
  display: inline-block;
}
.cart-page .address-information-section .my-address-box .info .item .value {
  color: #B4B0B0;
}
.cart-page .address-information-section .my-address-box .main-btn {
  font-size: 0.75em;
  min-height: auto;
  min-width: auto;
  padding: 8px 36px;
}
.cart-page .address-information-section .add-new-address {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0px 3px 40px rgba(0, 0, 0, 0.04);
  flex-direction: column;
  padding: 20px;
  min-height: 293px;
}
.cart-page .address-information-section .methods-address .method-box {
  position: relative;
}
.cart-page .address-information-section .methods-address .method-box:not(:last-of-type) {
  margin-bottom: 30px;
}
.cart-page .address-information-section .methods-address .method-box .my-address-box {
  position: relative;
}
.cart-page .address-information-section .methods-address .method-box .my-address-box:before {
  background: #FE3336;
  border-radius: 50%;
  color: #fff;
  content: "\f00c";
  display: block;
  font-family: "Font Awesome 6 Pro";
  font-size: 9px;
  height: 22px;
  padding: 5px 0px 0 0;
  position: absolute;
  right: -7px;
  text-align: center;
  top: -7px;
  transform: translate(15px, -15px);
  transition: all 0.5s cubic-bezier(0.2, 1, 0.3, 1);
  width: 22px;
  opacity: 0;
  font-weight: 600;
}
.cart-page .address-information-section .methods-address .method-box input {
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 1px;
  opacity: 0;
}
.cart-page .address-information-section .methods-address .method-box input:checked ~ label .my-address-box {
  background-color: #141414;
  color: #fff;
}
.cart-page .address-information-section .methods-address .method-box input:checked ~ label .my-address-box:before {
  transform: translate(0);
  opacity: 1;
}
.cart-page .payment-methods {
  padding: 30px;
  padding-inline-end: 0;
}
.cart-page .payment-methods .item {
  position: relative;
}
.cart-page .payment-methods .item:not(:last-of-type) {
  margin-bottom: 30px;
}
.cart-page .payment-methods .item input {
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 1px;
  border: 0;
  opacity: 0;
}
.cart-page .payment-methods .item input:checked ~ label .checkmark {
  border-color: #050505;
}
.cart-page .payment-methods .item input:checked ~ label .checkmark:after {
  transform: translate(-50%, -50%) scale(1);
}
.cart-page .payment-methods .item input:checked ~ label .image {
  border: 2px solid #050505;
  background-color: #fff;
}
.cart-page .payment-methods .item .checkmark {
  position: relative;
  flex: none;
  width: 22px;
  height: 22px;
  background-color: #E5E5E5;
  border: 1px solid #CBCBCB;
  border-radius: 50%;
}
.cart-page .payment-methods .item .checkmark:after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #050505;
  transition: 0.3s;
  transform: translate(-50%, -50%) scale(0);
}
.cart-page .payment-methods .item .image {
  width: 210px;
  flex: none;
  height: 120px;
  background: #F4F2F2;
  border: 1px solid #DFDFDF;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  transition: 0.3s;
}
.cart-page .payment-methods .item .image i {
  font-size: 3em;
  margin-bottom: 9px;
}
.cart-page .payment-methods .item .desc {
  line-height: normal;
}
.cart-page .done-payment {
  padding: 0 30px 50px;
}
.cart-page .done-payment h2 {
  font-size: 2.625em;
}
.cart-page .done-payment .desc {
  max-width: 600px;
  margin: 0 auto 10px;
}

#progressbar {
  display: flex;
}
#progressbar li {
  list-style-type: none;
  width: 25%;
  position: relative;
  z-index: 1;
  color: #363636;
}
#progressbar li:after {
  content: "";
  width: 100%;
  height: 4px;
  background: #DFDFDF;
  position: absolute;
  left: 0;
  top: 40px;
  z-index: -1;
}
#progressbar li.active {
  color: #141414;
}
#progressbar li:first-of-type:after {
  border-radius: 0 50px 50px 0;
}
#progressbar li:last-of-type:after {
  border-radius: 50px 0 0 50px;
}
#progressbar li .icon {
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  color: #919191;
  border: 1px solid #C4C4C4;
  background: #DFDFDF;
  border-radius: 50%;
  margin: 0 auto 10px auto;
  padding: 2px;
}
#progressbar strong {
  color: #919191;
  font-size: 0.875em;
  font-weight: 700;
}

#progressbar li.active .icon {
  background-color: #141414;
  color: #fff;
  border-color: #141414;
}

#progressbar li.active:after,
#progressbar li.active:before {
  background: #141414;
}

/*--------------------------------------------------------------
# End cart page
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Start auth pages
--------------------------------------------------------------*/
.auth_page {
  padding: 60px 0;
}
.auth_page .iti.iti--allow-dropdown {
  flex: 1;
}
.auth_page .image-side {
  position: relative;
  background-color: #141414;
  border-radius: 0 20px 20px 0;
  padding: 87px 73px 100px;
}
.auth_page .image-side .head-line span {
  background-color: #fff;
}
.auth_page .image-side .hint i {
  font-size: 1.875em;
}
.auth_page .image-side .bg-red.one {
  top: 16%;
  left: 13%;
}
.auth_page .image-side .bg-red.two {
  bottom: 12%;
  right: 16%;
}
.auth_page .image-side .bg-red.three {
  top: 42%;
  right: 40px;
}
.auth_page .image-side .bg-gray.one {
  top: 11%;
  right: 13%;
}
.auth_page .image-side .bg-gray.two {
  bottom: 9%;
  left: 10%;
}
.auth_page .image-side .bg-white {
  background-color: #fff;
}
.auth_page .image-side .bg-white.one {
  top: 7%;
  left: 18%;
}
.auth_page .image-side .bg-white.two {
  bottom: 25%;
  left: 43px;
}
.auth_page .modal-form {
  padding: 0 9% 40px;
}
.auth_page .modal-form .back-btn .icon {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  color: #F8F8F8;
  background-color: #141414;
  flex: none;
  transition: 0.3s;
}
.auth_page .modal-form .back-btn .text {
  font-size: 1.125em;
}
.auth_page .modal-form .back-btn:hover .icon {
  background-color: #FE3336;
}
.auth_page .modal-form .head-line span {
  background-color: #141414;
}
.auth_page .modal-form .desc * {
  color: #B4B0B0;
}
.auth_page .modal-form .main-label {
  padding-inline-start: 18px;
  display: inline-block;
}
.auth_page .modal-form .uploadFile {
  margin: 0;
  position: relative;
  border-radius: 30px;
  background-color: #EDEDED;
  cursor: pointer;
  transition: 0.3s;
  overflow: hidden;
  height: 147px;
  width: 100%;
  text-align: center;
}
.auth_page .modal-form .uploadFile input {
  position: absolute;
  top: 0;
  right: 0px;
  width: 1px;
  height: 1px;
}
.auth_page .modal-form .uploadFile .icon i {
  font-size: 2.5em;
}
.auth_page .modal-form .uploadFile .icon p {
  color: #B4B0B0;
  margin: 10px 0 0;
}
.auth_page .modal-form .uploadFile .image-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  flex-direction: column;
  border: 1px solid #141414;
  border-radius: 30px;
  cursor: auto;
}
.auth_page .modal-form .uploadFile .image-box .close {
  cursor: pointer;
  position: absolute;
  top: 9px;
  left: 7px;
  z-index: 1;
  background-color: #141414;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  box-shadow: 0px 3px 6px rgba(195, 195, 195, 0.39);
}
.auth_page .modal-form .form-group {
  margin-bottom: 30px;
}
.auth_page .modal-form .custom_checkbox .checkmark {
  width: 20px;
  min-width: 20px;
  height: 20px;
  border: 1px solid #111;
}
.auth_page .modal-form button.main-btn {
  min-height: 60px;
}
.auth_page .reset-password .main-heading h2 {
  margin: 0 0 20px;
}
.auth_page .reset-password .main-heading p {
  color: #807C7C;
}
.auth_page .reset-password .form-group-email {
  max-width: 550px;
  margin: 0 auto 30px;
}
.auth_page .form-group-virefy {
  max-width: max-content;
  margin: 30px auto;
}
.auth_page .form-group-virefy .gray-color {
  color: #807C7C;
}
.auth_page .veri_inputs {
  display: flex;
  justify-content: center;
  align-items: center;
  direction: ltr;
  gap: 0 13px;
  margin: 15px 0 30px;
}
.auth_page .veri_inputs .verify-input-field {
  height: 60px;
  width: 60px;
  padding: 10px;
  text-align: center;
  font-size: 2em;
  font-weight: 700;
  outline: none;
  border-radius: 5px;
  color: #141414;
  caret-color: #141414;
  transition: 0.3s;
  background-color: #EDEDED;
  border: 1px solid transparent;
}
.auth_page .veri_inputs .verify-input-field::selection {
  background: transparent;
}
.auth_page .veri_inputs .verify-input-field:focus {
  border-color: #141414;
}

.input-box {
  background-color: #EDEDED;
  border-radius: 50px;
  padding: 10px 30px;
}
.input-box .icon {
  color: #B4B0B0;
}
.input-box .form-control {
  border: 0;
  background: none;
  padding: 0 12px;
}
.input-box select.form-control {
  color: #B4B0B0;
}
.input-box .toggle-password {
  width: 40px;
  height: 40px;
  background: #DCDCDC;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #B4B0B0;
  margin-inline-end: -20px;
}
.input-box.input-box-textarea {
  padding: 16px 30px;
  border-radius: 30px;
}
.input-box textarea.form-control {
  height: 147px;
  border-radius: 20px;
  resize: none;
}
.input-box .main-btn.file-btn {
  font-weight: 400;
  min-height: auto;
  padding: 10px;
  margin-inline-end: -20px;
}
.input-box .img-name {
  margin-inline-start: 10px;
  color: #B4B0B0;
}
.input-box .profile-img {
  object-fit: cover;
  border-radius: 50%;
  margin-inline-start: 10px;
  width: 35px;
  height: 35px;
}

/*--------------------------------------------------------------
# End auth pages
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Start Profile page
--------------------------------------------------------------*/
.profile_page {
  padding-inline-start: 3.27%;
  padding-inline-end: 5.23%;
  padding-top: 50px;
  padding-bottom: 80px;
  background-color: #141414;
}
.profile_page .profile-card {
  position: relative;
  padding-inline-end: 22%;
}
.profile_page .profile-card .personal-info .image {
  width: 80px;
  height: 80px;
  border: 3px solid #fff;
  background-color: #141414;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto;
}
.profile_page .profile-card .personal-info .image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.profile_page .profile-card .tabs-li li {
  padding: 19px 32px;
  border-radius: 50px;
  transition: 0.4s;
  color: #fff;
}
.profile_page .profile-card .tabs-li li:not(:last-of-type) {
  margin-bottom: 12px;
}
.profile_page .profile-card .tabs-li li.active, .profile_page .profile-card .tabs-li li:hover {
  background-color: #fff;
  color: #141414;
}
.profile_page .profile-card .copyrights {
  color: #F8F8F9;
}
.profile_page .profile-card .animate-group [class*=bg-red] {
  background-color: #FE3336;
}
.profile_page .profile-card .animate-group [class*=bg-gray] {
  background-color: #7E7D7D;
}
.profile_page .profile-card .animate-group [class*=bg-white] {
  background-color: #fff;
}
.profile_page .profile-card .animate-group .bg-red-1 {
  top: 34px;
  right: 45px;
}
.profile_page .profile-card .animate-group .bg-red-2 {
  top: 120px;
  left: 30%;
}
.profile_page .profile-card .animate-group .bg-red-3 {
  top: 400px;
  right: -13px;
}
.profile_page .profile-card .animate-group .bg-red-4 {
  right: -13px;
  top: 600px;
}
.profile_page .profile-card .animate-group .bg-red-5 {
  right: -7px;
  top: 800px;
}
.profile_page .profile-card .animate-group .bg-red-6 {
  left: 37px;
  top: 1000px;
}
.profile_page .profile-card .animate-group .bg-gray-1 {
  top: 100px;
  left: 10%;
}
.profile_page .profile-card .animate-group .bg-gray-2 {
  top: 300px;
  right: 0;
}
.profile_page .profile-card .animate-group .bg-gray-3 {
  top: 500px;
  right: 58px;
}
.profile_page .profile-card .animate-group .bg-gray-4 {
  top: 700px;
  right: 50%;
}
.profile_page .profile-card .animate-group .bg-white-1 {
  top: 20%;
  right: 11px;
}
.profile_page .profile-card .animate-group .bg-white-2 {
  top: 40%;
  left: 30px;
}
.profile_page .profile-card .animate-group .bg-white-3 {
  top: 60%;
  left: 27px;
}
.profile_page .profile-card .animate-group .bg-white-4 {
  top: 80%;
  right: 40%;
}
.profile_page .main-content {
  position: relative;
}
.profile_page .main-content:after {
  position: absolute;
  content: "";
  background: rgba(248, 246, 246, 0.25);
  border-radius: 20px;
  box-shadow: 0 0 60px rgba(0, 0, 0, 0.16);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  width: calc(100% + 60px);
  height: 100%;
  top: 30px;
  left: -30px;
  z-index: 0;
}
.profile_page .box-content {
  position: relative;
  z-index: 1;
  background-color: #F8F6F6;
  padding: 50px;
  border-radius: 20px;
  display: none;
  transition: 0.3s;
  opacity: 0;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}
.profile_page .box-content.active {
  display: block;
  animation: fadeInUp 1s both;
  -webkit-animation: fadeInUp 1s both;
}
.profile_page .box-content .heading {
  margin-bottom: 25px;
}
.profile_page .box-content .heading .icon {
  width: 50px;
  height: 50px;
  background-color: #DFDFDF;
  border-radius: 50%;
  font-size: 1.4375em;
}
.profile_page .box-content .heading h2 {
  font-size: 2em;
}
.profile_page .box-content .box-style {
  padding: 40px 47px;
  border: 1px solid #DFDFDF;
  border-radius: 20px;
}
.profile_page .box-content .box-style:not(:last-of-type) {
  margin-bottom: 30px;
}
.profile_page .box-content .box-style .main-heading h2 {
  font-size: 1.25em;
}
.profile_page .box-content .box-style .main-heading .head-line {
  margin: 10px 0;
  gap: 4px;
}
.profile_page .box-content .box-style .main-heading .head-line span {
  background-color: #141414;
  width: 4px;
  height: 4px;
}
.profile_page .box-content .box-style .main-heading .head-line span:nth-of-type(1) {
  width: 60px;
  height: 4px;
}
.profile_page .box-content .box-style .form-group {
  margin-bottom: 30px;
}
.profile_page .box-content .box-style .input-box {
  position: relative;
}
.profile_page .box-content .box-style .input-box .icon {
  color: #707070;
}
.profile_page .box-content .box-style .input-box input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0;
  width: 1px;
  height: 1px;
}
.profile_page .box-content#orders-content .box-style {
  padding: 30px;
}
.profile_page .box-content#orders-content .search-box {
  width: 70%;
  margin: 0 auto;
}
.profile_page .box-content#orders-content .search-box .search-input {
  background-color: #EDEDED;
}
.profile_page .box-content#fav-content .box-style, .profile_page .box-content#mydesigns-content .box-style {
  padding: 50px 43px;
}
.profile_page .box-content#fav-content .box-style:not(:last-of-type), .profile_page .box-content#mydesigns-content .box-style:not(:last-of-type) {
  margin-bottom: 30px;
}
.profile_page .box-content .fav-box {
  align-items: start;
}
.profile_page .box-content .fav-box .image {
  background: #EDEDED;
  border-radius: 20px;
}
.profile_page .box-content .fav-box .desc * {
  font-size: 0.875em !important;
  color: #7E7D7D !important;
  line-height: normal;
}
.profile_page .box-content .fav-box .badge-info {
  padding: 8px 25px;
  font-size: 1.125em;
}
.profile_page .box-content#follow-content .box-style {
  padding: 30px;
}
.profile_page .box-content#follow-content .box-style .follow-product-box {
  padding: 30px;
  background-color: rgba(223, 223, 223, 0.25);
  border-radius: 10px;
}
.profile_page .box-content#follow-content .box-style .follow-product-box:not(:last-of-type) {
  margin-bottom: 30px;
}
.profile_page .box-content#follow-content .box-style .follow-product-box .head .image {
  background-color: #DFDFDF;
  border-radius: 5px;
  overflow: hidden;
}
.profile_page .box-content#follow-content .box-style .follow-product-box .badge-info {
  font-size: 0.875em;
}
.profile_page .box-content#mysales-content .box-style {
  padding: 10px 30px;
}
.profile_page .box-content#mysales-content .chart-box {
  padding: 40px 0px;
  background-color: #F4F2F2;
  border-radius: 10px;
}
.profile_page .box-content#mysales-content .chart-box-2 ul {
  background-color: #E8E7E7;
  padding: 10px;
  border-radius: 50px;
}
.profile_page .box-content#mysales-content .chart-box-2 ul li {
  padding: 5px 25px;
  border-radius: 50px;
}
.profile_page .box-content#mysales-content .chart-box-2 ul li.active {
  background-color: #F4F2F2;
}
.profile_page .box-content#mywallet-content .box-style {
  padding: 30px;
}
.profile_page .box-content .sales-box {
  background-color: #E8E7E7;
  border-radius: 10px;
  padding: 38px;
  transition: 0.3s;
  margin-bottom: 30px;
}
.profile_page .box-content .sales-box:hover {
  background-color: #fff;
}
.profile_page .box-content .sales-box .image {
  width: 84px;
  height: 84px;
  border-radius: 50%;
  background-color: #F3F3F3;
  box-shadow: 0 0 0 8px #EEEEEE;
}
.profile_page .box-content .sales-box .image i {
  font-size: 36px;
}
.profile_page .box-content .sales-box .info span {
  font-size: 2.625em;
}
.profile_page .box-content#help-content .info_box .questions .box {
  margin-bottom: 16px;
}
.profile_page .box-content#help-content .info_box .questions .box.active .head_ques {
  background-color: #141414;
  color: #fff;
}
.profile_page .box-content#help-content .info_box .questions .box.block .block {
  display: block;
}
.profile_page .box-content#help-content .info_box .questions .box .head_ques {
  background: rgba(20, 20, 20, 0.16);
  padding: 13px 32px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #141414;
  font-weight: 400;
  cursor: pointer;
  transition: 0.3s;
}
.profile_page .box-content#help-content .info_box .questions .box .head_ques .icon {
  transition: 0.3s;
}
.profile_page .box-content#help-content .info_box .questions .box .head_ques .icon.rotate {
  transform: rotate(180deg);
}
.profile_page .box-content#help-content .info_box .questions .box .block {
  background-color: #fff;
  padding: 16px;
  border-radius: 24px;
  display: none;
}
.profile_page .box-content#help-content .info_box .questions .box .block p {
  margin: 0;
  font-size: 0.875em;
  line-height: normal;
}

.table.style-one {
  border-spacing: 0 20px;
  min-width: 750px;
}
.table.style-one thead th {
  color: #060606;
  font-size: 0.875em;
  font-weight: 400;
  padding: 8px 10px;
}
.table.style-one tbody tr {
  background: #F4F2F2;
  border-radius: 5px;
}
.table.style-one tbody tr th,
.table.style-one tbody tr td {
  padding: 18px 10px;
  text-align: center;
  color: #919090;
  font-size: 0.875em;
}
.table.style-one .product-info {
  min-width: 370px;
}
.table.style-one .product-info img {
  flex: none;
  width: 64px;
  height: 64px;
  object-fit: cover;
  border-radius: 5px;
  background-color: #EDEDED;
}
.table.style-one .product-info .text {
  color: #707070;
  -webkit-line-clamp: 1;
}
.table.style-one .quentity-box {
  display: inline-flex;
  height: 45px;
  background: #F4F2F2;
  border-radius: 50px;
  overflow: hidden;
  border: 1px solid #DFDFDF;
  min-width: 110px;
}
.table.style-one .quentity-box button {
  padding: 0;
  width: 31px;
  font-size: 12px;
  color: #222;
  background-color: transparent;
  cursor: pointer;
  -webkit-appearance: none;
  border: 0;
}
.table.style-one .quentity-box button.quantity-minus {
  border-inline-end: 1px solid #DFDFDF;
}
.table.style-one .quentity-box button.quantity-plus {
  border-inline-start: 1px solid #DFDFDF;
}
.table.style-one .quentity-box .form-control {
  flex: 1;
  padding: 0;
  height: inherit;
  font-size: 14px;
  border: solid #ebebeb;
  border-width: 1px 0;
  color: #222;
  text-align: center;
  border-radius: 0;
  background-color: transparent;
}
.table.style-one .action-icon {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #E8E7E7;
  border-radius: 50%;
  margin: 0 auto;
  color: #919090;
  font-size: 1.2em;
  transition: 0.3s;
}
.table.style-one .action-icon:hover {
  background-color: #141414;
  color: #fff;
}

.table.style-two {
  font-size: 0.875em;
  min-width: 750px;
}
.table.style-two thead th {
  border-bottom: 1px solid #DEDCDC;
  font-weight: 400;
  color: #060606;
  padding-bottom: 15px;
}
.table.style-two thead th i {
  margin-inline-end: 3px;
}
.table.style-two tbody tr td {
  padding: 30px 0 0;
  text-align: center;
  color: #919090;
}
.table.style-two tbody tr:not(:last-of-type) td {
  padding: 30px 0;
  border-bottom: 1px solid #DEDCDC;
}
.table.style-two .product-info {
  width: 370px;
  min-width: 370px;
  text-align: start;
}
.table.style-two .product-info img {
  flex: none;
  width: 64px;
  height: 64px;
  object-fit: cover;
  border-radius: 5px;
}
.table.style-two .product-info h6 {
  -webkit-line-clamp: 1;
  color: #060606;
}
.table.style-two .product-info p {
  color: #919090;
  -webkit-line-clamp: 2;
}
.table.style-two .badge-info {
  padding: 7px 21px;
  font-size: 1em;
}
.table.style-two .badge-info.success {
  background-color: #DCF5DC;
  color: #59B159;
}
.table.style-two .badge-info.cancle {
  background-color: #F9E5E5;
  color: #C53636;
}
.table.style-two .badge-info.onroad {
  background-color: #DCE6F5;
  color: #3A479B;
}

/*--------------------------------------------------------------
# End Profile page
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Start fav page
--------------------------------------------------------------*/
.fav-page {
  margin-bottom: 5.6em;
}
.fav-page .box-style {
  padding: 30px;
  border: 1px solid #DFDFDF;
  border-radius: 20px;
}

/*--------------------------------------------------------------
# Start fav page
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Start offers page
--------------------------------------------------------------*/
.offers-page {
  margin-bottom: 2.6em;
}

.countdown-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 500px;
  margin: 0 auto;
  background: rgba(254, 51, 54, 0.07);
  border-radius: 5px;
  padding: 10px;
  margin-top: 10px;
}
.countdown-box .box {
  position: relative;
  flex: 25%;
  max-width: 25%;
}
.countdown-box .box:not(:last-of-type):after {
  position: absolute;
  content: "";
  left: 1px;
  top: 50%;
  width: 1px;
  height: 20px;
  background-color: #141414;
  transform: translateY(-50%) translateX(-1px);
}
.countdown-box .box span {
  display: block;
  font-size: 15px;
}
.countdown-box .box .num {
  color: #141414;
}
.countdown-box .box .text {
  color: #7E7D7D;
  font-size: 0.775em;
}

/*--------------------------------------------------------------
# Start offers page
--------------------------------------------------------------*/
/*--------------------------------------------------------------
  # Start Footer
  --------------------------------------------------------------*/
footer {
  background-color: #EDEDED;
  border-radius: 25px 25px 0 0;
}
footer .footer-top {
  padding: 90px 0 100px;
}
footer .info-box .desc {
  margin-top: 15px;
}
footer .info-box .desc p {
  font-size: 0.875em;
  line-height: normal;
}
footer .info-box .payments img {
  height: 33px;
}
footer h4.head {
  font-size: 1.125em;
  font-weight: 700;
  margin-bottom: 30px;
}
footer .list a {
  font-size: 0.875em;
  margin-bottom: 15px;
  display: inline-block;
}
footer .newsletter .text {
  font-size: 0.875em;
  margin: 0;
}
footer .newsletter .input_box {
  margin-top: 25px;
  display: flex;
  align-items: center;
  background-color: #F8F6F6;
  border-radius: 70px;
  padding: 8px;
  justify-content: space-between;
}
footer .newsletter .input_box .icon {
  color: #141414;
  width: 34px;
  height: 34px;
  background: #EDEDED;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
footer .newsletter .input_box input {
  background: none;
  border: 0;
  padding: 0;
  padding-inline-start: 10px;
  height: 40px;
  outline: none;
  color: #141414;
  width: 150px;
}
footer .newsletter .input_box input::placeholder {
  color: #AAAAAA;
  font-size: 0.875em;
}
footer .newsletter .input_box .main-btn {
  padding: 9px 23px;
  min-width: max-content;
  min-height: auto;
  border: 0;
}
footer .newsletter .sochial {
  margin-top: 20px;
}
footer .newsletter .sochial a {
  width: 35px;
  height: 35px;
  background-color: #F8F6F6;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #141414;
  font-size: 0.875em;
}
footer .newsletter .sochial a:hover {
  background-color: #141414;
  color: #fff;
}
footer .footer-bottom {
  padding: 0 0 25px;
}
footer .footer-bottom p {
  font-size: 0.875em;
}
footer .footer-bottom p strong {
  color: #141414;
}

/*--------------------------------------------------------------
  # End Footer
  --------------------------------------------------------------*/
/*--------------------------------------------------------------
  # Start Copy Right
  --------------------------------------------------------------*/
/*--------------------------------------------------------------
  # End Copy Right
  --------------------------------------------------------------*/
/*==================================================
 # Start Buttons
================================================== */
#up_btn {
  position: fixed;
  right: 25px;
  bottom: 10px;
  width: 35px;
  height: 35px;
  border: none;
  color: #fff;
  background-color: #141414;
  z-index: 98;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  flex-direction: column;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 14px;
  transform: rotate(45deg);
}
#up_btn i {
  transform: rotate(-45deg);
}

#up_btn:hover {
  background-color: #FE3336;
}

#up_btn.fade {
  visibility: visible;
  opacity: 1;
  bottom: 30px;
}

/*==================================================
 # End Buttons
================================================== */
/*==================================================
 # Start Cursor
================================================== */
#cursor {
  position: fixed;
  top: -5px;
  left: -5px;
  width: 10px;
  height: 10px;
  background-color: #222;
  border-radius: 50%;
  pointer-events: none;
  z-index: 9999;
}
#cursor.cursor-link-hover {
  width: 16px;
  height: 16px;
  top: -8px;
  left: -8px;
  opacity: 0.5;
}

#cursor-border {
  --size: 30px;
  position: fixed;
  top: calc(var(--size) / -2);
  left: calc(var(--size) / -2);
  width: var(--size);
  height: var(--size);
  border-radius: 50%;
  box-shadow: 0 0 0 1px #8e8e8e;
  pointer-events: none;
  transition: top 0.15s ease-out, left 0.15s ease-out, width 0.15s ease-out, height 0.15s ease-out, background-color 0.15s ease-out;
  z-index: 9999;
}
#cursor-border.cursor-link-hover {
  --size: 50px;
  background-color: rgba(0, 0, 0, 0.3411764706);
}

/*==================================================
 # End Cursor
================================================== */
/*--------------------------------------------------------------
# Start search pop up
--------------------------------------------------------------*/
.search-switcher .search-form-container {
  position: fixed;
  opacity: 0;
  visibility: hidden;
  width: 100%;
  top: -1000px !important;
  left: 0;
  z-index: 1000;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  height: 100%;
}
.search-switcher .search-form-container .popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1;
}
.search-switcher .search-form-container .search-content-popup {
  padding: 50px 20px 50px;
  min-height: 320px;
  position: relative;
  z-index: 10;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.search-switcher .search-form-container .search-content-popup .close-popup {
  position: absolute;
  right: 40px;
  top: 50px;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.6);
  width: 30px;
  height: 30px;
  cursor: pointer;
}
.search-switcher .search-form-container .search-content-popup .close-popup i {
  font-size: 30px;
  transition: all 0.3s linear 0s;
  -webkit-transition: all 0.3s linear 0s;
}
.search-switcher .search-form-container .search-content-popup .close-popup i:hover {
  opacity: 1;
  color: #141414;
  transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
}
.search-switcher .search-form-container .search-content-popup .close-popup span {
  font-weight: 500;
  font-size: 16px;
  display: none;
}
.search-switcher .search-form-container .search-content-popup h3 {
  font-size: 18px;
  margin: 0 0 25px;
  text-transform: uppercase;
  font-weight: 500;
}
.search-switcher .search-form-container .search-content-popup .field-container {
  width: 100%;
  max-width: 600px;
  position: relative;
}
.search-switcher .search-form-container .search-content-popup .field-container input.search-field {
  border: 0;
  border: 1px solid #141414;
  border-radius: 50px;
  width: 100%;
  padding: 10px 45px 10px 20px;
  height: 45px;
  min-height: 45px;
  margin: 0;
  padding-left: 10px;
  font-size: 14px;
  background: none;
  box-shadow: none;
  outline: none;
}
.search-switcher .search-form-container .search-content-popup .field-container .btn-search {
  position: absolute;
  right: 0;
  top: 0;
  background: none;
  opacity: 0;
  border: 0;
  padding: 0;
  margin: 0;
  text-indent: -99999px;
  width: 45px;
  height: 45px;
  min-height: 45px;
  z-index: 2;
}
.search-switcher .search-form-container .search-content-popup .field-container i {
  position: absolute;
  right: 0;
  top: 0;
  width: 45px;
  height: 45px;
  line-height: 45px;
  font-size: 20px;
  z-index: 1;
  color: #141414;
}

.search-switcher.showing .search-form-container {
  top: 0 !important;
  opacity: 1;
  visibility: visible;
}

/*--------------------------------------------------------------
# End search pop up
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Start preloader
--------------------------------------------------------------*/
#fuse-splash-screen {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #141414;
  z-index: 100;
  pointer-events: none;
  height: 100%;
}
#fuse-splash-screen .center {
  display: block;
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
#fuse-splash-screen .center .logo {
  width: 180px;
  margin: 0 auto;
}
#fuse-splash-screen .center .logo img {
  filter: drop-shadow(0px 10px 6px rgba(0, 0, 0, 0.2));
}
#fuse-splash-screen .spinner-wrapper {
  display: block;
  position: relative;
  width: 100%;
  min-height: 100px;
  height: 100px;
}
#fuse-splash-screen .spinner-wrapper .spinner {
  position: absolute;
  overflow: hidden;
  left: 50%;
  margin-left: -50px;
  animation: outer-rotate 2.91667s linear infinite;
}
#fuse-splash-screen .spinner-wrapper .spinner .inner {
  width: 100px;
  height: 100px;
  position: relative;
  animation: sporadic-rotate 5.25s cubic-bezier(0.35, 0, 0.25, 1) infinite;
}
#fuse-splash-screen .spinner-wrapper .spinner .inner .gap {
  position: absolute;
  left: 49px;
  right: 49px;
  top: 0;
  bottom: 0;
  border-top: 10px solid;
  box-sizing: border-box;
}
#fuse-splash-screen .spinner-wrapper .spinner .inner .right,
#fuse-splash-screen .spinner-wrapper .spinner .inner .left {
  position: absolute;
  top: 0;
  height: 100px;
  width: 50px;
  overflow: hidden;
}
#fuse-splash-screen .spinner-wrapper .spinner .inner .right .half-circle,
#fuse-splash-screen .spinner-wrapper .spinner .inner .left .half-circle {
  position: absolute;
  top: 0;
  width: 100px;
  height: 100px;
  box-sizing: border-box;
  border: 10px solid #FE3336;
  border-bottom-color: transparent;
  border-radius: 50%;
}
#fuse-splash-screen .spinner-wrapper .spinner .inner .left {
  left: 0;
}
#fuse-splash-screen .spinner-wrapper .spinner .inner .left .half-circle {
  left: 0;
  border-right-color: transparent;
  animation: left-wobble 1.3125s cubic-bezier(0.35, 0, 0.25, 1) infinite;
  -webkit-animation: left-wobble 1.3125s cubic-bezier(0.35, 0, 0.25, 1) infinite;
}
#fuse-splash-screen .spinner-wrapper .spinner .inner .right {
  right: 0;
}
#fuse-splash-screen .spinner-wrapper .spinner .inner .right .half-circle {
  right: 0;
  border-left-color: transparent;
  animation: right-wobble 1.3125s cubic-bezier(0.35, 0, 0.25, 1) infinite;
  -webkit-animation: right-wobble 1.3125s cubic-bezier(0.35, 0, 0.25, 1) infinite;
}

@keyframes outer-rotate {
  0% {
    transform: rotate(0deg) scale(0.5);
  }
  100% {
    transform: rotate(360deg) scale(0.5);
  }
}
@keyframes left-wobble {
  0%, 100% {
    transform: rotate(130deg);
  }
  50% {
    transform: rotate(-5deg);
  }
}
@keyframes right-wobble {
  0%, 100% {
    transform: rotate(-130deg);
  }
  50% {
    transform: rotate(5deg);
  }
}
@keyframes sporadic-rotate {
  12.5% {
    transform: rotate(135deg);
  }
  25% {
    transform: rotate(270deg);
  }
  37.5% {
    transform: rotate(405deg);
  }
  50% {
    transform: rotate(540deg);
  }
  62.5% {
    transform: rotate(675deg);
  }
  75% {
    transform: rotate(810deg);
  }
  87.5% {
    transform: rotate(945deg);
  }
  100% {
    transform: rotate(1080deg);
  }
}
/*--------------------------------------------------------------
# End preloader
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Start add icon
--------------------------------------------------------------*/
.add-container {
  position: fixed;
  top: 40%;
  right: 23px;
  z-index: 12;
}
.add-container .add-icon {
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #141414;
  border-radius: 50%;
  border: 1px solid #F8F6F6;
  box-shadow: 0 0 0 4px #141414;
  cursor: pointer;
}
.add-container .dropdown-box {
  position: absolute;
  z-index: 1;
  background-color: #fff;
  padding: 15px;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  flex-direction: column;
  top: 50%;
  transform: translateY(-50%);
  right: 74px;
  margin-top: -30px;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s ease-in-out;
}
.add-container .dropdown-box.show {
  margin-top: 0;
  opacity: 1;
  visibility: visible;
}
.add-container .dropdown-box:after {
  position: absolute;
  content: "";
  right: -23px;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(../img/icons/triangle.svg);
  background-size: contain;
  width: 33px;
  height: 69px;
  background-repeat: no-repeat;
}
.add-container .dropdown-box .main-btn {
  white-space: nowrap;
  padding: 12px 15px;
  font-size: 0.75em;
}
.add-container .dropdown-box .main-btn:first-of-type {
  background-color: #F8F6F6;
  color: #141414;
}
.add-container .dropdown-box .main-btn .icon {
  width: 26px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ECECEC;
  border-radius: 50%;
}

/*--------------------------------------------------------------
# End add icon
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Custom Style price range
--------------------------------------------------------------*/
.price-range {
  direction: ltr;
}

.price-range label {
  margin-bottom: 0;
  font-size: 14px;
  margin-left: 5px;
}

.advanced-search-box .advanced-box .irs--flat {
  margin-top: -18px;
}

.irs--flat .irs-min,
.irs--flat .irs-max {
  display: none;
}

.irs--flat .irs-single {
  visibility: visible !important;
}

.irs-from,
.irs-to,
.irs-single {
  top: -15px;
}

.irs--flat .irs-from,
.irs--flat .irs-to {
  visibility: visible !important;
}

.irs--flat .irs-from,
.irs--flat .irs-to,
.irs--flat .irs-single {
  font-size: 14px;
  color: #141414;
  background-color: transparent;
  left: auto !important;
  right: 0;
  font-weight: 600;
  top: -4px;
}

.rtcl .store-more-details .store-hours-list-wrap .store-hours-list .store-hour .oh-hours-wrap .oh-hours .close-hour:before {
  content: "-";
}

.irs--flat .irs-from:before,
.irs--flat .irs-to:before,
.irs--flat .irs-single:before {
  display: none;
}

.irs--flat .irs-to {
  left: inherit !important;
  right: 0;
  display: none;
}

.irs--flat .irs-from {
  left: 0 !important;
  display: none;
}

.irs--flat .irs-line {
  height: 6px;
  background-color: #c1c1c1;
  border-radius: 4px;
}

.irs--flat .irs-bar {
  height: 6px;
  background-color: #141414;
}

.irs--flat .irs-handle {
  cursor: pointer;
}

.irs--flat .irs-handle {
  top: 19px;
}

.irs--flat .irs-handle > i:first-child {
  width: 14px;
  height: 14px;
  background-color: #141414;
  margin-left: -7px;
  border-width: 3px;
  border-color: rgb(255, 255, 255);
  border-style: solid;
  border-radius: 50%;
  box-shadow: 1px 3px 7px 0 rgba(87, 101, 128, 0.4);
  box-sizing: content-box;
  top: -2px;
}

.irs--flat .irs-handle.state_hover > i:first-child,
.irs--flat .irs-handle:hover > i:first-child {
  background-color: #FE3336;
}

/*--------------------------------------------------------------
# End Style price range
--------------------------------------------------------------*/
/*********** Start buttons ************/
.main-btn {
  padding: 7px 40px;
  color: #fff;
  min-height: 50px;
  transition: 0.3s;
  display: inline-block;
  border-radius: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 0 10px;
  overflow: hidden;
  z-index: 0;
  position: relative;
  background-color: #141414;
  font-size: 0.875em;
  font-weight: 700;
  min-width: 143px;
}
.main-btn:before {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  height: 100%;
  width: 100%;
  content: "";
  background-color: #FE3336;
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
  transition: transform 0.5s cubic-bezier(0.86, 0, 0.07, 1) 0s, -webkit-transform 0.5s 0s;
}
.main-btn:hover {
  color: #fff !important;
}
.main-btn:hover:before {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
}
.main-btn.trans {
  background-color: transparent;
  border: 1px solid #AFAFAF;
  color: #141414;
}
.main-btn.trans:before {
  background-color: #FE3336;
}
.main-btn.white {
  background-color: #fff;
  color: #141414;
}
.main-btn.gray {
  background-color: #EDEDED;
  color: #141414;
}

/*********** End buttons ************/
/*--------------------------------------------------------------
# Start Headings
--------------------------------------------------------------*/
.main-heading .small-text {
  font-size: 0.875em;
}
.main-heading h2 {
  font-size: 2.625em;
  font-weight: 700;
  margin: 15px 0 0;
  line-height: 1.5;
}

.head-line {
  display: flex;
  margin: 23px 0 18px;
  gap: 6px;
}
.head-line span {
  width: 5px;
  height: 5px;
  background-color: #C7C5C5;
  border-radius: 50%;
  display: inline-block;
}
.head-line span:nth-of-type(1) {
  width: 124px;
  height: 5px;
  border-radius: 50px;
}

.line-break {
  overflow: hidden;
  position: relative;
  height: 1px;
}
.line-break:before {
  content: "";
  position: absolute;
  border: 6px dashed #D4D4D4;
  top: -5px;
  bottom: -5px;
  left: -5px;
  right: -5px;
}

/*--------------------------------------------------------------
# End Headings
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Start Custom Modal
--------------------------------------------------------------*/
.custom-modal .modal-content {
  background: #F8F6F6;
  border-radius: 20px;
}
.custom-modal .modal-content button.close {
  position: absolute;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  border: 0;
  background: #141414;
  color: #fff;
  font-size: 1.1em;
  top: 20px;
  right: 20px;
  transition: 0.3s;
  z-index: 9;
}
.custom-modal .modal-content button.close:hover {
  background-color: #FE3336;
}
.custom-modal .modal-content .modal-body {
  padding-top: 60px;
}
.custom-modal .modal-content .modal-body .main-heading h2 {
  font-size: 1.6em;
}
.custom-modal .modal-content .modal-footer {
  border-color: #E5E5E5;
}
.custom-modal .modal-content .modal-footer .main-btn.save-btn::before {
  background-color: #7E7D7D;
}
.custom-modal .modal-content .modal-footer .main-btn.close-btn {
  background-color: #FE3336;
}
.custom-modal .modal-content .modal-footer .main-btn.close-btn::before {
  background-color: rgb(176, 31, 31);
}
.custom-modal .modal-content .bg-red.one {
  top: 50px;
  right: 30%;
}
.custom-modal .modal-content .bg-red.two {
  bottom: 100px;
  left: 20%;
}
.custom-modal .modal-content .bg-dark.one {
  top: 100px;
  left: 10%;
}
.custom-modal .modal-content .bg-dark.two {
  top: 40%;
  right: 100px;
}
.custom-modal .modal-content .bg-gray.one {
  top: 40%;
  left: 20%;
}

/*--------------------------------------------------------------
# End Custom Modal
--------------------------------------------------------------*/
/* ==================================================
 # Start Responsive
================================================== */
@media (max-width: 1199.98px) {
  .hero-section .image-side .image-box:after {
    width: 412px;
    height: 412px;
  }
  .banner-three-section .box:after {
    height: 450px;
  }
  .package-box .content-box {
    padding: 0 25px;
  }
  .designers-section [class*=col-] .designer-box:before {
    width: 99px;
  }
  .designers-section [class*=col-]:nth-of-type(odd) .designer-box:before {
    left: -114px;
  }
  .designers-section [class*=col-]:nth-of-type(even) .designer-box:before {
    right: -114px;
  }
  .profile_page .box-content {
    padding: 30px 20px;
  }
  .profile_page .box-content .box-style {
    padding: 30px;
  }
}
@media (max-width: 991.98px) {
  .o-2 {
    order: 2;
  }
  .separator-70 {
    gap: 70px 0;
  }
  .nav_bar .list_menu {
    position: fixed;
    top: 0;
    left: 0;
    background: #141414;
    height: 100vh;
    z-index: 99;
    padding: 70px 25px 30px;
    width: 100%;
    display: block;
    transform: translateY(-100%);
    opacity: 0;
    transition: 0.5s;
  }
  .nav_bar .list_menu ul {
    gap: 35px 0;
    flex-direction: column;
    align-items: center;
  }
  .nav_bar .list_menu ul li {
    transform: translateX(200px);
    opacity: 0;
    transition: 0.5s;
  }
  .nav_bar .list_menu ul li:nth-of-type(1) {
    animation-delay: 0.2s !important;
  }
  .nav_bar .list_menu ul li:nth-of-type(2) {
    animation-delay: 0.3s !important;
  }
  .nav_bar .list_menu ul li:nth-of-type(3) {
    animation-delay: 0.4s !important;
  }
  .nav_bar .list_menu ul li:nth-of-type(4) {
    animation-delay: 0.5s !important;
  }
  .nav_bar .list_menu ul li:nth-of-type(5) {
    animation-delay: 0.6s !important;
  }
  .nav_bar .list_menu ul li:nth-of-type(6) {
    animation-delay: 0.7s !important;
  }
  .nav_bar .list_menu ul li:nth-of-type(7) {
    animation-delay: 0.8s !important;
  }
  .nav_bar .list_menu ul li:nth-of-type(8) {
    animation-delay: 0.9s !important;
  }
  .nav_bar .list_menu ul a {
    font-size: 20px;
    font-weight: 900;
    color: #fff !important;
  }
  .nav_bar .list_menu ul a.active, .nav_bar .list_menu ul a:hover {
    color: #FE3336 !important;
  }
  .nav_bar .list_menu.open {
    transform: translateY(0%);
    opacity: 1;
  }
  .nav_bar .list_menu.open ul li {
    animation: animate_links 1s ease-in-out forwards;
  }
  .mt-md-50 {
    margin-top: 50px;
  }
  .mt-md-30 {
    margin-top: 30px;
  }
  .navtop .content {
    justify-content: center;
  }
  .hero-section .image-side {
    max-width: max-content;
    margin: 0 auto;
  }
  .hero-section .image-side .image-box img {
    width: 454px;
  }
  .hero-section .animate-group {
    display: none;
  }
  .banner-section .content-section .image-side {
    position: unset;
    width: 100%;
    text-align: center;
    padding: 0 15px;
  }
  .banner-section .content-section .info-side {
    padding-inline-start: 50px;
  }
  .choosen-for-you-section {
    margin: 90px 25px;
  }
  .banner-three-section .box {
    margin: 0 auto;
  }
  .banner-three-section .box:after {
    height: 540px;
  }
  footer .info-box {
    margin-bottom: 50px;
  }
  .how-site-works-section .work-row {
    gap: 50px;
    flex-direction: column;
    margin-bottom: 70px;
  }
  .how-site-works-section .work-row .info-side {
    order: 1;
  }
  .how-site-works-section .work-row .info-side .num:after,
  .how-site-works-section .work-row .info-side .num:before {
    display: none;
  }
  .how-site-works-section .work-row .image-side {
    order: 2;
  }
  .how-site-works-section .work-row .image-side img {
    max-height: 300px;
    width: auto;
  }
  .how-site-works-section .work-row .image-side:after {
    display: none;
  }
  .packages-section [class*=col-]:nth-child(2) .package-box {
    box-shadow: none;
    transform: scale(1);
  }
  .aboutUs-section .separator-70 {
    flex-direction: column-reverse;
  }
  .designers-section [class*=col-]:after,
  .designers-section [class*=col-]:before,
  .designers-section .designer-box:before,
  .designers-section .designer-box:after,
  .designers-section .row-designers:after {
    display: none;
  }
  .designers-section [class*=col-]:nth-of-type(even) {
    margin-top: 0;
  }
  .banner-slider {
    flex-direction: column-reverse;
  }
  .banner-slider .slider.slider-nav,
  .banner-slider .slider.slider-for {
    flex: 100%;
    max-width: 100%;
  }
  .slider-nav .slick-slide.thumbnail-image {
    margin: 0 5px;
  }
  .slider-nav .slick-slide.thumbnail-image .thumbImg {
    margin-bottom: 0;
    margin-inline-start: 0;
  }
  .cart-page .shipping-information-section .address-form {
    padding-inline-end: 30px;
  }
  .cart-page .shipping-information-section .cart-card {
    position: unset;
  }
  .cart-page .payment-methods {
    padding-inline-end: 30px;
  }
  .auth_page .image-side {
    max-width: 690px;
    margin: auto;
    border-radius: 20px;
  }
  .auth_page .image-side .master-img img {
    max-height: 300px;
    width: auto;
  }
  .auth_page .modal-form {
    padding: 40px 15px 0;
    max-width: 720px;
    margin: auto;
    width: 100%;
  }
  .profile_page {
    padding-inline-start: 0;
    padding-inline-end: 0;
  }
  .profile_page > .row {
    max-width: 720px;
    margin: 0 auto;
    padding: 0 15px;
  }
  .profile_page .profile-card {
    padding-inline-end: 0;
    padding-top: 20px !important;
    min-height: auto;
    margin-bottom: 50px;
  }
  .table.style-two tbody tr td {
    padding: 30px 0;
  }
  .cart-page .address-information-section .add-new-address {
    min-height: auto;
  }
}
@media (max-width: 767.98px) {
  .footer [class*=col-]:not(:last-of-type) {
    margin-bottom: 50px;
  }
  #cursor,
  #cursor-border {
    display: none;
  }
  .hero-section .image-side .item:nth-of-type(1) {
    right: -53px;
  }
  .aboutUs-section .our-message-section .main-box:nth-of-type(2) {
    transform: translateY(-75px) translateX(-11px);
  }
  .aboutUs-section .our-message-section .main-box:nth-of-type(3) {
    transform: translateY(-75px) translateX(11px);
  }
  .aboutUs-section .our-message-section .box {
    width: 250px;
    height: 250px;
  }
  .aboutUs-section .our-message-section .box .desc * {
    font-size: 0.675em !important;
  }
  .designer-modal .modal-body .designer-info {
    padding: 30px;
    padding-top: 60px;
    width: 100%;
    min-height: auto;
  }
  .designer-modal .modal-body .designer-info .designer-image {
    top: 0;
    right: 50% !important;
    left: auto !important;
    transform: translateX(50%);
    width: 100px;
    height: 100px;
    margin-top: -50px;
  }
  .auth_page .image-side {
    max-width: 510px;
  }
  .auth_page .modal-form {
    max-width: 540px;
  }
  .profile_page > .row {
    max-width: 540px;
  }
  .profile_page .box-content#fav-content .flex-between, .profile_page .box-content#mydesigns-content .flex-between {
    flex-direction: column;
    align-items: start;
    gap: 30px;
  }
  .profile_page .box-content#fav-content .box-style, .profile_page .box-content#mydesigns-content .box-style {
    padding: 30px;
  }
  .profile_page .box-content .fav-box {
    align-items: start;
    flex-direction: column;
    gap: 25px;
  }
  .profile_page .box-content#orders-content .search-box {
    width: 100%;
  }
  .profile_page .box-content#orders-content .box-style {
    padding: 20px 15px;
  }
}
@media (max-width: 575.98px) {
  body {
    font-size: 14px;
  }
  .main-heading h2 {
    font-size: 2.225em;
  }
  .nav_bar .logo img {
    width: 100px;
  }
  .main-info-box .head {
    font-size: 2.75em;
  }
  .hero-section .image-side:before {
    bottom: -26px;
    left: 46px;
  }
  .hero-section .image-side .item {
    padding: 12px 20px;
    font-size: 10px;
  }
  .hero-section .image-side .item:nth-of-type(1) {
    right: -10px;
    top: 34px;
  }
  .hero-section .image-side .item:nth-of-type(2) {
    width: 90px;
    height: 90px;
    line-height: 1.5;
    top: auto;
    right: -7px;
    bottom: -29px;
  }
  .hero-section .image-side .item:nth-of-type(3) {
    left: 0;
    bottom: -6px;
  }
  .hero-section .image-side .image-box:after {
    width: 300px;
    height: 300px;
  }
  .hero-section .image-side .image-box img {
    width: 330px;
  }
  .banner-section {
    padding: 40px 0;
  }
  .banner-section .content-section .info-side {
    padding: 30px 25px;
  }
  .banner-section .content-section .info-side h2 {
    font-size: 2.125em;
  }
  .choosen-for-you-section .info-side,
  .choosen-for-you-section .images-side {
    padding-top: 50px;
  }
  .choosen-for-you-section .images-side [class*=col-]:nth-of-type(even) {
    transform: none;
  }
  .choosen-for-you-section {
    margin: 90px 0;
  }
  .choosen-for-you-section:after {
    display: none;
  }
  .banner-three-section .box {
    max-width: 330px;
  }
  .banner-three-section .box:after {
    height: 330px;
  }
  .banner-three-section .box h3 {
    font-size: 1.4em;
  }
  .banner-three-section .box .right-earn {
    right: 13px;
  }
  .banner-three-section .box .left-earn {
    left: 13px;
  }
  .banner-three-section .box .master-img {
    max-height: 190px;
  }
  footer .footer-top {
    padding: 50px 0 60px;
  }
  #up_btn.fade {
    bottom: 90px;
  }
  footer {
    margin-bottom: 70px;
  }
  .how-site-works-section .work-row .info-side h4 {
    font-size: 1.8em;
  }
  .how-site-works-section .work-row .image-side img {
    max-height: 180px;
  }
  .how-site-works-section .work-row {
    gap: 30px;
    margin-bottom: 30px;
  }
  .packages-section .main-heading {
    margin-bottom: 50px !important;
  }
  .packages-section .bg-red {
    top: 27px;
    right: 30px;
  }
  .aboutUs-section .our-message-section .main-box {
    max-width: 100%;
    flex: 100%;
    transform: none !important;
  }
  .aboutUs-section .our-message-section .main-box .box {
    margin: auto;
  }
  .aboutUs-section .our-message-section .main-box .box .desc * {
    font-size: 0.775em !important;
  }
  .aboutUs-section .our-message-section .row-message {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
  }
  .designers-section [class*=col-]:nth-of-type(even) .designer-box {
    margin-inline-start: 0;
  }
  .designers-section .designer-box {
    width: auto;
    min-height: auto;
  }
  .designer-modal .modal-body {
    padding: 182px 15px 100px;
  }
  .designer-modal .modal-body .designer-info {
    text-align: center;
  }
  .designer-modal .modal-body .designer-info .name {
    font-size: 1.5em;
  }
  .designer-modal .modal-body .designer-info .location {
    justify-content: center;
  }
  .designer-modal .modal-content button.close {
    width: 50px;
    height: 50px;
    font-size: 24px;
  }
  .single-product-page .info-product-box {
    padding: 35px 15px;
  }
  .single-product-page .ul-info {
    padding: 20px 15px;
  }
  #progressbar li:after {
    height: 2px;
    top: 25px;
  }
  #progressbar li .icon {
    width: 50px;
    height: 50px;
  }
  .cart-page .cart-content {
    padding: 30px 15px;
  }
  .cart-page .cart-content .table {
    border-spacing: 0 10px;
  }
  .cart-page .cart-content .table thead th {
    padding: 0px 10px;
  }
  .cart-page .cart-content .price-total-1 {
    margin-top: 20px !important;
  }
  .cart-page .cart-content .price-total-1 h4,
  .cart-page .cart-content .price-total-1 h5 {
    font-size: 1.1em;
    font-weight: 700;
    margin: 0;
  }
  .cart-page .cart-content .btns-cart-1 {
    flex-direction: column;
  }
  .cart-page .cart-content .btns-cart-1 .main-btn {
    width: 100%;
  }
  .cart-page .shipping-information-section .address-form {
    padding: 10px !important;
  }
  .cart-page .shipping-information-section .address-form .form-group {
    margin-bottom: 15px;
  }
  .cart-page .shipping-information-section .address-form .input-box {
    padding: 5px 30px;
  }
  .cart-page .shipping-information-section .cart-card {
    padding: 20px;
  }
  .cart-page .address-information-section .my-address-box {
    padding: 20px 15px 17px;
  }
  .cart-page .address-information-section .add-new-address img {
    width: 50px;
  }
  .cart-page .payment-methods {
    padding: 0;
    padding-inline-end: 0;
  }
  .cart-page .payment-methods .item label {
    gap: 7px;
  }
  .cart-page .payment-methods .item .image {
    width: 100px;
    height: 70px;
    padding: 10px;
  }
  .cart-page .payment-methods .item .image img {
    width: 70px;
  }
  .cart-page .payment-methods .item .image i {
    font-size: 1.5em;
  }
  .cart-page .payment-methods .item .image span {
    font-size: 0.5625em;
  }
  .auth_page .image-side {
    max-width: calc(100% - 30px);
    padding: 50px 25px 60px;
  }
  .auth_page .image-side .master-img img {
    max-height: 190px;
  }
  .auth_page .modal-form {
    max-width: 100%;
  }
  .auth_page .modal-form .form-group {
    margin-bottom: 20px;
  }
  .auth_page .reset-password.mt-100 {
    margin-top: 50px !important;
  }
  .auth_page .veri_inputs .verify-input-field {
    height: 40px;
    width: 40px;
    font-size: 1.25em;
  }
  .profile_page > .row {
    max-width: 100%;
  }
  .profile_page .profile-card .mb-100 {
    margin-bottom: 60px !important;
  }
  .profile_page .profile-card .mt-100 {
    margin-top: 60px !important;
  }
  .profile_page .box-content .heading h2 {
    font-size: 1.5em;
  }
  .profile_page .box-content .box-style {
    padding: 20px;
  }
  .profile_page .box-content .box-style .form-group {
    margin-bottom: 20px;
  }
  .profile_page .box-content .box-style .input-box .main-btn {
    min-width: auto;
  }
  .input-box {
    padding: 5px 30px;
    padding-inline-start: 18px !important;
  }
  .profile_page .box-content#fav-content .box-style {
    padding: 20px;
  }
  .profile_page .box-content#fav-content .box-style .meta {
    justify-content: start;
    flex-direction: row-reverse;
  }
  .profile_page .box-content#follow-content .box-style {
    padding: 10px;
  }
  .profile_page .box-content#follow-content .box-style .follow-product-box {
    padding: 10px;
  }
  .profile_page .box-content#follow-content .box-style .follow-product-box #progressbar {
    margin-bottom: 30px !important;
  }
  .profile_page .box-content#follow-content .box-style .follow-product-box #progressbar li:after {
    top: 20px;
  }
  .profile_page .box-content#follow-content .box-style .follow-product-box #progressbar li .icon {
    width: 40px;
    height: 40px;
    font-size: 1em;
  }
  .profile_page .box-content#follow-content .box-style .follow-product-box #progressbar strong {
    font-size: 9px;
  }
  .search-box .search-input .icon {
    width: 40px;
    height: 40px;
  }
  .search-box .submit-btn {
    width: 45px;
    height: 45px;
  }
  .table.style-one {
    border-spacing: 0 10px;
  }
  .profile_page .best-seller-section {
    margin-top: 50px !important;
  }
  .profile_page .box-content .sales-box {
    padding: 20px;
    gap: 20px;
  }
  .profile_page .box-content .sales-box span {
    font-size: 2.3em;
  }
  .profile_page .box-content .sales-box .image {
    width: 60px;
    height: 60px;
  }
  .profile_page .box-content .sales-box .image img {
    width: 30px;
  }
  .profile_page .box-content .sales-box .image i {
    font-size: 25px;
  }
  .profile_page .box-content#mywallet-content .box-style {
    padding: 20px;
  }
  .em-2 {
    font-size: 1.5em;
  }
  .fav-page .box-style {
    padding: 0 15px 10px;
  }
}
/* ==================================================
 # End Responsive
================================================== */

/*# sourceMappingURL=style.css.map */
