@charset "UTF-8";
@font-face {
  font-family: Basiercircle;
  src: url(fonts/basiercircle-regular-webfont.ttf); }

@font-face {
  font-family: Roboto;
  src: url(fonts/Roboto-Regular.ttf); }

@font-face {
  font-family: Teko;
  src: url(fonts/Teko-Light.ttf);
  font-weight: 300; }

@font-face {
  font-family: Teko;
  src: url(fonts/Teko-Regular.ttf);
  font-weight: 400; }

@font-face {
  font-family: Teko;
  src: url(fonts/Teko-Medium.ttf);
  font-weight: 500; }

@font-face {
  font-family: Teko;
  src: url(fonts/Teko-SemiBold.ttf);
  font-weight: 600; }

@font-face {
  font-family: Teko;
  src: url(fonts/Teko-Bold.ttf);
  font-weight: 700; }

@font-face {
  font-family: RobotoMono;
  src: url(fonts/RobotoMono-Regular.ttf);
  font-weight: 400; }

@font-face {
  font-family: RobotoMono;
  src: url(fonts/RobotoMono-Bold.ttf);
  font-weight: 700; }

@font-face {
  font-family: Oswald;
  src: url(fonts/Oswald-Regular.ttf);
  font-weight: 400; }

@font-face {
  font-family: OswaldBold;
  src: url(fonts/Oswald-Bold.ttf);
  font-weight: 600; }

@font-face {
  font-family: Inter;
  src: url(fonts/Inter-Regular.ttf);
  font-weight: 400; }

/*!
 * Bootstrap v4.5.3 (https://getbootstrap.com/)
 * Copyright 2011-2020 The Bootstrap Authors
 * Copyright 2011-2020 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
  --blue: #C3E0F3;
  --indigo: #6D00B3;
  --purple: #9C03FF;
  --pink: #FF0FBB;
  --red: #FF0000;
  --orange: #FF690F;
  --yellow: #FFD90F;
  --green: #2FFF0A;
  --teal: #1626ff;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #727271;
  --gray-dark: #3B3B3A;
  --primary: #1626ff;
  --secondary: #000;
  --success: #1626ff;
  --info: #17a2b8;
  --warning: #FFD90F;
  --danger: #FF0000;
  --light: #f2f2f2;
  --dark: #201F1E;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1280px;
  --font-family-sans-serif: Inter, -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-family-monospace: RobotoMono, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

*,
*::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-family: Inter, -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-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #000;
  text-align: left;
  background-color: #fff; }

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important; }

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

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

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

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  text-decoration-skip-ink: none; }

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

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

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

dt {
  font-weight: 700; }

dd {
  margin-bottom: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline; }

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: #000;
  text-decoration: none;
  background-color: transparent; }
  a:hover {
    color: black;
    text-decoration: none; }

a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none; }
  a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none; }

pre,
code,
kbd,
samp {
  font-family: RobotoMono, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em; }

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar; }

figure {
  margin: 0 0 1rem; }

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

svg {
  overflow: hidden;
  vertical-align: middle; }

table {
  border-collapse: collapse; }

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #727271;
  text-align: left;
  caption-side: bottom; }

th {
  text-align: inherit;
  text-align: -webkit-match-parent; }

label {
  display: inline-block;
  margin-bottom: 0.5rem; }

button {
  border-radius: 0; }

button:focus {
  outline: none; }

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

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

[role="button"] {
  cursor: pointer; }

select {
  word-wrap: normal; }

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

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

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

textarea {
  overflow: auto;
  resize: vertical; }

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal; }
  @media (max-width: 1200px) {
    legend {
      font-size: calc(1.275rem + 0.3vw) ; } }

progress {
  vertical-align: baseline; }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none; }

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button; }

output {
  display: inline-block; }

summary {
  display: list-item;
  cursor: pointer; }

template {
  display: none; }

[hidden] {
  display: none !important; }

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

h1, .h1 {
  font-size: 2.5rem; }
  @media (max-width: 1200px) {
    h1, .h1 {
      font-size: calc(1.375rem + 1.5vw) ; } }

h2, .h2 {
  font-size: 2rem; }
  @media (max-width: 1200px) {
    h2, .h2 {
      font-size: calc(1.325rem + 0.9vw) ; } }

h3, .h3 {
  font-size: 1.75rem; }
  @media (max-width: 1200px) {
    h3, .h3 {
      font-size: calc(1.3rem + 0.6vw) ; } }

h4, .h4 {
  font-size: 1.5rem; }
  @media (max-width: 1200px) {
    h4, .h4 {
      font-size: calc(1.275rem + 0.3vw) ; } }

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

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

.lead {
  font-size: 1.25rem;
  font-weight: 300; }

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2; }
  @media (max-width: 1200px) {
    .display-1 {
      font-size: calc(1.725rem + 5.7vw) ; } }

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2; }
  @media (max-width: 1200px) {
    .display-2 {
      font-size: calc(1.675rem + 5.1vw) ; } }

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2; }
  @media (max-width: 1200px) {
    .display-3 {
      font-size: calc(1.575rem + 3.9vw) ; } }

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2; }
  @media (max-width: 1200px) {
    .display-4 {
      font-size: calc(1.475rem + 2.7vw) ; } }

hr {
  margin-top: 2.4rem;
  margin-bottom: 2.4rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1); }

small,
.small {
  font-size: 80%;
  font-weight: 400; }

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3; }

.list-unstyled {
  padding-left: 0;
  list-style: none; }

.list-inline {
  padding-left: 0;
  list-style: none; }

.list-inline-item {
  display: inline-block; }
  .list-inline-item:not(:last-child) {
    margin-right: 0.5rem; }

.initialism {
  font-size: 90%;
  text-transform: uppercase; }

.blockquote {
  margin-bottom: 2.4rem;
  font-size: 1.25rem; }

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #727271; }
  .blockquote-footer::before {
    content: "\2014\00A0"; }

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

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #C5C4C4;
  max-width: 100%;
  height: auto; }

.figure {
  display: inline-block; }

.figure-img {
  margin-bottom: 1.2rem;
  line-height: 1; }

.figure-caption {
  font-size: 90%;
  color: #727271; }

code {
  font-size: 87.5%;
  color: #FF0FBB;
  word-wrap: break-word; }
  a > code {
    color: inherit; }

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #201F1E; }
  kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700; }

pre {
  display: block;
  font-size: 87.5%;
  color: #201F1E; }
  pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal; }

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll; }

.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  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: 1280px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1280px; } }

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -20px;
  margin-left: -20px; }

.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: 20px;
  padding-left: 20px; }

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%; }

.row-cols-1 > * {
  flex: 0 0 100%;
  max-width: 100%; }

.row-cols-2 > * {
  flex: 0 0 50%;
  max-width: 50%; }

.row-cols-3 > * {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%; }

.row-cols-4 > * {
  flex: 0 0 25%;
  max-width: 25%; }

.row-cols-5 > * {
  flex: 0 0 20%;
  max-width: 20%; }

.row-cols-6 > * {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  order: -1; }

.order-last {
  order: 13; }

.order-0 {
  order: 0; }

.order-1 {
  order: 1; }

.order-2 {
  order: 2; }

.order-3 {
  order: 3; }

.order-4 {
  order: 4; }

.order-5 {
  order: 5; }

.order-6 {
  order: 6; }

.order-7 {
  order: 7; }

.order-8 {
  order: 8; }

.order-9 {
  order: 9; }

.order-10 {
  order: 10; }

.order-11 {
  order: 11; }

.order-12 {
  order: 12; }

.offset-1 {
  margin-left: 8.3333333333%; }

.offset-2 {
  margin-left: 16.6666666667%; }

.offset-3 {
  margin-left: 25%; }

.offset-4 {
  margin-left: 33.3333333333%; }

.offset-5 {
  margin-left: 41.6666666667%; }

.offset-6 {
  margin-left: 50%; }

.offset-7 {
  margin-left: 58.3333333333%; }

.offset-8 {
  margin-left: 66.6666666667%; }

.offset-9 {
  margin-left: 75%; }

.offset-10 {
  margin-left: 83.3333333333%; }

.offset-11 {
  margin-left: 91.6666666667%; }

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-sm-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }
  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-sm-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }
  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }
  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }
  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }
  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-sm-first {
    order: -1; }
  .order-sm-last {
    order: 13; }
  .order-sm-0 {
    order: 0; }
  .order-sm-1 {
    order: 1; }
  .order-sm-2 {
    order: 2; }
  .order-sm-3 {
    order: 3; }
  .order-sm-4 {
    order: 4; }
  .order-sm-5 {
    order: 5; }
  .order-sm-6 {
    order: 6; }
  .order-sm-7 {
    order: 7; }
  .order-sm-8 {
    order: 8; }
  .order-sm-9 {
    order: 9; }
  .order-sm-10 {
    order: 10; }
  .order-sm-11 {
    order: 11; }
  .order-sm-12 {
    order: 12; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.3333333333%; }
  .offset-sm-2 {
    margin-left: 16.6666666667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.3333333333%; }
  .offset-sm-5 {
    margin-left: 41.6666666667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.3333333333%; }
  .offset-sm-8 {
    margin-left: 66.6666666667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.3333333333%; }
  .offset-sm-11 {
    margin-left: 91.6666666667%; } }

@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-md-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }
  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-md-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }
  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }
  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }
  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }
  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-md-first {
    order: -1; }
  .order-md-last {
    order: 13; }
  .order-md-0 {
    order: 0; }
  .order-md-1 {
    order: 1; }
  .order-md-2 {
    order: 2; }
  .order-md-3 {
    order: 3; }
  .order-md-4 {
    order: 4; }
  .order-md-5 {
    order: 5; }
  .order-md-6 {
    order: 6; }
  .order-md-7 {
    order: 7; }
  .order-md-8 {
    order: 8; }
  .order-md-9 {
    order: 9; }
  .order-md-10 {
    order: 10; }
  .order-md-11 {
    order: 11; }
  .order-md-12 {
    order: 12; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.3333333333%; }
  .offset-md-2 {
    margin-left: 16.6666666667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.3333333333%; }
  .offset-md-5 {
    margin-left: 41.6666666667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.3333333333%; }
  .offset-md-8 {
    margin-left: 66.6666666667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.3333333333%; }
  .offset-md-11 {
    margin-left: 91.6666666667%; } }

@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-lg-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }
  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-lg-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }
  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }
  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }
  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }
  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-lg-first {
    order: -1; }
  .order-lg-last {
    order: 13; }
  .order-lg-0 {
    order: 0; }
  .order-lg-1 {
    order: 1; }
  .order-lg-2 {
    order: 2; }
  .order-lg-3 {
    order: 3; }
  .order-lg-4 {
    order: 4; }
  .order-lg-5 {
    order: 5; }
  .order-lg-6 {
    order: 6; }
  .order-lg-7 {
    order: 7; }
  .order-lg-8 {
    order: 8; }
  .order-lg-9 {
    order: 9; }
  .order-lg-10 {
    order: 10; }
  .order-lg-11 {
    order: 11; }
  .order-lg-12 {
    order: 12; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.3333333333%; }
  .offset-lg-2 {
    margin-left: 16.6666666667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.3333333333%; }
  .offset-lg-5 {
    margin-left: 41.6666666667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.3333333333%; }
  .offset-lg-8 {
    margin-left: 66.6666666667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.3333333333%; }
  .offset-lg-11 {
    margin-left: 91.6666666667%; } }

@media (min-width: 1280px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-xl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }
  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-xl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }
  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }
  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }
  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }
  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-xl-first {
    order: -1; }
  .order-xl-last {
    order: 13; }
  .order-xl-0 {
    order: 0; }
  .order-xl-1 {
    order: 1; }
  .order-xl-2 {
    order: 2; }
  .order-xl-3 {
    order: 3; }
  .order-xl-4 {
    order: 4; }
  .order-xl-5 {
    order: 5; }
  .order-xl-6 {
    order: 6; }
  .order-xl-7 {
    order: 7; }
  .order-xl-8 {
    order: 8; }
  .order-xl-9 {
    order: 9; }
  .order-xl-10 {
    order: 10; }
  .order-xl-11 {
    order: 11; }
  .order-xl-12 {
    order: 12; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.3333333333%; }
  .offset-xl-2 {
    margin-left: 16.6666666667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.3333333333%; }
  .offset-xl-5 {
    margin-left: 41.6666666667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.3333333333%; }
  .offset-xl-8 {
    margin-left: 66.6666666667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.3333333333%; }
  .offset-xl-11 {
    margin-left: 91.6666666667%; } }

.table {
  width: 100%;
  margin-bottom: 2.4rem;
  color: #000; }
  .table th,
  .table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #f2f2f2; }
  .table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #f2f2f2; }
  .table tbody + tbody {
    border-top: 2px solid #f2f2f2; }

.table-sm th,
.table-sm td {
  padding: 0.3rem; }

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

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

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

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

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

.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #868eff; }

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

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

.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #7a7a7a; }

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

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

.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #868eff; }

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

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

.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #86cfda; }

.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 > th,
.table-warning > td {
  background-color: #fff4bc; }

.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #ffeb82; }

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

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

.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #ff7a7a; }

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

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

.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #f8f8f8; }

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

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

.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #8b8b8a; }

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

.table-active,
.table-active > th,
.table-active > td {
  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: #3B3B3A;
  border-color: #4e4e4d; }

.table .thead-light th {
  color: #575655;
  background-color: #E0E0E0;
  border-color: #f2f2f2; }

.table-dark {
  color: #fff;
  background-color: #3B3B3A; }
  .table-dark th,
  .table-dark td,
  .table-dark thead th {
    border-color: #4e4e4d; }
  .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 {
    color: #fff;
    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; }
    .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; }
    .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; }
    .table-responsive-lg > .table-bordered {
      border: 0; } }

@media (max-width: 1279.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-xl > .table-bordered {
      border: 0; } }

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch; }
  .table-responsive > .table-bordered {
    border: 0; }

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 2rem + 2px);
  padding: 1rem 0.5rem;
  font-family: Inter;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #575655;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #E0E0E0;
  border-radius: 0;
  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::-ms-expand {
    background-color: transparent;
    border: 0; }
  .form-control:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #575655; }
  .form-control:focus {
    color: #575655;
    background-color: #fff;
    border-color: #404040;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.25); }
  .form-control::placeholder {
    color: #727271;
    opacity: 1; }
  .form-control:disabled, .form-control[readonly] {
    background-color: #E0E0E0;
    opacity: 1; }

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

select.form-control:focus::-ms-value {
  color: #575655;
  background-color: #fff; }

.form-control-file,
.form-control-range {
  display: block;
  width: 100%; }

.col-form-label {
  padding-top: calc(1rem + 1px);
  padding-bottom: calc(1rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5; }

.col-form-label-lg {
  padding-top: calc(3rem + 1px);
  padding-bottom: calc(3rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5; }

.col-form-label-sm {
  padding-top: calc(1.5rem + 1px);
  padding-bottom: calc(1.5rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5; }

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 1rem 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5;
  color: #000;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0; }
  .form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
    padding-right: 0;
    padding-left: 0; }

.form-control-sm {
  height: calc(1.5em + 3rem + 2px);
  padding: 1.5rem 1.5rem;
  font-size: 0.875rem;
  line-height: 1.5; }

.form-control-lg {
  height: calc(1.5em + 6rem + 2px);
  padding: 3rem 3rem;
  font-size: 1.25rem;
  line-height: 1.5; }

select.form-control[size], select.form-control[multiple] {
  height: auto; }

textarea.form-control {
  height: auto; }

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

.form-text {
  display: block;
  margin-top: 0.25rem; }

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px; }
  .form-row > .col,
  .form-row > [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px; }

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem; }

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem; }
  .form-check-input[disabled] ~ .form-check-label,
  .form-check-input:disabled ~ .form-check-label {
    color: #727271; }

.form-check-label {
  margin-bottom: 0; }

.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem; }
  .form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: 0.3125rem;
    margin-left: 0; }

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #1626ff; }

.valid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(22, 38, 255, 0.9); }

.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #1626ff;
  padding-right: calc(1.5em + 2rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%231626ff' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.5rem) center;
  background-size: calc(0.75em + 1rem) calc(0.75em + 1rem); }
  .was-validated .form-control:valid:focus, .form-control.is-valid:focus {
    border-color: #1626ff;
    box-shadow: 0 0 0 0.2rem rgba(22, 38, 255, 0.25); }

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 2rem);
  background-position: top calc(0.375em + 0.5rem) right calc(0.375em + 0.5rem); }

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #1626ff;
  padding-right: calc(0.75em + 3.5rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%233B3B3A' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 1rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%231626ff' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 2rem/calc(0.75em + 1rem) calc(0.75em + 1rem); }
  .was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
    border-color: #1626ff;
    box-shadow: 0 0 0 0.2rem rgba(22, 38, 255, 0.25); }

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #1626ff; }

.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #1626ff; }
  .was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
    border-color: #1626ff; }

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #4955ff;
  background-color: #4955ff; }

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(22, 38, 255, 0.25); }

.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #1626ff; }

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #1626ff; }

.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #1626ff;
  box-shadow: 0 0 0 0.2rem rgba(22, 38, 255, 0.25); }

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #FF0000; }

.invalid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(255, 0, 0, 0.9); }

.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #FF0000;
  padding-right: calc(1.5em + 2rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23FF0000' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23FF0000' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.5rem) center;
  background-size: calc(0.75em + 1rem) calc(0.75em + 1rem); }
  .was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
    border-color: #FF0000;
    box-shadow: 0 0 0 0.2rem rgba(255, 0, 0, 0.25); }

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 2rem);
  background-position: top calc(0.375em + 0.5rem) right calc(0.375em + 0.5rem); }

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #FF0000;
  padding-right: calc(0.75em + 3.5rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%233B3B3A' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 1rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23FF0000' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23FF0000' stroke='none'/%3e%3c/svg%3e") #fff no-repeat center right 2rem/calc(0.75em + 1rem) calc(0.75em + 1rem); }
  .was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
    border-color: #FF0000;
    box-shadow: 0 0 0 0.2rem rgba(255, 0, 0, 0.25); }

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #FF0000; }

.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #FF0000; }
  .was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
    border-color: #FF0000; }

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #ff3333;
  background-color: #ff3333; }

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(255, 0, 0, 0.25); }

.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #FF0000; }

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #FF0000; }

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #FF0000;
  box-shadow: 0 0 0 0.2rem rgba(255, 0, 0, 0.25); }

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center; }
  .form-inline .form-check {
    width: 100%; }
  @media (min-width: 576px) {
    .form-inline label {
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 0; }
    .form-inline .form-group {
      display: flex;
      flex: 0 0 auto;
      flex-flow: row wrap;
      align-items: center;
      margin-bottom: 0; }
    .form-inline .form-control {
      display: inline-block;
      width: auto;
      vertical-align: middle; }
    .form-inline .form-control-plaintext {
      display: inline-block; }
    .form-inline .input-group,
    .form-inline .custom-select {
      width: auto; }
    .form-inline .form-check {
      display: flex;
      align-items: center;
      justify-content: center;
      width: auto;
      padding-left: 0; }
    .form-inline .form-check-input {
      position: relative;
      flex-shrink: 0;
      margin-top: 0;
      margin-right: 0.25rem;
      margin-left: 0; }
    .form-inline .custom-control {
      align-items: center;
      justify-content: center; }
    .form-inline .custom-control-label {
      margin-bottom: 0; } }

.btn {
  display: inline-block;
  font-family: Oswald, -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-weight: 700;
  color: #000;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 1rem 3rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .btn {
      transition: none; } }
  .btn:hover {
    color: #000;
    text-decoration: none; }
  .btn:focus, .btn.focus {
    outline: 0;
    box-shadow: 0; }
  .btn.disabled, .btn:disabled {
    opacity: 0.65; }
  .btn:not(:disabled):not(.disabled) {
    cursor: pointer; }

a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none; }

.btn-primary {
  color: #fff;
  background-color: #1626ff;
  border-color: #1626ff; }
  .btn-primary:hover {
    color: #fff;
    background-color: #0010ef;
    border-color: #0010e2; }
  .btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #0010ef;
    border-color: #0010e2;
    box-shadow: 0 0 0 0.2rem rgba(57, 71, 255, 0.5); }
  .btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #1626ff;
    border-color: #1626ff; }
  .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
  .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #0010e2;
    border-color: #000fd5; }
    .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-primary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(57, 71, 255, 0.5); }

.btn-secondary {
  color: #fff;
  background-color: #000;
  border-color: #000; }
  .btn-secondary:hover {
    color: #fff;
    background-color: black;
    border-color: black; }
  .btn-secondary:focus, .btn-secondary.focus {
    color: #fff;
    background-color: black;
    border-color: black;
    box-shadow: 0 0 0 0.2rem rgba(38, 38, 38, 0.5); }
  .btn-secondary.disabled, .btn-secondary:disabled {
    color: #fff;
    background-color: #000;
    border-color: #000; }
  .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: black;
    border-color: black; }
    .btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-secondary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(38, 38, 38, 0.5); }

.btn-success {
  color: #fff;
  background-color: #1626ff;
  border-color: #1626ff; }
  .btn-success:hover {
    color: #fff;
    background-color: #0010ef;
    border-color: #0010e2; }
  .btn-success:focus, .btn-success.focus {
    color: #fff;
    background-color: #0010ef;
    border-color: #0010e2;
    box-shadow: 0 0 0 0.2rem rgba(57, 71, 255, 0.5); }
  .btn-success.disabled, .btn-success:disabled {
    color: #fff;
    background-color: #1626ff;
    border-color: #1626ff; }
  .btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
  .show > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #0010e2;
    border-color: #000fd5; }
    .btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus,
    .show > .btn-success.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(57, 71, 255, 0.5); }

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8; }
  .btn-info:hover {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b; }
  .btn-info:focus, .btn-info.focus {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b;
    box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5); }
  .btn-info.disabled, .btn-info:disabled {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
  .btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,
  .show > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #117a8b;
    border-color: #10707f; }
    .btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus,
    .show > .btn-info.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5); }

.btn-warning {
  color: #201F1E;
  background-color: #FFD90F;
  border-color: #FFD90F; }
  .btn-warning:hover {
    color: #201F1E;
    background-color: #e8c300;
    border-color: #dbb800; }
  .btn-warning:focus, .btn-warning.focus {
    color: #201F1E;
    background-color: #e8c300;
    border-color: #dbb800;
    box-shadow: 0 0 0 0.2rem rgba(222, 189, 17, 0.5); }
  .btn-warning.disabled, .btn-warning:disabled {
    color: #201F1E;
    background-color: #FFD90F;
    border-color: #FFD90F; }
  .btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active,
  .show > .btn-warning.dropdown-toggle {
    color: #201F1E;
    background-color: #dbb800;
    border-color: #ceae00; }
    .btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus,
    .show > .btn-warning.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(222, 189, 17, 0.5); }

.btn-danger {
  color: #fff;
  background-color: #FF0000;
  border-color: #FF0000; }
  .btn-danger:hover {
    color: #fff;
    background-color: #d90000;
    border-color: #cc0000; }
  .btn-danger:focus, .btn-danger.focus {
    color: #fff;
    background-color: #d90000;
    border-color: #cc0000;
    box-shadow: 0 0 0 0.2rem rgba(255, 38, 38, 0.5); }
  .btn-danger.disabled, .btn-danger:disabled {
    color: #fff;
    background-color: #FF0000;
    border-color: #FF0000; }
  .btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
  .show > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #cc0000;
    border-color: #bf0000; }
    .btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus,
    .show > .btn-danger.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(255, 38, 38, 0.5); }

.btn-light {
  color: #201F1E;
  background-color: #f2f2f2;
  border-color: #f2f2f2; }
  .btn-light:hover {
    color: #201F1E;
    background-color: #dfdfdf;
    border-color: #d9d8d8; }
  .btn-light:focus, .btn-light.focus {
    color: #201F1E;
    background-color: #dfdfdf;
    border-color: #d9d8d8;
    box-shadow: 0 0 0 0.2rem rgba(211, 210, 210, 0.5); }
  .btn-light.disabled, .btn-light:disabled {
    color: #201F1E;
    background-color: #f2f2f2;
    border-color: #f2f2f2; }
  .btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active,
  .show > .btn-light.dropdown-toggle {
    color: #201F1E;
    background-color: #d9d8d8;
    border-color: #d2d2d2; }
    .btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus,
    .show > .btn-light.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(211, 210, 210, 0.5); }

.btn-dark {
  color: #fff;
  background-color: #201F1E;
  border-color: #201F1E; }
  .btn-dark:hover {
    color: #fff;
    background-color: #0c0c0b;
    border-color: #060605; }
  .btn-dark:focus, .btn-dark.focus {
    color: #fff;
    background-color: #0c0c0b;
    border-color: #060605;
    box-shadow: 0 0 0 0.2rem rgba(65, 65, 64, 0.5); }
  .btn-dark.disabled, .btn-dark:disabled {
    color: #fff;
    background-color: #201F1E;
    border-color: #201F1E; }
  .btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active,
  .show > .btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #060605;
    border-color: black; }
    .btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus,
    .show > .btn-dark.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(65, 65, 64, 0.5); }

.btn-outline-primary {
  color: #1626ff;
  border-color: #1626ff; }
  .btn-outline-primary:hover {
    color: #fff;
    background-color: #1626ff;
    border-color: #1626ff; }
  .btn-outline-primary:focus, .btn-outline-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(22, 38, 255, 0.5); }
  .btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #1626ff;
    background-color: transparent; }
  .btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active,
  .show > .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #1626ff;
    border-color: #1626ff; }
    .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-primary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(22, 38, 255, 0.5); }

.btn-outline-secondary {
  color: #000;
  border-color: #000; }
  .btn-outline-secondary:hover {
    color: #fff;
    background-color: #000;
    border-color: #000; }
  .btn-outline-secondary:focus, .btn-outline-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5); }
  .btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: #000;
    background-color: transparent; }
  .btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #000;
    border-color: #000; }
    .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-secondary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5); }

.btn-outline-success {
  color: #1626ff;
  border-color: #1626ff; }
  .btn-outline-success:hover {
    color: #fff;
    background-color: #1626ff;
    border-color: #1626ff; }
  .btn-outline-success:focus, .btn-outline-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(22, 38, 255, 0.5); }
  .btn-outline-success.disabled, .btn-outline-success:disabled {
    color: #1626ff;
    background-color: transparent; }
  .btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active,
  .show > .btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #1626ff;
    border-color: #1626ff; }
    .btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-success.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(22, 38, 255, 0.5); }

.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8; }
  .btn-outline-info:hover {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
  .btn-outline-info:focus, .btn-outline-info.focus {
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }
  .btn-outline-info.disabled, .btn-outline-info:disabled {
    color: #17a2b8;
    background-color: transparent; }
  .btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active,
  .show > .btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
    .btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-info.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }

.btn-outline-warning {
  color: #FFD90F;
  border-color: #FFD90F; }
  .btn-outline-warning:hover {
    color: #201F1E;
    background-color: #FFD90F;
    border-color: #FFD90F; }
  .btn-outline-warning:focus, .btn-outline-warning.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 217, 15, 0.5); }
  .btn-outline-warning.disabled, .btn-outline-warning:disabled {
    color: #FFD90F;
    background-color: transparent; }
  .btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active,
  .show > .btn-outline-warning.dropdown-toggle {
    color: #201F1E;
    background-color: #FFD90F;
    border-color: #FFD90F; }
    .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-warning.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(255, 217, 15, 0.5); }

.btn-outline-danger {
  color: #FF0000;
  border-color: #FF0000; }
  .btn-outline-danger:hover {
    color: #fff;
    background-color: #FF0000;
    border-color: #FF0000; }
  .btn-outline-danger:focus, .btn-outline-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 0, 0, 0.5); }
  .btn-outline-danger.disabled, .btn-outline-danger:disabled {
    color: #FF0000;
    background-color: transparent; }
  .btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active,
  .show > .btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #FF0000;
    border-color: #FF0000; }
    .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-danger.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(255, 0, 0, 0.5); }

.btn-outline-light {
  color: #f2f2f2;
  border-color: #f2f2f2; }
  .btn-outline-light:hover {
    color: #201F1E;
    background-color: #f2f2f2;
    border-color: #f2f2f2; }
  .btn-outline-light:focus, .btn-outline-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(242, 242, 242, 0.5); }
  .btn-outline-light.disabled, .btn-outline-light:disabled {
    color: #f2f2f2;
    background-color: transparent; }
  .btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active,
  .show > .btn-outline-light.dropdown-toggle {
    color: #201F1E;
    background-color: #f2f2f2;
    border-color: #f2f2f2; }
    .btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-light.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(242, 242, 242, 0.5); }

.btn-outline-dark {
  color: #201F1E;
  border-color: #201F1E; }
  .btn-outline-dark:hover {
    color: #fff;
    background-color: #201F1E;
    border-color: #201F1E; }
  .btn-outline-dark:focus, .btn-outline-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(32, 31, 30, 0.5); }
  .btn-outline-dark.disabled, .btn-outline-dark:disabled {
    color: #201F1E;
    background-color: transparent; }
  .btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active,
  .show > .btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #201F1E;
    border-color: #201F1E; }
    .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-dark.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(32, 31, 30, 0.5); }

.btn-link {
  font-weight: 400;
  color: #000;
  text-decoration: none; }
  .btn-link:hover {
    color: black;
    text-decoration: none; }
  .btn-link:focus, .btn-link.focus {
    text-decoration: none; }
  .btn-link:disabled, .btn-link.disabled {
    color: #727271;
    pointer-events: none; }

.btn-lg, .btn-group-lg > .btn {
  padding: 3rem 3rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0; }

.btn-sm, .btn-group-sm > .btn {
  padding: 1.5rem 1.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0; }

.btn-block {
  display: block;
  width: 100%; }
  .btn-block + .btn-block {
    margin-top: 0.5rem; }

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

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

.fade {
  transition: opacity 0.15s linear; }
  @media (prefers-reduced-motion: reduce) {
    .fade {
      transition: none; } }
  .fade:not(.show) {
    opacity: 0; }

.collapse:not(.show) {
  display: none; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.8s ease; }
  @media (prefers-reduced-motion: reduce) {
    .collapsing {
      transition: none; } }

.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative; }

.dropdown-toggle {
  white-space: nowrap; }
  .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent; }
  .dropdown-toggle:empty::after {
    margin-left: 0; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #000;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15); }

.dropdown-menu-left {
  right: auto;
  left: 0; }

.dropdown-menu-right {
  right: 0;
  left: auto; }

@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0; }
  .dropdown-menu-sm-right {
    right: 0;
    left: auto; } }

@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0; }
  .dropdown-menu-md-right {
    right: 0;
    left: auto; } }

@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0; }
  .dropdown-menu-lg-right {
    right: 0;
    left: auto; } }

@media (min-width: 1280px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0; }
  .dropdown-menu-xl-right {
    right: 0;
    left: auto; } }

.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem; }

.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent; }

.dropup .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem; }

.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid; }

.dropright .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropright .dropdown-toggle::after {
  vertical-align: 0; }

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem; }

.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: ""; }

.dropleft .dropdown-toggle::after {
  display: none; }

.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent; }

.dropleft .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropleft .dropdown-toggle::before {
  vertical-align: 0; }

.dropdown-menu[x-placement^="top"], .dropdown-menu[x-placement^="right"], .dropdown-menu[x-placement^="bottom"], .dropdown-menu[x-placement^="left"] {
  right: auto;
  bottom: auto; }

.dropdown-divider {
  height: 0;
  margin: 1.2rem 0;
  overflow: hidden;
  border-top: 1px solid #E0E0E0; }

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #201F1E;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0; }
  .dropdown-item:hover, .dropdown-item:focus {
    color: #131212;
    text-decoration: none;
    background-color: #f2f2f2; }
  .dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #000; }
  .dropdown-item.disabled, .dropdown-item:disabled {
    color: #727271;
    pointer-events: none;
    background-color: transparent; }

.dropdown-menu.show {
  display: block; }

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #727271;
  white-space: nowrap; }

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #201F1E; }

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle; }
  .btn-group > .btn,
  .btn-group-vertical > .btn {
    position: relative;
    flex: 1 1 auto; }
    .btn-group > .btn:hover,
    .btn-group-vertical > .btn:hover {
      z-index: 1; }
    .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
    .btn-group-vertical > .btn:focus,
    .btn-group-vertical > .btn:active,
    .btn-group-vertical > .btn.active {
      z-index: 1; }

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start; }
  .btn-toolbar .input-group {
    width: auto; }

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px; }

.dropdown-toggle-split {
  padding-right: 2.25rem;
  padding-left: 2.25rem; }
  .dropdown-toggle-split::after,
  .dropup .dropdown-toggle-split::after,
  .dropright .dropdown-toggle-split::after {
    margin-left: 0; }
  .dropleft .dropdown-toggle-split::before {
    margin-right: 0; }

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 1.125rem;
  padding-left: 1.125rem; }

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 2.25rem;
  padding-left: 2.25rem; }

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center; }
  .btn-group-vertical > .btn,
  .btn-group-vertical > .btn-group {
    width: 100%; }
  .btn-group-vertical > .btn:not(:first-child),
  .btn-group-vertical > .btn-group:not(:first-child) {
    margin-top: -1px; }

.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0; }
  .btn-group-toggle > .btn input[type="radio"],
  .btn-group-toggle > .btn input[type="checkbox"],
  .btn-group-toggle > .btn-group > .btn input[type="radio"],
  .btn-group-toggle > .btn-group > .btn input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none; }

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%; }
  .input-group > .form-control,
  .input-group > .form-control-plaintext,
  .input-group > .custom-select,
  .input-group > .custom-file {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
    margin-bottom: 0; }
    .input-group > .form-control + .form-control,
    .input-group > .form-control + .custom-select,
    .input-group > .form-control + .custom-file,
    .input-group > .form-control-plaintext + .form-control,
    .input-group > .form-control-plaintext + .custom-select,
    .input-group > .form-control-plaintext + .custom-file,
    .input-group > .custom-select + .form-control,
    .input-group > .custom-select + .custom-select,
    .input-group > .custom-select + .custom-file,
    .input-group > .custom-file + .form-control,
    .input-group > .custom-file + .custom-select,
    .input-group > .custom-file + .custom-file {
      margin-left: -1px; }
  .input-group > .form-control:focus,
  .input-group > .custom-select:focus,
  .input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
    z-index: 3; }
  .input-group > .custom-file .custom-file-input:focus {
    z-index: 4; }
  .input-group > .custom-file {
    display: flex;
    align-items: center; }

.input-group-prepend,
.input-group-append {
  display: flex; }
  .input-group-prepend .btn,
  .input-group-append .btn {
    position: relative;
    z-index: 2; }
    .input-group-prepend .btn:focus,
    .input-group-append .btn:focus {
      z-index: 3; }
  .input-group-prepend .btn + .btn,
  .input-group-prepend .btn + .input-group-text,
  .input-group-prepend .input-group-text + .input-group-text,
  .input-group-prepend .input-group-text + .btn,
  .input-group-append .btn + .btn,
  .input-group-append .btn + .input-group-text,
  .input-group-append .input-group-text + .input-group-text,
  .input-group-append .input-group-text + .btn {
    margin-left: -1px; }

.input-group-prepend {
  margin-right: -1px; }

.input-group-append {
  margin-left: -1px; }

.input-group-text {
  display: flex;
  align-items: center;
  padding: 1rem 1rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #575655;
  text-align: center;
  white-space: nowrap;
  background-color: #E0E0E0;
  border: 1px solid #E0E0E0; }
  .input-group-text input[type="radio"],
  .input-group-text input[type="checkbox"] {
    margin-top: 0; }

.input-group-lg > .form-control:not(textarea),
.input-group-lg > .custom-select {
  height: calc(1.5em + 6rem + 2px); }

.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 3rem 3rem;
  font-size: 1.25rem;
  line-height: 1.5; }

.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.5em + 3rem + 2px); }

.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 1.5rem 1.5rem;
  font-size: 0.875rem;
  line-height: 1.5; }

.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 2rem; }

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  color-adjust: exact; }

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem; }

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #000;
    background-color: #000; }
  .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.25); }
  .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #404040; }
  .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #595959;
    border-color: #595959; }
  .custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
    color: #727271; }
    .custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
      background-color: #E0E0E0; }

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top; }
  .custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: #8E8D8D solid 1px; }
  .custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: no-repeat 50% / 50% 50%; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #000;
  background-color: #000; }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(22, 38, 255, 0.5); }

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(22, 38, 255, 0.5); }

.custom-radio .custom-control-label::before {
  border-radius: 50%; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"); }

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(22, 38, 255, 0.5); }

.custom-switch {
  padding-left: 2.25rem; }
  .custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: 0.5rem; }
  .custom-switch .custom-control-label::after {
    top: calc(0.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #8E8D8D;
    border-radius: 0.5rem;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .custom-switch .custom-control-label::after {
        transition: none; } }
  .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #fff;
    transform: translateX(0.75rem); }
  .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(22, 38, 255, 0.5); }

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 2rem + 2px);
  padding: 1rem 2rem 1rem 1rem;
  font-family: Inter;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #575655;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%233B3B3A' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 1rem center/8px 10px;
  border: 1px solid #E0E0E0;
  border-radius: 0;
  appearance: none; }
  .custom-select:focus {
    border-color: #404040;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.25); }
    .custom-select:focus::-ms-value {
      color: #575655;
      background-color: #fff; }
  .custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 1rem;
    background-image: none; }
  .custom-select:disabled {
    color: #727271;
    background-color: #E0E0E0; }
  .custom-select::-ms-expand {
    display: none; }
  .custom-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #575655; }

.custom-select-sm {
  height: calc(1.5em + 3rem + 2px);
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  padding-left: 1.5rem;
  font-size: 0.875rem; }

.custom-select-lg {
  height: calc(1.5em + 6rem + 2px);
  padding-top: 3rem;
  padding-bottom: 3rem;
  padding-left: 3rem;
  font-size: 1.25rem; }

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 2rem + 2px);
  margin-bottom: 0; }

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 2rem + 2px);
  margin: 0;
  opacity: 0; }
  .custom-file-input:focus ~ .custom-file-label {
    border-color: #404040;
    box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.25); }
  .custom-file-input[disabled] ~ .custom-file-label,
  .custom-file-input:disabled ~ .custom-file-label {
    background-color: #E0E0E0; }
  .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"; }
  .custom-file-input ~ .custom-file-label[data-browse]::after {
    content: attr(data-browse); }

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 2rem + 2px);
  padding: 1rem 1rem;
  font-family: Inter;
  font-weight: 400;
  line-height: 1.5;
  color: #575655;
  background-color: #fff;
  border: 1px solid #E0E0E0; }
  .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + 2rem);
    padding: 1rem 1rem;
    line-height: 1.5;
    color: #575655;
    content: "Browse";
    background-color: #E0E0E0;
    border-left: inherit; }

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  appearance: none; }
  .custom-range:focus {
    outline: none; }
    .custom-range:focus::-webkit-slider-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 0, 0, 0.25); }
    .custom-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 0, 0, 0.25); }
    .custom-range:focus::-ms-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 0, 0, 0.25); }
  .custom-range::-moz-focus-outer {
    border: 0; }
  .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #000;
    border: 0;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-webkit-slider-thumb {
        transition: none; } }
    .custom-range::-webkit-slider-thumb:active {
      background-color: #595959; }
  .custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #C5C4C4;
    border-color: transparent; }
  .custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #000;
    border: 0;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-moz-range-thumb {
        transition: none; } }
    .custom-range::-moz-range-thumb:active {
      background-color: #595959; }
  .custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #C5C4C4;
    border-color: transparent; }
  .custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #000;
    border: 0;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-ms-thumb {
        transition: none; } }
    .custom-range::-ms-thumb:active {
      background-color: #595959; }
  .custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem; }
  .custom-range::-ms-fill-lower {
    background-color: #C5C4C4; }
  .custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #C5C4C4; }
  .custom-range:disabled::-webkit-slider-thumb {
    background-color: #8E8D8D; }
  .custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default; }
  .custom-range:disabled::-moz-range-thumb {
    background-color: #8E8D8D; }
  .custom-range:disabled::-moz-range-track {
    cursor: default; }
  .custom-range:disabled::-ms-thumb {
    background-color: #8E8D8D; }

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
      transition: none; } }

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }

.nav-link {
  display: block;
  padding: 0.5rem 1rem; }
  .nav-link:hover, .nav-link:focus {
    text-decoration: none; }
  .nav-link.disabled {
    color: #727271;
    pointer-events: none;
    cursor: default; }

.nav-tabs {
  border-bottom: 1px solid #C5C4C4; }
  .nav-tabs .nav-item {
    margin-bottom: -1px; }
  .nav-tabs .nav-link {
    border: 1px solid transparent; }
    .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
      border-color: #E0E0E0 #E0E0E0 #C5C4C4; }
    .nav-tabs .nav-link.disabled {
      color: #727271;
      background-color: transparent;
      border-color: transparent; }
  .nav-tabs .nav-link.active,
  .nav-tabs .nav-item.show .nav-link {
    color: #575655;
    background-color: #fff;
    border-color: #C5C4C4 #C5C4C4 #fff; }
  .nav-tabs .dropdown-menu {
    margin-top: -1px; }

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #000; }

.nav-fill > .nav-link,
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center; }

.nav-justified > .nav-link,
.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center; }

.tab-content > .tab-pane {
  display: none; }

.tab-content > .active {
  display: block; }

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 1.2rem 2.4rem; }
  .navbar .container,
  .navbar .container-fluid, .navbar .container-sm, .navbar .container-md, .navbar .container-lg, .navbar .container-xl {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between; }

.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 2.4rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap; }
  .navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none; }

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }
  .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0; }
  .navbar-nav .dropdown-menu {
    position: static;
    float: none; }

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem; }

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center; }

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent; }
  .navbar-toggler:hover, .navbar-toggler:focus {
    text-decoration: none; }

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%; }

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid, .navbar-expand-sm > .container-sm, .navbar-expand-sm > .container-md, .navbar-expand-sm > .container-lg, .navbar-expand-sm > .container-xl {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-sm .navbar-nav {
      flex-direction: row; }
      .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-sm > .container,
    .navbar-expand-sm > .container-fluid, .navbar-expand-sm > .container-sm, .navbar-expand-sm > .container-md, .navbar-expand-sm > .container-lg, .navbar-expand-sm > .container-xl {
      flex-wrap: nowrap; }
    .navbar-expand-sm .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-sm .navbar-toggler {
      display: none; } }

@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid, .navbar-expand-md > .container-sm, .navbar-expand-md > .container-md, .navbar-expand-md > .container-lg, .navbar-expand-md > .container-xl {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 768px) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-md .navbar-nav {
      flex-direction: row; }
      .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-md > .container,
    .navbar-expand-md > .container-fluid, .navbar-expand-md > .container-sm, .navbar-expand-md > .container-md, .navbar-expand-md > .container-lg, .navbar-expand-md > .container-xl {
      flex-wrap: nowrap; }
    .navbar-expand-md .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-md .navbar-toggler {
      display: none; } }

@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid, .navbar-expand-lg > .container-sm, .navbar-expand-lg > .container-md, .navbar-expand-lg > .container-lg, .navbar-expand-lg > .container-xl {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-lg .navbar-nav {
      flex-direction: row; }
      .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-lg > .container,
    .navbar-expand-lg > .container-fluid, .navbar-expand-lg > .container-sm, .navbar-expand-lg > .container-md, .navbar-expand-lg > .container-lg, .navbar-expand-lg > .container-xl {
      flex-wrap: nowrap; }
    .navbar-expand-lg .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-lg .navbar-toggler {
      display: none; } }

@media (max-width: 1279.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid, .navbar-expand-xl > .container-sm, .navbar-expand-xl > .container-md, .navbar-expand-xl > .container-lg, .navbar-expand-xl > .container-xl {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 1280px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-xl .navbar-nav {
      flex-direction: row; }
      .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-xl > .container,
    .navbar-expand-xl > .container-fluid, .navbar-expand-xl > .container-sm, .navbar-expand-xl > .container-md, .navbar-expand-xl > .container-lg, .navbar-expand-xl > .container-xl {
      flex-wrap: nowrap; }
    .navbar-expand-xl .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-xl .navbar-toggler {
      display: none; } }

.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start; }
  .navbar-expand > .container,
  .navbar-expand > .container-fluid, .navbar-expand > .container-sm, .navbar-expand > .container-md, .navbar-expand > .container-lg, .navbar-expand > .container-xl {
    padding-right: 0;
    padding-left: 0; }
  .navbar-expand .navbar-nav {
    flex-direction: row; }
    .navbar-expand .navbar-nav .dropdown-menu {
      position: absolute; }
    .navbar-expand .navbar-nav .nav-link {
      padding-right: 0.5rem;
      padding-left: 0.5rem; }
  .navbar-expand > .container,
  .navbar-expand > .container-fluid, .navbar-expand > .container-sm, .navbar-expand > .container-md, .navbar-expand > .container-lg, .navbar-expand > .container-xl {
    flex-wrap: nowrap; }
  .navbar-expand .navbar-collapse {
    display: flex !important;
    flex-basis: auto; }
  .navbar-expand .navbar-toggler {
    display: none; }

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9); }
  .navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
    color: rgba(0, 0, 0, 0.9); }

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5); }
  .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
    color: rgba(0, 0, 0, 0.7); }
  .navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, 0.3); }

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9); }

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1); }

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }

.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5); }
  .navbar-light .navbar-text a {
    color: rgba(0, 0, 0, 0.9); }
    .navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
      color: rgba(0, 0, 0, 0.9); }

.navbar-dark .navbar-brand {
  color: #fff; }
  .navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
    color: #fff; }

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5); }
  .navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
    color: rgba(255, 255, 255, 0.75); }
  .navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, 0.25); }

.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff; }

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1); }

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5); }
  .navbar-dark .navbar-text a {
    color: #fff; }
    .navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
      color: #fff; }

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125); }
  .card > hr {
    margin-right: 0;
    margin-left: 0; }
  .card > .list-group {
    border-top: inherit;
    border-bottom: inherit; }
    .card > .list-group:first-child {
      border-top-width: 0; }
    .card > .list-group:last-child {
      border-bottom-width: 0; }
  .card > .card-header + .list-group,
  .card > .list-group + .card-footer {
    border-top: 0; }

.card-body {
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem; }

.card-title {
  margin-bottom: 0.75rem; }

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0; }

.card-text:last-child {
  margin-bottom: 0; }

.card-link:hover {
  text-decoration: none; }

.card-link + .card-link {
  margin-left: 1.25rem; }

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125); }

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125); }

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0; }

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem; }

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem; }

.card-img,
.card-img-top,
.card-img-bottom {
  flex-shrink: 0;
  width: 100%; }

.card-deck .card {
  margin-bottom: 20px; }

@media (min-width: 576px) {
  .card-deck {
    display: flex;
    flex-flow: row wrap;
    margin-right: -20px;
    margin-left: -20px; }
    .card-deck .card {
      flex: 1 0 0%;
      margin-right: 20px;
      margin-bottom: 0;
      margin-left: 20px; } }

.card-group > .card {
  margin-bottom: 20px; }

@media (min-width: 576px) {
  .card-group {
    display: flex;
    flex-flow: row wrap; }
    .card-group > .card {
      flex: 1 0 0%;
      margin-bottom: 0; }
      .card-group > .card + .card {
        margin-left: 0;
        border-left: 0; } }

.card-columns .card {
  margin-bottom: 0.75rem; }

@media (min-width: 576px) {
  .card-columns {
    column-count: 3;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1; }
    .card-columns .card {
      display: inline-block;
      width: 100%; } }

.accordion {
  overflow-anchor: none; }
  .accordion > .card {
    overflow: hidden; }
    .accordion > .card:not(:last-of-type) {
      border-bottom: 0; }
    .accordion > .card > .card-header {
      margin-bottom: -1px; }

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 0rem;
  margin-bottom: 0rem;
  font-size: 0.75rem;
  list-style: none;
  background-color: #fff; }

.breadcrumb-item {
  display: flex;
  font-size: 0.75rem;
  text-decoration: underline; }
  .breadcrumb-item + .breadcrumb-item {
    padding-left: 0.5rem; }
    .breadcrumb-item + .breadcrumb-item::before {
      display: inline-block;
      padding-right: 0.5rem;
      color: #727271;
      content: "/"; }
  .breadcrumb-item + .breadcrumb-item:hover::before {
    text-decoration: underline; }
  .breadcrumb-item + .breadcrumb-item:hover::before {
    text-decoration: none; }
  .breadcrumb-item.active {
    color: #727271;
    text-decoration: none; }

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none; }

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #000;
  background-color: #fff;
  border: 1px solid #C5C4C4; }
  .page-link:hover {
    z-index: 2;
    color: black;
    text-decoration: none;
    background-color: #E0E0E0;
    border-color: #C5C4C4; }
  .page-link:focus {
    z-index: 3;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.25); }

.page-item:first-child .page-link {
  margin-left: 0; }

.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #000;
  border-color: #000; }

.page-item.disabled .page-link {
  color: #727271;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #C5C4C4; }

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5; }

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5; }

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .badge {
      transition: none; } }
  a.badge:hover, a.badge:focus {
    text-decoration: none; }
  .badge:empty {
    display: none; }

.btn .badge {
  position: relative;
  top: -1px; }

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em; }

.badge-primary {
  color: #fff;
  background-color: #1626ff; }
  a.badge-primary:hover, a.badge-primary:focus {
    color: #fff;
    background-color: #0010e2; }
  a.badge-primary:focus, a.badge-primary.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(22, 38, 255, 0.5); }

.badge-secondary {
  color: #fff;
  background-color: #000; }
  a.badge-secondary:hover, a.badge-secondary:focus {
    color: #fff;
    background-color: black; }
  a.badge-secondary:focus, a.badge-secondary.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5); }

.badge-success {
  color: #fff;
  background-color: #1626ff; }
  a.badge-success:hover, a.badge-success:focus {
    color: #fff;
    background-color: #0010e2; }
  a.badge-success:focus, a.badge-success.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(22, 38, 255, 0.5); }

.badge-info {
  color: #fff;
  background-color: #17a2b8; }
  a.badge-info:hover, a.badge-info:focus {
    color: #fff;
    background-color: #117a8b; }
  a.badge-info:focus, a.badge-info.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }

.badge-warning {
  color: #201F1E;
  background-color: #FFD90F; }
  a.badge-warning:hover, a.badge-warning:focus {
    color: #201F1E;
    background-color: #dbb800; }
  a.badge-warning:focus, a.badge-warning.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(255, 217, 15, 0.5); }

.badge-danger {
  color: #fff;
  background-color: #FF0000; }
  a.badge-danger:hover, a.badge-danger:focus {
    color: #fff;
    background-color: #cc0000; }
  a.badge-danger:focus, a.badge-danger.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(255, 0, 0, 0.5); }

.badge-light {
  color: #201F1E;
  background-color: #f2f2f2; }
  a.badge-light:hover, a.badge-light:focus {
    color: #201F1E;
    background-color: #d9d8d8; }
  a.badge-light:focus, a.badge-light.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(242, 242, 242, 0.5); }

.badge-dark {
  color: #fff;
  background-color: #201F1E; }
  a.badge-dark:hover, a.badge-dark:focus {
    color: #fff;
    background-color: #060605; }
  a.badge-dark:focus, a.badge-dark.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(32, 31, 30, 0.5); }

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #E0E0E0; }
  @media (min-width: 576px) {
    .jumbotron {
      padding: 4rem 2rem; } }

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0; }

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent; }

.alert-heading {
  color: inherit; }

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

.alert-dismissible {
  padding-right: 4rem; }
  .alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    padding: 0.75rem 1.25rem;
    color: inherit; }

.alert-primary {
  color: #0b1485;
  background-color: #d0d4ff;
  border-color: #bec2ff; }
  .alert-primary hr {
    border-top-color: #a5aaff; }
  .alert-primary .alert-link {
    color: #070d56; }

.alert-secondary {
  color: black;
  background-color: #cccccc;
  border-color: #b8b8b8; }
  .alert-secondary hr {
    border-top-color: #ababab; }
  .alert-secondary .alert-link {
    color: black; }

.alert-success {
  color: #0b1485;
  background-color: #d0d4ff;
  border-color: #bec2ff; }
  .alert-success hr {
    border-top-color: #a5aaff; }
  .alert-success .alert-link {
    color: #070d56; }

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb; }
  .alert-info hr {
    border-top-color: #abdde5; }
  .alert-info .alert-link {
    color: #062c33; }

.alert-warning {
  color: #857108;
  background-color: #fff7cf;
  border-color: #fff4bc; }
  .alert-warning hr {
    border-top-color: #fff0a3; }
  .alert-warning .alert-link {
    color: #554805; }

.alert-danger {
  color: #850000;
  background-color: #ffcccc;
  border-color: #ffb8b8; }
  .alert-danger hr {
    border-top-color: #ff9f9f; }
  .alert-danger .alert-link {
    color: #520000; }

.alert-light {
  color: #7e7e7e;
  background-color: #fcfcfc;
  border-color: #fbfbfb; }
  .alert-light hr {
    border-top-color: #eeeeee; }
  .alert-light .alert-link {
    color: #656464; }

.alert-dark {
  color: #111010;
  background-color: #d2d2d2;
  border-color: #c1c0c0; }
  .alert-dark hr {
    border-top-color: #b4b3b3; }
  .alert-dark .alert-link {
    color: black; }

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0; }
  to {
    background-position: 0 0; } }

.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  line-height: 0;
  font-size: 0.75rem;
  background-color: #E0E0E0; }

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #1626ff;
  transition: width 0.6s ease; }
  @media (prefers-reduced-motion: reduce) {
    .progress-bar {
      transition: none; } }

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem; }

.progress-bar-animated {
  animation: progress-bar-stripes 1s linear infinite; }
  @media (prefers-reduced-motion: reduce) {
    .progress-bar-animated {
      animation: none; } }

.media {
  display: flex;
  align-items: flex-start; }

.media-body {
  flex: 1; }

.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0; }

.list-group-item-action {
  width: 100%;
  color: #575655;
  text-align: inherit; }
  .list-group-item-action:hover, .list-group-item-action:focus {
    z-index: 1;
    color: #575655;
    text-decoration: none;
    background-color: #f2f2f2; }
  .list-group-item-action:active {
    color: #000;
    background-color: #E0E0E0; }

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125); }
  .list-group-item.disabled, .list-group-item:disabled {
    color: #727271;
    pointer-events: none;
    background-color: #fff; }
  .list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #000;
    border-color: #000; }
  .list-group-item + .list-group-item {
    border-top-width: 0; }
    .list-group-item + .list-group-item.active {
      margin-top: -1px;
      border-top-width: 1px; }

.list-group-horizontal {
  flex-direction: row; }
  .list-group-horizontal > .list-group-item.active {
    margin-top: 0; }
  .list-group-horizontal > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0; }
    .list-group-horizontal > .list-group-item + .list-group-item.active {
      margin-left: -1px;
      border-left-width: 1px; }

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row; }
    .list-group-horizontal-sm > .list-group-item.active {
      margin-top: 0; }
    .list-group-horizontal-sm > .list-group-item + .list-group-item {
      border-top-width: 1px;
      border-left-width: 0; }
      .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px; } }

@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row; }
    .list-group-horizontal-md > .list-group-item.active {
      margin-top: 0; }
    .list-group-horizontal-md > .list-group-item + .list-group-item {
      border-top-width: 1px;
      border-left-width: 0; }
      .list-group-horizontal-md > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px; } }

@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row; }
    .list-group-horizontal-lg > .list-group-item.active {
      margin-top: 0; }
    .list-group-horizontal-lg > .list-group-item + .list-group-item {
      border-top-width: 1px;
      border-left-width: 0; }
      .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px; } }

@media (min-width: 1280px) {
  .list-group-horizontal-xl {
    flex-direction: row; }
    .list-group-horizontal-xl > .list-group-item.active {
      margin-top: 0; }
    .list-group-horizontal-xl > .list-group-item + .list-group-item {
      border-top-width: 1px;
      border-left-width: 0; }
      .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px; } }

.list-group-flush > .list-group-item {
  border-width: 0 0 1px; }
  .list-group-flush > .list-group-item:last-child {
    border-bottom-width: 0; }

.list-group-item-primary {
  color: #0b1485;
  background-color: #bec2ff; }
  .list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
    color: #0b1485;
    background-color: #a5aaff; }
  .list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #0b1485;
    border-color: #0b1485; }

.list-group-item-secondary {
  color: black;
  background-color: #b8b8b8; }
  .list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
    color: black;
    background-color: #ababab; }
  .list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: black;
    border-color: black; }

.list-group-item-success {
  color: #0b1485;
  background-color: #bec2ff; }
  .list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
    color: #0b1485;
    background-color: #a5aaff; }
  .list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: #0b1485;
    border-color: #0b1485; }

.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb; }
  .list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
    color: #0c5460;
    background-color: #abdde5; }
  .list-group-item-info.list-group-item-action.active {
    color: #fff;
    background-color: #0c5460;
    border-color: #0c5460; }

.list-group-item-warning {
  color: #857108;
  background-color: #fff4bc; }
  .list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
    color: #857108;
    background-color: #fff0a3; }
  .list-group-item-warning.list-group-item-action.active {
    color: #fff;
    background-color: #857108;
    border-color: #857108; }

.list-group-item-danger {
  color: #850000;
  background-color: #ffb8b8; }
  .list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
    color: #850000;
    background-color: #ff9f9f; }
  .list-group-item-danger.list-group-item-action.active {
    color: #fff;
    background-color: #850000;
    border-color: #850000; }

.list-group-item-light {
  color: #7e7e7e;
  background-color: #fbfbfb; }
  .list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
    color: #7e7e7e;
    background-color: #eeeeee; }
  .list-group-item-light.list-group-item-action.active {
    color: #fff;
    background-color: #7e7e7e;
    border-color: #7e7e7e; }

.list-group-item-dark {
  color: #111010;
  background-color: #c1c0c0; }
  .list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
    color: #111010;
    background-color: #b4b3b3; }
  .list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: #111010;
    border-color: #111010; }

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5; }
  @media (max-width: 1200px) {
    .close {
      font-size: calc(1.275rem + 0.3vw) ; } }
  .close:hover {
    color: #000;
    text-decoration: none; }
  .close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
    opacity: .75; }

button.close {
  padding: 0;
  background-color: transparent;
  border: 0; }

a.close.disabled {
  pointer-events: none; }

.toast {
  flex-basis: 350px;
  max-width: 350px;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  opacity: 0; }
  .toast:not(:last-child) {
    margin-bottom: 0.75rem; }
  .toast.showing {
    opacity: 1; }
  .toast.show {
    display: block;
    opacity: 1; }
  .toast.hide {
    display: none; }

.toast-header {
  display: flex;
  align-items: center;
  padding: 0.25rem 0.75rem;
  color: #727271;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05); }

.toast-body {
  padding: 0.75rem; }

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

.cart.modal-open {
  overflow: hidden;
  position: fixed; }

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none; }
  .modal.fade .modal-dialog {
    transition: transform 0.3s ease-out;
    transform: translate(0, -50px); }
    @media (prefers-reduced-motion: reduce) {
      .modal.fade .modal-dialog {
        transition: none; } }
  .modal.show .modal-dialog {
    transform: none; }
  .modal.modal-static .modal-dialog {
    transform: scale(1.02); }

.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem); }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden; }
  .modal-dialog-scrollable .modal-header,
  .modal-dialog-scrollable .modal-footer {
    flex-shrink: 0; }
  .modal-dialog-scrollable .modal-body {
    overflow-y: auto; }

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem); }
  .modal-dialog-centered::before {
    display: block;
    height: calc(100vh - 1rem);
    height: min-content;
    content: ""; }
  .modal-dialog-centered.modal-dialog-scrollable {
    flex-direction: column;
    justify-content: center;
    height: 100%; }
    .modal-dialog-centered.modal-dialog-scrollable .modal-content {
      max-height: none; }
    .modal-dialog-centered.modal-dialog-scrollable::before {
      content: none; }

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

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100vw;
  height: 100vh;
  background-color: #000; }
  .modal-backdrop.fade {
    opacity: 0; }
  .modal-backdrop.show {
    opacity: 0.5; }

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #f2f2f2; }
  .modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto;
    font-weight: 300; }

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

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

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #f2f2f2; }
  .modal-footer > * {
    margin: 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-scrollable {
    max-height: calc(100% - 3.5rem); }
    .modal-dialog-scrollable .modal-content {
      max-height: calc(100vh - 3.5rem); }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem); }
    .modal-dialog-centered::before {
      height: calc(100vh - 3.5rem);
      height: min-content; }
  .modal-sm {
    max-width: 300px; } }

@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px; } }

@media (min-width: 1280px) {
  .modal-xl {
    max-width: 1140px; } }

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: Inter, -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; }

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: Inter, -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;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2); }
  .popover .arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: 0.5rem;
    margin: 0 0.3rem; }
    .popover .arrow::before, .popover .arrow::after {
      position: absolute;
      display: block;
      content: "";
      border-color: transparent;
      border-style: solid; }

.bs-popover-top, .bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.5rem; }
  .bs-popover-top > .arrow, .bs-popover-auto[x-placement^="top"] > .arrow {
    bottom: calc(-0.5rem - 1px); }
    .bs-popover-top > .arrow::before, .bs-popover-auto[x-placement^="top"] > .arrow::before {
      bottom: 0;
      border-width: 0.5rem 0.5rem 0;
      border-top-color: rgba(0, 0, 0, 0.25); }
    .bs-popover-top > .arrow::after, .bs-popover-auto[x-placement^="top"] > .arrow::after {
      bottom: 1px;
      border-width: 0.5rem 0.5rem 0;
      border-top-color: #fff; }

.bs-popover-right, .bs-popover-auto[x-placement^="right"] {
  margin-left: 0.5rem; }
  .bs-popover-right > .arrow, .bs-popover-auto[x-placement^="right"] > .arrow {
    left: calc(-0.5rem - 1px);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0; }
    .bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^="right"] > .arrow::before {
      left: 0;
      border-width: 0.5rem 0.5rem 0.5rem 0;
      border-right-color: rgba(0, 0, 0, 0.25); }
    .bs-popover-right > .arrow::after, .bs-popover-auto[x-placement^="right"] > .arrow::after {
      left: 1px;
      border-width: 0.5rem 0.5rem 0.5rem 0;
      border-right-color: #fff; }

.bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.5rem; }
  .bs-popover-bottom > .arrow, .bs-popover-auto[x-placement^="bottom"] > .arrow {
    top: calc(-0.5rem - 1px); }
    .bs-popover-bottom > .arrow::before, .bs-popover-auto[x-placement^="bottom"] > .arrow::before {
      top: 0;
      border-width: 0 0.5rem 0.5rem 0.5rem;
      border-bottom-color: rgba(0, 0, 0, 0.25); }
    .bs-popover-bottom > .arrow::after, .bs-popover-auto[x-placement^="bottom"] > .arrow::after {
      top: 1px;
      border-width: 0 0.5rem 0.5rem 0.5rem;
      border-bottom-color: #fff; }
  .bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^="bottom"] .popover-header::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1rem;
    margin-left: -0.5rem;
    content: "";
    border-bottom: 1px solid #f7f7f7; }

.bs-popover-left, .bs-popover-auto[x-placement^="left"] {
  margin-right: 0.5rem; }
  .bs-popover-left > .arrow, .bs-popover-auto[x-placement^="left"] > .arrow {
    right: calc(-0.5rem - 1px);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0; }
    .bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^="left"] > .arrow::before {
      right: 0;
      border-width: 0.5rem 0 0.5rem 0.5rem;
      border-left-color: rgba(0, 0, 0, 0.25); }
    .bs-popover-left > .arrow::after, .bs-popover-auto[x-placement^="left"] > .arrow::after {
      right: 1px;
      border-width: 0.5rem 0 0.5rem 0.5rem;
      border-left-color: #fff; }

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb; }
  .popover-header:empty {
    display: none; }

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #000; }

.carousel {
  position: relative; }

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

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

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

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block; }

.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  transform: translateX(100%); }

.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  transform: translateX(-100%); }

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none; }

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1; }

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s; }
  @media (prefers-reduced-motion: reduce) {
    .carousel-fade .active.carousel-item-left,
    .carousel-fade .active.carousel-item-right {
      transition: none; } }

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  transition: opacity 0.15s ease; }
  @media (prefers-reduced-motion: reduce) {
    .carousel-control-prev,
    .carousel-control-next {
      transition: none; } }
  .carousel-control-prev:hover, .carousel-control-prev:focus,
  .carousel-control-next:hover,
  .carousel-control-next:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: 0.9; }

.carousel-control-prev {
  left: 0; }

.carousel-control-next {
  right: 0; }

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: no-repeat 50% / 100% 100%; }

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e"); }

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e"); }

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none; }
  .carousel-indicators li {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity 0.6s ease; }
    @media (prefers-reduced-motion: reduce) {
      .carousel-indicators li {
        transition: none; } }
  .carousel-indicators .active {
    opacity: 1; }

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center; }

@keyframes spinner-border {
  to {
    transform: rotate(360deg); } }

.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: middle;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: spinner-border .75s linear infinite; }

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em; }

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

.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  animation: spinner-grow .75s linear infinite; }

.spinner-grow-sm {
  width: 1rem;
  height: 1rem; }

.align-baseline {
  vertical-align: baseline !important; }

.align-top {
  vertical-align: top !important; }

.align-middle {
  vertical-align: middle !important; }

.align-bottom {
  vertical-align: bottom !important; }

.align-text-bottom {
  vertical-align: text-bottom !important; }

.align-text-top {
  vertical-align: text-top !important; }

.bg-primary {
  background-color: #1626ff !important; }

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #0010e2 !important; }

.bg-secondary {
  background-color: #000 !important; }

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: black !important; }

.bg-success {
  background-color: #1626ff !important; }

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #0010e2 !important; }

.bg-info {
  background-color: #17a2b8 !important; }

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important; }

.bg-warning {
  background-color: #FFD90F !important; }

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #dbb800 !important; }

.bg-danger {
  background-color: #FF0000 !important; }

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #cc0000 !important; }

.bg-light {
  background-color: #f2f2f2 !important; }

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #d9d8d8 !important; }

.bg-dark {
  background-color: #201F1E !important; }

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #060605 !important; }

.bg-white {
  background-color: #fff !important; }

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

.border {
  border: 1px solid #f2f2f2 !important; }

.border-top {
  border-top: 1px solid #f2f2f2 !important; }

.border-right {
  border-right: 1px solid #f2f2f2 !important; }

.border-bottom {
  border-bottom: 1px solid #f2f2f2 !important; }

.border-left {
  border-left: 1px solid #f2f2f2 !important; }

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

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

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

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

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

.border-primary {
  border-color: #1626ff !important; }

.border-secondary {
  border-color: #000 !important; }

.border-success {
  border-color: #1626ff !important; }

.border-info {
  border-color: #17a2b8 !important; }

.border-warning {
  border-color: #FFD90F !important; }

.border-danger {
  border-color: #FF0000 !important; }

.border-light {
  border-color: #f2f2f2 !important; }

.border-dark {
  border-color: #201F1E !important; }

.border-white {
  border-color: #fff !important; }

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

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

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

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

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

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

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

.rounded-circle {
  border-radius: 50% !important; }

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

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

.clearfix::after {
  display: block;
  clear: both;
  content: ""; }

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

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

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

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

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

.d-table-row {
  display: table-row !important; }

.d-table-cell {
  display: table-cell !important; }

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

.d-inline-flex {
  display: inline-flex !important; }

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important; }
  .d-sm-inline {
    display: inline !important; }
  .d-sm-inline-block {
    display: inline-block !important; }
  .d-sm-block {
    display: block !important; }
  .d-sm-table {
    display: table !important; }
  .d-sm-table-row {
    display: table-row !important; }
  .d-sm-table-cell {
    display: table-cell !important; }
  .d-sm-flex {
    display: flex !important; }
  .d-sm-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 768px) {
  .d-md-none {
    display: none !important; }
  .d-md-inline {
    display: inline !important; }
  .d-md-inline-block {
    display: inline-block !important; }
  .d-md-block {
    display: block !important; }
  .d-md-table {
    display: table !important; }
  .d-md-table-row {
    display: table-row !important; }
  .d-md-table-cell {
    display: table-cell !important; }
  .d-md-flex {
    display: flex !important; }
  .d-md-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important; }
  .d-lg-inline {
    display: inline !important; }
  .d-lg-inline-block {
    display: inline-block !important; }
  .d-lg-block {
    display: block !important; }
  .d-lg-table {
    display: table !important; }
  .d-lg-table-row {
    display: table-row !important; }
  .d-lg-table-cell {
    display: table-cell !important; }
  .d-lg-flex {
    display: flex !important; }
  .d-lg-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 1280px) {
  .d-xl-none {
    display: none !important; }
  .d-xl-inline {
    display: inline !important; }
  .d-xl-inline-block {
    display: inline-block !important; }
  .d-xl-block {
    display: block !important; }
  .d-xl-table {
    display: table !important; }
  .d-xl-table-row {
    display: table-row !important; }
  .d-xl-table-cell {
    display: table-cell !important; }
  .d-xl-flex {
    display: flex !important; }
  .d-xl-inline-flex {
    display: inline-flex !important; } }

@media print {
  .d-print-none {
    display: none !important; }
  .d-print-inline {
    display: inline !important; }
  .d-print-inline-block {
    display: inline-block !important; }
  .d-print-block {
    display: block !important; }
  .d-print-table {
    display: table !important; }
  .d-print-table-row {
    display: table-row !important; }
  .d-print-table-cell {
    display: table-cell !important; }
  .d-print-flex {
    display: flex !important; }
  .d-print-inline-flex {
    display: inline-flex !important; } }

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden; }
  .embed-responsive::before {
    display: block;
    content: ""; }
  .embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }

.embed-responsive-21by9::before {
  padding-top: 42.8571428571%; }

.embed-responsive-16by9::before {
  padding-top: 56.25%; }

.embed-responsive-4by3::before {
  padding-top: 75%; }

.embed-responsive-1by1::before {
  padding-top: 100%; }

.flex-row {
  flex-direction: row !important; }

.flex-column {
  flex-direction: column !important; }

.flex-row-reverse {
  flex-direction: row-reverse !important; }

.flex-column-reverse {
  flex-direction: column-reverse !important; }

.flex-wrap {
  flex-wrap: wrap !important; }

.flex-nowrap {
  flex-wrap: nowrap !important; }

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important; }

.flex-fill {
  flex: 1 1 auto !important; }

.flex-grow-0 {
  flex-grow: 0 !important; }

.flex-grow-1 {
  flex-grow: 1 !important; }

.flex-shrink-0 {
  flex-shrink: 0 !important; }

.flex-shrink-1 {
  flex-shrink: 1 !important; }

.justify-content-start {
  justify-content: flex-start !important; }

.justify-content-end {
  justify-content: flex-end !important; }

.justify-content-center {
  justify-content: center !important; }

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

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

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

.align-items-end {
  align-items: flex-end !important; }

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

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

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

.align-content-start {
  align-content: flex-start !important; }

.align-content-end {
  align-content: flex-end !important; }

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

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

.align-content-around {
  align-content: space-around !important; }

.align-content-stretch {
  align-content: stretch !important; }

.align-self-auto {
  align-self: auto !important; }

.align-self-start {
  align-self: flex-start !important; }

.align-self-end {
  align-self: flex-end !important; }

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

.align-self-baseline {
  align-self: baseline !important; }

.align-self-stretch {
  align-self: stretch !important; }

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important; }
  .flex-sm-column {
    flex-direction: column !important; }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-sm-wrap {
    flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-sm-fill {
    flex: 1 1 auto !important; }
  .flex-sm-grow-0 {
    flex-grow: 0 !important; }
  .flex-sm-grow-1 {
    flex-grow: 1 !important; }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-sm-start {
    justify-content: flex-start !important; }
  .justify-content-sm-end {
    justify-content: flex-end !important; }
  .justify-content-sm-center {
    justify-content: center !important; }
  .justify-content-sm-between {
    justify-content: space-between !important; }
  .justify-content-sm-around {
    justify-content: space-around !important; }
  .align-items-sm-start {
    align-items: flex-start !important; }
  .align-items-sm-end {
    align-items: flex-end !important; }
  .align-items-sm-center {
    align-items: center !important; }
  .align-items-sm-baseline {
    align-items: baseline !important; }
  .align-items-sm-stretch {
    align-items: stretch !important; }
  .align-content-sm-start {
    align-content: flex-start !important; }
  .align-content-sm-end {
    align-content: flex-end !important; }
  .align-content-sm-center {
    align-content: center !important; }
  .align-content-sm-between {
    align-content: space-between !important; }
  .align-content-sm-around {
    align-content: space-around !important; }
  .align-content-sm-stretch {
    align-content: stretch !important; }
  .align-self-sm-auto {
    align-self: auto !important; }
  .align-self-sm-start {
    align-self: flex-start !important; }
  .align-self-sm-end {
    align-self: flex-end !important; }
  .align-self-sm-center {
    align-self: center !important; }
  .align-self-sm-baseline {
    align-self: baseline !important; }
  .align-self-sm-stretch {
    align-self: stretch !important; } }

@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important; }
  .flex-md-column {
    flex-direction: column !important; }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-md-wrap {
    flex-wrap: wrap !important; }
  .flex-md-nowrap {
    flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-md-fill {
    flex: 1 1 auto !important; }
  .flex-md-grow-0 {
    flex-grow: 0 !important; }
  .flex-md-grow-1 {
    flex-grow: 1 !important; }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-md-start {
    justify-content: flex-start !important; }
  .justify-content-md-end {
    justify-content: flex-end !important; }
  .justify-content-md-center {
    justify-content: center !important; }
  .justify-content-md-between {
    justify-content: space-between !important; }
  .justify-content-md-around {
    justify-content: space-around !important; }
  .align-items-md-start {
    align-items: flex-start !important; }
  .align-items-md-end {
    align-items: flex-end !important; }
  .align-items-md-center {
    align-items: center !important; }
  .align-items-md-baseline {
    align-items: baseline !important; }
  .align-items-md-stretch {
    align-items: stretch !important; }
  .align-content-md-start {
    align-content: flex-start !important; }
  .align-content-md-end {
    align-content: flex-end !important; }
  .align-content-md-center {
    align-content: center !important; }
  .align-content-md-between {
    align-content: space-between !important; }
  .align-content-md-around {
    align-content: space-around !important; }
  .align-content-md-stretch {
    align-content: stretch !important; }
  .align-self-md-auto {
    align-self: auto !important; }
  .align-self-md-start {
    align-self: flex-start !important; }
  .align-self-md-end {
    align-self: flex-end !important; }
  .align-self-md-center {
    align-self: center !important; }
  .align-self-md-baseline {
    align-self: baseline !important; }
  .align-self-md-stretch {
    align-self: stretch !important; } }

@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important; }
  .flex-lg-column {
    flex-direction: column !important; }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-lg-wrap {
    flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-lg-fill {
    flex: 1 1 auto !important; }
  .flex-lg-grow-0 {
    flex-grow: 0 !important; }
  .flex-lg-grow-1 {
    flex-grow: 1 !important; }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-lg-start {
    justify-content: flex-start !important; }
  .justify-content-lg-end {
    justify-content: flex-end !important; }
  .justify-content-lg-center {
    justify-content: center !important; }
  .justify-content-lg-between {
    justify-content: space-between !important; }
  .justify-content-lg-around {
    justify-content: space-around !important; }
  .align-items-lg-start {
    align-items: flex-start !important; }
  .align-items-lg-end {
    align-items: flex-end !important; }
  .align-items-lg-center {
    align-items: center !important; }
  .align-items-lg-baseline {
    align-items: baseline !important; }
  .align-items-lg-stretch {
    align-items: stretch !important; }
  .align-content-lg-start {
    align-content: flex-start !important; }
  .align-content-lg-end {
    align-content: flex-end !important; }
  .align-content-lg-center {
    align-content: center !important; }
  .align-content-lg-between {
    align-content: space-between !important; }
  .align-content-lg-around {
    align-content: space-around !important; }
  .align-content-lg-stretch {
    align-content: stretch !important; }
  .align-self-lg-auto {
    align-self: auto !important; }
  .align-self-lg-start {
    align-self: flex-start !important; }
  .align-self-lg-end {
    align-self: flex-end !important; }
  .align-self-lg-center {
    align-self: center !important; }
  .align-self-lg-baseline {
    align-self: baseline !important; }
  .align-self-lg-stretch {
    align-self: stretch !important; } }

@media (min-width: 1280px) {
  .flex-xl-row {
    flex-direction: row !important; }
  .flex-xl-column {
    flex-direction: column !important; }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-xl-wrap {
    flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-xl-fill {
    flex: 1 1 auto !important; }
  .flex-xl-grow-0 {
    flex-grow: 0 !important; }
  .flex-xl-grow-1 {
    flex-grow: 1 !important; }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-xl-start {
    justify-content: flex-start !important; }
  .justify-content-xl-end {
    justify-content: flex-end !important; }
  .justify-content-xl-center {
    justify-content: center !important; }
  .justify-content-xl-between {
    justify-content: space-between !important; }
  .justify-content-xl-around {
    justify-content: space-around !important; }
  .align-items-xl-start {
    align-items: flex-start !important; }
  .align-items-xl-end {
    align-items: flex-end !important; }
  .align-items-xl-center {
    align-items: center !important; }
  .align-items-xl-baseline {
    align-items: baseline !important; }
  .align-items-xl-stretch {
    align-items: stretch !important; }
  .align-content-xl-start {
    align-content: flex-start !important; }
  .align-content-xl-end {
    align-content: flex-end !important; }
  .align-content-xl-center {
    align-content: center !important; }
  .align-content-xl-between {
    align-content: space-between !important; }
  .align-content-xl-around {
    align-content: space-around !important; }
  .align-content-xl-stretch {
    align-content: stretch !important; }
  .align-self-xl-auto {
    align-self: auto !important; }
  .align-self-xl-start {
    align-self: flex-start !important; }
  .align-self-xl-end {
    align-self: flex-end !important; }
  .align-self-xl-center {
    align-self: center !important; }
  .align-self-xl-baseline {
    align-self: baseline !important; }
  .align-self-xl-stretch {
    align-self: stretch !important; } }

.float-left {
  float: left !important; }

.float-right {
  float: right !important; }

.float-none {
  float: none !important; }

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important; }
  .float-sm-right {
    float: right !important; }
  .float-sm-none {
    float: none !important; } }

@media (min-width: 768px) {
  .float-md-left {
    float: left !important; }
  .float-md-right {
    float: right !important; }
  .float-md-none {
    float: none !important; } }

@media (min-width: 992px) {
  .float-lg-left {
    float: left !important; }
  .float-lg-right {
    float: right !important; }
  .float-lg-none {
    float: none !important; } }

@media (min-width: 1280px) {
  .float-xl-left {
    float: left !important; }
  .float-xl-right {
    float: right !important; }
  .float-xl-none {
    float: none !important; } }

.user-select-all {
  user-select: all !important; }

.user-select-auto {
  user-select: auto !important; }

.user-select-none {
  user-select: none !important; }

.overflow-auto {
  overflow: auto !important; }

.overflow-hidden {
  overflow: hidden !important; }

.position-static {
  position: static !important; }

.position-relative {
  position: relative !important; }

.position-absolute {
  position: absolute !important; }

.position-fixed {
  position: fixed !important; }

.position-sticky {
  position: sticky !important; }

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030; }

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030; }

@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020; } }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal; }

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important; }

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important; }

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important; }

.shadow-none {
  box-shadow: none !important; }

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

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

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

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

.w-auto {
  width: auto !important; }

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

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

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

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

.h-auto {
  height: auto !important; }

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

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

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

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

.w-auto {
  width: auto !important; }

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

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

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

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

.h-auto {
  height: auto !important; }

@media (min-width: 576px) {
  .w-sm-25 {
    width: 25% !important; }
  .w-sm-50 {
    width: 50% !important; }
  .w-sm-75 {
    width: 75% !important; }
  .w-sm-100 {
    width: 100% !important; }
  .w-sm-auto {
    width: auto !important; }
  .h-sm-25 {
    height: 25% !important; }
  .h-sm-50 {
    height: 50% !important; }
  .h-sm-75 {
    height: 75% !important; }
  .h-sm-100 {
    height: 100% !important; }
  .h-sm-auto {
    height: auto !important; } }

@media (min-width: 768px) {
  .w-md-25 {
    width: 25% !important; }
  .w-md-50 {
    width: 50% !important; }
  .w-md-75 {
    width: 75% !important; }
  .w-md-100 {
    width: 100% !important; }
  .w-md-auto {
    width: auto !important; }
  .h-md-25 {
    height: 25% !important; }
  .h-md-50 {
    height: 50% !important; }
  .h-md-75 {
    height: 75% !important; }
  .h-md-100 {
    height: 100% !important; }
  .h-md-auto {
    height: auto !important; } }

@media (min-width: 992px) {
  .w-lg-25 {
    width: 25% !important; }
  .w-lg-50 {
    width: 50% !important; }
  .w-lg-75 {
    width: 75% !important; }
  .w-lg-100 {
    width: 100% !important; }
  .w-lg-auto {
    width: auto !important; }
  .h-lg-25 {
    height: 25% !important; }
  .h-lg-50 {
    height: 50% !important; }
  .h-lg-75 {
    height: 75% !important; }
  .h-lg-100 {
    height: 100% !important; }
  .h-lg-auto {
    height: auto !important; } }

@media (min-width: 1280px) {
  .w-xl-25 {
    width: 25% !important; }
  .w-xl-50 {
    width: 50% !important; }
  .w-xl-75 {
    width: 75% !important; }
  .w-xl-100 {
    width: 100% !important; }
  .w-xl-auto {
    width: auto !important; }
  .h-xl-25 {
    height: 25% !important; }
  .h-xl-50 {
    height: 50% !important; }
  .h-xl-75 {
    height: 75% !important; }
  .h-xl-100 {
    height: 100% !important; }
  .h-xl-auto {
    height: auto !important; } }

.mw-100 {
  max-width: 100% !important; }

.mh-100 {
  max-height: 100% !important; }

.min-vw-100 {
  min-width: 100vw !important; }

.min-vh-100 {
  min-height: 100vh !important; }

.vw-100 {
  width: 100vw !important; }

.vh-100 {
  height: 100vh !important; }

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

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

.mr-0,
.mx-0 {
  margin-right: 0 !important; }

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

.ml-0,
.mx-0 {
  margin-left: 0 !important; }

.m-1 {
  margin: 0.6rem !important; }

.mt-1,
.my-1 {
  margin-top: 0.6rem !important; }

.mr-1,
.mx-1 {
  margin-right: 0.6rem !important; }

.mb-1,
.my-1 {
  margin-bottom: 0.6rem !important; }

.ml-1,
.mx-1 {
  margin-left: 0.6rem !important; }

.m-2 {
  margin: 1.2rem !important; }

.mt-2,
.my-2 {
  margin-top: 1.2rem !important; }

.mr-2,
.mx-2 {
  margin-right: 1.2rem !important; }

.mb-2,
.my-2 {
  margin-bottom: 1.2rem !important; }

.ml-2,
.mx-2 {
  margin-left: 1.2rem !important; }

.m-3 {
  margin: 2.4rem !important; }

.mt-3,
.my-3 {
  margin-top: 2.4rem !important; }

.mr-3,
.mx-3 {
  margin-right: 2.4rem !important; }

.mb-3,
.my-3 {
  margin-bottom: 2.4rem !important; }

.ml-3,
.mx-3 {
  margin-left: 2.4rem !important; }

.m-4 {
  margin: 3.6rem !important; }

.mt-4,
.my-4 {
  margin-top: 3.6rem !important; }

.mr-4,
.mx-4 {
  margin-right: 3.6rem !important; }

.mb-4,
.my-4 {
  margin-bottom: 3.6rem !important; }

.ml-4,
.mx-4 {
  margin-left: 3.6rem !important; }

.m-5 {
  margin: 7.2rem !important; }

.mt-5,
.my-5 {
  margin-top: 7.2rem !important; }

.mr-5,
.mx-5 {
  margin-right: 7.2rem !important; }

.mb-5,
.my-5 {
  margin-bottom: 7.2rem !important; }

.ml-5,
.mx-5 {
  margin-left: 7.2rem !important; }

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

.pt-0,
.py-0 {
  padding-top: 0 !important; }

.pr-0,
.px-0 {
  padding-right: 0 !important; }

.pb-0,
.py-0 {
  padding-bottom: 0 !important; }

.pl-0,
.px-0 {
  padding-left: 0 !important; }

.p-1 {
  padding: 0.6rem !important; }

.pt-1,
.py-1 {
  padding-top: 0.6rem !important; }

.pr-1,
.px-1 {
  padding-right: 0.6rem !important; }

.pb-1,
.py-1 {
  padding-bottom: 0.6rem !important; }

.pl-1,
.px-1 {
  padding-left: 0.6rem !important; }

.p-2 {
  padding: 1.2rem !important; }

.pt-2,
.py-2 {
  padding-top: 1.2rem !important; }

.pr-2,
.px-2 {
  padding-right: 1.2rem !important; }

.pb-2,
.py-2 {
  padding-bottom: 1.2rem !important; }

.pl-2,
.px-2 {
  padding-left: 1.2rem !important; }

.p-3 {
  padding: 2.4rem !important; }

.pt-3,
.py-3 {
  padding-top: 2.4rem !important; }

.pr-3,
.px-3 {
  padding-right: 2.4rem !important; }

.pb-3,
.py-3 {
  padding-bottom: 2.4rem !important; }

.pl-3,
.px-3 {
  padding-left: 2.4rem !important; }

.p-4 {
  padding: 3.6rem !important; }

.pt-4,
.py-4 {
  padding-top: 3.6rem !important; }

.pr-4,
.px-4 {
  padding-right: 3.6rem !important; }

.pb-4,
.py-4 {
  padding-bottom: 3.6rem !important; }

.pl-4,
.px-4 {
  padding-left: 3.6rem !important; }

.p-5 {
  padding: 7.2rem !important; }

.pt-5,
.py-5 {
  padding-top: 7.2rem !important; }

.pr-5,
.px-5 {
  padding-right: 7.2rem !important; }

.pb-5,
.py-5 {
  padding-bottom: 7.2rem !important; }

.pl-5,
.px-5 {
  padding-left: 7.2rem !important; }

.m-n1 {
  margin: -0.6rem !important; }

.mt-n1,
.my-n1 {
  margin-top: -0.6rem !important; }

.mr-n1,
.mx-n1 {
  margin-right: -0.6rem !important; }

.mb-n1,
.my-n1 {
  margin-bottom: -0.6rem !important; }

.ml-n1,
.mx-n1 {
  margin-left: -0.6rem !important; }

.m-n2 {
  margin: -1.2rem !important; }

.mt-n2,
.my-n2 {
  margin-top: -1.2rem !important; }

.mr-n2,
.mx-n2 {
  margin-right: -1.2rem !important; }

.mb-n2,
.my-n2 {
  margin-bottom: -1.2rem !important; }

.ml-n2,
.mx-n2 {
  margin-left: -1.2rem !important; }

.m-n3 {
  margin: -2.4rem !important; }

.mt-n3,
.my-n3 {
  margin-top: -2.4rem !important; }

.mr-n3,
.mx-n3 {
  margin-right: -2.4rem !important; }

.mb-n3,
.my-n3 {
  margin-bottom: -2.4rem !important; }

.ml-n3,
.mx-n3 {
  margin-left: -2.4rem !important; }

.m-n4 {
  margin: -3.6rem !important; }

.mt-n4,
.my-n4 {
  margin-top: -3.6rem !important; }

.mr-n4,
.mx-n4 {
  margin-right: -3.6rem !important; }

.mb-n4,
.my-n4 {
  margin-bottom: -3.6rem !important; }

.ml-n4,
.mx-n4 {
  margin-left: -3.6rem !important; }

.m-n5 {
  margin: -7.2rem !important; }

.mt-n5,
.my-n5 {
  margin-top: -7.2rem !important; }

.mr-n5,
.mx-n5 {
  margin-right: -7.2rem !important; }

.mb-n5,
.my-n5 {
  margin-bottom: -7.2rem !important; }

.ml-n5,
.mx-n5 {
  margin-left: -7.2rem !important; }

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

.mt-auto,
.my-auto {
  margin-top: auto !important; }

.mr-auto,
.mx-auto {
  margin-right: auto !important; }

.mb-auto,
.my-auto {
  margin-bottom: auto !important; }

.ml-auto,
.mx-auto {
  margin-left: auto !important; }

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important; }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important; }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important; }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important; }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important; }
  .m-sm-1 {
    margin: 0.6rem !important; }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.6rem !important; }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.6rem !important; }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.6rem !important; }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.6rem !important; }
  .m-sm-2 {
    margin: 1.2rem !important; }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 1.2rem !important; }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 1.2rem !important; }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 1.2rem !important; }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 1.2rem !important; }
  .m-sm-3 {
    margin: 2.4rem !important; }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 2.4rem !important; }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 2.4rem !important; }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 2.4rem !important; }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 2.4rem !important; }
  .m-sm-4 {
    margin: 3.6rem !important; }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 3.6rem !important; }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 3.6rem !important; }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 3.6rem !important; }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 3.6rem !important; }
  .m-sm-5 {
    margin: 7.2rem !important; }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 7.2rem !important; }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 7.2rem !important; }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 7.2rem !important; }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 7.2rem !important; }
  .p-sm-0 {
    padding: 0 !important; }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important; }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important; }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important; }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important; }
  .p-sm-1 {
    padding: 0.6rem !important; }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.6rem !important; }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.6rem !important; }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.6rem !important; }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.6rem !important; }
  .p-sm-2 {
    padding: 1.2rem !important; }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 1.2rem !important; }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 1.2rem !important; }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 1.2rem !important; }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 1.2rem !important; }
  .p-sm-3 {
    padding: 2.4rem !important; }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 2.4rem !important; }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 2.4rem !important; }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 2.4rem !important; }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 2.4rem !important; }
  .p-sm-4 {
    padding: 3.6rem !important; }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 3.6rem !important; }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 3.6rem !important; }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 3.6rem !important; }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 3.6rem !important; }
  .p-sm-5 {
    padding: 7.2rem !important; }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 7.2rem !important; }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 7.2rem !important; }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 7.2rem !important; }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 7.2rem !important; }
  .m-sm-n1 {
    margin: -0.6rem !important; }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.6rem !important; }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.6rem !important; }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.6rem !important; }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.6rem !important; }
  .m-sm-n2 {
    margin: -1.2rem !important; }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -1.2rem !important; }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -1.2rem !important; }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -1.2rem !important; }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -1.2rem !important; }
  .m-sm-n3 {
    margin: -2.4rem !important; }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -2.4rem !important; }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -2.4rem !important; }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -2.4rem !important; }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -2.4rem !important; }
  .m-sm-n4 {
    margin: -3.6rem !important; }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -3.6rem !important; }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -3.6rem !important; }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -3.6rem !important; }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -3.6rem !important; }
  .m-sm-n5 {
    margin: -7.2rem !important; }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -7.2rem !important; }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -7.2rem !important; }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -7.2rem !important; }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -7.2rem !important; }
  .m-sm-auto {
    margin: auto !important; }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important; }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important; }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important; }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important; } }

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important; }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important; }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important; }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important; }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important; }
  .m-md-1 {
    margin: 0.6rem !important; }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.6rem !important; }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.6rem !important; }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.6rem !important; }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.6rem !important; }
  .m-md-2 {
    margin: 1.2rem !important; }
  .mt-md-2,
  .my-md-2 {
    margin-top: 1.2rem !important; }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 1.2rem !important; }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 1.2rem !important; }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 1.2rem !important; }
  .m-md-3 {
    margin: 2.4rem !important; }
  .mt-md-3,
  .my-md-3 {
    margin-top: 2.4rem !important; }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 2.4rem !important; }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 2.4rem !important; }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 2.4rem !important; }
  .m-md-4 {
    margin: 3.6rem !important; }
  .mt-md-4,
  .my-md-4 {
    margin-top: 3.6rem !important; }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 3.6rem !important; }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 3.6rem !important; }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 3.6rem !important; }
  .m-md-5 {
    margin: 7.2rem !important; }
  .mt-md-5,
  .my-md-5 {
    margin-top: 7.2rem !important; }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 7.2rem !important; }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 7.2rem !important; }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 7.2rem !important; }
  .p-md-0 {
    padding: 0 !important; }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important; }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important; }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important; }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important; }
  .p-md-1 {
    padding: 0.6rem !important; }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.6rem !important; }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.6rem !important; }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.6rem !important; }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.6rem !important; }
  .p-md-2 {
    padding: 1.2rem !important; }
  .pt-md-2,
  .py-md-2 {
    padding-top: 1.2rem !important; }
  .pr-md-2,
  .px-md-2 {
    padding-right: 1.2rem !important; }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 1.2rem !important; }
  .pl-md-2,
  .px-md-2 {
    padding-left: 1.2rem !important; }
  .p-md-3 {
    padding: 2.4rem !important; }
  .pt-md-3,
  .py-md-3 {
    padding-top: 2.4rem !important; }
  .pr-md-3,
  .px-md-3 {
    padding-right: 2.4rem !important; }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 2.4rem !important; }
  .pl-md-3,
  .px-md-3 {
    padding-left: 2.4rem !important; }
  .p-md-4 {
    padding: 3.6rem !important; }
  .pt-md-4,
  .py-md-4 {
    padding-top: 3.6rem !important; }
  .pr-md-4,
  .px-md-4 {
    padding-right: 3.6rem !important; }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 3.6rem !important; }
  .pl-md-4,
  .px-md-4 {
    padding-left: 3.6rem !important; }
  .p-md-5 {
    padding: 7.2rem !important; }
  .pt-md-5,
  .py-md-5 {
    padding-top: 7.2rem !important; }
  .pr-md-5,
  .px-md-5 {
    padding-right: 7.2rem !important; }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 7.2rem !important; }
  .pl-md-5,
  .px-md-5 {
    padding-left: 7.2rem !important; }
  .m-md-n1 {
    margin: -0.6rem !important; }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.6rem !important; }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.6rem !important; }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.6rem !important; }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.6rem !important; }
  .m-md-n2 {
    margin: -1.2rem !important; }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -1.2rem !important; }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -1.2rem !important; }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -1.2rem !important; }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -1.2rem !important; }
  .m-md-n3 {
    margin: -2.4rem !important; }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -2.4rem !important; }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -2.4rem !important; }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -2.4rem !important; }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -2.4rem !important; }
  .m-md-n4 {
    margin: -3.6rem !important; }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -3.6rem !important; }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -3.6rem !important; }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -3.6rem !important; }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -3.6rem !important; }
  .m-md-n5 {
    margin: -7.2rem !important; }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -7.2rem !important; }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -7.2rem !important; }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -7.2rem !important; }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -7.2rem !important; }
  .m-md-auto {
    margin: auto !important; }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important; }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important; }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important; }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important; } }

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important; }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important; }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important; }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important; }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important; }
  .m-lg-1 {
    margin: 0.6rem !important; }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.6rem !important; }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.6rem !important; }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.6rem !important; }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.6rem !important; }
  .m-lg-2 {
    margin: 1.2rem !important; }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 1.2rem !important; }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 1.2rem !important; }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 1.2rem !important; }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 1.2rem !important; }
  .m-lg-3 {
    margin: 2.4rem !important; }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 2.4rem !important; }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 2.4rem !important; }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 2.4rem !important; }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 2.4rem !important; }
  .m-lg-4 {
    margin: 3.6rem !important; }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 3.6rem !important; }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 3.6rem !important; }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 3.6rem !important; }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 3.6rem !important; }
  .m-lg-5 {
    margin: 7.2rem !important; }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 7.2rem !important; }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 7.2rem !important; }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 7.2rem !important; }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 7.2rem !important; }
  .p-lg-0 {
    padding: 0 !important; }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important; }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important; }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important; }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important; }
  .p-lg-1 {
    padding: 0.6rem !important; }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.6rem !important; }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.6rem !important; }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.6rem !important; }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.6rem !important; }
  .p-lg-2 {
    padding: 1.2rem !important; }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 1.2rem !important; }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 1.2rem !important; }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 1.2rem !important; }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 1.2rem !important; }
  .p-lg-3 {
    padding: 2.4rem !important; }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 2.4rem !important; }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 2.4rem !important; }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 2.4rem !important; }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 2.4rem !important; }
  .p-lg-4 {
    padding: 3.6rem !important; }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 3.6rem !important; }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 3.6rem !important; }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 3.6rem !important; }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 3.6rem !important; }
  .p-lg-5 {
    padding: 7.2rem !important; }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 7.2rem !important; }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 7.2rem !important; }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 7.2rem !important; }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 7.2rem !important; }
  .m-lg-n1 {
    margin: -0.6rem !important; }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.6rem !important; }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.6rem !important; }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.6rem !important; }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.6rem !important; }
  .m-lg-n2 {
    margin: -1.2rem !important; }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -1.2rem !important; }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -1.2rem !important; }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -1.2rem !important; }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -1.2rem !important; }
  .m-lg-n3 {
    margin: -2.4rem !important; }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -2.4rem !important; }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -2.4rem !important; }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -2.4rem !important; }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -2.4rem !important; }
  .m-lg-n4 {
    margin: -3.6rem !important; }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -3.6rem !important; }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -3.6rem !important; }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -3.6rem !important; }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -3.6rem !important; }
  .m-lg-n5 {
    margin: -7.2rem !important; }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -7.2rem !important; }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -7.2rem !important; }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -7.2rem !important; }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -7.2rem !important; }
  .m-lg-auto {
    margin: auto !important; }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important; }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important; }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important; }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important; } }

@media (min-width: 1280px) {
  .m-xl-0 {
    margin: 0 !important; }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important; }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important; }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important; }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important; }
  .m-xl-1 {
    margin: 0.6rem !important; }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.6rem !important; }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.6rem !important; }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.6rem !important; }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.6rem !important; }
  .m-xl-2 {
    margin: 1.2rem !important; }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 1.2rem !important; }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 1.2rem !important; }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 1.2rem !important; }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 1.2rem !important; }
  .m-xl-3 {
    margin: 2.4rem !important; }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 2.4rem !important; }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 2.4rem !important; }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 2.4rem !important; }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 2.4rem !important; }
  .m-xl-4 {
    margin: 3.6rem !important; }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 3.6rem !important; }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 3.6rem !important; }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 3.6rem !important; }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 3.6rem !important; }
  .m-xl-5 {
    margin: 7.2rem !important; }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 7.2rem !important; }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 7.2rem !important; }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 7.2rem !important; }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 7.2rem !important; }
  .p-xl-0 {
    padding: 0 !important; }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important; }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important; }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important; }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important; }
  .p-xl-1 {
    padding: 0.6rem !important; }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.6rem !important; }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.6rem !important; }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.6rem !important; }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.6rem !important; }
  .p-xl-2 {
    padding: 1.2rem !important; }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 1.2rem !important; }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 1.2rem !important; }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 1.2rem !important; }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 1.2rem !important; }
  .p-xl-3 {
    padding: 2.4rem !important; }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 2.4rem !important; }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 2.4rem !important; }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 2.4rem !important; }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 2.4rem !important; }
  .p-xl-4 {
    padding: 3.6rem !important; }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 3.6rem !important; }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 3.6rem !important; }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 3.6rem !important; }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 3.6rem !important; }
  .p-xl-5 {
    padding: 7.2rem !important; }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 7.2rem !important; }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 7.2rem !important; }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 7.2rem !important; }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 7.2rem !important; }
  .m-xl-n1 {
    margin: -0.6rem !important; }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.6rem !important; }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.6rem !important; }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.6rem !important; }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.6rem !important; }
  .m-xl-n2 {
    margin: -1.2rem !important; }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -1.2rem !important; }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -1.2rem !important; }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -1.2rem !important; }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -1.2rem !important; }
  .m-xl-n3 {
    margin: -2.4rem !important; }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -2.4rem !important; }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -2.4rem !important; }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -2.4rem !important; }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -2.4rem !important; }
  .m-xl-n4 {
    margin: -3.6rem !important; }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -3.6rem !important; }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -3.6rem !important; }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -3.6rem !important; }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -3.6rem !important; }
  .m-xl-n5 {
    margin: -7.2rem !important; }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -7.2rem !important; }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -7.2rem !important; }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -7.2rem !important; }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -7.2rem !important; }
  .m-xl-auto {
    margin: auto !important; }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important; }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important; }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important; }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important; } }

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0); }

.text-monospace {
  font-family: RobotoMono, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important; }

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

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

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

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

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

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

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

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important; }
  .text-sm-right {
    text-align: right !important; }
  .text-sm-center {
    text-align: center !important; } }

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important; }
  .text-md-right {
    text-align: right !important; }
  .text-md-center {
    text-align: center !important; } }

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important; }
  .text-lg-right {
    text-align: right !important; }
  .text-lg-center {
    text-align: center !important; } }

@media (min-width: 1280px) {
  .text-xl-left {
    text-align: left !important; }
  .text-xl-right {
    text-align: right !important; }
  .text-xl-center {
    text-align: center !important; } }

.text-lowercase {
  text-transform: lowercase !important; }

.text-uppercase {
  text-transform: uppercase !important; }

.text-capitalize {
  text-transform: capitalize !important; }

.font-weight-light {
  font-weight: 300 !important; }

.font-weight-lighter {
  font-weight: lighter !important; }

.font-weight-normal {
  font-weight: 400 !important; }

.font-weight-bold {
  font-weight: 700 !important; }

.font-weight-bolder {
  font-weight: bolder !important; }

.font-italic {
  font-style: italic !important; }

.text-white {
  color: #fff !important; }

.text-primary {
  color: #1626ff !important; }

a.text-primary:hover, a.text-primary:focus {
  color: #000ec9 !important; }

.text-secondary {
  color: #000 !important; }

a.text-secondary:hover, a.text-secondary:focus {
  color: black !important; }

.text-success {
  color: #1626ff !important; }

a.text-success:hover, a.text-success:focus {
  color: #000ec9 !important; }

.text-info {
  color: #17a2b8 !important; }

a.text-info:hover, a.text-info:focus {
  color: #0f6674 !important; }

.text-warning {
  color: #FFD90F !important; }

a.text-warning:hover, a.text-warning:focus {
  color: #c2a300 !important; }

.text-danger {
  color: #FF0000 !important; }

a.text-danger:hover, a.text-danger:focus {
  color: #b30000 !important; }

.text-light {
  color: #f2f2f2 !important; }

a.text-light:hover, a.text-light:focus {
  color: #cccccc !important; }

.text-dark {
  color: #201F1E !important; }

a.text-dark:hover, a.text-dark:focus {
  color: black !important; }

.text-body {
  color: #000 !important; }

.text-muted {
  color: #727271 !important; }

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important; }

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.text-decoration-none {
  text-decoration: none !important; }

.text-break {
  word-break: break-word !important;
  word-wrap: break-word !important; }

.text-reset {
  color: inherit !important; }

.visible {
  visibility: visible !important; }

.invisible {
  visibility: hidden !important; }

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important; }
  a:not(.btn) {
    text-decoration: underline; }
  abbr[title]::after {
    content: " (" attr(title) ")"; }
  pre {
    white-space: pre-wrap !important; }
  pre,
  blockquote {
    border: 1px solid #8E8D8D;
    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; }
  .navbar {
    display: none; }
  .badge {
    border: 1px solid #000; }
  .table {
    border-collapse: collapse !important; }
    .table td,
    .table th {
      background-color: #fff !important; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #C5C4C4 !important; }
  .table-dark {
    color: inherit; }
    .table-dark th,
    .table-dark td,
    .table-dark thead th,
    .table-dark tbody + tbody {
      border-color: #f2f2f2; }
  .table .thead-dark th {
    color: inherit;
    border-color: #f2f2f2; } }

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 20px 15px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible; }
  .hamburger:hover {
    opacity: 0.7; }
  .hamburger.is-active:hover {
    opacity: 0.7; }
  .hamburger.is-active .hamburger-inner,
  .hamburger.is-active .hamburger-inner::before,
  .hamburger.is-active .hamburger-inner::after {
    background-color: #000; }

.hamburger-box {
  width: 20px;
  height: 18px;
  display: inline-block;
  position: relative; }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1px; }
  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 20px;
    height: 2px;
    background-color: #000;
    border-radius: 4px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease; }
  .hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block; }
  .hamburger-inner::before {
    top: -8px; }
  .hamburger-inner::after {
    bottom: -8px; }

/*@import "types/3dx";
@import "types/3dx-r";
@import "types/3dy";
@import "types/3dy-r";
@import "types/3dxy";
@import "types/3dxy-r";
@import "types/arrow";
@import "types/arrow-r";
@import "types/arrowalt";
@import "types/arrowalt-r";
@import "types/arrowturn";
@import "types/arrowturn-r";
@import "types/boring";
@import "types/collapse";
@import "types/collapse-r";*/
/*
   * Elastic
   */
.hamburger--elastic .hamburger-inner {
  top: 1px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55); }
  .hamburger--elastic .hamburger-inner::before {
    top: 8px;
    transition: opacity 0.125s 0.275s ease; }
  .hamburger--elastic .hamburger-inner::after {
    top: 16px;
    transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55); }

.hamburger--elastic.is-active .hamburger-inner {
  transform: translate3d(0, 8px, 0) rotate(135deg);
  transition-delay: 0.075s; }
  .hamburger--elastic.is-active .hamburger-inner::before {
    transition-delay: 0s;
    opacity: 0; }
  .hamburger--elastic.is-active .hamburger-inner::after {
    transform: translate3d(0, -16px, 0) rotate(-270deg);
    transition-delay: 0.075s; }

/*
   * Elastic Reverse
   */
.hamburger--elastic-r .hamburger-inner {
  top: 1px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55); }
  .hamburger--elastic-r .hamburger-inner::before {
    top: 8px;
    transition: opacity 0.125s 0.275s ease; }
  .hamburger--elastic-r .hamburger-inner::after {
    top: 16px;
    transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55); }

.hamburger--elastic-r.is-active .hamburger-inner {
  transform: translate3d(0, 8px, 0) rotate(-135deg);
  transition-delay: 0.075s; }
  .hamburger--elastic-r.is-active .hamburger-inner::before {
    transition-delay: 0s;
    opacity: 0; }
  .hamburger--elastic-r.is-active .hamburger-inner::after {
    transform: translate3d(0, -16px, 0) rotate(270deg);
    transition-delay: 0.075s; }

/*@import "types/emphatic";
@import "types/emphatic-r";
@import "types/minus";
@import "types/slider";
@import "types/slider-r";
@import "types/spin";
@import "types/spin-r";
@import "types/spring";
@import "types/spring-r";
@import "types/stand";
@import "types/stand-r";
@import "types/squeeze";
@import "types/vortex";
@import "types/vortex-r";*/
/**
 * ----------------------------------------
 * animation slide-left
 * ----------------------------------------
 */
@-webkit-keyframes slide-left {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  100% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px); } }

@keyframes slide-left {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  100% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px); } }

.slide-left {
  -webkit-animation: slide-left 10s linear infinite both;
  animation: slide-left 10s linear infinite both; }

.ffl-wrapper {
  position: relative;
  display: block;
  padding-top: 0.5rem; }
  .ffl-wrapper .ffl-label {
    transition-property: all;
    transition-duration: 200ms;
    transition-timing-function: ease;
    transition-delay: 0s;
    line-height: 1;
    font-size: 15px;
    z-index: 1;
    padding: 0.7em;
    margin: 1px;
    color: #8E8D8D;
    position: absolute;
    display: block;
    width: calc(100% - 2px);
    white-space: nowrap;
    max-width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    pointer-events: none;
    top: 1rem; }
    .ffl-wrapper .ffl-label > * {
      line-height: 1;
      vertical-align: middle;
      margin: 0; }
  .ffl-wrapper.ffl-floated .ffl-label {
    top: 1rem;
    font-size: 0.75rem;
    padding: 0 0.7em; }

.floating-dropdowns {
  position: relative;
  z-index: 1; }

.floating-labels {
  position: relative;
  z-index: 2;
  position: absolute;
  left: 0.5rem;
  top: 0.5rem;
  display: none;
  padding: 0 0.1rem;
  line-height: 1;
  background-color: #fff;
  cursor: text; }

.ffl-wrapper input {
  padding-top: 2.0625rem; }

html {
  overflow-x: hidden; }

#modalProductThumbnail {
  overflow-y: hidden !important; }

.productdetails .detail-breadcrumb {
  color: #797979; }

@media (max-width: 992px) {
  .landingPageSliderHeaderWeb {
    display: none; } }

.landingPageSliderHeaderMobil {
  margin-top: 30px;
  font-family: Oswald;
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #000; }
  @media (min-width: 992px) {
    .landingPageSliderHeaderMobil {
      display: none; } }

body {
  overflow-x: hidden !important; }
  body.productdetails .owl-nav .owl-prev {
    display: none !important; }
  body.productdetails .owl-nav .owl-next {
    display: none !important; }
  body.productdetails .add > img {
    content: url("https://img-sneaksupincommerce.mncdn.com/Content/Images/Uploaded/favori-pasif_2.svg"); }
  body.cart .basket-see-also-slider {
    position: relative;
    z-index: 0; }
    @media (max-width: 992px) {
      body.cart .basket-see-also-slider .owl-dots {
        padding-right: 0 !important;
        margin-bottom: 60px; } }
  @media screen and (max-width: 991px) {
    body.cart .footer-main-container {
      display: none; } }
  body.cancelandreturn input[type="checkbox"], body.returnrequest input[type="checkbox"] {
    width: 20px;
    height: 20px;
    cursor: pointer; }
  @media screen and (max-width: 991px) {
    body .top-and-bottom-gap {
      padding-top: 0; } }

#findinstore {
  z-index: 9000; }

.pos-static-imp {
  position: static !important; }

.color-image-for-filter {
  position: relative; }
  .color-image-for-filter:before {
    position: absolute;
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    width: 44px;
    height: 4px;
    top: 0;
    right: 0; }

@media screen and (max-width: 991px) {
  .cart-product-infos .tire {
    display: none; } }

@media screen and (max-width: 991px) {
  .cart-product-infos .mobile-dblock {
    display: block;
    margin-bottom: 4px !important; } }

@media screen and (max-width: 991px) {
  .invCartBody .loyalty-banner {
    border: none; } }

@media screen and (min-width: 992px) {
  .invCartBody .loyalty-banner {
    margin-top: 30px; } }

@media screen and (max-width: 991px) {
  .invCartBody #cart-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #d9d9d9; } }

@media screen and (max-width: 991px) {
  .invCartBody #flyoutCartContainer {
    margin-right: 0px; } }

.text-no-stock {
  color: #d7d7d7; }

@media (max-width: 767px) {
  .product-price-list .old-price-list {
    display: flex; } }

.raffle-size-chart-modal {
  z-index: 9999; }

.raffle-modal-attributes-wrapper .list-inline-item:not(.in-stock-attribute-item) {
  display: none !important; }

.selected-order-product {
  margin-right: 0.5rem; }

.slide-text-on-product {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
  height: 24px; }
  .slide-text-on-product span {
    padding: 5px 12px; }
  .slide-text-on-product::-webkit-scrollbar {
    display: none; }
  .slide-text-on-product > * {
    padding-top: 5px;
    padding-bottom: 5px; }
  .slide-text-on-product .bg-4a4a4a {
    background-color: #4a4a4a; }
  .slide-text-on-product .bg-2e2d2d {
    background-color: #2e2d2d; }
  .slide-text-on-product .bg-D6d6d4 {
    background-color: #d6d6d4; }
  .slide-text-on-product .bg-abaaab {
    background-color: #abaaab; }
  .slide-text-on-product .bg-98221a {
    background-color: #98221a; }
  .slide-text-on-product .bg-E13733 {
    background-color: #e13733; }
  .slide-text-on-product .bg-232222 {
    background-color: #232222; }
  .slide-text-on-product .text-D6fd6d {
    color: #d6fd6d; }
  .slide-text-on-product .text-Baff00 {
    color: #baff00; }
  .slide-text-on-product .text-403e42 {
    color: #403e42; }
  .slide-text-on-product .text-Fef9e9 {
    color: #fef9e9; }
  .slide-text-on-product .text-fefefe {
    color: #fefefe; }
  .slide-text-on-product .text-671123 {
    color: #671123; }
  .slide-text-on-product .text-e400ff {
    color: #e400ff; }

.bg-primary-dark {
  background-color: #caed00 !important; }

.bg-light-gray {
  background-color: #f5f5f5; }

.bg-dark-gray {
  background-color: #d9d9d9; }

.text-light-blue {
  color: #9da5af; }

.text-dark-gray {
  color: #939393; }

#mobileCartTrigger > span,
#flyoutCartContainer > a > span {
  width: 1.2rem;
  height: 1.2rem;
  z-index: 1;
  top: -1rem;
  left: -0.5rem;
  border-radius: 100%;
  background-color: #000;
  color: #fff;
  font-size: 0.8rem;
  margin-top: 0.3rem; }

#searchTrigger > i {
  flex: 0 0 auto; }

#searchTrigger > span {
  flex: 1 0 0;
  padding-left: 0.5rem; }
  @media (max-width: 767px) {
    #searchTrigger > span {
      display: none; } }

.badges-subcontainer .style-discount {
  background-color: #e6e4e4 !important;
  color: #ad0c0c !important; }

.badges-subcontainer .style-discount-alt {
  background-color: #f2f2f2 !important;
  color: #9e9c9c !important; }

.badges-subcontainer .style-spec {
  background-color: #baff00 !important;
  color: #7fab09 !important; }

.badges-subcontainer .style-spec-alt {
  background-color: #d6fd6d !important;
  color: #7fab09 !important; }

.badges-subcontainer .style-sneaksup {
  background-color: #000000 !important;
  color: #ffffff !important; }

.badges-subcontainer .style-sneaksup-alt {
  background-color: #666666 !important;
  color: #ffffff !important; }

.step-number {
  width: 45px;
  height: 45px;
  position: relative;
  overflow: hidden;
  padding: 5px;
  font-size: 24px;
  border-color: #000 !important;
  font-family: Oswald, -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-weight: 600; }
  .step-number:before {
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 22px;
    color: #fff;
    position: absolute;
    width: 100%;
    height: 100%;
    top: -100%;
    left: 0;
    line-height: 2;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    display: block; }
    @media screen and (max-width: 991px) {
      .step-number:before {
        font-size: 16px; } }
  @media screen and (max-width: 991px) {
    .step-number {
      width: 35px;
      height: 35px;
      font-size: 18px; } }

.step-head {
  font-size: 18px;
  font-weight: 600; }
  @media screen and (max-width: 991px) {
    .step-head {
      font-size: 15px; } }

.opc-step-head.passive {
  opacity: 0.3;
  cursor: not-allowed; }
  .opc-step-head.passive .step-number {
    color: #ffffff;
    background: #000000; }

.form-control.input-validation-error {
  border-color: red; }

.form-control.valid {
  border-color: green; }

.opc-page-container .modal-header {
  padding: 2rem 1.25rem;
  border: none !important;
  padding-bottom: 20px; }
  .opc-page-container .modal-header .close {
    opacity: 1; }

.opc-page-container .modal-body {
  padding: 1rem 1.25rem !important; }

.opc-page-container .close span {
  font-size: 30px;
  font-weight: normal; }

.opc-page-container .summary-mobile-edited {
  border-bottom: none !important; }

.address-list-item .delivery-address-info-list {
  color: #797979;
  font-size: 14px;
  overflow: hidden; }
  .address-list-item .delivery-address-info-list li:first-child {
    color: #000 !important;
    font-size: 16px !important;
    padding-bottom: 4px; }

.address-list-delete-container.disabled .address-delete-icon {
  display: none; }

.address-list-delete-container.disabled .address-disable-icon {
  display: block !important; }

#completeAddressStep[disabled] .spinner-border {
  display: inline-block !important; }

.address-loading-table {
  min-height: 150px; }

.opc-step-head.passed {
  color: #000; }
  .opc-step-head.passed .step-number {
    border-color: #fff !important;
    background: #000; }

.passed .step-number:before {
  top: 0; }

.passed .step-edit-button {
  display: block !important;
  color: #00a3ff; }
  @media (max-width: 769px) {
    .passed .step-edit-button {
      right: 15px;
      position: absolute;
      font-size: 14px; } }

.order-summary-icon {
  font-size: 20px;
  margin-right: 7px; }

@media (min-width: 979px) {
  .order-summary-icon-container {
    max-width: 100px; } }

@media (max-width: 992px) {
  .opc-summary-content ul .summary-mobile-edited {
    border-bottom: 1px solid #d7d7d7;
    padding-bottom: 10px; } }

.opc-summary-content ul .summary-mobile-edited .product-attributes {
  font-size: 15px; }
  @media (max-width: 992px) {
    .opc-summary-content ul .summary-mobile-edited .product-attributes {
      font-size: 12px; } }

.opc-summary-content .product-name {
  font-size: 20px; }
  @media screen and (max-width: 991px) {
    .opc-summary-content .product-name {
      font-size: 16px; } }

.opc-summary-content .summary-price {
  font-size: 18px; }
  @media screen and (max-width: 991px) {
    .opc-summary-content .summary-price {
      font-size: 16px; } }

.opc-summary-content .summary-old-price {
  font-size: 18px; }
  @media screen and (max-width: 991px) {
    .opc-summary-content .summary-old-price {
      font-size: 16px; } }

.order-summary-acordeon.active .summary-address-info {
  display: block !important; }

.installment.custom-control-label:after {
  top: 11px;
  left: -18px; }

.installment.custom-control-label:before {
  top: 11px;
  left: -18px; }

@media (max-width: 992px) {
  .opc-page-container {
    overflow-x: hidden; } }

.opc-page-container .custom-control-label:before {
  border: #000 solid 1px !important;
  transition: none !important;
  width: 20px;
  height: 20px; }

.opc-page-container .custom-control-label:after {
  width: 20px;
  height: 20px;
  background: no-repeat 50% / 81% 82%; }

.opc-page-container .custom-control-label.same-address:before {
  background-color: #fff;
  border: #000 solid 1px !important;
  color: #fff;
  width: 18px;
  height: 18px; }

.opc-page-container .custom-control-label.same-address:after {
  font-size: 11px !important; }

.opc-page-container .installment-radio:checked + .custom-control-label::before,
.opc-page-container .other-payment-method-radio:checked + .custom-control-label::before,
.opc-page-container .opc-address-radio-input:checked + .custom-control-label::before,
.opc-page-container .shipment-radio:checked + .custom-control-label::before {
  border: #1626ff solid 1px !important;
  border-radius: 50%;
  background-color: #fff; }

.opc-page-container .installment-radio:checked + .custom-control-label::after,
.opc-page-container .other-payment-method-radio:checked + .custom-control-label::after,
.opc-page-container .opc-address-radio-input:checked + .custom-control-label::after,
.opc-page-container .shipment-radio:checked + .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%231626ff'/%3e%3c/svg%3e"); }

.opc-page-container .installment-radio + .custom-control-label::before,
.opc-page-container .shipment-radio + .custom-control-label::before {
  top: 25px; }

.opc-page-container .installment-radio + .custom-control-label::after,
.opc-page-container .shipment-radio + .custom-control-label::after {
  top: 25px; }

.opc-page-container .installment-table-header {
  border-bottom: 1px solid #e8e8e8;
  padding-bottom: 10px; }

.opc-page-container .form-group.has-error:after {
  content: "" !important; }

.opc-page-container .has-error .form-control {
  border-color: #cf4444;
  background-color: rgba(207, 68, 68, 0.1); }

.opc-page-container .field-validation-error {
  font-family: Inter;
  font-size: 8px;
  color: #cf4444; }

.opc-page-container .custom-checkbox .custom-control-input:checked ~ .custom-control-label:before {
  background-color: #1626ff;
  border: #1626ff solid 1px !important;
  color: #fff;
  width: 18px;
  height: 18px; }

.opc-page-container .custom-checkbox .custom-control-input:checked ~ .custom-control-label:after {
  top: 4px;
  left: -20px !important;
  color: #fff;
  margin-left: 0 !important;
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 13px;
  background-image: none; }

.terms-label:after {
  left: 0px !important;
  margin-left: 24px !important; }

.terms-input {
  z-index: 1 !important; }

.shipment-options-container {
  font-size: 14px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
  height: 71px; }
  @media (max-width: 992px) {
    .shipment-options-container {
      min-height: 165px;
      grid-template-columns: repeat(1, 1fr);
      border-bottom: none !important;
      padding-bottom: 0px !important;
      margin-bottom: -20px !important; } }
  .shipment-options-container > div {
    background-color: #fafafa; }
    @media (max-width: 992px) {
      .shipment-options-container > div {
        background-color: #fff !important; } }
  .shipment-options-container .bg-muted {
    border: solid 1px #000;
    background-color: #fff !important; }
    @media (max-width: 992px) {
      .shipment-options-container .bg-muted {
        border: none; } }

.complete-address {
  max-height: 50px;
  line-height: 1.2; }

.shipment-options-item.custom-control.custom-radio {
  padding: 0px; }

.opc-page-container hr {
  border: 1px solid #f2f1f1; }

.opc-page-container .custom-control-label {
  padding-left: 10px; }
  @media (max-width: 769px) {
    .opc-page-container .custom-control-label {
      padding-top: 2px; } }

.checkout-complete-container .text-success {
  padding: 1rem;
  border-radius: 100%;
  color: #000 !important;
  background: #d7fcdd !important; }

.checkout-complete-container .order-no {
  border-top: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
  padding: 20px 0; }
  @media screen and (min-width: 992px) {
    .checkout-complete-container .order-no {
      width: 44%; } }

.checkout-complete-container .order-button {
  border: solid 1px #000; }
  @media screen and (min-width: 992px) {
    .checkout-complete-container .order-button {
      margin-right: 20px; } }

.checkout-complete-container .button-container {
  margin-bottom: 30px; }
  @media screen and (max-width: 991px) {
    .checkout-complete-container .button-container {
      flex-direction: column-reverse;
      padding: 20px;
      gap: 20px; } }

.terms-custom-tooltip {
  padding: 10px;
  right: calc(100% + 18px);
  top: -9px;
  text-align: right;
  width: 280px;
  display: none; }
  @media screen and (max-width: 991px) {
    .terms-custom-tooltip {
      left: 25px;
      font-size: 10px; } }
  .terms-custom-tooltip:before {
    content: "";
    width: 15px;
    height: 15px;
    background: inherit;
    position: absolute;
    right: -7px;
    transform: rotate(45deg);
    top: 50%;
    margin-top: -8px; }

.show-tooltip .terms-custom-tooltip {
  display: block; }

.error.help-block {
  color: #cf4444;
  font-size: 8px; }

.has-error .form-control {
  border-color: red; }

.has-error .cvv-tooltip {
  right: 28px;
  top: 21px; }

.has-success .form-control {
  border-color: #4caf50; }

.has-success .cvv-tooltip {
  right: 28px;
  top: 21px; }

.form-group.has-error:after {
  content: "\f00d";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: red;
  position: absolute;
  right: 15px;
  top: 13px; }

.has-success[data-disable-after="true"]::after {
  content: none !important; }

.form-group.has-success:after {
  content: none !important;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #4caf50;
  position: absolute;
  right: 15px;
  top: 13px; }

.form-group {
  position: relative; }

.term-container {
  max-height: 150px; }

.birth-three-select {
  width: 32%;
  margin-right: 2%;
  float: left; }
  .birth-three-select:nth-of-type(3n) {
    margin-right: 0; }

#customerCountyLoading {
  margin-top: -12px; }

.customer-menu-toggle-icon {
  /*float: right;*/
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  margin-top: -10px; }

.opened .customer-menu-toggle-icon {
  transform: rotate(180deg); }

.date-of-birth-contain {
  margin-left: -2%;
  margin-right: -2%; }
  .date-of-birth-contain .birth-three-select {
    width: 29.3%;
    display: inline-block;
    margin: 0 2%; }
  .date-of-birth-contain label {
    padding-left: 10px; }

.qty-input {
  width: 36px;
  margin: 0 -12px; }

.quantity-input-container {
  width: 125px; }
  .quantity-input-container button {
    padding: 0 !important; }

.LoadingPanel,
.BrandLoadingPanel,
.flyout-loading {
  background-color: rgba(255, 255, 255, 0.72) !important;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100px; }
  .LoadingPanel div,
  .BrandLoadingPanel div,
  .flyout-loading div {
    display: none; }

.BrandLoadingPanel {
  background-image: url(https://img-sneaksupincommerce.mncdn.com/Content/Files/supLoading.gif) !important; }

.custom-control.custom-switch {
  margin-top: -10px;
  margin-top: -10px; }

.account-page-content {
  padding: 0.5em 10px 0 10px; }
  .account-page-content.order-details {
    padding: 0; }
  .account-page-content .account-page-head {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 1.5rem; }

.z-1055 {
  z-index: 1056; }

.custom-scroll {
  overflow-y: auto; }
  .custom-scroll::-webkit-scrollbar-track {
    -webkit-box-shadow: none;
    background-color: #d8d8d8; }
  .custom-scroll::-webkit-scrollbar {
    width: 8px;
    background-color: #d8d8d8; }
  .custom-scroll::-webkit-scrollbar-thumb {
    background-color: #949494;
    border: 2px solid #949494; }

.btn-link {
  border: none !important;
  background: transparent !important;
  padding: 12px; }

.form-control:disabled {
  background-color: #e6e6e6;
  opacity: 0.5; }

.form-control[readonly] {
  background-color: #e6e6e6;
  opacity: 0.5; }

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 30px white inset !important; }
  input:-webkit-autofill:hover {
    -webkit-box-shadow: 0 0 0 30px white inset !important; }
  input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0 30px white inset !important; }
  input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px white inset !important; }

img {
  max-width: 100%; }

button#page-overlay {
  background: rgba(0, 0, 0, 0.631373);
  display: none;
  border: 0; }

.field-validation-error {
  color: red; }

.required {
  color: #9d9d9d; }

.qty-cart-input {
  width: 36px; }

.mini-cart-qty {
  width: 36px; }

.qty-detail-input {
  width: 36px; }

quantity-input-container input {
  padding: 5px !important; }

.bg-none {
  background: none; }

.no-list {
  list-style: none; }

.r-0 {
  right: 0; }

.t-0 {
  top: 0; }

.b-0 {
  bottom: 0; }

.l-0 {
  left: 0; }

.r-10 {
  right: 10px; }

.t-10 {
  top: 10px; }

.b-10 {
  bottom: 10px; }

.l-15 {
  left: 15px;
  left: 15px; }

.r-15 {
  right: 15px; }

.t-15 {
  top: 15px; }

.b-15 {
  bottom: 15px; }

.t-50 {
  top: 50%; }

.t-100 {
  top: 100%; }

.l-50 {
  left: 50%; }

.r-50 {
  right: 50%; }

.b-50 {
  bottom: 50%; }

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

.radius-15 {
  border-radius: 15px; }

.radius-10 {
  border-radius: 10px; }

.overflow-hidden {
  overflow: hidden; }

.outline-0:focus {
  outline: none; }

.overflow-hidden {
  overflow: hidden !important; }

.border-2 {
  border-width: 2px !important; }

.lh-1 {
  line-height: 1; }

.z-1 {
  z-index: 1; }

.z-2 {
  z-index: 2; }

.z-3 {
  z-index: 3; }

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

.cursor-pointer {
  cursor: pointer; }

.fixed-layout {
  table-layout: fixed; }

.text-underline {
  text-decoration: underline; }

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

.fs-12 {
  font-size: 0.75rem; }

.fs-14 {
  font-size: 0.875rem; }

.roboto-font {
  font-family: "Roboto", sans-serif; }

select {
  -webkit-appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  line-height: 17px !important; }
  select.select-icon {
    background: transparent;
    background-repeat: no-repeat;
    background-position-x: 97%;
    background-position-y: 17px; }

.static-page {
  overflow-x: hidden; }
  .static-page .px-30 {
    padding: 0 30px !important; }
  .static-page.magazalar-page {
    padding: 5px 10px; }
    @media (max-width: 769px) {
      .static-page.magazalar-page {
        margin-top: 30px; } }

@media (min-width: 769px) {
  .login-page,
  .register-page {
    padding: 0 60px 0 80px; } }

@media (max-width: 769px) {
  .login-page,
  .register-page {
    background-color: #f5f5f5; }
    .login-page .user-action-tab,
    .register-page .user-action-tab {
      background-color: #fff; } }

.login-page .selectbox-gender-container .control-label,
.register-page .selectbox-gender-container .control-label {
  font-size: 12px;
  font-weight: 400;
  opacity: 1;
  pointer-events: none;
  position: absolute;
  transform: translate3d(0, 22px, 0) scale(1);
  transform-origin: left top;
  transition: 240ms;
  line-height: 29px;
  z-index: 99;
  top: -23px;
  left: 27px;
  color: #8e8d8d; }

.login-page .selectbox-gender-container .form-group.focused .control-label,
.register-page .selectbox-gender-container .form-group.focused .control-label {
  opacity: 1;
  transform: scale(0.75);
  color: #2196f3; }

.login-page .selectbox-gender-container .form-control,
.register-page .selectbox-gender-container .form-control {
  align-self: flex-end;
  padding: 0 0.5rem 0rem !important; }

.login-page .selectbox-gender-container .form-control::-webkit-input-placeholder,
.register-page .selectbox-gender-container .form-control::-webkit-input-placeholder {
  color: transparent;
  transition: 240ms; }

.login-page .selectbox-gender-container .form-control:focus::-webkit-input-placeholder,
.register-page .selectbox-gender-container .form-control:focus::-webkit-input-placeholder {
  transition: none; }

.login-page .selectbox-gender-container .form-group.focused .form-control::-webkit-input-placeholder,
.register-page .selectbox-gender-container .form-group.focused .form-control::-webkit-input-placeholder {
  color: #bbb; }

.login-page .date-of-birth-contain-selectbox select,
.register-page .date-of-birth-contain-selectbox select {
  color: #8e8d8d;
  text-align-last: left !important; }

.login-page .date-of-birth-contain-selectbox .control-label,
.register-page .date-of-birth-contain-selectbox .control-label {
  font-size: 12px;
  font-weight: 400;
  opacity: 1;
  pointer-events: none;
  position: absolute;
  transform: translate3d(0, 22px, 0) scale(1);
  transform-origin: left top;
  transition: 240ms;
  line-height: 29px;
  z-index: 1;
  top: -19px;
  left: 8px;
  color: #8e8d8d; }

.login-page .date-of-birth-contain-selectbox .form-group.focused .control-label,
.register-page .date-of-birth-contain-selectbox .form-group.focused .control-label {
  opacity: 1;
  transform: scale(0.75);
  color: #2196f3; }

.login-page .date-of-birth-contain-selectbox .form-control,
.register-page .date-of-birth-contain-selectbox .form-control {
  align-self: flex-end; }

.login-page .date-of-birth-contain-selectbox .form-control::-webkit-input-placeholder,
.register-page .date-of-birth-contain-selectbox .form-control::-webkit-input-placeholder {
  color: transparent;
  transition: 240ms; }

.login-page .date-of-birth-contain-selectbox .form-control:focus::-webkit-input-placeholder,
.register-page .date-of-birth-contain-selectbox .form-control:focus::-webkit-input-placeholder {
  transition: none; }

.login-page .date-of-birth-contain-selectbox .form-group.focused .form-control::-webkit-input-placeholder,
.register-page .date-of-birth-contain-selectbox .form-group.focused .form-control::-webkit-input-placeholder {
  color: #bbb; }

.login-page .date-of-birth-contain-selectbox label[for="DateOfBirthDay"],
.register-page .date-of-birth-contain-selectbox label[for="DateOfBirthDay"] {
  top: -23px;
  left: 0;
  padding-left: 6px; }

.login-page .date-of-birth-contain-selectbox label[for="DateOfBirthMonth"],
.register-page .date-of-birth-contain-selectbox label[for="DateOfBirthMonth"] {
  top: -23px;
  left: 0;
  padding-left: 6px; }

.login-page .date-of-birth-contain-selectbox label[for="DateOfBirthYear"],
.register-page .date-of-birth-contain-selectbox label[for="DateOfBirthYear"] {
  top: -23px;
  left: 0;
  padding-left: 6px; }

.login-page .user-action-tab,
.register-page .user-action-tab {
  margin-right: -60px; }
  @media (max-width: 769px) {
    .login-page .user-action-tab,
    .register-page .user-action-tab {
      padding-left: 10px;
      margin: 0 -20px; } }

.login-page .date-of-birth-contain,
.register-page .date-of-birth-contain {
  padding-top: 0; }
  .login-page .date-of-birth-contain select,
  .register-page .date-of-birth-contain select {
    text-align-last: center;
    padding-top: 5px !important;
    color: #999 !important; }
    .login-page .date-of-birth-contain select.valid,
    .register-page .date-of-birth-contain select.valid {
      color: #575655 !important; }

.login-page .r-7,
.register-page .r-7 {
  right: 7%; }

.login-page .t-40,
.register-page .t-40 {
  top: 40%; }

.login-page .register-gender-select,
.register-page .register-gender-select {
  color: #999 !important; }
  .login-page .register-gender-select option,
  .register-page .register-gender-select option {
    color: #575655 !important; }
  .login-page .register-gender-select option:checked,
  .register-page .register-gender-select option:checked {
    color: #000 !important; }

.login-page .form-group,
.register-page .form-group {
  margin-bottom: 2px; }
  .login-page .form-group .form-control,
  .register-page .form-group .form-control {
    font-size: 15px;
    /*padding: 1rem 0.5rem 0rem;*/
    color: #000; }
  .login-page .form-group input.genderRadio[type="radio"] + label,
  .register-page .form-group input.genderRadio[type="radio"] + label {
    color: #999;
    font-style: italic;
    width: 100%;
    height: 56px;
    border: 1px solid #ddd;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center; }
  .login-page .form-group input.genderRadio[type="radio"]:checked + label,
  .register-page .form-group input.genderRadio[type="radio"]:checked + label {
    border-color: black;
    color: black;
    font-style: normal; }
  .login-page .form-group .gender span,
  .register-page .form-group .gender span {
    width: 49%;
    display: inline-block; }
  .login-page .form-group .gender .genderRadio,
  .register-page .form-group .gender .genderRadio {
    position: absolute;
    visibility: hidden;
    opacity: 0; }

.login-page .custom-control,
.register-page .custom-control {
  font-size: 14px;
  font-family: "Roboto", sans-serif; }

.login-page .custom-control-label,
.register-page .custom-control-label {
  padding-top: 3px;
  line-height: 18px; }
  .login-page .custom-control-label:before,
  .register-page .custom-control-label:before {
    /*background-color: #d7d7d7 !important;*/
    border: #d7d7d7 solid 1px !important; }

.login-page #register-button,
.login-page .loading,
.register-page #register-button,
.register-page .loading {
  position: relative;
  bottom: 1px; }

.login-page .login-btn-submit,
.register-page .login-btn-submit {
  font-size: 13px; }
  @media (max-width: 992px) {
    .login-page .login-btn-submit,
    .register-page .login-btn-submit {
      font-size: 15px;
      font-weight: bolder; } }

.login-page .login-or-register,
.register-page .login-or-register {
  font-size: 14px; }
  @media (max-width: 992px) {
    .login-page .login-or-register,
    .register-page .login-or-register {
      font-size: 12px;
      text-decoration: underline; } }
  @media (min-width: 769px) {
    .login-page .login-or-register,
    .register-page .login-or-register {
      text-decoration: underline; } }

.pickup-store-billing-address-container #confirmSelectedStore {
  background-color: #1626ff; }
  @media (max-width: 992px) {
    .pickup-store-billing-address-container #confirmSelectedStore {
      width: 90% !important;
      margin-top: 0px; } }

.pickup-store-billing-address-container .form-control {
  color: #000;
  box-shadow: none; }

.opc-store-edit-button,
.opc-store-customer-edit-button {
  padding: 6px 20px !important;
  border-radius: 3px;
  background-color: #e8e8e8; }
  @media (max-width: 992px) {
    .opc-store-edit-button,
    .opc-store-customer-edit-button {
      margin-top: 15px; } }
  .opc-store-edit-button span,
  .opc-store-customer-edit-button span {
    font-size: 12px;
    font-weight: 600;
    font-family: Oswald;
    text-transform: uppercase; }

.color-flu {
  color: #797979; }

.register-modals .modal-header .modal-title {
  font-size: 16px; }
  @media (max-width: 769px) {
    .register-modals .modal-header .modal-title {
      margin-top: 0 !important; } }

.register-modals .modal-header .close {
  width: 15px;
  height: 15px;
  margin: 0;
  padding: 0; }
  @media (max-width: 769px) {
    .register-modals .modal-header .close {
      margin-top: 0 !important;
      padding-top: 0 !important; } }

.register-modals .modal-body {
  padding: 32px !important; }
  @media (max-width: 769px) {
    .register-modals .modal-body {
      background: #f5f5f5; } }
  .register-modals .modal-body .register-modal-title {
    font-size: 16px;
    margin-bottom: 30px; }
    @media (max-width: 769px) {
      .register-modals .modal-body .register-modal-title {
        margin-bottom: 10px !important; } }

.guest-login-container .title {
  font-size: 1rem;
  line-height: 24px; }

.guest-login-container .description {
  font-size: 12px;
  color: #797979;
  max-width: 80%;
  margin: 15px auto 20px auto;
  line-height: 18px; }

.account-confirm {
  background: #fbff85;
  padding: 0.25rem; }
  @media (max-width: 768px) {
    .account-confirm {
      margin: 0 -30px;
      margin-top: -0.5rem !important;
      margin-bottom: 1.2rem !important; } }
  .account-confirm .confirm-action {
    float: right;
    margin-right: 40px; }
  .account-confirm .btn-link {
    /*@media (max-width: 768px) {
        float: right;
    }*/
    text-decoration: underline;
    font-size: 12px; }
  .account-confirm .content p {
    font-size: 14px; }
    @media (max-width: 768px) {
      .account-confirm .content p {
        font-size: 13px; } }

.social-media-icon {
  height: 45px;
  width: 45px;
  border: 2px solid #171717;
  text-align: center;
  padding: 10px;
  border-radius: 100%; }
  .social-media-icon i {
    font-size: 22px; }

.custom-background-image {
  z-index: -1; }

.columns-one-without-gap {
  padding-top: 40px;
  padding-bottom: 40px; }

.visible {
  border: 2px solid #ff0000; }

.quick-view-button {
  display: none !important; }

.newsletter-result-message {
  padding: 5px 17px !important;
  color: #ff0000; }

#couponCodeButton.opened i {
  transform: rotate(45deg); }

.cart-page-head {
  font-size: 1.5rem;
  margin: 2rem 0; }
  @media (max-width: 768px) {
    .cart-page-head {
      margin-top: 0;
      margin-bottom: 0;
      font-size: 1.25rem;
      padding: 20px 0px; } }

.address-list-head {
  min-height: 30px;
  font-size: 12px; }

.mobile-address-action-label {
  font-size: 12px;
  color: #0099ff; }
  @media (max-width: 992px) {
    .mobile-address-action-label {
      font-size: 13px; } }

.delivery-address-list {
  max-height: 286px; }

.cvv-tooltip {
  margin-top: -5px;
  right: 10px;
  position: absolute !important; }

.payment-terms-summary-container .summary-title {
  font-size: 14px;
  line-height: 25px;
  margin-bottom: 9px; }
  @media (max-width: 992px) {
    .payment-terms-summary-container .summary-title {
      text-transform: uppercase;
      font-size: 12px;
      font-family: Oswald; } }

.payment-terms-summary-container .payment-terms-summary-box {
  max-height: 100px;
  overflow-y: auto;
  overflow-x: hidden;
  margin-bottom: 2rem;
  border: 1px solid #d8d8d8;
  padding: 5px 20px 7px 16px;
  color: #797979;
  font-size: 12px; }
  @media (max-width: 768px) {
    .payment-terms-summary-container .payment-terms-summary-box {
      border: none;
      border-bottom: 1px solid #d8d8d8; } }
  @media (min-width: 768px) {
    .payment-terms-summary-container .payment-terms-summary-box::-webkit-scrollbar {
      width: 1px; }
    .payment-terms-summary-container .payment-terms-summary-box::-webkit-scrollbar-track {
      background-color: #eeeeee; }
    .payment-terms-summary-container .payment-terms-summary-box::-webkit-scrollbar-thumb {
      background-color: #000;
      border-radius: 2px; }
    .payment-terms-summary-container .payment-terms-summary-box:after {
      content: "";
      display: block;
      height: 50px;
      width: 100%; } }
  @media (max-width: 768px) {
    .payment-terms-summary-container .payment-terms-summary-box::-webkit-scrollbar {
      width: 1px; }
    .payment-terms-summary-container .payment-terms-summary-box::-webkit-scrollbar-track {
      background-color: #eeeeee; }
    .payment-terms-summary-container .payment-terms-summary-box::-webkit-scrollbar-thumb {
      background-color: #000;
      border-radius: 2px; }
    .payment-terms-summary-container .payment-terms-summary-box:after {
      content: "";
      display: block;
      height: 50px;
      width: 100%; } }

@media (max-width: 980px) {
  .terms-custom-tooltip {
    position: relative !important;
    text-align: center;
    width: 100%;
    top: auto;
    right: auto; }
    .terms-custom-tooltip:before {
      right: 50%;
      top: 3px; }
  #completeOrder {
    width: 100%;
    border-radius: 0;
    padding: 15px;
    box-shadow: 0px -1px 2px #000000a1;
    opacity: 1; }
  div.opcStickyItem {
    padding-bottom: 60px; }
  .mobile-cart-label {
    font-weight: 600 !important;
    margin-bottom: 5px;
    width: 100%;
    margin-right: 0 !important; }
  .cart-actions-table {
    table-layout: fixed; }
  .equal-with-table-product {
    width: 40%;
    display: block;
    float: left; }
  .equal-with-table-info {
    width: 60%;
    display: block;
    float: left; }
  .cart-attr-list {
    margin: 5px 0;
    font-weight: 400; }
  .cart-table {
    font-size: 12px; } }

.footer-menu-link-group {
  padding: 0; }

@media (max-width: 769px) {
  .footer-menu-link-group {
    max-height: 0;
    overflow: hidden;
    color: #515151;
    margin-bottom: 0;
    -webkit-transition: max-height 0.2s ease-in-out;
    -moz-transition: max-height 0.2s ease-in-out;
    -o-transition: max-height 0.2s ease-in-out;
    transition: max-height 0.2s ease-in-out;
    padding: 0 1.5rem; }
    .footer-menu-link-group li {
      margin-bottom: 0.5rem !important;
      color: #515151;
      font-size: 14px; }
  .mobile-footer-menu-toggler .toggler-icon {
    display: block;
    position: absolute;
    width: 27px;
    height: 27px;
    top: 0.8rem;
    right: 15px; }
    .mobile-footer-menu-toggler .toggler-icon > span {
      position: absolute;
      transition: 0.3s;
      background: #fff;
      border-radius: 1px; }
      .mobile-footer-menu-toggler .toggler-icon > span:first-of-type {
        top: 25%;
        bottom: 25%;
        width: 5%;
        left: 47%; }
      .mobile-footer-menu-toggler .toggler-icon > span:last-of-type {
        left: 25%;
        right: 25%;
        height: 6%;
        top: 46%; }
  .mobile-footer-menu-toggler.active ~ .footer-menu-link-group {
    max-height: 1500px;
    padding: 0 1.5rem; }
    .mobile-footer-menu-toggler.active ~ .footer-menu-link-group li {
      margin-bottom: 1.5rem;
      color: #515151;
      font-size: 14px; }
  .mobile-footer-menu-toggler.active .toggler-icon > span:first-of-type, .mobile-footer-menu-toggler.active .toggler-icon > span:last-of-type {
    transform: rotate(90deg); }
  .mobile-footer-menu-toggler.active .toggler-icon > span:last-of-type {
    left: 50%;
    right: 50%; }
  .open-footer-link-group ul {
    display: block; }
  .open-footer-link-group .toggler-icon {
    transform: rotate(45deg); }
  .order-details .order-details-table li {
    display: flex;
    justify-content: space-between; }
  .order-details .order-detail-action-buttons a {
    padding: 12px 20px !important;
    width: 26% !important; }
    .order-details .order-detail-action-buttons a:first-child {
      padding-left: 28px !important; } }

.support-form .selectbox select {
  -webkit-appearance: none;
  padding-right: 40px; }
  .support-form .selectbox select:focus {
    box-shadow: none; }

.support-form .selectbox img {
  position: absolute;
  right: 10px;
  top: 22px;
  pointer-events: none; }

@media screen and (max-width: 991px) {
  body.cart .mobile-menu-trigger {
    display: none; }
  .mobile-order-table th {
    padding: 5px 0 !important; }
  .mobile-order-table td {
    padding: 5px 0 !important; }
  .mobile-table-column {
    padding: 10px 0 !important; }
  .mobile-order-table tr th,
  .mobile-order-table tr td {
    width: 50%;
    word-break: break-all; }
    .mobile-order-table tr th a,
    .mobile-order-table tr th span,
    .mobile-order-table tr td a,
    .mobile-order-table tr td span {
      word-break: break-all; }
  .security-shopping {
    border-top: 10px solid #f2f1f1; }
    .security-shopping span {
      font-size: 12px; }
  .complete-address {
    font-size: 15px;
    padding: 1rem !important; }
  .payment-info .ffl-label {
    z-index: 0; }
  .border-top-big {
    border-top: 10px solid #f2f1f1;
    margin-left: -20px !important;
    margin-right: 0px !important; }
  .opc-step-head.passive {
    padding-top: 30px !important;
    padding-bottom: 30px !important; } }

.border-top-big {
  border-top: 10px solid #f2f1f1;
  margin-left: 0;
  margin-right: -40px; }

.map-wrapper {
  height: 100%; }

.store-locator-item-list {
  overflow-y: scroll;
  overflow-x: hidden;
  max-height: 540px;
  margin-bottom: 100px; }
  @media (max-width: 768px) {
    .store-locator-item-list {
      overflow: hidden;
      max-height: 100%;
      margin-bottom: 0; } }
  .store-locator-item-list::-webkit-scrollbar {
    width: 10px; }
  .store-locator-item-list::-webkit-scrollbar-thumb {
    background: #cccccc; }
  .store-locator-item-list::-webkit-scrollbar-track {
    background: #f1f1f1; }
  .store-locator-item-list li .address,
  .store-locator-item-list li .city,
  .store-locator-item-list li .county,
  .store-locator-item-list li .phone {
    font-size: 14px; }
  .store-locator-item-list li .phone {
    margin-bottom: 24px; }
  .store-locator-item-list li .working-hours {
    margin-bottom: 0;
    margin-top: 5px;
    font-size: 14px; }
  .store-locator-item-list li .footer-info-list {
    display: flex;
    font-size: 12px;
    font-weight: bold;
    text-decoration: underline;
    padding-left: 0;
    font-family: Oswald, -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";
    line-height: 17px;
    list-style: none; }
    .store-locator-item-list li .footer-info-list li {
      margin-right: 35px; }
      .store-locator-item-list li .footer-info-list li a {
        color: #9d9d9d; }
        .store-locator-item-list li .footer-info-list li a img {
          transition: 0.3s;
          margin-left: 5px;
          width: 12px;
          height: 12px; }
          .store-locator-item-list li .footer-info-list li a img.active {
            transform: rotate(180deg); }

.store-locator-item-list-filter {
  max-height: 60px; }

.StoreLocator .store-locator-item-list-filter {
  max-height: initial; }
  .StoreLocator .store-locator-item-list-filter .city-select,
  .StoreLocator .store-locator-item-list-filter .county-select {
    -webkit-appearance: none;
    -moz-appearance: none;
    background: transparent;
    background-repeat: no-repeat;
    background-position-x: 95%;
    background-position-y: 20px; }

/*STORE*/
.product-box-fav-icon {
  margin-right: 0.25rem;
  margin-top: 0.25rem; }
  .product-box-fav-icon i {
    color: #929292;
    font-size: 24px; }
  .product-box-fav-icon .empty-heart {
    display: block; }
  .product-box-fav-icon .filled-heart {
    display: none; }
  .product-box-fav-icon.added .empty-heart {
    display: none; }
  .product-box-fav-icon.added .filled-heart {
    display: block; }

.detail-slider-container {
  position: relative; }
  .detail-slider-container .btn.add-to-fav {
    margin-right: 0.25rem;
    margin-top: 0.25rem;
    float: right; }
    .detail-slider-container .btn.add-to-fav i {
      margin-right: 0 !important; }
    .detail-slider-container .btn.add-to-fav .fa-heart:before {
      color: #929292;
      font-size: 24px; }
  .detail-slider-container .detail-slider-custom-button {
    position: absolute;
    z-index: 2; }
    .detail-slider-container .detail-slider-custom-button.detail-next-button, .detail-slider-container .detail-slider-custom-button.detail-prev-button {
      top: 50%;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      transform: translateY(-50%); }
    .detail-slider-container .detail-slider-custom-button.detail-next-button {
      right: 0; }
    .detail-slider-container .detail-slider-custom-button.detail-prev-button {
      left: 0; }

.title-fav-container {
  position: relative;
  padding-right: 70px; }
  .title-fav-container .btn.add-to-fav {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%); }
    .title-fav-container .btn.add-to-fav .fa-heart:before {
      color: #929292;
      font-size: 24px; }

/*STORE*/
button#page-overlay.opened {
  z-index: 20;
  left: 0;
  bottom: 0;
  top: 0; }

/*STORE*/
.slider-with-nav {
  padding: 0 40px; }
  .slider-with-nav .slider-component {
    position: relative; }
    .slider-with-nav .slider-component .owl-nav {
      position: absolute;
      width: 100%;
      top: 50%;
      transform: translateY(-50%);
      padding: 0;
      text-align: center;
      right: 0;
      left: 0; }
      .slider-with-nav .slider-component .owl-nav .owl-prev,
      .slider-with-nav .slider-component .owl-nav .owl-next {
        margin: 0;
        position: absolute;
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center, center;
        width: 32px;
        height: 32px; }
      .slider-with-nav .slider-component .owl-nav .owl-prev {
        left: -38px; }
      .slider-with-nav .slider-component .owl-nav .owl-next {
        right: -38px; }

.body-overflow-hide {
  overflow: hidden; }

.newsletter-result-message {
  padding-left: 0 !important; }

/*STORE*/
.text-break {
  word-break: break-word !important;
  overflow-wrap: break-word !important; }

/*STORE*/
.user-name-char-set {
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 125px;
  display: inline-block !important;
  overflow: hidden;
  vertical-align: middle; }

/*STORE*/
@media screen and (min-width: 992px) {
  .sub-menu-list-item {
    position: relative; }
  .mobile-side-menu .main-menu .sub-menu-trigger .main-menu-link {
    padding-right: 40px !important; }
  .sub-menu-list-item.active .main-menu-link-opener:before {
    content: "-"; }
  .sub-menu-list-item .main-menu-link-opener {
    position: absolute;
    right: 0;
    cursor: pointer;
    top: 0;
    width: 40px;
    padding: 0px 0;
    line-height: 52px; }
    .sub-menu-list-item .main-menu-link-opener:hover, .sub-menu-list-item .main-menu-link-opener:focus {
      text-decoration: none; }
  .sub-menu-list-item .main-menu-link-opener:before {
    content: "+"; } }

/*
CMS slider style
*/
.slider-component-container .owl-dots {
  position: absolute;
  display: flex;
  justify-content: space-between;
  bottom: 40px;
  min-width: 100px;
  left: 50%;
  padding: 20px;
  transform: translate(-50%, -50%);
  max-width: 100%; }
  @media (max-width: 768px) {
    .slider-component-container .owl-dots {
      padding-right: 20px !important; } }
  .slider-component-container .owl-dots > div {
    position: relative;
    display: inline-block;
    background: rgba(255, 255, 255, 0.3);
    height: 3px;
    width: 100px;
    margin: 0 2px;
    -webkit-transition: all 500ms ease-out;
    -moz-transition: all 500ms ease-out;
    -o-transition: all 500ms ease-out;
    transition: all 500ms ease-out; }
  .slider-component-container .owl-dots > div.active {
    background: white; }

.slider-component-container.dots-over .owl-dots {
  justify-content: center;
  left: 0;
  transform: none; }
  @media (max-width: 980px) {
    .slider-component-container.dots-over .owl-dots {
      bottom: auto;
      top: 10px;
      padding: 0px 30px; } }

.dots-under .owl-dots,
.mobile-slider-container .owl-dots {
  position: relative;
  display: flex;
  justify-content: space-between;
  min-width: 100%;
  left: 0;
  bottom: 0;
  padding: 30px 0;
  transform: none; }
  @media (max-width: 992px) {
    .dots-under .owl-dots,
    .mobile-slider-container .owl-dots {
      padding: 30px 0; } }
  .dots-under .owl-dots > div,
  .mobile-slider-container .owl-dots > div {
    position: relative;
    display: inline-block;
    background: rgba(0, 0, 0, 0.12);
    height: 3px;
    flex-grow: 1;
    margin: 0 2px;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out; }
  .dots-under .owl-dots > div.active,
  .mobile-slider-container .owl-dots > div.active {
    background: black; }

.main-menu-link {
  display: block;
  text-align: center; }
  .main-menu-link h2 {
    font-size: 1rem;
    margin: 0;
    padding: 2.5em 4px;
    white-space: nowrap; }

/*@include min($lg) {
    .main-menu-link {
        .menu-toggle {
            display: none;
        }
    }
}*/
.footer-main-container .newsletter-container {
  background-size: inherit;
  background-repeat: no-repeat;
  background-position: center;
  color: #fff;
  text-align: center; }
  .footer-main-container .newsletter-container .newsletter-form {
    width: 180px;
    font-size: 15px;
    margin: 0 auto; }
    .footer-main-container .newsletter-container .newsletter-form .newsletter-input {
      height: 40px; }
    .footer-main-container .newsletter-container .newsletter-form .newsletter-button {
      height: 40px;
      border: none;
      padding: 10px; }

@media screen and (min-width: 992px) {
  .footer-main-container .newsletter-container {
    background-size: cover; } }

.footer-main-container .footer-newsletter-desc {
  font-size: 14px;
  margin-bottom: 1.25rem; }

.footer-main-container .footer-menu-head {
  margin-bottom: 1.25rem; }

@keyframes slide-left {
  0% {
    margin-left: 0%; }
  100% {
    margin-left: -100%; } }

.disco-heading-orj {
  position: absolute;
  top: 0;
  background: white;
  left: 50%;
  transform: translate(-50%, 0);
  margin: 0;
  font-weight: bold;
  font-size: 48px;
  border-left: 3px solid white;
  border-right: 3px solid white; }
  @media (max-width: 769px) {
    .disco-heading-orj {
      font-size: 24px;
      top: 1px; } }
  .disco-heading-orj:before, .disco-heading-orj:after {
    content: "";
    display: inline-block;
    width: 200px;
    height: 0.7em; }
  .disco-heading-orj:after {
    margin-right: -200px;
    background: linear-gradient(90deg, white 0%, rgba(255, 255, 255, 0) 100%); }
  .disco-heading-orj:before {
    margin-left: -200px;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, white 100%); }

.disco-heading-container {
  text-align: center;
  font-family: Oswald, -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-weight: bold;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  margin: 50px 0; }
  @media (max-width: 769px) {
    .disco-heading-container {
      margin: 30px 0; } }
  .disco-heading-container .disco-heading-slide {
    -webkit-animation: slide-left 60s linear infinite both;
    animation: slide-left 60s linear infinite both; }
    @media (max-width: 768px) {
      .disco-heading-container .disco-heading-slide {
        animation: slide-left 20s linear infinite both; } }
  .disco-heading-container span {
    margin: 0 60px;
    line-height: 2.3em;
    font-size: 24px; }
    @media (max-width: 769px) {
      .disco-heading-container span {
        font-size: 14px;
        margin: 0 25px; } }

/*******************************
* MODAL AS LEFT/RIGHT SIDEBAR
*******************************/
.z-2020 {
  z-index: 2020 !important; }

.modal.left .modal-dialog, .modal.right .modal-dialog {
  position: fixed;
  margin: auto;
  width: 500px;
  max-width: 100%;
  height: 100%;
  -webkit-transform: translate3d(0%, 0, 0);
  -ms-transform: translate3d(0%, 0, 0);
  -o-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0); }

.modal.left .modal-content, .modal.right .modal-content {
  height: 100%;
  overflow-y: auto;
  border: none; }

.modal.left .modal-body, .modal.right .modal-body {
  padding: 15px 15px 80px; }

.modal.left.fade .modal-dialog {
  left: -320px;
  -webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
  -moz-transition: opacity 0.3s linear, left 0.3s ease-out;
  -o-transition: opacity 0.3s linear, left 0.3s ease-out;
  transition: opacity 0.3s linear, left 0.3s ease-out; }

.modal.left.fade.show .modal-dialog {
  left: 0; }

.modal.right.fade .modal-dialog {
  right: -420px;
  -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
  -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
  -o-transition: opacity 0.3s linear, right 0.3s ease-out;
  transition: opacity 0.3s linear, right 0.3s ease-out; }

.modal.right.fade.show .modal-dialog {
  right: 0; }

@media screen and (max-width: 991px) {
  .modal.bottom.fade .modal-dialog {
    bottom: -85%;
    -webkit-transition: opacity 0.3s linear, bottom 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, bottom 0.3s ease-out;
    -o-transition: opacity 0.3s linear, bottom 0.3s ease-out;
    transition: opacity 0.3s linear, bottom 0.3s ease-out; } }

@media screen and (min-width: 992px) {
  .modal.bottom.fade .modal-dialog {
    left: 100%;
    -webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, left 0.3s ease-out;
    -o-transition: opacity 0.3s linear, left 0.3s ease-out;
    transition: opacity 0.3s linear, left 0.3s ease-out; } }

@media screen and (max-width: 991px) {
  .modal.bottom.fade.show .modal-dialog {
    bottom: 0;
    margin: 0; } }

@media screen and (min-width: 992px) {
  .modal.bottom.fade.show .modal-dialog {
    left: calc(50% + 14px); } }

.btn-link {
  font-family: Inter, -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"; }

.btn-group .btn.selected {
  border-bottom: 2px solid #000 !important;
  padding-left: 0;
  padding-right: 0;
  margin-left: 1rem;
  margin-right: 1rem; }

.account-menu-wrapper {
  z-index: 99999; }

@media screen and (max-width: 991px) {
  #customerMenuContainer {
    padding: 0;
    top: 0px; }
    #customerMenuContainer #customerMenu {
      background: #fff;
      z-index: 2; }
    #customerMenuContainer .background-overlay-for-mobile {
      position: fixed;
      top: 0;
      left: 0;
      z-index: 2;
      width: 100vw;
      height: 100vh;
      background-color: #000;
      opacity: 0.5; } }

.account-menu {
  padding: 0; }
  @media (max-width: 768px) {
    .account-menu {
      position: fixed;
      background-color: #fff;
      z-index: 1;
      width: 100%;
      height: 100%;
      padding-top: 2em;
      padding-bottom: 16em;
      overflow: hidden; } }
  .account-menu li a {
    display: block;
    padding: 15px 0; }
    @media (max-width: 768px) {
      .account-menu li a {
        padding: 1em 3em;
        font-size: 14px; } }
  .account-menu .account-active-menu a {
    padding-left: 0; }
    @media (max-width: 768px) {
      .account-menu .account-active-menu a {
        padding: 1em 3em; } }
  .account-menu .account-active-menu a:before {
    content: "";
    position: relative;
    display: inline-block;
    width: 4px;
    height: 4px;
    margin: 4px -2px;
    background: #FF0000;
    left: -15px;
    top: 1px; }

.customer-address-item-container {
  position: relative; }
  .customer-address-item-container .delete-address-modal {
    position: absolute;
    right: 0;
    top: 0; }
    @media (max-width: 768px) {
      .customer-address-item-container .delete-address-modal {
        position: relative; } }
  .customer-address-item-container .address-title {
    font-size: 20px;
    margin-bottom: 9px; }
  .customer-address-item-container .name-surname {
    font-size: 16px;
    margin-bottom: 5px; }
  .customer-address-item-container .address-type {
    font-size: 14px;
    color: #9d9d9d;
    margin-bottom: 25px; }
  .customer-address-item-container .address-info-list li {
    font-size: 14px;
    color: #202020;
    margin-bottom: 20px; }
    .customer-address-item-container .address-info-list li:last-child {
      margin-bottom: 0; }
  .customer-address-item-container .edit-btn {
    line-height: 30px;
    color: #fa6767;
    font-size: 0.875rem;
    margin-left: 10px; }
  .customer-address-item-container .btn-delete {
    padding: 1rem 3rem 1rem 0.5rem; }

.empty-account-page {
  text-align: center;
  margin: 100px 20px; }
  .empty-account-page .icon-container {
    width: 80px;
    height: 80px; }
  .empty-account-page .empty-page-shopping-button {
    width: 100%;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center; }
    .empty-account-page .empty-page-shopping-button span {
      font-family: Oswald;
      font-size: 16px;
      font-weight: 600;
      font-stretch: normal;
      font-style: normal;
      line-height: normal;
      letter-spacing: normal;
      color: #fff; }
  .empty-account-page .empty-text {
    margin-top: 20px;
    margin-bottom: 20px;
    max-width: 400px;
    font-family: Inter;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: -0.23px;
    text-align: center;
    color: #000; }
  .empty-account-page .account-empty-text {
    font-size: 16px !important; }
  .empty-account-page .btn-primary:focus {
    background-color: #1626ff !important;
    border: none !important; }

/* FAQ Styles - Start */
.faq-item {
  font-size: 0.9rem; }
  .faq-item .faq-header {
    border-bottom: 1px solid #e9e9e9;
    cursor: pointer; }
    .faq-item .faq-header .accordion-plus,
    .faq-item .faq-header .accordion-minus {
      position: absolute;
      right: 1rem;
      top: 50%;
      transform: translateY(-50%); }
  .faq-item .faq-content-container.accordion-content {
    display: none; }

/* FAQ Styles - End */
/* Order Styles - Start */
.customer-page-table .create-date,
.customer-page-table .order-item-qty-text {
  color: #9d9d9d;
  font-size: 13px;
  line-height: 16px;
  margin-top: 5px; }

.customer-page-table .order-number-text {
  font-size: 15px;
  line-height: 19px;
  color: #797979; }

.customer-page-table .order-number {
  font-size: 15px;
  line-height: 19px; }

.customer-page-table .order-status-color {
  width: 9px;
  height: 9px;
  position: absolute;
  left: -10px;
  top: 30px;
  border-radius: 50%; }

.customer-page-table .m-order-status-color {
  display: inline-block;
  width: 9px;
  height: 9px;
  border-radius: 50%; }

.customer-page-table .cancelled {
  background-color: #ff0000; }

.customer-page-table .processing {
  background-color: #fd7b39; }

.customer-page-table .complete {
  background-color: #1626ff; }

.customer-page-table .pending {
  background-color: #fd7b39; }

.customer-page-table .ready {
  background-color: #d7fcdd; }

.customer-page-table .shipped {
  background-color: #1626ff; }

.customer-page-table .delivery-to-storage {
  background-color: #d7fcdd; }

.customer-page-table .waiting-delivery {
  background-color: #1626ff; }

.customer-page-table .acceptreturned {
  background-color: #ff0000; }

.customer-page-table .waitingreturn {
  background-color: #ff0000; }

.customer-page-table .returned {
  background-color: #ff0000; }

.customer-page-table .canselreturned {
  background-color: #ff0000; }

.customer-page-table .partialcanceled {
  background-color: #ff0000; }

.customer-page-table .order-details-btn a {
  color: #0099ff;
  font-size: 15px;
  line-height: 19px; }
  .customer-page-table .order-details-btn a img {
    width: 15px;
    height: 15px;
    margin-left: 8px; }

.order-seperator {
  margin: 27px 0; }
  @media (max-width: 769px) {
    .order-seperator {
      margin: 17px 0; } }

/* Order Styles - End */
/* FAQ Styles - End */
.productbox-frame {
  display: none !important;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0; }

.trends-product-container .owl-carousel .owl-stage-outer .owl-stage {
  padding-left: 0 !important; }
  .trends-product-container .owl-carousel .owl-stage-outer .owl-stage .product-box-container {
    margin: 0; }
    .trends-product-container .owl-carousel .owl-stage-outer .owl-stage .product-box-container .product-price-list {
      height: 30px !important;
      display: block; }
      @media screen and (max-width: 991px) {
        .trends-product-container .owl-carousel .owl-stage-outer .owl-stage .product-box-container .product-price-list .price,
        .trends-product-container .owl-carousel .owl-stage-outer .owl-stage .product-box-container .product-price-list .old-price-list {
          font-size: 1.25rem; } }
    .trends-product-container .owl-carousel .owl-stage-outer .owl-stage .product-box-container .productbox-frame {
      display: block !important; }
    .trends-product-container .owl-carousel .owl-stage-outer .owl-stage .product-box-container .productbox-info {
      padding-left: 0;
      position: absolute;
      top: 2em;
      left: 3em;
      width: 75%; }
      @media screen and (max-width: 991px) {
        .trends-product-container .owl-carousel .owl-stage-outer .owl-stage .product-box-container .productbox-info {
          width: 100%;
          padding-left: 2em;
          top: 0.7em;
          left: 0; } }
    .trends-product-container .owl-carousel .owl-stage-outer .owl-stage .product-box-container .productbox-name {
      font-size: 18px !important;
      color: #000;
      white-space: normal !important; }
    .trends-product-container .owl-carousel .owl-stage-outer .owl-stage .product-box-container .img-and-attributes-container,
    .trends-product-container .owl-carousel .owl-stage-outer .owl-stage .product-box-container .badges-container-styled {
      display: none; }
    @media screen and (min-width: 375px) {
      .trends-product-container .owl-carousel .owl-stage-outer .owl-stage .product-box-container .product-image-container a::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-size: cover; } }
    @media screen and (min-width: 320px) {
      .trends-product-container .owl-carousel .owl-stage-outer .owl-stage .product-box-container .product-image-container a::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-size: cover; } }

@media (min-width: 768px) {
  .trends-product-container .owl-carousel .owl-dots {
    padding: 60px 0 !important; } }

.trends-product-container .product-box-fav-icon {
  display: none !important; }

.trends-product-container.hide-price .product-box-fav-icon,
.trends-product-container.hide-price .product-price-list {
  display: none !important; }

.trends-product-container.hide-price .category-name {
  display: none; }

.trends-product-container .brand-logo-in-category {
  display: none !important; }

.trends-product-container .raffle-lansman-buttons,
.trends-product-container .slide-text-on-product {
  display: none !important; }

.raffle-lansman-buttons {
  white-space: nowrap; }

.lansman-container.hide-size-list .product-size-list {
  display: none !important; }

.lansman-container .owl-carousel .owl-stage-outer .owl-stage {
  padding-left: 0 !important; }

@media (min-width: 768px) {
  .lansman-container .owl-carousel .owl-dots {
    padding: 20px 0 80px 0 !important; } }

.last-item-show-half-slider .owl-carousel .owl-stage-outer .owl-stage {
  padding-left: 0 !important; }

@media (min-width: 768px) {
  .last-item-show-half-slider .owl-carousel .owl-dots {
    padding: 60px 0 !important; } }

.stylish-font {
  font-family: Oswald, -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"; }

.customer-menu .logout {
  color: #fa6767;
  font-family: Oswald;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 32px; }
  @media (max-width: 768px) {
    .customer-menu .logout {
      padding: 1em 3em 3em 3em; } }

.customer-menu .logged-name-container {
  /*border-bottom: 1px solid #F5F5F5;*/
  /*margin-bottom: 15px;*/
  /*padding-bottom: 15px;*/ }
  .customer-menu .logged-name-container p {
    margin-bottom: 5px;
    font-size: 16px;
    line-height: 26px; }
  .customer-menu .logged-name-container .loyalty-banner-register-button {
    background-color: transparent;
    height: 35px;
    width: 100%; }
    .customer-menu .logged-name-container .loyalty-banner-register-button span {
      font-family: Oswald;
      font-size: 14px;
      font-weight: bold;
      font-stretch: normal;
      font-style: normal;
      line-height: normal;
      letter-spacing: normal;
      color: #000;
      text-transform: uppercase; }
  .customer-menu .logged-name-container .loyalty-header-username {
    height: 50px;
    padding: 7px 21px 6px 27px;
    text-transform: capitalize;
    font-weight: 600;
    background-color: #fafafa;
    color: #000; }
  .customer-menu .logged-name-container .loyalty-header-logo {
    width: 100%; }

.customer-menu .account-menu-head {
  font-size: 14px;
  border-bottom: 1px solid #f2f1f1;
  padding: 24px 15px;
  margin: 0 -20px 30px -20px;
  color: #202020; }
  @media (max-width: 768px) {
    .customer-menu .account-menu-head .selected-tab-menu-head {
      text-transform: uppercase;
      font-family: Oswald;
      font-size: 14px;
      font-weight: 600;
      font-stretch: normal;
      font-style: normal;
      line-height: normal;
      letter-spacing: normal;
      text-align: left;
      color: #000;
      padding-left: 10px; } }
  @media (max-width: 768px) {
    .customer-menu .account-menu-head {
      margin: 0;
      padding: 13px 15px; } }

/* Customer Info Page End */
/* Order Details */
.order-details {
  /* Order Details */ }
  .order-details .shipping-chase-info .right {
    color: #797979; }
  .order-details .orders-return-title {
    font-size: 16px;
    margin-bottom: 27px; }
    @media (max-width: 769px) {
      .order-details .orders-return-title {
        margin: 27px 0; } }
  .order-details .order-number {
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 13px; }
  .order-details .order-details-table li {
    font-size: 16px;
    line-height: 37px; }
    .order-details .order-details-table li p {
      color: #797979;
      margin: 0;
      display: inline; }
      @media (min-width: 992px) {
        .order-details .order-details-table li p {
          display: inline-block;
          width: 140px; } }
      .order-details .order-details-table li p span {
        margin: 0 !important; }
    .order-details .order-details-table li span:last-child {
      margin-left: 30px; }
  .order-details .order-detail-action-buttons {
    background-color: #f8f8f8;
    margin-top: 20px; }
    @media (min-width: 991px) {
      .order-details .order-detail-action-buttons {
        margin-left: 0px;
        margin-right: 0px; } }
    .order-details .order-detail-action-buttons a {
      padding: 20px 30px;
      font-size: 14px;
      line-height: 18px; }
  .order-details .shipping-section {
    margin-top: 50px;
    padding-bottom: 50px;
    flex-direction: column; }
    @media screen and (max-width: 769px) {
      .order-details .shipping-section {
        margin: 0; }
        .order-details .shipping-section .first-list {
          padding-bottom: 30px; }
        .order-details .shipping-section .second-title {
          padding-top: 30px; } }
    .order-details .shipping-section .info-title {
      font-size: 18px;
      line-height: 26px;
      padding-top: 25px;
      margin-bottom: 30px; }
    .order-details .shipping-section .row {
      padding-bottom: 27px;
      border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
    .order-details .shipping-section .shipping-title {
      font-size: 15px;
      line-height: 19px; }
    .order-details .shipping-section .shipping-list {
      display: flex;
      padding-left: 0;
      margin-bottom: 0; }
      .order-details .shipping-section .shipping-list li {
        overflow-wrap: break-word; }
        .order-details .shipping-section .shipping-list li:first-child {
          font-size: 16px;
          color: #797979;
          line-height: 20px;
          margin-right: 25px;
          width: 20%; }
          @media (max-width: 768px) {
            .order-details .shipping-section .shipping-list li:first-child {
              width: 45%;
              margin-right: 15px; } }
  .order-details .order-steps-container {
    text-align: left;
    padding-top: 20px; }
    .order-details .order-steps-container .order-steps {
      position: relative;
      display: table;
      vertical-align: middle;
      width: 100%; }
      .order-details .order-steps-container .order-steps:before {
        content: "";
        position: absolute;
        top: -1px;
        height: 35px;
        left: 8px;
        width: 85%; }
        @media screen and (max-width: 769px) {
          .order-details .order-steps-container .order-steps:before {
            left: 12px; } }
      @media screen and (max-width: 769px) {
        .order-details .order-steps-container .order-steps {
          text-align: center; }
          .order-details .order-steps-container .order-steps .row .col-3 {
            padding: 0; }
            .order-details .order-steps-container .order-steps .row .col-3 .step {
              padding: 0; }
              .order-details .order-steps-container .order-steps .row .col-3 .step img {
                padding: 0; } }
      .order-details .order-steps-container .order-steps .step img {
        padding: 0 12px;
        display: inline-block;
        background-color: #fff;
        vertical-align: middle; }
      .order-details .order-steps-container .order-steps .step p {
        font-size: 13px;
        margin-top: 12px; }
    .order-details .order-steps-container .title {
      font-size: 18px;
      line-height: 26px; }
    .order-details .order-steps-container p {
      font-size: 14px;
      margin-bottom: 20px; }
  .order-details .shopping-summary {
    margin-top: 40px;
    border-bottom: 1px solid #f2f1f1;
    padding-bottom: 20px;
    margin-bottom: 50px; }
    .order-details .shopping-summary .item-info {
      display: flex; }
      .order-details .shopping-summary .item-info ul {
        padding-left: 0;
        margin-bottom: 0; }
        @media (max-width: 768px) {
          .order-details .shopping-summary .item-info ul li:first-child {
            padding-top: 0; } }
        @media (max-width: 768px) {
          .order-details .shopping-summary .item-info ul li:last-child {
            padding-top: 37px !important; } }
        .order-details .shopping-summary .item-info ul li {
          font-size: 17px;
          padding-bottom: 12px; }
          @media (max-width: 768px) {
            .order-details .shopping-summary .item-info ul li {
              font-size: 14px;
              padding-bottom: 0px; } }
          .order-details .shopping-summary .item-info ul li:nth-child(2) {
            color: #161616; }
            @media (max-width: 768px) {
              .order-details .shopping-summary .item-info ul li:nth-child(2) {
                padding-bottom: 15px !important; } }
    @media screen and (max-width: 796px) {
      .order-details .shopping-summary .preparing {
        text-align: center;
        margin-top: 15px; } }
  .order-details .total-summary {
    border-top: 1px solid #f2f1f1;
    border-bottom: 1px solid #f2f1f1;
    padding: 20px 0;
    flex-direction: column; }
    @media screen and (max-width: 769px) {
      .order-details .total-summary {
        margin-right: 0;
        margin-left: 0; } }
    .order-details .total-summary .title {
      font-size: 18px;
      line-height: 26px; }
    .order-details .total-summary .list ul {
      padding-left: 0;
      display: flex;
      justify-content: space-between;
      font-size: 16px;
      list-style-type: none; }
      .order-details .total-summary .list ul.discount li {
        color: #fa6767; }
      .order-details .total-summary .list ul.total li {
        font-size: 20px; }
        @media (max-width: 768px) {
          .order-details .total-summary .list ul.total li {
            font-size: 16px; } }

/* Customer Info Page End */
.career-banner-text {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font: bold 3.5rem/3.5rem Oswald, -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";
  color: #fff;
  text-align: center; }
  @media (max-width: 980px) {
    .career-banner-text {
      font-size: 2rem;
      line-height: 2rem; } }

/* Customer Stock Subscription - Start */
.customer-stock-subscription-container .product-in-stock-info li {
  font-size: 17px; }
  @media (max-width: 768px) {
    .customer-stock-subscription-container .product-in-stock-info li {
      font-size: 14px; } }
  @media (max-width: 768px) {
    .customer-stock-subscription-container .product-in-stock-info li .stock-subscription-product-price {
      font-size: 15px; } }
  .customer-stock-subscription-container .product-in-stock-info li .stock-subscription-product-price.old-price {
    text-decoration: line-through;
    color: #9d9d9d;
    padding-left: 1rem; }

/* Customer Stock Subscription - End */
@media (max-width: 768px) {
  .customer-price-subscription .price-sub-product-link {
    font-size: 14px; } }

@media (max-width: 768px) {
  .customer-price-subscription .price-product-link {
    font-size: 15px; } }

.monospace-font {
  font-family: RobotoMono, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

/* Stores Pages */
@media (max-width: 768px) {
  .stores-slider {
    padding-right: 0 !important;
    padding-left: 30px; } }

.stores-slider .stores-img-title {
  font-size: 25px;
  margin-top: 10px; }

.stores-slider .owl-dots {
  padding-right: 30px !important; }

@media (min-width: 768px) {
  .stores-slider .owl-dots {
    padding: 20px 30px;
    justify-content: center;
    left: 0;
    padding-right: 30px !important;
    transform: none; }
    .stores-slider .owl-dots .owl-dot {
      flex-grow: 0; } }

.stores-slider-info-container .left .store-info {
  font-size: 16px; }
  .stores-slider-info-container .left .store-info .info-title {
    color: #202020;
    font-size: 18px !important; }
  .stores-slider-info-container .left .store-info .title-working {
    color: #202020; }
  .stores-slider-info-container .left .store-info .working-hours-store-detail {
    font-size: 14px; }

.stores-slider-info-container .right {
  padding-right: 0;
  padding-left: 0; }
  .stores-slider-info-container .right .map-img {
    margin-right: -10px;
    margin-left: -10px; }

.store-count-text {
  font-size: 1rem;
  padding: 24px 0;
  margin-bottom: 12px;
  border-bottom: 1px solid #f2f1f1; }
  @media (max-width: 768px) {
    .store-count-text {
      padding: 20px; } }

/* Stores Pages */
@media (max-width: 600px) {
  .story-like-container {
    overflow-x: scroll;
    white-space: nowrap; } }

.footer-top-text-area h5 {
  font-size: 18px;
  margin: 14px 0 6px 0; }

.footer-top-text-area p {
  font-size: 14px; }

.newsletter-container h2 {
  font-size: 35px; }

@media (max-width: 768px) {
  .footer-menu-container {
    border-bottom: 1px solid #eee;
    margin: 0 -20px; } }

.footer-menu-container .mobile-footer-menu-toggler {
  margin-bottom: 0px; }

.footer-menu-container .footer-menu-head {
  margin-bottom: 30px; }
  @media (max-width: 600px) {
    .footer-menu-container .footer-menu-head {
      font-size: 16px;
      margin-bottom: 0;
      padding: 1rem 1.5rem; } }

.footer-menu-container .footer-menu-link-group {
  font-size: 14px; }

.footer-top-text-area {
  padding-top: 2em;
  box-sizing: border-box; }
  @media (max-width: 600px) {
    .footer-top-text-area {
      border-top: 1px solid #2d2926; } }
  @media (min-width: 768px) {
    .footer-top-text-area {
      box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px; } }

.footer-top-text-outer .owl-stage-outer {
  overflow: hidden; }

.footer-top-text-outer .owl-item {
  float: left; }

.footer-top-text-outer img {
  filter: invert(1) brightness(1); }

@media (max-width: 767px) {
  .footer-top-text-outer .text-md-small p {
    font-size: 0.6rem !important; }
  .footer-top-text-outer .text-md-small h5 {
    font-size: 1rem !important; } }

@media (min-width: 768px) {
  .footer-top-text-outer .border-bottom {
    border-bottom: none !important; } }

@media (max-width: 600px) {
  .footer-logo {
    width: 130px; } }

.footer-bottom-text-area .text-muted {
  font-size: 13px; }

.footer-sub-menu div {
  display: flex;
  justify-content: center; }
  @media (max-width: 600px) {
    .footer-sub-menu div {
      justify-content: space-between; } }

.footer-sub-menu a {
  font-size: 13px; }
  @media (max-width: 600px) {
    .footer-sub-menu a {
      /*width: 30%;*/
      font-size: 10px !important;
      padding-bottom: 0.2rem;
      padding-top: 0.2rem; } }

@media (max-width: 600px) {
  .inv-footer-logo {
    padding: 12px; } }

.inv-footer-logo img {
  object-fit: contain; }
  @media (max-width: 600px) {
    .inv-footer-logo img {
      width: 70px;
      object-position: 0 -6px; } }

@media (max-width: 600px) {
  .footer-bottom-text-area .text-muted {
    font-size: 12px; } }

@media (max-width: 600px) {
  .footer-bottom-text-area,
  .footer-bottom-text-area .btn {
    font-size: 14px; } }

.home-page-custom-category-banners .col-12.col-sm-4.left,
.home-page-custom-category-banners .col-12.col-sm-4.middle {
  border-right: 2px solid #ffffff;
  border-top: 3px solid #ffffff; }

.home-page-custom-category-banners .col-12.col-sm-4.right {
  border-left: 2px solid #ffffff;
  border-top: 3px solid #ffffff; }

@media (min-width: 768px) {
  .home-page-sliders-size {
    padding: 0;
    max-width: 100% !important;
    margin-left: 4%; } }

@media (max-width: 768px) {
  .home-page-relative-image,
  .home-page-friendly-products {
    height: 850px;
    position: relative; } }

@media (min-width: 768px) {
  .home-page-relative-image,
  .home-page-friendly-products {
    min-height: 1100px;
    position: relative; } }

.home-page-friendly-products .ImageUpload,
.home-page-friendly-products .ImageUpload img {
  width: 100%;
  height: 100%; }

.home-page-absolute-product-slider {
  position: absolute;
  max-width: 100% !important;
  margin-left: 2%; }
  @media (max-width: 768px) {
    .home-page-absolute-product-slider {
      bottom: 6vh; } }
  @media (min-width: 768px) and (max-width: 1699px) {
    .home-page-absolute-product-slider {
      bottom: 2%; } }
  @media (min-width: 1700px) {
    .home-page-absolute-product-slider {
      bottom: -10%; } }

.home-page-absolute-product-slider .owl-dots {
  display: none; }

@media (max-width: 768px) {
  .home-page-raffle-lansman-wrapper {
    width: 100%;
    height: 950px;
    background-color: #f5f5f5; } }

@media (min-width: 768px) {
  .home-page-raffle-lansman-wrapper {
    width: 100%;
    min-height: 1100px;
    background-color: #f5f5f5;
    padding-top: 7%; } }

@media (min-width: 1700px) {
  .home-page-raffle-lansman-wrapper {
    margin-top: 8%; } }

@media (max-width: 768px) {
  .home-page-raffle-lansman-area .slider-component-container {
    margin-left: 4%; } }

@media (max-width: 768px) {
  .home-page-raffle-image {
    width: 518px;
    height: 520px; } }

.home-page-raffle-image img {
  width: 100%;
  height: 100%; }

.home-page-raffle-lansman-area {
  margin-left: 3%; }

.raffle-lansman-title {
  margin-left: 3%; }

.home-page-container .lansman-products {
  margin-top: 7%; }

.home-page-relative-image img {
  width: 100%;
  height: 100%; }

@media (max-width: 768px) {
  .home-page-container h5 {
    margin-top: 13%;
    margin-left: 4%;
    font-family: Oswald;
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #000; } }

@media (min-width: 768px) {
  .home-page-container h5 {
    margin-left: 4%;
    font-family: Oswald;
    font-size: 20px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #000; } }

.category-banners .col-12 {
  padding: 0; }

.category-banners .category-banner img {
  min-width: 100%;
  aspect-ratio: 915 / 1200; }

.category-banners .category-banner-list {
  overflow: hidden;
  max-height: 0; }

.category-banners .categories-plus {
  position: absolute;
  left: calc(50% - 6.67px);
  top: 300px;
  font-size: 28px;
  color: white;
  cursor: pointer; }

.category-banners .categories-svg {
  position: absolute;
  top: 360px;
  width: 100%;
  height: 160px;
  -webkit-animation-name: rotate;
  -moz-animation-name: rotate;
  -ms-animation-name: rotate;
  -o-animation-name: rotate;
  animation-name: rotate;
  -webkit-animation-duration: 5s;
  -moz-animation-duration: 5s;
  -ms-animation-duration: 5s;
  -o-animation-duration: 5s;
  animation-duration: 5s;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  -ms-animation-timing-function: linear;
  -o-animation-timing-function: linear;
  animation-timing-function: linear; }
  .category-banners .categories-svg text {
    font-size: 28px; }

@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg); } }

@-moz-keyframes rotate {
  from {
    -moz-transform: rotate(0deg); }
  to {
    -moz-transform: rotate(360deg); } }

@-ms-keyframes rotate {
  .category-banners from {
    -ms-transform: rotate(0deg); }
  .category-banners to {
    -ms-transform: rotate(360deg); } }

@-o-keyframes rotate {
  from {
    -o-transform: rotate(0deg); }
  to {
    -o-transform: rotate(360deg); } }

@keyframes rotate {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(360deg); } }

.category-banners .categories-stories {
  white-space: nowrap;
  padding: 0 40px;
  max-height: 0;
  overflow: hidden;
  transition: 0.5s; }
  .category-banners .categories-stories.active {
    max-height: 200px;
    overflow-x: scroll;
    margin-top: 30px;
    margin-bottom: 30px; }
    .category-banners .categories-stories.active::-webkit-scrollbar {
      display: none; }
  .category-banners .categories-stories .stories-categories-animation {
    display: inline-block; }
    .category-banners .categories-stories .stories-categories-animation .img-title-box-link {
      margin-right: 20px; }
      .category-banners .categories-stories .stories-categories-animation .img-title-box-link .img-title-box-image {
        width: 80px;
        border-radius: 50%; }
      .category-banners .categories-stories .stories-categories-animation .img-title-box-link .img-title-box-title {
        font-size: 14px;
        margin-top: 10px; }
      .category-banners .categories-stories .stories-categories-animation .img-title-box-link .img-title-box {
        text-align: center; }
  .category-banners .categories-stories .owl-item {
    display: inline-block; }
  .category-banners .categories-stories .owl-nav,
  .category-banners .categories-stories .owl-dots {
    display: none; }

/* HOME */
@media screen and (max-width: 991px) {
  .home-page-container {
    padding: 0; } }

.home-page-container .disco-heading-container {
  margin: 80px 0 !important; }
  @media (max-width: 768px) {
    .home-page-container .disco-heading-container {
      margin: 35px 0 !important; } }

@media (max-width: 768px) {
  .lansman-products .disco-heading-container {
    margin: 40px 0 20px 0 !important; } }

.blog-in-home .LinkButton {
  padding: 12px 2.5rem;
  font-size: 13px; }
  .blog-in-home .LinkButton.btn-link {
    font-family: RobotoMono, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-weight: bold;
    margin-top: 52px; }
    @media (max-width: 768px) {
      .blog-in-home .LinkButton.btn-link {
        margin: 14px 30px 42px 30px;
        font-family: Oswald, -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"; } }
  .blog-in-home .LinkButton.outline-btn {
    font-family: RobotoMono, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    margin: 30px 0;
    text-align: left;
    padding-top: 0px;
    margin-top: 0px;
    border: none; }

@media (max-width: 768px) {
  .blog-in-home .h2 {
    font-size: 10px;
    width: 240px;
    height: 30px;
    text-align: center;
    overflow-x: clip; } }

@media (min-width: 768px) {
  .blog-in-home .h2 {
    text-align: left;
    width: 545px;
    font-size: 14px;
    overflow-x: clip;
    font-family: Inter;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #000; } }

@media (max-width: 768px) {
  .blog-in-home .col-xs-12,
  .blog-in-home .ImageUpload {
    width: 240px;
    display: flex;
    flex-direction: column;
    align-items: center; } }

@media (min-width: 768px) {
  .blog-in-home .col-xs-12,
  .blog-in-home .ImageUpload {
    width: 545px;
    display: flex;
    flex-direction: column;
    align-items: center; } }

.blog-in-home .col-xs-12 {
  margin-left: 1%;
  margin-right: 4px; }
  @media (min-width: 768px) {
    .blog-in-home .col-xs-12 {
      width: 545px;
      height: 500px;
      padding: 0;
      margin: 0; } }

@media (min-width: 768px) {
  .blog-in-home img {
    width: 545px;
    height: 500px;
    padding: 0;
    margin: 0; } }

@media (max-width: 768px) {
  .blog-in-home img {
    width: 240px;
    height: 220px; } }

@media (max-width: 768px) {
  .blog-in-home .row {
    display: flex;
    overflow-x: auto;
    white-space: nowrap;
    flex-wrap: nowrap;
    flex-direction: row;
    overflow: hidden;
    overflow-x: auto; } }

@media (min-width: 768px) {
  .blog-in-home .row {
    display: flex;
    overflow-x: auto;
    white-space: nowrap;
    flex-wrap: nowrap;
    flex-direction: row;
    min-height: 650px;
    overflow: hidden;
    overflow-x: auto; } }

.show-more .btn-primary {
  font-size: 15px;
  padding: 1.25rem 2.5rem; }
  @media (max-width: 768px) {
    .show-more .btn-primary {
      padding: 1rem 2rem;
      font-size: 13px; } }

@media (max-width: 768px) {
  .stores-in-home .row {
    flex-direction: column-reverse; } }

.stores-in-home .row .left .stylish-font {
  font-size: 44px; }
  @media (max-width: 768px) {
    .stores-in-home .row .left .stylish-font {
      margin-top: 20px;
      width: 50%; } }

@media (min-width: 768px) {
  .stores-in-home .row .left {
    padding-left: 0; } }

.stores-in-home .row .right {
  padding: 0; }

.stores-in-home .row .btn-primary {
  padding: 0.8rem 2.2rem !important; }
  @media (max-width: 768px) {
    .stores-in-home .row .btn-primary {
      font-size: 13px; } }

/* HOME */
/* Bread Crumb */
.customer-breadcrumb {
  padding: 0; }
  @media screen and (max-width: 991px) {
    .customer-breadcrumb {
      margin-left: -20px; } }
  .customer-breadcrumb .breadcrumb {
    padding: 20px 0; }
    .customer-breadcrumb .breadcrumb .breadcrumb-item {
      font-size: 0.75rem; }

.scrolTop {
  display: flex;
  justify-content: center;
  align-items: center;
  /*background-color: #F8F8F8;*/
  padding: 15px 0;
  margin: 0 -20px;
  cursor: pointer; }
  @media (max-width: 768px) {
    .scrolTop {
      margin: 0 0 !important; } }
  @media screen and (max-width: 1199px) {
    .scrolTop {
      padding: 15px 0 0 0; } }
  .scrolTop.categoryTop {
    background: none !important; }
  .scrolTop img {
    transform: rotate(-90deg);
    width: 20px;
    height: 20px; }
  .scrolTop.scroll-top-button {
    font-size: 14px;
    font-weight: 500;
    padding: 16px;
    border: 1px solid #f2f1f1;
    margin: 20px !important; }

.scrolTopCustomer {
  position: absolute;
  bottom: 0;
  left: 45%; }

.no-shadow {
  box-shadow: none !important; }

/* Customer Favourite Subscription - Start */
.customer-price-sub-container,
.customer-favorites-container {
  font-size: 15px; }
  .customer-price-sub-container .favorite-product-price.old-price,
  .customer-favorites-container .favorite-product-price.old-price {
    text-decoration: line-through;
    color: #9d9d9d;
    padding-left: 1rem; }
  .customer-price-sub-container .favorite-product-link,
  .customer-favorites-container .favorite-product-link {
    font-size: 17px; }
    @media (max-width: 768px) {
      .customer-price-sub-container .favorite-product-link,
      .customer-favorites-container .favorite-product-link {
        font-size: 0.875rem; } }

/* Customer Favourite Subscription - End */
/* Customer Price Alarm - Start */
.customer-price-sub-container {
  font-size: 1.1rem; }

/* Customer Price Alarm - End */
.small-device-break-fix {
  padding: 10px 16px;
  width: 75%;
  float: right; }
  @media (max-width: 768px) {
    .small-device-break-fix {
      width: 100%; } }

#mini-cart .modal-content {
  height: 100vh;
  display: flex;
  flex-direction: column; }
  #mini-cart .modal-content .modal-header {
    padding: 1.5rem 1.5rem 1rem 2rem;
    border: none; }
    #mini-cart .modal-content .modal-header .close {
      opacity: 1 !important; }
    #mini-cart .modal-content .modal-header .modal-title {
      font-size: 20px;
      line-height: 25px; }
  #mini-cart .modal-content .mini-cart-total {
    display: flex;
    justify-content: space-between;
    margin: 20px 35px;
    font-size: 1.25rem; }
  #mini-cart .modal-content .modal-body {
    flex-grow: 1;
    overflow-y: auto;
    padding: 0rem 1.5rem 2rem 2rem; }
    #mini-cart .modal-content .modal-body .flyout-cart {
      padding-bottom: 20px;
      border-bottom: 1px solid #f2f1f1; }
      #mini-cart .modal-content .modal-body .flyout-cart .cart-item {
        margin-bottom: 2rem; }
        #mini-cart .modal-content .modal-body .flyout-cart .cart-item .mini-cart-product-name {
          font-size: 1rem;
          line-height: 20px;
          margin-bottom: 12px; }
          @media (max-width: 769px) {
            #mini-cart .modal-content .modal-body .flyout-cart .cart-item .mini-cart-product-name {
              display: flex;
              justify-content: space-between; } }
        #mini-cart .modal-content .modal-body .flyout-cart .cart-item .mini-cart-product-infos {
          font-size: 14px;
          color: #161616; }
        #mini-cart .modal-content .modal-body .flyout-cart .cart-item .mini-cart-action {
          display: flex;
          justify-content: space-between;
          align-items: center; }
          #mini-cart .modal-content .modal-body .flyout-cart .cart-item .mini-cart-action .quantity-input-container .cart-item-quantity {
            font-size: 1rem;
            color: #161616;
            border: none; }
          #mini-cart .modal-content .modal-body .flyout-cart .cart-item .mini-cart-action .quantity-input-container .input-group-btn button {
            color: #000 !important;
            font-size: 24px;
            width: 35px;
            display: flex; }
            #mini-cart .modal-content .modal-body .flyout-cart .cart-item .mini-cart-action .quantity-input-container .input-group-btn button img {
              width: 100%; }
          #mini-cart .modal-content .modal-body .flyout-cart .cart-item .mini-cart-action .mini-cart-product-unit-price {
            font-size: 1rem;
            color: #000000; }

.invCartBody .no-stock-container-in-cart {
  background-color: #c3e0f3;
  padding: 12px; }
  .invCartBody .no-stock-container-in-cart .product-infos {
    font-size: 14px;
    color: #202020;
    padding-top: 8px; }
    .invCartBody .no-stock-container-in-cart .product-infos .product-name {
      margin-bottom: 0; }
    .invCartBody .no-stock-container-in-cart .product-infos .info {
      margin-bottom: 0;
      color: #696b71;
      font-size: 12px;
      margin-top: 18px; }

.invCartBody #bodyCart .cart-item-row {
  display: flex;
  flex-wrap: wrap;
  position: relative; }
  @media (max-width: 769px) {
    .invCartBody #bodyCart .cart-item-row {
      padding: 10px 0px; } }
  @media (min-width: 769px) {
    .invCartBody #bodyCart .cart-item-row {
      padding: 30px 0px; } }
  .invCartBody #bodyCart .cart-item-row .cart-item-quantity {
    font-size: 10px;
    color: #161616;
    border: none; }
    @media (max-width: 769px) {
      .invCartBody #bodyCart .cart-item-row .cart-item-quantity {
        width: 30px;
        height: 28px;
        flex-grow: 0;
        font-family: Inter;
        font-size: 10px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        text-align: center;
        color: #000; } }
  .invCartBody #bodyCart .cart-item-row .input-group {
    align-items: center;
    justify-content: space-between;
    padding: 5px; }
  .invCartBody #bodyCart .cart-item-row .input-group-btn button {
    color: #000 !important;
    display: flex; }
    .invCartBody #bodyCart .cart-item-row .input-group-btn button img {
      width: 18px; }
  @media (max-width: 768px) {
    .invCartBody #bodyCart .cart-item-row .cart-item .shopping-quantity-text {
      /*display: none;*/ } }
  .invCartBody #bodyCart .cart-item-row .cart-item .delete-and-favourite-add .product-box-fav-icon {
    border: none;
    background: none;
    margin-top: 3px;
    color: #0099ff;
    text-decoration: underline;
    font-size: 0.75rem;
    padding: 0; }
    @media (max-width: 768px) {
      .invCartBody #bodyCart .cart-item-row .cart-item .delete-and-favourite-add .product-box-fav-icon {
        margin-left: 0;
        padding-right: 12px;
        padding-left: 0;
        text-align: left; } }
  @media (max-width: 991px) {
    .invCartBody #bodyCart .cart-item-row .cart-item .delete-and-favourite-add .cart-delete-item {
      display: none; } }
  .invCartBody #bodyCart .cart-item-row .cart-item .quantity-input-container {
    position: relative;
    right: 0px; }
    @media (min-width: 991px) {
      .invCartBody #bodyCart .cart-item-row .cart-item .quantity-input-container {
        width: 100%;
        display: flex;
        justify-content: flex-start;
        align-items: center; } }
    @media (max-width: 768px) {
      .invCartBody #bodyCart .cart-item-row .cart-item .quantity-input-container {
        width: 100%;
        margin-top: 12px; } }
  @media (max-width: 991px) {
    .invCartBody #bodyCart .cart-item-row .cart-item {
      width: 100%; } }
  .invCartBody #bodyCart .cart-item-row::before {
    content: "";
    width: 100vw;
    height: 1px;
    background-color: #e8e8e8;
    bottom: 0;
    position: absolute;
    left: -20px; }
    @media (min-width: 768px) {
      .invCartBody #bodyCart .cart-item-row::before {
        width: 100%;
        left: 0; } }

.invCartBody #bodyCart .cart-product-name {
  margin-bottom: 20px;
  display: flex;
  align-items: flex-start;
  font-family: Inter;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #000; }
  @media (max-width: 768px) {
    .invCartBody #bodyCart .cart-product-name {
      font-size: 12px;
      justify-content: space-between;
      margin-bottom: 10px; } }
  .invCartBody #bodyCart .cart-product-name .cart-delete-item-mobile {
    padding-right: 0px; }
    @media (min-width: 991px) {
      .invCartBody #bodyCart .cart-product-name .cart-delete-item-mobile {
        display: none !important; } }
    .invCartBody #bodyCart .cart-product-name .cart-delete-item-mobile img {
      width: 24px;
      height: 24px; }
      @media (max-width: 992px) {
        .invCartBody #bodyCart .cart-product-name .cart-delete-item-mobile img {
          min-width: 16px;
          min-height: 16px; } }

.invCartBody #bodyCart .cart-product-infos,
.invCartBody #bodyCart .quanity-cart-text {
  font-family: Inter;
  font-size: 10px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000; }
  @media (min-width: 768px) {
    .invCartBody #bodyCart .cart-product-infos,
    .invCartBody #bodyCart .quanity-cart-text {
      display: flex;
      flex-direction: column;
      font-size: 12px;
      margin-right: 13px; } }

.invCartBody #bodyCart .cart-product-edit-btn {
  color: #fa6767;
  font-size: 0.75rem; }

.invCartBody #bodyCart .cart-price-container {
  display: flex;
  align-items: flex-start;
  justify-content: space-between; }
  @media (max-width: 992px) {
    .invCartBody #bodyCart .cart-price-container {
      flex-direction: column;
      width: 100%;
      margin-top: 12px;
      height: 35px;
      justify-content: flex-end; } }
  .invCartBody #bodyCart .cart-price-container .cart-price-list {
    display: flex;
    font-size: 14px;
    font-family: Inter;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    flex-flow: column-reverse; }
    @media (max-width: 992px) {
      .invCartBody #bodyCart .cart-price-container .cart-price-list {
        font-size: 12px; } }
    .invCartBody #bodyCart .cart-price-container .cart-price-list .cart-old-price {
      color: #9f9f9f;
      margin-bottom: 4px; }
      @media (min-width: 769px) {
        .invCartBody #bodyCart .cart-price-container .cart-price-list .cart-old-price {
          margin-bottom: 10px; } }
  .invCartBody #bodyCart .cart-price-container .delete-and-favourite-add {
    display: flex;
    justify-content: flex-end; }
    @media (min-width: 991px) {
      .invCartBody #bodyCart .cart-price-container .delete-and-favourite-add {
        margin-left: 30px; } }
    .invCartBody #bodyCart .cart-price-container .delete-and-favourite-add .product-box-fav-icon {
      border: none;
      background: none;
      margin-top: 3px;
      color: #0099ff;
      text-decoration: underline;
      font-size: 0.75rem;
      padding-right: 0;
      padding-left: 15px; }
      @media (max-width: 768px) {
        .invCartBody #bodyCart .cart-price-container .delete-and-favourite-add .product-box-fav-icon {
          margin-left: 0;
          padding-right: 12px;
          padding-left: 0;
          text-align: left; } }
    @media (max-width: 991px) {
      .invCartBody #bodyCart .cart-price-container .delete-and-favourite-add .cart-delete-item {
        display: none; } }

.invCartBody .cart-action-top {
  font-size: 0.875rem;
  align-items: center;
  position: relative; }
  .invCartBody .cart-action-top .cart-top-text {
    font-family: Oswald;
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #000; }
  @media screen and (max-width: 991px) {
    .invCartBody .cart-action-top .back-to-shopping {
      padding: 0; } }
  .invCartBody .cart-action-top .back-to-shopping .btn-link {
    font-size: 14px; }
    @media (min-width: 768px) {
      .invCartBody .cart-action-top .back-to-shopping .btn-link {
        padding-left: 0; } }
  .invCartBody .cart-action-top .back-to-shopping img {
    width: 20px;
    margin-right: 12px; }
    @media (min-width: 768px) {
      .invCartBody .cart-action-top .back-to-shopping img {
        width: 24px;
        height: 24px;
        margin-right: 20px; } }
  @media (min-width: 768px) {
    .invCartBody .cart-action-top .back-to-shopping .cart-top-text {
      font-family: Oswald;
      font-size: 14px;
      font-weight: 500;
      font-stretch: normal;
      font-style: normal;
      line-height: normal;
      letter-spacing: normal;
      text-align: left;
      color: #000; } }
  .invCartBody .cart-action-top .delete-all {
    text-align: right; }
    @media (max-width: 769px) {
      .invCartBody .cart-action-top .delete-all {
        padding-left: 0px;
        text-align: right !important; } }
    .invCartBody .cart-action-top .delete-all a {
      text-decoration: underline;
      font-family: Oswald;
      font-size: 10px;
      font-weight: 500;
      font-stretch: normal;
      font-style: normal;
      line-height: normal;
      letter-spacing: normal;
      color: #9f9f9f; }
      .invCartBody .cart-action-top .delete-all a img {
        padding-right: 12px; }
        @media (max-width: 769px) {
          .invCartBody .cart-action-top .delete-all a img {
            padding-right: 1px; } }
  .invCartBody .cart-action-top:before {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #e8e8e8;
    bottom: 0;
    position: absolute; }
  @media (min-width: 768px) {
    .invCartBody .cart-action-top:before {
      display: none; } }

.invCartBody .gift-note-container {
  position: relative;
  overflow: hidden;
  margin-top: 20px;
  margin-bottom: 50px; }
  @media (min-width: 768px) {
    .invCartBody .gift-note-container {
      padding-bottom: 20px;
      border-bottom: 1px solid #e8e8e8;
      padding-left: 0px; } }
  @media (max-width: 769px) {
    .invCartBody .gift-note-container {
      /* margin-right: 15px;
            margin-left: 15px;*/
      margin-bottom: 20px;
      padding-left: 0; } }
  .invCartBody .gift-note-container .gift-note-width .custom-control-input {
    left: 23px; }
  .invCartBody .gift-note-container .gift-note-width .custom-control-label {
    padding-left: 25px;
    cursor: pointer;
    font-family: Inter;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #000; }
    .invCartBody .gift-note-container .gift-note-width .custom-control-label:before {
      left: 0;
      width: 18px;
      height: 18px;
      background-color: none;
      border: 1px solid #000;
      top: 0; }
    .invCartBody .gift-note-container .gift-note-width .custom-control-label:after {
      left: 0;
      width: 1.25rem;
      height: 1.25rem;
      top: 0.01rem; }
      @media (max-width: 768px) {
        .invCartBody .gift-note-container .gift-note-width .custom-control-label:after {
          width: 18px;
          height: 18px; } }
  .invCartBody .gift-note-container .gift-note-width .gift-note-box-inner {
    position: absolute;
    right: 3px;
    top: 90px; }
  .invCartBody .gift-note-container .gift-note-width .gift-note-input {
    padding: 20px;
    font-family: Inter;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: black; }
    @media (max-width: 768px) {
      .invCartBody .gift-note-container .gift-note-width .gift-note-input.mobile-width {
        width: 100% !important;
        height: 100px;
        font-family: Inter;
        font-size: 12px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        text-align: left;
        color: #000; } }
  .invCartBody .gift-note-container .gift-note-width .char-counter {
    position: absolute;
    bottom: 10px;
    right: 20px;
    font-family: Inter;
    font-size: 8px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: right;
    color: #9f9f9f; }
  .invCartBody .gift-note-container .gift-note-bg-img {
    position: absolute;
    right: 0px;
    top: 3px;
    overflow: hidden;
    opacity: 0.7;
    width: 24px;
    height: 24px; }
    @media (min-width: 768px) {
      .invCartBody .gift-note-container .gift-note-bg-img {
        top: -4px; } }
    .invCartBody .gift-note-container .gift-note-bg-img.checked {
      opacity: 0.6;
      z-index: -1;
      right: 0px;
      top: -4px;
      opacity: 0.6; }
      @media (max-width: 992px) {
        .invCartBody .gift-note-container .gift-note-bg-img.checked {
          right: 0px;
          top: -4px;
          opacity: 1; } }
    @media (max-width: 769px) {
      .invCartBody .gift-note-container .gift-note-bg-img {
        top: -4px;
        max-width: 35px;
        max-height: 32px;
        opacity: 1;
        margin-right: 5px; } }

@media (max-width: 768px) {
  .mobile-sticky {
    position: fixed;
    bottom: 0;
    background: #fff;
    left: 0;
    padding: 20px; } }

@media (max-width: 992px) {
  .opcStickyItem .mobile-sticky {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; } }

.security-shopping {
  z-index: -1; }

.select-pickup-store-button-container button span {
  padding-left: 30px; }

.select-pickup-store-button-container button img {
  height: 15px;
  width: auto;
  margin-top: 5px; }

.store-select-area {
  margin-top: -15px; }

.pickup-stores-list .modal-header {
  padding-top: 1.8rem;
  align-items: center; }
  .pickup-stores-list .modal-header h5 {
    font-size: 16px; }
  .pickup-stores-list .modal-header .close {
    font-size: 32px; }

.pickup-stores-list select.form-control {
  height: 3rem !important;
  padding: 0.75rem !important;
  background-repeat: no-repeat;
  background-position-x: 92%;
  background-position-y: 16px;
  color: #9d9d9d; }

.seperator hr {
  border: 1px solid #f2f1f1; }

.store-accordeon .accordion [aria-expanded="true"] {
  font-weight: 500; }

.store-accordeon.collapsed img {
  transform: rotate(-180deg); }

.store-accordeon img {
  transform: unset;
  height: 20px; }

.store-sub-infos {
  margin-left: 10px; }
  .store-sub-infos a {
    font-family: Oswald, -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-size: 12px;
    color: #9d9d9d;
    text-decoration: underline;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 17px;
    text-align: center;
    cursor: pointer; }

.selected-pickup-store-customer-container {
  margin-top: 1rem;
  border: 1px solid #ddd0d0; }
  @media (max-width: 992px) {
    .selected-pickup-store-customer-container {
      padding: 1rem;
      padding-left: 0px;
      padding-right: 0px; } }

#checkoutStickyItem,
.opcStickyItem {
  position: sticky;
  top: 0;
  z-index: 1; }
  @media (min-width: 768px) {
    #checkoutStickyItem,
    .opcStickyItem {
      display: flex;
      justify-content: end; } }
  @media (min-width: 991px) {
    #checkoutStickyItem .inner-wrapper-sticky,
    .opcStickyItem .inner-wrapper-sticky {
      height: 700px;
      width: 100%; } }
  @media (max-width: 769px) {
    #checkoutStickyItem .order-table-and-coupon-code .order-total-small,
    .opcStickyItem .order-table-and-coupon-code .order-total-small {
      padding: 0 15px; } }
  #checkoutStickyItem .order-table-and-coupon-code .order-total-small .order-total-small-table,
  .opcStickyItem .order-table-and-coupon-code .order-total-small .order-total-small-table {
    margin-bottom: 20px; }
    #checkoutStickyItem .order-table-and-coupon-code .order-total-small .order-total-small-table td,
    .opcStickyItem .order-table-and-coupon-code .order-total-small .order-total-small-table td {
      padding-right: 0;
      padding-left: 0;
      font-size: 30px; }
    #checkoutStickyItem .order-table-and-coupon-code .order-total-small .order-total-small-table .order-small-title,
    .opcStickyItem .order-table-and-coupon-code .order-total-small .order-total-small-table .order-small-title {
      font-family: Inter;
      font-size: 12px;
      font-weight: normal;
      font-stretch: normal;
      font-style: normal;
      line-height: normal;
      letter-spacing: normal;
      text-align: left;
      color: #000;
      margin-bottom: 10px; }
      @media screen and (max-width: 991px) {
        #checkoutStickyItem .order-table-and-coupon-code .order-total-small .order-total-small-table .order-small-title,
        .opcStickyItem .order-table-and-coupon-code .order-total-small .order-total-small-table .order-small-title {
          margin-bottom: 16px; } }
      #checkoutStickyItem .order-table-and-coupon-code .order-total-small .order-total-small-table .order-small-title.red,
      .opcStickyItem .order-table-and-coupon-code .order-total-small .order-total-small-table .order-small-title.red {
        color: #ff0000; }
      @media screen and (max-width: 991px) {
        #checkoutStickyItem .order-table-and-coupon-code .order-total-small .order-total-small-table .order-small-title,
        .opcStickyItem .order-table-and-coupon-code .order-total-small .order-total-small-table .order-small-title {
          font-size: 1rem; } }
    #checkoutStickyItem .order-table-and-coupon-code .order-total-small .order-total-small-table .order-small-price,
    .opcStickyItem .order-table-and-coupon-code .order-total-small .order-total-small-table .order-small-price {
      font-size: 12px;
      margin-bottom: 10px; }
      #checkoutStickyItem .order-table-and-coupon-code .order-total-small .order-total-small-table .order-small-price.red,
      .opcStickyItem .order-table-and-coupon-code .order-total-small .order-total-small-table .order-small-price.red {
        color: #ff0000; }
    #checkoutStickyItem .order-table-and-coupon-code .order-total-small .order-total-small-table .total-price,
    .opcStickyItem .order-table-and-coupon-code .order-total-small .order-total-small-table .total-price {
      font-size: 14px; }
    #checkoutStickyItem .order-table-and-coupon-code .order-total-small .order-total-small-table .shipping-description,
    .opcStickyItem .order-table-and-coupon-code .order-total-small .order-total-small-table .shipping-description {
      font-size: 10px;
      color: #9f9f9f; }
  #checkoutStickyItem .order-table-and-coupon-code .order-total-small .mobile-total-cart-fixed,
  .opcStickyItem .order-table-and-coupon-code .order-total-small .mobile-total-cart-fixed {
    position: fixed;
    bottom: 0;
    left: 0;
    background: #fff;
    padding: 10px !important;
    z-index: 50;
    border: 1px solid #d8d8d8;
    width: 100%; }
    #checkoutStickyItem .order-table-and-coupon-code .order-total-small .mobile-total-cart-fixed #totalFixedBtn,
    .opcStickyItem .order-table-and-coupon-code .order-total-small .mobile-total-cart-fixed #totalFixedBtn {
      padding-right: 0;
      padding-left: 30px !important;
      display: flex;
      justify-content: space-between;
      align-items: center; }
      #checkoutStickyItem .order-table-and-coupon-code .order-total-small .mobile-total-cart-fixed #totalFixedBtn p,
      .opcStickyItem .order-table-and-coupon-code .order-total-small .mobile-total-cart-fixed #totalFixedBtn p {
        margin-bottom: 0;
        font-size: 14px; }
        #checkoutStickyItem .order-table-and-coupon-code .order-total-small .mobile-total-cart-fixed #totalFixedBtn p:last-child,
        .opcStickyItem .order-table-and-coupon-code .order-total-small .mobile-total-cart-fixed #totalFixedBtn p:last-child {
          font-size: 1rem; }
      #checkoutStickyItem .order-table-and-coupon-code .order-total-small .mobile-total-cart-fixed #totalFixedBtn .total-fixed-arrow-btn,
      .opcStickyItem .order-table-and-coupon-code .order-total-small .mobile-total-cart-fixed #totalFixedBtn .total-fixed-arrow-btn {
        transition: 0.5s; }
        #checkoutStickyItem .order-table-and-coupon-code .order-total-small .mobile-total-cart-fixed #totalFixedBtn .total-fixed-arrow-btn.active,
        .opcStickyItem .order-table-and-coupon-code .order-total-small .mobile-total-cart-fixed #totalFixedBtn .total-fixed-arrow-btn.active {
          transform: rotate(180deg); }
  #checkoutStickyItem .order-table-and-coupon-code .order-total-small .acordeon-content .coupon-code-container,
  .opcStickyItem .order-table-and-coupon-code .order-total-small .acordeon-content .coupon-code-container {
    display: none; }
  #checkoutStickyItem .order-table-and-coupon-code .coupon-code-container,
  .opcStickyItem .order-table-and-coupon-code .coupon-code-container {
    display: block; }
    #checkoutStickyItem .order-table-and-coupon-code .coupon-code-container .coupon-code-form,
    .opcStickyItem .order-table-and-coupon-code .coupon-code-container .coupon-code-form {
      position: relative; }
      #checkoutStickyItem .order-table-and-coupon-code .coupon-code-container .coupon-code-form .applyCouponCode,
      .opcStickyItem .order-table-and-coupon-code .coupon-code-container .coupon-code-form .applyCouponCode {
        position: absolute;
        right: 7px;
        top: 10px;
        padding: 8px 16px;
        /*border: 1px solid #abaaaa;*/
        background-color: #9f9f9f;
        display: flex;
        align-items: center;
        justify-content: center; }
        @media (min-width: 768px) {
          #checkoutStickyItem .order-table-and-coupon-code .coupon-code-container .coupon-code-form .applyCouponCode,
          .opcStickyItem .order-table-and-coupon-code .coupon-code-container .coupon-code-form .applyCouponCode {
            padding: 8px 27px;
            height: 48px;
            background-color: transparent;
            color: #000;
            border: 1px solid #000; } }
      #checkoutStickyItem .order-table-and-coupon-code .coupon-code-container .coupon-code-form #couponCodeInput,
      .opcStickyItem .order-table-and-coupon-code .coupon-code-container .coupon-code-form #couponCodeInput {
        font-family: Inter;
        font-size: 12px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        text-align: left;
        color: #9f9f9f;
        background-color: #fff;
        padding: 16px 20px;
        height: 48px; }
        @media (max-width: 768px) {
          #checkoutStickyItem .order-table-and-coupon-code .coupon-code-container .coupon-code-form #couponCodeInput,
          .opcStickyItem .order-table-and-coupon-code .coupon-code-container .coupon-code-form #couponCodeInput {
            margin-bottom: 20px; } }
        @media (min-width: 768px) {
          #checkoutStickyItem .order-table-and-coupon-code .coupon-code-container .coupon-code-form #couponCodeInput,
          .opcStickyItem .order-table-and-coupon-code .coupon-code-container .coupon-code-form #couponCodeInput {
            height: 48px;
            width: 70%; } }
    #checkoutStickyItem .order-table-and-coupon-code .coupon-code-container #flexCheckChecked,
    .opcStickyItem .order-table-and-coupon-code .coupon-code-container #flexCheckChecked {
      appearance: none;
      width: 18px;
      height: 18px;
      border: 1px solid #000;
      padding: 3px;
      top: 0.9rem;
      left: 20px; }
    #checkoutStickyItem .order-table-and-coupon-code .coupon-code-container .coupon-check-control,
    .opcStickyItem .order-table-and-coupon-code .coupon-code-container .coupon-check-control {
      /*input:checked:before {
                    content: '';
                    position: absolute;
                    top: 40%;
                    left: 60%;
                    transform: translate(-50%, -50%) translate(-4px, 3px) rotate(35deg);
                    background-color: #ffffff;
                    width: 4px;
                    height: 2px;
                }*/ }
      #checkoutStickyItem .order-table-and-coupon-code .coupon-code-container .coupon-check-control .form-check-label,
      .opcStickyItem .order-table-and-coupon-code .coupon-code-container .coupon-check-control .form-check-label {
        margin-left: 1.6rem;
        font-family: Inter;
        font-size: 12px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        text-align: left;
        color: #000; }
      #checkoutStickyItem .order-table-and-coupon-code .coupon-code-container .coupon-check-control .form-check,
      .opcStickyItem .order-table-and-coupon-code .coupon-code-container .coupon-check-control .form-check {
        padding-left: 0 !important; }
      #checkoutStickyItem .order-table-and-coupon-code .coupon-code-container .coupon-check-control input,
      .opcStickyItem .order-table-and-coupon-code .coupon-code-container .coupon-check-control input {
        accent-color: #fff; }
      #checkoutStickyItem .order-table-and-coupon-code .coupon-code-container .coupon-check-control input:checked,
      .opcStickyItem .order-table-and-coupon-code .coupon-code-container .coupon-check-control input:checked {
        background-color: #1626ff; }
      #checkoutStickyItem .order-table-and-coupon-code .coupon-code-container .coupon-check-control input:checked:after,
      .opcStickyItem .order-table-and-coupon-code .coupon-code-container .coupon-check-control input:checked:after {
        content: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
        position: absolute;
        top: -25%;
        left: 25%; }
      #checkoutStickyItem .order-table-and-coupon-code .coupon-code-container .coupon-check-control::before,
      .opcStickyItem .order-table-and-coupon-code .coupon-code-container .coupon-check-control::before {
        content: "";
        width: 100vw;
        height: 1px;
        bottom: 0;
        position: absolute;
        left: -20px; }
        @media (max-width: 768px) {
          #checkoutStickyItem .order-table-and-coupon-code .coupon-code-container .coupon-check-control::before,
          .opcStickyItem .order-table-and-coupon-code .coupon-code-container .coupon-check-control::before {
            display: none; } }
        @media (min-width: 768px) {
          #checkoutStickyItem .order-table-and-coupon-code .coupon-code-container .coupon-check-control::before,
          .opcStickyItem .order-table-and-coupon-code .coupon-code-container .coupon-check-control::before {
            left: 0;
            width: 100%; } }
      #checkoutStickyItem .order-table-and-coupon-code .coupon-code-container .coupon-check-control::after,
      .opcStickyItem .order-table-and-coupon-code .coupon-code-container .coupon-check-control::after {
        content: "";
        width: 100vw;
        height: 1px;
        background-color: #e8e8e8;
        top: 0;
        position: absolute;
        left: -20px; }
        @media (min-width: 768px) {
          #checkoutStickyItem .order-table-and-coupon-code .coupon-code-container .coupon-check-control::after,
          .opcStickyItem .order-table-and-coupon-code .coupon-code-container .coupon-check-control::after {
            left: 0;
            width: 100%; } }
  #checkoutStickyItem .order-totals-head,
  .opcStickyItem .order-totals-head {
    font-family: Oswald;
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #000;
    margin-top: 12px;
    margin-bottom: 0px; }
    @media screen and (min-width: 992px) {
      #checkoutStickyItem .order-totals-head,
      .opcStickyItem .order-totals-head {
        margin-bottom: 18px; } }

@media (max-width: 769px) {
  .opcStickyItem .order-table-and-coupon-code {
    padding: 0 15px;
    margin-bottom: 70px; } }

@media (max-width: 769px) {
  .opcStickyItem .order-table-and-coupon-code .order-total-small {
    padding: 0 15px; } }

.career-banner-text {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font: bold 3.5rem/3.5rem "Oswald";
  color: #fff;
  text-align: center; }
  @media (max-width: 980px) {
    .career-banner-text {
      font-size: 2rem;
      line-height: 2rem; } }

.support-page .ImageUpload img,
.static-page .ImageUpload img,
.details-not-login .ImageUpload img,
.order-tracking-not-login .ImageUpload img {
  min-width: 100%; }

.support-page .staticpage-sidebar-text,
.static-page .staticpage-sidebar-text,
.details-not-login .staticpage-sidebar-text,
.order-tracking-not-login .staticpage-sidebar-text {
  font-size: 14px;
  line-height: 2; }

.support-page .staticpage-sidebar-title,
.static-page .staticpage-sidebar-title,
.details-not-login .staticpage-sidebar-title,
.order-tracking-not-login .staticpage-sidebar-title {
  font-size: 16px;
  text-align: left;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 10px;
  margin-top: 26px;
  margin-right: 30px; }

.support-page .link-square,
.static-page .link-square,
.details-not-login .link-square,
.order-tracking-not-login .link-square {
  width: 5px;
  height: 5px;
  background-color: #000;
  position: absolute;
  left: -15px;
  top: 3px; }

.support-page .SupportPageTitle,
.support-page .PageTitle,
.static-page .SupportPageTitle,
.static-page .PageTitle,
.details-not-login .SupportPageTitle,
.details-not-login .PageTitle,
.order-tracking-not-login .SupportPageTitle,
.order-tracking-not-login .PageTitle {
  text-align: left; }
  .support-page .SupportPageTitle h1,
  .support-page .PageTitle h1,
  .static-page .SupportPageTitle h1,
  .static-page .PageTitle h1,
  .details-not-login .SupportPageTitle h1,
  .details-not-login .PageTitle h1,
  .order-tracking-not-login .SupportPageTitle h1,
  .order-tracking-not-login .PageTitle h1 {
    font-size: 24px;
    margin-top: 30px; }

.support-page .Faq .faq-item,
.static-page .Faq .faq-item,
.details-not-login .Faq .faq-item,
.order-tracking-not-login .Faq .faq-item {
  margin-top: 20px; }
  .support-page .Faq .faq-item .faq-content-container,
  .static-page .Faq .faq-item .faq-content-container,
  .details-not-login .Faq .faq-item .faq-content-container,
  .order-tracking-not-login .Faq .faq-item .faq-content-container {
    margin: 10px 0; }

.support-page .staticpage-sidebar-text,
.static-page .staticpage-sidebar-text,
.details-not-login .staticpage-sidebar-text,
.order-tracking-not-login .staticpage-sidebar-text {
  padding-left: 1em; }

.support-page .collapse-link,
.static-page .collapse-link,
.details-not-login .collapse-link,
.order-tracking-not-login .collapse-link {
  display: block; }

@media (max-width: 980px) {
  .support-page .collapse-link,
  .static-page .collapse-link,
  .details-not-login .collapse-link,
  .order-tracking-not-login .collapse-link {
    text-align: left;
    padding: 1.2rem;
    padding-bottom: 6px;
    border-bottom: 1px solid #e9e9e9 !important; }
  .support-page .staticpage-sidebar-title,
  .static-page .staticpage-sidebar-title,
  .details-not-login .staticpage-sidebar-title,
  .order-tracking-not-login .staticpage-sidebar-title {
    border-bottom: none;
    font-size: 1em;
    line-height: 2em;
    margin: 0;
    padding-right: 7px; }
  .support-page .staticpage-sidebar-text,
  .static-page .staticpage-sidebar-text,
  .details-not-login .staticpage-sidebar-text,
  .order-tracking-not-login .staticpage-sidebar-text {
    padding-left: 2.4em;
    margin-top: 12px; } }

#opcAddressForm {
  /* position: absolute;
        z-index: 9;
        background-color: #fff;
        height: 1200px;*/ }
  #opcAddressForm .form-control {
    height: 48px !important;
    font-size: 9px !important; }
  #opcAddressForm .modal-body {
    padding-top: 0px !important; }
  #opcAddressForm .modal-content {
    overflow-x: hidden !important; }
  #opcAddressForm .form-group {
    color: #000; }

@media (max-width: 980px) {
  .modal-dialog {
    margin: 0px !important;
    padding-top: 85px; } }

.delivery-address-select-container {
  /*.address-type-head {
        font-size: 20px;

        @include max($lg) {
            font-size: 16px;

            span {
                margin-left: -15px;
            }

            img {
                width: 50px;
                margin-left: -5px;
            }
        }
    }*/ }
  .delivery-address-select-container button {
    font-size: 20px;
    margin-top: -5px; }
    .delivery-address-select-container button.accordion-toggle-button {
      font-size: 24px;
      font-weight: 600; }
  .delivery-address-select-container .pickup-store-container button {
    border: none;
    border-bottom: 1px solid #f2f2f2 !important;
    font-size: 16px;
    padding-bottom: 1rem !important; }
  .delivery-address-select-container hr {
    margin-top: 1.4rem;
    margin-bottom: 1.4rem; }
  .delivery-address-select-container .address-title {
    font-size: 16px; }
    @media (max-width: 992px) {
      .delivery-address-select-container .address-title {
        font-size: 14px;
        border-right: none !important; } }
  .delivery-address-select-container .address-area {
    font-size: 14px; }
    @media (max-width: 992px) {
      .delivery-address-select-container .address-area {
        min-height: 60px;
        overflow: hidden; } }
    .delivery-address-select-container .address-area .border-right {
      border-right: 1px solid #d7d7d7 !important;
      width: 120px;
      overflow: hidden;
      max-height: 81px;
      min-width: 125px; }
  .delivery-address-select-container .change-billing-address-checkbox .same-address {
    font-size: 14px;
    vertical-align: middle;
    padding-top: 3px;
    padding-left: 6px; }
    .delivery-address-select-container .change-billing-address-checkbox .same-address::before {
      top: 3px !important; }
  .delivery-address-select-container .open-addresslist-button {
    position: absolute !important;
    top: 20%;
    right: 0px;
    width: 25px; }
  .delivery-address-select-container .accordion-toggle-button.collapsed .accordion-closed-icon {
    display: inline-block; }
  .delivery-address-select-container .accordion-toggle-button.collapsed .accordion-opened-icon {
    display: none; }
  .delivery-address-select-container .accordion-toggle-button .accordion-closed-icon {
    display: none; }
  .delivery-address-select-container .accordion-toggle-button .accordion-opened-icon {
    display: inline-block; }

.address-list-container .selected-address {
  background-color: #f5f5f5; }

.address-list-container .modal-dialog {
  width: 500px; }

@media (max-width: 992px) {
  .address-list-container .modal-body {
    padding: 0 !important; } }

.cargo-type-head {
  font-size: 20px;
  margin-bottom: 0.8rem; }
  @media (max-width: 980px) {
    .cargo-type-head {
      margin-left: -10px;
      border-bottom: 1px solid #e8e8e8;
      padding-bottom: 16px; } }

.cargo-icon-opc {
  margin-right: 16px;
  position: relative;
  left: 10px; }
  @media (min-width: 992px) {
    .cargo-icon-opc {
      left: 0px;
      margin-right: 1%; } }
  @media (max-width: 992px) {
    .cargo-icon-opc {
      margin-right: 0px; } }

.selected-store-address-container {
  padding: 1.5rem;
  background: #f1f1f1;
  margin-bottom: 2rem; }
  @media (max-width: 992px) {
    .selected-store-address-container {
      border: 1px solid #d7d7d7;
      padding: 10px;
      background-color: #fff; } }
  @media (max-width: 992px) {
    .selected-store-address-container label {
      color: #000;
      font-weight: bold;
      font-size: 14px; } }
  @media (max-width: 992px) {
    .selected-store-address-container span {
      color: #797979;
      font-size: 12px; } }

.store-html-pickup {
  /*background: #f1f1f1;*/ }
  @media (max-width: 992px) {
    .store-html-pickup {
      background-color: #fff; } }
  .store-html-pickup .selected-store-address-container {
    margin-bottom: 0;
    background: #f1f1f1; }
    @media (max-width: 992px) {
      .store-html-pickup .selected-store-address-container {
        background: #fff; } }
  .store-html-pickup .store-sub-infos-container {
    background: #f1f1f1; }
    @media (max-width: 992px) {
      .store-html-pickup .store-sub-infos-container {
        background: #fff; } }
  @media (max-width: 992px) {
    .store-html-pickup .store-sub-infos {
      display: none; } }
  .store-html-pickup .store-sub-infos .store-accordeon img {
    display: none; }

.selected-pickup-store-info-container {
  /*background: #f1f1f1;*/
  padding: 0px;
  padding-top: 18px;
  padding-bottom: 30px; }
  @media (min-width: 992px) {
    .selected-pickup-store-info-container {
      padding-bottom: 0px; } }

.selected-store-title {
  font-family: Oswald;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold; }

.opc-step-head {
  display: flex;
  align-items: center; }
  .opc-step-head.passed .add-new-address-button {
    display: none; }
    @media (max-width: 797px) {
      .opc-step-head.passed .add-new-address-button {
        font-size: 14px; } }
  .opc-step-head .add-new-address-button {
    color: #00a3ff;
    margin-left: auto;
    font-size: 14px; }

.opc-page-container .mobile-total-cart-fixed {
  display: none; }

@media screen and (max-width: 991px) {
  .opc-page-container footer {
    display: none; } }

.back-to-stores-list-button {
  transform: rotate(180deg);
  margin-right: 2rem;
  margin-top: 0.4rem; }

.pickup-stores-list .modal-header {
  border-bottom: none !important; }

@media screen and (min-width: 992px) {
  .pickup-stores-list {
    top: 17%; } }

@media screen and (max-width: 991px) {
  .store-list-item-container {
    padding: 0px !important; } }

.checkout-complete-container .fa-check-circle:before {
  font-size: 80px; }

.payment-terms-and-summary .accordion-toggle-button.collapsed .accordion-closed-icon {
  display: inline-block; }

.payment-terms-and-summary .accordion-toggle-button.collapsed .accordion-opened-icon {
  display: none; }

.payment-terms-and-summary .accordion-toggle-button .accordion-closed-icon {
  display: none; }

.payment-terms-and-summary .accordion-toggle-button .accordion-opened-icon {
  display: inline-block;
  transform: rotate(180deg); }

.payment-terms-and-summary.shadow-tab {
  box-shadow: 2px -0.9rem 3rem rgba(0, 0, 0, 0.07) !important; }

@media (min-width: 768px) {
  .opc-step-content #completeOrder {
    position: inherit; } }

.opc-step-content .opcStickyItem {
  padding-bottom: 0 !important; }
  .opc-step-content .opcStickyItem .order-table-and-coupon-code {
    margin-bottom: 0 !important; }

.checkout-logo {
  width: 150px; }
  @media screen and (max-width: 991px) {
    .checkout-logo {
      width: 100px; } }

#error_text {
  background-color: #fa6767 !important; }

.owl-item-gutter-small .owl-item {
  padding-right: 1em; }

.owl-item-gutter-regular .owl-item {
  padding-right: 2em; }

.owl-item-gutter-large .owl-item {
  padding-right: 3em; }

.blog-page .blog-page-tabs-container {
  text-align: center;
  font-size: 14px;
  margin-bottom: 40px;
  padding-right: 40px;
  overflow-x: scroll; }
  .blog-page .blog-page-tabs-container::-webkit-scrollbar {
    display: none; }
  .blog-page .blog-page-tabs-container .blog-page-tabs-link {
    margin-left: 40px;
    cursor: pointer; }
    .blog-page .blog-page-tabs-container .blog-page-tabs-link.first-child {
      margin-left: 0; }
    .blog-page .blog-page-tabs-container .blog-page-tabs-link.active {
      text-decoration: underline; }

.blog-items-container .blog-single {
  margin-bottom: 50px; }
  @media (max-width: 575px) {
    .blog-items-container .blog-single {
      margin-bottom: 36px; } }
  .blog-items-container .blog-single .btn {
    padding: 0.6rem 3rem;
    margin: 30px 0;
    font-size: 13px; }
    @media screen and (max-width: 991px) {
      .blog-items-container .blog-single .btn {
        padding: 0px 6px;
        margin: 18px 30px;
        letter-spacing: 0.4px;
        line-height: 20px; } }
  .blog-items-container .blog-single h4 {
    font-size: 30px;
    line-height: 37px;
    margin-bottom: 50px;
    max-width: 75%; }
    @media screen and (max-width: 991px) {
      .blog-items-container .blog-single h4 {
        margin: 0px 30px 18px 30px; } }
  .blog-items-container .blog-single .go-blog-detail {
    font-family: Oswald, -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-size: 13px;
    font-weight: 700;
    line-height: 18px; }
    @media (max-width: 575px) {
      .blog-items-container .blog-single .go-blog-detail {
        margin: 26px 30px 36px 30px; } }

.blog-detail {
  max-width: 800px;
  margin-top: 60px;
  position: relative; }
  @media screen and (max-width: 991px) {
    .blog-detail {
      margin-top: 40px; } }
  .blog-detail .blog-section {
    font-size: 16px;
    line-height: 24px;
    padding-top: 80px;
    padding-right: 40px;
    padding-left: 40px; }
    @media screen and (max-width: 991px) {
      .blog-detail .blog-section {
        padding-top: 40px;
        padding-right: 20px;
        padding-left: 20px; } }
    .blog-detail .blog-section p {
      margin-top: 0;
      margin-bottom: 30px; }
  .blog-detail .post-picture-badge {
    position: absolute;
    margin-right: 35px;
    right: 0;
    top: 60px;
    width: 200px;
    height: 200px; }
    @media screen and (max-width: 991px) {
      .blog-detail .post-picture-badge {
        margin-right: 0px;
        top: 115px; } }
  .blog-detail .blog-detail-inner .blog-detail-title-area {
    padding-right: 250px; }
    @media screen and (max-width: 991px) {
      .blog-detail .blog-detail-inner .blog-detail-title-area {
        padding-right: 50px; } }
    .blog-detail .blog-detail-inner .blog-detail-title-area .blog-detail-title {
      font-size: 30px;
      letter-spacing: 0;
      line-height: 37px; }
    .blog-detail .blog-detail-inner .blog-detail-title-area .post-date {
      font-family: Oswald, -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-weight: 500;
      margin-bottom: 2rem; }
  .blog-detail .blog-item {
    padding: 60px 0;
    margin-bottom: 60px; }
    .blog-detail .blog-item .blog-item-text-head {
      font-size: 22px;
      letter-spacing: 0;
      line-height: 28px;
      margin-bottom: 20px; }
  .blog-detail .blog-list {
    padding-left: 17px;
    margin-bottom: 40px; }
    .blog-detail .blog-list li {
      margin-bottom: 20px; }
      .blog-detail .blog-list li:last-child {
        margin-bottom: 0; }

@media screen and (min-width: 992px) {
  .opc-page-container .modal-dialog {
    width: 560px !important; } }

@media screen and (max-width: 991px) {
  #installmentscontainer .custom-control {
    position: unset; } }

.installment-radio:checked + label {
  opacity: 1; }

.btn-primary:active,
.btn-primary:focus,
.add-to-cart-button:hover.mobile-hover-fix {
  background-color: #000 !important;
  border-color: #000 !important;
  box-shadow: none !important;
  outline: 0; }

.prime-widget-autocomplete-results ul {
  padding: 0; }
  .prime-widget-autocomplete-results ul li {
    font-size: 16px;
    color: #656565;
    margin: 15px 0;
    line-height: 20px;
    list-style: none; }
    .prime-widget-autocomplete-results ul li a {
      color: #656565; }
    .prime-widget-autocomplete-results ul li.searched-word {
      color: #000; }

.prime-widget-container {
  position: absolute;
  top: 160px;
  background: #fff;
  width: 100vw;
  left: 50%;
  z-index: 1;
  transform: translate(-50%, 0);
  height: 85vh;
  overflow-y: scroll;
  border-top: 1px solid #e0e0e0; }
  @media (max-width: 768px) {
    .prime-widget-container {
      width: 100%;
      left: 0;
      transform: unset !important; } }

.prime-widget-trend-results,
.prime-widget-recently-viewed-results,
.prime-widget-search-result-first-row,
.prime-widget-search-result-second-row {
  overflow-x: auto;
  white-space: nowrap; }
  @media (max-width: 768px) {
    .prime-widget-trend-results,
    .prime-widget-recently-viewed-results,
    .prime-widget-search-result-first-row,
    .prime-widget-search-result-second-row {
      padding-left: 21px; } }

.prime-widget-container::-webkit-scrollbar,
.prime-widget-search-result-first-row::-webkit-scrollbar,
.prime-widget-search-result-second-row::-webkit-scrollbar,
.prime-widget-recently-viewed-results::-webkit-scrollbar,
.prime-widget-trend-results::-webkit-scrollbar {
  display: none; }

.prime-item-container {
  width: 25%;
  /*float: left;*/
  margin: 20px;
  display: inline-block;
  position: relative;
  vertical-align: top; }
  .prime-item-container .product-box-container .productbox-info .product-price-list .old-price-list {
    font-size: 1.15rem !important; }
    @media (max-width: 768px) {
      .prime-item-container .product-box-container .productbox-info .product-price-list .old-price-list {
        font-size: 0.75rem !important; } }
  .prime-item-container .product-box-container .productbox-info .add-to-cart-button {
    padding: 10px !important;
    min-width: 100px !important;
    font-size: 13px !important; }

@media (max-width: 768px) {
  .prime-widget-recently-viewed-results .prime-item-container,
  .prime-widget-trend-results .prime-item-container {
    width: 35%;
    margin: 7px; }
    .prime-widget-recently-viewed-results .prime-item-container .product-box-fav-icon,
    .prime-widget-recently-viewed-results .prime-item-container .brand-logo-in-category,
    .prime-widget-trend-results .prime-item-container .product-box-fav-icon,
    .prime-widget-trend-results .prime-item-container .brand-logo-in-category {
      display: none; } }

@media (max-width: 768px) {
  .prime-widget-search-result-first-row .prime-item-container,
  .prime-widget-search-result-second-row .prime-item-container {
    width: unset;
    display: block;
    margin: 0; }
    .prime-widget-search-result-first-row .prime-item-container .product-box-container,
    .prime-widget-search-result-second-row .prime-item-container .product-box-container {
      display: flex; }
      .prime-widget-search-result-first-row .prime-item-container .product-box-container .product-image-container,
      .prime-widget-search-result-second-row .prime-item-container .product-box-container .product-image-container {
        width: 35%;
        display: inline-block; }
        .prime-widget-search-result-first-row .prime-item-container .product-box-container .product-image-container .product-box-fav-icon,
        .prime-widget-search-result-first-row .prime-item-container .product-box-container .product-image-container .brand-logo-in-category,
        .prime-widget-search-result-second-row .prime-item-container .product-box-container .product-image-container .product-box-fav-icon,
        .prime-widget-search-result-second-row .prime-item-container .product-box-container .product-image-container .brand-logo-in-category {
          display: none; }
      .prime-widget-search-result-first-row .prime-item-container .product-box-container .productbox-info,
      .prime-widget-search-result-second-row .prime-item-container .product-box-container .productbox-info {
        width: 65%;
        display: inline-block !important;
        padding-top: 0 !important;
        padding: 0 15px; }
      .prime-widget-search-result-first-row .prime-item-container .product-box-container .productbox-name,
      .prime-widget-search-result-second-row .prime-item-container .product-box-container .productbox-name {
        font-size: 15px; } }

.product-box-container {
  margin: 0; }
  .product-box-container .product-box-heart {
    width: 24px;
    height: 24px;
    display: block; }

.search-box-container {
  overflow-x: scroll; }

.searched-word {
  color: #000; }

.prime-widget-heading {
  margin: 0 20px; }

@media (max-width: 768px) {
  .address-custom-check-container .mr-2 {
    margin-bottom: 0.6rem !important;
    display: none !important; }
  .prime-widget-container {
    top: 109px;
    bottom: 0;
    position: fixed;
    overflow-y: scroll;
    overflow-x: hidden;
    height: unset;
    border-top: 1px solid #e0e0e0;
    padding-top: 20px; }
    .prime-widget-container .prime-widget-categories-and-brands li {
      font-size: 14px;
      line-height: 2; }
    .prime-widget-container .prime-widget-search-result-first-row .searched-word {
      margin: 20px 0; }
    .prime-widget-container .prime-widget-search-result-first-row .product-grid-item-container {
      width: 100%;
      display: block;
      float: left;
      margin: 5px 0; }
      .prime-widget-container .prime-widget-search-result-first-row .product-grid-item-container .product-box-container .product-image-container {
        width: 25%;
        float: left; }
        .prime-widget-container .prime-widget-search-result-first-row .product-grid-item-container .product-box-container .product-image-container .product-box-fav-icon {
          display: none; }
      .prime-widget-container .prime-widget-search-result-first-row .product-grid-item-container .product-box-container .productbox-info {
        padding: 0;
        padding-left: 15px;
        float: left;
        width: 75%; }
        .prime-widget-container .prime-widget-search-result-first-row .product-grid-item-container .product-box-container .productbox-info .product-price-list {
          all: unset; }
    .prime-widget-container .prime-widget-trend-results .prime-widget-heading,
    .prime-widget-container .prime-widget-recently-viewed-results .prime-widget-heading {
      margin: 10px 0;
      font-size: 16px; } }
    @media (max-width: 768px) and (max-width: 768px) {
      .prime-widget-container .prime-widget-trend-results .prime-widget-heading,
      .prime-widget-container .prime-widget-recently-viewed-results .prime-widget-heading {
        margin: 10px !important; } }

@media (max-width: 768px) {
    .prime-widget-container .prime-widget-trend-results .product-grid-item-container,
    .prime-widget-container .prime-widget-recently-viewed-results .product-grid-item-container {
      margin: 0 5px 0 0;
      width: 35%; }
      .prime-widget-container .prime-widget-trend-results .product-grid-item-container .product-box-container .product-image-container .product-box-fav-icon,
      .prime-widget-container .prime-widget-recently-viewed-results .product-grid-item-container .product-box-container .product-image-container .product-box-fav-icon {
        display: none; }
      .prime-widget-container .prime-widget-trend-results .product-grid-item-container .product-box-container .productbox-info,
      .prime-widget-container .prime-widget-recently-viewed-results .product-grid-item-container .product-box-container .productbox-info {
        padding: 0; }
        .prime-widget-container .prime-widget-trend-results .product-grid-item-container .product-box-container .productbox-info .category-name,
        .prime-widget-container .prime-widget-recently-viewed-results .product-grid-item-container .product-box-container .productbox-info .category-name {
          text-overflow: ellipsis;
          white-space: nowrap;
          overflow: hidden; } }

.clearable {
  position: relative;
  display: inline-block;
  width: 100%; }

.clearable input[type="text"] {
  padding-right: 24px;
  width: 100%;
  box-sizing: border-box; }

.clearable__clear {
  display: none;
  position: absolute;
  right: 0;
  top: 10px;
  padding: 0 8px;
  font-style: normal;
  font-size: 30px;
  user-select: none;
  cursor: pointer; }

.clearable input::-ms-clear {
  display: none; }

.card-type-image-container {
  position: absolute;
  top: 20px;
  right: 10px; }

#installmentstablecontainer {
  position: relative; }
  #installmentstablecontainer .loading-installment {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.7);
    z-index: 2; }
    #installmentstablecontainer .loading-installment img {
      position: absolute;
      z-index: 3;
      top: 39%;
      left: 50%;
      transform: translateX(-50%) translateY(-50%);
      margin: 0;
      padding: 0; }

.flyout-loading {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 3333;
  width: 100%;
  height: 100%; }
  .flyout-loading > div {
    position: absolute;
    display: block;
    left: 50%;
    top: 50%;
    width: 64px;
    height: 64px;
    margin-left: -32px;
    margin-top: -32px; }

.cookies-container {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 1050; }
  @media (max-width: 767px) {
    .cookies-container {
      width: calc(100% - 124px);
      margin: 20px; } }
  .cookies-container > div {
    background: #d8d8d8;
    border: 1px solid #f8f8f8;
    color: #797979;
    font-size: 18px;
    text-align: center;
    line-height: 23px; }
    @media (max-width: 767px) {
      .cookies-container > div {
        text-align: left;
        font-size: 16px; } }
    .cookies-container > div .col {
      padding: 1.2rem; }
      @media (max-width: 767px) {
        .cookies-container > div .col {
          padding: 0.8rem; } }
    .cookies-container > div a {
      color: #797979;
      font-size: 18px;
      line-height: 23px;
      text-decoration: underline; }
      @media (max-width: 767px) {
        .cookies-container > div a {
          text-align: left;
          font-size: 16px; } }
  .cookies-container .cookies-times {
    position: absolute;
    width: 30px;
    height: 30px;
    top: -15px;
    right: -10px;
    background: #f8f8f8;
    border: 1px solid #979797;
    border-radius: 15px;
    color: #000;
    font-size: 21px;
    line-height: 27px;
    text-decoration: none;
    text-align: center; }

.product-list {
  width: 280px;
  height: 462px; }
  .product-list__top-container {
    width: 280px;
    height: 337px; }
    .product-list__top-container__img {
      background-color: #cdcdcd;
      width: 280px;
      height: 337px; }
  .product-list__bottom-container {
    width: 280px;
    height: 105px; }
    .product-list__bottom-container__title {
      width: 280px;
      height: 24px;
      background-color: #cdcdcd; }
    .product-list__bottom-container__sub-title {
      width: 140px;
      height: 21px;
      background-color: #cdcdcd; }
    .product-list__bottom-container__old-price {
      width: 95px;
      height: 30px;
      background-color: #cdcdcd; }
    .product-list__bottom-container__price {
      width: 95px;
      height: 30px;
      background-color: #cdcdcd; }

.product-list:after {
  content: "";
  top: 0;
  transform: translateX(100%);
  width: 100%;
  height: 500px;
  position: absolute;
  z-index: 1;
  animation: slide 1s infinite 3s;
  /*
  CSS Gradient - complete browser support from http://www.colorzilla.com/gradient-editor/
  */
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 50%, rgba(128, 186, 232, 0) 99%, rgba(125, 185, 232, 0) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 0.8)), color-stop(99%, rgba(128, 186, 232, 0)), color-stop(100%, rgba(125, 185, 232, 0)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 50%, rgba(128, 186, 232, 0) 99%, rgba(125, 185, 232, 0) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 50%, rgba(128, 186, 232, 0) 99%, rgba(125, 185, 232, 0) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 50%, rgba(128, 186, 232, 0) 99%, rgba(125, 185, 232, 0) 100%);
  /* IE10+ */
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 50%, rgba(128, 186, 232, 0) 99%, rgba(125, 185, 232, 0) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#007db9e8',GradientType=1 );
  /* IE6-9 */ }

/* animation */
@keyframes slide {
  0% {
    transform: translateX(-100%); }
  100% {
    transform: translateX(100%); } }

.skeleton-for-sub-slider {
  width: 100%;
  background-color: #ddd; }
  @media (min-width: 1200px) {
    .skeleton-for-sub-slider {
      height: 835px; } }
  @media (min-width: 980px) and (max-width: 1199px) {
    .skeleton-for-sub-slider {
      height: 560px; } }
  @media (min-width: 426px) and (max-width: 979px) {
    .skeleton-for-sub-slider {
      height: 420px; } }
  @media (max-width: 425px) {
    .skeleton-for-sub-slider {
      height: 630px; } }

.skeleton-for-main-slider {
  width: 100%;
  background-color: #ddd; }
  @media (min-width: 1200px) {
    .skeleton-for-main-slider {
      height: 835px; } }
  @media (min-width: 980px) and (max-width: 1199px) {
    .skeleton-for-main-slider {
      height: 560px; } }
  @media (min-width: 426px) and (max-width: 979px) {
    .skeleton-for-main-slider {
      height: 420px; } }
  @media (max-width: 425px) {
    .skeleton-for-main-slider {
      height: 630px; } }

.product-size-list::-webkit-scrollbar-button {
  background-size: 100%;
  width: 10.8px;
  background-repeat: no-repeat; }

.product-size-list::-webkit-scrollbar-button:horizontal:increment {
  background-image: url("https://cdn-sneaksupincommerce.mncdn.com/Themes/SneaksUp/Content/_images/right.png"); }

.product-size-list::-webkit-scrollbar-button:horizontal:decrement {
  background-image: url("https://cdn-sneaksupincommerce.mncdn.com/Themes/SneaksUp/Content/_images/left.png"); }

.product-size-list::-webkit-scrollbar-track {
  opacity: 0.5;
  background-color: #eee8e7; }

.product-size-list::-webkit-scrollbar {
  width: 30px;
  height: 7px; }

.product-size-list::-webkit-scrollbar-thumb {
  background-color: #797979;
  border-radius: 10px;
  box-sizing: border-box; }

.color-size-item {
  margin-bottom: 0 !important; }

#backToTop {
  position: fixed;
  bottom: 15%;
  z-index: 1000;
  height: 100px;
  width: 71px;
  right: 0;
  opacity: 0.76;
  visibility: hidden;
  background-image: url(https://img-sneaksupincommerce.mncdn.com/Content/Files/upscrollicon.svg);
  background-size: cover; }
  #backToTop:active {
    background-image: url(https://img-sneaksupincommerce.mncdn.com/Content/Files/upscrollicon.svg); }
  #backToTop.show {
    opacity: 0.76;
    visibility: visible; }
  #backToTop:hover {
    cursor: pointer;
    background-image: url(https://img-sneaksupincommerce.mncdn.com/Content/Files/upscrollicon.svg);
    opacity: 1; }

@media (max-width: 768px) {
  #backToTop {
    right: 0%;
    bottom: 10%;
    height: 90px;
    width: 65px; } }

@media (max-width: 992px) {
  .raffle-button-padding {
    padding: 1px !important; } }

body.category img.product-box-zoom-image.d-block.w-100 {
  aspect-ratio: 1/1.2;
  object-fit: cover; }

.trends-product-container img.product-box-zoom-image,
.lansman-container img.product-box-zoom-image {
  aspect-ratio: 29/38; }

#home-you-recently-slider img.product-box-zoom-image {
  aspect-ratio: 5/6; }

.logo img {
  height: 20px;
  width: 150px; }

@media (max-width: 992px) {
  .logo img {
    height: 20px; } }

.detail-image {
  aspect-ratio: 497/596; }

.detail-color-list li a img {
  aspect-ratio: 34/41; }

.footer-logo img {
  height: 40px;
  width: 262px; }

.inv-footer-logo a img {
  height: 30px;
  width: 92px; }

@media (max-width: 600px) {
  .footer-logo img {
    height: 20px;
    width: 130px; }
  .inv-footer-logo a img {
    width: 70px; } }

.product-general-info img {
  width: 34px;
  height: 34px; }

.footerBankLogo img {
  height: 32px;
  width: 84px; }

.MainMenu .sub-menu-trigger .menu-toggle img {
  height: 24px;
  width: 24px; }

.footer-top-text-outer div span img {
  height: 27px;
  width: 21px; }

#searchTrigger i img {
  height: 19px; }

.customer-list-item a.customer-link img {
  height: 24px;
  width: 24px; }

/*#flyoutCartContainer #mobileCartTrigger img.header-icons, #flyoutCartContainer a i img.header-icons, #mobileMenuContainer .main-menu-content .mobile-customer-menu li a img.header-icons {
    height: 20px;
    width: 18px;
}*/
.change-grid.e-icon img {
  height: 50px;
  width: 50px; }

.desktop-filter-button#desktopFilterButton img {
  height: 30px; }

.brand-badge-main img {
  height: 23px;
  width: 33px; }

/*.add-to-fav img {
    width: 19px;
    height: 23px;
}*/
.accordion-toggle-icon img {
  width: 34px;
  height: 34px; }

/*.find-in-store img {
    width: 20px;
    height: 18px;
}*/
.border-site-color {
  border: 1px solid #d7d7d7 !important; }

.shipment-options-item {
  background-color: #f5f5f5; }
  @media (max-width: 992px) {
    .shipment-options-item {
      background-color: #dbf1ff; } }

@media screen and (max-width: 991px) {
  .shipment-options-item {
    padding: 0 20px; } }

@media (max-width: 992px) {
  #orderTypeTabs {
    margin-left: 0px; } }

@media (max-width: 992px) {
  #orderTypeTabs .nav-item img {
    width: 50px;
    height: 50px; } }

#orderTypeTabs,
#orderTypeTabs .nav-link {
  border: 0;
  line-height: 21px;
  color: #9d9d9d;
  font-size: 19px;
  font-family: "Oswald";
  border-bottom: 1px solid #e8e8e8; }
  #orderTypeTabs img,
  #orderTypeTabs .nav-link img {
    opacity: 0.4; }
  @media (max-width: 992px) {
    #orderTypeTabs,
    #orderTypeTabs .nav-link {
      height: 50px; } }

#orderTypeTabs .nav-link .tab-name {
  font-size: 24px;
  margin-left: -4px;
  margin-top: -3px; }
  @media (max-width: 992px) {
    #orderTypeTabs .nav-link .tab-name {
      font-size: 20px;
      margin-left: 0px;
      line-height: 20px; } }

#orderTypeTabs .nav-link.active {
  color: #000;
  border-bottom: 1px solid #000; }
  #orderTypeTabs .nav-link.active img {
    opacity: 1; }

.step-linear {
  width: 50%;
  height: 1px;
  left: 53%;
  transform: translate(-50%);
  background-color: #000;
  margin-top: 2%;
  opacity: 0.3; }
  @media (max-width: 992px) {
    .step-linear {
      left: 47%; } }

.opc-step-number.active {
  /*background: #ac98ff;*/
  background: #0099ff;
  z-index: 1;
  opacity: 0.3; }

@media screen and (max-width: 991px) {
  .opc-stepper {
    margin-top: 0px;
    padding: 15px 50px 15px 50px;
    border-bottom: 1px solid #e8e8e8;
    padding-top: 0px;
    background-color: #fafafa;
    padding-top: 15px !important; } }

@media (max-width: 992px) {
  .opc-stepper .step-2-container .opc-step-number::after {
    left: 30%; } }

.opc-stepper .step-title {
  text-transform: uppercase;
  font-size: 10px;
  font-family: Oswald;
  margin-left: 8px; }
  @media (max-width: 992px) {
    .opc-stepper .step-title {
      font-size: 10px; } }

.opc-step-number {
  width: 25px;
  height: 25px;
  background: #d9d9d9;
  line-height: 30px;
  color: #fff;
  position: relative;
  box-shadow: 0 0 0 14px #fff;
  margin-bottom: 15px;
  cursor: pointer; }

@media (max-width: 992px) {
  .opc-acordeon {
    margin-top: -11px !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important; } }

.opc-acordeon .token-badge {
  background-color: #1626ff;
  color: white;
  width: 47px;
  border-radius: 1px;
  height: 17px;
  font-size: 8px;
  position: relative;
  font-family: Inter; }
  @media (min-width: 992px) {
    .opc-acordeon .token-badge {
      margin-left: 8px;
      bottom: 8px; } }
  @media (max-width: 992px) {
    .opc-acordeon .token-badge {
      font-size: 8px;
      margin-bottom: 4%;
      font-size: 8px;
      margin-bottom: 3%;
      margin-left: 25px !important; } }

.opc-stepper::after {
  background: #00a526;
  width: 0;
  transition: width 0.6s cubic-bezier(0.23, 1, 0.32, 1); }

.opc-step-number::after {
  content: "";
  width: 10px;
  height: 10px;
  top: 27%;
  left: 30.5%;
  border-radius: 50%;
  background-color: #fff;
  position: absolute; }

.icon-active > .opc-step-number::after {
  content: none; }

.icon-active {
  font-size: 37px;
  color: #0099ff;
  position: absolute;
  left: 26%;
  top: -8px;
  background: #fff;
  width: 70px;
  height: 65px;
  z-index: 1; }

.opacity-50 {
  opacity: 0.5; }

.l-20 {
  left: 16%; }

.l-45 {
  left: 49%; }

.l-70 {
  left: 81%; }

@media (max-width: 992px) {
  #mobile-cart-total-bottom #bodyCartTotals .row.bg-white {
    border-top: 2px solid #1626ff; }
  #bodyCartTotalsMobile .row.bg-white {
    border-top: 2px solid #1626ff;
    padding-top: 12px; }
  .opc-render-container {
    padding: 0;
    margin: 0;
    margin-top: -20px; }
  .opc-main-container {
    margin: 0;
    padding: 0; }
  .step-linear {
    margin-top: 4%; }
  .l-70 {
    left: 67%; }
  .l-45 {
    left: 38%; }
  .l-20 {
    left: 5%; }
  .mobile-left {
    left: 33%; }
  #orderTypeTabsContent {
    border-bottom: none !important; }
  #orderTypeTabsContent #append-promotion-mobile {
    display: none !important; }
  #orderTypeTabsContent .shipping-description {
    padding-top: 10px !important;
    color: #222;
    font-size: 12px; }
  #orderTypeTabsContent .mobile-total-cart-fixed {
    display: block; }
  #totalFixedBtn p {
    margin: 0; }
  #orderTypeTabsContent button#checkout {
    display: none; }
  .mobile-cart-total-next {
    position: fixed;
    bottom: 1%;
    width: 100%; }
  .home-icon {
    margin-top: -2px;
    width: 45px;
    height: 45px;
    margin-right: -18px; }
  #couponCodeInput {
    /*border: 0;*/
    opacity: 0.7;
    background-color: #fff !important;
    height: 40px; }
  #bodyCartTotals .shipping-description {
    padding-top: 10px !important;
    opacity: 0.7;
    font-size: 12px;
    color: #222; }
  #bodyCartTotals .line-height-small {
    line-height: 0px;
    top: 10px;
    padding: 5px 20px; }
    #bodyCartTotals .line-height-small p {
      margin-bottom: 20px; }
  #bodyCartTotals .total-fixed-arrow-btn {
    margin-top: -21px; }
  .cart-product-name .cart-delete-item-mobile {
    background: none; }
  .AddAddressButton {
    width: 100%;
    margin-left: -10px; }
  .cancelAddressForm {
    width: 90%; }
  #opcAddressForm #cancelAddressForm {
    width: 100%; }
  #storePaymentTab img {
    width: 40px;
    height: 40px; } }
  @media (max-width: 992px) and (max-width: 992px) {
    #storePaymentTab img {
      margin-top: -3px;
      margin-right: 5px; } }

@media (max-width: 992px) {
  #shipment-type-time {
    font-size: 12px; }
  #shipment-type-status {
    font-size: 12px; }
  #selectedShippingAndBillingAddressContainer {
    margin-top: -7px; }
  #bodyCartTotalsMobile .order-total-small-table {
    margin-bottom: 0 !important; } }
  @media (max-width: 992px) and (max-width: 992px) {
    #bodyCartTotalsMobile .order-total-small-table .order-general-total {
      /*display: none;*/ } }

@media (max-width: 992px) {
  #mobile-cart-total-bottom .order-total-small-table {
    margin-bottom: 0 !important; } }

@media screen and (max-width: 992px) and (max-width: 991px) {
  .pickupStoresList {
    flex-direction: column;
    align-items: start !important; } }

@media (max-width: 992px) {
  #pickupStoresList .back-to-stores-list-button {
    display: none; } }

@media screen and (max-width: 992px) and (max-width: 991px) {
  #pickupStoresList .modal-content {
    height: 80dvh;
    top: 40dvh;
    bottom: 0dvh; } }

@media (max-width: 992px) {
  .opc-stepper .opc-step-number:after {
    left: 30%; }
  .color-flue {
    color: #d7d7d7;
    font-size: 14px; }
  #cart-total-products-qty {
    padding-right: 5px; }
  #opcSummaryContent .no-list-mobile {
    padding: 15px !important; }
  #deliveryEditButton .ml-1 {
    margin-left: 4px !important; }
  .selected-pickup-store-info label {
    font-size: 14px;
    font-weight: bold; }
  .selected-pickup-store-info span {
    font-size: 13px; }
  .selected-pickup-store-container {
    border-bottom: 1px solid #e8e8e8; }
    .selected-pickup-store-container span {
      font-size: 13px; }
  .mobil-cargo-width {
    width: 112%;
    left: -6%; }
  .header-box-border {
    border-bottom: none !important; }
  #selectedBillingAddressContainerBody .delivery-address-info-list {
    max-width: 120px; }
  #selectedBillingAddressContainerBody #addNewAddressButton {
    margin-top: -5px !important; } }
  @media (max-width: 992px) and (max-width: 992px) {
    #selectedBillingAddressContainerBody #addNewAddressButton {
      font-size: 16px; } }

@media (max-width: 992px) {
  #selectedBillingAddressContainerBody #openShippingAddressList {
    margin-top: -2px; }
  #selectedShippingAddressContainerBody .delivery-address-info-list {
    max-width: 120px; }
  #selectedShippingAddressContainerBody #addNewAddressButton {
    /*margin-top: 11px !important;*/ } }
  @media (max-width: 992px) and (max-width: 992px) {
    #selectedShippingAddressContainerBody #addNewAddressButton {
      font-size: 16px; } }

@media (max-width: 992px) {
  #selectedShippingAddressContainerBody #openShippingAddressList {
    margin-top: -5px; }
  #storeSelectedBillingAddressContainerBody .delivery-address-info-list {
    max-width: 120px; }
  #storeSelectedBillingAddressContainerBody #addNewAddressButton {
    margin-top: -17px !important; } }
  @media (max-width: 992px) and (max-width: 992px) {
    #storeSelectedBillingAddressContainerBody #addNewAddressButton {
      margin-top: -5px !important; } }

@media (max-width: 992px) and (max-width: 992px) {
  #storeSelectedBillingAddressContainerBody .address-type-head img {
    margin-left: -18px;
    width: 50px; } }

@media (max-width: 992px) {
  #storeSelectedBillingAddressContainerBody #openShippingAddressList {
    margin-top: -12px; }
  #opcAddressFormEdit #AddressForm .country-icon {
    right: 4.5%; }
  .payment-circle-check {
    z-index: 9;
    width: 50px;
    color: #0099ff;
    font-size: 28px;
    opacity: 0.3;
    position: absolute;
    left: 20%; }
  .mobile-big-border {
    margin-left: 0 !important; }
  .w-90 {
    width: 90%; }
  .h-installment-50 {
    height: 50px; } }

.garanti-border {
  background-color: #f5f5f5;
  /*border-radius: 10px;*/
  /*border: 1px solid #000;*/
  /*width: 95%;*/
  justify-content: space-around;
  align-items: center;
  /*margin-left: 2.5%;*/
  margin-bottom: 20px;
  padding-top: 10px;
  padding-bottom: 10px; }
  @media (max-width: 992px) {
    .garanti-border div {
      padding: 10px; } }
  @media (max-width: 992px) {
    .garanti-border {
      padding: 0;
      margin: 0; } }
  @media (max-width: 992px) {
    .garanti-border .fa-stack {
      width: 5.2em; } }
  .garanti-border .fa-info-circle {
    font-size: 24px; }

.garanti-pay-info-container {
  list-style-type: disc;
  margin-top: -25px; }

.garanti-pay-info-container::before {
  color: #000; }

.garanti-pay-payment input {
  left: -9999px;
  position: absolute; }

.garanti-pay-payment .checked-border {
  border: 1px solid #333 !important;
  border-radius: 5px;
  transform: scale(1.02);
  transition: 0.5s; }

.home-icon {
  top: 0;
  margin-top: -5px;
  margin-right: -8px; }

.font-resize {
  font-size: 14px;
  font-family: "Oswald";
  color: #000; }
  @media screen and (max-width: 991px) {
    .font-resize {
      font-size: 12px; } }

#paymentTabs {
  border-bottom: 0 !important;
  padding-left: 15px; }
  @media (max-width: 992px) {
    #paymentTabs {
      padding-left: 0px; } }
  #paymentTabs .nav-item {
    width: 50%;
    background-color: #fff;
    padding: 0; }
    #paymentTabs .nav-item .payment-tab-link {
      border-bottom: 1px solid #e8e8e8;
      padding-bottom: 20px; }
      @media screen and (max-width: 991px) {
        #paymentTabs .nav-item .payment-tab-link {
          padding-bottom: 16px; }
          #paymentTabs .nav-item .payment-tab-link:first-of-type {
            padding-left: 35px; } }
      #paymentTabs .nav-item .payment-tab-link.active {
        border-bottom: 1px solid #000; }
    @media (max-width: 992px) {
      #paymentTabs .nav-item #otherPaymentMethodsTab {
        padding-top: 6px !important; } }
    @media (max-width: 992px) {
      #paymentTabs .nav-item #PaymentCreditCard-tab {
        padding: 3px; } }
    #paymentTabs .nav-item #PaymentCreditCard-tab img {
      height: 50px; }
      @media (max-width: 992px) {
        #paymentTabs .nav-item #PaymentCreditCard-tab img {
          width: 50px;
          height: 32px; } }
    @media (max-width: 992px) {
      #paymentTabs .nav-item #PaymentGarantiPay-tab {
        padding: 3px; } }
    @media (max-width: 992px) {
      #paymentTabs .nav-item #PaymentPayWithIyzico-tab {
        padding: 3px;
        height: 93%; } }
    #paymentTabs .nav-item a {
      border: 0;
      opacity: 0.5;
      padding: 0; }
    @media (max-width: 992px) {
      #paymentTabs .nav-item .font-resize {
        font-size: 12px; } }
  #paymentTabs .nav-item .active {
    opacity: 1; }
  #paymentTabs #PaymentPayWithIyzico-tab img {
    /* width: 100px;
            height: 30px;*/
    height: 60px; }
    @media (max-width: 992px) {
      #paymentTabs #PaymentPayWithIyzico-tab img {
        padding: 10px; } }

@media screen and (min-width: 992px) {
  #paymentTabContents {
    padding-top: 30px !important; } }

@media screen and (max-width: 991px) {
  #paymentTabContents {
    padding: 0 20px; } }

#paymentTabContents .ffl-wrapper .ffl-label {
  font-size: 8px;
  font-family: Inter;
  margin-top: -7px !important; }

#paymentTabContents .form-control {
  height: 52px; }

@media (max-width: 992px) {
  #paymentStepContent {
    margin-top: -19px; } }

#paymentStepContent .border-top-big {
  display: block !important;
  margin-right: 0px !important;
  border-top: 10px solid #f5f5f5; }

#paymentStepContent .iyzico-description-content {
  line-height: 35px; }
  @media (max-width: 992px) {
    #paymentStepContent .iyzico-description-content {
      font-size: 13px;
      line-height: 25px; } }

.opc-main-container {
  border-right: 1px solid #e8e8e8; }

.opc-render-container {
  margin-top: 40px; }
  @media (max-width: 992px) {
    .opc-render-container {
      margin-top: 0px; } }

@media (max-width: 992px) {
  #paymentFormContainer {
    padding-top: 16px; } }

@media (max-width: 992px) {
  #paymentFormContainer .garanti-pay-description {
    padding: 0 !important;
    margin: 0 !important; } }

#paymentFormContainer #PaymentGarantiPay-tab img {
  height: 60px;
  /* width: 150px;
            height: 57px;*/ }
  @media (max-width: 992px) {
    #paymentFormContainer #PaymentGarantiPay-tab img {
      width: auto;
      height: 54px; } }

#paymentFormContainer .other-payment-method-item {
  border-bottom: 1px solid #e8e8e8;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 40px !important; }

.text-regex {
  color: #000; }

@media (max-width: 992px) {
  #openShippingAddressList {
    padding-top: 3px;
    margin-top: -10px !important; }
    #openShippingAddressList img {
      width: 42px;
      height: 42px; }
    #openShippingAddressList span {
      margin-top: -1px; } }

#openBillingAddressList {
  margin-top: -1px; }
  @media (max-width: 992px) {
    #openBillingAddressList {
      margin-top: 3px; }
      #openBillingAddressList img {
        width: 45px;
        height: 45px; } }

#selectedShippingAddressContainer #openShippingAddressList {
  margin-top: -12px; }
  #selectedShippingAddressContainer #openShippingAddressList img {
    margin-top: 1px; }
    @media (max-width: 992px) {
      #selectedShippingAddressContainer #openShippingAddressList img {
        margin-top: 0; } }

@media (max-width: 992px) {
  #selectedShippingAddressContainer .address-title {
    font-size: 14px;
    padding-top: 3px;
    border-right: none !important; } }

@media (max-width: 992px) {
  #selectedShippingAddressContainer #addNewAddressButton {
    margin-top: 0px !important; } }

@media (max-width: 992px) {
  #selectedBillingAddressContainer {
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 30px; } }

#selectedBillingAddressContainer #openBillingAddressList {
  margin-top: -5px; }
  #selectedBillingAddressContainer #openBillingAddressList img {
    margin-top: 1px; }

@media (max-width: 992px) {
  #selectedBillingAddressContainer .address-type-head {
    margin-left: -12px;
    margin-top: -16px; } }
  @media screen and (max-width: 992px) and (min-width: 992px) {
    #selectedBillingAddressContainer .address-type-head span {
      margin-left: -20px; } }
  @media screen and (max-width: 992px) and (max-width: 991px) {
    #selectedBillingAddressContainer .address-type-head {
      border-bottom: 1px solid #e8e8e8;
      padding-bottom: 20px;
      width: 90%;
      margin: 0 auto; }
      #selectedBillingAddressContainer .address-type-head span {
        margin-left: -6%; } }

.icon-arrow-down-set {
  position: absolute;
  top: 35%;
  right: 5%; }
  @media (max-width: 768px) {
    .icon-arrow-down-set {
      position: absolute;
      top: 41%;
      right: 10%;
      font-size: 10px; } }

.big-resize {
  margin-right: 0 !important; }

.mobile-cart-resize {
  width: 130px;
  height: 156px; }
  @media (min-width: 768px) {
    .mobile-cart-resize {
      width: 200px;
      height: 240px; } }

.invCartBody #checkout {
  margin-top: 8px; }
  @media (max-width: 992px) {
    .invCartBody #checkout {
      margin-top: 0; } }

#AddressForm .form-control:focus {
  box-shadow: none;
  border-color: #000; }

#AddressForm .form-group .country-icon {
  right: 2.5%; }
  @media (max-width: 992px) {
    #AddressForm .form-group .country-icon {
      right: 4.5%; } }

@media (max-width: 992px) {
  #AddressForm .address-custom-check-container .custom-control-label {
    padding-left: 0px; } }

.opacity-70 {
  opacity: 0.7; }

@media (max-width: 992px) {
  .down-arrow-btn {
    margin-top: 0px; } }

#mobile-cart-total-bottom td {
  font-family: Inter;
  font-size: 12px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000;
  padding: 8px 20px; }

@media (max-width: 992px) {
  #mobile-cart-total-bottom {
    position: fixed;
    bottom: 0;
    background: #fff;
    z-index: 9;
    width: 90%; } }

@media (max-width: 992px) {
  #mobile-cart-total-bottom .down-arrow-btn {
    margin-top: 0px; } }

#bodyCartTotalsMobile td {
  font-family: Inter;
  font-size: 12px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000;
  padding: 8px 20px; }

#bodyCartTotalsMobile .mobile-total-cart-fixed {
  display: block; }

@media (max-width: 992px) {
  .up-arrow-btn {
    margin-top: -20px; } }

.payment-info .form-control:focus {
  box-shadow: none; }

@media screen and (min-width: 992px) {
  .payment-info .pl-34 {
    padding-left: 34px; } }

.installments-display {
  cursor: pointer; }

.h-installments-resize {
  height: 110px;
  overflow: hidden; }

#mobileBillingAddNewAddress .AddAddressButton {
  width: 100%;
  margin-left: -10px; }

#mobileBillingAddNewAddress #cancelAddressForm {
  width: 100%;
  margin-left: -10px; }
  @media (max-width: 992px) {
    #mobileBillingAddNewAddress #cancelAddressForm {
      margin-left: 0; } }

#desktopAddNewAddress .AddAddressButton {
  width: 100%;
  margin-left: -10px; }

#desktopAddNewAddress #cancelAddressForm {
  width: 100%;
  margin-left: -10px; }
  @media (max-width: 992px) {
    #desktopAddNewAddress #cancelAddressForm {
      margin-left: 0; } }

@media (max-width: 992px) {
  #termsContainerList {
    margin-bottom: 10px !important; } }

@media (max-width: 992px) {
  #termsContainerList .custom-control {
    font-size: 10px !important; } }

#checkoutQuantityText {
  width: 1.2rem;
  height: 1.2rem;
  z-index: 1;
  top: -1rem;
  left: -0.5rem;
  border-radius: 100%;
  background-color: #000;
  color: #fff;
  font-size: 0.8rem;
  margin-top: 0.3rem; }

#removeItemModal {
  z-index: 3000; }

#pickUpStoreContainer #storeSelectedBillingAddressContainerBody #addNewAddressButton {
  margin-top: -6px !important; }

#pickUpStoreContainer #storeSelectedBillingAddressContainerBody #openBillingAddressList {
  margin-top: -10px; }
  #pickUpStoreContainer #storeSelectedBillingAddressContainerBody #openBillingAddressList img {
    margin-top: 1px; }
  @media (max-width: 992px) {
    #pickUpStoreContainer #storeSelectedBillingAddressContainerBody #openBillingAddressList {
      margin-top: -20px; }
      #pickUpStoreContainer #storeSelectedBillingAddressContainerBody #openBillingAddressList img {
        width: 45px;
        height: 45px; } }

@media (max-width: 992px) {
  #pickUpStoreContainer #storeSelectedBillingAddressContainerBody .address-title {
    border-right: none !important; } }

#pickUpStoreContainer .store-select-button {
  position: fixed;
  bottom: -40px;
  background: white;
  display: flex;
  left: 0;
  align-items: center;
  justify-content: center;
  z-index: 9;
  height: auto;
  padding: 10px; }

.store-pickup-billing-add button .right-plus {
  font-size: 25px;
  margin-top: -8px; }

.billing-icon {
  margin-left: -20px; }
  @media (max-width: 992px) {
    .billing-icon {
      margin-left: -10px; } }

.billing-icon-text {
  margin-left: -25px; }

.delivery-icon-desktop {
  width: 50px;
  height: 50px; }
  @media (max-width: 992px) {
    .delivery-icon-desktop {
      width: 43px;
      height: 43px; } }

.icon-resize-payment {
  width: 50px;
  height: 50px; }
  @media (max-width: 992px) {
    .icon-resize-payment {
      width: 43px;
      height: 43px; } }

.store-selected-billing-address-container .billing-icon-text {
  margin-left: -20px; }

.btn-selected {
  background: #000 !important; }
  .btn-selected span {
    color: #fff; }

.color-gray-flu {
  color: #797979;
  font-size: 14px; }

.h-60 {
  height: 60px; }

.appearance {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  background-color: #fff;
  border: 0.12em solid #959595;
  border-radius: unset !important;
  -webkit-border-radius: unset !important; }

.coupon-code-container .form-check-input {
  -webkit-border-radius: unset !important;
  -moz-border-radius: unset !important; }

@media (max-width: 992px) {
  #pickupStoresAddBillingModal #cancelAddressForm {
    width: 95%; } }

@media (max-width: 992px) {
  #billing-mobile-display .address-title {
    display: none; } }

.color-black {
  color: #000000;
  -webkit-text-fill-color: black; }

.color-light-gray {
  color: #9f9f9f; }

@media (max-width: 992px) {
  .product-box-fav-icon-mobile {
    border: none;
    background: none;
    margin-top: 3px;
    color: #0099ff;
    text-decoration: underline;
    font-size: 0.75rem;
    padding: 0; } }

@media (max-width: 992px) {
  .time-shipment {
    margin-top: 1px; } }

@media (max-width: 992px) {
  #deliverySummaryMobile, #mobileSummaryPayment {
    position: fixed;
    bottom: 0;
    background: #fff;
    z-index: 9;
    width: 100%; } }

@media screen and (max-width: 991px) {
  #mobileSummaryPayment .termsContainer {
    margin-left: 20px !important;
    border-bottom: 1px solid #e8e8e8; }
  #mobileSummaryPayment #totalFixedBtn {
    margin-bottom: 50px;
    margin-top: 10px; } }

@media (max-width: 992px) {
  .border-top-seperator {
    border-top: 1px solid #d9d9d9; } }

.brands-container-box {
  border: 1px solid #ffffff;
  height: 100px;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
  /* margin: auto 0; */
  display: flex;
  background-color: #fff; }

@media (max-width: 769px) {
  .brands-container-box {
    height: 50px; }
  .brands-header,
  .faturedBrandsHeader {
    font-size: 20px !important; }
  .brand-total-product-mobile-count {
    display: inline-block !important;
    font-size: 12px;
    padding-right: 10px; }
  .brands-name {
    font-size: 14px !important;
    font-weight: bolder !important; }
  .featuredBrandsSliderImg {
    border-radius: 50%; }
  .featuredBrandsSliderBrandsName {
    font-size: 14px !important; } }

.featuredBrandsSliderImg {
  object-fit: contain;
  height: 85px;
  border: 1px solid #c5c4c4; }

.brands-header,
.faturedBrandsHeader {
  font-weight: bold;
  font-size: 25px;
  font-family: Oswald, -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"; }

.featuredBrandsSliderBrandsName {
  text-align: center;
  font-weight: bold;
  font-size: 15px; }

.brands-name {
  font-weight: bold;
  font-size: 15px; }

.brandsContainer {
  background-color: #f5f5f5; }

.brand-total-product-count {
  display: block;
  font-size: 12px; }

.rigth-arrow-icons {
  opacity: 0.6; }

.pl-50 {
  padding-left: 50px !important; }

.pl-30 {
  padding-left: 30px !important; }

#acceptKvkk {
  z-index: 100000; }

#featuredBrandsSlider .owl-prev,
#featuredBrandsSlider .owl-next {
  height: 1.1rem;
  width: 1.1rem;
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: transparent;
  /*top: 0;*/
  top: 20%; }

#featuredBrandsSlider .owl-prev {
  left: -3%; }

#featuredBrandsSlider .owl-next {
  right: -3%; }

#featuredBrandsSlider .owl-item {
  opacity: 0.5;
  pointer-events: none; }

#featuredBrandsSlider .owl-item.active {
  opacity: 1;
  pointer-events: auto; }

.cart-page-see-also .add-to-cart-container button {
  min-width: 120px;
  max-width: 120px;
  height: 38px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  padding: 0;
  margin-top: 10px; }
  @media (max-width: 992px) {
    .cart-page-see-also .add-to-cart-container button {
      min-width: 65px;
      max-width: 65px;
      font-weight: bold;
      height: 30px;
      font-size: 10px; } }

.cart-page-see-also .product-price-list {
  height: 20px !important; }

.cart-page-see-also .productbox-info .productbox-name {
  font-weight: bold; }

/*loyalty cart*/
.loyalty-seperator {
  height: 1px;
  background-color: #f2f1f1; }

.text-red {
  color: #ff0000; }

.text-green {
  color: darkseagreen; }

.remove-card-point-button,
.remove-discount-button {
  padding: 5px;
  font-weight: normal;
  font-family: Inter;
  font-size: 12px;
  color: #000; }

.arrow-absolute {
  position: absolute;
  right: 15%;
  top: 35%; }
  @media (max-width: 992px) {
    .arrow-absolute {
      right: 20%; } }

.arrow-gender-absolute {
  position: absolute;
  right: 6%;
  top: 35%; }
  @media (max-width: 992px) {
    .arrow-gender-absolute {
      right: 10%; } }

.modal-arrow-absolute-day {
  left: 24%;
  margin-top: 20px; }

.modal-arrow-absolute-month {
  right: 40%;
  margin-top: 20px; }

.modal-arrow-absolute-year {
  right: 6%;
  margin-top: 20px; }

.gender-label-special {
  left: 3% !important; }

.customer-friends-btn {
  background: #000; }
  .customer-friends-btn span {
    font-family: Oswald;
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #fff;
    text-transform: uppercase; }

.loyalty-banner {
  border: solid 1px #f2f1f1;
  background-color: #fff; }
  .loyalty-banner .loyalty-mobile-seperetor {
    width: 100%;
    height: 10px;
    background-color: #f5f5f5; }
  .loyalty-banner .loyalty-banner-step2 .loyalty-banner-container-step2 {
    padding: 30px 30px 0px 30px; }
    @media (max-width: 992px) {
      .loyalty-banner .loyalty-banner-step2 .loyalty-banner-container-step2 {
        flex-wrap: wrap;
        padding: 20px 20px 0 20px;
        display: flex !important;
        align-items: center !important;
        justify-content: space-between !important; } }
    @media (min-width: 769px) {
      .loyalty-banner .loyalty-banner-step2 .loyalty-banner-container-step2 .loyalty-banner-logo-step2 {
        width: 100%;
        flex-direction: column; } }
    @media (max-width: 992px) {
      .loyalty-banner .loyalty-banner-step2 .loyalty-banner-container-step2 .loyalty-banner-logo-step2 {
        width: 100%;
        display: flex !important;
        justify-content: space-between !important;
        flex-wrap: wrap !important;
        text-align: center; } }
    .loyalty-banner .loyalty-banner-step2 .loyalty-banner-container-step2 .loyalty-banner-logo-step2 img {
      /*width: 95px;*/
      width: 125px; }
    .loyalty-banner .loyalty-banner-step2 .loyalty-banner-container-step2 .loyalty-banner-logo-step2 .loyalty-banner-logo-text-step2 {
      font-family: Inter;
      font-size: 12px;
      font-weight: 600;
      font-stretch: normal;
      font-style: normal;
      line-height: normal;
      letter-spacing: normal;
      padding-top: 5px;
      color: #000; }
      @media (max-width: 992px) {
        .loyalty-banner .loyalty-banner-step2 .loyalty-banner-container-step2 .loyalty-banner-logo-step2 .loyalty-banner-logo-text-step2 {
          font-size: 12px; } }
    @media (max-width: 992px) {
      .loyalty-banner .loyalty-banner-step2 .loyalty-banner-container-step2 .loyalty-banner-logo-text-step2 {
        font-family: Inter;
        font-weight: 500;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        padding-top: 5px;
        color: #000;
        font-size: 12px; } }
    .loyalty-banner .loyalty-banner-step2 .loyalty-banner-container-step2 .loyalty-banner-icons-step2 {
      width: 32%; }
      @media (max-width: 992px) {
        .loyalty-banner .loyalty-banner-step2 .loyalty-banner-container-step2 .loyalty-banner-icons-step2 {
          width: 100%;
          justify-content: center !important;
          margin: 10px 0; } }
      .loyalty-banner .loyalty-banner-step2 .loyalty-banner-container-step2 .loyalty-banner-icons-step2 .loyalty-banner-total-points {
        /*  width: 220px;
                        height: 52px;
                        padding: 10px 10px 13px;
                        box-shadow: inset 0 0 0 2px #000, inset 0 0 0 6px #fff;
                        background-color: #1626ff;
                        font-size: 13px;*/ }
        @media (max-width: 992px) {
          .loyalty-banner .loyalty-banner-step2 .loyalty-banner-container-step2 .loyalty-banner-icons-step2 .loyalty-banner-total-points {
            width: 100%; } }
        .loyalty-banner .loyalty-banner-step2 .loyalty-banner-container-step2 .loyalty-banner-icons-step2 .loyalty-banner-total-points span {
          font-family: Oswald !important;
          font-size: 12px !important;
          font-weight: 500;
          font-stretch: normal;
          font-style: normal;
          line-height: normal;
          letter-spacing: normal;
          text-align: left;
          color: #fff; }
        .loyalty-banner .loyalty-banner-step2 .loyalty-banner-container-step2 .loyalty-banner-icons-step2 .loyalty-banner-total-points .loyalty-banner-count {
          font-size: 13px;
          display: inherit;
          padding-right: 5px; }
        .loyalty-banner .loyalty-banner-step2 .loyalty-banner-container-step2 .loyalty-banner-icons-step2 .loyalty-banner-total-points .loyalty-banner-count-text {
          font-size: 13px;
          display: block; }
  .loyalty-banner .loyalty-banner-step2 .loyalty-banner-checkbox-container-step2 {
    padding: 20px 20px 12px 20px;
    background-color: #f2f1f1;
    margin: 0px 30px 15px 30px; }
    @media (min-width: 769px) {
      .loyalty-banner .loyalty-banner-step2 .loyalty-banner-checkbox-container-step2 {
        padding: 20px 16px 16px 20px; } }
    @media (max-width: 992px) {
      .loyalty-banner .loyalty-banner-step2 .loyalty-banner-checkbox-container-step2 {
        margin: 0px 20px 15px 20px; } }
    .loyalty-banner .loyalty-banner-step2 .loyalty-banner-checkbox-container-step2 .custom-control-label::before {
      width: 20px;
      height: 20px;
      border: solid 1.4px #000;
      outline: none; }
    .loyalty-banner .loyalty-banner-step2 .loyalty-banner-checkbox-container-step2 .custom-control-label::after {
      width: 25px;
      height: 25px;
      top: 0.1rem;
      left: -1.6rem; }
    .loyalty-banner .loyalty-banner-step2 .loyalty-banner-checkbox-container-step2 .custom-control-input:checked ~ .custom-control-label::after {
      background-color: #1626ff; }
    .loyalty-banner .loyalty-banner-step2 .loyalty-banner-checkbox-container-step2 .loyalty-banner-checkbox-text {
      font-family: Inter !important;
      font-size: 12px;
      font-weight: normal;
      font-stretch: normal;
      font-style: normal;
      line-height: normal;
      letter-spacing: normal;
      text-align: left;
      color: #000;
      padding-left: 19px; }
    .loyalty-banner .loyalty-banner-step2 .loyalty-banner-checkbox-container-step2 .loyalty-banner-checkbox-actions {
      background-color: #fff; }
      @media (min-width: 768px) {
        .loyalty-banner .loyalty-banner-step2 .loyalty-banner-checkbox-container-step2 .loyalty-banner-checkbox-actions {
          flex-direction: column;
          align-items: center;
          background-color: transparent; } }
      .loyalty-banner .loyalty-banner-step2 .loyalty-banner-checkbox-container-step2 .loyalty-banner-checkbox-actions input {
        width: 84%;
        color: #000;
        height: 48px;
        padding: 20px;
        font-size: 12px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        text-align: left;
        color: #9f9f9f; }
        @media (max-width: 992px) {
          .loyalty-banner .loyalty-banner-step2 .loyalty-banner-checkbox-container-step2 .loyalty-banner-checkbox-actions input {
            width: 64%;
            height: 48px;
            outline: none;
            border: none; } }
      .loyalty-banner .loyalty-banner-step2 .loyalty-banner-checkbox-container-step2 .loyalty-banner-checkbox-actions .loyality-token-placeholder {
        position: absolute;
        top: 10px;
        font-size: 8px;
        left: 20px;
        font-family: Inter;
        font-size: 8px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        text-align: left;
        color: #9f9f9f; }
      @media (min-width: 769px) {
        .loyalty-banner .loyalty-banner-step2 .loyalty-banner-checkbox-container-step2 .loyalty-banner-checkbox-actions button {
          height: 48px;
          width: 14%;
          display: flex;
          align-items: center;
          justify-content: center; } }
      @media (max-width: 992px) {
        .loyalty-banner .loyalty-banner-step2 .loyalty-banner-checkbox-container-step2 .loyalty-banner-checkbox-actions button {
          padding: 5px 25px;
          background-color: #9f9f9f; } }
  .loyalty-banner .loyalty-banner-step2 .loyalty-banner-checkbox-info-container-step2 {
    margin: 0px 30px 15px 30px; }
    @media (max-width: 992px) {
      .loyalty-banner .loyalty-banner-step2 .loyalty-banner-checkbox-info-container-step2 {
        margin: 0px 20px 15px 20px; }
        .loyalty-banner .loyalty-banner-step2 .loyalty-banner-checkbox-info-container-step2 .friends-checkbox-desc2 {
          font-family: Inter;
          font-size: 8px;
          font-weight: normal;
          font-stretch: normal;
          font-style: normal;
          line-height: normal;
          letter-spacing: normal;
          text-align: left;
          color: #9f9f9f; }
        .loyalty-banner .loyalty-banner-step2 .loyalty-banner-checkbox-info-container-step2 .friends-checkbox-desc1 {
          font-family: Inter;
          font-size: 8px;
          font-weight: normal;
          font-stretch: normal;
          font-style: normal;
          line-height: normal;
          letter-spacing: normal;
          text-align: left;
          color: #000; } }
    .loyalty-banner .loyalty-banner-step2 .loyalty-banner-checkbox-info-container-step2 p {
      font-family: Inter;
      font-size: 12px;
      font-weight: 500;
      font-stretch: normal;
      font-style: normal;
      line-height: normal;
      letter-spacing: normal;
      color: #797979; }
      @media (max-width: 992px) {
        .loyalty-banner .loyalty-banner-step2 .loyalty-banner-checkbox-info-container-step2 p {
          font-size: 12px; } }
      .loyalty-banner .loyalty-banner-step2 .loyalty-banner-checkbox-info-container-step2 p b {
        color: #000; }
  .loyalty-banner .loyalty-banner-step2 .loyalty-banner-star {
    margin: 10px 30px 0px 30px; }
    @media (max-width: 992px) {
      .loyalty-banner .loyalty-banner-step2 .loyalty-banner-star {
        margin: 0px 20px 15px 20px; } }
    .loyalty-banner .loyalty-banner-step2 .loyalty-banner-star .loyalty-banner-star-text {
      font-family: Inter;
      font-size: 12px;
      font-weight: 500;
      font-stretch: normal;
      font-style: normal;
      line-height: normal;
      letter-spacing: normal;
      color: #000; }
      @media (max-width: 992px) {
        .loyalty-banner .loyalty-banner-step2 .loyalty-banner-star .loyalty-banner-star-text {
          font-family: Inter !important;
          font-size: 10px;
          font-weight: 500 !important;
          font-stretch: normal;
          font-style: normal;
          line-height: normal;
          letter-spacing: normal;
          text-align: left;
          color: #000; } }
    .loyalty-banner .loyalty-banner-step2 .loyalty-banner-star img {
      width: 48px; }
  .loyalty-banner .loyalty-banner-container {
    padding: 30px 30px 30px 30px; }
    @media (max-width: 992px) {
      .loyalty-banner .loyalty-banner-container {
        flex-direction: column;
        padding: 20px 20px 0 20px; } }
    .loyalty-banner .loyalty-banner-container .max-w {
      max-width: 100px; }
    .loyalty-banner .loyalty-banner-container .w-20 {
      width: 18%;
      margin: 0 auto;
      padding: 5px; }
    .loyalty-banner .loyalty-banner-container .loyalty-banner-logo {
      width: 40%; }
      @media (max-width: 992px) {
        .loyalty-banner .loyalty-banner-container .loyalty-banner-logo {
          width: 100%;
          text-align: center; } }
      .loyalty-banner .loyalty-banner-container .loyalty-banner-logo .loyalty-banner-logo-text {
        margin-top: 10px;
        font-family: Oswald;
        font-size: 12px;
        font-weight: 600;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        color: #000;
        text-transform: lowercase; }
        @media (min-width: 768px) {
          .loyalty-banner .loyalty-banner-container .loyalty-banner-logo .loyalty-banner-logo-text {
            font-size: 16px;
            margin: 0; } }
        @media (max-width: 768px) {
          .loyalty-banner .loyalty-banner-container .loyalty-banner-logo .loyalty-banner-logo-text {
            text-transform: uppercase; } }
      .loyalty-banner .loyalty-banner-container .loyalty-banner-logo img {
        width: 135px; }
    .loyalty-banner .loyalty-banner-container .loyalty-banner-icons {
      width: 60%; }
      @media (min-width: 768px) {
        .loyalty-banner .loyalty-banner-container .loyalty-banner-icons {
          justify-content: end;
          column-gap: 10px; } }
      @media (max-width: 992px) {
        .loyalty-banner .loyalty-banner-container .loyalty-banner-icons {
          width: 100%; } }
      .loyalty-banner .loyalty-banner-container .loyalty-banner-icons .loyalty-icon-text {
        font-family: Oswald;
        font-size: 11px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        text-align: center;
        color: #000;
        margin-top: 10px; }
        @media (max-width: 992px) {
          .loyalty-banner .loyalty-banner-container .loyalty-banner-icons .loyalty-icon-text {
            font-size: 8px; } }
      .loyalty-banner .loyalty-banner-container .loyalty-banner-icons .icon-items {
        height: 105px; }
        @media screen and (min-width: 992px) {
          .loyalty-banner .loyalty-banner-container .loyalty-banner-icons .icon-items {
            width: 80px; } }
    .loyalty-banner .loyalty-banner-container .icon-w {
      width: 54px;
      height: 54px; }
  .loyalty-banner .loyalty-banner-register {
    padding: 30px; }
    @media (max-width: 992px) {
      .loyalty-banner .loyalty-banner-register {
        padding: 0px 20px 20px 20px;
        border-bottom: 1px solid #e8e8e8; } }
    @media (max-width: 992px) {
      .loyalty-banner .loyalty-banner-register .loyalty-banner-register-container {
        flex-direction: column;
        border-top: 1px solid #e8e8e8; } }
    @media (max-width: 992px) {
      .loyalty-banner .loyalty-banner-register .loyalty-banner-register-container .l-10 {
        line-height: 10px; } }
    .loyalty-banner .loyalty-banner-register .loyalty-banner-register-container .loyalty-banner-register-text {
      font-family: Inter;
      font-size: 12px;
      font-weight: normal;
      font-stretch: normal;
      font-style: normal;
      line-height: normal;
      letter-spacing: normal;
      color: #000; }
      @media (max-width: 992px) {
        .loyalty-banner .loyalty-banner-register .loyalty-banner-register-container .loyalty-banner-register-text {
          font-family: Inter;
          font-size: 8px;
          font-weight: normal;
          font-stretch: normal;
          font-style: normal;
          line-height: normal;
          letter-spacing: normal;
          text-align: center;
          color: #000; } }
    .loyalty-banner .loyalty-banner-register .loyalty-banner-register-container .loyalty-banner-register-button {
      padding: 10px 50px 10px;
      background-color: #000;
      color: #fff;
      height: 48px;
      width: 215px;
      margin: 0 0 0 29px;
      /*border: 1px solid #000;*/ }
      @media (max-width: 992px) {
        .loyalty-banner .loyalty-banner-register .loyalty-banner-register-container .loyalty-banner-register-button {
          width: 100%;
          margin: 20px 0 0 0;
          border: 1px solid #000; } }
      .loyalty-banner .loyalty-banner-register .loyalty-banner-register-container .loyalty-banner-register-button span {
        font-family: Oswald;
        font-size: 14px;
        font-weight: 600;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        text-align: left;
        color: #fff; }

/*loyalty cart*/
/*loyalty login*/
.login-loyalty-banner {
  padding-left: 80px;
  margin-bottom: 30px;
  padding-right: 0; }
  @media (max-width: 992px) {
    .login-loyalty-banner {
      padding-right: unset;
      padding-left: unset;
      margin-bottom: 20px; } }
  @media (min-width: 1500px) {
    .login-loyalty-banner {
      /*padding-right: 160px;*/ } }
  .login-loyalty-banner .login-loyalty-banner-container {
    padding: 20px 40px;
    background-color: #f2f1f1; }
    @media (max-width: 992px) {
      .login-loyalty-banner .login-loyalty-banner-container {
        background-color: #fff;
        flex-wrap: wrap;
        padding: 20px 20px 0 20px; } }
    .login-loyalty-banner .login-loyalty-banner-container .login-loyalty-banner-logo {
      width: 40%; }
      @media (max-width: 992px) {
        .login-loyalty-banner .login-loyalty-banner-container .login-loyalty-banner-logo {
          width: 100%; } }
      @media (max-width: 992px) {
        .login-loyalty-banner .login-loyalty-banner-container .login-loyalty-banner-logo .login-loyalty-banner-logo-img {
          width: 100%;
          text-align: center; } }
      .login-loyalty-banner .login-loyalty-banner-container .login-loyalty-banner-logo .login-loyalty-banner-logo-img:after {
        content: "";
        width: 4px;
        height: 70px;
        background: #fff;
        float: right;
        position: absolute;
        bottom: 40px; }
      .login-loyalty-banner .login-loyalty-banner-container .login-loyalty-banner-logo .login-loyalty-banner-logo-img img {
        padding-right: 22px;
        width: 135px; }
      @media (max-width: 992px) {
        .login-loyalty-banner .login-loyalty-banner-container .login-loyalty-banner-logo .login-loyalty-banner-logo-img .login-loyalty-banner-logo-text {
          font-family: Oswald;
          font-size: 20px;
          font-weight: 500;
          font-stretch: normal;
          font-style: normal;
          line-height: normal;
          letter-spacing: normal;
          color: #000;
          padding-top: 5px; } }
      .login-loyalty-banner .login-loyalty-banner-container .login-loyalty-banner-logo .login-loyalty-banner-logo-actions {
        padding-left: 25px; }
        .login-loyalty-banner .login-loyalty-banner-container .login-loyalty-banner-logo .login-loyalty-banner-logo-actions #loyaltyDetailsBtn {
          padding: 2px 25px 5px;
          background-color: #000;
          height: 35px;
          width: 145px;
          border: none; }
          @media (max-width: 992px) {
            .login-loyalty-banner .login-loyalty-banner-container .login-loyalty-banner-logo .login-loyalty-banner-logo-actions #loyaltyDetailsBtn {
              width: 100%;
              margin: 20px 0 0 0; } }
          .login-loyalty-banner .login-loyalty-banner-container .login-loyalty-banner-logo .login-loyalty-banner-logo-actions #loyaltyDetailsBtn span {
            font-family: Oswald;
            font-size: 14px;
            font-weight: 700;
            font-stretch: normal;
            font-style: normal;
            line-height: normal;
            letter-spacing: normal;
            text-align: center;
            color: #fff; }
        .login-loyalty-banner .login-loyalty-banner-container .login-loyalty-banner-logo .login-loyalty-banner-logo-actions .login-loyalty-banner-logo-actions-title {
          font-family: Oswald;
          font-size: 20px;
          font-weight: 500;
          font-stretch: normal;
          font-style: normal;
          line-height: normal;
          letter-spacing: normal;
          color: #000; }
    .login-loyalty-banner .login-loyalty-banner-container .login-loyalty-banner-icons {
      width: 60%; }
      @media (max-width: 992px) {
        .login-loyalty-banner .login-loyalty-banner-container .login-loyalty-banner-icons {
          width: 100%;
          position: relative; } }
      .login-loyalty-banner .login-loyalty-banner-container .login-loyalty-banner-icons .login-loyalty-icon-text {
        font-family: "Oswald";
        font-size: 14px;
        font-weight: 500;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        text-align: center;
        color: #000;
        margin-top: 5px; }
        @media (max-width: 992px) {
          .login-loyalty-banner .login-loyalty-banner-container .login-loyalty-banner-icons .login-loyalty-icon-text {
            font-size: 8px;
            margin-top: 15px; } }
      .login-loyalty-banner .login-loyalty-banner-container .login-loyalty-banner-icons .login-icon-items {
        height: 105px;
        padding-top: 15px;
        padding-right: 5px; }
        @media (max-width: 992px) {
          .login-loyalty-banner .login-loyalty-banner-container .login-loyalty-banner-icons .login-icon-items {
            padding-top: unset;
            margin-right: 5px;
            padding-right: unset;
            width: 18%;
            margin: 0 auto !important;
            padding: 5px; } }
        .login-loyalty-banner .login-loyalty-banner-container .login-loyalty-banner-icons .login-icon-items img {
          /* width: 32px;
                    height: 35px;*/ }
          @media (max-width: 992px) {
            .login-loyalty-banner .login-loyalty-banner-container .login-loyalty-banner-icons .login-icon-items img {
              width: 50px;
              height: 50px; } }
    .login-loyalty-banner .login-loyalty-banner-container .login-loyalty-actions-mobile {
      width: 100%;
      margin-top: 15px; }
      .login-loyalty-banner .login-loyalty-banner-container .login-loyalty-actions-mobile button {
        padding: 2px 25px 5px;
        background-color: #000;
        height: 40px;
        width: 100%;
        border: none; }
        .login-loyalty-banner .login-loyalty-banner-container .login-loyalty-actions-mobile button span {
          font-family: Oswald;
          font-size: 14px;
          font-weight: 700;
          font-stretch: normal;
          font-style: normal;
          line-height: normal;
          letter-spacing: normal;
          text-align: center;
          color: #fff; }

/*loyalty login*/
/*loyalty join modal*/
#loyaltyJoinModal {
  z-index: 2100; }
  #loyaltyJoinModal .modal-content #joinForm .ffl-wrapper {
    padding-top: 0px; }
  #loyaltyJoinModal .modal-content #joinForm .history-css-area {
    font-family: Inter;
    font-size: 10px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #000;
    margin-bottom: 10px; }
  #loyaltyJoinModal .modal-content #joinForm .allow-join-all span {
    font-family: Inter;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: -0.2px;
    text-align: left;
    color: #000; }
  @media (min-width: 768px) {
    #loyaltyJoinModal .modal-content #joinForm .form-group-two {
      width: 50%; } }
  #loyaltyJoinModal .modal-content #joinForm .ffl-label, #loyaltyJoinModal .modal-content #joinForm .control-label {
    font-size: 8px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #9f9f9f;
    left: 20px;
    padding-left: 0px;
    top: 10px; }
    @media (min-width: 768px) {
      #loyaltyJoinModal .modal-content #joinForm .ffl-label, #loyaltyJoinModal .modal-content #joinForm .control-label {
        font-size: 8px; } }
  @media (min-width: 768px) {
    #loyaltyJoinModal .modal-content #joinForm .form-control {
      font-size: 12px; } }
  @media (min-width: 768px) {
    #loyaltyJoinModal .modal-content #joinForm .control-label {
      font-size: 8px; } }
  #loyaltyJoinModal .modal-content #joinForm .form-control {
    padding-left: 20px;
    font-family: Inter;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #000; }
  #loyaltyJoinModal .modal-content #joinForm .form-control[readonly] {
    opacity: 1;
    background-color: #f5f5f5; }
  #loyaltyJoinModal .modal-content #joinForm .join-gender-select {
    padding-bottom: 0px; }
  #loyaltyJoinModal .modal-content #joinForm .date-of-birth-contain label {
    font-size: 8px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #9f9f9f;
    left: 20px;
    padding-left: 0px;
    top: 10px; }
  #loyaltyJoinModal .modal-content #joinForm .date-of-birth-contain #DateOfBirthDay, #loyaltyJoinModal .modal-content #joinForm .date-of-birth-contain #DateOfBirthMonth, #loyaltyJoinModal .modal-content #joinForm .date-of-birth-contain #DateOfBirthYear {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 13px; }
  @media (min-width: 768px) {
    #loyaltyJoinModal .modal-content {
      overflow-x: hidden; } }
  @media (max-width: 768px) {
    #loyaltyJoinModal .modal-content {
      height: 80dvh;
      top: 20dvh;
      bottom: 0dvh;
      overflow-x: hidden;
      overflow-y: scroll; } }
  #loyaltyJoinModal .modal-header img {
    width: 95px; }
    @media (max-width: 992px) {
      #loyaltyJoinModal .modal-header img {
        padding-top: 15px;
        margin: 0 0 0 33%; } }
  #loyaltyJoinModal .modal-header .close {
    margin: 10px 1rem -1rem auto;
    font-size: 28px; }
    @media (max-width: 992px) {
      #loyaltyJoinModal .modal-header .close {
        margin: unset; } }
  @media (max-width: 992px) {
    #loyaltyJoinModal .modal-body .loyalty-join-modal-sms .loyalty-join-modal-header-content {
      text-align: center; } }
  @media (min-width: 769px) {
    #loyaltyJoinModal .modal-body .loyalty-join-modal-sms .modal-footer {
      border: none; } }
  #loyaltyJoinModal .modal-body .loyalty-join-modal-sms .loyalty-join-modal-title {
    font-family: Inter;
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #000; }
    @media (max-width: 992px) {
      #loyaltyJoinModal .modal-body .loyalty-join-modal-sms .loyalty-join-modal-title {
        font-size: 16px; } }
  #loyaltyJoinModal .modal-body .loyalty-join-modal-sms .loyalty-join-modal-description {
    font-family: Inter;
    font-size: 10px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #9f9f9f; }
    @media (max-width: 992px) {
      #loyaltyJoinModal .modal-body .loyalty-join-modal-sms .loyalty-join-modal-description {
        font-size: 10px; } }
    #loyaltyJoinModal .modal-body .loyalty-join-modal-sms .loyalty-join-modal-description .text-black {
      color: #000; }
  #loyaltyJoinModal .modal-body .loyalty-join-modal-sms .loyalty-join-modal-sms-body .loyalty-sms-timer {
    font-family: Oswald;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: right;
    color: #000; }
    #loyaltyJoinModal .modal-body .loyalty-join-modal-sms .loyalty-join-modal-sms-body .loyalty-sms-timer .loyalty-timer-text {
      font-family: Oswald;
      font-size: 12px;
      font-weight: normal;
      font-stretch: normal;
      font-style: normal;
      line-height: normal;
      letter-spacing: normal;
      text-align: right;
      color: #000; }
    #loyaltyJoinModal .modal-body .loyalty-join-modal-sms .loyalty-join-modal-sms-body .loyalty-sms-timer #countdownJoinSms {
      padding-left: 5px; }
  #loyaltyJoinModal .modal-body .loyalty-join-modal-sms .loyalty-join-modal-sms-body .loyalty-sms-button-area {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: end; }
    @media (max-width: 768px) {
      #loyaltyJoinModal .modal-body .loyalty-join-modal-sms .loyalty-join-modal-sms-body .loyalty-sms-button-area {
        height: 43dvh; } }
    @media (min-width: 769px) {
      #loyaltyJoinModal .modal-body .loyalty-join-modal-sms .loyalty-join-modal-sms-body .loyalty-sms-button-area {
        display: block; } }
    #loyaltyJoinModal .modal-body .loyalty-join-modal-sms .loyalty-join-modal-sms-body .loyalty-sms-button-area .return-sms {
      margin-top: 16px; }
      @media (max-width: 768px) {
        #loyaltyJoinModal .modal-body .loyalty-join-modal-sms .loyalty-join-modal-sms-body .loyalty-sms-button-area .return-sms {
          margin-top: 10px; } }
    #loyaltyJoinModal .modal-body .loyalty-join-modal-sms .loyalty-join-modal-sms-body .loyalty-sms-button-area::before {
      content: "";
      position: absolute;
      left: -20px;
      height: 2px;
      background-color: #000;
      bottom: 142px;
      width: 100dvh; }
    @media (min-width: 769px) {
      #loyaltyJoinModal .modal-body .loyalty-join-modal-sms .loyalty-join-modal-sms-body .loyalty-sms-button-area::before {
        display: none; } }
  @media (max-width: 992px) {
    #loyaltyJoinModal .modal-body .loyalty-join-modal-content .loyalty-join-modal-header-content {
      text-align: center; } }
  #loyaltyJoinModal .modal-body .loyalty-join-modal-content .loyalty-join-modal-title {
    font-family: Inter;
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #000; }
    @media (max-width: 992px) {
      #loyaltyJoinModal .modal-body .loyalty-join-modal-content .loyalty-join-modal-title {
        font-size: 16px; } }
  #loyaltyJoinModal .modal-body .loyalty-join-modal-content .loyalty-join-modal-description {
    font-family: Inter;
    font-size: 10px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #9f9f9f; }
  #loyaltyJoinModal .modal-body form {
    /*.join-gender-select {
                color: #000 !important;

                option {
                    color: #000;
                }
            }*/ }
    #loyaltyJoinModal .modal-body form .selectbox-gender-container .control-label {
      font-size: 12px;
      font-weight: 400;
      opacity: 1;
      pointer-events: none;
      position: absolute;
      transition: 240ms;
      line-height: 29px;
      z-index: 99;
      top: 10px;
      left: 8px;
      color: #8e8d8d; }
    #loyaltyJoinModal .modal-body form .selectbox-gender-container .form-group.focused .control-label {
      opacity: 1;
      transform: scale(0.75);
      color: #2196f3; }
    #loyaltyJoinModal .modal-body form .selectbox-gender-container .form-control {
      align-self: flex-end; }
    #loyaltyJoinModal .modal-body form .selectbox-gender-container .form-control::-webkit-input-placeholder {
      color: transparent;
      transition: 240ms; }
    #loyaltyJoinModal .modal-body form .selectbox-gender-container .form-control:focus::-webkit-input-placeholder {
      transition: none; }
    #loyaltyJoinModal .modal-body form .selectbox-gender-container .form-group.focused .form-control::-webkit-input-placeholder {
      color: #bbb; }
    #loyaltyJoinModal .modal-body form .date-of-birth-contain-selectbox select {
      color: #8e8d8d; }
    #loyaltyJoinModal .modal-body form .date-of-birth-contain-selectbox .control-label {
      font-size: 12px;
      font-weight: 400;
      opacity: 1;
      pointer-events: none;
      position: absolute;
      transform: translate3d(0, 22px, 0) scale(1);
      transform-origin: left top;
      transition: 240ms;
      line-height: 29px;
      z-index: 1;
      top: -19px;
      left: 8px;
      color: #8e8d8d; }
    #loyaltyJoinModal .modal-body form .date-of-birth-contain-selectbox .form-group.focused .control-label {
      opacity: 1;
      transform: scale(0.75);
      color: #2196f3; }
    #loyaltyJoinModal .modal-body form .date-of-birth-contain-selectbox .form-control {
      align-self: flex-end; }
    #loyaltyJoinModal .modal-body form .date-of-birth-contain-selectbox .form-control::-webkit-input-placeholder {
      color: transparent;
      transition: 240ms; }
    #loyaltyJoinModal .modal-body form .date-of-birth-contain-selectbox .form-control:focus::-webkit-input-placeholder {
      transition: none; }
    #loyaltyJoinModal .modal-body form .date-of-birth-contain-selectbox .form-group.focused .form-control::-webkit-input-placeholder {
      color: #bbb; }
    #loyaltyJoinModal .modal-body form .date-of-birth-contain-selectbox label[for="DateOfBirthDay"] {
      left: 0;
      padding-left: 6px; }
    #loyaltyJoinModal .modal-body form .date-of-birth-contain-selectbox label[for="DateOfBirthMonth"] {
      left: 0;
      padding-left: 6px; }
    #loyaltyJoinModal .modal-body form .date-of-birth-contain-selectbox label[for="DateOfBirthYear"] {
      left: 0;
      padding-left: 6px; }
    #loyaltyJoinModal .modal-body form .r-7 {
      right: 7%; }
    #loyaltyJoinModal .modal-body form .t-40 {
      top: 40%; }
    #loyaltyJoinModal .modal-body form .allow-join-all span {
      font-family: Inter;
      font-size: 12px;
      font-weight: normal;
      font-stretch: normal;
      font-style: normal;
      line-height: normal;
      letter-spacing: -0.2px;
      text-align: left;
      color: #000; }
    #loyaltyJoinModal .modal-body form .allow-join-all .border-bottom-color {
      border-bottom: 1px solid #000; }
    #loyaltyJoinModal .modal-body form .join-custom-checkbox #AllowAllJoin {
      top: 25px; }
    #loyaltyJoinModal .modal-body form .join-custom-checkbox .custom-control-label::after {
      top: 25px;
      border-color: #000;
      width: 18px;
      height: 18px; }
    #loyaltyJoinModal .modal-body form .join-custom-checkbox .custom-control-label::before {
      top: 25px; }
    #loyaltyJoinModal .modal-body form .send-join-button {
      padding: 11px 10px;
      background-color: #000;
      font-family: Oswald;
      font-size: 16px;
      font-weight: bold;
      font-stretch: normal;
      font-style: normal;
      line-height: normal;
      letter-spacing: normal;
      text-align: center;
      color: #fff; }
  #loyaltyJoinModal .modal-footer .modal-loyalty-banner-logo .modal-loyalty-banner-logo-text {
    font-family: Oswald;
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #000;
    padding-top: 10px; }
  #loyaltyJoinModal .modal-footer .modal-loyalty-actions button {
    padding: 4px 30px;
    background-color: #000;
    border: none; }
    @media (min-width: 768px) {
      #loyaltyJoinModal .modal-footer .modal-loyalty-actions button {
        background-color: transparent; } }
    #loyaltyJoinModal .modal-footer .modal-loyalty-actions button span {
      font-family: Oswald;
      font-size: 14px;
      font-weight: bold;
      font-stretch: normal;
      font-style: normal;
      line-height: normal;
      letter-spacing: normal;
      text-align: center;
      color: #fff; }
      @media (min-width: 768px) {
        #loyaltyJoinModal .modal-footer .modal-loyalty-actions button span {
          color: #000;
          text-decoration: underline;
          font-size: 10px; } }
  #loyaltyJoinModal .modal-footer .modal-loyalty-banner-icons .w-20 {
    width: 18%;
    margin: 0 auto;
    padding: 5px; }
  #loyaltyJoinModal .modal-footer .modal-loyalty-banner-icons .modal-icon-items {
    height: 105px; }
    #loyaltyJoinModal .modal-footer .modal-loyalty-banner-icons .modal-icon-items .icon-w {
      width: 54px;
      height: 54px; }
    #loyaltyJoinModal .modal-footer .modal-loyalty-banner-icons .modal-icon-items .modal-loyalty-icon-text {
      font-family: Oswald;
      font-size: 14px;
      font-weight: normal;
      font-stretch: normal;
      font-style: normal;
      line-height: normal;
      letter-spacing: normal;
      text-align: center;
      color: #000;
      padding-top: 8px; }
      @media (min-width: 992px) {
        #loyaltyJoinModal .modal-footer .modal-loyalty-banner-icons .modal-icon-items .modal-loyalty-icon-text {
          font-size: 10px; } }

/*loyalty join modal*/
/*loyalty landing*/
.loyalty-landing-page-content .stores-img-title {
  font-family: Inter;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #000; }
  @media (max-width: 992px) {
    .loyalty-landing-page-content .stores-img-title {
      padding-top: 10px; } }
  @media (min-width: 992px) {
    .loyalty-landing-page-content .stores-img-title {
      padding-top: 20px; } }

.loyalty-landing-page-content .loyalty-landing-top-banner-container {
  margin-bottom: 0 !important; }
  @media (max-width: 992px) {
    .loyalty-landing-page-content .loyalty-landing-top-banner-container {
      margin-top: 0 !important; } }
  @media (max-width: 992px) {
    .loyalty-landing-page-content .loyalty-landing-top-banner-container .loyalty-landing-top-divider {
      height: 240px; } }
  @media (max-width: 992px) {
    .loyalty-landing-page-content .loyalty-landing-top-banner-container .loyalty-landing-top-divider .loyalty-landing-top-divider-img {
      height: 300px;
      width: 100%; } }
  .loyalty-landing-page-content .loyalty-landing-top-banner-container .loyalty-landing-top-divider .loyalty-landing-banner-img-absolute {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
    @media (max-width: 992px) {
      .loyalty-landing-page-content .loyalty-landing-top-banner-container .loyalty-landing-top-divider .loyalty-landing-banner-img-absolute {
        width: 100%;
        line-height: 1;
        top: 63%; } }
    .loyalty-landing-page-content .loyalty-landing-top-banner-container .loyalty-landing-top-divider .loyalty-landing-banner-img-absolute img {
      width: 264px;
      height: 60px; }
      @media (max-width: 992px) {
        .loyalty-landing-page-content .loyalty-landing-top-banner-container .loyalty-landing-top-divider .loyalty-landing-banner-img-absolute img {
          width: 165px; } }
    .loyalty-landing-page-content .loyalty-landing-top-banner-container .loyalty-landing-top-divider .loyalty-landing-banner-img-absolute span {
      font-family: Inter;
      font-size: 15px;
      font-weight: normal;
      font-stretch: normal;
      font-style: normal;
      line-height: normal;
      letter-spacing: normal;
      text-align: center;
      color: #000; }
      @media (max-width: 992px) {
        .loyalty-landing-page-content .loyalty-landing-top-banner-container .loyalty-landing-top-divider .loyalty-landing-banner-img-absolute span {
          font-size: 12px; } }
    .loyalty-landing-page-content .loyalty-landing-top-banner-container .loyalty-landing-top-divider .loyalty-landing-banner-img-absolute .loyalty-banner-landing-join {
      width: 80%;
      height: 50px; }

@media (max-width: 992px) {
  .loyalty-landing-page-content .loyalty-landing-banner-container .login-loyalty-banner-icons .login-icon-items {
    height: 80px; } }

.loyalty-landing-page-content .loyalty-landing-banner-container .loyalty-landing-banner {
  padding-left: unset;
  padding-right: unset; }
  .loyalty-landing-page-content .loyalty-landing-banner-container .loyalty-landing-banner .login-loyalty-banner-icons .login-icon-items {
    height: 90px !important; }
  .loyalty-landing-page-content .loyalty-landing-banner-container .loyalty-landing-banner .login-loyalty-banner-logo-img:after {
    display: none;
    bottom: 40px; }
  .loyalty-landing-page-content .loyalty-landing-banner-container .loyalty-landing-banner .login-loyalty-banner-logo-img img {
    padding-right: 0 !important; }
  .loyalty-landing-page-content .loyalty-landing-banner-container .loyalty-landing-banner .login-loyalty-banner-logo-actions {
    padding-left: 0 !important; }
    .loyalty-landing-page-content .loyalty-landing-banner-container .loyalty-landing-banner .login-loyalty-banner-logo-actions .login-loyalty-banner-logo-actions-title {
      padding-left: 10px;
      padding-top: 30px; }

@media (max-width: 992px) {
  .loyalty-landing-page-content .loyalty-landing-page-infos-container {
    padding: 20px 20px 0 20px;
    border-top: 1px solid #f2f1f1; } }

.loyalty-landing-page-content .loyalty-landing-page-infos-container p {
  font-family: Inter;
  font-size: 18px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #000; }
  @media (max-width: 992px) {
    .loyalty-landing-page-content .loyalty-landing-page-infos-container p {
      text-align: left; } }

@media (max-width: 992px) {
  .loyalty-landing-page-content .loyalty-landing-page-infos-container .loyalty-landing-page-infos-desc {
    font-size: 12px;
    font-weight: normal; } }

.loyalty-landing-page-content .loyalty-landing-page-infos-container button {
  width: 33%;
  height: 48px; }

@media (max-width: 992px) {
  .loyalty-landing-page-content .loyalty-landing-slider-container {
    margin: 0;
    padding: 0;
    border-top: 1px solid #f2f1f1; } }

.loyalty-landing-page-content .loyalty-landing-slider-container .disco-heading-container {
  margin: 15px 0; }

@media (max-width: 992px) {
  .loyalty-landing-page-content .loyalty-landing-tables-container .loyalty__accordion {
    border-top: 1px solid #e6e6e6; } }

@media (max-width: 992px) {
  .loyalty-landing-page-content .loyalty-landing-tables-container .loyalty__accordion__header__box__text {
    font-weight: normal !important; } }

/*loyalty landing*/
/*friends token remove modal*/
#removeFriendTokenModal .modal-content .modal-header,
#removeProductCart .modal-content .modal-header,
#removePromotionCodeModal .modal-content .modal-header {
  border-bottom: none;
  padding: 30px 20px 10px 20px; }
  #removeFriendTokenModal .modal-content .modal-header .modal-title,
  #removeProductCart .modal-content .modal-header .modal-title,
  #removePromotionCodeModal .modal-content .modal-header .modal-title {
    font-family: Oswald;
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #000;
    padding-top: 0px; }
  #removeFriendTokenModal .modal-content .modal-header .close,
  #removeProductCart .modal-content .modal-header .close,
  #removePromotionCodeModal .modal-content .modal-header .close {
    color: #000; }

#removeFriendTokenModal .modal-content .modal-body,
#removeProductCart .modal-content .modal-body,
#removePromotionCodeModal .modal-content .modal-body {
  font-family: Inter;
  font-size: 10px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 30px; }

#removeFriendTokenModal .modal-content .modal-footer,
#removeProductCart .modal-content .modal-footer,
#removePromotionCodeModal .modal-content .modal-footer {
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-end;
  padding: 1rem;
  padding-top: 0;
  border-top: none; }
  @media (max-width: 992px) {
    #removeFriendTokenModal .modal-content .modal-footer,
    #removeProductCart .modal-content .modal-footer,
    #removePromotionCodeModal .modal-content .modal-footer {
      flex-wrap: wrap; } }
  #removeFriendTokenModal .modal-content .modal-footer #modalTokenDeleteNo,
  #removeFriendTokenModal .modal-content .modal-footer #modalDeleteNo,
  #removeFriendTokenModal .modal-content .modal-footer #modalPromotionDeleteNo,
  #removeProductCart .modal-content .modal-footer #modalTokenDeleteNo,
  #removeProductCart .modal-content .modal-footer #modalDeleteNo,
  #removeProductCart .modal-content .modal-footer #modalPromotionDeleteNo,
  #removePromotionCodeModal .modal-content .modal-footer #modalTokenDeleteNo,
  #removePromotionCodeModal .modal-content .modal-footer #modalDeleteNo,
  #removePromotionCodeModal .modal-content .modal-footer #modalPromotionDeleteNo {
    background: #999999;
    color: #fff;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px; }
    @media (min-width: 768px) {
      #removeFriendTokenModal .modal-content .modal-footer #modalTokenDeleteNo,
      #removeFriendTokenModal .modal-content .modal-footer #modalDeleteNo,
      #removeFriendTokenModal .modal-content .modal-footer #modalPromotionDeleteNo,
      #removeProductCart .modal-content .modal-footer #modalTokenDeleteNo,
      #removeProductCart .modal-content .modal-footer #modalDeleteNo,
      #removeProductCart .modal-content .modal-footer #modalPromotionDeleteNo,
      #removePromotionCodeModal .modal-content .modal-footer #modalTokenDeleteNo,
      #removePromotionCodeModal .modal-content .modal-footer #modalDeleteNo,
      #removePromotionCodeModal .modal-content .modal-footer #modalPromotionDeleteNo {
        margin-bottom: 0; } }
    #removeFriendTokenModal .modal-content .modal-footer #modalTokenDeleteNo span,
    #removeFriendTokenModal .modal-content .modal-footer #modalDeleteNo span,
    #removeFriendTokenModal .modal-content .modal-footer #modalPromotionDeleteNo span,
    #removeProductCart .modal-content .modal-footer #modalTokenDeleteNo span,
    #removeProductCart .modal-content .modal-footer #modalDeleteNo span,
    #removeProductCart .modal-content .modal-footer #modalPromotionDeleteNo span,
    #removePromotionCodeModal .modal-content .modal-footer #modalTokenDeleteNo span,
    #removePromotionCodeModal .modal-content .modal-footer #modalDeleteNo span,
    #removePromotionCodeModal .modal-content .modal-footer #modalPromotionDeleteNo span {
      font-family: Oswald;
      font-size: 14px;
      font-weight: 600;
      font-stretch: normal;
      font-style: normal;
      line-height: normal;
      letter-spacing: normal;
      text-align: left;
      color: #fff; }
  #removeFriendTokenModal .modal-content .modal-footer #modalTokenDeleteYes,
  #removeFriendTokenModal .modal-content .modal-footer #modalDeleteYes,
  #removeFriendTokenModal .modal-content .modal-footer #modalPromotionDeleteYes,
  #removeProductCart .modal-content .modal-footer #modalTokenDeleteYes,
  #removeProductCart .modal-content .modal-footer #modalDeleteYes,
  #removeProductCart .modal-content .modal-footer #modalPromotionDeleteYes,
  #removePromotionCodeModal .modal-content .modal-footer #modalTokenDeleteYes,
  #removePromotionCodeModal .modal-content .modal-footer #modalDeleteYes,
  #removePromotionCodeModal .modal-content .modal-footer #modalPromotionDeleteYes {
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center; }
    @media (min-width: 768px) {
      #removeFriendTokenModal .modal-content .modal-footer #modalTokenDeleteYes,
      #removeFriendTokenModal .modal-content .modal-footer #modalDeleteYes,
      #removeFriendTokenModal .modal-content .modal-footer #modalPromotionDeleteYes,
      #removeProductCart .modal-content .modal-footer #modalTokenDeleteYes,
      #removeProductCart .modal-content .modal-footer #modalDeleteYes,
      #removeProductCart .modal-content .modal-footer #modalPromotionDeleteYes,
      #removePromotionCodeModal .modal-content .modal-footer #modalTokenDeleteYes,
      #removePromotionCodeModal .modal-content .modal-footer #modalDeleteYes,
      #removePromotionCodeModal .modal-content .modal-footer #modalPromotionDeleteYes {
        padding: 0px;
        margin-bottom: 0px; } }
    #removeFriendTokenModal .modal-content .modal-footer #modalTokenDeleteYes span,
    #removeFriendTokenModal .modal-content .modal-footer #modalDeleteYes span,
    #removeFriendTokenModal .modal-content .modal-footer #modalPromotionDeleteYes span,
    #removeProductCart .modal-content .modal-footer #modalTokenDeleteYes span,
    #removeProductCart .modal-content .modal-footer #modalDeleteYes span,
    #removeProductCart .modal-content .modal-footer #modalPromotionDeleteYes span,
    #removePromotionCodeModal .modal-content .modal-footer #modalTokenDeleteYes span,
    #removePromotionCodeModal .modal-content .modal-footer #modalDeleteYes span,
    #removePromotionCodeModal .modal-content .modal-footer #modalPromotionDeleteYes span {
      font-family: Oswald;
      font-size: 14px;
      font-weight: 600;
      font-stretch: normal;
      font-style: normal;
      line-height: normal;
      letter-spacing: normal;
      text-align: left;
      color: #fff; }

.date-of-birth-contain-selectbox .form-control:focus {
  box-shadow: none !important; }

/*friends token remove modal*/
.customer-info .date-of-birth-contain-selectbox select {
  color: #000; }

.customer-info .date-of-birth-contain-selectbox .control-label {
  font-size: 12px;
  font-weight: 400;
  opacity: 1;
  pointer-events: none;
  position: absolute;
  transform: translate3d(0, 22px, 0) scale(1);
  transform-origin: left top;
  transition: 240ms;
  line-height: 29px;
  z-index: 1;
  top: -25px;
  left: 8px;
  color: #8e8d8d; }

.customer-info .date-of-birth-contain-selectbox .form-group.focused .control-label {
  opacity: 1;
  transform: scale(0.75);
  color: #2196f3; }

.customer-info .date-of-birth-contain-selectbox .form-control {
  align-self: flex-end; }

.customer-info .date-of-birth-contain-selectbox .form-control::-webkit-input-placeholder {
  color: transparent;
  transition: 240ms; }

.customer-info .date-of-birth-contain-selectbox .form-control:focus::-webkit-input-placeholder {
  transition: none; }

.customer-info .date-of-birth-contain-selectbox .form-group.focused .form-control::-webkit-input-placeholder {
  color: #bbb; }

.customer-info .date-of-birth-contain-selectbox label[for="DateOfBirthDay"] {
  left: 0;
  padding-left: 6px; }

.customer-info .date-of-birth-contain-selectbox label[for="DateOfBirthMonth"] {
  left: 0;
  padding-left: 6px; }

.customer-info .date-of-birth-contain-selectbox label[for="DateOfBirthYear"] {
  left: 0;
  padding-left: 6px; }

.py-slider {
  padding-right: 80px;
  padding-left: 80px; }
  @media (max-width: 992px) {
    .py-slider {
      padding-right: 0;
      padding-left: 0; } }

.detail-color-list .attr-link {
  display: block;
  width: 60px;
  height: 72px;
  background-color: #f2f2f2;
  border: none !important; }
  .detail-color-list .attr-link img {
    height: 82px;
    width: 68px; }
  .detail-color-list .attr-link.selected-value {
    border-color: #000 !important;
    border-bottom: 2px solid #000 !important;
    -webkit-box-shadow: 0px 5px 10px -5px rgba(0, 0, 0, 0.53);
    -moz-box-shadow: 0px 5px 10px -5px rgba(0, 0, 0, 0.53);
    box-shadow: 0px 5px 10px -5px rgba(0, 0, 0, 0.53); }

.product-direct-links {
  padding: 20px 0;
  margin-top: 20px;
  border-top: 1px solid #f2f1f1;
  border-bottom: 1px solid #f2f1f1;
  font-weight: 500 !important;
  font-size: 14px !important; }
  .product-direct-links__divider {
    width: 1px;
    height: 26px;
    background-color: #f2f1f1;
    margin-left: 18px; }

.direct-links {
  padding: 20px;
  background-color: #fafafa;
  border-top: 1px solid #f2f1f1;
  border-bottom: 1px solid #f2f1f1;
  font-weight: 600 !important;
  font-size: 14px !important; }

.product-detail-desktop-tabs {
  position: relative; }

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

.cms-slider-container .owl-dots > div,
.mobile-slider-container .owl-dots > div.owl-dot {
  background: rgba(0, 0, 0, 0.1); }

.friends__header {
  font-family: Inter;
  font-size: 16px;
  color: #000; }

.friends__helloContainer {
  padding: 40px;
  border: solid 1px #f1f2f2;
  background-color: #fff;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap; }
  @media (max-width: 992px) {
    .friends__helloContainer {
      padding: 20px 30px 30px 30px;
      border-left: none;
      border-right: none; } }
  .friends__helloContainer p {
    padding: 10px 0;
    margin: 0; }
  .friends__helloContainer__firstcontent__header {
    font-family: Oswald;
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #000; }
  .friends__helloContainer__firstcontent__description {
    font-family: Inter;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #000; }
  @media (max-width: 992px) {
    .friends__helloContainer__secondcontent {
      padding-top: 20px;
      width: 100%; } }
  .friends__helloContainer__secondcontent__button {
    padding: 15px 70px 10px;
    background-color: #000; }
    @media (max-width: 992px) {
      .friends__helloContainer__secondcontent__button {
        width: 100%; } }
    .friends__helloContainer__secondcontent__button__text {
      font-family: Oswald;
      font-size: 16px;
      font-weight: bold;
      font-stretch: normal;
      font-style: normal;
      line-height: normal;
      letter-spacing: normal;
      text-align: center;
      color: #fff; }

.friends__hello {
  border: solid 1px #f1f2f2; }
  @media (max-width: 992px) {
    .friends__hello {
      border-right: none;
      border-left: none; } }
  .friends__hello__content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: solid 1px #f1f2f2;
    flex-wrap: wrap; }
    @media (max-width: 992px) {
      .friends__hello__content {
        display: block; } }
    @media (min-width: 992px) {
      .friends__hello__content {
        padding: 40px; } }
    .friends__hello__content__left {
      display: flex;
      align-items: center; }
      @media (max-width: 992px) {
        .friends__hello__content__left {
          padding: 30px;
          border-bottom: solid 1px #f1f2f2; } }
      .friends__hello__content__left__acount__icon {
        width: 100px;
        height: 100px;
        margin: 0 20px 0 0;
        border-radius: 52px;
        background-color: #f2f1f1;
        display: flex;
        justify-content: center;
        align-items: center; }
        .friends__hello__content__left__acount__icon__text {
          font-family: Oswald;
          font-size: 44px;
          font-weight: normal;
          font-stretch: normal;
          font-style: normal;
          line-height: normal;
          letter-spacing: normal;
          text-align: right;
          color: #9d9d9d; }
      .friends__hello__content__left__acount {
        display: flex;
        flex-direction: column; }
        .friends__hello__content__left__acount__text {
          font-family: Oswald;
          font-size: 24px;
          font-weight: normal;
          font-stretch: normal;
          font-style: normal;
          line-height: normal;
          letter-spacing: normal;
          color: #000; }
        .friends__hello__content__left__acount__friends {
          font-family: Inter;
          font-size: 14px;
          font-weight: normal;
          font-stretch: normal;
          font-style: normal;
          line-height: normal;
          letter-spacing: normal;
          color: #000; }
          .friends__hello__content__left__acount__friends__id {
            color: #09f; }
    @media (max-width: 992px) {
      .friends__hello__content__right {
        padding: 30px; } }
    @media (max-width: 992px) {
      .friends__hello__content__right__qr {
        display: flex;
        justify-content: space-evenly;
        align-items: center;
        flex-direction: row-reverse; } }
    .friends__hello__content__right__qr__text {
      font-family: Inter;
      font-size: 14px;
      font-weight: normal;
      font-stretch: normal;
      font-style: normal;
      line-height: normal;
      letter-spacing: normal;
      text-align: right;
      color: #000;
      margin-right: 20px; }
      @media (max-width: 992px) {
        .friends__hello__content__right__qr__text {
          text-align: start;
          margin-left: 30px;
          margin-right: 0; } }
      .friends__hello__content__right__qr__text__link {
        text-decoration: underline;
        font-weight: bolder; }
    .friends__hello__content__right__qr__img {
      width: 100px;
      height: 100px; }
      @media (max-width: 992px) {
        .friends__hello__content__right__qr__img {
          margin: 0 20px 0 0; } }
      @media (min-width: 992px) {
        .friends__hello__content__right__qr__img {
          margin: 0 0 0 20px; } }
  .friends__hello__bottom__content {
    padding: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    @media (max-width: 992px) {
      .friends__hello__bottom__content {
        padding: 30px;
        flex-direction: column; } }
    .friends__hello__bottom__content__description {
      margin: 0;
      font-family: Inter;
      font-size: 14px;
      font-weight: normal;
      font-stretch: normal;
      font-style: normal;
      line-height: normal;
      letter-spacing: normal;
      color: #000; }
    .friends__hello__bottom__content__button {
      background-color: #000;
      padding: 15px 60px;
      text-align: center;
      cursor: pointer; }
      @media (max-width: 992px) {
        .friends__hello__bottom__content__button {
          width: 100%;
          margin-top: 20px; } }
      .friends__hello__bottom__content__button__text {
        font-family: Oswald;
        font-size: 16px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        text-align: center;
        color: #fff; }

.token-money-after {
  /* display: none !important;*/ }

@media (min-width: 992px) {
  .secondQuery {
    display: none; } }

@media (max-width: 992px) {
  .landing-friends-advantage .fake-col-wrapper .item {
    min-height: 250px; } }

/*test*/
.loyalty__tokenInfo {
  padding: 40px;
  border: solid 1px #f1f2f2;
  margin-top: 20px; }
  @media (max-width: 992px) {
    .loyalty__tokenInfo {
      padding-top: 15px !important;
      padding: 30px;
      border-top: none;
      border-right: none;
      border-left: none; } }
  .loyalty__tokenInfo__shopingNow {
    align-items: center;
    margin: 0;
    padding: 0; }
    @media (max-width: 992px) {
      .loyalty__tokenInfo__shopingNow {
        flex-direction: column; } }
    .loyalty__tokenInfo__shopingNow__imgbox {
      padding: 0; }
      @media (min-width: 992px) {
        .loyalty__tokenInfo__shopingNow__imgbox {
          display: flex;
          justify-content: center;
          flex-direction: column;
          align-items: center;
          position: relative; } }
      @media (max-width: 992px) {
        .loyalty__tokenInfo__shopingNow__imgbox {
          padding-bottom: 30px;
          border-bottom: 1px solid #f2f1f1;
          max-width: 100%;
          flex: 100%; } }
      .loyalty__tokenInfo__shopingNow__imgbox__money {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-direction: column; }
        .loyalty__tokenInfo__shopingNow__imgbox__money__container {
          display: flex; }
          @media (max-width: 992px) {
            .loyalty__tokenInfo__shopingNow__imgbox__money__container {
              width: 100%;
              align-items: center; } }
          @media (min-width: 992px) {
            .loyalty__tokenInfo__shopingNow__imgbox__money__container {
              align-items: center;
              flex-direction: column;
              position: absolute;
              top: 0;
              justify-content: space-between; } }
          @media (max-width: 992px) {
            .loyalty__tokenInfo__shopingNow__imgbox__money__container__img {
              width: 61px;
              height: 61px; } }
          .loyalty__tokenInfo__shopingNow__imgbox__money__container__description {
            display: flex;
            align-items: center;
            flex-direction: column; }
            @media (max-width: 992px) {
              .loyalty__tokenInfo__shopingNow__imgbox__money__container__description {
                align-items: flex-start;
                margin-left: 20px; } }
            @media (min-width: 992px) {
              .loyalty__tokenInfo__shopingNow__imgbox__money__container__description {
                margin-top: 20px; } }
            .loyalty__tokenInfo__shopingNow__imgbox__money__container__description__header {
              font-family: Inter;
              font-size: 14px;
              font-weight: bolder;
              font-stretch: normal;
              font-style: normal;
              line-height: normal;
              letter-spacing: normal;
              text-align: center;
              color: #000; }
            .loyalty__tokenInfo__shopingNow__imgbox__money__container__description__count {
              font-family: Oswald;
              font-size: 24px;
              font-weight: 500;
              font-stretch: normal;
              font-style: normal;
              line-height: normal;
              letter-spacing: normal;
              text-align: center;
              color: #000; }
        @media (min-width: 992px) {
          .loyalty__tokenInfo__shopingNow__imgbox__money__description {
            position: absolute;
            bottom: 0%;
            text-align: center;
            padding-right: 40px; } }
        @media (max-width: 992px) {
          .loyalty__tokenInfo__shopingNow__imgbox__money__description {
            margin-top: 20px; } }
        .loyalty__tokenInfo__shopingNow__imgbox__money__description__text {
          font-family: Inter;
          font-size: 10px;
          font-weight: normal;
          font-stretch: normal;
          font-style: normal;
          line-height: normal;
          letter-spacing: normal;
          text-align: center;
          color: #999; }
      @media (max-width: 992px) {
        .loyalty__tokenInfo__shopingNow__imgbox__description {
          display: flex;
          flex-direction: column;
          align-items: center; } }
      @media (min-width: 992px) {
        .loyalty__tokenInfo__shopingNow__imgbox__description {
          position: absolute;
          top: 0;
          display: flex;
          flex-direction: column;
          align-items: center; } }
      .loyalty__tokenInfo__shopingNow__imgbox__description__text {
        margin-bottom: 0;
        font-family: Inter;
        font-size: 12px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        color: #000; }
        @media (min-width: 992px) {
          .loyalty__tokenInfo__shopingNow__imgbox__description__text {
            text-align: center;
            padding: 30px 0;
            padding-right: 17px; } }
        @media (max-width: 992px) {
          .loyalty__tokenInfo__shopingNow__imgbox__description__text {
            padding-top: 20px;
            padding-bottom: 30px; } }
      @media (min-width: 992px) {
        .loyalty__tokenInfo__shopingNow__imgbox__bottom {
          position: absolute;
          bottom: 2%; } }
      .loyalty__tokenInfo__shopingNow__imgbox__bottom__button {
        padding: 15px 54px 10px;
        background-color: #000; }
        @media (max-width: 992px) {
          .loyalty__tokenInfo__shopingNow__imgbox__bottom__button {
            display: block;
            text-align: center; } }
        .loyalty__tokenInfo__shopingNow__imgbox__bottom__button__text {
          font-family: Oswald;
          font-size: 16px;
          font-weight: bold;
          font-stretch: normal;
          font-style: normal;
          line-height: normal;
          letter-spacing: normal;
          text-align: center;
          color: #fff; }
  @media (min-width: 992px) {
    .loyalty__tokenInfo .loyalty__token__container {
      border-left: 1px solid #f2f1f1;
      padding-left: 20px; } }
  @media (max-width: 992px) {
    .loyalty__tokenInfo .loyalty__token__container {
      padding: 0;
      margin-top: 30px;
      max-width: 100%;
      flex: 100%; } }
  .loyalty__tokenInfo .loyalty__token__container__header__text {
    font-family: Oswald;
    font-size: 20px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #000;
    margin: 0; }
    @media (max-width: 992px) {
      .loyalty__tokenInfo .loyalty__token__container__header__text {
        padding-bottom: 30px; } }
  .loyalty__tokenInfo .loyalty__token__container__header__description {
    font-family: Inter;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #000;
    margin: 0; }
    @media (max-width: 992px) {
      .loyalty__tokenInfo .loyalty__token__container__header__description {
        padding-bottom: 30px; } }
    @media (min-width: 992px) {
      .loyalty__tokenInfo .loyalty__token__container__header__description {
        padding-bottom: 20px; } }
  .loyalty__tokenInfo .loyalty__token__container__imgbox {
    display: flex;
    justify-content: space-between; }
    .loyalty__tokenInfo .loyalty__token__container__imgbox__content {
      display: flex;
      flex-direction: column;
      align-items: center; }
      .loyalty__tokenInfo .loyalty__token__container__imgbox__content__description__text {
        font-family: Oswald;
        font-size: 12px;
        font-weight: 500;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        color: #000; }
  .loyalty__tokenInfo .loyalty__token__container__statusToken {
    margin-top: 17px; }
    .loyalty__tokenInfo .loyalty__token__container__statusToken__box {
      display: flex;
      justify-content: space-between;
      padding: 16px 22px;
      box-shadow: inset 0 0 0 2px #000, inset 0 0 0 6px #fff;
      background-color: #ddd; }
      .loyalty__tokenInfo .loyalty__token__container__statusToken__box__text {
        font-family: Oswald;
        font-size: 12px;
        font-weight: 500;
        font-stretch: normal;
        font-style: normal;
        line-height: 1;
        letter-spacing: normal;
        text-align: center;
        color: #000; }
  .loyalty__tokenInfo .loyalty__token__container__info__text {
    margin: 10px 0 0 0;
    font-family: Inter;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #999; }
    .loyalty__tokenInfo .loyalty__token__container__info__text__link {
      font-weight: bolder;
      color: #000;
      text-decoration: underline; }

.loyalty__progress {
  list-style: none;
  margin: 0;
  padding: 0;
  display: table;
  table-layout: fixed;
  width: 100%;
  color: #dddddd; }
  .loyalty__progress > li {
    position: relative;
    display: table-cell;
    text-align: center;
    font-size: 0.8em;
    z-index: 1; }
    .loyalty__progress > li[not-completed]::after {
      background: linear-gradient(to right, #000 50%, #dddddd 50%) !important; }
    .loyalty__progress > li[completed]::after {
      background: #000 !important; }
    .loyalty__progress > li.loyalty__progress__step-1:before {
      margin-left: 25px; }
    .loyalty__progress > li[completed]::before {
      background: #1626ff !important;
      color: #fff; }
    .loyalty__progress > li.loyalty__progress__step-2:before {
      position: absolute;
      left: 44%;
      top: 0; }
    .loyalty__progress > li.loyalty__progress__step-3:before {
      position: absolute;
      right: 0;
      margin-left: 0;
      margin-right: 27px;
      top: 0; }
    .loyalty__progress > li:before {
      content: attr(data-step);
      display: block;
      background: #dddddd;
      width: 25px;
      height: 25px;
      text-align: center;
      margin-bottom: 0.25em;
      line-height: 1.9em;
      border-radius: 40%;
      border: 3px solid #fff;
      position: relative;
      z-index: 1000;
      font-size: 11px;
      font-weight: bolder;
      color: #dddddd;
      margin-left: -3px; }
    .loyalty__progress > li:after {
      content: "";
      position: absolute;
      display: block;
      background: #dddddd;
      width: 100%;
      height: 6.5px;
      top: 11px;
      z-index: -1; }
    .loyalty__progress > li.loyalty__progress__is-active {
      color: #fff; }
      .loyalty__progress > li.loyalty__progress__is-active.loyalty__progress__step-1:after {
        background: linear-gradient(to right, #000 25%, #ddd 25%, #ddd 25%, #ddd 25%) !important; }
      .loyalty__progress > li.loyalty__progress__is-active.loyalty__progress__step-2:after {
        background: linear-gradient(to right, #000 50%, #ddd 50%) !important; }
      .loyalty__progress > li.loyalty__progress__is-active.loyalty__progress__step-3:after {
        background: #000 !important; }
      .loyalty__progress > li.loyalty__progress__is-active:before {
        background: #1626ff !important;
        color: #000; }

@media (max-width: 992px) {
  body.loyaltyfriends.modal-open {
    position: static !important;
    overflow: hidden !important;
    width: 100%; } }

@media (max-width: 992px) {
  .loyalty-terms-conditions {
    border: unset !important; } }

#loyalty__alert__modal__body {
  padding: 30px; }
  #loyalty__alert__modal__body__header {
    font-family: Inter;
    font-size: 18px;
    font-weight: bolder;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #000;
    margin-bottom: 10px; }
  #loyalty__alert__modal__body__message__text {
    font-family: Inter;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #797979; }
  #loyalty__alert__modal__body__close__container {
    width: 100%;
    padding-top: 20px; }
    #loyalty__alert__modal__body__close__container__button {
      background-color: #000;
      width: 100%;
      border: none; }
      #loyalty__alert__modal__body__close__container__button__text {
        font-family: Oswald;
        font-size: 16px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        text-align: center;
        color: #fff;
        text-transform: uppercase; }

.loyalty-table-container {
  border: 1px solid #f1f2f2;
  padding: 0 30px;
  margin: 20px 0; }
  @media (max-width: 992px) {
    .loyalty-table-container {
      display: none; } }

.loyalty__table {
  border-collapse: collapse;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  table-layout: fixed;
  margin-top: 20px; }
  .loyalty__table th {
    font-size: 14px;
    letter-spacing: 0.1em;
    text-transform: capitalize;
    border-right: 1px solid #f2f1f1; }
  .loyalty__table th:last-child {
    border-right: none; }
  .loyalty__table th:not(:first-child) {
    text-align: center; }
  .loyalty__table tr td {
    border-right: 1px solid #f2f1f1; }
  .loyalty__table tr td:last-child {
    border-right: none; }
  .loyalty__table__header {
    font-family: Oswald;
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #000; }
  .loyalty__table__description {
    font-family: Inter;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #000; }
  .loyalty__table__content__header td img {
    padding: 0 20px; }
  .loyalty__table__content__info {
    position: relative;
    display: inline-block;
    /* &__img {
            }*/ }
    .loyalty__table__content__info__icon {
      border-radius: 50%;
      background-color: transparent;
      border: 1px solid #000;
      /* padding: 0.1px 8px; */
      text-align: center;
      height: 20px;
      width: 20px;
      display: inline-flex;
      justify-content: center;
      align-items: center;
      margin: 0 15px; }
      .loyalty__table__content__info__icon__text {
        color: #000;
        text-align: center;
        font-size: 14px; }
      .loyalty__table__content__info__icon:hover {
        background-color: #000;
        border: 1px solid #000; }
      .loyalty__table__content__info__icon:hover .loyalty__table__content__info__icon__text {
        color: #fff; }
    .loyalty__table__content__info__description {
      visibility: hidden;
      min-width: 250px;
      /* Position the tooltip */
      position: absolute;
      z-index: 1;
      padding: 20px;
      box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
      background-color: #fff; }
      .loyalty__table__content__info__description__text {
        font-family: Inter;
        font-size: 12px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        color: #000; }
    .loyalty__table__content__info:hover .loyalty__table__content__info__description {
      visibility: visible; }
  .loyalty__table__content td {
    padding: 0; }
  .loyalty__table__content td:not(:first-child) {
    text-align: center; }
  .loyalty__table__content__description, .loyalty__table__content__description__first {
    background-color: #fafafa;
    padding: 10px;
    background-color: #fafafa;
    /* padding: 11px; */
    min-height: 55px;
    margin: 10px 0;
    align-items: center;
    display: flex;
    justify-content: center; }
    .loyalty__table__content__description__first, .loyalty__table__content__description__first__first {
      justify-content: start !important; }
  .loyalty__table__content td img {
    padding: 0 20px; }
  .loyalty__table__content__header {
    font-family: Inter;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    color: #000; }

.loyalty-terms-conditions {
  margin-top: 20px;
  padding: 40px;
  border: solid 1px #f1f2f2; }
  .loyalty-terms-conditions h4 {
    font-family: Oswald;
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #000; }
  .loyalty-terms-conditions .loyalty-terms-and-conditions .faq-item {
    border-bottom: 1px solid #e9e9e9; }
  .loyalty-terms-conditions .loyalty-terms-and-conditions .faq-header {
    border-bottom: none !important;
    font-family: Oswald;
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: -0.27px;
    color: #000; }
  .loyalty-terms-conditions .loyalty-terms-and-conditions .faq-content-container.accordion-content {
    padding-bottom: 14px;
    font-family: Inter;
    font-size: 10px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: -0.17px;
    color: #000; }
    @media (min-width: 992px) {
      .loyalty-terms-conditions .loyalty-terms-and-conditions .faq-content-container.accordion-content {
        font-size: 13px; } }
  .loyalty-terms-conditions .loyalty__table__content__info__icon.loyalty__accordion__item__description__info__icon {
    border: 1px solid #999 !important;
    height: 15px;
    width: 15px;
    margin: 0;
    margin-right: 15px; }
    @media (max-width: 992px) {
      .loyalty-terms-conditions .loyalty__table__content__info__icon.loyalty__accordion__item__description__info__icon {
        margin-right: 3px; } }
  .loyalty-terms-conditions .loyalty__table__content__info__icon__text.loyalty__accordion__item__description__text {
    color: #999; }
  .loyalty-terms-conditions .loyalty-tab-description {
    font-family: Inter;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #999; }
  .loyalty-terms-conditions .faq-item .faq-header .accordion-plus,
  .loyalty-terms-conditions .faq-item .faq-header .accordion-minus {
    padding: 10px;
    background: #f2f1f1;
    right: 0rem; }

.loyalty__accordion {
  padding: 30px; }
  @media (min-width: 992px) {
    .loyalty__accordion {
      display: none; } }
  .loyalty__accordion__header__box {
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #000;
    border-bottom: 1.3px solid #e6e5e5; }
    .loyalty__accordion__header__box__text {
      font-family: Oswald;
      font-size: 24px;
      margin-bottom: 0; }
      @media (min-width: 992px) {
        .loyalty__accordion__header__box__text {
          font-weight: bold; } }
    .loyalty__accordion__header__box__description {
      font-family: Inter;
      font-size: 12px;
      margin-bottom: 20px; }
  .loyalty__accordion__item {
    padding: 20px 0;
    margin: 0;
    /*overflow: hidden;*/
    border: none;
    outline: none;
    border-bottom: 1.3px solid #e6e5e5; }
    .loyalty__accordion__item__header {
      display: flex;
      justify-content: space-between;
      align-items: center; }
      .loyalty__accordion__item__header__title {
        display: flex;
        /* justify-content: space-between;
                align-items: center;*/
        flex-direction: column;
        padding-left: 5px;
        cursor: pointer;
        font-family: Inter;
        font-size: 12px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        color: #797979;
        margin-top: 10px;
        margin-bottom: 0; }
        .loyalty__accordion__item__header__title__first {
          font-family: Oswald;
          font-size: 18px;
          font-weight: normal;
          font-stretch: normal;
          font-style: normal;
          line-height: normal;
          letter-spacing: normal;
          color: #000; }
      .loyalty__accordion__item__header__imgbox__content {
        width: 30px;
        height: 30px;
        /* float: right; */
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: #0001; }
        .loyalty__accordion__item__header__imgbox__content__img {
          font-size: 0.9rem;
          color: #000;
          transform: rotate(0);
          transition: transform 0.15s ease;
          background: transparent; }
    .loyalty__accordion__item__description {
      font-family: inherit;
      font-size: 1rem;
      font-weight: normal;
      line-height: inherit;
      color: #000;
      display: none;
      padding: 1rem 0;
      transition: 0.15s ease; }
      .loyalty__accordion__item__description__box {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 15px;
        background-color: #fafafa; }
        .loyalty__accordion__item__description__box:not(:last-child) {
          margin-bottom: 10px; }
        .loyalty__accordion__item__description__box__first {
          display: flex;
          align-items: center; }
          .loyalty__accordion__item__description__box__first__img {
            padding: 0 10px 0 0; }
          .loyalty__accordion__item__description__box__first__header {
            font-family: Inter;
            font-size: 12px;
            font-weight: normal;
            font-stretch: normal;
            font-style: normal;
            line-height: 1.4;
            letter-spacing: normal;
            color: #000; }
    .loyalty__accordion__item .loyalty-accordion-open .loyalty__accordion__item__header__imgbox__content__img {
      color: blue;
      transform: rotate(180deg); }

.loyalty__accordion__item:last-child {
  border-bottom: none; }

.loyalty__everyTimeWin {
  padding: 40px;
  border: solid 1px #f1f2f2; }
  @media (max-width: 992px) {
    .loyalty__everyTimeWin {
      border-right: none;
      border-left: none; } }
  .loyalty__everyTimeWin__container__first__header {
    font-family: Oswald;
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #000;
    margin: 0; }
  .loyalty__everyTimeWin__container__first__description {
    font-family: Inter;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #000; }
  .loyalty__everyTimeWin__container__second .loyalty-div-container {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    @media (max-width: 992px) {
      .loyalty__everyTimeWin__container__second .loyalty-div-container {
        width: 100%; } }
  .loyalty__everyTimeWin__container__second__content {
    display: flex;
    align-items: center; }
    @media (min-width: 992px) {
      .loyalty__everyTimeWin__container__second__content {
        margin-bottom: 20px; } }
    @media (max-width: 992px) {
      .loyalty__everyTimeWin__container__second__content {
        margin-bottom: 10px; } }
    .loyalty__everyTimeWin__container__second__content__description {
      margin: 10px 0;
      padding: 10px 20px;
      font-family: Inter;
      font-size: 14px;
      font-weight: normal;
      font-stretch: normal;
      font-style: normal;
      line-height: normal;
      letter-spacing: normal;
      color: #000;
      width: 100%;
      padding-right: 0; }
      .loyalty__everyTimeWin__container__second__content__description span {
        font-family: Inter;
        font-size: 14px;
        font-weight: bolder;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        color: #000; }

.loyalty__general__conditions__list {
  padding: 30px;
  border: solid 1px #f1f2f2; }
  @media (max-width: 992px) {
    .loyalty__general__conditions__list {
      border-right: none;
      border-left: none;
      border-top: none; } }
  @media (min-width: 992px) {
    .loyalty__general__conditions__list {
      margin: 20px 0; } }
  .loyalty__general__conditions__list__header {
    font-family: Oswald;
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #000; }
  .loyalty__general__conditions__list__item {
    display: flex;
    justify-content: start;
    margin: 20px; }
    @media (min-width: 992px) {
      .loyalty__general__conditions__list__item {
        align-items: center; } }
    .loyalty__general__conditions__list__item__icon {
      width: 8px;
      height: 8px;
      padding: 4px;
      border-radius: 50%;
      background-color: #f2f1f1;
      display: inline; }
      @media (max-width: 992px) {
        .loyalty__general__conditions__list__item__icon {
          margin-top: 5px; } }
    .loyalty__general__conditions__list__item__description {
      margin: 0 0 0 20px;
      font-family: Inter;
      font-size: 14px;
      font-weight: normal;
      font-stretch: normal;
      font-style: normal;
      line-height: normal;
      letter-spacing: normal;
      color: #000; }

.pos-static-imp {
  position: static !important; }

@media (max-width: 992px) {
  #mobileAccountMenu .account-active-menu a:before {
    width: 0; }
  #mobileAccountMenu .loyalty-header-username {
    height: 45px;
    padding: 14px 50px;
    background: #eeeeee; }
  #mobileAccountMenu .loyalty-header-logo {
    width: 100%; }
  #mobileAccountMenu .loyalty-banner-register-button {
    background-color: #000;
    height: 35px;
    width: 100%;
    border: none; }
    #mobileAccountMenu .loyalty-banner-register-button span {
      font-family: Oswald;
      font-size: 14px;
      font-weight: bold;
      font-stretch: normal;
      font-style: normal;
      line-height: normal;
      letter-spacing: normal;
      color: #fff; }
  #mobileAccountMenu .header-li {
    background: #f5f5f5;
    margin-top: 2px; }
    #mobileAccountMenu .header-li span {
      padding-left: 15px; }
  #mobileAccountMenu .loyalty-new-icon {
    right: 10%;
    width: 34px;
    height: 20px; } }

@media (min-width: 992px) {
  .login .footer-main-container .container,
  .register .footer-main-container .container {
    padding-left: 97px;
    margin-bottom: 30px;
    max-width: 91.66667%;
    position: relative;
    width: 100%;
    padding-right: 20px;
    margin-left: 0; } }

#customerMenuMobile .header-li {
  background: #f5f5f5;
  margin-top: 2px; }
  #customerMenuMobile .header-li a {
    padding: 1em 1em;
    font-size: 14px; }
    #customerMenuMobile .header-li a span {
      padding-left: 15px;
      /*font-family: Inter !important;*/ }

#customerMenuMobile .loyalty-banner-register-button {
  background: #000; }
  @media (max-width: 992px) {
    #customerMenuMobile .loyalty-banner-register-button {
      height: 45px; } }
  #customerMenuMobile .loyalty-banner-register-button span {
    font-family: Oswald !important;
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #fff; }

#customerMenuMobile .loyalty-header-username {
  height: 45px;
  padding: 14px 50px;
  /*background: #eeeeee;*/ }

@media (max-width: 992px) {
  #mobileAccountMenu .loyalty-banner-register-button {
    height: 45px; } }

@media (min-width: 992px) {
  #modalProductSlider .detail-image {
    height: 570px !important;
    width: auto !important;
    margin-left: 140px !important;
    margin-bottom: 50px !important; } }

@media (min-width: 992px) {
  .modal-full-screen .prod-detail-thumbs {
    position: relative;
    top: -40px !important;
    z-index: 99 !important; } }

@media (min-width: 992px) {
  .prod-detail-thumbs .border-site-modal-primary {
    border: none !important; } }

@media (min-width: 992px) {
  #modalProductThumbnail .modal-body {
    position: relative;
    top: -83px !important; } }

@media (min-width: 992px) {
  .detail-image-thumb {
    width: 80px !important;
    height: 96px !important; } }

@media (min-width: 992px) {
  .prod-detail-thumbs .mb-1 button {
    width: 80px !important;
    height: 98px !important; } }

@media (min-width: 992px) {
  .prod-detail-thumbs {
    justify-content: center !important; } }

#genel {
  margin: 0 !important;
  display: grid;
  font-size: 14px;
  background-color: #f5f5f5;
  align-items: center;
  padding: 0px !important;
  background-color: #f5f5f5;
  height: 120px; }

#genel .footer-row {
  max-height: 40px; }

#genel .footer-row .footer-col {
  max-height: 40px; }

.footer_vr {
  border-left: 1px solid #e8e8e8;
  height: 40px;
  margin-left: 40px;
  position: absolute;
  z-index: 99 !important; }

.footer-list-inline {
  padding-left: 15px;
  padding-top: 8px; }

.last_custom_footer {
  display: flex;
  flex-flow: row wrap;
  padding: 40px 30px 0px 40px;
  color: #2f2f2f;
  background-color: #f5f5f5;
  border-top: 1px solid #e5e5e5;
  font-family: Inter;
  box-sizing: border-box;
  height: auto !important; }

.footer__nav .nav__ul a {
  font-family: Inter;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #000; }

.last_custom_footer > * {
  flex: 1 100%; }

.footer__addr {
  margin-right: 1.25em;
  margin-bottom: 40px !important; }

.footer__logo {
  font-weight: 400;
  text-transform: lowercase;
  font-size: 1.5rem; }

.footer__addr h2 {
  margin-top: 1.3em;
  font-size: 15px;
  font-weight: 400; }

.nav__title {
  font-family: Inter;
  font-size: 16px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #000; }

.last_custom_footer ul {
  list-style: none;
  padding-left: 0; }

.last_custom_footer li {
  line-height: 2em; }

.last_custom_footer a {
  text-decoration: none; }

.footer__nav {
  display: flex;
  flex-flow: row wrap; }

.footer__nav > * {
  flex: 1 50%;
  margin-right: 1.25em; }

.footer-top-custom {
  width: 100%;
  background-color: #f5f5f5;
  height: 70px !important;
  margin: 0 !important;
  padding: 0px !important;
  border-bottom: 1px solid #e8e8e8 !important; }

.footer-list-inline li {
  list-style-type: none;
  float: left;
  display: block;
  padding: 10px;
  position: relative;
  top: -19px !important;
  left: 50px;
  z-index: 1 !important; }

.footer-row {
  display: block; }

.footer-col {
  float: left; }

.appstore {
  float: right !important;
  margin-right: 40px;
  align-items: center;
  position: relative; }

.footerlogo {
  position: relative;
  top: 11px;
  margin-left: 40px;
  width: 131px;
  height: 20px; }

.nav__ul a {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #000;
  position: relative;
  top: 17px !important; }

.nav__ul--extra {
  column-count: 2;
  column-gap: 1; }

.legal {
  display: flex;
  flex-wrap: wrap;
  color: #999; }

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

.heart {
  color: #2f2f2f; }

/*@media screen and (min-width: 24.375em) {
    .legal .legal__links {
        margin-left: auto;
    }
}*/
@media screen and (min-width: 40.375em) {
  .footer__nav > * {
    flex: 1; }
  .nav__item--extra {
    flex-grow: 2; }
  .footer__addr {
    flex: 1 0px; }
  .footer__nav {
    flex: 2 0px; } }

.leftcolumnposition {
  margin-left: 100px;
  position: relative; }

.new_footer_copyright {
  font-family: Inter;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #000;
  margin-top: 40px; }

.new_footer_kvkk {
  font-family: Inter;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #000;
  margin-top: 40px; }

.footer__addr h2.newfooter_sanaozel {
  font-family: Oswald;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #000; }

.new_footer_veri-guvenligi_politikasi {
  font-family: Inter;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #000;
  margin-top: 40px; }

.new_footer_cerez_politikasi {
  font-family: Inter;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #000;
  margin-top: 40px; }

.newfooter_kategoriler,
.new_footer_yardim,
.new_footer_sneaksup {
  font-family: Oswald;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #000; }

.new_footer_nike_air_force {
  font-family: Inter;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #000; }

.new_footer_tum_koleksiyonlar {
  font-family: Inter;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #000; }

.new_footer_nike_blazer {
  font-family: Inter;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #000; }

.new_footer_cok_satanlar {
  font-family: Inter;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #000; }

.new_footer_air_jordan {
  font-family: Inter;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #000; }

.new_footer_indirim {
  font-family: Inter;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #000; }

.legal__links img {
  width: 70px !important;
  height: auto;
  position: relative;
  top: 1px !important; }

.new_footer_vans_old_school {
  font-family: Inter;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #000; }

.new_footer_basketbol {
  font-family: Inter;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #000; }

.new_footer_adidas_forum {
  font-family: Inter;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #000; }

.new_footer_nba {
  font-family: Inter;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #000; }

.new_footer_puma_slipstream {
  font-family: Inter;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #000; }

.new_footer_sneaker {
  font-family: Inter;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #000; }

.new_footer_nike_airmax {
  font-family: Inter;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #000; }

.new_footer_cevre_dostu {
  font-family: Inter;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #000; }

.new_footer_sneaksup_friends {
  font-family: Oswald;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #000; }

.new_footer_sneaksup_friends {
  position: relative;
  bottom: 13px;
  left: 13px; }

.newfooter_sende_katil {
  position: relative;
  bottom: 18px;
  left: 37px;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #000; }

.newfooter_ucretsiz_kargo {
  position: relative;
  bottom: 13px;
  left: 13px;
  font-family: Oswald;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #000; }

.newfooter_bin_tl {
  position: relative;
  bottom: 18px;
  left: 37px;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #000; }

.newfooter_iadevedegisim {
  position: relative;
  bottom: 13px;
  left: 8px;
  font-family: Oswald;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #000; }

.newfooter_otuzgun {
  position: relative;
  bottom: 18px;
  left: 37px;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #000; }

.leftcolumnpositionsecond {
  position: relative;
  top: 9px; }

#mobilegeneral {
  list-style-type: none !important;
  background-color: #f5f5f5;
  overflow-x: hidden !important; }

.desktop_version {
  color: maroon;
  text-align: center; }

#mobilegeneral {
  list-style-type: none !important;
  background-color: #f5f5f5;
  overflow-x: hidden !important; }

.desktop_version {
  color: maroon;
  text-align: center; }

.mobilefooterlogo img {
  width: 106px !important;
  height: 16px;
  position: relative;
  top: 23px !important;
  left: 20px; }

.inveonlogo {
  float: right !important;
  position: relative;
  top: -1px !important;
  padding: 3px !important;
  left: 45px; }

.mobilefooter_col .inveonlogo {
  left: 0px !important; }

.mobile_footer-list-inline {
  list-style-type: none;
  display: flex;
  position: relative;
  top: 5px !important;
  width: 250px !important;
  margin-right: 5px; }

.mobile_footer-list-inline-item .mr-2 {
  height: 15px !important;
  width: 15px !important; }

.mobilefooter_container {
  background-color: #f5f5f5;
  height: 75px; }

.mobilefooter_row {
  border-bottom: 1px solid #e8e8e8;
  height: 40px;
  display: flex;
  justify-content: space-between; }

.mobilefooter_col img {
  float: left !important;
  padding-left: 5px !important; }

.mobilefooter_sneaksupfrineds {
  font-family: Oswald;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #000;
  position: relative;
  left: 37px;
  top: -2px !important;
  margin-top: 20px !important; }

.mobilefooter_sendekatil {
  font-family: Inter;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #000;
  position: relative;
  left: 66px !important;
  top: -10px !important; }

.mobilefooter_sendekatil_iki {
  font-family: Inter;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #000;
  position: relative;
  left: 66px !important;
  top: -20px !important; }

.mobilefooter_card {
  position: relative;
  left: 20px !important;
  top: 12px !important; }

.mobile_version {
  color: teal;
  text-align: center;
  background-color: #f5f5f5; }

.mobilefooter_ucretsizkargo {
  font-family: Oswald;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #000;
  position: relative;
  left: 37px;
  top: -2px !important; }

.mobilefooter_bintl {
  font-family: Inter;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #000;
  position: relative;
  left: 66px;
  top: -9px !important; }

.mobilefooter_bintl_iki {
  font-family: Inter;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #000;
  position: relative;
  left: 66px;
  top: -19px !important; }

.mobilefooter_car {
  position: relative;
  left: 20px !important;
  top: 10px !important; }

.inveonlogo {
  width: 80px !important;
  height: 30px !important;
  position: relative; }

.desktop_accordian {
  width: 100%;
  display: flex;
  flex-direction: row; }

.mobilefooter_iadevedegisim {
  font-family: Oswald;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #000;
  position: relative;
  left: 38px;
  top: 3px !important; }

.mobilefooter_otuzgun {
  font-family: Inter;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #000;
  position: relative;
  left: 67px !important;
  top: -3px !important; }

.active_header {
  border-bottom: 1px solid #e8e8e8 !important;
  padding-bottom: 10px !important; }

.mobilefooterback {
  position: relative;
  left: 20px !important;
  top: 10px !important; }

.mobilefooter_col img {
  position: relative;
  top: 3px; }

.mobilefooter_kategoriler {
  font-family: Inter;
  font-size: 14px !important;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #000; }

.mobilefooter_nikeairforce {
  font-family: Inter;
  font-size: 12px !important;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #000; }

.mobilefooter_nikeblazer {
  font-family: Inter;
  font-size: 12px !important;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #000; }

.mobilefooter_airjordan {
  font-family: Inter;
  font-size: 12px !important;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #000; }

.mobilefooter_vansoldschool {
  font-family: Inter;
  font-size: 12px !important;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #000; }

.mobilefooter_adidasforum {
  font-family: Inter;
  font-size: 12px !important;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #000; }

.mobilefooter_pumaslipstream {
  font-family: Inter;
  font-size: 12px !important;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #000; }

.mobilefooter_nikeairmax {
  font-family: Inter;
  font-size: 12px !important;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #000; }

.mobilefooter_tumkoleksiyonlar {
  font-family: Inter;
  font-size: 12px !important;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #000; }

.mobilefooter_coksatanlar {
  font-family: Inter;
  font-size: 12px !important;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #000; }

.mobilefooter_indirim {
  font-family: Inter;
  font-size: 12px !important;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #000; }

.mobilefooter_basketbol {
  font-family: Inter;
  font-size: 12px !important;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #000; }

.mobilefooter_nba {
  font-family: Inter;
  font-size: 12px !important;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #000; }

.mobilefooter_sneaker {
  font-family: Inter;
  font-size: 12px !important;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #000; }

.mobilefooter_cevredostu {
  font-family: Inter;
  font-size: 12px !important;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #000; }

.mobilefooter_yardim {
  font-family: Inter;
  font-size: 14px !important;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #000; }

.mobilefooter_iletisim {
  font-family: Inter;
  font-size: 12px !important;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #000; }

.mobilefooter_favorilerim {
  font-family: Inter;
  font-size: 12px !important;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #000; }

.mobilefooter_hesabim {
  font-family: Inter;
  font-size: 12px !important;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #000; }

.mobilefooter_siparistakibi {
  font-family: Inter;
  font-size: 12px !important;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #000; }

.mobilefooter_iadevedegisimx {
  font-family: Inter;
  font-size: 12px !important;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #000; }

.desktop_accordian .accordian_title {
  font-family: Oswald;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #000; }

.mobilefooter_col_kvkk span a {
  font-family: BasierCircle;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #000; }

.mobilefooter_sss {
  font-family: Inter;
  font-size: 12px !important;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #000; }

.mobilefooter_islemrehberi {
  font-family: Inter;
  font-size: 12px !important;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #000; }

.mobilefooter_sneaksup {
  font-family: Inter;
  font-size: 14px !important;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #000; }

.mobilefooter_hakkimizda {
  font-family: Inter;
  font-size: 12px !important;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #000; }

.mobilefooter_bilgitoplumuhizmetleri {
  font-family: Inter;
  font-size: 12px !important;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #000; }

.mobilefooter_magazalar {
  font-family: Inter;
  font-size: 12px !important;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #000; }

.mobilefooter_kariyer {
  font-family: Inter;
  font-size: 12px !important;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #000; }

.mobilefooter_sneaksupblog {
  font-family: Inter;
  font-size: 12px !important;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #000; }

.mobilefooter_kvkk {
  font-family: Inter;
  font-size: 11px !important;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #000;
  margin-left: 20px !important; }

.mobilefooter_veriguvenligipolitikasi {
  font-family: Inter;
  font-size: 11px !important;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #000;
  margin-left: 20px !important; }

.mobilefooter_googleplay {
  position: relative;
  top: -10px !important;
  width: 45% !important;
  left: 18px !important;
  height: 50px !important; }

.mobilefooter_apptore {
  position: relative;
  top: -10px !important;
  width: 45% !important;
  height: 50px !important;
  left: 18px !important; }

.mobilefooter_cerezpolitikasi {
  font-family: Inter;
  font-size: 11px !important;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #000;
  margin-left: 20px !important; }

.mobilefooter_copyright {
  font-family: Inter;
  font-size: 9px !important;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #000;
  float: left !important;
  position: relative;
  top: 10px !important; }

.inveonlogo {
  width: 34px;
  height: 13px; }

.accordian {
  width: 25%; }

.accordian_title {
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  padding-bottom: 20px;
  padding-top: 20px;
  border-bottom: 1px solid #e8e8e8;
  /*margin-bottom:10px;*/
  width: 100%; }

.accordian_content {
  margin-left: 20px !important;
  padding-top: 20px;
  padding-bottom: 20px; }

.accordian_content ul {
  list-style: none;
  margin: 12px 0;
  padding: 0 0 0 0; }

.accordian_content ul li {
  font-size: 16px;
  line-height: 26px; }

.social_icons ul li {
  font-size: 25px;
  display: inline-block;
  margin: 0px 4px; }

@media only screen and (max-width: 520px) {
  .accordian {
    width: 100%; }
  .accordian_content {
    display: none; }
  .accordian_title {
    cursor: pointer; }
  .accordian_title:after {
    float: right;
    font-size: 20px;
    line-height: 28px;
    content: url("https://img-sneaksupincommerce.mncdn.com/Content/Files/akordiyonopen.svg");
    display: inline-block;
    font-family: "Ionicons";
    speak: none;
    font-style: normal;
    font-weight: 600;
    font-variant: normal;
    text-transform: none;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: relative;
    right: 15px !important; }
  .active_header .accordian_title:after {
    transform: rotate(180deg);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    content: url("https://img-sneaksupincommerce.mncdn.com/Content/Files/akordiyonclose.svg"); }
  .desktop_version {
    display: none; }
  .desktop_accordian {
    flex-direction: column;
    width: 100% !important;
    margin: 0px !important; } }

@media only screen and (min-width: 521px) {
  .mobile_version {
    display: none; } }

@media only screen and (min-width: 997px) {
  .opc-for-footer-px-0 {
    padding-left: 0px;
    padding-right: 0px; }
  .opc-for-footer {
    margin: auto; } }

/*.fade {
    animation-name: fade;
    animation-duration: 2s;
    animation-fill-mode: forwards;
    z-index: 1;
}

@keyframes fade {
    from {
        display: none;
        opacity: 0;
    }

    to {
        display: block;
        opacity: 1;
    }
}*/
#Address_StateProvinceId {
  display: none; }

#Address_CountyId {
  display: none; }

.custom-select-overlay {
  position: fixed;
  z-index: 998;
  width: 100%;
  height: 100%; }

.select-hidden {
  display: none !important;
  visibility: hidden;
  padding-right: 10px; }

.select-styled,
.custom-select-selection {
  position: absolute;
  right: 0; }
  .select-styled, .select-styled.custom-select-selection,
  .custom-select-selection,
  .custom-select-selection.custom-select-selection {
    top: 0;
    bottom: 0;
    left: 0;
    padding: 8px 15px;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    display: block;
    width: 100%;
    height: calc(1.5em + 2rem + 2px);
    padding: 1rem 0.5rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #575655;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #e0e0e0;
    border-radius: 0px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    position: relative; }
    .select-styled:after, .select-styled.custom-select-selection:after,
    .custom-select-selection:after,
    .custom-select-selection.custom-select-selection:after {
      content: "";
      width: 0;
      height: 0;
      border: 5px solid transparent;
      border-color: #212529 transparent transparent transparent;
      position: absolute;
      top: 21px;
      right: 10px; }
    .select-styled:hover, .select-styled.active, .select-styled.custom-select-selection:hover, .select-styled.custom-select-selection.active,
    .custom-select-selection:hover,
    .custom-select-selection.active,
    .custom-select-selection.custom-select-selection:hover,
    .custom-select-selection.custom-select-selection.active {
      background-color: #ffffff; }
      .select-styled:hover:after, .select-styled:hover.active:after, .select-styled.active:after, .select-styled.active.active:after, .select-styled.custom-select-selection:hover:after, .select-styled.custom-select-selection:hover.active:after, .select-styled.custom-select-selection.active:after, .select-styled.custom-select-selection.active.active:after,
      .custom-select-selection:hover:after,
      .custom-select-selection:hover.active:after,
      .custom-select-selection.active:after,
      .custom-select-selection.active.active:after,
      .custom-select-selection.custom-select-selection:hover:after,
      .custom-select-selection.custom-select-selection:hover.active:after,
      .custom-select-selection.custom-select-selection.active:after,
      .custom-select-selection.custom-select-selection.active.active:after {
        top: 9px;
        border-color: transparent transparent #fff transparent; }

.select-options,
.custom-select-options {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 999;
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: #ffffff;
  border: 1px solid #ddd;
  overflow-y: auto;
  max-height: 200px; }
  .select-options.active,
  .custom-select-options.active {
    display: block; }
  .select-options li,
  .custom-select-options li {
    margin: 0;
    padding: 8px 0;
    text-indent: 15px;
    border-top: 1px solid #f1f1f1;
    -moz-transition: all 0.15s ease-in;
    -o-transition: all 0.15s ease-in;
    -webkit-transition: all 0.15s ease-in;
    transition: all 0.15s ease-in;
    color: #000;
    cursor: pointer; }
    .select-options li:hover,
    .custom-select-options li:hover {
      color: #ffffff;
      background: #000; }
    .select-options li[rel="hide"],
    .custom-select-options li[rel="hide"] {
      display: none; }

.custom-select-selection:focus {
  outline: none;
  box-shadow: 0 0 0 0px rgba(0, 0, 0, 0); }

.custom-select-selection.focus-visible {
  outline: none;
  box-shadow: 0 0 0 0px rgba(0, 0, 0, 0); }

a.delete-input,
a.delete-input-address {
  position: absolute;
  right: 6px;
  text-decoration: none;
  display: none;
  width: 20px;
  text-align: center;
  z-index: 9999; }

a.delete-input {
  top: 45px; }

a.delete-input-address {
  top: 15px; }

a.open-input,
a.open-input-address {
  content: "";
  width: 0;
  height: 20px;
  border: 5px solid transparent;
  border-color: #212529 transparent transparent transparent;
  position: absolute;
  right: 10px; }

a.open-input {
  top: 53px; }

a.open-input-address {
  top: 24px; }

.custom-select-options.active {
  z-index: 99999; }

.opc-page-container a.open-input {
  top: 28px; }

.opc-page-container a.delete-input {
  top: 18px; }

.mobilefooter_container_googleplay {
  height: 80px;
  border-bottom: 1px solid #e8e8e8; }

.mobilefooter_container_firstArea {
  height: 90px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e8e8e8; }

.mobilefooter_container_secondArea {
  height: 90px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e8e8e8; }

.mobilefooter_container_thirdArea {
  height: 90px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e8e8e8; }

.mobilefooter_container_kvkkArea {
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e8e8e8; }

.mobilefooter_container_copyright {
  padding-top: 20px;
  padding-bottom: 20px; }

#storeSelectedBillingAddressContainerBody .store-address-body {
  width: 83%; }
  @media (max-width: 992px) {
    #storeSelectedBillingAddressContainerBody .store-address-body {
      width: 100%; } }

/*#mobileMenuTrigger {
    width: 24px;
    height: 24px;
    margin: 0 0 4px;
    padding: 0 0 24px;
}*/
@media screen and (max-width: 991px) {
  .MainMenu {
    overflow-y: auto;
    height: 50vh; }
  .close-mobile-menu {
    position: absolute;
    right: 0;
    height: 54px;
    width: 55px;
    text-align: center;
    padding: 10px;
    font-size: 10px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #fff;
    padding-top: 9px;
    display: none; }
  .mobile-menu-back-button {
    float: left;
    width: 30px;
    height: 30px;
    left: 16px;
    position: absolute; }
    .mobile-menu-back-button.sub-category-selector {
      top: 2.5%; }
    .mobile-menu-back-button.category-selector {
      left: 16px; }
  .category-selector .submenu_title {
    margin-top: 3px; }
  .sub-category-selector .submenu_title {
    margin-top: 1px; }
  .main-menu-link h2,
  span.menu-picture-box-link,
  .megamenu__subtitle span,
  .submenu_title {
    font-size: 14px;
    font-family: Oswald;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #000; }
  .submenu_title {
    white-space: nowrap;
    position: absolute;
    left: 13.7vw; }
  .submenu-subtitle {
    font-family: Oswald;
    font-size: 10px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #9f9f9f;
    position: absolute;
    left: 18.5%;
    top: 16px; }
  .megamenu__submenu .menu-all-products-link {
    display: none !important; }
  .sub-menu-column.active-category {
    top: -10px; }
  .sub-menu-container {
    left: 0;
    overflow-y: auto;
    overflow-x: hidden;
    height: 80vh;
    scrollbar-width: none; }
  .sub-menu-container::-webkit-scrollbar {
    display: none; }
  /*.mt-close {
        margin-top: 4px !important;
    }*/
  .mt-submenu {
    margin-top: -13px !important; } }

@media screen and (min-width: 992px) {
  .MainMenu {
    overflow-y: auto;
    height: 55vh;
    scrollbar-width: none; }
  .MainMenu::-webkit-scrollbar {
    display: none; }
  .close-mobile-menu {
    position: absolute;
    right: 0;
    height: 54px;
    width: 55px;
    text-align: center;
    padding: 10px;
    font-size: 10px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #fff;
    padding-top: 9px;
    display: none; }
  .category-selector .submenu_title {
    margin-top: 1px; }
  .mobile-menu-back-button {
    float: left;
    width: 30px;
    height: 30px;
    left: 4%;
    position: absolute; }
    .mobile-menu-back-button.sub-category-selector {
      margin-top: -4px; }
  .main-menu-link h2,
  span.menu-picture-box-link,
  .megamenu__subtitle span,
  .submenu_title {
    font-size: 18px;
    font-family: Oswald;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #000; }
  .submenu_title {
    margin-top: 6px;
    white-space: nowrap;
    position: absolute;
    left: 3vw; }
  .submenu-subtitle {
    font-family: Oswald;
    font-size: 10px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #9f9f9f;
    position: absolute;
    left: 3.1vw;
    top: 30px; }
  #mobileMenuOpener {
    margin-right: 4px; }
  .megamenu__submenu .menu-all-products-link {
    display: none !important; }
  .sub-menu-column.active-category {
    top: -10px; }
  .sub-menu-container {
    left: 0;
    overflow-y: auto;
    overflow-x: hidden;
    height: 90%;
    scrollbar-width: none; }
  .sub-menu-container::-webkit-scrollbar {
    display: none; } }

#mobileMenuTrigger {
  display: none !important; }

.menu-bottom-area {
  position: absolute;
  left: 0;
  bottom: 0; }
  @media screen and (min-width: 992px) {
    .menu-bottom-area {
      top: 80vh;
      width: 100%; } }
  @media screen and (max-width: 991px) {
    .menu-bottom-area {
      border-top: 1px solid #f5f5f5 !important; } }

.menu-bottom-area ul.no-list {
  padding: 0;
  margin: 20px 0;
  text-align: left;
  padding: 5px 15px 0 15px;
  font-size: 14px;
  font-family: Oswald;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #000; }
  @media screen and (min-width: 992px) {
    .menu-bottom-area ul.no-list {
      font-size: 18px;
      margin: 10px 0; } }

.elem-bottom-list {
  margin-bottom: 10px; }
  @media screen and (min-width: 992px) {
    .elem-bottom-list {
      margin-left: 10px; } }
  @media screen and (max-width: 991px) {
    .elem-bottom-list {
      margin-left: -14px; } }

.mobile-category-banner-area {
  margin-top: 4px; }

.mobile-category-banner-area .col-xs-12 {
  width: 50% !important;
  padding: 0px !important; }

.mobile-home-category-banner-right,
.mobile-home-category-banner-left {
  height: 100% !important; }

.mobile-home-category-banner-right img,
.mobile-home-category-banner-left img {
  height: 100% !important;
  width: 100% !important; }

.mobile-home-category-banner-left {
  padding-right: 2px; }

.mobile-home-category-banner-right {
  padding-left: 2px; }

@media (max-width: 768px) {
  .home-page-raffle-lansman-area .col-12 {
    width: 100%;
    height: 520px;
    padding-left: 0; } }

.home-page-raffle-lansman-area img {
  width: 100%;
  height: 100%; }

.raffle-product-container .owl-carousel .owl-nav {
  display: flex;
  position: absolute;
  top: -3%;
  right: 5%; }

.raffle-product-container .owl-carousel .owl-nav .raffle-owl-prev {
  content: url("https://img-sneaksupincommerce.mncdn.com/Content/Files/left-arrow.svg"); }

.raffle-product-container .owl-carousel .owl-nav .raffle-owl-next {
  content: url("https://img-sneaksupincommerce.mncdn.com/Content/Files/right-arrow.svg"); }

.header-container {
  font-family: Oswald;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal; }

#mobileMenuOpener {
  align-items: center; }

.mobilefooter_row_kvkk {
  display: flex;
  justify-content: space-around; }

.font-oswald-regular {
  font-family: Oswald; }

.font-oswald-bold {
  font-family: OswaldBold !important; }

.no-scroll {
  overflow: hidden;
  height: 100%;
  touch-action: none;
  overscroll-behavior: none; }

#checkout {
  font-family: Oswald;
  position: relative;
  bottom: 2px; }

#applyCouponCode {
  font-family: Oswald;
  top: 7px !important;
  position: absolute; }
  @media screen and (min-width: 992px) {
    #applyCouponCode {
      top: 0px !important; } }

.delete-shopping-cart-item {
  font-family: Oswald; }

#modal-btn-no {
  font-family: Oswald; }

#emptyCartContainer .empty-text span {
  font-family: Inter; }

#emptyCartContainer .btn span {
  font-family: Oswald; }

.loyalty-banner-logo-text {
  font-family: Oswald !important; }

.loyalty-icon-text {
  font-family: Oswald !important; }

.loyalty-banner-register-container {
  font-family: unset;
  font-family: Inter !important; }

.loyalty-banner-register-button span {
  font-family: Oswald;
  font-size: 14px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
  position: relative;
  bottom: 2px; }

.cart-page-head {
  font-family: Inter; }

.invCartBody #bodyCart .cart-product-name {
  font-family: Inter; }

.cart-product-infos {
  font-family: Inter; }

.invCartBody #bodyCart .cart-price-container .cart-price-list {
  font-family: Inter; }

.invCartBody #bodyCart .cart-item-row .cart-item .delete-and-favourite-add .product-box-fav-icon {
  font-family: Inter; }

.invCartBody .cart-action-top .back-to-shopping .btn-link {
  font-family: Inter; }

.invCartBody .cart-action-top .delete-all {
  font-family: Inter; }

.invCartBody .gift-note-container .gift-note-width .custom-control-label {
  font-family: Inter; }

.invCartBody .gift-note-container .gift-note-width .gift-note-input {
  font-family: Inter; }

#bodyCartTotals {
  font-family: Inter !important; }

.complete-address {
  font-family: Oswald; }

#orderTypeTabs .nav-link .tab-name {
  font-family: Oswald; }

.shippingAddress {
  font-family: Oswald; }

#cancelAddressForm {
  font-family: Oswald; }

#selectStore {
  font-family: Oswald; }

.select-address {
  font-family: Oswald; }

#confirmSelectedStore {
  font-family: Oswald;
  background-color: #1626ff !important; }

.pickup-stores-list {
  overflow: hidden !important; }
  @media screen and (max-width: 991px) {
    .pickup-stores-list .modal-dialog {
      position: absolute;
      height: 100% !important;
      bottom: 5%;
      margin: 0px; }
    .pickup-stores-list .modal-title {
      font-family: Oswald !important;
      font-size: 14px !important;
      text-transform: uppercase;
      font-weight: 600 !important;
      color: #000 !important; }
    .pickup-stores-list .modal-header {
      border-bottom: 1px solid #e8e8e8 !important; } }
  .pickup-stores-list #confirmSelectedStore span {
    color: white !important; }

#paymentCompleteLoading {
  font-family: Oswald; }

#PaymentCreditCard-tab {
  font-family: Oswald; }

.selected-shipping-and-billing-address-container {
  font-family: Inter; }

#AddressForm {
  font-family: Inter; }

#AddressForm .form-control {
  font-family: Inter; }

#addressList {
  font-family: Inter; }

#standartPaymentTabContent {
  font-family: Inter; }

#storePaymentTabContent {
  font-family: Inter; }
  @media (max-width: 768px) {
    #storePaymentTabContent {
      padding-bottom: 0px !important; } }

.stores-list-container {
  font-family: Inter; }

.pickup-stores-list select.form-control {
  font-family: Inter; }

.store-list-item {
  font-family: Inter; }

.store-list-item {
  font-family: Inter, sans-serif;
  background-color: #fafafa !important; }
  @media (max-width: 768px) {
    .store-list-item {
      background-color: white !important; } }

.psychial-store-display {
  gap: 12px !important; }

.store-list-item .text-muted {
  font-size: 11px;
  color: #666 !important; }
  @media (max-width: 768px) {
    .store-list-item .text-muted {
      max-width: 250px; } }

.store-list-item .btn {
  font-size: 13px; }
  @media (max-width: 768px) {
    .store-list-item .btn {
      border-radius: 0px; } }

.store-list-item .map-btn {
  max-height: 30px;
  max-width: 119px;
  font-size: 12px;
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 6px;
  padding-bottom: 6px; }
  @media (max-width: 768px) {
    .store-list-item .map-btn {
      border: solid 1px #000;
      background-color: #fff;
      font-size: 10px !important; } }

.store-list-item .select-store-button {
  max-width: 66px;
  max-height: 30px;
  font-size: 12px;
  padding: 0px;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 18px;
  padding-right: 18px; }

@media (max-width: 768px) {
  .store-list-item .select-store-button {
    font-size: 10px !important; } }

.store-list-item .store-icon {
  width: 32px !important;
  height: 32px !important;
  min-width: 32px !important;
  min-height: 32px !important;
  object-fit: contain;
  display: block; }
  @media (max-width: 768px) {
    .store-list-item .store-icon {
      width: 40px !important;
      height: 40px !important; } }

#sotoresContainer {
  display: flex;
  flex-wrap: wrap; }

.store-sub-infos a {
  font-family: Inter !important; }

.store-sub-infos div {
  font-family: Inter !important; }

.pickup-store-billing-address-container .form-control {
  font-family: Inter;
  opacity: 0.7; }

.step-edit-button {
  font-family: Inter; }

.loyalty-banner-register-text {
  font-family: Inter !important; }

.coupon-check-control {
  font-family: Inter; }

#couponCodeInput {
  font-family: Inter; }

#PaymentForm {
  font-family: Inter; }

#orderTerms1 {
  font-family: Inter; }

#paymentStepContent {
  font-family: Inter; }

.checkout-complete-container {
  font-family: Inter; }

.checkout-complete-container .btn span {
  font-family: Oswald !important; }

.customer-menu .logged-name-container .loyalty-header-username {
  font-family: Oswald; }

.customer-friends-btn span {
  font-family: Oswald !important; }

.friends__helloContainer__secondcontent__button__text {
  font-family: Oswald !important;
  position: relative;
  bottom: 2px; }

.loyalty__table__header {
  font-family: Oswald !important; }

.loyalty__everyTimeWin__container__first__header {
  font-family: Oswald !important; }

.friends__helloContainer__firstcontent {
  font-family: Inter; }

.friends__helloContainer p {
  font-family: Inter !important; }

.friends__header {
  font-family: Inter !important; }

.loyalty__table__description {
  font-family: Inter !important; }

.loyalty__table__content__header {
  font-family: Inter !important; }

.loyalty__everyTimeWin__container__first__description {
  font-family: Inter !important; }

.loyalty__everyTimeWin__container__second__content__description {
  font-family: Inter !important; }

.loyalty-terms-conditions h4 {
  font-family: Oswald !important; }

.loyalty-terms-conditions .loyalty-terms-and-conditions .faq-header {
  font-family: Oswald !important; }

.faq-content-container.accordion-content {
  font-family: Inter !important; }

.loyalty-tab-description {
  font-family: Inter !important; }

#paymentFormContainer .font-resize {
  font-family: Oswald !important;
  margin-left: 12px; }
  @media screen and (max-width: 991px) {
    #paymentFormContainer .font-resize {
      margin-left: 8px; } }

#orderTypeTabs .nav-link .tab-name {
  font-size: 14px;
  margin-top: -8px; }

#completeOrder {
  font-family: Oswald; }

.loyalty-banner-register-button {
  font-family: Oswald !important; }

#loyaltyUsePointBtn span {
  font-family: Oswald !important; }

.loyalty-banner-total-points span {
  font-family: Oswald !important; }

.loyalty-banner-checkbox-text {
  font-family: Oswald; }

.loyalty-banner-checkbox-info-container-step2 {
  font-family: Oswald !important; }

.loyalty-banner-star-text {
  font-family: Oswald; }

.loyalty-banner-logo-text-step2 {
  font-family: Inter !important; }

.loyalty-banner-checkbox-actions button {
  font-family: Oswald !important; }

#loyaltyUsePointInput {
  font-family: Inter !important;
  color: black !important; }

#opcAddressForm #StateProvinceId, #opcAddressForm #CountyId {
  font-weight: 500 !important; }

#opcAddressForm {
  font-family: Inter; }
  #opcAddressForm .form-control {
    height: 48px !important; }
  #opcAddressForm .ffl-label {
    top: 10px !important; }
  #opcAddressForm .form-control {
    height: 48px !important;
    font-weight: 500;
    font-size: 12px !important; }
    @media screen and (max-width: 991px) {
      #opcAddressForm .form-control {
        font-size: 16px !important; } }

#address-list {
  font-family: Inter; }

#checkoutStickyItem .order-table-and-coupon-code .coupon-code-container .coupon-check-control,
.opcStickyItem .order-table-and-coupon-code .coupon-code-container .coupon-check-control {
  position: relative;
  bottom: 10px; }
  @media screen and (max-width: 991px) {
    #checkoutStickyItem .order-table-and-coupon-code .coupon-code-container .coupon-check-control,
    .opcStickyItem .order-table-and-coupon-code .coupon-code-container .coupon-check-control {
      bottom: 0px; } }

#checkoutMobile, #completeAddressStepMobile, #completeOrder {
  font-family: Oswald !important;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #fff; }
  @media screen and (max-width: 991px) {
    #checkoutMobile, #completeAddressStepMobile, #completeOrder {
      font-family: Oswald;
      font-size: 14px; } }

#bodyCartTotalsMobile {
  font-family: Inter !important; }

#removeItemModal .modal-content {
  font-family: Inter !important; }

#searchStoreForm .form-control {
  font-family: Inter !important; }

.font-inter-regular {
  font-family: Inter; }

@media screen and (min-width: 992px) {
  .category-banner-description {
    bottom: 40px;
    left: 20px; } }

@media screen and (max-width: 991px) {
  .mobile-home-category-banner-right .category-banner-description {
    bottom: 20px;
    left: 16px; }
  .mobile-home-category-banner-left .category-banner-description {
    bottom: 20px;
    left: 16px; }
  .max-height-520 {
    max-height: 520px; }
  .custom-home-banner-raffle {
    max-width: calc(100% - 5px);
    margin-left: 9px; }
    .custom-home-banner-raffle .custom-home-description {
      left: 22px !important;
      top: 450px !important; } }

@media (max-width: 768px) {
  .bottom-7 {
    bottom: 2vh !important; } }

@media (min-width: 768px) and (max-width: 1699px) {
  .bottom-7 {
    bottom: 2vh !important; } }

@media (min-width: 1700px) {
  .bottom-7 {
    bottom: -2% !important; } }

@media screen and (min-width: 992px) {
  .home-page-raffle-image .custom-home-description {
    left: 40px;
    top: -100px; }
  .home-page-raffle-lansman-area {
    margin-top: 150px; } }

@media screen and (min-width: 992px) {
  .custom-home-description {
    left: 40px; } }

@media (min-width: 991px) and (max-width: 1699px) {
  .custom-home-description {
    top: 46%; } }

@media (min-width: 1700px) {
  .custom-home-description {
    top: 50%; } }

@media screen and (max-width: 991px) {
  .custom-home-description {
    top: 400px;
    left: 16px; }
    .custom-home-description .font-oswald-bold {
      font-size: 14px !important;
      margin-bottom: 0 !important; }
    .custom-home-description .font-oswald-regular {
      font-size: 10px !important; } }

@media screen and (min-width: 992px) {
  .slider-button-container {
    bottom: 40px;
    left: 40px; } }

@media screen and (max-width: 991px) {
  .slider-button-container {
    bottom: 24px;
    left: 16px; } }

@media (min-width: 1700px) {
  .mt-8 {
    margin-top: 8%; } }

.PaymentOptions {
  cursor: pointer; }

.customBankImage {
  height: 53px;
  margin: 0 0 10px;
  background-color: #eee;
  display: flex;
  justify-content: center;
  align-items: center; }

img.garantibbva {
  width: 73px;
  height: 13px;
  object-fit: contain; }

.paraf {
  height: 20px;
  width: 50px;
  margin: 0 20px 0 0;
  object-fit: contain; }

.maximum {
  height: 20px;
  width: 50px;
  margin: 0 20px 0 0;
  object-fit: contain; }

.axess {
  height: 20px;
  width: 50px;
  margin: 0 20px 0 0;
  object-fit: contain; }

.yapikredi {
  object-fit: contain; }

.paymentOptionsRow {
  display: flex;
  background-color: #eee;
  margin-top: 2px; }

.options_payment {
  display: flex;
  background-color: #fff; }

.optionsOne {
  flex: 1;
  padding: 10px;
  text-align: center;
  font-family: Inter;
  font-size: 10px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.17px;
  color: #000; }

.paymentOptionsColumn {
  flex: 1;
  padding: 10px;
  text-align: center;
  font-family: Inter;
  font-size: 10px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.17px;
  color: #000; }

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

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

.payment-options-title {
  font-family: Oswald;
  font-size: 16px;
  position: relative;
  right: 20px;
  top: 3px;
  text-transform: uppercase;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #000; }

@media (max-width: 768px) {
  .payment-options-title {
    right: 9px !important;
    font-size: 14px !important; } }

#paymentOptionsModal .modal-content .header-wrapper {
  padding-top: 0px !important; }

#paymentOptionsModal .modal-content .header-wrapper .header-container {
  border-bottom: 1px solid #f2f2f2 !important; }

#paymentOptionsModal .modal-content .modal-header {
  border-bottom: 1px solid #f2f2f2 !important; }

.combinedBanks {
  display: flex;
  gap: 10px;
  margin-bottom: 15px; }

@media (max-width: 768px) {
  .desktop-footer-area {
    display: none; } }

@media (min-width: 768px) {
  .mobile-footer-area {
    display: none; } }

.home-page-custom-category-banners .category-banner {
  position: relative; }

.gradient-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: linear-gradient(to top, #00000099 0%, #00000000 100%);
  pointer-events: none; }
  @media screen and (min-width: 992px) {
    .gradient-overlay {
      height: 25%; }
      .HtmlEditor .gradient-overlay {
        bottom: 5px !important; } }
  @media screen and (max-width: 991px) {
    .gradient-overlay {
      height: 40%; }
      .mobile-home-category-banner-left .gradient-overlay {
        padding-right: 2px; }
      .mobile-home-category-banner-right .gradient-overlay {
        padding-left: 2px; } }

@media screen and (max-width: 991px) {
  .mobile-category-banner {
    position: relative; } }

.checkout-header-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px 43px 30px 40px; }

@media (max-width: 767px) {
  .checkout-header-wrapper {
    padding: 20px 22px 20px 20px;
    border-bottom: 1px solid #e8e8e8; } }

/* Checkout stepper icon visibility and colors */
.stepper-item:first-child button, .stepper-item.active button, .stepper-item.completed button {
  color: #000; }
  .stepper-item:first-child button img, .stepper-item.active button img, .stepper-item.completed button img {
    opacity: 1;
    filter: brightness(0); }

.stepper-item:first-child .step-title, .stepper-item.active .step-title, .stepper-item.completed .step-title {
  color: #000; }

.stepper-item:not(.active):not(.completed):not(:first-child) button {
  color: #9f9f9f; }
  .stepper-item:not(.active):not(.completed):not(:first-child) button img {
    filter: brightness(0) saturate(100%) invert(62%) sepia(0%) saturate(0%) hue-rotate(255deg) brightness(96%) contrast(92%); }

.stepper-item:not(.active):not(.completed):not(:first-child) .step-title {
  color: #9f9f9f; }

.stepper-line {
  background-color: #000; }

.stepper-line {
  background-color: #000; }

/* Existing stepper styles */
.opc-stepper {
  width: 100%; }

.checkout-stepper-area.d-md-block {
  position: relative;
  padding-left: 40px;
  margin-bottom: -15px; }

.checkout-stepper-area.d-md-block::before {
  content: "";
  position: absolute;
  left: 0;
  top: 33%;
  transform: translateY(-50%);
  width: 1px;
  height: 40px;
  background-color: #eee;
  margin-left: 20px; }

.stepper-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 33.33%; }

.step-number {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #ddd;
  position: relative;
  z-index: 1;
  margin-bottom: 8px; }

.step-number.active {
  background-color: var(--site-primary, #2979ff); }

.stepper-line {
  height: 1px;
  width: 20px;
  z-index: 0;
  background-color: #000;
  margin: 0 10px; }

.bg-site-primary {
  background-color: var(--site-primary, #2979ff) !important; }

.font-size-18 {
  font-size: 18px !important; }

.font-size-14 {
  font-size: 14px !important; }

.font-size-12 {
  font-size: 12px !important; }

.font-size-10 {
  font-size: 10px !important; }

@media screen and (max-width: 991px) {
  .font-size-14-m {
    font-size: 14px !important; } }

@media screen and (max-width: 991px) {
  .font-size-12-m {
    font-size: 12px !important; } }

@media screen and (max-width: 991px) {
  .font-size-10-m {
    font-size: 10px !important; } }

.text-light-gray {
  color: #9f9f9f !important; }

.border-gray-1 {
  border-bottom: 1px solid #e8e8e8; }

.loyaltyUsePointError {
  font-family: Inter;
  font-size: 8px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #cf4444;
  margin-top: 10px; }

.invCartBody .gift-note-width .custom-control-input:checked ~ .custom-control-label:after {
  background-color: #1626ff; }

#applyCouponCode {
  background-color: #9f9f9f; }
  #applyCouponCode span {
    font-family: Oswald;
    font-size: 12px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #fff; }
    @media screen and (min-width: 992px) {
      #applyCouponCode span {
        font-size: 16px;
        color: #000; } }

.coupon-code-form-coupon-active {
  background-color: #000 !important; }
  @media screen and (min-width: 992px) {
    .coupon-code-form-coupon-active span {
      color: #fff !important; } }

.coupon-code-form-coupon-inactive {
  background-color: #9f9f9f !important; }
  @media screen and (min-width: 992px) {
    .coupon-code-form-coupon-inactive {
      background-color: #fff !important; } }

.modal-dialog-bottom {
  display: flex;
  align-items: end;
  min-height: 100%;
  margin: 0px; }
  @media screen and (min-width: 992px) {
    .modal-dialog-bottom {
      align-items: center;
      margin: auto; } }

#removeFriendTokenModal .modal-content .modal-header {
  padding: 30px 20px 0px; }

@media screen and (min-width: 992px) {
  .cart-action-top {
    margin-top: 40px;
    margin-bottom: 30px; } }

.cart-action-top .action-back-top-button {
  padding: 10px 20px; }
  @media screen and (min-width: 992px) {
    .cart-action-top .action-back-top-button {
      padding: 0px; } }

@media screen and (min-width: 992px) {
  .cart .top-and-bottom-gap > .container {
    max-width: 100%; } }

@media screen and (min-width: 992px) {
  .px-only-40 {
    padding-left: 40px;
    padding-right: 40px; } }

.cart-items-info-area {
  width: calc(100% - 130px); }
  @media screen and (min-width: 992px) {
    .cart-items-info-area {
      width: calc(100% - 200px);
      height: 100%;
      display: flex;
      flex-direction: column;
      justify-content: space-between; } }

.cart-attr-list-item {
  margin-bottom: 12px; }

@media (max-width: 768px) {
  .cart-color-info-text {
    margin-right: 7px; } }

@media screen and (min-width: 992px) {
  .cart-color-info-text {
    margin-right: 10px; } }

@media screen and (min-width: 992px) {
  .cart-checkout-button {
    height: 48px;
    width: 100%;
    margin-top: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: Oswald;
    font-size: 16px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #fff; } }

.cart-page-left-area {
  position: relative; }
  @media screen and (min-width: 992px) {
    .cart-page-left-area {
      margin-bottom: 80px; } }
  @media (min-width: 768px) {
    .cart-page-left-area::before {
      right: 0;
      width: 1px;
      content: "";
      height: 96%;
      background-color: #e8e8e8;
      position: absolute;
      top: 45px; } }

@media (min-width: 768px) {
  .loyalty-join-modal .modal-header {
    border: none; } }

@media (min-width: 768px) {
  .loyalty-join-modal .modal-content {
    padding-right: 20px;
    padding-left: 20px; } }

.loyalty-join-modal .modal-footer {
  border-top: none; }

.loyalty-join-modal-sms #smsConfirmInput {
  height: 48px;
  font-size: 12px; }
  @media (max-width: 768px) {
    .loyalty-join-modal-sms #smsConfirmInput {
      font-size: 16px !important; } }

@media (min-width: 768px) {
  .loyalty-join-modal-sms #confirmSmsBtn,
  .loyalty-join-modal-sms #returnSmsBtn {
    height: 48px;
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center; } }

.date-of-birth-contain {
  display: flex;
  gap: 12px;
  width: 100%; }
  @media (min-width: 768px) {
    .date-of-birth-contain {
      gap: 18px; } }

.select-wrapper {
  position: relative;
  width: 100%;
  height: 52px;
  border: 1px solid #ccc;
  border-radius: 0;
  /* border-radius kaldırıldı */
  padding: 6px 6px 0 6px;
  box-sizing: border-box; }

.select-wrapper label {
  position: absolute;
  top: 3px;
  /* Label yukarıdan 3px */
  left: 0;
  /* Label sola yaslandı */
  font-size: 11px;
  color: #999; }

.select-wrapper select.form-control {
  border: none;
  background: transparent;
  padding: 0;
  margin-top: 16px;
  /* label'ın altına inmesi için */
  height: 22px;
  font-size: 14px;
  width: 100%; }

.select-wrapper img {
  position: absolute;
  right: 15px;
  top: 30%;
  pointer-events: none; }

.loyality-actions-area {
  background: #fff;
  border: solid 1px #e8e8e8; }
  @media screen and (min-width: 992px) {
    .loyality-actions-area {
      border: none;
      background: transparent; } }

@media screen and (min-width: 992px) {
  .loyalty-banner-star-container > p {
    margin-bottom: 15px; } }

.loyaltyUsePointSubmitButton {
  color: #fff;
  background-color: #9f9f9f;
  padding: 12px 40px; }

@media screen and (min-width: 992px) {
  #couponCodeForm {
    border: none !important; } }

.order-summary-blue-text {
  font-size: 12px;
  text-align: left;
  color: #1626ff !important; }

#paymentFormContainer #CardholderName,
#paymentFormContainer #cardNumberTextBox,
#paymentFormContainer #ExpireMonth,
#paymentFormContainer #ExpireYear,
#paymentFormContainer #CardCode {
  font-size: 12px; }
  @media screen and (max-width: 991px) {
    #paymentFormContainer #CardholderName,
    #paymentFormContainer #cardNumberTextBox,
    #paymentFormContainer #ExpireMonth,
    #paymentFormContainer #ExpireYear,
    #paymentFormContainer #CardCode {
      font-size: 16px !important; } }

@media screen and (max-width: 991px) {
  #paymentFormContainer #ExpireMonth,
  #paymentFormContainer #ExpireYear {
    padding-top: 12px !important; } }

.bg-light-blue {
  background-color: #e4eeff !important; }

.show-more-toggle-address {
  border-bottom: 1px solid #e8e8e8;
  padding-bottom: 24px;
  text-align: left !important; }
  @media screen and (max-width: 991px) {
    .show-more-toggle-address {
      padding-bottom: 16px;
      display: none !important; } }
  .show-more-toggle-address span {
    text-decoration: underline !important;
    font-size: 10px !important;
    font-weight: 500 !important; }

#billingAddressToggle {
  border-bottom: none !important; }

.selected-adress-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px; }
  .selected-adress-container > div {
    padding: 20px; }
  @media screen and (max-width: 991px) {
    .selected-adress-container {
      display: flex;
      flex-wrap: nowrap;
      overflow-x: auto;
      gap: 1rem;
      padding: 0.5rem 0;
      -webkit-overflow-scrolling: touch;
      scroll-snap-type: x mandatory;
      margin-left: 20px;
      scrollbar-width: none; }
      .selected-adress-container > div {
        flex: 0 0 100%;
        scroll-snap-align: start;
        max-width: 55%;
        border: solid 1px #e8e8e8; }
      .selected-adress-container::-webkit-scrollbar {
        display: none;
        /* Hide scrollbar for WebKit browsers */ }
      .selected-adress-container .column-county {
        margin-left: 43px; } }
    @media screen and (max-width: 991px) and (max-width: 991px) {
      .selected-adress-container .column-county {
        white-space: normal !important;
        word-break: break-word;
        text-align: left; } }

@media screen and (max-width: 991px) {
  .guestAddressForm {
    max-width: 100% !important;
    border: none !important;
    border-top: 1px solid #e8e8e8 !important; } }

.guestStoreAddressForm {
  background: white !important; }
  @media screen and (min-width: 992px) {
    .guestStoreAddressForm {
      width: 200% !important; } }
  @media screen and (max-width: 991px) {
    .guestStoreAddressForm {
      border-top: none !important; } }

@media screen and (max-width: 991px) {
  #storeSelectedBillingAddressContainerBody {
    margin-left: 0px !important;
    padding-top: 35px !important; } }

.opc-address-edit-button > img {
  width: 24px;
  height: 24px;
  min-width: 24px;
  max-width: 100%;
  object-fit: contain;
  margin-left: 16px; }

@media screen and (max-width: 991px) {
  .opc-address-edit-button {
    height: 31px;
    font-size: 12px;
    padding: 6px 15px 7px 13px;
    font-weight: normal;
    margin-left: 43px;
    margin-top: 12px; } }

@media (max-width: 767px) {
  #PaymentFormGarantiPay {
    margin-left: -40px; } }

@media (max-width: 767px) {
  .store-list-item {
    border-top: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8; } }

@media (max-width: 767px) {
  #AddressForm .modal-sheet {
    position: fixed;
    bottom: 0;
    margin: 0;
    width: 100%;
    max-width: 100%;
    transform: translateY(100%);
    transition: transform 0.3s ease-out;
    z-index: 1055; }
  #AddressForm .modal.fade.show .modal-sheet {
    transform: translateY(0); }
  #AddressForm .modal-sheet .modal-content {
    border-radius: 12px 12px 0 0;
    height: auto;
    max-height: 90vh;
    overflow-y: auto; } }

@media (max-width: 767px) {
  #AddressForm {
    border-top: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8; } }

@media (max-width: 767px) {
  .fatura-add-address-btn {
    top: -3px !important;
    right: 0px !important; } }

@media (max-width: 767px) {
  .checkout-complete-container .email-text {
    border-bottom: 1px solid #f2f2f2; } }

.checkout-complete-card .product-name, .checkout-complete-card .product-price, .checkout-complete-card .checkout-card-title {
  font-size: 14px;
  font-family: Inter;
  font-weight: normal; }
  @media (max-width: 767px) {
    .checkout-complete-card .product-name, .checkout-complete-card .product-price, .checkout-complete-card .checkout-card-title {
      font-size: 12px; } }

.checkout-complete-card .product-info {
  font-size: 12px;
  font-family: Inter;
  font-weight: normal; }
  @media (max-width: 767px) {
    .checkout-complete-card .product-info {
      font-size: 10px; } }

.checkout-complete-card .product-image-wrapper img {
  max-width: 200px;
  max-height: 240px; }

.billing-store-title {
  margin-bottom: -18px; }
  @media (max-width: 767px) {
    .billing-store-title {
      margin-bottom: 4px; } }

.address-toggle-wrapper {
  height: 48px;
  display: inline-flex;
  border: 1px solid #e8e8e8;
  overflow: hidden;
  padding: 4px;
  background-color: #fafafa; }
  .address-toggle-wrapper label {
    margin-bottom: 0px !important; }
  .address-toggle-wrapper .toggle-radio {
    position: absolute;
    opacity: 0;
    pointer-events: none;
    width: 0;
    height: 0;
    margin: 0; }
  .address-toggle-wrapper .toggle-label {
    padding: 6px 16px;
    font-weight: 600;
    font-size: 14px;
    color: #000;
    background-color: #fafafa;
    cursor: pointer;
    transition: all 0.2s ease;
    text-align: center;
    min-width: 100px;
    display: inline-flex;
    align-items: center;
    justify-content: center; }
  .address-toggle-wrapper #IsCorporate:checked + label[for="IsCorporate"],
  .address-toggle-wrapper #IsCorporate2:checked + label[for="IsCorporate2"] {
    background-color: #000;
    color: #fff; }

.cart-item-row .discount-percentage {
  font-family: Inter;
  font-size: 10px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #e14b54;
  margin-left: 4px; }
  @media (min-width: 767px) {
    .cart-item-row .discount-percentage {
      font-size: 12px; } }

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

.gift-note-padding {
  position: absolute;
  top: 10px;
  left: 20px;
  font-family: Inter;
  font-size: 8px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #9f9f9f; }

.coupon-code-color {
  font-family: Inter;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000 !important;
  padding-bottom: 10px !important; }

.gift-note-message {
  margin-top: 20px; }

.coupon-code-container::before {
  content: "";
  width: 100vw;
  height: 1px;
  background-color: #e8e8e8;
  bottom: 0;
  position: absolute;
  left: -20px; }
  @media (min-width: 767px) {
    .coupon-code-container::before {
      display: none; } }

.no-address-box {
  padding: 20px; }
  @media screen and (min-width: 992px) {
    .no-address-box {
      padding: 32px;
      background: #f5f5f5; } }
  .no-address-box .no-adress-image-container {
    background: #e4eeff;
    padding: 12px;
    border-radius: 10px;
    margin-right: 16px; }
    @media screen and (max-width: 991px) {
      .no-address-box .no-adress-image-container {
        margin-right: 0;
        border-radius: 0;
        margin-bottom: 10px; } }
  @media screen and (max-width: 991px) {
    .no-address-box button {
      width: 100%;
      margin-top: 30px; } }

.loyalty-sms-input .ffl-wrapper.ffl-floated label span {
  font-size: 8px; }

.loyalty-sms-input label {
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #9f9f9f; }

#confirmSmsBtn, #returnSmsBtn {
  padding: 10px; }

.t-30 {
  top: 30% !important; }

@media screen and (max-width: 991px) {
  .loyalty-join-modal .modal-dialog {
    padding-top: 0px; } }

#removeProductCart .modal-content .modal-footer #modalDeleteNo {
  color: #000 !important;
  background-color: #fff !important;
  border: solid 1px #000 !important;
  padding: 0;
  width: 90px !important;
  height: 48px !important; }
  @media (max-width: 767px) {
    #removeProductCart .modal-content .modal-footer #modalDeleteNo {
      width: 100% !important;
      height: 48px !important; } }

#removeProductCart .modal-content .modal-footer #modalDeleteNo span {
  color: #000 !important; }

#removeProductCart .modal-content .modal-footer #modalDeleteYes {
  color: #fff !important;
  background-color: #000 !important;
  border: solid 1px #000 !important;
  padding: 0;
  width: 280px !important;
  height: 48px !important; }
  @media (min-width: 767px) {
    #removeProductCart .modal-content .modal-footer #modalDeleteYes {
      margin-left: 0px !important; } }
  @media (max-width: 767px) {
    #removeProductCart .modal-content .modal-footer #modalDeleteYes {
      width: 100% !important;
      height: 48px !important; } }

#removeProductCart .modal-content .modal-footer {
  display: flex;
  align-items: center;
  justify-content: center; }

@media (min-width: 767px) {
  #removeProductCart .modal-dialog {
    width: 390px; } }

@media (min-width: 767px) {
  #removeProductCart .modal-content {
    width: 390px;
    padding: 40px 30px !important; } }

@media (min-width: 767px) {
  #removeProductCart .modal-content .modal-footer, #removeProductCart .modal-content .modal-body, #removeProductCart .modal-content .modal-header {
    padding-left: 0px !important;
    padding-right: 0px !important;
    padding-top: 0px; } }

@media (max-width: 768px) {
  .toggle-billing-address-container {
    position: absolute;
    left: 0;
    top: 3px;
    width: 18px;
    height: 18px;
    border-color: #000 !important; } }

.minimal-arrow {
  position: absolute;
  right: 10px;
  top: 22px; }

#CardholderName {
  padding-top: 1rem !important; }

#cardNumberTextBox {
  padding-top: 1rem !important; }

#CardCode {
  padding-top: 1rem !important; }

@media (max-width: 768px) {
  .invCartBody .gift-note-container .gift-note-width .gift-note-input.mobile-width {
    font-size: 16px !important; } }

@media (max-width: 768px) {
  #checkoutStickyItem .order-table-and-coupon-code .coupon-code-container .coupon-code-form #couponCodeInput,
  .opcStickyItem .order-table-and-coupon-code .coupon-code-container .coupon-code-form #couponCodeInput {
    font-size: 16px !important; } }

@media (max-width: 768px) {
  #shipmentMethodsContainer {
    padding: 20px;
    padding-right: 0px;
    border-bottom: 1px solid #e8e8e8;
    padding-top: 16px;
    padding-bottom: 16px; } }

@media (max-width: 768px) {
  .shipment-options-item {
    padding-left: 3px !important; } }

@media (max-width: 768px) {
  .checkbox-billing-address-container {
    width: 100% !important;
    text-align: left;
    display: flex !important; } }

@media (min-width: 992px) {
  .opc-acordeon {
    padding-top: unset !important; } }

.cargo-area-free-text {
  color: #1626ff;
  font-size: 10px;
  position: relative;
  top: 5px;
  right: 10px;
  font-weight: bold; }

@media (min-width: 992px) {
  #pickUpStore {
    border-bottom: 1px solid #e8e8e8;
    border-top: 1px solid #e8e8e8 !important; } }

@media (max-width: 768px) {
  #pickUpStore {
    border-top: none !important; } }

@media (max-width: 768px) {
  .mobile-adress-title-pad {
    padding-right: 0px !important;
    padding-left: 0px !important; } }

@media (max-width: 768px) {
  .mobile-adress-title-billing-address {
    position: relative;
    left: 20px; } }

@media (max-width: 768px) {
  .mobile-opc-address {
    display: none !important; } }

#opcAddressForm .required,
#opcAddressForm .requiredHint,
#opcAddressForm label span.requiredHint {
  display: none !important; }

#opcAddressForm input.input-error,
#opcAddressForm select.input-error,
#opcAddressForm textarea.input-error, #pickupStoresList input.input-error,
#pickupStoresList select.input-error,
#pickupStoresList textarea.input-error {
  border: 1px solid #cf4444 !important;
  background-color: #fdecea !important;
  color: #cf4444 !important;
  box-shadow: none !important; }

#opcAddressForm .form-group .validation-error, #pickupStoresList .form-group .validation-error {
  font-size: 10px !important;
  padding-top: 3px; }

#pickUpStoreContainer .text-danger {
  font-size: 10px !important; }

#opcAddressForm .input-error-label, #pickupStoresList .input-error-label {
  color: #dc3545 !important; }

.cargo-value-name {
  position: relative;
  top: 5px; }

@media (max-width: 768px) {
  .shipment-options-container {
    gap: unset !important; } }

@media (max-width: 768px) {
  .cargo-value-name {
    top: 0px !important; } }

@media (max-width: 768px) {
  .cargo-area-free-text {
    top: 4px !important; } }

@media (max-width: 768px) {
  .opc-page-container .shipment-radio + .custom-control-label::before {
    top: 20px !important; } }

@media (max-width: 768px) {
  .opc-page-container .shipment-radio + .custom-control-label::after {
    top: 20px !important; } }

@media (max-width: 768px) {
  .shipment-options-item {
    position: relative;
    bottom: 15px; } }

@media (min-width: 992px) {
  .store-pickup-customer-info-container {
    border-top: 1px solid #f2f2f2 !important; } }

@media (max-width: 992px) {
  .store-pickup-customer-info-container {
    border-top: none !important; } }

@media (max-width: 992px) {
  .selected-billing-address-title {
    border-bottom: 1px solid #e8e8e8;
    margin-bottom: -10px; } }

.stateColorAdressForm {
  color: #000 !important; }

#opcAddressForm #Title {
  color: #000 !important; }

#opcAddressForm #Email {
  color: #000 !important; }

#opcAddressForm #PhoneNumber {
  color: #000 !important; }

#opcAddressForm #Address {
  color: #000 !important; }

#opcAddressForm #ZipPostalCode {
  color: #000 !important; }

#opcAddressForm #IdentificationNumber {
  color: #000 !important; }

#opcAddressForm #CompanyName {
  color: #000 !important; }

#opcAddressForm #TaxNumber {
  color: #000 !important; }

#opcAddressForm #TaxOffice {
  color: #000 !important; }

@media (max-width: 768px) {
  .countyStyleAddressForm {
    padding: 0px;
    padding-right: 10px;
    position: relative;
    right: 10px; } }

@media (min-width: 768px) {
  #selectedBillingAddressWrapper {
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 19px; } }

.selectedBillingAddressWrapper {
  border-top: 1px solid #f2f2f2; }

.selected-pickup-store-customer-name {
  font-size: 12px !important;
  font-weight: 600 !important; }

@media (max-width: 768px) {
  #selectedStoreHeader {
    display: none !important; } }

@media (max-width: 768px) {
  .installment-elements {
    margin-top: 7px; } }

@media (max-width: 768px) {
  .cvv-code {
    font-size: 7px !important; } }

@media (max-width: 768px) {
  .mobile-installment-container {
    width: 100%;
    border-bottom: 1px solid #d8d8d8;
    padding-bottom: 19px; } }

@media (max-width: 768px) {
  #joinForm .form-control:focus {
    box-shadow: none !important; } }

@media (max-width: 768px) {
  #joinForm input, #joinForm select {
    font-size: 16px !important; } }

#shipment-type-time {
  position: relative;
  right: 10px;
  top: 10px; }
  @media (max-width: 992px) {
    #shipment-type-time {
      top: 5px !important; } }

@media (min-width: 768px) {
  .addNewAdressText {
    position: relative;
    bottom: 2.5px; } }

.other-payment-method-item .iyzico-payment {
  padding-top: 19px; }
  .other-payment-method-item .iyzico-payment p {
    margin-bottom: 0px !important;
    padding-bottom: 19px !important; }

.other-payment-method-item .custom-control-label {
  max-height: 25px; }

.other-payment-method-item .garanti-logo {
  position: relative;
  bottom: 10px; }

@media (min-width: 768px) {
  .other-payment-method-item-garanti {
    padding-top: 9px !important; } }

@media (max-width: 768px) {
  .promotion-validation-text {
    position: relative;
    top: -10px; } }

#validationDownZero {
  font-size: 9px !important; }

.shipment-options-item .custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: none !important; }

#PaymentForm #ExpireMonth {
  padding-top: 15px !important; }

#PaymentForm #ExpireYear {
  padding-top: 15px !important; }

.customerMenuMobilePosition {
  position: relative;
  bottom: 60px; }

@media (min-width: 962px) {
  #storeSelectedBillingAddressContainerBody {
    margin-top: 30px !important; } }

@media (min-width: 962px) {
  .store-billing-adress-title {
    position: relative;
    bottom: 7px; } }

@media (min-width: 962px) {
  .shipping-address-for-button {
    position: relative;
    bottom: 7px; } }

@media (max-width: 962px) {
  #paymentTermsSummaryContainer {
    padding-bottom: 0px !important; } }

@media (max-width: 768px) {
  .other-payment-method-item-text {
    font-size: 12px !important; } }

@media (max-width: 768px) {
  .cart .order-total-small .acordeon-content {
    display: none !important; } }

.other-payment-method-item .custom-control-label::before {
  box-shadow: none !important; }

#joinForm .validation-error text-danger {
  font-size: 10px !important;
  margin-top: 2% !important;
  margin-left: 2% !important; }

@media (max-width: 768px) {
  .address-save-button {
    position: fixed;
    bottom: 0px !important;
    z-index: 99;
    width: 100%;
    border-top: 2px solid #1626ff;
    padding-top: 17px;
    background: white; } }

@media (max-width: 768px) {
  .address-form-container {
    padding-bottom: 67px; } }

.address-item {
  background-color: #fafafa; }

.termsContainer .custom-control-label::before {
  box-shadow: none !important; }

.custom-control-label::before {
  box-shadow: none !important; }

.register-page .field-validation-error {
  font-size: 11px; }

.loyalty-join-modal-content .validation-error {
  font-size: 11px; }

.campaign-badges span {
  font-size: 11px !important;
  border-radius: 3px;
  padding: 3px 8px;
  white-space: nowrap;
  line-height: 1.2;
  font-family: Inter;
  margin-top: 5px; }
  @media (min-width: 768px) {
    .campaign-badges span {
      font-size: 8px;
      position: relative;
      top: 27px; } }
  @media (max-width: 768px) {
    .campaign-badges span {
      position: absolute;
      left: 10px;
      bottom: -20px; } }

.campaign-badges-detail span {
  font-size: 11px !important;
  border-radius: 3px;
  padding: 3px 8px;
  white-space: nowrap;
  line-height: 1.2;
  font-family: Inter;
  margin-top: 5px; }
  @media (min-width: 768px) {
    .campaign-badges-detail span {
      font-size: 8px; } }

@media (min-width: 768px) {
  .mobile-title-complete-order {
    margin-left: 6px; } }

@media (max-width: 768px) {
  .product-box-container .productbox-info .product-price-list .campaign-badges span {
    top: unset !important; } }

@media (max-width: 768px) {
  .mobile-price-css {
    width: 100%; } }

@media (max-width: 768px) {
  .view-more-area {
    margin-top: 60px !important; } }

.price-css-product-list-new {
  position: relative !important;
  top: 27px !important; }
  @media (max-width: 768px) {
    .price-css-product-list-new {
      top: 22px !important; } }

.product-list-inner-container .discount-badge {
  margin-left: 0 !important;
  margin-top: 25px !important; }
  @media (max-width: 768px) {
    .product-list-inner-container .discount-badge {
      margin-top: 15px !important; } }

.two-x-text {
  font-weight: 600;
  text-decoration: underline; }

.basket-two-x-text {
  font-family: Inter;
  font-size: 11px;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.2px;
  text-align: left;
  font-weight: 600;
  color: #1626ff;
  text-decoration: underline; }

/*.border-loyalty-vector {
    border: 1px solid black;
    padding: 5px;
    clip-path: polygon(3% 0, 0 10%, 0 90%, 3% 100%, 97% 100%, 100% 90%, 100% 10%, 97% 0);
    background: #000;
}*/
.loyalty-banner-icons-step2 {
  position: relative;
  background: #000;
  padding: 1px;
  width: 350px !important;
  height: 52px;
  clip-path: polygon(5px 0, calc(100% - 5px) 0, 100% 5px, 100% calc(100% - 5px), calc(100% - 5px) 100%, 5px 100%, 0 calc(100% - 5px), 0 5px); }

.loyalty-banner-icons-step2-nonmonetary {
  position: relative;
  background: #000;
  padding: 1px;
  width: 350px !important;
  height: 88px;
  clip-path: polygon(5px 0, calc(100% - 5px) 0, 100% 5px, 100% calc(100% - 5px), calc(100% - 5px) 100%, 5px 100%, 0 calc(100% - 5px), 0 5px); }

/* Orta katman - Beyaz alan */
.border-loyalty-vector {
  background: #fff;
  padding: 3px;
  height: 100%;
  clip-path: polygon(5px 0, calc(100% - 5px) 0, 100% 5px, 100% calc(100% - 5px), calc(100% - 5px) 100%, 5px 100%, 0 calc(100% - 5px), 0 5px); }

/* İç katman - Mavi alan */
.loyalty-banner-total-points {
  background: #1626ff;
  height: 100%;
  clip-path: polygon(5px 0, calc(100% - 5px) 0, 100% 5px, 100% calc(100% - 5px), calc(100% - 5px) 100%, 5px 100%, 0 calc(100% - 5px), 0 5px); }

.loyalty-banner-total-points-nonmonetary {
  background: #1626ff;
  height: 39px;
  clip-path: polygon(5px 0, calc(100% - 5px) 0, 100% 5px, 100% calc(100% - 5px), calc(100% - 5px) 100%, 5px 100%, 0 calc(100% - 5px), 0 5px); }

.loyalty-banner-total-points span {
  font-family: Oswald;
  font-size: 12px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #fff; }

.loyalty-banner-total-points-nonmonetary span {
  font-family: Oswald;
  font-size: 12px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #fff; }

.loyalty-banner-count {
  font-family: Oswald;
  font-size: 12px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
  padding-right: 3px; }

.loyalty-banner-count-text {
  font-family: Oswald;
  font-size: 12px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #fff; }

.nonmonetary-container span {
  color: #000; }

.count-img {
  padding-left: 5px; }

.account-avaible-token {
  font-family: Oswald;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000; }

.account-avaible-token-points {
  font-family: Oswald;
  font-size: 12px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: right;
  color: #000; }

.friends-border-line {
  border-bottom: 1px solid #e8e8e8;
  padding-bottom: 10px;
  padding-top: 10px; }

.two-x-text-loyalty {
  color: #1626ff; }

.img-loyalty-x-token {
  padding-right: 3px; }

.x-token-image {
  margin-top: -3px; }

@media (max-width: 992px) {
  .pdp-fontsize-mobile {
    font-size: 11px; } }

.combobox-container {
  width: 100%;
  position: relative; }

.spec-filter-head.collapsed .sign {
  transform: rotate(180deg); }

.main-menu .spec-filter-head {
  display: none; }

.spec-filter-head {
  display: block;
  padding: 20px 25px 20px 2px;
  position: relative;
  cursor: pointer;
  font-size: 14px; }
  .spec-filter-head span {
    font-family: Inter;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #000;
    text-transform: uppercase; }
    @media screen and (max-width: 991px) {
      .spec-filter-head span {
        font-size: 12px; } }
    @media screen and (min-width: 992px) {
      .spec-filter-head span {
        font-size: 14px; } }

.filter-box-submit {
  border-radius: 4px;
  font-family: Oswald;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.23px;
  text-align: center;
  color: #fff;
  background-color: #000;
  text-transform: uppercase; }
  .filter-box-submit:hover {
    color: #fff; }

.button-filter-box-container {
  position: sticky;
  bottom: 0;
  background-color: #fff;
  z-index: 44; }
  @media screen and (min-width: 992px) {
    .button-filter-box-container {
      padding: 20px; } }
  @media screen and (max-width: 991px) {
    .button-filter-box-container {
      padding: 30px; } }

.spec-filter-head.cate {
  font-weight: 500; }

.modal.filter .filter-item {
  border-bottom: 1px solid #f5f5f5; }
  .modal.filter .filter-item .spec-filter-head {
    font-size: 16px; }
  @media screen and (max-width: 991px) {
    .modal.filter .filter-item {
      border-bottom: 0; } }
  @media screen and (min-width: 992px) {
    .modal.filter .filter-item {
      margin-bottom: 10px; } }

@media screen and (max-width: 991px) {
  .filter-item-header {
    width: 90%;
    left: 24px; }
    .filter-item-header.filter-border {
      border-bottom: 1px solid #f5f5f5; } }

.filter-item .speclist {
  list-style: none;
  text-transform: capitalize; }
  @media screen and (max-width: 991px) {
    .filter-item .speclist {
      width: 100%;
      display: inline-block; } }

@media screen and (max-width: 991px) {
  .spec-filter-sub-title {
    height: auto;
    padding-top: 18px; }
    .spec-filter-sub-title.filter-border {
      border-bottom: 1px solid #f5f5f5 !important; } }

.spec-line {
  list-style: none;
  text-transform: capitalize; }

.spec-line-list {
  font-family: Inter;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #000;
  margin-bottom: 25px; }
  @media screen and (max-width: 991px) {
    .spec-line-list {
      font-size: 12px;
      margin-left: -3.5vw; } }
  @media screen and (min-width: 992px) {
    .spec-line-list {
      font-size: 14px;
      cursor: pointer; } }

.spec-sub-list {
  margin-bottom: 25px;
  cursor: pointer; }

.spec-line-list .spec-line-text {
  vertical-align: unset; }

.spec-block-list {
  font-family: Oswald;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.2px;
  color: #000;
  flex: 1 1 calc(25% - 20px);
  max-width: 30%;
  box-sizing: border-box;
  padding: 10px;
  text-align: center;
  margin-left: -4% !important;
  border-radius: 3px;
  border: solid 1px #f5f5f5; }
  .spec-block-list.selected {
    border: solid 1px #1626ff; }
  @media screen and (min-width: 992px) {
    .spec-block-list {
      flex: 1 1 20%;
      cursor: pointer; } }

.spec-block-list-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  gap: 30px; }

.spec-block-color-container {
  display: flex;
  flex-direction: column; }

.collapse:not(.show) {
  display: none !important; }

.spec-list {
  position: absolute;
  width: 100%;
  background: #fff;
  padding: 8px !important;
  max-height: 300px;
  min-width: 200px;
  z-index: 1; }

.add-to-cart-button {
  min-width: 250px; }

@media screen and (max-width: 991px) {
  #AddToCartContainer {
    padding: 20px 0; } }

.back-in-stock {
  min-width: 250px; }

.spec-filter-list > li {
  display: inline-block;
  vertical-align: middle; }

.category-left-filter-container {
  z-index: 1;
  position: relative;
  max-width: 100%;
  font-size: 14px !important; }

.category-left-filter-container .left-filter-menu {
  line-height: 50px; }

#sizeChartModal .modal-header {
  border: none !important;
  padding: 35px 35px 10px 35px; }

@media screen and (max-width: 991px) {
  .modal.filter .modal-body {
    padding: 0;
    overflow-y: auto;
    height: 100vh; } }

.modal.filter .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem 0; }

.modal.filter .modal-dialog {
  width: 450px; }

.modal.filter .modal-header.filter {
  align-items: flex-end;
  font-weight: 600;
  position: relative;
  border-bottom: 0; }
  @media screen and (max-width: 991px) {
    .modal.filter .modal-header.filter {
      border-bottom: 1px solid #f5f5f5;
      padding-bottom: 24px; } }
  @media screen and (min-width: 992px) {
    .modal.filter .modal-header.filter::before {
      content: '';
      position: absolute;
      left: -45px;
      width: calc(100% + 95px);
      bottom: 0;
      height: 1px;
      background-color: #f5f5f5;
      z-index: 1; } }

.modal.filter .modal-header .clear-all-filter {
  padding: 6px 12px;
  right: 55px;
  position: absolute;
  font-size: 13px;
  cursor: pointer;
  font-family: Inter;
  font-size: 10px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.16px;
  color: #9f9f9f;
  border: solid 1px #e8e8e8;
  border-radius: 3px; }
  @media screen and (max-width: 991px) {
    .modal.filter .modal-header .clear-all-filter {
      right: 60px; }
      .modal.filter .modal-header .clear-all-filter img {
        margin-bottom: 3px; } }

.modal.filter .modal-content {
  height: calc(100% - 50px);
  position: absolute;
  top: 0; }
  @media screen and (max-width: 991px) {
    .modal.filter .modal-content {
      height: 80dvh;
      top: 20dvh;
      bottom: 0dvh;
      border-radius: 10px;
      overflow: hidden; } }
  @media screen and (min-width: 992px) {
    .modal.filter .modal-content {
      height: 100vh;
      overflow-x: hidden; } }

@media screen and (max-width: 991px) {
  #mobileSortList .modal-content {
    position: absolute;
    top: 0;
    height: 55dvh;
    position: absolute;
    top: 45dvh;
    border-radius: 10px;
    overflow-x: hidden; }
  #mobileSortList .modal-body {
    display: flex;
    flex-direction: column;
    font-family: Inter;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: -0.2px;
    color: #000; }
  #mobileSortList .modal-dialog {
    margin: 0; }
  #mobileSortList .modal-header {
    font-family: Oswald;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: -0.27px;
    color: #000;
    border-bottom: 1px solid #f5f5f5;
    padding: 0.5rem 1rem; }
  #mobileSortList .close-select-size {
    padding: 0;
    margin: 20px 25px 0 0; }
  #mobileSortList .modal-title {
    margin: 20px 0 0 20px; }
  #mobileSortList .filter-sort-line {
    border-bottom: 1px solid #f5f5f5;
    padding: 15px 10px; } }

@media screen and (min-width: 992px) {
  .custom-scroll-lg {
    overflow-y: auto; }
    .custom-scroll-lg::-webkit-scrollbar-track {
      -webkit-box-shadow: none;
      background-color: #d8d8d8; }
    .custom-scroll-lg::-webkit-scrollbar {
      width: 8px;
      background-color: #d8d8d8; }
    .custom-scroll-lg::-webkit-scrollbar-thumb {
      background-color: #949494;
      border: 2px solid #949494; } }

.spec-beden .spec-box {
  text-transform: uppercase !important; }

.spec-box,
.prime-spec-box {
  padding: 6px 18px;
  cursor: pointer;
  height: 38px;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  text-align: center;
  border: 1px solid #D7D7D7;
  border-radius: 2px;
  margin-right: 15px !important;
  text-transform: capitalize; }
  @media (max-width: 769px) {
    .spec-box,
    .prime-spec-box {
      display: inline-block; } }

.spec-box.selected,
.prime-spec-box.selected {
  background: #000000;
  color: #FFFFFF;
  text-transform: capitalize; }

.prime-spec-box.disabled,
.spec-box.disabled {
  cursor: not-allowed;
  color: #D7D7D7; }

.spec-box.color .rect {
  height: 4px;
  width: 44px; }

.spec-box.color {
  background: #f7f7f7 !important;
  color: unset !important;
  padding: 4px 26px; }

.spec-line.color {
  color: unset !important;
  margin-bottom: 25px;
  font-family: Inter;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #000; }
  @media screen and (max-width: 991px) {
    .spec-line.color {
      margin-left: -3.5vw;
      font-size: 12px; } }
  @media screen and (min-width: 992px) {
    .spec-line.color {
      font-size: 14px;
      cursor: pointer; } }

.spec-filter-passive, .spec-filter-active {
  margin-right: 12px; }
  @media screen and (min-width: 992px) {
    .spec-filter-passive, .spec-filter-active {
      margin-right: 8px; } }

.spec-line.color .rect {
  border: 1px solid #f5f5f5;
  width: 18px;
  height: 18px;
  border-radius: 4px; }

.spec-line.color.selected {
  border-color: #000000; }

.spec-box.color.selected {
  border-color: #000000; }

.spec-list.renk .spec-box {
  width: 100%;
  padding: 7px 0 7px 4px;
  text-align: left !important; }

.filter-count-info {
  display: flex;
  position: absolute;
  font-size: 16px;
  text-decoration: underline;
  bottom: 0;
  height: 50px;
  background: #000000;
  width: 100%;
  color: #FFFFFF;
  align-items: center;
  justify-content: center;
  z-indeX: 5; }

.spec-list.cinsiyet.spec-box {
  text-align: left !important;
  display: block !important; }

.spec-list.marka .spec-box {
  text-align: left !important;
  display: block !important; }

.spec-list.marka .spec-item-container {
  float: none;
  width: 100%; }

.spec-list.cinsiyet .spec-item-container {
  float: none;
  width: 100%; }

.g-2-1 > li {
  float: left; }

.g-2-2-3 > li {
  float: left; }

.g-2-2 > li {
  float: left; }

.g-2-3-3 > li {
  float: left; }

.g-2-3 > li {
  float: left; }

.filter-item {
  z-index: 1; }

.left-filter-sub-categories .left-filter-sub-categories {
  padding-left: 15px !important;
  font-size: 13px; }

.beden .selected-spec {
  font-weight: 600; }

.spec-box.image-spec.selected-spec {
  border-color: #00bd70; }

.spec-box.renk-spec.selected-spec {
  border-color: #00bd70; }

.before-square.selected-spec:before {
  content: "\f14a" !important;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900 !important; }

.price-tooltip {
  position: absolute;
  background: #eaeaea;
  padding: 4px;
  font-size: 12px;
  top: 5px;
  display: inline-block;
  line-height: 1; }
  .price-tooltip:after {
    content: '';
    transform: rotate(45deg);
    width: 5px;
    height: 5px;
    background: inherit;
    bottom: -3px;
    position: absolute;
    left: 50%;
    margin-left: -3px; }

.size-list-label:before {
  content: ''; }

.size-list-radio:checked + label:after {
  content: ''; }

.order-total-row {
  font-weight: 600; }

.sort-position {
  font-weight: 600;
  background: 0 0;
  border: 0;
  padding: 21px;
  width: 158px; }

.before-square:before {
  content: "\f0c8" !important;
  font-family: 'Font Awesome 5 Free';
  font-weight: 500 !important; }

.cinsiyet .selected-spec {
  background: 0 0;
  color: #2b302a; }

.marka .selected-spec {
  background: 0 0;
  color: #2b302a; }

.sort-item {
  padding: 5px; }
  .sort-item:hover {
    color: #949494; }

#mobileSortList .modal-header .modal-title {
  font-size: 1rem; }

#mobileSortList .modal-body .sort-item-mobile {
  display: inline-block !important;
  font-family: Inter, -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-weight: normal;
  padding: 5px !important; }

#mobileSortList .modal-footer {
  border: none;
  position: fixed;
  bottom: 0;
  width: 100%;
  padding: 0; }
  #mobileSortList .modal-footer a {
    font-size: 15px; }

.remove-all-filters {
  margin-bottom: 5px; }

.spec-color-option {
  height: 15px;
  width: 15px;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.09) !important;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle; }

span.spec-color-name {
  vertical-align: middle; }

.active > .plus-icon {
  transform: rotate(45deg); }

.active .e-icon {
  display: none; }

.active .f-icon {
  display: inline-block; }

.faq-header.active:before {
  transform: rotate(45deg); }

.min-tooltip {
  left: 5px; }

.max-tooltip {
  right: 5px; }

.filter-item.price .spec-list {
  padding-top: 15px !important; }

.change-grid {
  border: 0;
  cursor: pointer;
  background: 0 0;
  padding: 21px 15px; }

.f-icon {
  display: none; }

.sort-list {
  position: absolute;
  left: -8px;
  width: 100%;
  background: #fff;
  padding: 8px !important;
  max-height: 300px;
  min-width: 152px;
  z-index: 1;
  -webkit-box-shadow: 0px 5px 23px -8px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 5px 23px -8px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 5px 23px -8px rgba(0, 0, 0, 0.75); }

.category-page-head {
  font-size: 22px;
  margin-bottom: 20px;
  text-align: center;
  font-family: Oswald;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #000;
  text-align: left !important;
  text-transform: uppercase; }
  @media screen and (max-width: 991px) {
    .category-page-head {
      font-size: 16px;
      margin: 10px 0; } }
  @media screen and (min-width: 992px) {
    .category-page-head {
      font-size: 16px;
      margin: 20px 0 2px 0; } }

.collection-page-head {
  margin-bottom: 5px; }
  @media screen and (max-width: 991px) {
    .collection-page-head {
      font-size: 16px;
      margin: 20px 0 0 0; } }

@media (min-width: 979px) and (max-width: 1024px) {
  .collection-page-head {
    margin-top: 350px; } }

.noUi-horizontal {
  height: 6px;
  border-radius: 0;
  background: #f1f1f1;
  border: 0; }
  .noUi-horizontal .noUi-handle {
    width: 18px;
    height: 18px;
    left: -14px;
    top: -6px;
    border-radius: 50%; }

html:not([dir="rtl"]) .noUi-horizontal .noUi-handle {
  right: -9px;
  left: auto; }

.noUi-handle {
  border: 2px solid #171717;
  background: white;
  cursor: pointer; }
  .noUi-handle:before {
    display: none; }
  .noUi-handle:after {
    display: none; }

.noUi-connect {
  background: #171717; }

.noUi-target {
  padding: 0 17px; }

.quick-view-button {
  width: 200px;
  left: 50%;
  margin-left: -100px;
  bottom: -50px;
  display: none; }

.story-categories {
  display: flex;
  justify-content: center;
  text-align: center; }
  @media (max-width: 769px) {
    .story-categories {
      overflow-x: scroll;
      justify-content: flex-start; } }
  .story-categories .story-content {
    margin-right: 20px;
    width: 80px; }
    .story-categories .story-content img {
      max-width: 80px;
      border-radius: 50%;
      margin-bottom: 10px; }

.product-box-container {
  margin-bottom: 50px; }
  @media screen and (max-width: 991px) {
    .product-box-container {
      margin-bottom: 20px;
      margin-top: 40px; } }
  @media screen and (min-width: 992px) {
    .product-box-container:hover .img-and-attributes-container {
      overflow: visible; } }
  .product-box-container .owl-carousel.product-image-carousel {
    z-index: 0 !important; }
  .product-box-container .product-box-fav-icon {
    border: none;
    background: none;
    position: absolute;
    right: 10px;
    top: 15px;
    z-index: 0; }
    @media (max-width: 920px) {
      .product-box-container .product-box-fav-icon {
        right: 0; } }
  .product-box-container .img-and-attributes-container {
    position: relative;
    overflow: hidden;
    height: 0; }
    .product-box-container .img-and-attributes-container .product-size-list {
      bottom: 100px;
      left: 0;
      right: 0;
      position: relative;
      width: 100%;
      overflow: auto;
      white-space: nowrap;
      transition: all 0.2s;
      transform: scale(0.98);
      will-change: transform;
      user-select: none;
      cursor: pointer; }
      @media (max-width: 769px) {
        .product-box-container .img-and-attributes-container .product-size-list {
          overflow-x: scroll; } }
      .product-box-container .img-and-attributes-container .product-size-list.active {
        cursor: grabbing;
        cursor: -webkit-grabbing;
        transform: scale(1); }
      .product-box-container .img-and-attributes-container .product-size-list .color-size-item .size-list-label {
        border: 1px solid #d7d7d7;
        padding: 3px 6px;
        background: #e8edee; }
        .product-box-container .img-and-attributes-container .product-size-list .color-size-item .size-list-label:focus {
          border: 1px solid #000;
          background-color: #000;
          color: #fff;
          outline: none; }
  .product-box-container .productbox-info {
    font-family: Inter; }
    @media screen and (max-width: 991px) {
      .product-box-container .productbox-info {
        padding: 10px; } }
    @media screen and (min-width: 992px) {
      .product-box-container .productbox-info {
        padding: 10px 0; } }
    .product-box-container .productbox-info .productbox-name {
      font-size: 20px;
      margin: 20px 0 6px 0;
      color: #161616;
      text-overflow: ellipsis;
      white-space: nowrap;
      overflow: hidden;
      -webkit-line-clamp: 1; }
      @media screen and (max-width: 991px) {
        .product-box-container .productbox-info .productbox-name {
          font-size: 14px;
          margin: 3px 0px; } }
      @media screen and (max-width: 767px) {
        .product-box-container .productbox-info .productbox-name {
          font-size: 12px;
          margin: 6px 0 6px 0; } }
    .product-box-container .productbox-info .category-name {
      color: #797979;
      font-size: 0.875rem;
      margin-bottom: 0; }

@incude max($lg) {
  .product-box-container .productbox-info .category-name {
    font-size: 12px;
    margin-bottom: 18px; } }
    .product-box-container .productbox-info .product-price-list {
      display: flex;
      justify-content: space-between;
      align-items: flex-end;
      height: 55px;
      margin-top: 12px; }
      @media screen and (max-width: 991px) {
        .product-box-container .productbox-info .product-price-list {
          height: 30px;
          font-size: 14px; } }
      @media screen and (min-width: 992px) {
        .product-box-container .productbox-info .product-price-list {
          font-size: 12px; } }
      .product-box-container .productbox-info .product-price-list .price, .product-box-container .productbox-info .product-price-list .old-price-list {
        font-size: 1.25rem;
        flex-direction: column;
        row-gap: 4px; }
        @media screen and (max-width: 991px) {
          .product-box-container .productbox-info .product-price-list .price, .product-box-container .productbox-info .product-price-list .old-price-list {
            font-size: 0.75rem; } }
      .product-box-container .productbox-info .product-price-list .add-to-cart-container .add-to-cart-button {
        padding: 14px 30px;
        font-size: 15px;
        min-width: 130px;
        max-height: 38px;
        line-height: 10px; }
        @media screen and (max-width: 991px) {
          .product-box-container .productbox-info .product-price-list .add-to-cart-container .add-to-cart-button {
            padding: 7px 0 !important;
            font-size: 12px;
            min-width: 75px;
            line-height: 18px; } }

@media screen and (max-width: 991px) {
  .col-12.product-grid-item-container .price, .col-12.product-grid-item-container .old-price-list {
    font-size: 0.875rem !important; } }

.pager-container li {
  list-style: none;
  display: inline-block;
  margin: 5px; }
  .pager-container li a {
    background: #000000;
    height: 30px;
    min-width: 20px;
    display: block;
    padding: 4px 10px;
    color: #fff;
    border-radius: 0; }
  .pager-container li span {
    background: #fff;
    height: 30px;
    min-width: 20px;
    display: block;
    padding: 4px 10px; }

@media screen and (min-width: 992px) {
  .spec-filter-head.order:after {
    font-weight: 900;
    display: inline-block;
    position: absolute;
    right: 0;
    top: 54%;
    margin-top: -10px;
    transform-origin: center center;
    line-height: 1;
    width: 13px;
    height: 7px; }
  .spec-filter-head.selected::before {
    content: '';
    position: absolute;
    top: 0;
    left: -45px;
    height: 100%;
    width: calc(100% + 45px);
    background-color: #e8e8e8; }
  .spec-filter-head.selected span {
    position: relative;
    font-weight: 600; }
  .spec-filter-head::after {
    content: '';
    position: absolute;
    left: -45px;
    right: 0;
    bottom: 0;
    height: 1px;
    background-color: #f5f5f5;
    z-index: 1; }
  .desktop-sub-filter-menu {
    padding-top: 20px; }
  .combobox-container:hover .spec-filter-head:before {
    opacity: 1; } }

.filter-box-title {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #000; }

@media screen and (max-width: 991px) {
  .modal-filter-resp-position {
    position: fixed; }
  .spec-sub-list {
    font-family: Inter;
    font-size: 14px; }
  .filter-spec-title {
    font-family: Inter;
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #000; }
  .filter-box-close img {
    margin-right: 24px;
    margin-bottom: 3px; }
  .filter-box-container {
    padding: 0; }
  .filter-box-header {
    margin: 24px 0 0 24px; }
  .mobile-product-count {
    margin-bottom: 24px; }
  .mobile-filter-button span {
    font-size: 10px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    color: #000;
    padding-left: 10px;
    vertical-align: text-top; }
  .mobile-filter-button img {
    position: absolute;
    left: 12px;
    top: 3px; }
  .spec-item-container {
    margin: 0; }
  .selected-colors-preview {
    display: block;
    padding: 8px;
    border-radius: 50%;
    border: 1px solid #cecece; }
  .selected-spec-list > li {
    display: inline-block;
    vertical-align: middle;
    font-size: 13px;
    margin-right: 6px;
    color: #aeaeae; }
  .show-specs .spec-list {
    display: block;
    border: 0;
    position: static;
    max-height: none; }
  .mobile-relative {
    position: relative !important; }
  .filter-item {
    margin: 0 !important; }
  .category-left-filter-container {
    position: static !important; }
    .category-left-filter-container .mobile-filter-container {
      z-index: 1;
      background: white;
      position: relative;
      padding: 0 20px;
      margin-bottom: 24px;
      display: flex;
      overflow-x: auto;
      overflow-y: hidden;
      white-space: nowrap;
      flex-wrap: nowrap;
      flex-direction: row; }
      .category-left-filter-container .mobile-filter-container .column {
        border: 1px solid #D7D7D7;
        border-radius: 3px;
        flex: 0 0 auto;
        margin-right: 10px;
        height: 32px;
        position: relative; }
      .category-left-filter-container .mobile-filter-container .column:nth-of-type(1) {
        border: 1px solid #000; }
      .category-left-filter-container .mobile-filter-container #mobileFilterMenu {
        padding: 0.4rem 2rem; }
        .category-left-filter-container .mobile-filter-container #mobileFilterMenu:before {
          position: absolute;
          left: 15px;
          top: 4px; }
      .category-left-filter-container .mobile-filter-container span {
        font-family: Oswald;
        font-size: 10px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        color: #000; }
    .category-left-filter-container #mobileViewMenu, .category-left-filter-container #mobileSortMenu {
      padding: 1.5rem !important; }
      .category-left-filter-container #mobileViewMenu span, .category-left-filter-container #mobileSortMenu span {
        font-family: Oswald;
        font-size: 10px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        color: #000;
        padding-left: 20px; }
    .category-left-filter-container .mobile-filter-button {
      padding: 0.4rem 2rem; }
  .mobile-filter-container::-webkit-scrollbar {
    display: none; }
  .column.quick-filter-elem.appended .mobile-filter-button {
    padding: 0.4rem 1rem; }
    .column.quick-filter-elem.appended .mobile-filter-button img {
      top: 7px; } }

@media screen and (min-width: 992px) {
  .modal-filter-resp-position {
    position: absolute; }
  .combobox-container {
    display: none; }
  .spec-kategori {
    padding-right: 0 !important; }
    .spec-kategori .spec-sub-list {
      flex: 1 1 50%;
      white-space: nowrap;
      font-family: Inter;
      font-size: 14px; }
  .desktop-plus-toggle {
    margin-right: 18px;
    cursor: pointer; }
  .mobile-filter-button {
    padding: 0 1.5rem 0.6rem 1em; }
  .filter-box-close img {
    margin-bottom: 3px; }
  .filter-spec-title {
    font-family: Inter;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #9f9f9f;
    cursor: pointer; }
  .filter-button-container {
    z-index: 1;
    background: white;
    position: relative;
    padding: 0 20px;
    margin-bottom: 24px;
    overflow-y: hidden;
    overflow-x: auto;
    white-space: nowrap;
    flex-wrap: nowrap;
    flex-direction: row; }
    .filter-button-container .column {
      border: 1px solid #D7D7D7;
      border-radius: 3px;
      flex: 0 0 auto;
      margin-right: 10px;
      height: 32px;
      position: relative; }
    .filter-button-container .column-right {
      order: 1; }
    .filter-button-container .column-size {
      order: 1;
      margin-left: auto; }
    .filter-button-container .column:nth-of-type(1) {
      border: 1px solid #000; }
    .filter-button-container #desktopFilterButton {
      padding: 0 0.8rem; }
    .filter-button-container span {
      font-size: 10px;
      font-weight: normal;
      font-stretch: normal;
      font-style: normal;
      line-height: normal;
      color: #000; }
    .filter-button-container #desktopViewMenu, .filter-button-container #desktopSortMenu {
      padding: 0 1.2rem !important; }
      .filter-button-container #desktopViewMenu span, .filter-button-container #desktopSortMenu span {
        font-size: 10px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        color: #000;
        padding-left: 10px; }
  .filter-button-container::-webkit-scrollbar {
    display: none; } }

@media screen and (min-width: 992px) and (min-width: 992px) {
  .filter-menu-sub-trigger {
    display: block;
    width: 100%;
    cursor: pointer; } }

@media screen and (min-width: 992px) {
  .breadcrumb-list {
    font-family: Inter;
    font-size: 8px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #000;
    text-transform: uppercase; }
  .breadcrumb-item + .breadcrumb-item::before {
    content: ">";
    margin-top: -5px; }
  .breadcrumb-item:first-of-type {
    padding: 0 0 0 40px; } }

.change-grid {
  padding: 6px; }

.change-order-list {
  width: 100%; }
  .change-order-list > li {
    width: 100%;
    display: block;
    margin: 0 !important; }

.filter-item.order-by {
  display: block;
  margin: 0;
  position: static; }

.spec-list.sort-list {
  position: static; }

.spec-list.sort-list.opened {
  display: block; }

.filter-container {
  position: fixed;
  right: -100%;
  height: calc(100% - 57px);
  width: 80%;
  max-width: 300px;
  background: #fff;
  z-index: 2;
  bottom: 0;
  border-left: 1px solid #eaeaea; }

.filter-container.opened {
  right: 0;
  padding-bottom: 60px; }

.mobile-grid-settings {
  width: 100%;
  margin-bottom: 10px; }
  .mobile-grid-settings .mobile-product-count {
    font-family: Inter;
    font-size: 10px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #9f9f9f; }

#filterByPrice {
  bottom: 0; }

.manufacturer h1.brand-header {
  font-size: 1.25rem; }

.product-image-container {
  /*   min-height: 320px;*/
  position: relative; }
  .product-image-container .badges-container {
    display: none;
    /*Don't show unstyled*/ }
  .product-image-container .brand-logo-in-category {
    position: absolute;
    left: 10px;
    top: 20px;
    width: 30px !important; }
    @media (max-width: 920px) {
      .product-image-container .brand-logo-in-category {
        left: 0; } }
  .product-image-container .badges-container-styled {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    overflow: hidden;
    height: 26px; }
    .product-image-container .badges-container-styled .badges-subcontainers {
      display: flex;
      width: 350%;
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      justify-content: center; }
      @media screen and (max-width: lgpx) {
        .product-image-container .badges-container-styled .badges-subcontainers {
          width: 275%; } }
    .product-image-container .badges-container-styled .badges-subcontainer {
      display: flex;
      flex-grow: 0.4; }
      @media screen and (max-width: 991px) {
        .product-image-container .badges-container-styled .badges-subcontainer .badge-line {
          padding: 4px 8px;
          height: 26px;
          flex-grow: 1;
          text-align: center;
          margin-left: -40%; } }
      .product-image-container .badges-container-styled .badges-subcontainer > div {
        padding: 4px 8px;
        height: 26px;
        flex-grow: 1;
        text-align: center;
        font-size: 13px; }
      .product-image-container .badges-container-styled .badges-subcontainer .style-spec {
        background-color: #1626ff;
        color: #000; }
        .product-image-container .badges-container-styled .badges-subcontainer .style-spec-alt {
          background-color: #CAED00;
          color: #000; }
      .product-image-container .badges-container-styled .badges-subcontainer .style-discount {
        background-color: #000;
        color: #FFF; }
        .product-image-container .badges-container-styled .badges-subcontainer .style-discount-alt {
          background-color: #333;
          color: #FFF; }
      .product-image-container .badges-container-styled .badges-subcontainer .style-sneaksup {
        background-color: #000;
        color: #FFF; }
        .product-image-container .badges-container-styled .badges-subcontainer .style-sneaksup-alt {
          background-color: #666;
          color: #FFF; }
  .product-image-container .single-badge-container {
    position: absolute;
    height: 19px;
    display: flex;
    align-items: center;
    bottom: 20px;
    flex-wrap: wrap;
    gap: 5px;
    z-index: 1; }
    .product-image-container .single-badge-container .badge-line {
      height: 100%; }
  .product-image-container .single-badge-container .badge-line:nth-child(n+3) {
    display: none; }

.footer-description-container {
  transition: all 0.5s;
  margin-bottom: 0rem;
  margin-top: 1rem;
  margin-left: 40px;
  font-family: Inter; }
  @media screen and (max-width: 991px) {
    .footer-description-container {
      background: #F8F8F8;
      padding: 2em;
      padding: 20px 20px 0;
      margin-left: 0; } }
  .footer-description-container .category-name {
    margin-bottom: 1rem;
    font-weight: bold;
    font-size: 20px;
    font-family: Oswald; }
  .footer-description-container .category-footer-description {
    font-size: 12px;
    max-height: 140px;
    transition: all 0.5s;
    overflow: hidden; }
    .footer-description-container .category-footer-description.active {
      max-height: 100%; }
    .footer-description-container .category-footer-description h2 {
      font-size: 14px !important; }
  .footer-description-container .more-info {
    font-family: Oswald !important;
    font-weight: 700;
    font-size: 12px;
    cursor: pointer;
    position: absolute;
    bottom: 0;
    left: 40px;
    width: 100%;
    padding: 110px 0 0 0;
    background: linear-gradient(transparent, white);
    background-image: -moz-linear-gradient(transparent, white);
    margin-bottom: 0rem; }
    @media screen and (max-width: 991px) {
      .footer-description-container .more-info {
        left: 0;
        bottom: -7px; } }
    @media screen and (max-width: 1199px) {
      .footer-description-container .more-info {
        padding: 66px 0 0 20px; } }
    .footer-description-container .more-info:hover {
      text-decoration: underline; }
    .footer-description-container .more-info.opened {
      padding: 0 !important; }

.landing-page-story {
  text-align: center;
  padding: 0 1.2rem; }
  @media screen and (max-width: 991px) {
    .landing-page-story {
      white-space: nowrap;
      overflow: auto; } }
  .landing-page-story .ImageWithTitleBox {
    display: inline-block !important;
    margin: 0 0.6rem; }
    @media screen and (max-width: 991px) {
      .landing-page-story .ImageWithTitleBox {
        white-space: nowrap;
        margin: 0 .6rem; } }
    .landing-page-story .ImageWithTitleBox .img-title-box-link {
      display: inline-block !important; }
      .landing-page-story .ImageWithTitleBox .img-title-box-link img {
        width: 80px !important;
        height: 80px !important;
        border-radius: 50%; }
      .landing-page-story .ImageWithTitleBox .img-title-box-link .img-title-box {
        position: relative !important; }
      .landing-page-story .ImageWithTitleBox .img-title-box-link .img-title-box-title {
        color: #000 !important; }
      .landing-page-story .ImageWithTitleBox .img-title-box-link .img-title-box-button {
        display: none; }
  @media screen and (max-width: 991px) {
    .landing-page-story.story-lg {
      white-space: normal;
      overflow: auto; } }
  @media screen and (max-width: 991px) {
    .landing-page-story.story-lg .ImageWithTitleBox {
      width: 40%;
      margin-bottom: 1em; } }
  @media screen and (max-width: 991px) {
    .landing-page-story.story-lg .ImageWithTitleBox .img-title-box-link {
      width: 100% !important;
      white-space: normal; } }
  .landing-page-story.story-lg .ImageWithTitleBox .img-title-box-link img {
    width: 200px !important;
    height: 200px !important;
    border-radius: 50%; }
    @media screen and (max-width: 991px) {
      .landing-page-story.story-lg .ImageWithTitleBox .img-title-box-link img {
        width: 100% !important;
        height: auto !important; } }

.desktop-product-count {
  font-family: Inter;
  font-size: 10px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #9f9f9f;
  margin-bottom: 20px;
  margin-top: -10px; }
  @media screen and (max-width: 991px) {
    .desktop-product-count {
      display: none; } }

.change-order-list .spec-filter-head {
  padding: 0;
  padding-right: 2em; }

.mobile-grid-settings .change-grid {
  padding: 0; }

.view-more-area {
  display: flex; }
  .view-more-area .rendered-prod-container {
    font-size: 20px;
    margin-bottom: 0;
    text-align: center;
    font-weight: 500; }
    .view-more-area .rendered-prod-container .rendered-prod-count {
      font-weight: 700; }
    @media screen and (max-width: 991px) {
      .view-more-area .rendered-prod-container {
        font-size: 13px; } }
  .view-more-area .rendered-prod-progress {
    height: 10px;
    border-radius: 5.5px;
    width: 320px; }
    .view-more-area .rendered-prod-progress .progress-bar {
      width: 25%;
      background-color: #000;
      border-radius: 5.5px; }
    @media screen and (max-width: 991px) {
      .view-more-area .rendered-prod-progress {
        height: 7px;
        width: 180px; } }
  .view-more-area .view-more-btn {
    background-color: #fafafa;
    color: #000;
    border: 2px solid;
    padding: 8px 30px;
    font-size: 20px;
    font-weight: 500; }
    .view-more-area .view-more-btn:hover {
      color: #fafafa;
      background-color: #000; }
    @media screen and (max-width: 991px) {
      .view-more-area .view-more-btn {
        font-size: 18px;
        border: 1px solid;
        padding: 10px 32px 8px 32px;
        margin-top: 5px; } }

@media screen and (min-width: 992px) {
  .collection-page .collection-slider {
    position: relative; } }

.collection-page .category-left-filter-container {
  /* @include min($lg) {
            margin-top: 480px;
        }*/ }

.collection-page .owl-carousel {
  z-index: 0; }

.collection-page .breadcrumb {
  background: none;
  position: absolute;
  top: 10px;
  z-index: 2;
  font-family: Inter;
  font-size: 8px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #fff;
  text-transform: uppercase;
  margin-top: 0 !important; }
  .collection-page .breadcrumb .breadcrumb-list {
    color: #fff; }
  .collection-page .breadcrumb .breadcrumb-item:before {
    color: #fff; }
    @media screen and (min-width: 992px) {
      .collection-page .breadcrumb .breadcrumb-item:before {
        margin-top: -4px; } }

@media screen and (max-width: 991px) {
  .breadcrumb-list {
    font-family: Inter;
    font-size: 8px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #000;
    text-transform: uppercase; }
  .breadcrumb-item + .breadcrumb-item::before {
    content: ">"; }
  .breadcrumb-item:first-of-type {
    padding: 0 0 0 16px; } }

@media screen and (max-width: 991px) {
  .p-16 {
    padding: 0 16px 0 16px; } }

@media screen and (min-width: 992px) {
  .p-16 {
    padding: 0 40px 0 40px; } }

@media screen and (min-width: 992px) {
  .modal-dialog-right {
    max-width: 50%;
    left: 50%; }
  #filterMenuModal::-webkit-scrollbar {
    display: none; }
  #filterMenuModal .modal-body .content::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    height: 200%;
    width: 1px;
    background-color: #f5f5f5;
    z-index: 70;
    bottom: -100px; } }

.raffle-lansman-buttons {
  height: 4rem;
  margin-top: 1.2rem !important;
  width: 59%; }
  .raffle-lansman-buttons .btn-light.disabled {
    background-color: #E7E7E7;
    border-color: #E7E7E7; }

.raffle-lansman-buttons .btn-primary {
  background-color: #1626ff;
  border-color: #1626ff;
  color: white;
  border-radius: 3px;
  font-family: Oswald;
  font-size: 10px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  color: #fff;
  outline: none;
  text-transform: uppercase; }

.home-page-blog-area .owl-dots, .home-slider .owl-dots {
  display: none; }

.home-page-blog-wrapper {
  margin-top: 7%;
  margin-left: 3%; }

.home-page-blog-wrapper h5 {
  margin-left: 0; }

.home-page-blog-area .owl-item {
  margin-right: 4px !important; }

.home-page-blog-area .stores-img-title {
  overflow: hidden;
  aspect-ratio: 200 / 25;
  display: flex !important;
  font-family: Inter;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #000;
  margin-top: 20px; }
  @media (max-width: 768px) {
    .home-page-blog-area .stores-img-title {
      aspect-ratio: 200 / 100; } }

.home-page-blog-area .stores-img-title::after {
  content: "HİKAYEYİ OKU";
  position: absolute;
  bottom: 0;
  font-family: Oswald;
  font-size: 10px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #000; }

.home-page-blog-area .blog-item-more-button {
  font-family: Oswald;
  font-size: 10px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #000; }

.home-page-friendly-products .owl-dots, .home-page-raffle-lansman-area .owl-dots {
  display: none; }

.column.quick-filter-elem {
  border: 1px solid #f5f5f5; }

@media screen and (max-width: 991px) {
  .product-list-container__body {
    gap: 3px;
    margin: 0; } }

@media screen and (min-width: 992px) {
  .product-list-container__body {
    margin: 0 36px; } }

@media screen and (max-width: 991px) {
  .mobile-total-cart-fixed .row.bg-white .col.p-0.m-1 {
    height: 60px; } }

@media screen and (min-width: 992px) {
  .product-list-inner-container .product-grid-item-container.col-md-3, .product-list-inner-container .product-grid-item-container.col-md-4 {
    padding-right: 4px !important;
    padding-left: 4px !important; } }

@media screen and (max-width: 991px) {
  .col-6.product-grid-item-container {
    flex: 0 0 calc(50% - 1.5px) !important;
    max-width: calc(50% - 1.5px) !important; } }

.custom-dot-container {
  position: absolute;
  bottom: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  padding-left: 0;
  list-style: none; }

.custom-dot {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 10px;
  height: 1px;
  margin-right: 3px;
  margin-left: 3px;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-radius: 1px;
  background-color: rgba(0, 0, 0, 0.1); }

.custom-dot.active {
  background-color: #000; }

#size-alert-modal .modal-footer {
  border-top: none; }
  #size-alert-modal .modal-footer button {
    height: 45px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Oswald;
    font-size: 16px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #fff; }
    @media (min-width: 768px) {
      #size-alert-modal .modal-footer button {
        height: 48px; } }

#size-alert-modal .modal-content {
  padding: 20px; }
  @media (min-width: 768px) {
    #size-alert-modal .modal-content {
      padding: 30px; } }

#size-alert-modal .size-alert-title {
  font-family: Oswald;
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000;
  margin-top: 20px; }

#size-alert-modal .size-alert-content {
  font-family: Inter;
  font-size: 10px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #000;
  margin-top: 10px;
  margin-bottom: 20px; }

#size-alert-modal #alert-message-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center; }

#size-alert-modal .modal-dialog {
  max-width: 440px;
  display: flex;
  align-items: end;
  min-height: 100%; }
  @media (min-width: 768px) {
    #size-alert-modal .modal-dialog {
      align-items: center; } }

.filter-item {
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle; }

@media screen and (min-width: 992px) {
  .selected-spec-list {
    display: none; }
  .spec-box:hover {
    border-color: #171717; }
  .combobox-container:hover .spec-list {
    display: block; }
  .combobox-container:hover .spec-filter-head {
    background: #fff; } }

.logo {
  max-width: 150px; }

.customer-fly-out-menu {
  width: 300px !important; }

.customer-fly-out-menu {
  visibility: hidden;
  left: -300%;
  top: 32px;
  transform: translate(-13.5%);
  opacity: 0;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }
  @media (max-width: 1280px) {
    .customer-fly-out-menu {
      /* height: 500px;
        overflow-y: auto;*/ } }
  .customer-fly-out-menu .loyalty-header-username {
    width: 100%;
    height: 44px;
    font-family: Oswald;
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #000;
    text-transform: capitalize;
    background: #fafafa !important;
    border: none;
    font-weight: bold; }
  .customer-fly-out-menu ul .header-li {
    padding: 15px 10px; }
  .customer-fly-out-menu ul li {
    background: #f5f5f5;
    margin-bottom: 2px; }
    .customer-fly-out-menu ul li .user-menu-link {
      font-family: Inter;
      font-size: 16px;
      font-weight: normal;
      font-stretch: normal;
      font-style: normal;
      line-height: normal;
      letter-spacing: normal;
      color: #000; }
      .customer-fly-out-menu ul li .user-menu-link img {
        width: 25px;
        height: 21px; }
      .customer-fly-out-menu ul li .user-menu-link i {
        width: 25px;
        height: 21px;
        padding-left: 5px; }
      .customer-fly-out-menu ul li .user-menu-link .loyalty-new-icon {
        right: 10%;
        width: 34px;
        height: 20px; }
    .customer-fly-out-menu ul li:hover {
      background-color: #eee; }
  .customer-fly-out-menu .loyalty-header-logo {
    height: 58px; }
  .customer-fly-out-menu .loyalty-banner-register-button {
    background-color: #000;
    height: 35px;
    width: 100%;
    border: none; }
    .customer-fly-out-menu .loyalty-banner-register-button span {
      font-family: Oswald !important;
      font-size: 14px;
      font-weight: bold;
      font-stretch: normal;
      font-style: normal;
      line-height: normal;
      letter-spacing: normal;
      color: #fff; }

.customer-fly-out-menu:before {
  content: '';
  position: absolute;
  top: 0;
  left: 67%;
  transform: translate(-40%, 0px);
  width: 40px;
  height: 2px;
  background: #000;
  display: inline-block; }

.mobile-menu-trigger {
  display: none; }

.mini-cart-photo-column {
  width: 25%; }

.site-prefences-container {
  width: 500px; }

.language-currency-country-container td:not(:last-of-type) {
  border-right: 1px solid #e6e6e6; }

.site-prefences-container {
  display: none; }

@media (max-width: 768px) {
  .main-menu-container .search-box-container .input-group-prepend {
    margin-left: 30px; }
  .main-menu-container .search-box-container .input-group .close-prime {
    display: none !important; } }

.search-box-container {
  display: none;
  position: absolute;
  top: 95px;
  background: #fff;
  width: 100vw;
  left: 50%;
  z-index: 1;
  transform: translate(-50%, 0);
  border-top: 1px solid #E0E0E0; }
  @media (max-width: 768px) {
    .search-box-container {
      position: fixed;
      top: 50px;
      width: 100%;
      left: 0;
      transform: unset !important; } }
  @media (max-width: 768px) {
    .search-box-container .input-group-prepend .btn {
      background: #fff; } }
  .search-box-container .input-group .search-input {
    outline: none;
    padding: 2em 0;
    border: none;
    box-shadow: none; }
    @media (max-width: 768px) {
      .search-box-container .input-group .search-input {
        background: #fff;
        text-indent: 10px; } }

body #searchBoxContainer.opened {
  display: block; }

body.position-fixed #searchBoxContainer.opened {
  display: none !important; }

button#page-overlay.opened {
  display: block !important;
  z-index: 20 !important; }

.sub-menu-container {
  position: relative;
  border-top: 1px solid #E0E0E0; }

ul.megamenu__submenu {
  list-style: none;
  padding: 0; }

@media screen and (min-width: 992px) {
  ul.opened {
    margin-left: 1vw; } }

ul.sub-menu-column {
  display: table;
  table-layout: fixed;
  width: 100%;
  border-collapse: separate !important; }

ul.sub-menu-column > li {
  display: table-cell;
  vertical-align: top;
  text-align: left; }

.main-menu {
  display: grid;
  justify-content: normal;
  scrollbar-width: none; }
  .main-menu .main-menu::-webkit-scrollbar {
    display: none; }
  @media screen and (min-width: 992px) {
    .main-menu {
      border-bottom: 1px solid #f5f5f5 !important;
      height: 65vh; } }
  @media screen and (max-width: 991px) {
    .main-menu {
      grid-row-gap: 24px; } }
  .main-menu .spec-list, .main-menu .spec-list-container {
    display: none !important; }
  .main-menu .megamenu__submenu.opened .spec-list, .main-menu .megamenu__submenu.opened .spec-list-container {
    display: block !important; }
  .main-menu .spec-list {
    position: static !important;
    display: block;
    border: 0;
    text-align: left;
    padding: 0 !important;
    max-height: none; }
  .main-menu .MenuLink a {
    color: #202020; }

@media (max-width: 991px) {
  .mobile-main-menu-grid-height {
    height: auto !important; } }

.collapse-block.category-filter.open {
  display: table-cell; }

.MenuColumn {
  display: grid;
  width: 100%;
  table-layout: fixed; }
  .MenuColumn .menu-all-products-link {
    text-decoration: underline; }
    @media screen and (min-width: 992px) {
      .MenuColumn .menu-all-products-link {
        color: #797979 !important; } }

.main-menu-picture-box {
  display: table-cell;
  vertical-align: top;
  padding-right: 10px; }
  @media screen and (min-width: 992px) {
    .main-menu-picture-box {
      padding: 15px 40px; } }
  @media screen and (max-width: 991px) {
    .main-menu-picture-box {
      padding: 18px 16px; } }
  .main-menu-picture-box .menu-picture {
    border-radius: 50%; }

.mini-cart-price-and-attributes-column {
  width: 65%; }

@media screen and (min-width: 992px) {
  body.category .header-wrapper {
    border-bottom: 1px solid #f5f5f5; } }

@media screen and (min-width: 992px) {
  body.manufacturer .header-wrapper {
    border-bottom: 1px solid #f5f5f5; } }

@media screen and (min-width: 992px) {
  body.category .breadcrumb {
    margin-top: 20px; } }

@media screen and (min-width: 992px) {
  .header-wrapper {
    height: 100px !important; } }

.header-wrapper .header-container {
  position: relative;
  z-index: 2010;
  -webkit-transition: background 0.2s linear;
  -moz-transition: background 0.2s linear;
  -o-transition: background 0.2s linear;
  transition: background 0.2s linear; }
  @media screen and (max-width: 991px) {
    .header-wrapper .header-container {
      padding: 15px 0;
      z-index: 11;
      height: 51px; } }
  @media screen and (min-width: 992px) {
    .header-wrapper .header-container {
      padding-top: 20px;
      padding-bottom: 20px; } }
  .header-wrapper .header-container.scrolled {
    background-color: #fff;
    border-bottom: 1px solid #d9d9d9; }

@media (min-width: 1200px) {
  .language-trigger:hover .site-prefences-container {
    display: block; }
  .arrow-up:before, .arrow-up:after {
    bottom: 100%;
    left: 91%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none; }
  .arrow-up:after {
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #fff;
    border-width: 5px;
    margin-left: -5px; }
  .arrow-up:before {
    border-color: rgba(238, 238, 238, 0);
    border-bottom-color: #e7e7e7;
    border-width: 6px;
    margin-left: -6px; }
  .customer-list-item:hover .customer-fly-out-menu {
    visibility: visible;
    margin-top: 0;
    opacity: 1; }
  div#fixedMenuContainer {
    height: 51px; } }

.MenuColumn .filter-item {
  z-index: 1;
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
  z-index: 1;
  display: inline-block; }

.sub-menu-toggle {
  display: none; }

.homePageLogoHeader {
  font-size: 0 !important;
  padding: 0 !important;
  margin: 0 !important; }

@media screen and (max-width: 991px) {
  .common-mobile-menu {
    width: 75%; }
  button#page-overlay.menu-opened {
    width: 25% !important;
    left: 75% !important; }
  .d-xs-none {
    display: none !important; } }

@media screen and (min-width: 992px) {
  .common-mobile-menu {
    width: 30%; }
  button#page-overlay.menu-opened {
    width: 70% !important;
    left: 30% !important; }
  .menu-xl-title {
    font-family: Oswald;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #9f9f9f; }
  .main-menu-link h2,
  span.menu-picture-box-link,
  .megamenu__subtitle span,
  .submenu_title {
    font-size: 18px;
    font-family: Oswald;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #000; } }

.mobile-customer-menu {
  margin: 0; }

@media screen and (min-width: 992px) {
  .mobile-customer-menu li {
    padding: 40px; }
    .mobile-customer-menu li.category-selector {
      padding: 40px; }
    .mobile-customer-menu li.sub-category-selector {
      padding: 40px;
      margin-top: 1px; } }

@media screen and (max-width: 991px) {
  .mobile-customer-menu li {
    padding: 28px 16px; }
    .mobile-customer-menu li.category-selector {
      padding: 25px 20px; }
    .mobile-customer-menu li.sub-category-selector {
      padding: 35px 16px 29px 20px; } }

.mobile-menu-trigger {
  display: block;
  position: fixed;
  width: 64px;
  height: 60px;
  right: 30px;
  bottom: 17px;
  background: #fff;
  border: none;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.25);
  -webkit-transition: all 500ms ease-out;
  -moz-transition: all 500ms ease-out;
  -o-transition: all 500ms ease-out;
  transition: all 500ms ease-out;
  z-index: 1; }
  .mobile-menu-trigger.is-active {
    background-color: #1626ff;
    z-index: 4; }
  .mobile-menu-trigger.scrolled {
    right: 0;
    bottom: 0;
    border-radius: 0; }
  .mobile-menu-trigger.categories-fixed-bottom {
    border: 1px solid #D7D7D7 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important; }

.main-menu-container .main-menu li {
  display: block;
  position: relative;
  min-height: 0; }
  .main-menu-container .main-menu li.static-menu-content img {
    display: none; }
  @media screen and (max-width: 991px) {
    .main-menu-container .main-menu li h2 {
      padding: 12px 16px; } }
  @media screen and (min-width: 992px) {
    .main-menu-container .main-menu li h2 {
      padding: 20px 40px; } }
  @media screen and (max-width: 991px) {
    .main-menu-container .main-menu li .menu-toggle {
      position: absolute;
      top: 11px;
      right: 1em; } }
  @media screen and (min-width: 992px) {
    .main-menu-container .main-menu li .menu-toggle {
      position: absolute;
      top: 21px;
      right: 40px;
      padding: 0; } }

.main-menu-container .main-menu .sub-menu-list-item.active .sub-menu-bg-container {
  display: block; }

.main-menu-container .header-menu-faq-area ul {
  padding: 20px 30px;
  background-color: #F2F1F1;
  font-size: 14px; }

.main-menu-container .mobile-menu-search-box-container.search-box-container {
  all: inherit; }
  .main-menu-container .mobile-menu-search-box-container.search-box-container .container-md {
    padding: 0; }

.main-menu-link {
  display: block;
  text-align: left; }
  .main-menu-link.active {
    font-weight: 600; }
    .main-menu-link.active h2 {
      border: none !important; }
    .main-menu-link.active .mobile-menu-closed-icon {
      display: none; }
    .main-menu-link.active .mobile-menu-opened-icon {
      display: block;
      transform: rotate(180deg); }
  .main-menu-link .mobile-menu-closed-icon {
    display: block; }
  .main-menu-link .mobile-menu-opened-icon {
    display: none; }

.collapse-block.category-filter.open {
  display: block; }

.MenuColumn {
  display: block; }
  .MenuColumn .filter-item.cats, .MenuColumn .menu-all-products-link {
    display: none !important; }
  .MenuColumn .megamenu__subtitle {
    display: block; }
    @media screen and (min-width: 992px) {
      .MenuColumn .megamenu__subtitle {
        margin-left: 40px; } }
    @media screen and (max-width: 991px) {
      .MenuColumn .megamenu__subtitle {
        margin-left: 16px; } }

.main-menu-picture-box {
  display: block;
  width: 100%;
  float: left;
  /*margin-top: 10px;*/ }
  .main-menu-picture-box:first-child {
    padding-top: 0; }
  .main-menu-picture-box:last-child {
    padding-bottom: 0; }

.sub-menu-trigger {
  display: block; }

.sub-menu-trigger {
  margin: 0 !important; }

.common-mobile-menu {
  left: -100%;
  height: 100%;
  top: 0;
  position: fixed !important;
  overflow-y: scroll;
  max-width: 100%;
  display: block;
  background: #fff;
  -webkit-transition: left .2s ease-in-out;
  -moz-transition: left .2s ease-in-out;
  -o-transition: left .2s ease-in-out;
  transition: left .2s ease-in-out;
  overflow: hidden; }
  .common-mobile-menu.opened {
    left: 0;
    z-index: 30 !important; }

/* .customer-fly-out-menu {
        &.customer-logged-menu-container {
            display: none;
        }
    }*/
#mini-cart {
  right: -100%;
  min-width: auto; }

#mini-cart.opened {
  right: 0; }

.logo {
  width: 130px;
  max-width: none; }

.logo img {
  max-width: 130px; }

.sub-menu-column {
  float: left;
  width: 100%; }
  @media screen and (min-width: 992px) {
    .sub-menu-column {
      padding: 15px 0 0 0;
      margin-top: 15px; } }
  @media screen and (max-width: 991px) {
    .sub-menu-column {
      padding: 18px 16px; } }
  @media screen and (min-width: 992px) {
    .sub-menu-column .megamenu__submenu.opened {
      margin-left: 40px; } }
  .sub-menu-column .megamenu__submenu.opened .filter-item.cats {
    display: block !important; }
  .sub-menu-column .megamenu__submenu.opened .MenuLink.spec-list {
    margin-top: 10px;
    margin-bottom: -10px; }
  .sub-menu-column .megamenu__submenu.opened .menu-all-products-link {
    padding: 20px 50px;
    background-color: #F2F2F2;
    text-decoration: underline; }
  @media screen and (min-width: 992px) {
    .sub-menu-column .megamenu__submenu.opened .spec-list {
      padding: 10px 0 !important; } }
  @media screen and (max-width: 991px) {
    .sub-menu-column .megamenu__submenu.opened .spec-list {
      padding: 18px 16px !important; } }
  .sub-menu-column .megamenu__submenu.opened .spec-list a {
    font-family: Oswald;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal; }
    @media screen and (min-width: 992px) {
      .sub-menu-column .megamenu__submenu.opened .spec-list a {
        font-size: 18px; } }
    @media screen and (max-width: 991px) {
      .sub-menu-column .megamenu__submenu.opened .spec-list a {
        font-size: 14px; } }
  .sub-menu-column .megamenu__submenu.opened .mobile-menu-opened-icon {
    display: block;
    transform: rotate(180deg); }
  .sub-menu-column .megamenu__submenu.opened .mobile-menu-closed-icon {
    display: none; }
  .sub-menu-column .megamenu__submenu .mobile-menu-opened-icon {
    display: none; }

.sub-menu-toggle {
  display: block;
  position: absolute;
  z-index: 3; }
  @media screen and (max-width: 991px) {
    .sub-menu-toggle {
      right: 1.25em;
      top: -0.1px;
      width: 100%;
      text-align: right; } }
  @media screen and (min-width: 992px) {
    .sub-menu-toggle {
      right: 40px;
      top: -0.1px; } }

.sub-menu-toggle img {
  width: 13px !important;
  height: 13px !important; }

@media (min-width: 980px) {
  .index .header-wrapper {
    height: 0 !important; } }

.index .header-wrapper .header-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%; }

.header-container.reverse-color .main-menu-link,
.header-container.reverse-color #searchTrigger {
  color: #fff; }

.header-container.reverse-color .logo > img, .header-container.reverse-color .headerSiteLogo,
.header-container.reverse-color .header-icons, .header-container.reverse-color #mobileMenuOpener, .header-container.reverse-color .header-menu-title {
  filter: brightness(0) invert(1); }

.slider-button-container.reverse-color {
  filter: brightness(0) invert(1); }

.header-menu-faq-area {
  display: none; }

.pw-sac-icon-desktop a, .pw-sac-icon-desktop .static-text {
  display: none; }

.mobile-category-banner-area .row.align-items-center {
  margin-left: 0 !important;
  margin-right: 0 !important; }

@media (min-width: 968px) {
  .headerSiteLogo {
    position: relative;
    right: 28% !important; } }

.mobile-customer-menu .headerSiteLogo {
  filter: none !important; }

.change-password-title {
  font-family: Oswald;
  font-size: 20px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000; }

.change-password-validation {
  margin: 4px 178px 0 0;
  font-family: Inter;
  font-size: 8px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #cf4444; }
  @media (max-width: 768px) {
    .change-password-validation {
      margin: 15px 178px 0 0; } }

.customersubscriptions.modal-open {
  padding-right: 0 !important; }

@media (min-width: 1600px) {
  .customersubscriptions .stok-right-container {
    padding-left: unset !important; } }

.changepassword .container {
  max-width: 100% !important; }

.changepassword .input-validation-error {
  border: 1px solid #cf4444 !important;
  background-color: rgba(207, 68, 68, 0.1); }

.changepassword .password-toggler-container {
  width: 300px; }
  @media (max-width: 768px) {
    .changepassword .password-toggler-container {
      width: 350px;
      height: 48px; } }

.changepassword .change-password-btn {
  width: 310px !important;
  height: 45px;
  flex-grow: 0;
  margin: 20px 0 0;
  -webkit-backdrop-filter: blur(10px) !important;
  backdrop-filter: blur(10px);
  background-color: #1626ff;
  border: 0;
  border-radius: 5px;
  outline: none; }
  @media (max-width: 768px) {
    .changepassword .change-password-btn {
      width: 350px !important;
      margin-bottom: 200px; } }
  .changepassword .change-password-btn span {
    width: 270px;
    height: 21px;
    flex-grow: 0;
    margin: 8px 16px;
    font-family: Oswald;
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: -0.23px;
    text-align: center;
    color: #fff; }

.favouritesubscriptions .product-info .attr-row, .customersubscriptions .product-info .attr-row {
  display: flex;
  align-items: center; }

.favouritesubscriptions .product-info .attr-label, .customersubscriptions .product-info .attr-label {
  width: 60px;
  /* Burayı değiştirebilirsin — tüm etiketler eşit olacak */
  font-weight: 500;
  /* istersen kalın yap */ }

.favouritesubscriptions .product-info .attr-value, .customersubscriptions .product-info .attr-value {
  flex: 1; }

.favouritesubscriptions .product-info-stock-title, .customersubscriptions .product-info-stock-title {
  font-family: Inter;
  font-size: 14px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000; }
  @media (max-width: 768px) {
    .favouritesubscriptions .product-info-stock-title, .customersubscriptions .product-info-stock-title {
      font-family: Inter;
      font-size: 12px;
      font-weight: 600;
      font-stretch: normal;
      font-style: normal;
      line-height: normal;
      letter-spacing: normal;
      text-align: left;
      color: #000; } }

.favouritesubscriptions .stock-product-attr, .customersubscriptions .stock-product-attr {
  font-family: Inter;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000; }

.favouritesubscriptions .delete-stock-text, .customersubscriptions .delete-stock-text {
  font-family: Inter;
  font-size: 12px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000;
  text-decoration: underline; }

.favouritesubscriptions .new-price-stock, .customersubscriptions .new-price-stock {
  font-family: Inter;
  font-size: 14px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000; }
  @media (max-width: 768px) {
    .favouritesubscriptions .new-price-stock, .customersubscriptions .new-price-stock {
      font-family: Inter;
      font-size: 12px;
      font-weight: 600;
      font-stretch: normal;
      font-style: normal;
      line-height: normal;
      letter-spacing: normal;
      text-align: left;
      color: #000; } }

.favouritesubscriptions .old-price-stock, .customersubscriptions .old-price-stock {
  font-family: Inter;
  font-size: 14px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #9f9f9f;
  text-decoration: line-through; }
  @media (max-width: 768px) {
    .favouritesubscriptions .old-price-stock, .customersubscriptions .old-price-stock {
      font-family: Inter;
      font-size: 12px;
      font-weight: 600;
      font-stretch: normal;
      font-style: normal;
      line-height: normal;
      letter-spacing: normal;
      text-align: left;
      color: #9f9f9f;
      text-decoration: line-through; } }

.favouritesubscriptions .container, .customersubscriptions .container {
  max-width: 100% !important; }

.favouritesubscriptions .stock-subscription-product-image, .customersubscriptions .stock-subscription-product-image {
  width: 258px;
  min-width: 258px;
  height: 310px; }
  @media (max-width: 768px) {
    .favouritesubscriptions .stock-subscription-product-image, .customersubscriptions .stock-subscription-product-image {
      width: 125px;
      min-width: 125px;
      height: 150px; } }

.favouritesubscriptions .empty-stock-page, .customersubscriptions .empty-stock-page {
  margin: 50px 20px; }

.favouritesubscriptions .stock-page-title, .customersubscriptions .stock-page-title {
  text-transform: uppercase;
  font-family: Oswald;
  font-size: 20px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000; }

.favouritesubscriptions .stock-empty-text, .customersubscriptions .stock-empty-text {
  font-family: Inter;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.2px;
  text-align: left;
  color: #000; }
  @media (max-width: 768px) {
    .favouritesubscriptions .stock-empty-text, .customersubscriptions .stock-empty-text {
      font-family: Oswald;
      font-size: 14px;
      font-weight: 500;
      font-stretch: normal;
      font-style: normal;
      line-height: normal;
      letter-spacing: -0.2px;
      text-align: left;
      color: #000; } }

.favouritesubscriptions .modal-stock-title, .customersubscriptions .modal-stock-title {
  font-family: Oswald;
  font-size: 14px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000; }
  @media (max-width: 768px) {
    .favouritesubscriptions .modal-stock-title, .customersubscriptions .modal-stock-title {
      font-family: Oswald;
      font-size: 14px;
      font-weight: 600;
      font-stretch: normal;
      font-style: normal;
      line-height: normal;
      letter-spacing: normal;
      text-align: left;
      color: #000; } }

.favouritesubscriptions .modal-stock-desc, .customersubscriptions .modal-stock-desc {
  font-family: Inter;
  font-size: 12px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000; }
  @media (max-width: 768px) {
    .favouritesubscriptions .modal-stock-desc, .customersubscriptions .modal-stock-desc {
      font-family: Inter;
      font-size: 12px;
      font-weight: 500;
      font-stretch: normal;
      font-style: normal;
      line-height: normal;
      letter-spacing: normal;
      text-align: left;
      color: #000; } }

.favouritesubscriptions .cancel-btn-stock, .customersubscriptions .cancel-btn-stock {
  width: 185px;
  height: 45px;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #9f9f9f;
  border-radius: 10px;
  font-family: Oswald;
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.23px;
  text-align: center;
  color: #fff; }
  @media (max-width: 768px) {
    .favouritesubscriptions .cancel-btn-stock, .customersubscriptions .cancel-btn-stock {
      width: 350px;
      height: 45px;
      flex-grow: 0;
      margin: 10px 20px 30px;
      padding: 12px 153px 12px 154px;
      background-color: #9f9f9f; } }
  .favouritesubscriptions .cancel-btn-stock button, .customersubscriptions .cancel-btn-stock button {
    font-family: Oswald;
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: -0.23px;
    text-align: center;
    color: #fff; }
    @media (max-width: 768px) {
      .favouritesubscriptions .cancel-btn-stock button, .customersubscriptions .cancel-btn-stock button {
        font-family: Oswald;
        font-size: 14px;
        font-weight: 600;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        text-align: left;
        color: #fff; } }

.custom-delete-modal {
  border-radius: 10px; }

.confirm-btn-stock {
  width: 185px;
  height: 45px;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #000;
  border-radius: 10px;
  font-family: Oswald;
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.23px;
  text-align: center;
  color: #fff; }
  @media (max-width: 768px) {
    .confirm-btn-stock {
      width: 350px;
      height: 45px;
      padding: 12px 153px 12px 154px;
      background-color: #000; }
      .confirm-btn-stock .container-buttons-stocks-modal {
        flex-direction: column; } }
  .confirm-btn-stock button {
    font-family: Oswald;
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: -0.23px;
    text-align: center;
    color: #fff; }
    @media (max-width: 768px) {
      .confirm-btn-stock button {
        font-family: Oswald;
        font-size: 14px;
        font-weight: 600;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        text-align: left;
        color: #fff; } }

.empty-desc-text {
  font-family: Inter;
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.2px;
  text-align: right;
  color: #000;
  padding-right: 10px !important; }
  @media (max-width: 768px) {
    .empty-desc-text {
      font-family: Inter;
      font-size: 10px;
      font-weight: normal;
      font-stretch: normal;
      font-style: normal;
      line-height: normal;
      letter-spacing: -0.2px;
      text-align: center;
      color: #000; } }

.btn-go-home {
  width: 270px;
  height: 45px;
  flex-grow: 0;
  background-color: #1626ff; }
  @media (max-width: 768px) {
    .btn-go-home {
      width: 350px;
      height: 45px;
      flex-grow: 0;
      background-color: #1626ff;
      align-items: center;
      justify-content: center;
      display: flex; } }
  .btn-go-home span {
    font-family: Oswald;
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #fff; }
    @media (max-width: 768px) {
      .btn-go-home span {
        font-family: Oswald;
        font-size: 14px;
        font-weight: 500;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        text-align: center;
        color: #fff; } }
  .btn-go-home #deleteConfirmModal .modal-header, .btn-go-home #deleteFavoriteModal .modal-header {
    border-bottom: 0 !important; }
  @media (max-width: 768px) {
    .btn-go-home #deleteConfirmModal .modal-content, .btn-go-home #deleteFavoriteModal .modal-content {
      padding: 20px;
      position: fixed;
      bottom: 0;
      width: 100%; } }

@media (max-width: 768px) {
  #deleteConfirmModal .modal-content, #deleteFavoriteModal .modal-content {
    position: fixed;
    bottom: 0;
    padding: 20px !important;
    border-radius: 0; }
    #deleteConfirmModal .modal-content .container-buttons-stocks-modal, #deleteFavoriteModal .modal-content .container-buttons-stocks-modal {
      flex-direction: column; } }

.addresses .desk-null-address {
  text-transform: none !important; }

@media (max-width: 768px) {
  .addresses #opcAddressForm .modal-header {
    margin-bottom: 20px !important;
    padding: 10px 20px 5px 20px; } }

.addresses #opcAddressFormLabel {
  font-size: 14px; }

.addresses .empty-stock-page .btn-go-home span {
  text-transform: uppercase; }
  @media (max-width: 768px) {
    .addresses .empty-stock-page .btn-go-home span {
      text-transform: uppercase !important; } }

@media (max-width: 768px) {
  .addresses #customerMenuContainer {
    border-top: 1px solid #eee;
    z-index: 1; }
  .addresses .address-add-btn-navigation {
    text-decoration: underline;
    font-family: Oswald;
    font-size: 14px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: right;
    color: #000; } }

@media (max-width: 768px) {
  .customersubscriptions #deleteConfirmModal .confirm-btn-stock {
    border-radius: 0 !important; }
  .customersubscriptions #deleteConfirmModal .cancel-btn-stock {
    border-radius: 0 !important; } }

@media (max-width: 768px) {
  .customersubscriptions #customerMenuContainer {
    z-index: 1; }
  .customersubscriptions .empty-account-page .stock-empty-text {
    font-weight: bold; } }

.modal-open {
  overflow: hidden !important;
  position: fixed !important;
  width: 100% !important;
  height: 100% !important; }

.favouritesubscriptions.modal-open {
  padding-right: 0 !important; }

@media (min-width: 1600px) {
  .favouritesubscriptions .stok-right-container {
    padding-left: unset !important; } }

.favouritesubscriptions .delete-stock-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  border: none;
  background-color: transparent;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  z-index: 2; }
  @media (max-width: 768px) {
    .favouritesubscriptions .delete-stock-btn {
      top: 5px;
      right: 10px; } }

.favouritesubscriptions #deleteFavoriteModal .modal-content {
  width: 440px; }
  @media (max-width: 768px) {
    .favouritesubscriptions #deleteFavoriteModal .modal-content {
      width: 100% !important; } }

@media (max-width: 768px) {
  .favouritesubscriptions #customerMenuContainer {
    z-index: 1; } }

.favouritesubscriptions .confirm-btn-stock {
  border-radius: 0 !important; }

.favouritesubscriptions .cancel-btn-stock {
  border-radius: 0 !important; }

@media (max-width: 768px) {
  #customerMenuContainer {
    border-top: 1px solid #eee;
    z-index: 1; } }

.container-buttons-stocks-modal .confirm-btn-stock {
  font-family: Oswald;
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.23px;
  text-align: center;
  color: #fff; }

.container-buttons-stocks-modal .cancel-btn-stock {
  font-family: Oswald;
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.23px;
  text-align: center;
  color: #fff; }

@media (max-width: 768px) {
  .container-buttons-stocks-modal {
    gap: unset !important; } }

.customersubscriptions #deleteConfirmModal .modal-content {
  width: 440px; }
  @media (max-width: 768px) {
    .customersubscriptions #deleteConfirmModal .modal-content {
      width: 100% !important; } }

.customersubscriptions .delete-stock-btn {
  /*   position: absolute;
        top: 10px;
        right: 30px;
        border: none;
        background-color: transparent;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: transform 0.2s ease, box-shadow 0.2s ease;
        z-index: 2;
*/ }
  @media (max-width: 768px) {
    .customersubscriptions .delete-stock-btn {
      top: 0px !important;
      right: 0px !important; } }

.stock-product-attr {
  font-family: Inter;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000; }
  @media (max-width: 768px) {
    .stock-product-attr {
      font-family: Inter;
      font-size: 10px;
      font-weight: normal;
      font-stretch: normal;
      font-style: normal;
      line-height: normal;
      letter-spacing: normal;
      text-align: left;
      color: #000; } }

.addresses .container {
  max-width: 100% !important; }

.addresses .AddAddressButton {
  height: 45px;
  flex-grow: 0;
  background-color: #1626ff;
  border: 0 !important;
  border-radius: 10px; }
  @media (max-width: 768px) {
    .addresses .AddAddressButton {
      border-radius: 0 !important; } }
  .addresses .AddAddressButton span {
    font-family: Oswald;
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #fff; }
    @media (max-width: 768px) {
      .addresses .AddAddressButton span {
        font-family: Oswald;
        font-size: 14px;
        font-weight: 600;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        text-align: left;
        color: #fff; } }

.addresses #addNewAddressButton {
  margin-top: 20px; }

.addresses .modal-lg, .addresses .modal-xl {
  max-width: 540px; }

.addresses #opcAddressForm {
  z-index: 9999; }

.addresses #opcAddressForm .modal-content {
  width: 440px; }
  @media (max-width: 768px) {
    .addresses #opcAddressForm .modal-content {
      width: unset !important; } }

.addresses .title-address {
  font-family: Oswald;
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0px;
  text-align: left;
  color: #000;
  text-transform: uppercase;
  padding-bottom: 16px; }
  @media (max-width: 768px) {
    .addresses .title-address {
      /*padding-left: 10px;*/
      padding-top: 15px;
      font-family: Oswald;
      font-size: 14px;
      font-weight: 500;
      font-stretch: normal;
      font-style: normal;
      line-height: normal;
      letter-spacing: 0px;
      text-align: left;
      color: #000; } }

.addresses .delete-edit-container {
  /*padding-bottom: 80px;*/ }

.addresses .opc-address-edit-button {
  padding-bottom: 5px; }
  @media (max-width: 768px) {
    .addresses .opc-address-edit-button {
      padding-bottom: 7px !important; } }

@media (max-width: 768px) {
  .addresses .selected-adress-container {
    flex-wrap: wrap;
    padding: 0;
    overflow: unset;
    gap: 0;
    width: 100%; }
    .addresses .selected-adress-container div {
      max-width: 100%; }
    .addresses .selected-adress-container .address-item {
      padding: unset !important;
      background-color: unset !important; }
    .addresses .selected-adress-container .mobile-opc-address {
      display: block !important; } }

.addresses #deleteAddressModal .modal-delete-addreess {
  min-width: 185px;
  height: 45px;
  flex-grow: 0;
  margin: 40px 10px 0 22px;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #000;
  border-radius: 10px;
  font-family: Oswald;
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.23px;
  text-align: center;
  color: #fff; }

.addresses #deleteAddressModal .modal-footer {
  flex-wrap: nowrap; }
  @media (max-width: 768px) {
    .addresses #deleteAddressModal .modal-footer {
      flex-direction: column;
      align-items: center;
      gap: 10px; }
      .addresses #deleteAddressModal .modal-footer button {
        width: 350px !important;
        height: 45px;
        border-radius: 0 !important; } }

.addresses #deleteAddressModal .modal-cancel-addreess {
  min-width: 185px;
  height: 45px;
  flex-grow: 0;
  margin: 40px 22px 0 10px;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #9f9f9f;
  border-radius: 10px;
  font-family: Oswald;
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.23px;
  text-align: center;
  color: #fff; }

.addresses #deleteAddressModal .modal-content {
  border-radius: 10px;
  width: 440px;
  height: 217px; }
  @media (max-width: 768px) {
    .addresses #deleteAddressModal .modal-content {
      position: fixed;
      bottom: 0;
      border-radius: 0;
      padding: 20px !important;
      width: 100% !important;
      height: unset !important; } }

.addresses #deleteAddressModal .modal-title {
  font-family: Oswald;
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000; }

.addresses #deleteAddressModal .modal-body {
  font-family: Inter;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000; }

@media (max-width: 768px) {
  .addresses .pd-text {
    padding-left: 10px; } }

@media (max-width: 768px) {
  .addresses .mobile-col-pb {
    padding-bottom: 20px !important;
    padding-top: 5px !important;
    border-bottom: 1px solid #eee;
    margin-top: 10px !important;
    background: #eeee;
    margin-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 15px; } }

@media (max-width: 768px) {
  .addresses .loyaltyContainerControll {
    padding: 0; } }

@media (max-width: 768px) {
  .addresses .opc-address-edit-button {
    height: unset;
    font-size: unset;
    padding: unset;
    font-weight: unset;
    margin-left: unset;
    margin-top: unset; } }

.addresses .address-item {
  border: 0;
  padding-bottom: 40px;
  background: #fafafa;
  border-radius: 10px; }

.addresses .add-new-address-button-container {
  width: 270px;
  height: 45px;
  flex-grow: 0;
  background-color: #000;
  border-radius: 10px; }
  @media (max-width: 768px) {
    .addresses .add-new-address-button-container {
      width: 100%;
      height: 45px; } }
  .addresses .add-new-address-button-container span {
    font-family: Oswald;
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #fff; }

.addresses .delete-address-btn {
  padding-bottom: 7px; }
  @media (max-width: 768px) {
    .addresses .delete-address-btn {
      padding-bottom: 0; } }

.addresses .title-copyright {
  text-transform: capitalize;
  font-family: Inter;
  font-size: 10px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0px;
  text-align: left;
  color: #000;
  padding-bottom: 5px; }
  @media (max-width: 768px) {
    .addresses .title-copyright {
      font-family: Inter;
      font-size: 12px;
      font-weight: normal;
      font-stretch: normal;
      font-style: normal;
      line-height: normal;
      letter-spacing: 0px;
      text-align: left;
      color: #000; } }

.addresses .city-disctrict {
  padding-top: 15px;
  font-family: Inter;
  font-size: 12px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0px;
  color: #000; }
  @media (max-width: 768px) {
    .addresses .city-disctrict {
      font-family: Inter;
      font-size: 12px;
      font-weight: 600;
      font-stretch: normal;
      font-style: normal;
      line-height: normal;
      letter-spacing: 0px;
      text-align: left;
      color: #000;
      padding-top: 10px; } }

.addresses .stock-page-title {
  text-transform: uppercase;
  font-family: Oswald;
  font-size: 20px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000; }

.addresses .empty-stock-page {
  margin: 0px 20px; }

.addresses .empty-desc-text {
  font-family: Inter;
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.2px;
  text-align: right;
  color: #000;
  padding-right: 10px !important; }
  @media (max-width: 768px) {
    .addresses .empty-desc-text {
      font-family: Inter;
      font-size: 10px;
      font-weight: normal;
      font-stretch: normal;
      font-style: normal;
      line-height: normal;
      letter-spacing: -0.2px;
      text-align: center;
      color: #000; } }

.addresses .btn-go-home {
  width: 270px;
  height: 45px;
  flex-grow: 0;
  background-color: #000; }
  @media (max-width: 768px) {
    .addresses .btn-go-home {
      width: 350px;
      height: 45px;
      flex-grow: 0;
      background-color: #000;
      align-items: center;
      justify-content: center;
      display: flex; } }
  .addresses .btn-go-home span {
    font-family: Oswald;
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #fff; }
    @media (max-width: 768px) {
      .addresses .btn-go-home span {
        font-family: Oswald;
        font-size: 14px;
        font-weight: 500;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        text-align: center;
        color: #fff; } }
  .addresses .btn-go-home #deleteConfirmModal .modal-header, .addresses .btn-go-home #deleteFavoriteModal .modal-header {
    border-bottom: 0 !important; }
  @media (max-width: 768px) {
    .addresses .btn-go-home #deleteConfirmModal .modal-content, .addresses .btn-go-home #deleteFavoriteModal .modal-content {
      padding: 20px;
      position: fixed;
      bottom: 0;
      width: 100%; } }

.addresses .stock-empty-text {
  font-family: Inter;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.2px;
  text-align: left;
  color: #000; }
  @media (max-width: 768px) {
    .addresses .stock-empty-text {
      font-family: Oswald;
      font-size: 14px;
      font-weight: 600;
      font-stretch: normal;
      font-style: normal;
      line-height: normal;
      letter-spacing: -0.2px;
      text-align: left;
      color: #000; } }

.customerorders .container {
  max-width: 100% !important; }

.customerorders .order-image-wrapper {
  position: relative;
  display: inline-block; }

.customerorders .order-image-wrapper.stacked::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 50px;
  border: 1px solid #eee;
  background-color: #f0f0f0;
  top: -4px;
  left: -11px;
  z-index: 1;
  transform: rotate(-20deg);
  opacity: 1; }

.customerorders .order-image-wrapper.stacked-multiple::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 50px;
  border: 1px solid #eee;
  background-color: #f0f0f0;
  top: 8px;
  left: -16px;
  z-index: 0;
  transform: rotate(-27deg);
  opacity: 1; }

.customerorders .stock-empty-text {
  font-family: Inter;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.2px;
  text-align: left;
  color: #000; }
  @media (max-width: 768px) {
    .customerorders .stock-empty-text {
      font-family: Oswald;
      font-size: 14px;
      font-weight: 600;
      font-stretch: normal;
      font-style: normal;
      line-height: normal;
      letter-spacing: -0.2px;
      text-align: left;
      color: #000; } }

.customerorders .order-image {
  width: 75px;
  height: 90px; }
  @media (max-width: 768px) {
    .customerorders .order-image {
      min-width: 125px;
      height: 150px; } }

.customerorders .count-orders {
  position: absolute;
  top: 5px;
  left: 5px;
  width: 34px;
  height: 14px;
  flex-grow: 0;
  background-color: #9f9f9f;
  border-radius: 10px;
  font-family: Oswald;
  font-size: 8px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.13px;
  text-align: center;
  color: #fff;
  z-index: 9; }

.customerorders .order-status-text {
  font-family: Oswald;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.2px;
  text-align: left;
  color: #000;
  text-transform: uppercase; }
  @media (max-width: 768px) {
    .customerorders .order-status-text {
      font-weight: bold; } }

.customerorders .status-svg {
  padding-right: 30px; }

.customerorders .order-number-text {
  font-family: Inter;
  font-size: 10px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.17px;
  text-align: left;
  color: #9f9f9f; }

.customerorders .order-number {
  font-family: Inter;
  font-size: 10px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.17px;
  text-align: left;
  color: #000; }

.customerorders .create-date {
  font-family: Inter;
  font-size: 10px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.17px;
  text-align: left;
  color: #000; }
  @media (max-width: 768px) {
    .customerorders .create-date {
      font-family: Inter;
      font-size: 10px;
      font-weight: normal;
      font-stretch: normal;
      font-style: normal;
      line-height: normal;
      letter-spacing: normal;
      text-align: left;
      color: #000;
      margin-top: 0; } }

.customerorders .order-date-text {
  font-family: Inter;
  font-size: 10px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.17px;
  text-align: left;
  color: #9f9f9f; }
  @media (max-width: 768px) {
    .customerorders .order-date-text {
      font-family: Inter;
      font-size: 10px;
      font-weight: normal;
      font-stretch: normal;
      font-style: normal;
      line-height: normal;
      letter-spacing: normal;
      text-align: left;
      color: #9f9f9f; } }

.customerorders .order-total-text {
  font-family: Inter;
  font-size: 10px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.17px;
  text-align: left;
  color: #9f9f9f; }

.customerorders .order-total-price {
  font-family: Inter;
  font-size: 10px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.17px;
  text-align: left;
  color: #000; }

.customerorders .order-seperator {
  border-top: 0; }

.details .container {
  max-width: 100% !important; }

.details .order-status-text {
  font-family: Oswald;
  font-size: 12px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.2px;
  text-align: left;
  color: #000;
  text-transform: uppercase; }

@media (max-width: 768px) {
  .details .shipping-section {
    padding-top: 30px !important;
    padding-bottom: 20px !important; }
    .details .shipping-section .row {
      border-bottom: 1px solid #eee !important;
      border-top: 1px solid #eee !important; } }

@media (max-width: 768px) {
  .details .mobile-border {
    border-bottom: 1px solid #eee !important; } }

.details .product-name-detail-order {
  font-family: Inter;
  font-size: 14px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 180px; }
  @media (max-width: 768px) {
    .details .product-name-detail-order {
      font-family: Inter;
      font-size: 12px !important;
      font-weight: 600 !important;
      font-stretch: normal !important;
      font-style: normal !important;
      line-height: normal !important;
      letter-spacing: normal !important;
      text-align: left !important;
      color: #000 !important; } }

@media (max-width: 768px) {
  .details .mobile-statustext {
    padding-left: 5px !important;
    padding-top: 5px !important;
    font-weight: bold !important;
    font-family: Oswald !important; } }

.details .product-name-detail-attr {
  font-family: Inter;
  font-size: 12px !important;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000 !important; }
  @media (max-width: 768px) {
    .details .product-name-detail-attr {
      font-family: Inter;
      font-size: 10px !important;
      font-weight: normal;
      font-stretch: normal;
      font-style: normal;
      line-height: normal !important;
      letter-spacing: normal;
      text-align: left;
      color: #000 !important; } }

.details .old-price-summary {
  font-family: Inter;
  font-size: 14px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #9f9f9f; }

.details .unit-price-summary {
  font-family: Inter;
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000; }

@media (max-width: 768px) {
  .details .order-details-table li span:last-child {
    margin-left: 0 !important;
    /*padding-bottom: 10px;*/ } }

.details .order-summary-title {
  font-family: Oswald;
  font-size: 20px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000; }
  @media (max-width: 768px) {
    .details .order-summary-title {
      font-family: Oswald;
      font-size: 14px;
      font-weight: 600;
      font-stretch: normal;
      font-style: normal;
      line-height: normal;
      letter-spacing: -0.2px;
      text-align: left;
      color: #000; } }

.details .stock-page-title {
  text-transform: uppercase;
  font-family: Oswald;
  font-size: 20px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000; }

.details .order-steps-vertical {
  display: flex;
  flex-direction: column;
  gap: 24px; }

.details .order-steps-vertical .step {
  display: flex;
  align-items: flex-start;
  position: relative; }

.details .order-steps-vertical .step-icon {
  width: 40px;
  flex-shrink: 0;
  margin-right: 12px; }

.details .order-steps-vertical .step-icon img {
  display: block;
  width: 100%; }

.details .order-steps-vertical .step-text {
  flex: 1;
  padding-top: 4px; }

.details .order-steps-vertical .step:not(:last-child)::before {
  content: "";
  position: absolute;
  left: 10px;
  top: 37px;
  width: 2px;
  height: 20px;
  background-color: #eee; }

.details .order-steps-vertical .step.active-step:not(:last-child)::before {
  height: 180px; }
  @media (max-width: 768px) {
    .details .order-steps-vertical .step.active-step:not(:last-child)::before {
      height: 140px; } }

.details .order-steps-vertical .step:last-child::after {
  content: ""; }

.details .order-steps-container {
  border-right: 1px solid #eee; }
  @media (max-width: 768px) {
    .details .order-steps-container {
      border-right: none !important; } }

.details .order-detail-title-summary {
  margin-left: 0 !important;
  font-family: Oswald !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  font-stretch: normal !important;
  font-style: normal !important;
  line-height: normal !important;
  letter-spacing: normal !important;
  text-align: left !important;
  color: #000 !important; }

@media (max-width: 768px) {
  .details .mobile-img-order-item {
    min-width: 125px !important;
    min-height: 150px !important; } }

@media (max-width: 768px) {
  .details .mobile-padding-bottom {
    padding-bottom: 30px !important; } }

.details .first-title-address {
  font-family: Inter !important;
  font-size: 12px !important;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal !important;
  letter-spacing: -0.2px;
  text-align: left;
  color: #000; }

.details .shipping-list {
  display: unset !important; }

.details .first-title-address-detail {
  font-family: Inter !important;
  font-size: 12px !important;
  font-weight: normal !important;
  font-stretch: normal !important;
  font-style: normal !important;
  line-height: normal !important;
  letter-spacing: -0.2px !important;
  text-align: left !important;
  color: #000 !important; }

.details .first-title-address-city {
  font-family: Inter !important;
  font-size: 12px !important;
  font-weight: normal !important;
  font-stretch: normal !important;
  font-style: normal !important;
  line-height: normal !important;
  letter-spacing: -0.2px !important;
  text-align: left !important;
  color: #000 !important; }

.details .cancel-text {
  font-family: Inter;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.2px;
  text-align: left;
  color: #000;
  padding-top: 2px; }

.details .active-step-detail {
  text-transform: uppercase;
  font-family: Oswald;
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #1626ff; }

.details .step-detail-title {
  text-transform: uppercase;
  font-family: Oswald;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000; }

.details .order-details-table li span:last-child {
  margin-left: 150px;
  font-family: Inter;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.2px;
  text-align: right;
  color: #000; }

.details .order-details-table li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  padding-right: 20px;
  padding-left: 0; }

.details .order-details-table li p {
  font-family: Inter;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.2px;
  text-align: left;
  color: #000; }

.cancelandreturn .container, .cancelrequest .container {
  max-width: 100% !important; }

.cancelandreturn .cancel-return-title, .cancelrequest .cancel-return-title {
  text-transform: uppercase;
  font-family: Oswald;
  font-size: 20px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000; }

.cancelandreturn .cancel-return-desc, .cancelrequest .cancel-return-desc {
  font-family: Inter;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000; }

.cancelandreturn .img-cancel, .cancelrequest .img-cancel {
  width: 150px;
  height: 180px; }
  @media (max-width: 768px) {
    .cancelandreturn .img-cancel, .cancelrequest .img-cancel {
      width: 125px;
      height: 150px; } }

.cancelandreturn .return-product-name, .cancelrequest .return-product-name {
  font-family: Inter;
  font-size: 14px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000;
  overflow: hidden; }
  @media (max-width: 768px) {
    .cancelandreturn .return-product-name, .cancelrequest .return-product-name {
      font-family: Inter;
      font-size: 12px;
      font-weight: 600;
      font-stretch: normal;
      font-style: normal;
      line-height: normal;
      letter-spacing: normal;
      text-align: left;
      color: #000;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      max-width: 150px;
      display: inline-block; } }

.cancelandreturn .attr-return, .cancelrequest .attr-return {
  font-family: Inter;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left; }
  @media (max-width: 768px) {
    .cancelandreturn .attr-return, .cancelrequest .attr-return {
      font-family: Inter;
      font-size: 10px;
      font-weight: normal;
      font-stretch: normal;
      font-style: normal;
      line-height: normal;
      letter-spacing: normal;
      text-align: left;
      color: #000; } }

@media (max-width: 768px) {
  .cancelandreturn .order-return-table, .cancelrequest .order-return-table {
    border: 0 !important; }
    .cancelandreturn .order-return-table td, .cancelrequest .order-return-table td {
      border-top: 0 !important; } }

.cancelandreturn .attr-return-row, .cancelrequest .attr-return-row {
  display: flex;
  justify-content: space-between;
  max-width: 220px;
  font-size: 14px;
  margin-top: 5px; }

.cancelandreturn .attr-return-row:first-of-type, .cancelrequest .attr-return-row:first-of-type {
  margin-top: 20px; }

.cancelandreturn .attr-label, .cancelrequest .attr-label {
  min-width: 60px;
  font-weight: 500;
  color: #333;
  font-family: Inter;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000; }
  @media (max-width: 768px) {
    .cancelandreturn .attr-label, .cancelrequest .attr-label {
      font-family: Inter;
      font-size: 10px;
      font-weight: normal;
      font-stretch: normal;
      font-style: normal;
      line-height: normal;
      letter-spacing: normal;
      text-align: left;
      color: #000; } }

.cancelandreturn .attr-price, .cancelrequest .attr-price {
  font-family: Inter;
  font-size: 14px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000;
  padding-top: 40px; }
  @media (max-width: 768px) {
    .cancelandreturn .attr-price, .cancelrequest .attr-price {
      font-family: Inter;
      font-size: 12px;
      font-weight: 600;
      font-stretch: normal;
      font-style: normal;
      line-height: normal;
      letter-spacing: normal;
      text-align: left;
      color: #000;
      padding-top: 12px; } }

.cancelandreturn .attr-value, .cancelrequest .attr-value {
  flex: 1;
  text-align: right;
  color: #000;
  display: flex;
  justify-content: left;
  padding-left: 20px;
  font-family: Inter;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000; }

.cancelandreturn .table, .cancelrequest .table {
  border: 1px solid #f1f1f1; }

.cancelandreturn .table-hover tbody tr:hover, .cancelrequest .table-hover tbody tr:hover {
  background-color: transparent !important; }

.cancelandreturn .return-page-select, .cancelrequest .return-page-select {
  width: 300px;
  height: 50px;
  margin-bottom: 10px;
  color: #9f9f9f;
  font-size: 12px !important;
  padding-left: 20px !important; }
  @media (max-width: 768px) {
    .cancelandreturn .return-page-select, .cancelrequest .return-page-select {
      width: 100%;
      height: 51px; } }

.cancelandreturn .back-to-orders, .cancelrequest .back-to-orders {
  width: 254px;
  height: 45px;
  border-radius: 10px;
  border: 1px solid #000;
  background-color: #fff;
  color: #000;
  font-family: Oswald;
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.23px;
  text-align: center;
  color: #000; }

.cancelandreturn .submit-return-request-button, .cancelrequest .submit-return-request-button {
  width: 172px;
  height: 45px;
  flex-grow: 0;
  background-color: #9f9f9f;
  border-radius: 10px;
  font-family: Oswald;
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.23px;
  text-align: center;
  color: #fff; }
  @media (max-width: 768px) {
    .cancelandreturn .submit-return-request-button, .cancelrequest .submit-return-request-button {
      width: 350px;
      height: 45px; } }

@media (max-width: 768px) {
  .cancelandreturn .mobile-go-step, .cancelrequest .mobile-go-step {
    border-top: 3px solid #1626ff !important;
    position: fixed;
    bottom: 0;
    background: #fff;
    width: 100%;
    left: 0;
    height: 77px;
    z-index: 9999;
    justify-content: center;
    display: flex;
    width: 100%;
    align-items: center;
    padding-bottom: env(safe-area-inset-bottom);
    transform: translate3d(0, 0, 0); } }

.cancelandreturn .return-page-select option[disabled], .cancelrequest .return-page-select option[disabled] {
  color: #000; }

.cancelandreturn .td-width, .cancelrequest .td-width {
  width: 180px; }

.returnrequest {
  /* Gerçek checkbox gizle */
  /* Label ile görünümü kontrol et */
  /* Tik işareti */
  /* Checked olduğunda */
  /* Tik görünür */ }
  .returnrequest .container {
    max-width: 100% !important; }
  .returnrequest .cancel-return-title {
    text-transform: uppercase;
    font-family: Oswald;
    font-size: 20px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #000; }
  .returnrequest .cancel-return-desc {
    font-family: Inter;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #000; }
  .returnrequest .img-cancel {
    width: 150px;
    height: 180px; }
    @media (max-width: 768px) {
      .returnrequest .img-cancel {
        width: 125px;
        height: 150px; } }
  .returnrequest .return-product-name {
    font-family: Inter;
    font-size: 14px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #000;
    overflow: hidden; }
    @media (max-width: 768px) {
      .returnrequest .return-product-name {
        font-family: Inter;
        font-size: 12px;
        font-weight: 600;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        text-align: left;
        color: #000;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: 100px;
        display: inline-block; } }
  .returnrequest .attr-return {
    font-family: Inter;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left; }
    @media (max-width: 768px) {
      .returnrequest .attr-return {
        font-family: Inter;
        font-size: 10px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        text-align: left;
        color: #000; } }
  @media (max-width: 768px) {
    .returnrequest .order-return-table {
      border: 0 !important; }
      .returnrequest .order-return-table td {
        border-top: 0 !important; } }
  .returnrequest .attr-return-row {
    display: flex;
    justify-content: space-between;
    max-width: 220px;
    font-size: 14px;
    margin-top: 5px; }
  .returnrequest .attr-return-row:first-of-type {
    margin-top: 20px; }
  .returnrequest .attr-label {
    min-width: 60px;
    font-weight: 500;
    color: #333;
    font-family: Inter;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #000; }
    @media (max-width: 768px) {
      .returnrequest .attr-label {
        font-family: Inter;
        font-size: 10px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        text-align: left;
        color: #000; } }
  .returnrequest .attr-price {
    font-family: Inter;
    font-size: 14px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #000;
    padding-top: 40px; }
    @media (max-width: 768px) {
      .returnrequest .attr-price {
        font-family: Inter;
        font-size: 12px;
        font-weight: 600;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        text-align: left;
        color: #000;
        padding-top: 12px; } }
  .returnrequest .attr-value {
    flex: 1;
    text-align: right;
    color: #000;
    display: flex;
    justify-content: left;
    padding-left: 20px;
    font-family: Inter;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #000; }
  .returnrequest .table {
    border: 1px solid #f1f1f1; }
  .returnrequest .table-hover tbody tr:hover {
    background-color: transparent !important; }
  .returnrequest .return-page-select {
    width: 300px;
    height: 50px;
    margin-bottom: 10px;
    color: #9f9f9f;
    font-size: 12px !important;
    padding-left: 20px !important; }
    @media (max-width: 768px) {
      .returnrequest .return-page-select {
        width: 100%;
        height: 51px; } }
  .returnrequest .back-to-orders {
    width: 254px;
    height: 45px;
    border-radius: 10px;
    border: 1px solid #000;
    background-color: #fff;
    color: #000;
    font-family: Oswald;
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: -0.23px;
    text-align: center;
    color: #000; }
  .returnrequest .submit-return-request-button {
    width: 172px;
    height: 45px;
    flex-grow: 0;
    background-color: #9f9f9f;
    border-radius: 10px;
    font-family: Oswald;
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: -0.23px;
    text-align: center;
    color: #fff; }
    @media (max-width: 768px) {
      .returnrequest .submit-return-request-button {
        width: 350px;
        height: 45px; } }
  @media (max-width: 768px) {
    .returnrequest .mobile-go-step {
      border-top: 1px solid #9f9f9f;
      position: fixed;
      bottom: 0;
      background: #fff;
      width: 100%;
      left: 0;
      height: 77px;
      z-index: 9999;
      justify-content: center;
      display: flex;
      width: 100%;
      align-items: center;
      padding-bottom: env(safe-area-inset-bottom);
      transform: translate3d(0, 0, 0); } }
  .returnrequest .return-page-select option[disabled] {
    color: #000; }
  .returnrequest .td-width {
    width: 180px; }
  .returnrequest .checkbox-selected-item + label {
    display: inline-block;
    width: 25px;
    height: 25px;
    border: 1px solid #ccc;
    border-radius: 4px;
    /* isteğe bağlı */
    background-color: white;
    position: relative;
    cursor: pointer; }
  .returnrequest .checkbox-selected-item + label::after {
    content: "";
    position: absolute;
    left: 7px;
    top: 3px;
    width: 6px;
    height: 12px;
    border: solid white;
    /* tik rengi */
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    opacity: 0;
    /* default gizli */
    transition: opacity 0.2s; }
  .returnrequest .checkbox-selected-item:checked + label {
    background-color: black; }
  .returnrequest .checkbox-selected-item:checked + label::after {
    opacity: 1; }

.loyalty__everyTimeWin__container__second .loyalty__table__content__info {
  position: absolute;
  top: -42%;
  z-index: 999999;
  left: 50%;
  transform: translateX(-50%); }
  @media (max-width: 768px) {
    .loyalty__everyTimeWin__container__second .loyalty__table__content__info {
      position: unset;
      top: unset;
      z-index: unset;
      left: unset;
      transform: unset; } }

.loyaltyfriends .container {
  max-width: 100% !important; }

.loyaltyfriends .friends__helloContainer__firstcontent {
  display: flex;
  align-items: center; }

.loyaltyfriends .friends__helloContainer__firstcontent__header {
  font-family: Oswald !important;
  font-size: 20px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000;
  text-transform: uppercase; }

.loyaltyfriends .friends__helloContainer__firstcontent__description {
  font-family: Inter;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000; }

.loyaltyfriends .loyalty__table__header {
  font-family: Oswald;
  font-size: 20px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000;
  text-transform: uppercase; }

.loyaltyfriends .friends__helloContainer__secondcontent__button {
  border-radius: 10px;
  font-family: Oswald;
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #fff; }

.loyaltyfriends .loyalty__table__description {
  font-family: Inter;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000; }

.loyaltyfriends .loyalty__everyTimeWin__container__first__header {
  font-family: Oswald;
  font-size: 20px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000; }

.loyaltyfriends .loyalty__everyTimeWin__container__first__description {
  font-family: Inter;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000; }

.loyaltyfriends .loyalty__everyTimeWin__container__second {
  display: flex !important;
  align-items: center !important; }

.loyaltyfriends .loyalty__everyTimeWin__container__second__content {
  flex-direction: column !important;
  border-right: 1px solid #eee;
  max-height: 150px;
  padding-right: 10px; }
  @media (max-width: 768px) {
    .loyaltyfriends .loyalty__everyTimeWin__container__second__content {
      border-right: 0 !important;
      width: 100% !important; } }

.loyaltyfriends .loyalty__everyTimeWin__container__second__content:last-child {
  border-right: none;
  padding-right: 0;
  /* istersen bunu da kaldırabilirsin */ }
  @media (max-width: 768px) {
    .loyaltyfriends .loyalty__everyTimeWin__container__second__content:last-child {
      padding-right: 10px !important; } }

.loyaltyfriends .loyalty-div-container {
  position: relative; }

.loyaltyfriends .loyalty__everyTimeWin__container__second .loyalty__table__content__info {
  position: absolute;
  top: -38%;
  z-index: 999999;
  left: 50%;
  transform: translateX(-50%); }
  @media (max-width: 768px) {
    .loyaltyfriends .loyalty__everyTimeWin__container__second .loyalty__table__content__info {
      position: unset;
      top: unset;
      z-index: unset;
      left: unset;
      transform: unset; } }

.loyaltyfriends .friends__hello__bottom__content__button {
  border-radius: 10px;
  width: 270px;
  display: block; }
  .loyaltyfriends .friends__hello__bottom__content__button span {
    font-family: Oswald;
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #fff; }
    @media (max-width: 768px) {
      .loyaltyfriends .friends__hello__bottom__content__button span {
        font-family: Oswald;
        font-size: 14px;
        font-weight: 500;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        text-align: center;
        color: #fff; } }
  @media (max-width: 768px) {
    .loyaltyfriends .friends__hello__bottom__content__button {
      border-radius: 10px;
      width: 100%;
      height: 45px;
      text-align: center;
      align-items: center;
      display: flex;
      justify-content: center; } }

.loyaltyfriends .loyalty__everyTimeWin__container__second__content__description {
  font-family: Inter;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #000; }
  @media (max-width: 768px) {
    .loyaltyfriends .loyalty__everyTimeWin__container__second__content__description {
      font-family: Inter;
      font-size: 10px;
      font-weight: normal;
      font-stretch: normal;
      font-style: normal;
      line-height: normal;
      letter-spacing: normal;
      text-align: left;
      color: #000; }
      .loyaltyfriends .loyalty__everyTimeWin__container__second__content__description span {
        font-size: 10px; } }

.loyaltyfriends .loyalty-terms-conditions {
  font-family: Oswald;
  font-size: 20px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000;
  text-transform: uppercase; }
  .loyaltyfriends .loyalty-terms-conditions .faq-header {
    font-family: Oswald;
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #000;
    text-transform: uppercase; }

@media (max-width: 768px) {
  .loyaltyfriends .loyalty__accordion__item__header__imgbox__content {
    background-color: transparent !important; }
  .loyaltyfriends .friends__hello__content__left__acount__icon {
    min-width: 60px !important;
    height: 60px; }
  .loyaltyfriends .friends__hello__content__left__acount__icon__text {
    font-size: 24px; }
  .loyaltyfriends .friends__helloContainer__firstcontent__header {
    font-family: Oswald;
    font-size: 16px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #000; }
  .loyaltyfriends .friends__helloContainer__firstcontent__description {
    font-family: Inter;
    font-size: 10px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #000;
    padding: 0; } }

@media (max-width: 768px) and (max-width: 768px) {
  .loyaltyfriends .loyalty__everyTimeWin__container__second__content__img {
    width: 60px;
    height: 60px; } }

@media (max-width: 768px) {
  .loyaltyfriends .friends__helloContainer__secondcontent__button__text {
    font-family: Oswald;
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #fff; } }

@media (max-width: 768px) and (max-width: 768px) {
  .loyaltyfriends .loyalty__accordion__item__description__box__first__header {
    font-family: Inter;
    font-size: 10px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #000; } }

@media (max-width: 768px) {
  .loyaltyfriends .loyalty__accordion__header__box__text {
    font-family: Oswald;
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #000; } }
  @media (max-width: 768px) and (max-width: 768px) {
    .loyaltyfriends .loyalty__accordion__header__box__text {
      font-family: Oswald;
      font-size: 14px;
      font-weight: 600;
      font-stretch: normal;
      font-style: normal;
      line-height: normal;
      letter-spacing: normal;
      text-align: left;
      color: #000; } }

@media (max-width: 768px) {
  .loyaltyfriends .loyalty__accordion__header__box__description {
    margin: 8px 0 20px;
    font-family: Inter;
    font-size: 10px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #000; }
  .loyaltyfriends .loyalty__accordion__item__header__text {
    display: none; }
  .loyaltyfriends .loyalty__accordion {
    padding: 15px; }
  .loyaltyfriends .loyalty__accordion__item__header img {
    max-width: 60px;
    max-height: 60px; }
  .loyaltyfriends .loyalty__accordion__item__header__title__first {
    font-family: Oswald;
    font-size: 12px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #000; } }
  @media (max-width: 768px) and (max-width: 768px) {
    .loyaltyfriends .loyalty__accordion__item__header__title__first {
      font-weight: 600; } }

@media (max-width: 768px) and (max-width: 768px) {
  .loyaltyfriends .loyalty__token__container__statusToken__box {
    box-shadow: unset !important;
    border-radius: 10px; }
    .loyaltyfriends .loyalty__token__container__statusToken__box .loyalty__token__container__statusToken__box__text {
      font-family: Oswald;
      font-size: 12px;
      font-weight: 600;
      font-stretch: normal;
      font-style: normal;
      line-height: 1;
      letter-spacing: normal;
      text-align: center;
      color: #000; } }

@media (max-width: 768px) and (max-width: 768px) {
  .loyaltyfriends .loyalty__token__container__imgbox__content__description__text {
    font-family: Oswald;
    font-size: 10px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #000; } }

@media (max-width: 768px) and (max-width: 768px) {
  .loyaltyfriends .loyalty__token__container__header__description {
    font-family: Inter;
    font-size: 10px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #000; } }

@media (max-width: 768px) and (max-width: 768px) {
  .loyaltyfriends #loyalty__alert__modal .modal-dialog {
    height: 100%; }
    .loyaltyfriends #loyalty__alert__modal .modal-dialog .modal-content {
      position: absolute;
      bottom: 0;
      left: 0; } }

@media (max-width: 768px) {
  .loyaltyfriends .loyalty__everyTimeWin {
    padding: 15px; } }

@media (max-width: 768px) and (max-width: 768px) {
  .loyaltyfriends .loyalty__token__container__info__text {
    font-family: Inter;
    font-size: 10px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #9f9f9f; } }

@media (max-width: 768px) {
  .loyaltyfriends .loyalty__token__container__header__text {
    font-family: Oswald;
    font-size: 20px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #000; } }
  @media (max-width: 768px) and (max-width: 768px) {
    .loyaltyfriends .loyalty__token__container__header__text {
      padding-bottom: 10px;
      font-family: Oswald;
      font-size: 16px;
      font-weight: 600;
      font-stretch: normal;
      font-style: normal;
      line-height: normal;
      letter-spacing: normal;
      text-align: left;
      color: #000; } }

@media (max-width: 768px) and (max-width: 768px) {
  .loyaltyfriends .loyalty__tokenInfo__shopingNow__imgbox__money__container__description {
    width: 100% !important; } }

@media (max-width: 768px) {
  .loyaltyfriends .loyalty__tokenInfo__shopingNow__imgbox__money__container__description__header {
    font-family: Oswald !important;
    font-size: 12px !important;
    font-weight: normal !important;
    font-stretch: normal !important;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #000; } }
  @media (max-width: 768px) and (max-width: 768px) {
    .loyaltyfriends .loyalty__tokenInfo__shopingNow__imgbox__money__container__description__header {
      font-family: Oswald;
      font-size: 10px;
      font-weight: normal;
      font-stretch: normal;
      font-style: normal;
      line-height: normal;
      letter-spacing: normal;
      text-align: left;
      color: #000; } }

@media (max-width: 768px) and (max-width: 768px) {
  .loyaltyfriends .friends__helloContainer__secondcontent .secondQuery {
    display: none; } }

@media (max-width: 768px) {
  .loyaltyfriends .loyalty__tokenInfo__shopingNow__imgbox__money__container__description__count {
    font-family: Oswald;
    font-size: 20px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #000; } }
  @media (max-width: 768px) and (max-width: 768px) {
    .loyaltyfriends .loyalty__tokenInfo__shopingNow__imgbox__money__container__description__count {
      font-family: Oswald;
      font-size: 16px;
      font-weight: 500;
      font-stretch: normal;
      font-style: normal;
      line-height: normal;
      letter-spacing: normal;
      text-align: left;
      color: #000; } }

@media (max-width: 768px) {
  .loyaltyfriends .loyalty__everyTimeWin__container__first__header {
    font-family: Oswald !important;
    font-size: 14px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: -0.24px;
    text-align: left;
    color: #000; }
  .loyaltyfriends .loyalty__everyTimeWin__container__first__description {
    margin: 8px 0 20px;
    font-family: Inter;
    font-size: 10px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #000; }
  .loyaltyfriends .loyalty__everyTimeWin__container__second__content img {
    width: 60px;
    height: 60px; }
  .loyaltyfriends .loyalty__accordion__item__description__info {
    position: unset;
    top: unset;
    z-index: unset;
    left: unset;
    transform: unset; }
  .loyaltyfriends .loyalty__everyTimeWin__container__second__content {
    display: flex;
    flex-direction: row !important; }
  .loyaltyfriends .loyalty__everyTimeWin__container__second {
    flex-direction: column; }
  .loyaltyfriends .loyalty-div-container {
    min-width: 300px; }
  .loyaltyfriends .loyalty-terms-conditions {
    padding: 15px; }
    .loyaltyfriends .loyalty-terms-conditions h4 {
      font-family: Oswald;
      font-size: 14px;
      font-weight: 500;
      font-stretch: normal;
      font-style: normal;
      line-height: normal;
      letter-spacing: normal;
      text-align: left;
      color: #000; }
    .loyaltyfriends .loyalty-terms-conditions .faq-header {
      font-family: Oswald;
      font-size: 12px;
      font-weight: normal;
      font-stretch: normal;
      font-style: normal;
      line-height: normal;
      letter-spacing: normal;
      text-align: left;
      color: #000; } }

.account-menu {
  max-width: 250px;
  border-right: 1px solid #eee;
  padding: 0 !important; }
  @media (min-width: 1600px) {
    .account-menu {
      max-width: 300px; } }
  .account-menu .header-li {
    text-transform: uppercase;
    font-family: Oswald;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #9f9f9f; }
    .account-menu .header-li a {
      color: #9f9f9f; }
  .account-menu .account-active-menu {
    font-family: Oswald;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #000 !important; }
    .account-menu .account-active-menu a {
      font-family: Oswald;
      font-size: 16px;
      font-weight: normal;
      font-stretch: normal;
      font-style: normal;
      line-height: normal;
      letter-spacing: normal;
      text-align: left;
      color: #000 !important; }
      .account-menu .account-active-menu a span {
        width: 100%;
        display: block;
        border-right: 1px solid #1626ff; }
      .account-menu .account-active-menu a:before {
        position: unset;
        display: unset;
        width: unset !important;
        height: unset;
        margin: unset !important;
        left: unset;
        top: unset;
        background-color: transparent !important; }

.account-header-special {
  height: 320px !important;
  position: relative;
  margin-bottom: 40px; }
  @media (max-width: 768px) {
    .account-header-special {
      height: unset !important;
      margin-bottom: unset !important; } }
  .account-header-special .desc-button-friends {
    font-family: Inter;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: -0.2px;
    text-align: left;
    color: #fff;
    padding-top: 10px; }

.account-header-img {
  height: 320px !important;
  width: 100%;
  /*object-fit: contain;*/
  position: absolute; }
  @media (max-width: 768px) {
    .account-header-img {
      height: unset !important;
      width: unset !important;
      object-fit: unset !important;
      position: unset !important; } }

.header-user-infos {
  position: absolute;
  left: 50px;
  bottom: 30px; }
  @media (max-width: 768px) {
    .header-user-infos {
      position: unset !important;
      left: unset !important;
      bottom: unset !important; } }

.user-name-header {
  font-family: Oswald;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #fff; }

.user-name-header-desc {
  font-family: Oswald;
  font-size: 20px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
  text-transform: uppercase; }

.header-friends-card {
  position: absolute;
  right: 50px;
  bottom: 30px;
  width: 350px;
  height: 135px;
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(12px) !important;
  -webkit-backdrop-filter: blur(12px) !important;
  clip-path: polygon(3% 0, 0 10%, 0 90%, 3% 100%, 97% 100%, 100% 90%, 100% 10%, 97% 0);
  border-radius: 12px;
  margin-bottom: 20px; }

.header-button-friends {
  width: 310px;
  height: 45px;
  flex-grow: 0;
  margin: 10px;
  background-color: #000;
  font-family: Oswald;
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.23px;
  text-align: center;
  color: #fff;
  border: 0;
  border-radius: 10px; }

@media (max-width: 768px) {
  #infoForm input,
  #infoForm select,
  #infoForm textarea {
    font-size: 16px !important;
    -webkit-text-size-adjust: 100%;
    -webkit-transform: scale(1);
    transform: scale(1); }
  /* Focus durumunda da zoom'u engelle */
  #infoForm input:focus,
  #infoForm select:focus,
  #infoForm textarea:focus {
    font-size: 16px !important;
    -webkit-transform: scale(1);
    transform: scale(1);
    transform-origin: left top;
    -webkit-transform-origin: left top; } }

@media (max-width: 768px) {
  #customerMenuMobile .header-li {
    background-color: transparent !important; }
    #customerMenuMobile .header-li .title-mobile-menu {
      text-transform: uppercase; }
    #customerMenuMobile .header-li a {
      font-family: Oswald;
      font-size: 14px;
      font-weight: 600;
      font-stretch: normal;
      font-style: normal;
      line-height: normal;
      letter-spacing: normal;
      text-align: left;
      color: #000;
      /*text-transform: uppercase;*/ }
      #customerMenuMobile .header-li a span {
        padding-left: 0 !important; }
      #customerMenuMobile .header-li a .mobile-menu-desc {
        text-transform: unset;
        font-family: Inter;
        font-size: 10px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        text-align: left;
        color: #9f9f9f;
        padding-top: 5px; }
  #customerMenuMobile .mobile-menu-modal {
    /* margin-top: 100px; */
    /*border-radius: 20px;*/
    /* padding-top: 20px; */
    position: relative;
    background: #fff;
    max-height: calc(100vh - 80px);
    overflow-y: auto;
    clip-path: polygon(0 2%, 5% 0, 95% 0, 100% 2%, 100% 100%, 0 100%);
    /*padding-bottom: 50px;*/ }
    #customerMenuMobile .mobile-menu-modal ul {
      padding-bottom: 100px; }
  #customerMenuMobile .mobile-menu-mobilde-img {
    z-index: 0;
    position: absolute;
    width: 100%;
    top: 0;
    height: 360px; }
  #customerMenuMobile .modal-dialog {
    padding-top: 0 !important; }
  #customerMenuMobile .modal-content {
    height: 100vh !important; }
  #customerMenuMobile .customerMenuMobilePosition {
    bottom: unset !important; }
  #customerMenuMobile .modal-container {
    height: 350px; }
  #customerMenuMobile .loyalty-banner-register-button {
    border-radius: 10px; }
    #customerMenuMobile .loyalty-banner-register-button span {
      font-family: Oswald;
      font-size: 14px;
      font-weight: 500;
      font-stretch: normal;
      font-style: normal;
      line-height: normal;
      letter-spacing: -0.23px;
      text-align: center;
      color: #fff; }
  #customerMenuMobile .loyalty-header-username {
    font-family: Oswald;
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #fff; }
  #customerMenuMobile .blur-div {
    /*width: 350px;*/
    height: 135px;
    margin: 16px 20px 0;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    border-radius: 10px;
    overflow: hidden;
    background-color: rgba(255, 255, 255, 0.5);
    clip-path: polygon(3% 0, 0 10%, 0 90%, 3% 100%, 97% 100%, 100% 90%, 100% 10%, 97% 0); }
  #customerMenuMobile .welcome-mobile-desc {
    font-family: Inter;
    font-size: 10px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #fff; } }

.navigation-counts {
  font-family: Oswald;
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #9f9f9f; }

@media (max-width: 768px) {
  #customerMenu {
    z-index: 1; } }

.info {
  /* Firefox */ }
  .info .container {
    max-width: 100% !important; }
  .info .field-validation-error {
    font-family: Inter;
    font-size: 8px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #cf4444; }
  .info .input-validation-error {
    border: 1px solid #cf4444 !important;
    background-color: rgba(207, 68, 68, 0.1); }
  .info .birthdate-input-wrapper {
    position: relative;
    width: 100%; }
  .info .birthdate-input-container {
    position: relative;
    display: flex;
    align-items: center; }
  .info .birthdate-input-container input[type="date"] {
    width: 100%;
    height: 45px;
    padding-right: 50px;
    /* ikonlar için boşluk */
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 6px;
    appearance: none;
    /* tarayıcı varsayılanını kaldırır */
    -webkit-appearance: none;
    -moz-appearance: none; }
  .info .birthdate-input-container .icon-calendar {
    position: absolute;
    right: 50px;
    pointer-events: none; }
  .info .birthdate-input-container .icon-arrow {
    position: absolute;
    right: 25px;
    pointer-events: none; }
  .info .birthdate-input-container input[type="date"]::-webkit-calendar-picker-indicator {
    opacity: 0;
    right: 0;
    -webkit-appearance: none; }
  .info .birthdate-input-container input[type="date"]::-moz-focus-inner {
    border: 0; }
  .info .info-page-title {
    text-transform: uppercase;
    font-family: Oswald;
    font-size: 20px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #000; }
    @media (max-width: 768px) {
      .info .info-page-title {
        font-family: Oswald;
        font-size: 14px;
        font-weight: 600;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        text-align: left;
        color: #000;
        padding-top: 10px; } }
  .info #infoForm #save-info-button {
    width: 310px;
    height: 45px;
    flex-grow: 0;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background-color: #1626ff;
    border-radius: 10px;
    border: 0; }
    @media (max-width: 768px) {
      .info #infoForm #save-info-button {
        width: 100% !important;
        clip-path: polygon(2% 0, 0 20%, 0 80%, 2% 100%, 98% 100%, 100% 80%, 100% 20%, 98% 0); } }
    .info #infoForm #save-info-button span {
      font-family: Oswald;
      font-size: 14px;
      font-weight: 500;
      font-stretch: normal;
      font-style: normal;
      line-height: normal;
      letter-spacing: -0.23px;
      text-align: center;
      color: #fff; }
  .info #infoForm .form-control {
    height: 48px;
    border: 1px solid #eee;
    font-size: 12px; }
  .info #infoForm #DateOfBirth {
    border-radius: 0; }
  .info #infoForm .ffl-label {
    font-family: Inter;
    font-size: 8px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #9f9f9f; }
  .info #infoForm .gender-label-special {
    padding-left: 0;
    padding-top: 7px;
    font-family: Inter;
    font-size: 8px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #9f9f9f; }
  .info #infoForm .date-of-label {
    font-size: 12px;
    font-weight: 400;
    opacity: 1;
    pointer-events: none;
    position: absolute;
    transform: translate3d(0, 22px, 0) scale(1);
    transform-origin: left top;
    transition: 240ms;
    line-height: 29px;
    z-index: 1;
    top: -25px;
    left: 8px;
    color: #8e8d8d;
    font-family: Inter;
    font-size: 8px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #9f9f9f;
    font-size: 8px;
    padding-top: 7px; }
  .info #infoForm .info-title-subs {
    font-family: Oswald;
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #000; }
    @media (max-width: 768px) {
      .info #infoForm .info-title-subs {
        font-family: Oswald;
        font-size: 14px;
        font-weight: 500;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        text-align: left;
        color: #000;
        padding-top: 20px; } }
  .info #infoForm .news-text {
    font-family: Inter;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #000; }
    @media (max-width: 768px) {
      .info #infoForm .news-text {
        font-family: Inter;
        font-size: 12px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        text-align: left;
        color: #000; } }
  .info #infoForm .border-special-right {
    border-right: 1px solid #eee; }
    @media (max-width: 768px) {
      .info #infoForm .border-special-right {
        border-right: 0 !important;
        border-bottom: 1px solid #eee; } }
  .info #successModal .modal-content {
    width: 440px;
    height: 270px; }
    @media (max-width: 768px) {
      .info #successModal .modal-content {
        width: 100%;
        height: 270px;
        position: absolute !important;
        bottom: 0;
        left: 0; }
        .info #successModal .modal-content .btn-ok-modal {
          width: 100%; } }
  @media (max-width: 768px) {
    .info #successModal .modal-dialog {
      height: 100% !important; } }
  .info #successModal .btn-ok-modal {
    width: 380px;
    min-height: 45px;
    font-family: Oswald;
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: -0.23px;
    text-align: center;
    color: #fff;
    background-color: #000;
    border-radius: 10px; }
    @media (max-width: 768px) {
      .info #successModal .btn-ok-modal {
        width: 320px;
        border-radius: 0; } }
  .info #successModal .title-message {
    font-family: Oswald;
    font-size: 14px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #000; }
  .info #successModal .title-desc {
    font-family: Inter;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #000; }

.custom-delete-modal .modal-header {
  border-bottom: 0 !important; }

@media (max-width: 768px) {
  #customerMenuMobile .header-icons {
    height: 24px; } }

.order-detail-bill-text {
  text-decoration: underline;
  font-family: Inter;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.2px;
  text-align: left;
  color: #000; }

@media (max-width: 768px) {
  .cancelrequest .mobile-title-complete-order {
    font-family: Oswald !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #000; } }

@media (max-width: 768px) {
  .cancelrequest .back-to-orders {
    width: 100%;
    height: 45px;
    border-radius: 10px;
    border: 1px solid #000;
    background-color: #fff;
    color: #000;
    font-family: Oswald;
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: -0.23px;
    text-align: center;
    color: #000; } }

@media (max-width: 768px) {
  .cancelrequest .back-to-orders {
    width: 350px !important;
    height: 45px;
    flex-grow: 0;
    background-color: #9f9f9f;
    border-radius: 10px;
    font-family: Oswald;
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: -0.23px;
    text-align: center;
    color: #fff; } }

.cancelrequest .complete-image img {
  width: 67px;
  height: 80px; }

@media (max-width: 768px) {
  .complete-image {
    /*  width: 70px;
        height: 80px;*/ } }

.fake-header .logo > img, .fake-header .headerSiteLogo,
.fake-header .header-icons, .fake-header #mobileMenuOpener, .fake-header .header-menu-title {
  filter: brightness(0) invert(1); }

@media (max-width: 768px) {
  .friends-welcome-title {
    text-transform: uppercase;
    font-family: Oswald;
    font-size: 16px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #fff; }
  .welcome-mobile-desc {
    font-family: Inter;
    font-size: 10px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #fff; } }

.order-tracking-link {
  font-family: Oswald;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000; }

.return-page-select {
  appearance: none;
  /* tarayıcı okunu kaldır */
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="11" height="6" viewBox="0 0 11 6" fill="none"><path d="M0.323529 0.404412L5.5 4.54559L10.6765 0.404412" stroke="black"/></svg>');
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 11px 6px;
  padding-right: 30px;
  /* ikon için boşluk bırak */
  background-color: #fafafa !important; }

.cancelrequest .container {
  max-width: 100% !important; }

@media (max-width: 768px) {
  .mobile-col-account {
    display: flex;
    gap: 10px; } }

@media (max-width: 768px) {
  .news-text::before {
    border-radius: 4px; } }

.disc-text::first-letter {
  text-transform: uppercase; }

.addresses-page {
  margin-bottom: 200px; }

.addresses-page #successModal .modal-content {
  width: 440px;
  height: 270px; }
  @media (max-width: 768px) {
    .addresses-page #successModal .modal-content {
      width: 100%;
      height: 270px;
      position: absolute !important;
      bottom: 0;
      left: 0; } }

@media (max-width: 768px) {
  .addresses-page #successModal .modal-dialog {
    height: 100% !important; } }

.addresses-page #successModal .btn-ok-modal {
  width: 380px;
  min-height: 45px;
  font-family: Oswald;
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.23px;
  text-align: center;
  color: #fff;
  background-color: #000;
  border-radius: 10px; }
  @media (max-width: 768px) {
    .addresses-page #successModal .btn-ok-modal {
      width: 320px;
      border-radius: 0; } }

.addresses-page #successModal .title-message {
  font-family: Oswald;
  font-size: 14px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #000; }

.addresses-page #successModal .title-desc {
  font-family: Inter;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #000; }

@media (max-width: 768px) {
  .title-mobile-menu {
    font-family: Oswald !important; } }

@media (max-width: 768px) {
  .desc-mobile-menu {
    font-family: Inter !important; } }

@media (max-width: 768px) {
  #loyalty__alert__modal__body__header {
    font-family: Oswald;
    font-size: 14px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #000;
    text-transform: uppercase; } }

@media (max-width: 768px) {
  #loyalty__alert__modal__body__message__text {
    font-family: Inter;
    font-size: 10px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #000; } }

@media (max-width: 768px) {
  #loyalty__alert__modal__body__close__container__button {
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center; }
    #loyalty__alert__modal__body__close__container__button span {
      font-family: Oswald;
      font-size: 14px;
      font-weight: 600;
      font-stretch: normal;
      font-style: normal;
      line-height: normal;
      letter-spacing: normal;
      text-align: left;
      color: #fff; } }

.friends__helloContainer__secondcontent__button {
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center; }

.customerorders .account-page-content {
  padding: 0; }

@media (max-width: 768px) {
  .clicked-detail {
    border-bottom: 1px solid #eee;
    padding-bottom: 25px; } }

.unit-price-summary {
  font-weight: bold !important; }

@media (max-width: 768px) {
  .mobile-spec-position {
    font-size: 10px !important;
    min-width: 100px;
    display: flex;
    justify-content: flex-start; } }

@media (max-width: 768px) {
  .mobile-spec-position-size {
    font-size: 10px !important;
    min-width: 100px;
    display: flex;
    justify-content: flex-start; } }

@media (max-width: 768px) {
  .mobile-spec-position-qty {
    font-size: 10px !important;
    min-width: 100px;
    display: flex;
    justify-content: flex-start; } }

.loyalty__table__content__info__icon {
  border-radius: unset;
  background-color: unset;
  border: unset;
  padding: unset;
  text-align: unset;
  height: unset;
  width: unset;
  display: unset;
  justify-content: unset;
  align-items: unset;
  margin: 0 15px !important;
  /*margin: 0 15px;*/ }
  @media (max-width: 768px) {
    .loyalty__table__content__info__icon {
      margin: unset !important; } }

.loyalty__everyTimeWin .loyalty__table__content__info__description {
  background-color: #1626ff !important;
  clip-path: polygon(3% 0, 0 10%, 0 90%, 3% 100%, 97% 100%, 100% 90%, 100% 10%, 97% 0);
  visibility: hidden;
  min-width: 250px;
  position: absolute;
  z-index: 1;
  padding: 20px;
  left: 50%;
  transform: translate(-50%, 0);
  top: 300% !important;
  text-align: center;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1); }
  .loyalty__everyTimeWin .loyalty__table__content__info__description .loyalty__table__content__info__description__text {
    color: #fff !important;
    font-family: Inter;
    font-size: 10px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center; }

.loyalty__table__content__info__icon:hover {
  background-color: unset;
  border: unset; }

.loyalty__table__content__info__icon:hover svg {
  fill: #1626ff; }

.loyalty__table__content__info__icon:hover svg rect {
  fill: #fff; }

.loyalty__table__content__info__description {
  background-color: #1626ff !important;
  clip-path: polygon(3% 0, 0 10%, 0 87%, 3% 100%, 97% 100%, 100% 90%, 100% 10%, 97% 0);
  top: -50%;
  text-align: center; }
  .loyalty__table__content__info__description .loyalty__table__content__info__description__text {
    color: #fff !important;
    font-family: Inter;
    font-size: 10px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center; }

.loyalty__table__content__info__description::before {
  /*content: '';*/
  /* Bu satırı ekleyin */
  /*width: 4px;
    height: 10px;
    flex-grow: 0;
    margin: 23px 0 23px 8.6px;
    transform: rotate(-90deg);
    background-color: #1626ff;*/ }

.loyalty__everyTimeWin .loyalty__everyTimeWin__container__first__header {
  font-weight: 600;
  text-transform: uppercase; }

.loyalty__everyTimeWin .loyalty__everyTimeWin__container__second__content__description span {
  font-family: Inter;
  font-size: 12px; }

@media (max-width: 768px) {
  .loyalty__accordion .loyalty__table__content__info__icon {
    border-radius: 50%;
    background-color: unset;
    border: 1px solid black;
    /* padding: 12px; */
    text-align: unset;
    height: 20px;
    width: 20px;
    display: inline-flex !important;
    justify-content: center;
    align-items: center;
    /*margin: 0 15px !important;*/ }
  .loyalty__everyTimeWin .loyalty__table__content__info__icon {
    border: 0 !important; } }

.loyalty-terms-conditions .faq-content-container {
  text-transform: none; }

@media (max-width: 768px) {
  .cancel-and-return-desc {
    font-family: Inter;
    font-size: 10px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #000;
    padding-top: 3px; } }

@media (max-width: 768px) {
  #loyaltyJoinModal .modal-content #joinForm .form-control {
    font-size: 16px !important;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left; } }

@media (max-width: 768px) {
  #loyaltyJoinModal .date-of-birth-contain {
    margin-left: unset !important;
    margin-right: unset !important; } }

@media (max-width: 768px) {
  #loyaltyJoinModal .close {
    opacity: 1 !important; } }

@media (max-width: 768px) {
  #customerMenu .customer-link {
    padding-left: 12px; } }

@media (max-width: 768px) {
  .friends__helloContainer .friends__helloContainer__firstcontent .friends__helloContainer__firstcontent__header {
    font-family: Oswald !important; } }

@media (max-width: 768px) {
  .shopping-summary {
    margin-bottom: 20px !important; }
    .shopping-summary .product-name-detail-attr {
      padding: 0 !important; } }

@media (max-width: 768px) {
  .loyalty__progress li::before {
    border: unset !important;
    font-size: 15px; } }

.font-family-oswald {
  font-family: Oswald;
  font-size: 20px !important; }

.details .border-md-top {
  border-top: 1px solid #eee; }
  @media (max-width: 768px) {
    .details .border-md-top {
      border-top: 0 !important; } }

.desc-absolute-container {
  position: absolute;
  right: 50px;
  bottom: -20px; }
  @media (max-width: 768px) {
    .desc-absolute-container {
      position: unset !important;
      right: unset !important;
      bottom: unset !important;
      margin-top: 10px; } }

@media (max-width: 768px) {
  .return-request-page {
    padding-bottom: 200px; } }

@media (max-width: 768px) {
  .cancelrequest .mobile-order-cancel-complete-btn, .returnrequest .mobile-order-cancel-complete-btn {
    width: 350px !important;
    font-weight: bold !important; } }

@media (max-width: 768px) {
  .cancelrequest .completed-message, .returnrequest .completed-message {
    padding-bottom: 200px !important; } }

.cancelrequest .desktop-special, .returnrequest .desktop-special {
  border-bottom: 1px solid #eee !important;
  padding: 30px !important; }
  @media (max-width: 768px) {
    .cancelrequest .desktop-special, .returnrequest .desktop-special {
      border-bottom: 0 !important;
      padding: 0 !important; } }

.cancelrequest .desktop-border-bottom, .returnrequest .desktop-border-bottom {
  border-bottom: 1px solid #eee !important;
  padding: 30px !important; }
  @media (max-width: 768px) {
    .cancelrequest .desktop-border-bottom, .returnrequest .desktop-border-bottom {
      border-bottom: 0 !important;
      padding: 0 !important; } }

.cancelandreturn .order-return-table {
  /*td {
            border-top: 1px solid #ccc; // normal border
        }*/ }
  .cancelandreturn .order-return-table tr:last-child td {
    border-top: none !important; }

@media (max-width: 768px) {
  .loyaltyfriends .loyalty__accordion .loyalty__table__content__info__icon {
    border-radius: unset !important;
    background-color: unset !important;
    border: unset !important;
    padding: unset !important;
    text-align: unset !important;
    height: unset !important;
    width: unset !important;
    display: unset !important;
    justify-content: unset !important;
    align-items: unset !important;
    margin: unset !important; } }

.token-img {
  width: 155px;
  height: 155px; }
  @media (max-width: 768px) {
    .token-img {
      width: 60px;
      height: 60px; } }

.loyalty__tokenInfo__shopingNow__imgbox__money__container__description__header {
  font-family: Oswald;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #000; }

.loyalty__tokenInfo__shopingNow__imgbox__money__container__description__count {
  font-family: Oswald;
  font-size: 20px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #000; }

@media (max-width: 768px) {
  .addresses #successModal .modal-content {
    display: flex;
    align-items: center; } }

@media (max-width: 768px) {
  .favouritesubscriptions .confirm-btn-stock {
    width: 100%; } }

@media (max-width: 768px) {
  .favouritesubscriptions .cancel-btn-stock {
    width: 100%; } }

@media (max-width: 768px) {
  .change-password-container {
    width: 100% !important;
    padding: 0 !important; }
    .change-password-container .password-toggler-container {
      width: 100%; }
    .change-password-container .change-password-btn {
      width: 96% !important; } }

@media (max-width: 768px) {
  .addresses .top-and-bottom-gap {
    margin-bottom: 20px !important; } }

.border-right-title {
  border-right: 1px solid #ddd;
  height: 37px;
  width: 150px; }

.mini-cart-product-list-scroll-class {
  overflow-y: scroll; }

@media (min-width: 980px) {
  .sub-menu-trigger:hover .sub-menu-bg {
    border-bottom: 1px solid #e7e7e7; } }

@media screen and (max-width: 991px) {
  .search-container {
    clear: both; }
  .logo-link {
    position: absolute;
    width: 50%;
    left: 50%;
    margin-left: -25%;
    top: 50%;
    margin-top: -44px; }
  .top-and-bottom-gap {
    padding-top: 50px; }
  .common-mobile-menu {
    height: 100%;
    padding-bottom: 110px;
    overflow-y: auto; } }

.detail-label {
  font-weight: 600; }

.size-list-radio:checked + label {
  background: #000;
  color: white !important; }
  .size-list-radio:checked + label a {
    color: #fff !important; }

.size-list-label {
  min-width: 44px;
  /*width: 60px;*/
  height: 40px;
  display: flex !important;
  justify-content: center;
  align-items: center; }

.review-star-list.clearfix input {
  display: none; }

.add-to-cart-table {
  table-layout: fixed; }
  .add-to-cart-table td.qty-and-size-column {
    width: 13%; }
  .add-to-cart-table td.qty-column {
    width: 35%; }
  .add-to-cart-table td.add-to-cart-column {
    width: 39%; }
  .add-to-cart-table td.desktop-fav-column {
    width: 16%; }

.product-detail-name {
  font-size: 25px; }

.price-alert-custom,
.size-chart-button,
.find-in-store {
  font-family: Oswald, -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-size: 0.9rem;
  font-weight: bold;
  color: #9D9D9D !important;
  text-transform: uppercase;
  text-decoration: underline !important; }

.product-category-name, .doReviewInfo {
  font-size: 12px;
  color: #797979; }

.detail-slider-custom-dots {
  position: absolute; }

.select-size-info {
  right: 102%; }
  .select-size-info:after {
    content: '';
    width: 10px;
    height: 10px;
    position: absolute;
    right: -4px;
    transform: rotate(45deg);
    background: inherit;
    top: 50%;
    margin-top: -5px; }

.accordion > .card .card-header {
  margin: 0; }

.acordeon-toggle-button {
  transform-origin: center center; }

[aria-expanded="false"] .acordeon-toggle-button {
  transform: none; }

[aria-expanded="true"] .acordeon-toggle-button {
  transform: rotate(45deg); }

@media (max-width: 1400px) {
  .add-to-cart-table td.qty-and-size-column {
    width: 15%; }
  .add-to-cart-table td.qty-column {
    width: 26%;
    border-left: 1px solid #eeeeee; }
  .add-to-cart-table td.mobile-price-column {
    width: 20%;
    border-left: 1px solid #eeeeee; }
  .add-to-cart-table td.add-to-cart-column {
    width: 38%; } }

@media (max-width: 980px) {
  .size-list {
    position: relative; }
    .size-list .select-size-info {
      top: 100%;
      right: auto; }
      .size-list .select-size-info:after {
        top: 0px;
        right: 50%; }
  .product-breadcrumb {
    font-size: 12px; }
  .product-detail-name {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.4; }
  .product-actions {
    font-size: 14px; }
  .detail-qty {
    width: 100%;
    border: 0 !important; }
    .detail-qty .quantity-input-container button {
      width: 20px !important; }
    .detail-qty .qty-input {
      width: 20px;
      border: 0 !important; }
  .selected-size {
    font-size: 11px; }
  .detail-old-price {
    font-size: 14px !important; }
  .detail-price {
    font-size: 14px !important; }
  .price-list {
    margin: 0 !important; }
    .price-list > li {
      /*display: block;
            text-align: center;
*/ }
      .price-list > li.list-inline-item {
        margin-right: 0 !important;
        line-height: 1.4; }
  .detail-zoom {
    margin: 0; }
  .product-detail-buttons {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: -10px;
    z-index: 3 !important;
    /*background: #DAFF02;*/
    background: #000;
    box-shadow: 0 13px 15px 6px black; }
  .back-in-size-column {
    width: 16%; }
  .product-detail-left {
    padding: 0; } }

.detail-price {
  font-size: 1rem; }
  .detail-price.detail-old-price {
    color: #8E8D8D; }

.detail-color-list .attr-link {
  display: block;
  width: 75px;
  height: 90px;
  background-color: #f2f2f2;
  border: 1px solid transparent; }
  .detail-color-list .attr-link img {
    height: 88px;
    width: 73px; }
  .detail-color-list .attr-link.selected-value {
    border-color: #000; }

@media (max-width: 980px) {
  #modalProductSlider .owl-dots {
    position: fixed;
    bottom: 0; } }

.cms-slider-container .owl-dots,
.mobile-slider-container .owl-dots {
  position: relative;
  display: flex;
  justify-content: space-between;
  min-width: 100%;
  left: 0;
  bottom: 0;
  padding: 20px 0;
  transform: none; }
  @media (max-width: 980px) {
    .cms-slider-container .owl-dots,
    .mobile-slider-container .owl-dots {
      padding: 20px 134px;
      position: absolute;
      bottom: 0px; } }
  .cms-slider-container .owl-dots > div,
  .mobile-slider-container .owl-dots > div {
    position: relative;
    display: inline-block;
    background: rgba(0, 0, 0, 0.12);
    height: 3px;
    flex-grow: 1;
    margin: 0 2px;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out; }
    @media (min-width: 980px) {
      .cms-slider-container .owl-dots > div,
      .mobile-slider-container .owl-dots > div {
        background-color: transparent !important;
        pointer-events: none !important; } }
  .cms-slider-container .owl-dots > div.active,
  .mobile-slider-container .owl-dots > div.active {
    background: black; }
    @media (min-width: 980px) {
      .cms-slider-container .owl-dots > div.active,
      .mobile-slider-container .owl-dots > div.active {
        background-color: transparent !important;
        pointer-events: none !important; } }

.product-detail-container .add-to-fav {
  position: absolute;
  top: 3rem;
  right: 5rem;
  z-index: 1; }

.product-detail-container .product-general-info {
  padding: 30px 20px; }
  @media (max-width: 980px) {
    .product-detail-container .product-general-info {
      background-color: #F8F8F8;
      width: calc(100% + 30px);
      margin: 30px -15px 0 -15px;
      max-width: none; } }
  .product-detail-container .product-general-info .product-general-info-title {
    font-size: 1.2rem; }
  .product-detail-container .product-general-info .product-general-info-description {
    font-size: 1rem; }

.product-detail-container .product-breadcrumb {
  padding: 0 !important; }
  .product-detail-container .product-breadcrumb .breadcrumb-item:first-of-type {
    padding: 0; }

.product-detail-container .delivery-return-button,
.product-detail-container .product-info-button,
.product-detail-container .detail-share-button,
.product-detail-container .erp-more-info-modal {
  cursor: pointer; }
  @media screen and (max-width: 991px) {
    .product-detail-container .delivery-return-button,
    .product-detail-container .product-info-button,
    .product-detail-container .detail-share-button,
    .product-detail-container .erp-more-info-modal {
      max-width: calc(100% + 30px); }
      .product-detail-container .delivery-return-button .detail-wrapper,
      .product-detail-container .product-info-button .detail-wrapper,
      .product-detail-container .detail-share-button .detail-wrapper,
      .product-detail-container .erp-more-info-modal .detail-wrapper {
        display: flex !important;
        flex-wrap: wrap; } }

@media (min-width: 979px) {
  .product-detail-container .delivery-return-button {
    border-top: 1px solid #f2f2f2 !important; } }

.product-detail-container .brand-badge-main {
  position: absolute;
  /* top: 3rem;
        left: 5rem;*/
  top: 20px;
  left: 20px;
  z-index: 1; }

.product-detail-container .product-detail-discount-badge {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 6rem;
  left: 2rem;
  z-index: 1;
  background-color: #fff;
  border-radius: 5px;
  padding: 0.5rem; }

.product-detail-container .product-accordion-content {
  display: none;
  word-break: break-word;
  padding-top: 1rem; }

.product-detail-container .accordion-toggle-icon {
  position: absolute;
  right: 15px; }

@media (max-width: 980px) {
  .product-detail-container .add-to-fav {
    top: 1rem;
    right: 1.25rem;
    padding: 10px;
    margin-top: 20px; }
  .product-detail-container .brand-badge-main {
    top: 1rem;
    left: 2rem; }
  .product-detail-container .product-general-info .product-general-info-title {
    font-size: 1rem; }
  .product-detail-container .product-detail-discount-badge {
    top: 4rem; }
  .product-detail-container .accordion-toggle-icon {
    display: block;
    position: absolute;
    right: 1.5rem;
    top: 50%;
    transform: translateY(-50%) rotate(-90deg);
    transition: transform 400ms ease; }
  .product-detail-container .active-accordion .accordion-toggle-icon {
    transform: translateY(-50%) rotate(0); } }

.store-address-text {
  margin: 0;
  padding: 0; }

.store-list-link {
  font-size: 12px;
  color: #9D9D9D;
  text-decoration: underline;
  font-weight: bold; }

#findinstore .store-font {
  font-size: 14px; }

#findinstore .store-list-empty {
  color: #9D9D9D;
  text-align: center; }

#findinstore .modal-header .store-modal-close {
  font-size: 28px; }

#findinstore .modal-body .store-input {
  position: relative; }
  #findinstore .modal-body .store-input select {
    -webkit-appearance: none;
    font-size: 14px;
    color: #202020; }
  #findinstore .modal-body .store-input select:focus {
    box-shadow: none;
    border: 1px solid #E0E0E0; }
  #findinstore .modal-body .store-input img {
    position: absolute;
    right: 20px;
    top: 22px;
    pointer-events: none; }

#findinstore .modal-body .store-info-text {
  font-size: 14px; }

@media only screen and (max-width: 980px) {
  #findinstore .modal {
    position: fixed !important;
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    overflow: hidden !important; }
  #findinstore .modal-dialog {
    position: fixed !important;
    margin: 0 !important;
    width: 100% !important;
    height: 100% !important;
    padding: 0 !important;
    max-width: 100% !important; }
  #findinstore .modal-content {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: none;
    box-shadow: none; }
  #findinstore .store-info-text {
    font-size: 14px; }
  #findinstore .store-list-empty {
    position: fixed;
    bottom: 0;
    left: 0;
    background-color: #f8f8f8;
    color: #000;
    padding: 2em;
    text-align: left;
    margin-bottom: 0; }
  #findinstore .storeAddresses-item-list, #findinstore .store-info-text {
    padding-left: 0; }
  #findinstore .store-content-overflow {
    overflow-y: scroll; } }

@media (max-width: 769px) {
  .product-detail-breadcrumb {
    -webkit-box-shadow: inset 0px 4px 5px 0px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: inset 0px 4px 5px 0px rgba(0, 0, 0, 0.08);
    box-shadow: inset 0px 4px 5px 0px rgba(0, 0, 0, 0.08); } }

.product-detail-breadcrumb .product-breadcrumb {
  padding: 22px 30px; }
  .product-detail-breadcrumb .product-breadcrumb .breadcrumb-item {
    font-size: 12px; }

.breadcrumb .breadcrumb-item {
  text-decoration: none !important; }
  @media (max-width: 769px) {
    .breadcrumb .breadcrumb-item {
      display: flex;
      align-items: center; } }
  .breadcrumb .breadcrumb-item a {
    text-decoration: none !important; }

#share-modal .share-product-category {
  font-size: 0.7rem;
  color: #797979; }

#share-modal .share-button-list a {
  font-size: 0.8rem; }

.font-size-xxs {
  font-size: 10px !important; }

.font-size-xs {
  font-size: 12px !important; }

.font-size-sm {
  font-size: 14px !important; }

.font-size-md {
  font-size: 18px !important; }

.font-size-lg {
  font-size: 20px !important; }

.font-color-red {
  color: #e14b54; }

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

.btn-black {
  color: #fff;
  background-color: #000;
  border-color: #000; }

.btn-black:hover {
  color: #fff;
  background-color: #000;
  border-color: #000; }

.bg-info-gray {
  background-color: #e8e8e8; }

@media (min-width: 992px) {
  .slider-vertical-view {
    /*overflow: hidden;*/ }
    .slider-vertical-view .owl-carousel {
      transform: rotate3d(0, 0, 1, 90deg) !important; }
    .slider-vertical-view .owl-item {
      transform: rotate3d(0, 0, 1, -90deg) !important; }
    .slider-vertical-view .owl-dots {
      top: 30px;
      padding: 0 !important; } }

.product-detail-tabs-area.similar-tabs {
  background-color: #fafafa; }
  .product-detail-tabs-area.similar-tabs ul {
    padding: 20px 40px 0; }
    .product-detail-tabs-area.similar-tabs ul li a {
      color: #999;
      font-size: 16px; }
      .product-detail-tabs-area.similar-tabs ul li a.active h2 {
        font-weight: bold; }
      .product-detail-tabs-area.similar-tabs ul li a h2 {
        font-weight: 600;
        font-family: Oswald;
        font-size: 16px; }

.product-detail-tabs-area ul {
  margin-bottom: 20px;
  display: flex; }
  .product-detail-tabs-area ul li a {
    display: block;
    margin-bottom: -1px;
    color: #999;
    flex-grow: 1;
    text-align: center;
    justify-content: center; }
    @media (max-width: 992px) {
      .product-detail-tabs-area ul li a {
        width: 110px; } }
    .product-detail-tabs-area ul li a.active {
      color: #000;
      border-bottom: 2px solid #000; }
    .product-detail-tabs-area ul li a h2 {
      font-size: 12px;
      font-weight: 500;
      padding-bottom: 18px;
      margin-bottom: 0 !important; }

.slider-two-column {
  display: flex;
  gap: 0 45px; }
  .slider-two-column .main-slider-area {
    width: calc(100% - 171px);
    padding-left: 0 !important;
    padding-right: 0 !important; }
    @media (max-width: 992px) {
      .slider-two-column .main-slider-area {
        width: 100%; } }

.main-slider-area .add-to-fav {
  top: 20px;
  /*right: 10%;*/
  z-index: 1;
  /*height: 40px;*/
  /*width: 40px;*/
  /*background: #f5f5f5;*/
  /*border-radius: 50%;*/ }

.main-slider-area .detail-share-button {
  position: absolute;
  right: 20px;
  top: 70px;
  z-index: 1;
  /* height: 40px;
        width: 40px;
        background: #f5f5f5;
        border-radius: 50%;*/ }

@media (max-width: 992px) {
  .main-slider-area .detail-share-button {
    top: 85px; } }

.custom-slider-scroll {
  min-width: 80px;
  /*::-webkit-scrollbar {
        width: 1px;
    }*/
  /* Track */
  /*::-webkit-scrollbar-track {
        background: #f2f1f1;
    }*/
  /* Handle */
  /*::-webkit-scrollbar-thumb {
        background: #000;
    }*/
  /* Handle on hover */
  /*::-webkit-scrollbar-thumb:hover {
        background: #000;
    }*/ }
  @media (max-width: 992px) {
    .custom-slider-scroll {
      display: none; } }
  .custom-slider-scroll ul {
    min-width: 80px; }
    .custom-slider-scroll ul li {
      min-width: 80px; }

.prod-detail-thumbs {
  /*max-height: 750px;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;*/
  /* width */ }
  .prod-detail-thumbs .mb-1 button {
    border: none !important; }

.w-96 {
  width: 96px; }

.btn-solid-grey {
  color: #000;
  background-color: #eee;
  border-color: #eee; }

.btn-solid-grey:hover {
  color: #000;
  background-color: #eee;
  border-color: #eee; }

.star-label {
  background: url(https://img-sneaksupincommerce.mncdn.com/Content/Images/Uploaded/yorum-tam-yildiz_2.svg) no-repeat;
  height: 18px;
  width: 18px;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: cover !important; }

.dark-comment-line .star-label {
  height: 12px;
  width: 12px; }

/*
.size-select {
    border: 1px solid #000000;
    padding: 20px;
    width: 100%;
    font-weight: 500;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.size-options {
    border: 1px solid #000000;
    list-style: none;
    margin-top: -1px;
    padding: 0 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer;

    &-item {
        padding: 5px 0;
        display: flex;
        justify-content: space-between;
    }

    &-stockmessage {
        color: #ff0000;
    }
}*/
.size-select-container {
  position: relative; }
  .size-select-container .size-select {
    border: 2px solid #f2f1f1;
    width: 100%;
    font-weight: 500;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 8px;
    user-select: none; }
    @media (max-width: 920px) {
      .size-select-container .size-select {
        border-color: #f2f1f1;
        border-width: 1px; } }
    .size-select-container .size-select-floating-title {
      position: absolute;
      font-size: 12px;
      color: #797979;
      top: 10px; }
    .size-select-container .size-select-floating-icon {
      /* position: absolute;
            top: 20px;
            right: 20px;*/
      padding: 10px; }
    .size-select-container .size-select-text {
      padding: 10px; }

.size-options {
  list-style: none;
  padding: 0;
  flex-direction: column;
  justify-content: space-between;
  cursor: pointer;
  width: 100%;
  background-color: #ffffff;
  user-select: none; }
  @media (min-width: 981px) {
    .size-options {
      position: absolute;
      z-index: 2;
      margin-top: -9px;
      border: 1px solid #f2f1f1; } }
  @media (max-width: 980px) {
    .size-options {
      margin-bottom: 0 !important; } }
  .size-options-item {
    cursor: pointer; }
    .size-options-item:hover {
      background-color: #f2f1f1;
      color: #000000 !important; }
    .size-options-item-label {
      padding: 10px 20px;
      margin-bottom: 0 !important;
      display: flex;
      justify-content: space-between;
      cursor: pointer; }
      @media (max-width: 980px) {
        .size-options-item-label:not(:first-child) {
          border-top: 1px solid #eeeeee; } }
    .size-options-item-value {
      flex-grow: 1; }
    .size-options-item-stockmessage {
      flex-shrink: 1;
      color: #ff0000 !important;
      cursor: default;
      white-space: nowrap; }
    .size-options-item-outofstock {
      color: #797979 !important; }
    .size-options-item-instock {
      cursor: default;
      white-space: nowrap; }

#sizeSelect .modal-body {
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
  padding: 0;
  background-color: #ffffff;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px; }

#sizeSelect .modal-content {
  border: none; }

#sizeSelect .mobile-select-list {
  max-height: 436px;
  height: 100%;
  overflow-y: auto;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1); }

.product-detail-link-area i,
.product-detail-link-area img {
  margin-right: 8px; }

.product-detail-link-area span {
  font-size: 12px;
  text-decoration: underline;
  color: #000; }

.product-detail-mini-info-area {
  gap: 15px;
  display: flex;
  margin-bottom: 30px; }

.product-detail-mini-info {
  background-color: #fafafa;
  align-items: center;
  gap: 20px;
  min-height: 100px;
  user-select: none; }
  .product-detail-mini-info .product-general-info-title {
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 4px; }
  .product-detail-mini-info .product-general-info-description {
    font-size: 10px; }

#product-detail-mini-info-area {
  padding-left: 20px;
  padding-right: 20px; }
  @media (max-width: 979px) {
    #product-detail-mini-info-area {
      padding-left: 0;
      padding-right: 0; } }
  #product-detail-mini-info-area .owl-next, #product-detail-mini-info-area .owl-prev {
    top: 50%;
    transform: translateY(-50%);
    display: block !important;
    position: absolute;
    z-index: 9999999;
    width: 20px;
    height: 20px;
    margin: 0px !important;
    background-color: #fff !important;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 50%;
    height: 100%;
    background-color: #fafafa !important;
    border-radius: 0 !important;
    background-size: 14px; }
  #product-detail-mini-info-area .owl-prev {
    left: -5px; }
  #product-detail-mini-info-area .owl-next {
    right: -5px; }
  #product-detail-mini-info-area .fa-chevron-right:before {
    content: unset; }
  #product-detail-mini-info-area .fa-chevron-left:before {
    content: unset; }

.px-10 {
  padding-left: 10px;
  padding-right: 10px; }

.py-20 {
  padding-top: 20px;
  padding-bottom: 20px; }

.mobile-product-price .list-inline-item {
  text-align: left; }

.top-5 {
  top: 5px !important; }

.right-20 {
  right: 20px; }

.z-1 {
  z-index: 1; }

.z-index-full {
  z-index: 2200 !important; }

.modal-full-screen {
  height: 100vh;
  width: 100vw;
  max-width: inherit;
  margin: 0; }
  .modal-full-screen .modal-content {
    min-height: 100% !important;
    border: none !important; }
    .modal-full-screen .modal-content .modal-header {
      border-bottom: none;
      padding-right: 40px; }
      @media (max-width: 979px) {
        .modal-full-screen .modal-content .modal-header {
          padding-right: 20px; } }
      .modal-full-screen .modal-content .modal-header button {
        font-size: 38px; }
  .modal-full-screen .modal-body {
    max-width: 814px;
    margin: auto; }
    @media (max-width: 979px) {
      .modal-full-screen .modal-body {
        max-width: 100%; } }
  .modal-full-screen .mobile-slider-container {
    margin-bottom: 30px; }
    @media (max-width: 979px) {
      .modal-full-screen .mobile-slider-container {
        max-width: 100%; }
        .modal-full-screen .mobile-slider-container img {
          max-width: 100%; } }
  .modal-full-screen .prod-detail-thumbs {
    gap: 30px;
    margin-top: 30px !important; }
    @media (max-width: 979px) {
      .modal-full-screen .prod-detail-thumbs {
        display: none; } }
    .modal-full-screen .prod-detail-thumbs li button {
      border: none; }

.modal-fixed-thumbnail {
  /*width: 100%;
    position: fixed;
    right: 0;
    z-index: 2010;
    left: 0;
    bottom: 0;
    max-width: initial;
    padding-right: 0 !important;*/ }
  .modal-fixed-thumbnail .modal-dialog {
    /*   max-width: initial;
        position: relative;
        margin: 0;
        height: 100% !important;*/ }
    .modal-fixed-thumbnail .modal-dialog .modal-content {
      /*height: 100% !important;*/ }
    .modal-fixed-thumbnail .modal-dialog .modal-body {
      /*  max-width: 814px;
            margin: auto !important;
            padding: 30px !important;*/ }
      .modal-fixed-thumbnail .modal-dialog .modal-body .mobile-slider-container {
        /*margin-bottom: 30px !important;*/ }
    .modal-fixed-thumbnail .modal-dialog .close {
      /*  position: absolute;
            right: 30px;
            top: 30px;
            font-size: 30px;*/ }

.review-star-list {
  padding-left: 0; }

.review-star-list li {
  list-style-type: none; }

/*Product Reviews*/
.rating-detail-add-button {
  width: 100% !important;
  padding: 0 !important;
  border: 0 !important;
  text-align: left; }

.ratig-value {
  width: 10px;
  display: inline-block;
  vertical-align: middle; }

.rating-count {
  margin-left: .5rem !important;
  vertical-align: middle; }

.percent-desktop {
  margin-left: .5rem !important;
  display: none !important; }

.rating-percentage-col {
  width: 500px;
  background: #d2d2d2;
  padding: 3px;
  margin-top: 2px;
  position: relative;
  display: inline-block;
  vertical-align: middle; }

.rating-percentage {
  min-width: 8px;
  background: #022160;
  top: 0;
  left: 0;
  height: 100%;
  position: absolute !important;
  background-color: #000; }

.avetage-rating {
  font-size: 60px; }

.product-box-stars-container {
  width: 76px;
  height: 15px;
  display: inline-block;
  vertical-align: middle !important;
  position: relative !important; }

.review-item .total-rating {
  width: 98px;
  display: block;
  height: 18px;
  margin: 0; }

.total-rating {
  width: 129px;
  height: 25px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  margin: 0 auto;
  background-image: url(../_images/blank-star.png); }

.empty-stars, .filled-stars {
  background-repeat: repeat-x;
  background-size: 15px; }

.reviewer-letters {
  width: 70px;
  height: 70px;
  display: block;
  line-height: 70px;
  font-size: 20px;
  position: relative;
  border-radius: 50%;
  background: #d1d1d1; }

.rating-list {
  list-style: none;
  margin-bottom: 0;
  padding: 1rem !important;
  border: 1px solid #dfdfdf; }

.avarage-rating-wrapper {
  height: 100%;
  border: 1px solid #dfdfdf;
  padding: 1rem !important; }

.rating-list li {
  margin-bottom: .5rem !important; }

.rating-percentage-col {
  margin-left: .5rem !important; }

.percent {
  margin-left: .5rem !important;
  display: inline-block;
  vertical-align: middle; }

.product-reviews-container {
  /* padding: 1rem;
    border: 1px solid #dfdfdf;*/ }

.chevron-list-container.box-container {
  list-style: none;
  padding: 0;
  margin-bottom: 1rem !important;
  margin-top: 1rem !important;
  margin: 0; }

.comment-prev-review {
  display: block !important;
  border-top: 1px solid #f2f1f1; }
  .comment-prev-review .review-item {
    border-bottom: 1px solid #f2f1f1;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 0 !important; }

.comment-line {
  padding: 1rem;
  margin-bottom: .5rem;
  border: 1px solid #dfdfdf; }

.product-rating-box {
  margin-right: .25rem;
  display: inline-block;
  vertical-align: middle;
  font-size: 0; }

.review-balloon {
  padding: .5rem;
  margin-bottom: .5rem;
  margin-top: .5rem;
  background-color: #dfdfdf;
  border-radius: .25rem; }

.review-title {
  margin-bottom: .25rem;
  font-weight: bold; }

.show-name-labels li {
  display: inline-block; }

.star-label {
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center center !important; }

.write-product-review-button,
.remind-stock-button {
  background: #eee;
  color: #000;
  width: 100%;
  font-size: 18px;
  font-weight: bold;
  padding-top: 17px;
  padding-bottom: 13px; }

@media (max-width: 979px) {
  .write-review .write-product-review-button {
    color: #fff !important;
    background: #000 !important; } }

.rating-percent {
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  color: #000;
  margin-left: 10px; }

.write-review-label {
  margin-bottom: 10px;
  font-weight: bold;
  display: block;
  font-size: 14px; }

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

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

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

.total-comment-detail {
  padding-top: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  border-top: 1px solid #f2f2f2; }
  .total-comment-detail span {
    font-weight: bold;
    font-size: 14px; }

/*
.add-review-container {
    border: 1px solid #dfdfdf;
    margin-top: 1rem;
    padding: 1rem;
    margin-bottom: 1rem;
}
*/
.review-star-list li {
  display: block; }

.review-star-list li label {
  margin-bottom: 0; }

.show-hide-comments {
  width: 100%; }

.product-reviews-overview {
  float: left;
  margin-bottom: 20px; }

.product-rating-box {
  width: 100%;
  position: relative; }

.product__inside .product-rating-box {
  text-align: center; }

.reviews-pagination .btn-primary {
  background-color: #363636 !important;
  border-color: #363636 !important; }

/*Product Reviews*/
.rev-date {
  font-size: 10px;
  color: #797979;
  margin-bottom: 10px; }

.review-text {
  font-size: 16px; }

.product-box-stars-container {
  width: 76px;
  height: 15px;
  display: inline-block;
  vertical-align: middle !important;
  position: relative !important; }

.empty-stars, .filled-stars {
  background-repeat: repeat-x;
  background-size: 15px; }

.filled-stars {
  background-image: url(https://img-sneaksupincommerce.mncdn.com/Content/Images/Uploaded/yorum-tam-yildiz_2.svg);
  background-repeat: repeat-x;
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%; }

.empty-stars {
  background-image: url(https://img-sneaksupincommerce.mncdn.com/Files/empty_Star.svg);
  background-repeat: repeat-x;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%; }

.login-text-sign {
  text-decoration: underline;
  font-weight: bold; }

.text-to-login {
  font-size: 12px;
  color: #797979; }

.comment-visitor-area {
  display: flex;
  gap: 20px; }

.comment-thanks {
  margin-bottom: 20px;
  text-align: center; }
  .comment-thanks .success-icon {
    margin-bottom: 26px !important; }
    .comment-thanks .success-icon img {
      /*  padding: 10px;
            width: 60px;
            height: 60px;
            border-radius: 50%;*/
      /*background-color: #daff01;*/ }
  .comment-thanks .thanks-title {
    font-size: 14px;
    font-weight: bold; }
  .comment-thanks p {
    font-size: 14px;
    margin-bottom: 0; }

.product-detail-tabs {
  font-size: 12px; }

@media (max-width: 979px) {
  .mobile-full-modal .modal-dialog .modal-content {
    /*top: 51px !important;*/ } }

@media (max-width: 979px) {
  .mobile-full-modal .modal-dialog .modal-content .mobile-fixed-modal-head {
    padding: 20px 30px !important;
    margin: 0 !important;
    justify-content: left;
    align-items: center; } }

.mobile-full-modal .modal-dialog .modal-content .mobile-fixed-modal-head .hide-desktop {
  display: block !important;
  float: none !important;
  margin: 0;
  padding: 0 !important;
  margin-right: 20px; }
  @media (min-width: 979px) {
    .mobile-full-modal .modal-dialog .modal-content .mobile-fixed-modal-head .hide-desktop {
      display: none !important; } }

@media (max-width: 979px) {
  .mobile-full-modal .modal-dialog .modal-content .mobile-fixed-modal-head .hide-mobile {
    display: none; } }

.mobile-full-modal .modal-dialog .modal-content .mobile-fixed-modal-head .modal-title {
  font-size: 14px;
  font-weight: bold; }

.mobile-full-modal .modal-dialog .modal-content .modal-body {
  overflow-y: auto !important; }

#sizeChartModal .modal-header.size-border-b {
  border-bottom: 1px solid #f2f1f1 !important;
  margin-bottom: 20px !important; }

.gap-20 {
  gap: 20px; }

.gap-10 {
  gap: 10px; }

.align-center-modal-items {
  align-items: center !important; }

.store-link-p-fix {
  font-size: 12px;
  font-weight: bold;
  padding: 10px 20px;
  text-decoration: none !important;
  color: #000;
  margin-top: 20px; }

.find-store-item {
  padding: 20px;
  background-color: #fafafa;
  margin-bottom: 10px; }
  .find-store-item .find-store-item-header {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 4px; }
  .find-store-item .find-store-item-text {
    font-size: 12px;
    margin-bottom: 20px; }

.store-counter-text {
  padding: 20px;
  text-align: center;
  font-size: 12px; }
  .store-counter-text .store-count {
    margin-bottom: 0; }

.storeAddresses-item-list {
  padding-left: 0 !important; }

@media (max-width: 920px) {
  .tab-content-mobil {
    max-height: 360px;
    overflow: hidden; } }

.show-more-review-mobile-area {
  position: absolute;
  bottom: 0;
  background-image: linear-gradient(to bottom, rgba(238, 238, 238, 0), rgba(247, 247, 247, 0.6) 37%, #fff);
  padding: 50px 20px 20px;
  width: 100%;
  left: 0;
  right: 0;
  z-index: 1; }
  .show-more-review-mobile-area button {
    font-size: 12px;
    font-weight: 400; }

.show-more-review-mobile {
  text-decoration: underline; }

.product-detail-nav-tabs li {
  display: flex;
  flex-grow: 1;
  justify-content: center; }

.scroll-container-color-list {
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
  overflow: hidden; }

@media (max-width: 768px) {
  .detail-color-list {
    overflow: hidden;
    overflow-x: auto;
    white-space: nowrap;
    border-top: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
    margin-right: -1.2rem;
    margin-left: -1.2rem;
    padding-right: 1.2rem;
    padding-left: 1.2rem;
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
    flex-direction: row; } }

@media (min-width: 768px) {
  .detail-color-list li {
    margin-bottom: 8px; } }

@media (max-width: 979px) {
  .price-list.mb-30 {
    margin-bottom: 20px !important; } }

@media (max-width: 979px) {
  .price-list.mobile-col-price {
    margin-bottom: 20px !important; }
    .price-list.mobile-col-price .list-inline-item {
      margin-right: 10px !important; } }

.product-actions {
  text-decoration: none !important; }
  .product-actions .size-chart-button,
  .product-actions .find-in-store {
    font-weight: normal !important;
    font-family: Inter;
    font-size: 12px;
    text-decoration: none !important;
    text-transform: none !important; }
    .product-actions .size-chart-button span,
    .product-actions .find-in-store span {
      text-decoration: underline; }

#outOfStockModal {
  z-index: 2011; }
  #outOfStockModal .modal-body {
    padding: 40px; }
  #outOfStockModal .modal-title {
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 18px; }
  #outOfStockModal .modal-description {
    font-size: 12px;
    margin-bottom: 20px; }

.slider-vertical-view .detail-image {
  /*aspect-ratio: 596/497;*/ }
  @media (min-width: 768px) {
    .slider-vertical-view .detail-image {
      aspect-ratio: 1 !important;
      object-fit: contain; } }

@media (max-width: 979px) {
  .breadcrumb-mobile-fix {
    position: absolute;
    top: 20px;
    left: 20px;
    background: transparent !important;
    z-index: 2;
    margin-bottom: 0 !important; }
    .breadcrumb-mobile-fix ol {
      background: transparent !important; } }

.main-slider-area .brand-badge-main {
  position: absolute;
  top: 20px;
  left: 8.5%; }
  @media (max-width: 979px) {
    .main-slider-area .brand-badge-main {
      top: auto;
      left: 0;
      bottom: 43px; } }
  .main-slider-area .brand-badge-main .badges-subcontainer {
    text-align: center;
    flex-direction: column;
    display: flex; }
    @media (max-width: 979px) {
      .main-slider-area .brand-badge-main .badges-subcontainer {
        flex-direction: column; } }
    .main-slider-area .brand-badge-main .badges-subcontainer .style-spec {
      padding: 6px 8px;
      color: #7fab09;
      font-size: 12px;
      margin-bottom: 8px;
      font-weight: 500; }
    .main-slider-area .brand-badge-main .badges-subcontainer .style-discount {
      background-color: #f2f2f2 !important;
      color: #9e9c9c !important;
      font-size: 12px;
      font-weight: 500;
      margin-bottom: 8px;
      padding: 6px 8px; }
    .main-slider-area .brand-badge-main .badges-subcontainer .style-sneaksup {
      margin-bottom: 8px;
      background-color: #000 !important;
      color: #fff !important;
      font-size: 12px;
      font-weight: 500;
      padding: 6px 8px; }

.border-site-modal-primary {
  border: 1px solid #000 !important; }

.prod-detail-thumbs .mb-1 .border-site-primary {
  border: 1px solid #000 !important; }

.raffle-section {
  background-color: #fafafa;
  display: flex;
  padding: 24px 30px;
  margin-bottom: 20px; }
  @media (max-width: 979px) {
    .raffle-section {
      gap: 20px;
      flex-direction: column; } }
  .raffle-section .raffle-title {
    font-size: 12px;
    margin-bottom: 5px;
    font-weight: 600; }
  .raffle-section .raffle-subtitle {
    font-size: 10px; }
  .raffle-section .text-number {
    font-size: 18px !important;
    font-family: Oswald;
    font-weight: 500; }
  .raffle-section .h4 {
    font-size: 14px !important;
    color: #999;
    font-family: Oswald; }

.mr-3px {
  margin-right: 3px !important; }

.direct-links-categories {
  font-weight: 600; }

.direct-links-brand {
  font-weight: 600; }

@media screen and (min-width: 992px) {
  #mobileSliderContainer .owl-item {
    padding-top: 6px; }
  #mobileSliderContainer .owl-item.active {
    padding-top: 0; } }

.g-2-2 > li {
  margin-right: 15px;
  margin-bottom: 15px;
  float: left; }
  .g-2-2 > li:nth-of-type(2n) {
    width: calc(50% - 7.5px);
    margin-right: 0; }

.g-2-1 > li,
.g-2-2-3 > li,
.g-2-3-3 > li,
.g-2-3 > li {
  float: left; }
  .g-2-1 > li.item-0,
  .g-2-2-3 > li.item-0,
  .g-2-3-3 > li.item-0,
  .g-2-3 > li.item-0 {
    margin-right: 15px; }
  .g-2-1 > li.item-1,
  .g-2-2-3 > li.item-1,
  .g-2-3-3 > li.item-1,
  .g-2-3 > li.item-1 {
    width: calc(50% - 7.5px); }

.g-2-1 > li.item-0 {
  width: calc(50% - 7.5px); }

.g-2-1 > li.item-2 {
  width: 100%; }

.g-2-1 > li.item-4 {
  width: calc(33% - 7px); }

.g-2-2-3 > li.item-0 {
  width: calc(50% - 7.5px); }

.g-2-2-3 > li.item-2 {
  width: calc(50% - 7.5px);
  margin-right: 15px; }

.g-2-2-3 > li.item-3 {
  width: calc(50% - 7.5px); }

.g-2-2-3 > li.item-4 {
  margin-right: 15px; }

.g-2-2-3 > li.item-5 {
  width: calc(33% - 7px);
  margin-right: 15px; }

.g-2-2-3 > li.item-6 {
  width: calc(33% - 7px); }

.g-2-3-3 > li.item-0 {
  width: calc(50% - 7.5px); }

.g-2-3-3 > li.item-2 {
  width: calc(33% - 7px);
  margin-right: 15px; }
  .g-2-3-3 > li.item-2.detail-zoom {
    clear: left; }

.g-2-3-3 > li.item-3 {
  width: calc(33% - 7px);
  margin-right: 15px; }

.g-2-3-3 > li.item-5 {
  width: calc(33% - 7px);
  margin-right: 15px; }

.g-2-3-3 > li.item-6 {
  width: calc(33% - 7px);
  margin-right: 15px; }

.g-2-3-3 > li.item-7 {
  width: calc(33% - 7px); }

.g-2-3 > li.item-2 {
  width: calc(33% - 7px);
  margin-right: 15px; }

.g-2-3 > li.item-3 {
  width: calc(33% - 7px);
  margin-right: 15px; }

.detail-zoom {
  margin-bottom: 0px; }

.owl-theme .owl-nav {
  margin: 0; }
  .owl-theme .owl-nav [class*='owl-'] {
    top: 50%;
    width: 30px;
    height: 30px;
    margin: 0;
    color: rgba(255, 0, 0, 0);
    background-color: rgba(255, 0, 0, 0);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center; }
    .owl-theme .owl-nav [class*='owl-']:hover {
      background-color: rgba(255, 0, 0, 0) !important;
      color: rgba(255, 255, 255, 0); }

.owl-theme .owl-dots .owl-dot.active span {
  background: black; }

.owl-theme .owl-dots .owl-dot:hover span {
  background: black; }

.owl-prev {
  left: 5px; }

.owl-next {
  right: 5px; }

.owl-dots {
  position: absolute;
  bottom: 0;
  width: 100%; }

.accordion > .card .card-header {
  border: 0; }

.accordion [aria-expanded="true"] {
  font-weight: 600; }

.acordeon-toggle-button {
  margin-top: -7px; }

[aria-expanded="true"] .acordeon-toggle-button {
  margin-top: -8px; }

@media (max-width: 980px) {
  .product-detail-buttons {
    z-index: 1; }
  .size-list {
    z-index: 1; } }

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */ }

.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;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px); }

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

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none; }

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

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

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

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

.owl-carousel.owl-loaded {
  display: block; }

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

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

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

.owl-carousel.owl-drag .owl-item {
  -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; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both; }

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

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

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

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
			This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
			calculation of the height of the owl-item that breaks page layouts
		 */ }

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease; }

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

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

/*
 * 	Owl Carousel - Video Plugin
 */
.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 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3); }

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

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

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

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent; }

.owl-theme .owl-nav [class*='owl-'] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px; }

.owl-theme .owl-nav [class*='owl-']:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none; }

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

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

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

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

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

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

/*!
 * Font Awesome Free 5.8.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa, .fab, .fal, .far, .fas {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1; }

.fa-lg {
  font-size: 1.33333em;
  line-height: .75em;
  vertical-align: -.0667em; }

.fa-xs {
  font-size: .75em; }

.fa-sm {
  font-size: .875em; }

.fa-1x {
  font-size: 1em; }

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

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

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

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

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

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

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

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

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

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

.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0; }

.fa-ul > li {
  position: relative; }

.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit; }

.fa-border {
  border: .08em solid #eee;
  border-radius: .1em;
  padding: .2em .25em .15em; }

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

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

.fa.fa-pull-left, .fab.fa-pull-left, .fal.fa-pull-left, .far.fa-pull-left, .fas.fa-pull-left {
  margin-right: .3em; }

.fa.fa-pull-right, .fab.fa-pull-right, .fal.fa-pull-right, .far.fa-pull-right, .fas.fa-pull-right {
  margin-left: .3em; }

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

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

@keyframes fa-spin {
  0% {
    transform: rotate(0deg); }
  to {
    transform: rotate(1turn); } }

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg); }

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

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

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

.fa-flip-vertical {
  transform: scaleY(-1); }

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

.fa-flip-both, .fa-flip-horizontal.fa-flip-vertical {
  transform: scale(-1); }

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

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

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

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

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

.fa-inverse {
  color: #fff; }

.fa-500px:before {
  content: "\f26e"; }

.fa-accessible-icon:before {
  content: "\f368"; }

.fa-accusoft:before {
  content: "\f369"; }

.fa-acquisitions-incorporated:before {
  content: "\f6af"; }

.fa-ad:before {
  content: "\f641"; }

.fa-address-book:before {
  content: "\f2b9"; }

.fa-address-card:before {
  content: "\f2bb"; }

.fa-adjust:before {
  content: "\f042"; }

.fa-adn:before {
  content: "\f170"; }

.fa-adobe:before {
  content: "\f778"; }

.fa-adversal:before {
  content: "\f36a"; }

.fa-affiliatetheme:before {
  content: "\f36b"; }

.fa-air-freshener:before {
  content: "\f5d0"; }

.fa-airbnb:before {
  content: "\f834"; }

.fa-algolia:before {
  content: "\f36c"; }

.fa-align-center:before {
  content: "\f037"; }

.fa-align-justify:before {
  content: "\f039"; }

.fa-align-left:before {
  content: "\f036"; }

.fa-align-right:before {
  content: "\f038"; }

.fa-alipay:before {
  content: "\f642"; }

.fa-allergies:before {
  content: "\f461"; }

.fa-amazon:before {
  content: "\f270"; }

.fa-amazon-pay:before {
  content: "\f42c"; }

.fa-ambulance:before {
  content: "\f0f9"; }

.fa-american-sign-language-interpreting:before {
  content: "\f2a3"; }

.fa-amilia:before {
  content: "\f36d"; }

.fa-anchor:before {
  content: "\f13d"; }

.fa-android:before {
  content: "\f17b"; }

.fa-angellist:before {
  content: "\f209"; }

.fa-angle-double-down:before {
  content: "\f103"; }

.fa-angle-double-left:before {
  content: "\f100"; }

.fa-angle-double-right:before {
  content: "\f101"; }

.fa-angle-double-up:before {
  content: "\f102"; }

.fa-angle-down:before {
  content: "\f107"; }

.fa-angle-left:before {
  content: "\f104"; }

.fa-angle-right:before {
  content: "\f105"; }

.fa-angle-up:before {
  content: "\f106"; }

.fa-angry:before {
  content: "\f556"; }

.fa-angrycreative:before {
  content: "\f36e"; }

.fa-angular:before {
  content: "\f420"; }

.fa-ankh:before {
  content: "\f644"; }

.fa-app-store:before {
  content: "\f36f"; }

.fa-app-store-ios:before {
  content: "\f370"; }

.fa-apper:before {
  content: "\f371"; }

.fa-apple:before {
  content: "\f179"; }

.fa-apple-alt:before {
  content: "\f5d1"; }

.fa-apple-pay:before {
  content: "\f415"; }

.fa-archive:before {
  content: "\f187"; }

.fa-archway:before {
  content: "\f557"; }

.fa-arrow-alt-circle-down:before {
  content: "\f358"; }

.fa-arrow-alt-circle-left:before {
  content: "\f359"; }

.fa-arrow-alt-circle-right:before {
  content: "\f35a"; }

.fa-arrow-alt-circle-up:before {
  content: "\f35b"; }

.fa-arrow-circle-down:before {
  content: "\f0ab"; }

.fa-arrow-circle-left:before {
  content: "\f0a8"; }

.fa-arrow-circle-right:before {
  content: "\f0a9"; }

.fa-arrow-circle-up:before {
  content: "\f0aa"; }

.fa-arrow-down:before {
  content: "\f063"; }

.fa-arrow-left:before {
  content: "\f060"; }

.fa-arrow-right:before {
  content: "\f061"; }

.fa-arrow-up:before {
  content: "\f062"; }

.fa-arrows-alt:before {
  content: "\f0b2"; }

.fa-arrows-alt-h:before {
  content: "\f337"; }

.fa-arrows-alt-v:before {
  content: "\f338"; }

.fa-artstation:before {
  content: "\f77a"; }

.fa-assistive-listening-systems:before {
  content: "\f2a2"; }

.fa-asterisk:before {
  content: "\f069"; }

.fa-asymmetrik:before {
  content: "\f372"; }

.fa-at:before {
  content: "\f1fa"; }

.fa-atlas:before {
  content: "\f558"; }

.fa-atlassian:before {
  content: "\f77b"; }

.fa-atom:before {
  content: "\f5d2"; }

.fa-audible:before {
  content: "\f373"; }

.fa-audio-description:before {
  content: "\f29e"; }

.fa-autoprefixer:before {
  content: "\f41c"; }

.fa-avianex:before {
  content: "\f374"; }

.fa-aviato:before {
  content: "\f421"; }

.fa-award:before {
  content: "\f559"; }

.fa-aws:before {
  content: "\f375"; }

.fa-baby:before {
  content: "\f77c"; }

.fa-baby-carriage:before {
  content: "\f77d"; }

.fa-backspace:before {
  content: "\f55a"; }

.fa-backward:before {
  content: "\f04a"; }

.fa-bacon:before {
  content: "\f7e5"; }

.fa-balance-scale:before {
  content: "\f24e"; }

.fa-ban:before {
  content: "\f05e"; }

.fa-band-aid:before {
  content: "\f462"; }

.fa-bandcamp:before {
  content: "\f2d5"; }

.fa-barcode:before {
  content: "\f02a"; }

.fa-bars:before {
  content: "\f0c9"; }

.fa-baseball-ball:before {
  content: "\f433"; }

.fa-basketball-ball:before {
  content: "\f434"; }

.fa-bath:before {
  content: "\f2cd"; }

.fa-battery-empty:before {
  content: "\f244"; }

.fa-battery-full:before {
  content: "\f240"; }

.fa-battery-half:before {
  content: "\f242"; }

.fa-battery-quarter:before {
  content: "\f243"; }

.fa-battery-three-quarters:before {
  content: "\f241"; }

.fa-battle-net:before {
  content: "\f835"; }

.fa-bed:before {
  content: "\f236"; }

.fa-beer:before {
  content: "\f0fc"; }

.fa-behance:before {
  content: "\f1b4"; }

.fa-behance-square:before {
  content: "\f1b5"; }

.fa-bell:before {
  content: "\f0f3"; }

.fa-bell-slash:before {
  content: "\f1f6"; }

.fa-bezier-curve:before {
  content: "\f55b"; }

.fa-bible:before {
  content: "\f647"; }

.fa-bicycle:before {
  content: "\f206"; }

.fa-bimobject:before {
  content: "\f378"; }

.fa-binoculars:before {
  content: "\f1e5"; }

.fa-biohazard:before {
  content: "\f780"; }

.fa-birthday-cake:before {
  content: "\f1fd"; }

.fa-bitbucket:before {
  content: "\f171"; }

.fa-bitcoin:before {
  content: "\f379"; }

.fa-bity:before {
  content: "\f37a"; }

.fa-black-tie:before {
  content: "\f27e"; }

.fa-blackberry:before {
  content: "\f37b"; }

.fa-blender:before {
  content: "\f517"; }

.fa-blender-phone:before {
  content: "\f6b6"; }

.fa-blind:before {
  content: "\f29d"; }

.fa-blog:before {
  content: "\f781"; }

.fa-blogger:before {
  content: "\f37c"; }

.fa-blogger-b:before {
  content: "\f37d"; }

.fa-bluetooth:before {
  content: "\f293"; }

.fa-bluetooth-b:before {
  content: "\f294"; }

.fa-bold:before {
  content: "\f032"; }

.fa-bolt:before {
  content: "\f0e7"; }

.fa-bomb:before {
  content: "\f1e2"; }

.fa-bone:before {
  content: "\f5d7"; }

.fa-bong:before {
  content: "\f55c"; }

.fa-book:before {
  content: "\f02d"; }

.fa-book-dead:before {
  content: "\f6b7"; }

.fa-book-medical:before {
  content: "\f7e6"; }

.fa-book-open:before {
  content: "\f518"; }

.fa-book-reader:before {
  content: "\f5da"; }

.fa-bookmark:before {
  content: "\f02e"; }

.fa-bootstrap:before {
  content: "\f836"; }

.fa-bowling-ball:before {
  content: "\f436"; }

.fa-box:before {
  content: "\f466"; }

.fa-box-open:before {
  content: "\f49e"; }

.fa-boxes:before {
  content: "\f468"; }

.fa-braille:before {
  content: "\f2a1"; }

.fa-brain:before {
  content: "\f5dc"; }

.fa-bread-slice:before {
  content: "\f7ec"; }

.fa-briefcase:before {
  content: "\f0b1"; }

.fa-briefcase-medical:before {
  content: "\f469"; }

.fa-broadcast-tower:before {
  content: "\f519"; }

.fa-broom:before {
  content: "\f51a"; }

.fa-brush:before {
  content: "\f55d"; }

.fa-btc:before {
  content: "\f15a"; }

.fa-buffer:before {
  content: "\f837"; }

.fa-bug:before {
  content: "\f188"; }

.fa-building:before {
  content: "\f1ad"; }

.fa-bullhorn:before {
  content: "\f0a1"; }

.fa-bullseye:before {
  content: "\f140"; }

.fa-burn:before {
  content: "\f46a"; }

.fa-buromobelexperte:before {
  content: "\f37f"; }

.fa-bus:before {
  content: "\f207"; }

.fa-bus-alt:before {
  content: "\f55e"; }

.fa-business-time:before {
  content: "\f64a"; }

.fa-buysellads:before {
  content: "\f20d"; }

.fa-calculator:before {
  content: "\f1ec"; }

.fa-calendar:before {
  content: "\f133"; }

.fa-calendar-alt:before {
  content: "\f073"; }

.fa-calendar-check:before {
  content: "\f274"; }

.fa-calendar-day:before {
  content: "\f783"; }

.fa-calendar-minus:before {
  content: "\f272"; }

.fa-calendar-plus:before {
  content: "\f271"; }

.fa-calendar-times:before {
  content: "\f273"; }

.fa-calendar-week:before {
  content: "\f784"; }

.fa-camera:before {
  content: "\f030"; }

.fa-camera-retro:before {
  content: "\f083"; }

.fa-campground:before {
  content: "\f6bb"; }

.fa-canadian-maple-leaf:before {
  content: "\f785"; }

.fa-candy-cane:before {
  content: "\f786"; }

.fa-cannabis:before {
  content: "\f55f"; }

.fa-capsules:before {
  content: "\f46b"; }

.fa-car:before {
  content: "\f1b9"; }

.fa-car-alt:before {
  content: "\f5de"; }

.fa-car-battery:before {
  content: "\f5df"; }

.fa-car-crash:before {
  content: "\f5e1"; }

.fa-car-side:before {
  content: "\f5e4"; }

.fa-caret-down:before {
  content: "\f0d7"; }

.fa-caret-left:before {
  content: "\f0d9"; }

.fa-caret-right:before {
  content: "\f0da"; }

.fa-caret-square-down:before {
  content: "\f150"; }

.fa-caret-square-left:before {
  content: "\f191"; }

.fa-caret-square-right:before {
  content: "\f152"; }

.fa-caret-square-up:before {
  content: "\f151"; }

.fa-caret-up:before {
  content: "\f0d8"; }

.fa-carrot:before {
  content: "\f787"; }

.fa-cart-arrow-down:before {
  content: "\f218"; }

.fa-cart-plus:before {
  content: "\f217"; }

.fa-cash-register:before {
  content: "\f788"; }

.fa-cat:before {
  content: "\f6be"; }

.fa-cc-amazon-pay:before {
  content: "\f42d"; }

.fa-cc-amex:before {
  content: "\f1f3"; }

.fa-cc-apple-pay:before {
  content: "\f416"; }

.fa-cc-diners-club:before {
  content: "\f24c"; }

.fa-cc-discover:before {
  content: "\f1f2"; }

.fa-cc-jcb:before {
  content: "\f24b"; }

.fa-cc-mastercard:before {
  content: "\f1f1"; }

.fa-cc-paypal:before {
  content: "\f1f4"; }

.fa-cc-stripe:before {
  content: "\f1f5"; }

.fa-cc-visa:before {
  content: "\f1f0"; }

.fa-centercode:before {
  content: "\f380"; }

.fa-centos:before {
  content: "\f789"; }

.fa-certificate:before {
  content: "\f0a3"; }

.fa-chair:before {
  content: "\f6c0"; }

.fa-chalkboard:before {
  content: "\f51b"; }

.fa-chalkboard-teacher:before {
  content: "\f51c"; }

.fa-charging-station:before {
  content: "\f5e7"; }

.fa-chart-area:before {
  content: "\f1fe"; }

.fa-chart-bar:before {
  content: "\f080"; }

.fa-chart-line:before {
  content: "\f201"; }

.fa-chart-pie:before {
  content: "\f200"; }

.fa-check:before {
  content: "\f00c"; }

.fa-check-circle:before {
  content: "\f058"; }

.fa-check-double:before {
  content: "\f560"; }

.fa-check-square:before {
  content: "\f14a"; }

.fa-cheese:before {
  content: "\f7ef"; }

.fa-chess:before {
  content: "\f439"; }

.fa-chess-bishop:before {
  content: "\f43a"; }

.fa-chess-board:before {
  content: "\f43c"; }

.fa-chess-king:before {
  content: "\f43f"; }

.fa-chess-knight:before {
  content: "\f441"; }

.fa-chess-pawn:before {
  content: "\f443"; }

.fa-chess-queen:before {
  content: "\f445"; }

.fa-chess-rook:before {
  content: "\f447"; }

.fa-chevron-circle-down:before {
  content: "\f13a"; }

.fa-chevron-circle-left:before {
  content: "\f137"; }

.fa-chevron-circle-right:before {
  content: "\f138"; }

.fa-chevron-circle-up:before {
  content: "\f139"; }

.fa-chevron-down:before {
  content: "\f078"; }

.fa-chevron-left:before {
  content: "\f053"; }

.fa-chevron-right:before {
  content: "\f054"; }

.fa-chevron-up:before {
  content: "\f077"; }

.fa-child:before {
  content: "\f1ae"; }

.fa-chrome:before {
  content: "\f268"; }

.fa-chromecast:before {
  content: "\f838"; }

.fa-church:before {
  content: "\f51d"; }

.fa-circle:before {
  content: "\f111"; }

.fa-circle-notch:before {
  content: "\f1ce"; }

.fa-city:before {
  content: "\f64f"; }

.fa-clinic-medical:before {
  content: "\f7f2"; }

.fa-clipboard:before {
  content: "\f328"; }

.fa-clipboard-check:before {
  content: "\f46c"; }

.fa-clipboard-list:before {
  content: "\f46d"; }

.fa-clock:before {
  content: "\f017"; }

.fa-clone:before {
  content: "\f24d"; }

.fa-closed-captioning:before {
  content: "\f20a"; }

.fa-cloud:before {
  content: "\f0c2"; }

.fa-cloud-download-alt:before {
  content: "\f381"; }

.fa-cloud-meatball:before {
  content: "\f73b"; }

.fa-cloud-moon:before {
  content: "\f6c3"; }

.fa-cloud-moon-rain:before {
  content: "\f73c"; }

.fa-cloud-rain:before {
  content: "\f73d"; }

.fa-cloud-showers-heavy:before {
  content: "\f740"; }

.fa-cloud-sun:before {
  content: "\f6c4"; }

.fa-cloud-sun-rain:before {
  content: "\f743"; }

.fa-cloud-upload-alt:before {
  content: "\f382"; }

.fa-cloudscale:before {
  content: "\f383"; }

.fa-cloudsmith:before {
  content: "\f384"; }

.fa-cloudversify:before {
  content: "\f385"; }

.fa-cocktail:before {
  content: "\f561"; }

.fa-code:before {
  content: "\f121"; }

.fa-code-branch:before {
  content: "\f126"; }

.fa-codepen:before {
  content: "\f1cb"; }

.fa-codiepie:before {
  content: "\f284"; }

.fa-coffee:before {
  content: "\f0f4"; }

.fa-cog:before {
  content: "\f013"; }

.fa-cogs:before {
  content: "\f085"; }

.fa-coins:before {
  content: "\f51e"; }

.fa-columns:before {
  content: "\f0db"; }

.fa-comment:before {
  content: "\f075"; }

.fa-comment-alt:before {
  content: "\f27a"; }

.fa-comment-dollar:before {
  content: "\f651"; }

.fa-comment-dots:before {
  content: "\f4ad"; }

.fa-comment-medical:before {
  content: "\f7f5"; }

.fa-comment-slash:before {
  content: "\f4b3"; }

.fa-comments:before {
  content: "\f086"; }

.fa-comments-dollar:before {
  content: "\f653"; }

.fa-compact-disc:before {
  content: "\f51f"; }

.fa-compass:before {
  content: "\f14e"; }

.fa-compress:before {
  content: "\f066"; }

.fa-compress-arrows-alt:before {
  content: "\f78c"; }

.fa-concierge-bell:before {
  content: "\f562"; }

.fa-confluence:before {
  content: "\f78d"; }

.fa-connectdevelop:before {
  content: "\f20e"; }

.fa-contao:before {
  content: "\f26d"; }

.fa-cookie:before {
  content: "\f563"; }

.fa-cookie-bite:before {
  content: "\f564"; }

.fa-copy:before {
  content: "\f0c5"; }

.fa-copyright:before {
  content: "\f1f9"; }

.fa-couch:before {
  content: "\f4b8"; }

.fa-cpanel:before {
  content: "\f388"; }

.fa-creative-commons:before {
  content: "\f25e"; }

.fa-creative-commons-by:before {
  content: "\f4e7"; }

.fa-creative-commons-nc:before {
  content: "\f4e8"; }

.fa-creative-commons-nc-eu:before {
  content: "\f4e9"; }

.fa-creative-commons-nc-jp:before {
  content: "\f4ea"; }

.fa-creative-commons-nd:before {
  content: "\f4eb"; }

.fa-creative-commons-pd:before {
  content: "\f4ec"; }

.fa-creative-commons-pd-alt:before {
  content: "\f4ed"; }

.fa-creative-commons-remix:before {
  content: "\f4ee"; }

.fa-creative-commons-sa:before {
  content: "\f4ef"; }

.fa-creative-commons-sampling:before {
  content: "\f4f0"; }

.fa-creative-commons-sampling-plus:before {
  content: "\f4f1"; }

.fa-creative-commons-share:before {
  content: "\f4f2"; }

.fa-creative-commons-zero:before {
  content: "\f4f3"; }

.fa-credit-card:before {
  content: "\f09d"; }

.fa-critical-role:before {
  content: "\f6c9"; }

.fa-crop:before {
  content: "\f125"; }

.fa-crop-alt:before {
  content: "\f565"; }

.fa-cross:before {
  content: "\f654"; }

.fa-crosshairs:before {
  content: "\f05b"; }

.fa-crow:before {
  content: "\f520"; }

.fa-crown:before {
  content: "\f521"; }

.fa-crutch:before {
  content: "\f7f7"; }

.fa-css3:before {
  content: "\f13c"; }

.fa-css3-alt:before {
  content: "\f38b"; }

.fa-cube:before {
  content: "\f1b2"; }

.fa-cubes:before {
  content: "\f1b3"; }

.fa-cut:before {
  content: "\f0c4"; }

.fa-cuttlefish:before {
  content: "\f38c"; }

.fa-d-and-d:before {
  content: "\f38d"; }

.fa-d-and-d-beyond:before {
  content: "\f6ca"; }

.fa-dashcube:before {
  content: "\f210"; }

.fa-database:before {
  content: "\f1c0"; }

.fa-deaf:before {
  content: "\f2a4"; }

.fa-delicious:before {
  content: "\f1a5"; }

.fa-democrat:before {
  content: "\f747"; }

.fa-deploydog:before {
  content: "\f38e"; }

.fa-deskpro:before {
  content: "\f38f"; }

.fa-desktop:before {
  content: "\f108"; }

.fa-dev:before {
  content: "\f6cc"; }

.fa-deviantart:before {
  content: "\f1bd"; }

.fa-dharmachakra:before {
  content: "\f655"; }

.fa-dhl:before {
  content: "\f790"; }

.fa-diagnoses:before {
  content: "\f470"; }

.fa-diaspora:before {
  content: "\f791"; }

.fa-dice:before {
  content: "\f522"; }

.fa-dice-d20:before {
  content: "\f6cf"; }

.fa-dice-d6:before {
  content: "\f6d1"; }

.fa-dice-five:before {
  content: "\f523"; }

.fa-dice-four:before {
  content: "\f524"; }

.fa-dice-one:before {
  content: "\f525"; }

.fa-dice-six:before {
  content: "\f526"; }

.fa-dice-three:before {
  content: "\f527"; }

.fa-dice-two:before {
  content: "\f528"; }

.fa-digg:before {
  content: "\f1a6"; }

.fa-digital-ocean:before {
  content: "\f391"; }

.fa-digital-tachograph:before {
  content: "\f566"; }

.fa-directions:before {
  content: "\f5eb"; }

.fa-discord:before {
  content: "\f392"; }

.fa-discourse:before {
  content: "\f393"; }

.fa-divide:before {
  content: "\f529"; }

.fa-dizzy:before {
  content: "\f567"; }

.fa-dna:before {
  content: "\f471"; }

.fa-dochub:before {
  content: "\f394"; }

.fa-docker:before {
  content: "\f395"; }

.fa-dog:before {
  content: "\f6d3"; }

.fa-dollar-sign:before {
  content: "\f155"; }

.fa-dolly:before {
  content: "\f472"; }

.fa-dolly-flatbed:before {
  content: "\f474"; }

.fa-donate:before {
  content: "\f4b9"; }

.fa-door-closed:before {
  content: "\f52a"; }

.fa-door-open:before {
  content: "\f52b"; }

.fa-dot-circle:before {
  content: "\f192"; }

.fa-dove:before {
  content: "\f4ba"; }

.fa-download:before {
  content: "\f019"; }

.fa-draft2digital:before {
  content: "\f396"; }

.fa-drafting-compass:before {
  content: "\f568"; }

.fa-dragon:before {
  content: "\f6d5"; }

.fa-draw-polygon:before {
  content: "\f5ee"; }

.fa-dribbble:before {
  content: "\f17d"; }

.fa-dribbble-square:before {
  content: "\f397"; }

.fa-dropbox:before {
  content: "\f16b"; }

.fa-drum:before {
  content: "\f569"; }

.fa-drum-steelpan:before {
  content: "\f56a"; }

.fa-drumstick-bite:before {
  content: "\f6d7"; }

.fa-drupal:before {
  content: "\f1a9"; }

.fa-dumbbell:before {
  content: "\f44b"; }

.fa-dumpster:before {
  content: "\f793"; }

.fa-dumpster-fire:before {
  content: "\f794"; }

.fa-dungeon:before {
  content: "\f6d9"; }

.fa-dyalog:before {
  content: "\f399"; }

.fa-earlybirds:before {
  content: "\f39a"; }

.fa-ebay:before {
  content: "\f4f4"; }

.fa-edge:before {
  content: "\f282"; }

.fa-edit:before {
  content: "\f044"; }

.fa-egg:before {
  content: "\f7fb"; }

.fa-eject:before {
  content: "\f052"; }

.fa-elementor:before {
  content: "\f430"; }

.fa-ellipsis-h:before {
  content: "\f141"; }

.fa-ellipsis-v:before {
  content: "\f142"; }

.fa-ello:before {
  content: "\f5f1"; }

.fa-ember:before {
  content: "\f423"; }

.fa-empire:before {
  content: "\f1d1"; }

.fa-envelope:before {
  content: "\f0e0"; }

.fa-envelope-open:before {
  content: "\f2b6"; }

.fa-envelope-open-text:before {
  content: "\f658"; }

.fa-envelope-square:before {
  content: "\f199"; }

.fa-envira:before {
  content: "\f299"; }

.fa-equals:before {
  content: "\f52c"; }

.fa-eraser:before {
  content: "\f12d"; }

.fa-erlang:before {
  content: "\f39d"; }

.fa-ethereum:before {
  content: "\f42e"; }

.fa-ethernet:before {
  content: "\f796"; }

.fa-etsy:before {
  content: "\f2d7"; }

.fa-euro-sign:before {
  content: "\f153"; }

.fa-evernote:before {
  content: "\f839"; }

.fa-exchange-alt:before {
  content: "\f362"; }

.fa-exclamation:before {
  content: "\f12a"; }

.fa-exclamation-circle:before {
  content: "\f06a"; }

.fa-exclamation-triangle:before {
  content: "\f071"; }

.fa-expand:before {
  content: "\f065"; }

.fa-expand-arrows-alt:before {
  content: "\f31e"; }

.fa-expeditedssl:before {
  content: "\f23e"; }

.fa-external-link-alt:before {
  content: "\f35d"; }

.fa-external-link-square-alt:before {
  content: "\f360"; }

.fa-eye:before {
  content: "\f06e"; }

.fa-eye-dropper:before {
  content: "\f1fb"; }

.fa-eye-slash:before {
  content: "\f070"; }

.fa-facebook:before {
  content: "\f09a"; }

.fa-facebook-f:before {
  content: "\f39e"; }

.fa-facebook-messenger:before {
  content: "\f39f"; }

.fa-facebook-square:before {
  content: "\f082"; }

.fa-fantasy-flight-games:before {
  content: "\f6dc"; }

.fa-fast-backward:before {
  content: "\f049"; }

.fa-fast-forward:before {
  content: "\f050"; }

.fa-fax:before {
  content: "\f1ac"; }

.fa-feather:before {
  content: "\f52d"; }

.fa-feather-alt:before {
  content: "\f56b"; }

.fa-fedex:before {
  content: "\f797"; }

.fa-fedora:before {
  content: "\f798"; }

.fa-female:before {
  content: "\f182"; }

.fa-fighter-jet:before {
  content: "\f0fb"; }

.fa-figma:before {
  content: "\f799"; }

.fa-file:before {
  content: "\f15b"; }

.fa-file-alt:before {
  content: "\f15c"; }

.fa-file-archive:before {
  content: "\f1c6"; }

.fa-file-audio:before {
  content: "\f1c7"; }

.fa-file-code:before {
  content: "\f1c9"; }

.fa-file-contract:before {
  content: "\f56c"; }

.fa-file-csv:before {
  content: "\f6dd"; }

.fa-file-download:before {
  content: "\f56d"; }

.fa-file-excel:before {
  content: "\f1c3"; }

.fa-file-export:before {
  content: "\f56e"; }

.fa-file-image:before {
  content: "\f1c5"; }

.fa-file-import:before {
  content: "\f56f"; }

.fa-file-invoice:before {
  content: "\f570"; }

.fa-file-invoice-dollar:before {
  content: "\f571"; }

.fa-file-medical:before {
  content: "\f477"; }

.fa-file-medical-alt:before {
  content: "\f478"; }

.fa-file-pdf:before {
  content: "\f1c1"; }

.fa-file-powerpoint:before {
  content: "\f1c4"; }

.fa-file-prescription:before {
  content: "\f572"; }

.fa-file-signature:before {
  content: "\f573"; }

.fa-file-upload:before {
  content: "\f574"; }

.fa-file-video:before {
  content: "\f1c8"; }

.fa-file-word:before {
  content: "\f1c2"; }

.fa-fill:before {
  content: "\f575"; }

.fa-fill-drip:before {
  content: "\f576"; }

.fa-film:before {
  content: "\f008"; }

.fa-filter:before {
  content: "\f0b0"; }

.fa-fingerprint:before {
  content: "\f577"; }

.fa-fire:before {
  content: "\f06d"; }

.fa-fire-alt:before {
  content: "\f7e4"; }

.fa-fire-extinguisher:before {
  content: "\f134"; }

.fa-firefox:before {
  content: "\f269"; }

.fa-first-aid:before {
  content: "\f479"; }

.fa-first-order:before {
  content: "\f2b0"; }

.fa-first-order-alt:before {
  content: "\f50a"; }

.fa-firstdraft:before {
  content: "\f3a1"; }

.fa-fish:before {
  content: "\f578"; }

.fa-fist-raised:before {
  content: "\f6de"; }

.fa-flag:before {
  content: "\f024"; }

.fa-flag-checkered:before {
  content: "\f11e"; }

.fa-flag-usa:before {
  content: "\f74d"; }

.fa-flask:before {
  content: "\f0c3"; }

.fa-flickr:before {
  content: "\f16e"; }

.fa-flipboard:before {
  content: "\f44d"; }

.fa-flushed:before {
  content: "\f579"; }

.fa-fly:before {
  content: "\f417"; }

.fa-folder:before {
  content: "\f07b"; }

.fa-folder-minus:before {
  content: "\f65d"; }

.fa-folder-open:before {
  content: "\f07c"; }

.fa-folder-plus:before {
  content: "\f65e"; }

.fa-font:before {
  content: "\f031"; }

.fa-font-awesome:before {
  content: "\f2b4"; }

.fa-font-awesome-alt:before {
  content: "\f35c"; }

.fa-font-awesome-flag:before {
  content: "\f425"; }

.fa-font-awesome-logo-full:before {
  content: "\f4e6"; }

.fa-fonticons:before {
  content: "\f280"; }

.fa-fonticons-fi:before {
  content: "\f3a2"; }

.fa-football-ball:before {
  content: "\f44e"; }

.fa-fort-awesome:before {
  content: "\f286"; }

.fa-fort-awesome-alt:before {
  content: "\f3a3"; }

.fa-forumbee:before {
  content: "\f211"; }

.fa-forward:before {
  content: "\f04e"; }

.fa-foursquare:before {
  content: "\f180"; }

.fa-free-code-camp:before {
  content: "\f2c5"; }

.fa-freebsd:before {
  content: "\f3a4"; }

.fa-frog:before {
  content: "\f52e"; }

.fa-frown:before {
  content: "\f119"; }

.fa-frown-open:before {
  content: "\f57a"; }

.fa-fulcrum:before {
  content: "\f50b"; }

.fa-funnel-dollar:before {
  content: "\f662"; }

.fa-futbol:before {
  content: "\f1e3"; }

.fa-galactic-republic:before {
  content: "\f50c"; }

.fa-galactic-senate:before {
  content: "\f50d"; }

.fa-gamepad:before {
  content: "\f11b"; }

.fa-gas-pump:before {
  content: "\f52f"; }

.fa-gavel:before {
  content: "\f0e3"; }

.fa-gem:before {
  content: "\f3a5"; }

.fa-genderless:before {
  content: "\f22d"; }

.fa-get-pocket:before {
  content: "\f265"; }

.fa-gg:before {
  content: "\f260"; }

.fa-gg-circle:before {
  content: "\f261"; }

.fa-ghost:before {
  content: "\f6e2"; }

.fa-gift:before {
  content: "\f06b"; }

.fa-gifts:before {
  content: "\f79c"; }

.fa-git:before {
  content: "\f1d3"; }

.fa-git-alt:before {
  content: "\f841"; }

.fa-git-square:before {
  content: "\f1d2"; }

.fa-github:before {
  content: "\f09b"; }

.fa-github-alt:before {
  content: "\f113"; }

.fa-github-square:before {
  content: "\f092"; }

.fa-gitkraken:before {
  content: "\f3a6"; }

.fa-gitlab:before {
  content: "\f296"; }

.fa-gitter:before {
  content: "\f426"; }

.fa-glass-cheers:before {
  content: "\f79f"; }

.fa-glass-martini:before {
  content: "\f000"; }

.fa-glass-martini-alt:before {
  content: "\f57b"; }

.fa-glass-whiskey:before {
  content: "\f7a0"; }

.fa-glasses:before {
  content: "\f530"; }

.fa-glide:before {
  content: "\f2a5"; }

.fa-glide-g:before {
  content: "\f2a6"; }

.fa-globe:before {
  content: "\f0ac"; }

.fa-globe-africa:before {
  content: "\f57c"; }

.fa-globe-americas:before {
  content: "\f57d"; }

.fa-globe-asia:before {
  content: "\f57e"; }

.fa-globe-europe:before {
  content: "\f7a2"; }

.fa-gofore:before {
  content: "\f3a7"; }

.fa-golf-ball:before {
  content: "\f450"; }

.fa-goodreads:before {
  content: "\f3a8"; }

.fa-goodreads-g:before {
  content: "\f3a9"; }

.fa-google:before {
  content: "\f1a0"; }

.fa-google-drive:before {
  content: "\f3aa"; }

.fa-google-play:before {
  content: "\f3ab"; }

.fa-google-plus:before {
  content: "\f2b3"; }

.fa-google-plus-g:before {
  content: "\f0d5"; }

.fa-google-plus-square:before {
  content: "\f0d4"; }

.fa-google-wallet:before {
  content: "\f1ee"; }

.fa-gopuram:before {
  content: "\f664"; }

.fa-graduation-cap:before {
  content: "\f19d"; }

.fa-gratipay:before {
  content: "\f184"; }

.fa-grav:before {
  content: "\f2d6"; }

.fa-greater-than:before {
  content: "\f531"; }

.fa-greater-than-equal:before {
  content: "\f532"; }

.fa-grimace:before {
  content: "\f57f"; }

.fa-grin:before {
  content: "\f580"; }

.fa-grin-alt:before {
  content: "\f581"; }

.fa-grin-beam:before {
  content: "\f582"; }

.fa-grin-beam-sweat:before {
  content: "\f583"; }

.fa-grin-hearts:before {
  content: "\f584"; }

.fa-grin-squint:before {
  content: "\f585"; }

.fa-grin-squint-tears:before {
  content: "\f586"; }

.fa-grin-stars:before {
  content: "\f587"; }

.fa-grin-tears:before {
  content: "\f588"; }

.fa-grin-tongue:before {
  content: "\f589"; }

.fa-grin-tongue-squint:before {
  content: "\f58a"; }

.fa-grin-tongue-wink:before {
  content: "\f58b"; }

.fa-grin-wink:before {
  content: "\f58c"; }

.fa-grip-horizontal:before {
  content: "\f58d"; }

.fa-grip-lines:before {
  content: "\f7a4"; }

.fa-grip-lines-vertical:before {
  content: "\f7a5"; }

.fa-grip-vertical:before {
  content: "\f58e"; }

.fa-gripfire:before {
  content: "\f3ac"; }

.fa-grunt:before {
  content: "\f3ad"; }

.fa-guitar:before {
  content: "\f7a6"; }

.fa-gulp:before {
  content: "\f3ae"; }

.fa-h-square:before {
  content: "\f0fd"; }

.fa-hacker-news:before {
  content: "\f1d4"; }

.fa-hacker-news-square:before {
  content: "\f3af"; }

.fa-hackerrank:before {
  content: "\f5f7"; }

.fa-hamburger:before {
  content: "\f805"; }

.fa-hammer:before {
  content: "\f6e3"; }

.fa-hamsa:before {
  content: "\f665"; }

.fa-hand-holding:before {
  content: "\f4bd"; }

.fa-hand-holding-heart:before {
  content: "\f4be"; }

.fa-hand-holding-usd:before {
  content: "\f4c0"; }

.fa-hand-lizard:before {
  content: "\f258"; }

.fa-hand-middle-finger:before {
  content: "\f806"; }

.fa-hand-paper:before {
  content: "\f256"; }

.fa-hand-peace:before {
  content: "\f25b"; }

.fa-hand-point-down:before {
  content: "\f0a7"; }

.fa-hand-point-left:before {
  content: "\f0a5"; }

.fa-hand-point-right:before {
  content: "\f0a4"; }

.fa-hand-point-up:before {
  content: "\f0a6"; }

.fa-hand-pointer:before {
  content: "\f25a"; }

.fa-hand-rock:before {
  content: "\f255"; }

.fa-hand-scissors:before {
  content: "\f257"; }

.fa-hand-spock:before {
  content: "\f259"; }

.fa-hands:before {
  content: "\f4c2"; }

.fa-hands-helping:before {
  content: "\f4c4"; }

.fa-handshake:before {
  content: "\f2b5"; }

.fa-hanukiah:before {
  content: "\f6e6"; }

.fa-hard-hat:before {
  content: "\f807"; }

.fa-hashtag:before {
  content: "\f292"; }

.fa-hat-wizard:before {
  content: "\f6e8"; }

.fa-haykal:before {
  content: "\f666"; }

.fa-hdd:before {
  content: "\f0a0"; }

.fa-heading:before {
  content: "\f1dc"; }

.fa-headphones:before {
  content: "\f025"; }

.fa-headphones-alt:before {
  content: "\f58f"; }

.fa-headset:before {
  content: "\f590"; }

.fa-heart:before {
  content: "\f004"; }

.fa-heart-broken:before {
  content: "\f7a9"; }

.fa-heartbeat:before {
  content: "\f21e"; }

.fa-helicopter:before {
  content: "\f533"; }

.fa-highlighter:before {
  content: "\f591"; }

.fa-hiking:before {
  content: "\f6ec"; }

.fa-hippo:before {
  content: "\f6ed"; }

.fa-hips:before {
  content: "\f452"; }

.fa-hire-a-helper:before {
  content: "\f3b0"; }

.fa-history:before {
  content: "\f1da"; }

.fa-hockey-puck:before {
  content: "\f453"; }

.fa-holly-berry:before {
  content: "\f7aa"; }

.fa-home:before {
  content: "\f015"; }

.fa-hooli:before {
  content: "\f427"; }

.fa-hornbill:before {
  content: "\f592"; }

.fa-horse:before {
  content: "\f6f0"; }

.fa-horse-head:before {
  content: "\f7ab"; }

.fa-hospital:before {
  content: "\f0f8"; }

.fa-hospital-alt:before {
  content: "\f47d"; }

.fa-hospital-symbol:before {
  content: "\f47e"; }

.fa-hot-tub:before {
  content: "\f593"; }

.fa-hotdog:before {
  content: "\f80f"; }

.fa-hotel:before {
  content: "\f594"; }

.fa-hotjar:before {
  content: "\f3b1"; }

.fa-hourglass:before {
  content: "\f254"; }

.fa-hourglass-end:before {
  content: "\f253"; }

.fa-hourglass-half:before {
  content: "\f252"; }

.fa-hourglass-start:before {
  content: "\f251"; }

.fa-house-damage:before {
  content: "\f6f1"; }

.fa-houzz:before {
  content: "\f27c"; }

.fa-hryvnia:before {
  content: "\f6f2"; }

.fa-html5:before {
  content: "\f13b"; }

.fa-hubspot:before {
  content: "\f3b2"; }

.fa-i-cursor:before {
  content: "\f246"; }

.fa-ice-cream:before {
  content: "\f810"; }

.fa-icicles:before {
  content: "\f7ad"; }

.fa-id-badge:before {
  content: "\f2c1"; }

.fa-id-card:before {
  content: "\f2c2"; }

.fa-id-card-alt:before {
  content: "\f47f"; }

.fa-igloo:before {
  content: "\f7ae"; }

.fa-image:before {
  content: "\f03e"; }

.fa-images:before {
  content: "\f302"; }

.fa-imdb:before {
  content: "\f2d8"; }

.fa-inbox:before {
  content: "\f01c"; }

.fa-indent:before {
  content: "\f03c"; }

.fa-industry:before {
  content: "\f275"; }

.fa-infinity:before {
  content: "\f534"; }

.fa-info:before {
  content: "\f129"; }

.fa-info-circle:before {
  content: "\f05a"; }

.fa-instagram:before {
  content: "\f16d"; }

.fa-intercom:before {
  content: "\f7af"; }

.fa-internet-explorer:before {
  content: "\f26b"; }

.fa-invision:before {
  content: "\f7b0"; }

.fa-ioxhost:before {
  content: "\f208"; }

.fa-italic:before {
  content: "\f033"; }

.fa-itch-io:before {
  content: "\f83a"; }

.fa-itunes:before {
  content: "\f3b4"; }

.fa-itunes-note:before {
  content: "\f3b5"; }

.fa-java:before {
  content: "\f4e4"; }

.fa-jedi:before {
  content: "\f669"; }

.fa-jedi-order:before {
  content: "\f50e"; }

.fa-jenkins:before {
  content: "\f3b6"; }

.fa-jira:before {
  content: "\f7b1"; }

.fa-joget:before {
  content: "\f3b7"; }

.fa-joint:before {
  content: "\f595"; }

.fa-joomla:before {
  content: "\f1aa"; }

.fa-journal-whills:before {
  content: "\f66a"; }

.fa-js:before {
  content: "\f3b8"; }

.fa-js-square:before {
  content: "\f3b9"; }

.fa-jsfiddle:before {
  content: "\f1cc"; }

.fa-kaaba:before {
  content: "\f66b"; }

.fa-kaggle:before {
  content: "\f5fa"; }

.fa-key:before {
  content: "\f084"; }

.fa-keybase:before {
  content: "\f4f5"; }

.fa-keyboard:before {
  content: "\f11c"; }

.fa-keycdn:before {
  content: "\f3ba"; }

.fa-khanda:before {
  content: "\f66d"; }

.fa-kickstarter:before {
  content: "\f3bb"; }

.fa-kickstarter-k:before {
  content: "\f3bc"; }

.fa-kiss:before {
  content: "\f596"; }

.fa-kiss-beam:before {
  content: "\f597"; }

.fa-kiss-wink-heart:before {
  content: "\f598"; }

.fa-kiwi-bird:before {
  content: "\f535"; }

.fa-korvue:before {
  content: "\f42f"; }

.fa-landmark:before {
  content: "\f66f"; }

.fa-language:before {
  content: "\f1ab"; }

.fa-laptop:before {
  content: "\f109"; }

.fa-laptop-code:before {
  content: "\f5fc"; }

.fa-laptop-medical:before {
  content: "\f812"; }

.fa-laravel:before {
  content: "\f3bd"; }

.fa-lastfm:before {
  content: "\f202"; }

.fa-lastfm-square:before {
  content: "\f203"; }

.fa-laugh:before {
  content: "\f599"; }

.fa-laugh-beam:before {
  content: "\f59a"; }

.fa-laugh-squint:before {
  content: "\f59b"; }

.fa-laugh-wink:before {
  content: "\f59c"; }

.fa-layer-group:before {
  content: "\f5fd"; }

.fa-leaf:before {
  content: "\f06c"; }

.fa-leanpub:before {
  content: "\f212"; }

.fa-lemon:before {
  content: "\f094"; }

.fa-less:before {
  content: "\f41d"; }

.fa-less-than:before {
  content: "\f536"; }

.fa-less-than-equal:before {
  content: "\f537"; }

.fa-level-down-alt:before {
  content: "\f3be"; }

.fa-level-up-alt:before {
  content: "\f3bf"; }

.fa-life-ring:before {
  content: "\f1cd"; }

.fa-lightbulb:before {
  content: "\f0eb"; }

.fa-line:before {
  content: "\f3c0"; }

.fa-link:before {
  content: "\f0c1"; }

.fa-linkedin:before {
  content: "\f08c"; }

.fa-linkedin-in:before {
  content: "\f0e1"; }

.fa-linode:before {
  content: "\f2b8"; }

.fa-linux:before {
  content: "\f17c"; }

.fa-lira-sign:before {
  content: "\f195"; }

.fa-list:before {
  content: "\f03a"; }

.fa-list-alt:before {
  content: "\f022"; }

.fa-list-ol:before {
  content: "\f0cb"; }

.fa-list-ul:before {
  content: "\f0ca"; }

.fa-location-arrow:before {
  content: "\f124"; }

.fa-lock:before {
  content: "\f023"; }

.fa-lock-open:before {
  content: "\f3c1"; }

.fa-long-arrow-alt-down:before {
  content: "\f309"; }

.fa-long-arrow-alt-left:before {
  content: "\f30a"; }

.fa-long-arrow-alt-right:before {
  content: "\f30b"; }

.fa-long-arrow-alt-up:before {
  content: "\f30c"; }

.fa-low-vision:before {
  content: "\f2a8"; }

.fa-luggage-cart:before {
  content: "\f59d"; }

.fa-lyft:before {
  content: "\f3c3"; }

.fa-magento:before {
  content: "\f3c4"; }

.fa-magic:before {
  content: "\f0d0"; }

.fa-magnet:before {
  content: "\f076"; }

.fa-mail-bulk:before {
  content: "\f674"; }

.fa-mailchimp:before {
  content: "\f59e"; }

.fa-male:before {
  content: "\f183"; }

.fa-mandalorian:before {
  content: "\f50f"; }

.fa-map:before {
  content: "\f279"; }

.fa-map-marked:before {
  content: "\f59f"; }

.fa-map-marked-alt:before {
  content: "\f5a0"; }

.fa-map-marker:before {
  content: "\f041"; }

.fa-map-marker-alt:before {
  content: "\f3c5"; }

.fa-map-pin:before {
  content: "\f276"; }

.fa-map-signs:before {
  content: "\f277"; }

.fa-markdown:before {
  content: "\f60f"; }

.fa-marker:before {
  content: "\f5a1"; }

.fa-mars:before {
  content: "\f222"; }

.fa-mars-double:before {
  content: "\f227"; }

.fa-mars-stroke:before {
  content: "\f229"; }

.fa-mars-stroke-h:before {
  content: "\f22b"; }

.fa-mars-stroke-v:before {
  content: "\f22a"; }

.fa-mask:before {
  content: "\f6fa"; }

.fa-mastodon:before {
  content: "\f4f6"; }

.fa-maxcdn:before {
  content: "\f136"; }

.fa-medal:before {
  content: "\f5a2"; }

.fa-medapps:before {
  content: "\f3c6"; }

.fa-medium:before {
  content: "\f23a"; }

.fa-medium-m:before {
  content: "\f3c7"; }

.fa-medkit:before {
  content: "\f0fa"; }

.fa-medrt:before {
  content: "\f3c8"; }

.fa-meetup:before {
  content: "\f2e0"; }

.fa-megaport:before {
  content: "\f5a3"; }

.fa-meh:before {
  content: "\f11a"; }

.fa-meh-blank:before {
  content: "\f5a4"; }

.fa-meh-rolling-eyes:before {
  content: "\f5a5"; }

.fa-memory:before {
  content: "\f538"; }

.fa-mendeley:before {
  content: "\f7b3"; }

.fa-menorah:before {
  content: "\f676"; }

.fa-mercury:before {
  content: "\f223"; }

.fa-meteor:before {
  content: "\f753"; }

.fa-microchip:before {
  content: "\f2db"; }

.fa-microphone:before {
  content: "\f130"; }

.fa-microphone-alt:before {
  content: "\f3c9"; }

.fa-microphone-alt-slash:before {
  content: "\f539"; }

.fa-microphone-slash:before {
  content: "\f131"; }

.fa-microscope:before {
  content: "\f610"; }

.fa-microsoft:before {
  content: "\f3ca"; }

.fa-minus:before {
  content: "\f068"; }

.fa-minus-circle:before {
  content: "\f056"; }

.fa-minus-square:before {
  content: "\f146"; }

.fa-mitten:before {
  content: "\f7b5"; }

.fa-mix:before {
  content: "\f3cb"; }

.fa-mixcloud:before {
  content: "\f289"; }

.fa-mizuni:before {
  content: "\f3cc"; }

.fa-mobile:before {
  content: "\f10b"; }

.fa-mobile-alt:before {
  content: "\f3cd"; }

.fa-modx:before {
  content: "\f285"; }

.fa-monero:before {
  content: "\f3d0"; }

.fa-money-bill:before {
  content: "\f0d6"; }

.fa-money-bill-alt:before {
  content: "\f3d1"; }

.fa-money-bill-wave:before {
  content: "\f53a"; }

.fa-money-bill-wave-alt:before {
  content: "\f53b"; }

.fa-money-check:before {
  content: "\f53c"; }

.fa-money-check-alt:before {
  content: "\f53d"; }

.fa-monument:before {
  content: "\f5a6"; }

.fa-moon:before {
  content: "\f186"; }

.fa-mortar-pestle:before {
  content: "\f5a7"; }

.fa-mosque:before {
  content: "\f678"; }

.fa-motorcycle:before {
  content: "\f21c"; }

.fa-mountain:before {
  content: "\f6fc"; }

.fa-mouse-pointer:before {
  content: "\f245"; }

.fa-mug-hot:before {
  content: "\f7b6"; }

.fa-music:before {
  content: "\f001"; }

.fa-napster:before {
  content: "\f3d2"; }

.fa-neos:before {
  content: "\f612"; }

.fa-network-wired:before {
  content: "\f6ff"; }

.fa-neuter:before {
  content: "\f22c"; }

.fa-newspaper:before {
  content: "\f1ea"; }

.fa-nimblr:before {
  content: "\f5a8"; }

.fa-nintendo-switch:before {
  content: "\f418"; }

.fa-node:before {
  content: "\f419"; }

.fa-node-js:before {
  content: "\f3d3"; }

.fa-not-equal:before {
  content: "\f53e"; }

.fa-notes-medical:before {
  content: "\f481"; }

.fa-npm:before {
  content: "\f3d4"; }

.fa-ns8:before {
  content: "\f3d5"; }

.fa-nutritionix:before {
  content: "\f3d6"; }

.fa-object-group:before {
  content: "\f247"; }

.fa-object-ungroup:before {
  content: "\f248"; }

.fa-odnoklassniki:before {
  content: "\f263"; }

.fa-odnoklassniki-square:before {
  content: "\f264"; }

.fa-oil-can:before {
  content: "\f613"; }

.fa-old-republic:before {
  content: "\f510"; }

.fa-om:before {
  content: "\f679"; }

.fa-opencart:before {
  content: "\f23d"; }

.fa-openid:before {
  content: "\f19b"; }

.fa-opera:before {
  content: "\f26a"; }

.fa-optin-monster:before {
  content: "\f23c"; }

.fa-osi:before {
  content: "\f41a"; }

.fa-otter:before {
  content: "\f700"; }

.fa-outdent:before {
  content: "\f03b"; }

.fa-page4:before {
  content: "\f3d7"; }

.fa-pagelines:before {
  content: "\f18c"; }

.fa-pager:before {
  content: "\f815"; }

.fa-paint-brush:before {
  content: "\f1fc"; }

.fa-paint-roller:before {
  content: "\f5aa"; }

.fa-palette:before {
  content: "\f53f"; }

.fa-palfed:before {
  content: "\f3d8"; }

.fa-pallet:before {
  content: "\f482"; }

.fa-paper-plane:before {
  content: "\f1d8"; }

.fa-paperclip:before {
  content: "\f0c6"; }

.fa-parachute-box:before {
  content: "\f4cd"; }

.fa-paragraph:before {
  content: "\f1dd"; }

.fa-parking:before {
  content: "\f540"; }

.fa-passport:before {
  content: "\f5ab"; }

.fa-pastafarianism:before {
  content: "\f67b"; }

.fa-paste:before {
  content: "\f0ea"; }

.fa-patreon:before {
  content: "\f3d9"; }

.fa-pause:before {
  content: "\f04c"; }

.fa-pause-circle:before {
  content: "\f28b"; }

.fa-paw:before {
  content: "\f1b0"; }

.fa-paypal:before {
  content: "\f1ed"; }

.fa-peace:before {
  content: "\f67c"; }

.fa-pen:before {
  content: "\f304"; }

.fa-pen-alt:before {
  content: "\f305"; }

.fa-pen-fancy:before {
  content: "\f5ac"; }

.fa-pen-nib:before {
  content: "\f5ad"; }

.fa-pen-square:before {
  content: "\f14b"; }

.fa-pencil-alt:before {
  content: "\f303"; }

.fa-pencil-ruler:before {
  content: "\f5ae"; }

.fa-penny-arcade:before {
  content: "\f704"; }

.fa-people-carry:before {
  content: "\f4ce"; }

.fa-pepper-hot:before {
  content: "\f816"; }

.fa-percent:before {
  content: "\f295"; }

.fa-percentage:before {
  content: "\f541"; }

.fa-periscope:before {
  content: "\f3da"; }

.fa-person-booth:before {
  content: "\f756"; }

.fa-phabricator:before {
  content: "\f3db"; }

.fa-phoenix-framework:before {
  content: "\f3dc"; }

.fa-phoenix-squadron:before {
  content: "\f511"; }

.fa-phone:before {
  content: "\f095"; }

.fa-phone-slash:before {
  content: "\f3dd"; }

.fa-phone-square:before {
  content: "\f098"; }

.fa-phone-volume:before {
  content: "\f2a0"; }

.fa-php:before {
  content: "\f457"; }

.fa-pied-piper:before {
  content: "\f2ae"; }

.fa-pied-piper-alt:before {
  content: "\f1a8"; }

.fa-pied-piper-hat:before {
  content: "\f4e5"; }

.fa-pied-piper-pp:before {
  content: "\f1a7"; }

.fa-piggy-bank:before {
  content: "\f4d3"; }

.fa-pills:before {
  content: "\f484"; }

.fa-pinterest:before {
  content: "\f0d2"; }

.fa-pinterest-p:before {
  content: "\f231"; }

.fa-pinterest-square:before {
  content: "\f0d3"; }

.fa-pizza-slice:before {
  content: "\f818"; }

.fa-place-of-worship:before {
  content: "\f67f"; }

.fa-plane:before {
  content: "\f072"; }

.fa-plane-arrival:before {
  content: "\f5af"; }

.fa-plane-departure:before {
  content: "\f5b0"; }

.fa-play:before {
  content: "\f04b"; }

.fa-play-circle:before {
  content: "\f144"; }

.fa-playstation:before {
  content: "\f3df"; }

.fa-plug:before {
  content: "\f1e6"; }

.fa-plus:before {
  content: "\f067"; }

.fa-plus-circle:before {
  content: "\f055"; }

.fa-plus-square:before {
  content: "\f0fe"; }

.fa-podcast:before {
  content: "\f2ce"; }

.fa-poll:before {
  content: "\f681"; }

.fa-poll-h:before {
  content: "\f682"; }

.fa-poo:before {
  content: "\f2fe"; }

.fa-poo-storm:before {
  content: "\f75a"; }

.fa-poop:before {
  content: "\f619"; }

.fa-portrait:before {
  content: "\f3e0"; }

.fa-pound-sign:before {
  content: "\f154"; }

.fa-power-off:before {
  content: "\f011"; }

.fa-pray:before {
  content: "\f683"; }

.fa-praying-hands:before {
  content: "\f684"; }

.fa-prescription:before {
  content: "\f5b1"; }

.fa-prescription-bottle:before {
  content: "\f485"; }

.fa-prescription-bottle-alt:before {
  content: "\f486"; }

.fa-print:before {
  content: "\f02f"; }

.fa-procedures:before {
  content: "\f487"; }

.fa-product-hunt:before {
  content: "\f288"; }

.fa-project-diagram:before {
  content: "\f542"; }

.fa-pushed:before {
  content: "\f3e1"; }

.fa-puzzle-piece:before {
  content: "\f12e"; }

.fa-python:before {
  content: "\f3e2"; }

.fa-qq:before {
  content: "\f1d6"; }

.fa-qrcode:before {
  content: "\f029"; }

.fa-question:before {
  content: "\f128"; }

.fa-question-circle:before {
  content: "\f059"; }

.fa-quidditch:before {
  content: "\f458"; }

.fa-quinscape:before {
  content: "\f459"; }

.fa-quora:before {
  content: "\f2c4"; }

.fa-quote-left:before {
  content: "\f10d"; }

.fa-quote-right:before {
  content: "\f10e"; }

.fa-quran:before {
  content: "\f687"; }

.fa-r-project:before {
  content: "\f4f7"; }

.fa-radiation:before {
  content: "\f7b9"; }

.fa-radiation-alt:before {
  content: "\f7ba"; }

.fa-rainbow:before {
  content: "\f75b"; }

.fa-random:before {
  content: "\f074"; }

.fa-raspberry-pi:before {
  content: "\f7bb"; }

.fa-ravelry:before {
  content: "\f2d9"; }

.fa-react:before {
  content: "\f41b"; }

.fa-reacteurope:before {
  content: "\f75d"; }

.fa-readme:before {
  content: "\f4d5"; }

.fa-rebel:before {
  content: "\f1d0"; }

.fa-receipt:before {
  content: "\f543"; }

.fa-recycle:before {
  content: "\f1b8"; }

.fa-red-river:before {
  content: "\f3e3"; }

.fa-reddit:before {
  content: "\f1a1"; }

.fa-reddit-alien:before {
  content: "\f281"; }

.fa-reddit-square:before {
  content: "\f1a2"; }

.fa-redhat:before {
  content: "\f7bc"; }

.fa-redo:before {
  content: "\f01e"; }

.fa-redo-alt:before {
  content: "\f2f9"; }

.fa-registered:before {
  content: "\f25d"; }

.fa-renren:before {
  content: "\f18b"; }

.fa-reply:before {
  content: "\f3e5"; }

.fa-reply-all:before {
  content: "\f122"; }

.fa-replyd:before {
  content: "\f3e6"; }

.fa-republican:before {
  content: "\f75e"; }

.fa-researchgate:before {
  content: "\f4f8"; }

.fa-resolving:before {
  content: "\f3e7"; }

.fa-restroom:before {
  content: "\f7bd"; }

.fa-retweet:before {
  content: "\f079"; }

.fa-rev:before {
  content: "\f5b2"; }

.fa-ribbon:before {
  content: "\f4d6"; }

.fa-ring:before {
  content: "\f70b"; }

.fa-road:before {
  content: "\f018"; }

.fa-robot:before {
  content: "\f544"; }

.fa-rocket:before {
  content: "\f135"; }

.fa-rocketchat:before {
  content: "\f3e8"; }

.fa-rockrms:before {
  content: "\f3e9"; }

.fa-route:before {
  content: "\f4d7"; }

.fa-rss:before {
  content: "\f09e"; }

.fa-rss-square:before {
  content: "\f143"; }

.fa-ruble-sign:before {
  content: "\f158"; }

.fa-ruler:before {
  content: "\f545"; }

.fa-ruler-combined:before {
  content: "\f546"; }

.fa-ruler-horizontal:before {
  content: "\f547"; }

.fa-ruler-vertical:before {
  content: "\f548"; }

.fa-running:before {
  content: "\f70c"; }

.fa-rupee-sign:before {
  content: "\f156"; }

.fa-sad-cry:before {
  content: "\f5b3"; }

.fa-sad-tear:before {
  content: "\f5b4"; }

.fa-safari:before {
  content: "\f267"; }

.fa-salesforce:before {
  content: "\f83b"; }

.fa-sass:before {
  content: "\f41e"; }

.fa-satellite:before {
  content: "\f7bf"; }

.fa-satellite-dish:before {
  content: "\f7c0"; }

.fa-save:before {
  content: "\f0c7"; }

.fa-schlix:before {
  content: "\f3ea"; }

.fa-school:before {
  content: "\f549"; }

.fa-screwdriver:before {
  content: "\f54a"; }

.fa-scribd:before {
  content: "\f28a"; }

.fa-scroll:before {
  content: "\f70e"; }

.fa-sd-card:before {
  content: "\f7c2"; }

.fa-search:before {
  content: "\f002"; }

.fa-search-dollar:before {
  content: "\f688"; }

.fa-search-location:before {
  content: "\f689"; }

.fa-search-minus:before {
  content: "\f010"; }

.fa-search-plus:before {
  content: "\f00e"; }

.fa-searchengin:before {
  content: "\f3eb"; }

.fa-seedling:before {
  content: "\f4d8"; }

.fa-sellcast:before {
  content: "\f2da"; }

.fa-sellsy:before {
  content: "\f213"; }

.fa-server:before {
  content: "\f233"; }

.fa-servicestack:before {
  content: "\f3ec"; }

.fa-shapes:before {
  content: "\f61f"; }

.fa-share:before {
  content: "\f064"; }

.fa-share-alt:before {
  content: "\f1e0"; }

.fa-share-alt-square:before {
  content: "\f1e1"; }

.fa-share-square:before {
  content: "\f14d"; }

.fa-shekel-sign:before {
  content: "\f20b"; }

.fa-shield-alt:before {
  content: "\f3ed"; }

.fa-ship:before {
  content: "\f21a"; }

.fa-shipping-fast:before {
  content: "\f48b"; }

.fa-shirtsinbulk:before {
  content: "\f214"; }

.fa-shoe-prints:before {
  content: "\f54b"; }

.fa-shopping-bag:before {
  content: "\f290"; }

.fa-shopping-basket:before {
  content: "\f291"; }

.fa-shopping-cart:before {
  content: "\f07a"; }

.fa-shopware:before {
  content: "\f5b5"; }

.fa-shower:before {
  content: "\f2cc"; }

.fa-shuttle-van:before {
  content: "\f5b6"; }

.fa-sign:before {
  content: "\f4d9"; }

.fa-sign-in-alt:before {
  content: "\f2f6"; }

.fa-sign-language:before {
  content: "\f2a7"; }

.fa-sign-out-alt:before {
  content: "\f2f5"; }

.fa-signal:before {
  content: "\f012"; }

.fa-signature:before {
  content: "\f5b7"; }

.fa-sim-card:before {
  content: "\f7c4"; }

.fa-simplybuilt:before {
  content: "\f215"; }

.fa-sistrix:before {
  content: "\f3ee"; }

.fa-sitemap:before {
  content: "\f0e8"; }

.fa-sith:before {
  content: "\f512"; }

.fa-skating:before {
  content: "\f7c5"; }

.fa-sketch:before {
  content: "\f7c6"; }

.fa-skiing:before {
  content: "\f7c9"; }

.fa-skiing-nordic:before {
  content: "\f7ca"; }

.fa-skull:before {
  content: "\f54c"; }

.fa-skull-crossbones:before {
  content: "\f714"; }

.fa-skyatlas:before {
  content: "\f216"; }

.fa-skype:before {
  content: "\f17e"; }

.fa-slack:before {
  content: "\f198"; }

.fa-slack-hash:before {
  content: "\f3ef"; }

.fa-slash:before {
  content: "\f715"; }

.fa-sleigh:before {
  content: "\f7cc"; }

.fa-sliders-h:before {
  content: "\f1de"; }

.fa-slideshare:before {
  content: "\f1e7"; }

.fa-smile:before {
  content: "\f118"; }

.fa-smile-beam:before {
  content: "\f5b8"; }

.fa-smile-wink:before {
  content: "\f4da"; }

.fa-smog:before {
  content: "\f75f"; }

.fa-smoking:before {
  content: "\f48d"; }

.fa-smoking-ban:before {
  content: "\f54d"; }

.fa-sms:before {
  content: "\f7cd"; }

.fa-snapchat:before {
  content: "\f2ab"; }

.fa-snapchat-ghost:before {
  content: "\f2ac"; }

.fa-snapchat-square:before {
  content: "\f2ad"; }

.fa-snowboarding:before {
  content: "\f7ce"; }

.fa-snowflake:before {
  content: "\f2dc"; }

.fa-snowman:before {
  content: "\f7d0"; }

.fa-snowplow:before {
  content: "\f7d2"; }

.fa-socks:before {
  content: "\f696"; }

.fa-solar-panel:before {
  content: "\f5ba"; }

.fa-sort:before {
  content: "\f0dc"; }

.fa-sort-alpha-down:before {
  content: "\f15d"; }

.fa-sort-alpha-up:before {
  content: "\f15e"; }

.fa-sort-amount-down:before {
  content: "\f160"; }

.fa-sort-amount-up:before {
  content: "\f161"; }

.fa-sort-down:before {
  content: "\f0dd"; }

.fa-sort-numeric-down:before {
  content: "\f162"; }

.fa-sort-numeric-up:before {
  content: "\f163"; }

.fa-sort-up:before {
  content: "\f0de"; }

.fa-soundcloud:before {
  content: "\f1be"; }

.fa-sourcetree:before {
  content: "\f7d3"; }

.fa-spa:before {
  content: "\f5bb"; }

.fa-space-shuttle:before {
  content: "\f197"; }

.fa-speakap:before {
  content: "\f3f3"; }

.fa-speaker-deck:before {
  content: "\f83c"; }

.fa-spider:before {
  content: "\f717"; }

.fa-spinner:before {
  content: "\f110"; }

.fa-splotch:before {
  content: "\f5bc"; }

.fa-spotify:before {
  content: "\f1bc"; }

.fa-spray-can:before {
  content: "\f5bd"; }

.fa-square:before {
  content: "\f0c8"; }

.fa-square-full:before {
  content: "\f45c"; }

.fa-square-root-alt:before {
  content: "\f698"; }

.fa-squarespace:before {
  content: "\f5be"; }

.fa-stack-exchange:before {
  content: "\f18d"; }

.fa-stack-overflow:before {
  content: "\f16c"; }

.fa-stackpath:before {
  content: "\f842"; }

.fa-stamp:before {
  content: "\f5bf"; }

.fa-star:before {
  content: "\f005"; }

.fa-star-and-crescent:before {
  content: "\f699"; }

.fa-star-half:before {
  content: "\f089"; }

.fa-star-half-alt:before {
  content: "\f5c0"; }

.fa-star-of-david:before {
  content: "\f69a"; }

.fa-star-of-life:before {
  content: "\f621"; }

.fa-staylinked:before {
  content: "\f3f5"; }

.fa-steam:before {
  content: "\f1b6"; }

.fa-steam-square:before {
  content: "\f1b7"; }

.fa-steam-symbol:before {
  content: "\f3f6"; }

.fa-step-backward:before {
  content: "\f048"; }

.fa-step-forward:before {
  content: "\f051"; }

.fa-stethoscope:before {
  content: "\f0f1"; }

.fa-sticker-mule:before {
  content: "\f3f7"; }

.fa-sticky-note:before {
  content: "\f249"; }

.fa-stop:before {
  content: "\f04d"; }

.fa-stop-circle:before {
  content: "\f28d"; }

.fa-stopwatch:before {
  content: "\f2f2"; }

.fa-store:before {
  content: "\f54e"; }

.fa-store-alt:before {
  content: "\f54f"; }

.fa-strava:before {
  content: "\f428"; }

.fa-stream:before {
  content: "\f550"; }

.fa-street-view:before {
  content: "\f21d"; }

.fa-strikethrough:before {
  content: "\f0cc"; }

.fa-stripe:before {
  content: "\f429"; }

.fa-stripe-s:before {
  content: "\f42a"; }

.fa-stroopwafel:before {
  content: "\f551"; }

.fa-studiovinari:before {
  content: "\f3f8"; }

.fa-stumbleupon:before {
  content: "\f1a4"; }

.fa-stumbleupon-circle:before {
  content: "\f1a3"; }

.fa-subscript:before {
  content: "\f12c"; }

.fa-subway:before {
  content: "\f239"; }

.fa-suitcase:before {
  content: "\f0f2"; }

.fa-suitcase-rolling:before {
  content: "\f5c1"; }

.fa-sun:before {
  content: "\f185"; }

.fa-superpowers:before {
  content: "\f2dd"; }

.fa-superscript:before {
  content: "\f12b"; }

.fa-supple:before {
  content: "\f3f9"; }

.fa-surprise:before {
  content: "\f5c2"; }

.fa-suse:before {
  content: "\f7d6"; }

.fa-swatchbook:before {
  content: "\f5c3"; }

.fa-swimmer:before {
  content: "\f5c4"; }

.fa-swimming-pool:before {
  content: "\f5c5"; }

.fa-symfony:before {
  content: "\f83d"; }

.fa-synagogue:before {
  content: "\f69b"; }

.fa-sync:before {
  content: "\f021"; }

.fa-sync-alt:before {
  content: "\f2f1"; }

.fa-syringe:before {
  content: "\f48e"; }

.fa-table:before {
  content: "\f0ce"; }

.fa-table-tennis:before {
  content: "\f45d"; }

.fa-tablet:before {
  content: "\f10a"; }

.fa-tablet-alt:before {
  content: "\f3fa"; }

.fa-tablets:before {
  content: "\f490"; }

.fa-tachometer-alt:before {
  content: "\f3fd"; }

.fa-tag:before {
  content: "\f02b"; }

.fa-tags:before {
  content: "\f02c"; }

.fa-tape:before {
  content: "\f4db"; }

.fa-tasks:before {
  content: "\f0ae"; }

.fa-taxi:before {
  content: "\f1ba"; }

.fa-teamspeak:before {
  content: "\f4f9"; }

.fa-teeth:before {
  content: "\f62e"; }

.fa-teeth-open:before {
  content: "\f62f"; }

.fa-telegram:before {
  content: "\f2c6"; }

.fa-telegram-plane:before {
  content: "\f3fe"; }

.fa-temperature-high:before {
  content: "\f769"; }

.fa-temperature-low:before {
  content: "\f76b"; }

.fa-tencent-weibo:before {
  content: "\f1d5"; }

.fa-tenge:before {
  content: "\f7d7"; }

.fa-terminal:before {
  content: "\f120"; }

.fa-text-height:before {
  content: "\f034"; }

.fa-text-width:before {
  content: "\f035"; }

.fa-th:before {
  content: "\f00a"; }

.fa-th-large:before {
  content: "\f009"; }

.fa-th-list:before {
  content: "\f00b"; }

.fa-the-red-yeti:before {
  content: "\f69d"; }

.fa-theater-masks:before {
  content: "\f630"; }

.fa-themeco:before {
  content: "\f5c6"; }

.fa-themeisle:before {
  content: "\f2b2"; }

.fa-thermometer:before {
  content: "\f491"; }

.fa-thermometer-empty:before {
  content: "\f2cb"; }

.fa-thermometer-full:before {
  content: "\f2c7"; }

.fa-thermometer-half:before {
  content: "\f2c9"; }

.fa-thermometer-quarter:before {
  content: "\f2ca"; }

.fa-thermometer-three-quarters:before {
  content: "\f2c8"; }

.fa-think-peaks:before {
  content: "\f731"; }

.fa-thumbs-down:before {
  content: "\f165"; }

.fa-thumbs-up:before {
  content: "\f164"; }

.fa-thumbtack:before {
  content: "\f08d"; }

.fa-ticket-alt:before {
  content: "\f3ff"; }

.fa-times:before {
  content: "\f00d"; }

.fa-times-circle:before {
  content: "\f057"; }

.fa-tint:before {
  content: "\f043"; }

.fa-tint-slash:before {
  content: "\f5c7"; }

.fa-tired:before {
  content: "\f5c8"; }

.fa-toggle-off:before {
  content: "\f204"; }

.fa-toggle-on:before {
  content: "\f205"; }

.fa-toilet:before {
  content: "\f7d8"; }

.fa-toilet-paper:before {
  content: "\f71e"; }

.fa-toolbox:before {
  content: "\f552"; }

.fa-tools:before {
  content: "\f7d9"; }

.fa-tooth:before {
  content: "\f5c9"; }

.fa-torah:before {
  content: "\f6a0"; }

.fa-torii-gate:before {
  content: "\f6a1"; }

.fa-tractor:before {
  content: "\f722"; }

.fa-trade-federation:before {
  content: "\f513"; }

.fa-trademark:before {
  content: "\f25c"; }

.fa-traffic-light:before {
  content: "\f637"; }

.fa-train:before {
  content: "\f238"; }

.fa-tram:before {
  content: "\f7da"; }

.fa-transgender:before {
  content: "\f224"; }

.fa-transgender-alt:before {
  content: "\f225"; }

.fa-trash:before {
  content: "\f1f8"; }

.fa-trash-alt:before {
  content: "\f2ed"; }

.fa-trash-restore:before {
  content: "\f829"; }

.fa-trash-restore-alt:before {
  content: "\f82a"; }

.fa-tree:before {
  content: "\f1bb"; }

.fa-trello:before {
  content: "\f181"; }

.fa-tripadvisor:before {
  content: "\f262"; }

.fa-trophy:before {
  content: "\f091"; }

.fa-truck:before {
  content: "\f0d1"; }

.fa-truck-loading:before {
  content: "\f4de"; }

.fa-truck-monster:before {
  content: "\f63b"; }

.fa-truck-moving:before {
  content: "\f4df"; }

.fa-truck-pickup:before {
  content: "\f63c"; }

.fa-tshirt:before {
  content: "\f553"; }

.fa-tty:before {
  content: "\f1e4"; }

.fa-tumblr:before {
  content: "\f173"; }

.fa-tumblr-square:before {
  content: "\f174"; }

.fa-tv:before {
  content: "\f26c"; }

.fa-twitch:before {
  content: "\f1e8"; }

.fa-twitter:before {
  content: "\f099"; }

.fa-twitter-square:before {
  content: "\f081"; }

.fa-typo3:before {
  content: "\f42b"; }

.fa-uber:before {
  content: "\f402"; }

.fa-ubuntu:before {
  content: "\f7df"; }

.fa-uikit:before {
  content: "\f403"; }

.fa-umbrella:before {
  content: "\f0e9"; }

.fa-umbrella-beach:before {
  content: "\f5ca"; }

.fa-underline:before {
  content: "\f0cd"; }

.fa-undo:before {
  content: "\f0e2"; }

.fa-undo-alt:before {
  content: "\f2ea"; }

.fa-uniregistry:before {
  content: "\f404"; }

.fa-universal-access:before {
  content: "\f29a"; }

.fa-university:before {
  content: "\f19c"; }

.fa-unlink:before {
  content: "\f127"; }

.fa-unlock:before {
  content: "\f09c"; }

.fa-unlock-alt:before {
  content: "\f13e"; }

.fa-untappd:before {
  content: "\f405"; }

.fa-upload:before {
  content: "\f093"; }

.fa-ups:before {
  content: "\f7e0"; }

.fa-usb:before {
  content: "\f287"; }

.fa-user:before {
  content: "\f007"; }

.fa-user-alt:before {
  content: "\f406"; }

.fa-user-alt-slash:before {
  content: "\f4fa"; }

.fa-user-astronaut:before {
  content: "\f4fb"; }

.fa-user-check:before {
  content: "\f4fc"; }

.fa-user-circle:before {
  content: "\f2bd"; }

.fa-user-clock:before {
  content: "\f4fd"; }

.fa-user-cog:before {
  content: "\f4fe"; }

.fa-user-edit:before {
  content: "\f4ff"; }

.fa-user-friends:before {
  content: "\f500"; }

.fa-user-graduate:before {
  content: "\f501"; }

.fa-user-injured:before {
  content: "\f728"; }

.fa-user-lock:before {
  content: "\f502"; }

.fa-user-md:before {
  content: "\f0f0"; }

.fa-user-minus:before {
  content: "\f503"; }

.fa-user-ninja:before {
  content: "\f504"; }

.fa-user-nurse:before {
  content: "\f82f"; }

.fa-user-plus:before {
  content: "\f234"; }

.fa-user-secret:before {
  content: "\f21b"; }

.fa-user-shield:before {
  content: "\f505"; }

.fa-user-slash:before {
  content: "\f506"; }

.fa-user-tag:before {
  content: "\f507"; }

.fa-user-tie:before {
  content: "\f508"; }

.fa-user-times:before {
  content: "\f235"; }

.fa-users:before {
  content: "\f0c0"; }

.fa-users-cog:before {
  content: "\f509"; }

.fa-usps:before {
  content: "\f7e1"; }

.fa-ussunnah:before {
  content: "\f407"; }

.fa-utensil-spoon:before {
  content: "\f2e5"; }

.fa-utensils:before {
  content: "\f2e7"; }

.fa-vaadin:before {
  content: "\f408"; }

.fa-vector-square:before {
  content: "\f5cb"; }

.fa-venus:before {
  content: "\f221"; }

.fa-venus-double:before {
  content: "\f226"; }

.fa-venus-mars:before {
  content: "\f228"; }

.fa-viacoin:before {
  content: "\f237"; }

.fa-viadeo:before {
  content: "\f2a9"; }

.fa-viadeo-square:before {
  content: "\f2aa"; }

.fa-vial:before {
  content: "\f492"; }

.fa-vials:before {
  content: "\f493"; }

.fa-viber:before {
  content: "\f409"; }

.fa-video:before {
  content: "\f03d"; }

.fa-video-slash:before {
  content: "\f4e2"; }

.fa-vihara:before {
  content: "\f6a7"; }

.fa-vimeo:before {
  content: "\f40a"; }

.fa-vimeo-square:before {
  content: "\f194"; }

.fa-vimeo-v:before {
  content: "\f27d"; }

.fa-vine:before {
  content: "\f1ca"; }

.fa-vk:before {
  content: "\f189"; }

.fa-vnv:before {
  content: "\f40b"; }

.fa-volleyball-ball:before {
  content: "\f45f"; }

.fa-volume-down:before {
  content: "\f027"; }

.fa-volume-mute:before {
  content: "\f6a9"; }

.fa-volume-off:before {
  content: "\f026"; }

.fa-volume-up:before {
  content: "\f028"; }

.fa-vote-yea:before {
  content: "\f772"; }

.fa-vr-cardboard:before {
  content: "\f729"; }

.fa-vuejs:before {
  content: "\f41f"; }

.fa-walking:before {
  content: "\f554"; }

.fa-wallet:before {
  content: "\f555"; }

.fa-warehouse:before {
  content: "\f494"; }

.fa-water:before {
  content: "\f773"; }

.fa-wave-square:before {
  content: "\f83e"; }

.fa-waze:before {
  content: "\f83f"; }

.fa-weebly:before {
  content: "\f5cc"; }

.fa-weibo:before {
  content: "\f18a"; }

.fa-weight:before {
  content: "\f496"; }

.fa-weight-hanging:before {
  content: "\f5cd"; }

.fa-weixin:before {
  content: "\f1d7"; }

.fa-whatsapp:before {
  content: "\f232"; }

.fa-whatsapp-square:before {
  content: "\f40c"; }

.fa-wheelchair:before {
  content: "\f193"; }

.fa-whmcs:before {
  content: "\f40d"; }

.fa-wifi:before {
  content: "\f1eb"; }

.fa-wikipedia-w:before {
  content: "\f266"; }

.fa-wind:before {
  content: "\f72e"; }

.fa-window-close:before {
  content: "\f410"; }

.fa-window-maximize:before {
  content: "\f2d0"; }

.fa-window-minimize:before {
  content: "\f2d1"; }

.fa-window-restore:before {
  content: "\f2d2"; }

.fa-windows:before {
  content: "\f17a"; }

.fa-wine-bottle:before {
  content: "\f72f"; }

.fa-wine-glass:before {
  content: "\f4e3"; }

.fa-wine-glass-alt:before {
  content: "\f5ce"; }

.fa-wix:before {
  content: "\f5cf"; }

.fa-wizards-of-the-coast:before {
  content: "\f730"; }

.fa-wolf-pack-battalion:before {
  content: "\f514"; }

.fa-won-sign:before {
  content: "\f159"; }

.fa-wordpress:before {
  content: "\f19a"; }

.fa-wordpress-simple:before {
  content: "\f411"; }

.fa-wpbeginner:before {
  content: "\f297"; }

.fa-wpexplorer:before {
  content: "\f2de"; }

.fa-wpforms:before {
  content: "\f298"; }

.fa-wpressr:before {
  content: "\f3e4"; }

.fa-wrench:before {
  content: "\f0ad"; }

.fa-x-ray:before {
  content: "\f497"; }

.fa-xbox:before {
  content: "\f412"; }

.fa-xing:before {
  content: "\f168"; }

.fa-xing-square:before {
  content: "\f169"; }

.fa-y-combinator:before {
  content: "\f23b"; }

.fa-yahoo:before {
  content: "\f19e"; }

.fa-yammer:before {
  content: "\f840"; }

.fa-yandex:before {
  content: "\f413"; }

.fa-yandex-international:before {
  content: "\f414"; }

.fa-yarn:before {
  content: "\f7e3"; }

.fa-yelp:before {
  content: "\f1e9"; }

.fa-yen-sign:before {
  content: "\f157"; }

.fa-yin-yang:before {
  content: "\f6ad"; }

.fa-yoast:before {
  content: "\f2b1"; }

.fa-youtube:before {
  content: "\f167"; }

.fa-youtube-square:before {
  content: "\f431"; }

.fa-zhihu:before {
  content: "\f63f"; }

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

@font-face {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: normal;
  font-display: auto;
  src: url(../../../../content/_libs/font-awesome/webfonts/fa-brands-400.eot);
  src: url(../../../../content/_libs/font-awesome/webfonts/fa-brands-400.eot?#iefix) format("embedded-opentype"), url(../../../../content/_libs/font-awesome/webfonts/fa-brands-400.woff2) format("woff2"), url(../../../../content/_libs/font-awesome/webfonts/fa-brands-400.woff) format("woff"), url(../../../../content/_libs/font-awesome/webfonts/fa-brands-400.ttf) format("truetype"), url(../../../../content/_libs/font-awesome/webfonts/fa-brands-400.svg#fontawesome) format("svg"); }

.fab {
  font-family: "Font Awesome 5 Brands"; }

@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 400;
  font-display: auto;
  src: url(../../../../content/_libs/font-awesome/webfonts/fa-regular-400.eot);
  src: url(../../../../content/_libs/font-awesome/webfonts/fa-regular-400.eot?#iefix) format("embedded-opentype"), url(../../../../content/_libs/font-awesome/webfonts/fa-regular-400.woff2) format("woff2"), url(../../../../content/_libs/font-awesome/webfonts/fa-regular-400.woff) format("woff"), url(../../../../content/_libs/font-awesome/webfonts/fa-regular-400.ttf) format("truetype"), url(../../../../content/_libs/font-awesome/webfonts/fa-regular-400.svg#fontawesome) format("svg"); }

.far {
  font-weight: 400; }

@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  font-display: auto;
  src: url(../../../../content/_libs/font-awesome/webfonts/fa-solid-900.eot);
  src: url(../../../../content/_libs/font-awesome/webfonts/fa-solid-900.eot?#iefix) format("embedded-opentype"), url(../../../../content/_libs/font-awesome/webfonts/fa-solid-900.woff2) format("woff2"), url(../../../../content/_libs/font-awesome/webfonts/fa-solid-900.woff) format("woff"), url(../../../../content/_libs/font-awesome/webfonts/fa-solid-900.ttf) format("truetype"), url(../../../../content/_libs/font-awesome/webfonts/fa-solid-900.svg#fontawesome) format("svg"); }

.fa, .far, .fas {
  font-family: "Font Awesome 5 Free"; }

.fa, .fas {
  font-weight: 900; }

/*! nouislider - 11.0.3 - 2018-01-21 14:04:07 */
/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */
.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.noUi-target {
  position: relative;
  direction: ltr; }

.noUi-base,
.noUi-connects {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1; }

/* Wrapper for all connect elements.
 */
.noUi-connects {
  overflow: hidden;
  z-index: 0; }

.noUi-connect,
.noUi-origin {
  will-change: transform;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0; }

/* Offset direction
 */
html:not([dir="rtl"]) .noUi-horizontal .noUi-origin {
  left: auto;
  right: 0; }

/* Give origins 0 height/width so they don't interfere with clicking the
 * connect elements.
 */
.noUi-vertical .noUi-origin {
  width: 0; }

.noUi-horizontal .noUi-origin {
  height: 0; }

.noUi-handle {
  position: absolute; }

.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
  -webkit-transition: transform 0.3s;
  transition: transform 0.3s; }

.noUi-state-drag * {
  cursor: inherit !important; }

/* Slider size and handle placement;
 */
.noUi-horizontal {
  height: 18px; }

.noUi-horizontal .noUi-handle {
  width: 28px;
  height: 28px;
  left: -17px;
  top: -6px;
  border-radius: 50%; }

.noUi-vertical {
  width: 18px; }

.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  left: -6px;
  top: -17px; }

html:not([dir="rtl"]) .noUi-horizontal .noUi-handle {
  right: -17px;
  left: auto; }

/* Styling;
 * Giving the connect element a border radius causes issues with using transform: scale
 */
.noUi-target {
  background: #FAFAFA;
  border-radius: 4px;
  border: 1px solid #D3D3D3;
  box-shadow: inset 0 1px 1px #F0F0F0, 0 3px 6px -5px #BBB; }

.noUi-connects {
  border-radius: 3px; }

.noUi-connect {
  background: #3FB8AF; }

/* Handles and cursors;
 */
.noUi-draggable {
  cursor: ew-resize; }

.noUi-vertical .noUi-draggable {
  cursor: ns-resize; }

.noUi-handle {
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #FFF;
  cursor: default;
  box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #EBEBEB, 0 3px 6px -3px #BBB; }

.noUi-active {
  box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #DDD, 0 3px 6px -3px #BBB; }

/* Handle stripes;
 */
.noUi-handle:before,
.noUi-handle:after {
  content: "";
  display: block;
  position: absolute;
  height: 14px;
  width: 1px;
  background: #E8E7E6;
  left: 38%;
  top: 6px; }

.noUi-handle:after {
  left: 59%; }

.noUi-vertical .noUi-handle:before,
.noUi-vertical .noUi-handle:after {
  width: 14px;
  height: 1px;
  left: 6px;
  top: 14px; }

.noUi-vertical .noUi-handle:after {
  top: 17px; }

/* Disabled state;
 */
[disabled] .noUi-connect {
  background: #B8B8B8; }

[disabled].noUi-target,
[disabled].noUi-handle,
[disabled] .noUi-handle {
  cursor: not-allowed; }

/* Base;
 *
 */
.noUi-pips,
.noUi-pips * {
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.noUi-pips {
  position: absolute;
  color: #999; }

/* Values;
 *
 */
.noUi-value {
  position: absolute;
  white-space: nowrap;
  text-align: center; }

.noUi-value-sub {
  color: #ccc;
  font-size: 10px; }

/* Markings;
 *
 */
.noUi-marker {
  position: absolute;
  background: #CCC; }

.noUi-marker-sub {
  background: #AAA; }

.noUi-marker-large {
  background: #AAA; }

/* Horizontal layout;
 *
 */
.noUi-pips-horizontal {
  padding: 10px 0;
  height: 80px;
  top: 100%;
  left: 0;
  width: 100%; }

.noUi-value-horizontal {
  -webkit-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%); }

.noUi-rtl .noUi-value-horizontal {
  -webkit-transform: translate(50%, 50%);
  transform: translate(50%, 50%); }

.noUi-marker-horizontal.noUi-marker {
  margin-left: -1px;
  width: 2px;
  height: 5px; }

.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px; }

.noUi-marker-horizontal.noUi-marker-large {
  height: 15px; }

/* Vertical layout;
 *
 */
.noUi-pips-vertical {
  padding: 0 10px;
  height: 100%;
  top: 0;
  left: 100%; }

.noUi-value-vertical {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%, 0);
  padding-left: 25px; }

.noUi-rtl .noUi-value-vertical {
  -webkit-transform: translate(0, 50%);
  transform: translate(0, 50%); }

.noUi-marker-vertical.noUi-marker {
  width: 5px;
  height: 2px;
  margin-top: -1px; }

.noUi-marker-vertical.noUi-marker-sub {
  width: 10px; }

.noUi-marker-vertical.noUi-marker-large {
  width: 15px; }

.noUi-tooltip {
  display: block;
  position: absolute;
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #fff;
  color: #000;
  padding: 5px;
  text-align: center;
  white-space: nowrap; }

.noUi-horizontal .noUi-tooltip {
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  left: 50%;
  bottom: 120%; }

.noUi-vertical .noUi-tooltip {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 50%;
  right: 120%; }
