main {
  flex-grow: 1;
  flex-basis: 100%;
}

body {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

/* normalize */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
* {
  -webkit-tap-highlight-color: transparent;
}

html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
     ========================================================================== */

/**
   * Remove the margin in all browsers.
   */

body {
  margin: 0;
  background-color: #232728;
}

/**
   * Render the `main` element consistently in IE.
   */

main {
  display: block;
}

/**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */

/* Grouping content
     ========================================================================== */

/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */

hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
     ========================================================================== */

/**
   * Remove the gray background on active links in IE 10.
   */

a {
  background-color: transparent;
  text-decoration: none;
}

/**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */

abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */

b,
strong {
  font-weight: bolder;
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */

code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
   * Add the correct font size in all browsers.
   */

small {
  font-size: 80%;
}

/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
     ========================================================================== */

/**
   * Remove the border on images inside links in IE 10.
   */

img {
  border-style: none;
}

/* Forms
     ========================================================================== */

/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */

button,
input {
  /* 1 */
  overflow: visible;
}

/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
   * Correct the inability to style clickable types in iOS and Safari.
   */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
   * Remove the inner border and padding in Firefox.
   */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
   * Restore the focus styles unset by the previous rule.
   */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
   * Correct the padding in Firefox.
   */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */

legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */

progress {
  vertical-align: baseline;
}

/**
   * Remove the default vertical scrollbar in IE 10+.
   */

textarea {
  overflow: auto;
}

/**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */

[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
   * Remove the inner padding in Chrome and Safari on macOS.
   */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
     ========================================================================== */

/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */

details {
  display: block;
}

/*
   * Add the correct display in all browsers.
   */

summary {
  display: list-item;
}

/* Misc
     ========================================================================== */

/**
   * Add the correct display in IE 10+.
   */

template {
  display: none;
}

/**
   * Add the correct display in IE 10.
   */

[hidden] {
  display: none;
}

test

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}

div {
  word-wrap: break-word;
  word-break: break-word;
}

header {
  min-height: 141px;
  width: 100%;
  background-color: #232728;
}

header .container {
  max-width: 1760px;
  width: 100%;
  min-height: 77px;
  display: flex;
  margin: 0 auto;
  padding: 32px 0;
  gap: 139px;
  justify-content: center;
  align-items: center;
}

header .container .logo-img {
  max-width: 195px;
  width: 100%;
}

header .container .logo-img img {
  width: 100%;
  height: 77px;
  object-fit: cover;
}

header .container .register-buttons-filter {
  display: flex;
  gap: 64px;
  /* max-width: 889px; */
  width: 100%;
  align-items: center;
}

header .container .register-buttons-filter .market-button a {
  font-size: 16px;
  font-family: "Montserrat-Bold";
  color: var(--white);
}

header .container .register-buttons-filter .filter {
  max-width: 782px;
  width: 100%;
  display: flex;
  border: 2px solid var(--white);
  border-radius: 10px;
}

.register-buttons-filter .filter .search-bar {
  max-width: 400px;
  width: 100%;
  background: transparent;
  color: var(--white);
  font-size: 16px;
  font-family: "Montserrat-SemiBold";
  height: 56px;
  padding: 0 16px;
  outline: none;
  border: none;
  box-sizing: border-box;
  border-right: 2px solid var(--white);
}

.search-bar::placeholder {
  color: var(--white) !important;
  opacity: 1;
}

.register-buttons-filter .filter .select-filter {
  width: 100%;
  background-color: transparent;
  border-left: 2px solid var(--white);
  border-top: none;
  border-bottom: none;
  border-right: none;
}

.filter .select2-selection.select2-selection--single {
  height: 56px;
}

.filter .select2-container {
  width: 100% !important;
}

.filter .select-container {
  width: 40%;
}

.filter .select2-container--default .select2-selection--single {
  background-color: transparent;
  border: none;
  display: flex;
  align-items: center;
  font-size: 16px;
  color: var(--white) !important;
  opacity: 1;
  font-family: "Montserrat-SemiBold";
  padding: 0 16px;
  box-sizing: border-box;
  border-right: 2px solid #fff;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

.filter .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #fff;
  line-height: 28px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none;
}

.select2-container--default .select2-selection--single .select2-selection__arrow:after {
  content: "\f0dd";
  font-family: "FontAwesome";
  font-weight: 900;
  font-size: 16px;
  color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: transform 0.3s ease;
}

.filter .select2-container--open .select2-selection--single .select2-selection__arrow:after {
  transform: translate(-50%, -50%) rotate(180deg);
}

.filter .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 14px;
  right: 1px;
  width: 20px;
  padding-right: 46px;
}

.select2-container.select2-container--default.select2-container--open .select2-dropdown.select2-dropdown--below .select2-search.select2-search--dropdown {
  background: var(--black);
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  background-color: var(--black);
  color: #fff;
  font-size: 16px;
  font-family: "Montserrat-SemiBold";
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: var(--black) !important;
  color: var(--white) !important;
  font-size: 15px !important;
  font-family: "Montserrat-SemiBold" !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected]:hover {
  background-color: var(--white) !important;
  color: var(--black) !important;
}

form .filter .submit-form-hp {
  max-width: 49px;
  background-color: var(--black);
  border: none;
  border-radius: 10px;
  width: 100%;
  z-index: 111;
}

.register-buttons-filter form {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 732px;
}

form .filter .button-submit i {
  max-width: 49px;
  color: var(--white);
  border: none;
  border-radius: 10px;
  width: 100%;
  font-size: 25px;
  z-index: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 25px;
  width: 100%;
  z-index: 1;
}

form .filter .button-submit {
  width: 100%;
  max-width: 50px;
  position: relative;
}

form .filter .button-submit input {
  width: 100%;
  max-width: 50px;
  height: 100%;
  z-index: 2;
  position: relative;
  opacity: 0;
}

.container .log-reg-buttons {
  max-width: 316px;
  display: flex;
  gap: 16px;
  width: 100%;
  align-items: center;
}

.log-reg-buttons .log-button {
  max-width: 150px;
  width: 100%;
  border: 2px solid var(--white);
  border-radius: 10px;
  height: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.log-reg-buttons .log-button a {
  color: var(--white);
  font-family: "Montserrat-SemiBold";
  font-size: 16px;
  text-decoration: none;
}

.container .filter-and-buttons {
  max-width: 1333px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.log-reg-buttons .log-button.blue {
  background-color: var(--blue);
  max-width: 150px;
  width: 100%;
  border: 2px solid var(--blue);
  border-radius: 10px;
  height: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.hero-section {
  width: 100%;
  position: relative;
  height: 635px;
}

.hero-section img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
}

.hero-section .title-and-button {
  position: absolute;
  max-width: 1250px;
  width: 100%;
  margin: 0 auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  gap: 72px;
  align-items: center;
}

.hero-section .title-and-button .title {
  text-align: center;
  font-size: 40px;
  color: var(--white);
  font-family: "Montserrat-Bold";
}

.hero-section .title-and-button .register-button {
  max-width: 410px;
  width: 100%;
  border-radius: 10px;
  background-color: var(--blue);
  border: 2px solid var(--blue);
}

.hero-section .title-and-button .register-button a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-family: "Montserrat-SemiBold";
  color: var(--white);
  height: 48px;
}

.latest-items-section .latest-item-title {
  font-size: 20px;
  font-family: "Montserrat-Bold";
  color: var(--white);
}

.latest-items-section {
  background-color: #232728;
  padding: 72px 80px;
}

.latest-items-section .item {
  max-width: 346px;
  width: 100%;
  background-color: var(--black);
}

.latest-items-section .item .item-img {
  max-width: 346px;
  width: 100%;
}

.latest-items-section .item .item-img img {
  width: 100%;
  object-fit: cover;
}

.latest-items-section .item .item-desc {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding-left: 20px;
  padding-bottom: 24px;
}

.latest-items-section .item .item-desc .price {
  font-size: 20px;
  font-family: "Montserrat-Bold";
  color: var(--white);
  display: flex;
  align-items: center;
  gap: 16px;
}

.latest-items-section .item .item-desc span {
  font-size: 16px;
  font-family: "Montserrat";
  color: var(--white);
  background-color: var(--blue);
  border-radius: 10px;
  max-width: 45px;
  width: 100%;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.latest-items-section .item .item-desc .name {
  font-size: 16px;
  font-family: "Montserrat";
  color: var(--blue);
}

.latest-items-section .item .item-desc .details {
  font-size: 16px;
  font-family: "Montserrat-Bold";
  color: var(--white);
}

.latest-items-section .item .item-desc .condition {
  font-size: 16px;
  font-family: "Montserrat";
  color: var(--white);
}

.latest-items-section .item .item-desc .float {
  display: flex;
  gap: 8px;
}

.latest-items-section .item .item-desc .float .number {
  font-size: 16px;
  font-family: "Montserrat";
  color: var(--white);
}

.latest-items-section .item .item-desc .float .pattern {
  font-size: 16px;
  font-family: "Montserrat";
  color: var(--white);
}

.items-list-carousel .owl-carousel .owl-nav button.owl-prev {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  position: absolute;
  left: -50px;
  top: 50%;
  transform: translateY(-50%);
}

.items-list-carousel .owl-carousel .owl-nav button.owl-next {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  position: absolute;
  right: -50px;
  top: 50%;
  transform: translateY(-50%);
}

.items-list-carousel .owl-carousel .owl-nav button.owl-next span,
.items-list-carousel .owl-carousel .owl-nav button.owl-prev span {
  display: none;
}

.items-list-carousel .owl-carousel .owl-nav button.owl-next::before {
  content: "\f105";
  color: #fff;
  font: var(--fa-font-solid);
  font-size: 50px;
}

.items-list-carousel .owl-carousel .owl-nav button.owl-prev::before {
  content: "\f104";
  color: #fff;
  font: var(--fa-font-solid);
  font-size: 40px;
}

.items-list-carousel {
  padding-top: 72px;
}

.advantage-in-market {
  background-color: #232728;
  margin-left: auto;
  margin-right: auto;
  max-width: 1761px;
  width: 100%;
}

.advantage-in-market .advantage-title {
  font-size: 20px;
  font-family: "Montserrat-Bold";
  color: var(--white);
  padding-bottom: 72px;
}

.advantage-in-market .advantage-list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  max-width: 1761px;
  gap: 8px;
}

.advantage-in-market .advantage-list .advantage {
  max-width: 346px;
  width: 100%;
  background-color: var(--black);
  padding-left: 32px;
  box-sizing: border-box;
}

.advantage-in-market .advantage-list .advantage .icon-and-name {
  display: flex;
  gap: 16px;
  align-items: center;
  padding-top: 32px;
}

.advantage-in-market .advantage-list .advantage .icon-and-name .icon {
  max-width: 48px;
  width: 100%;
  border-radius: 360;
}

.advantage-in-market .advantage-list .advantage .icon-and-name .icon img {
  width: 100%;
  height: 48px;
  object-fit: cover;
}

.advantage-in-market .advantage-list .advantage .icon-and-name .name {
  font-size: 16px;
  font-family: "Montserrat-Bold";
  color: var(--white);
}

.advantage-in-market .advantage-list .advantage .text-description {
  max-width: 282px;
  width: 100%;
  font-size: 16px;
  font-family: "Montserrat";
  color: var(--white);
  line-height: 36px;
  text-align: justify;
  padding-top: 32px;
  padding-bottom: 32px;
}

.missions {
  background-color: #232728;
  padding: 0 20px;
}

.missions .missions-wrapper {
  padding-top: 72px;
  padding-bottom: 72px;
  max-width: 1761px;
  display: flex;
  gap: 8px;
  margin-left: auto;
  margin-right: auto;
}

.missions .first-mission {
  max-width: 876px;
  width: 100%;
  background-color: var(--black);
  display: flex;
  flex-direction: column;
  padding-left: 32px;
  gap: 32px;
  padding-right: 32px;
  box-sizing: border-box;
}

.missions .first-mission .mission-statement {
  font-size: 16px;
  font-family: "Montserrat-Bold";
  color: var(--white);
  padding-top: 32px;
}

.missions .first-mission .mission-text {
  font-size: 16px;
  font-family: "Montserrat";
  line-height: 36px;
  text-align: justify;
  color: var(--white);
  max-width: 809px;
  width: 100%;
}

.missions .first-mission .image-background {
  max-width: 809px;
  width: 100%;
  padding-bottom: 32px;
}

.missions .first-mission .image-background img {
  height: 268px;
  width: 100%;
  object-fit: cover;
}

.mission-background {
  width: 100%;
  background-color: #232728;

  position: relative;
  box-sizing: border-box;
  height: 640px;
}

.mission-background .background img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  left: 0;
  top: 0;
}

.mission-background .mission-background-wrapper {
  max-width: 1761px;
  margin: 0 auto;
  width: 100%;
  height: 640px;
  display: flex;
  align-items: center;
  /* padding: 0 148px; */
  position: relative;
}

.mission-background .register-section {
  max-width: 576px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 72px;
  padding: 0 148px;
  z-index: 1;
  position: relative;
}

.mission-background .register-section .title {
  font-size: 16px;
  font-family: "Montserrat-Bold";
  color: var(--white);
}

.mission-background .register-section .text {
  color: var(--white);
  font-size: 16px;
  font-family: "Montserrat";
  line-height: 36px;
  text-align: justify;
}

.mission-background .register-button {
  max-width: 375px;
  width: 100%;
  border-radius: 10px;
  background-color: transparent;
  border: 2px solid var(--white);
}

.mission-background .register-button a {
  font-family: "Montserrat-SemiBold";
  color: var(--white);
  display: flex;
  justify-content: center;
  align-items: center;
  height: 48px;
}

.footer-container {
  justify-content: left;
  max-width: 1316px;
  margin: 0 auto;
  gap: 200px;
}

footer {
  background-color: #232728;
}

.footer-container .row-wrapper .row {
  display: flex;
  flex-direction: column;
  max-width: 356px;
  width: 100%;
  gap: 32px;

  max-height: 263px;
  justify-content: start;
}

.footer-container {
  padding-top: 144px;
  padding-bottom: 100px;
}

.footer-container .row-wrapper .row a {
  color: var(--white);
  font-family: "Montserrat";
  font-size: 16px;
}

.footer-container .row-wrapper .row .icon-row {
  display: flex;
  gap: 16px;
}

.footer-container .row-wrapper .row .icon-row a i {
  font-size: 34px;
  height: 32px;
}

.footer-container .row-wrapper .row:last-child {
  max-height: 72px !important;
  justify-content: flex-end;
}

.footer-container .row-wrapper {
  display: flex;
  width: 100%;
  text-align: center;
  align-items: start;
  justify-content: space-between;
}

.footer-container .footer-text {
  font-size: 16px;
  font-family: "Montserrat-SemiBold";
  color: var(--white);
  text-align: center;
  padding-top: 72px;
}

.item .product-img {
  position: relative;
}

.item .product-img .eye-icon {
  position: absolute;
  top: 7px;
  right: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
}

.item .product-img .eye-icon i {
  font-size: 30px;
  color: var(--white);
}

.item .product-img .eye-icon .views {
  font-size: 16px;
  font-family: "Montserrat";
  color: var(--white);
}

.actions {
  display: flex;
  gap: 10px;
}

.burger-menu {
  display: none;
  cursor: pointer;
  position: relative;
}

.burger-menu i {
  font-size: 24px;
}

.dropdown-menu {
  /* display: none; */
  opacity: 0;
  flex-direction: column;
  position: absolute;
  top: 60px;
  right: 10px;
  background-color: #333;
  border-radius: 5px;
  padding: 10px;
}

.dropdown-menu button {
  margin-bottom: 10px;
  width: 100%;
}

.dropdown-menu.active .log-reg-buttons {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.dropdown-menu.active .log-reg-buttons a,
.dropdown-menu.active .log-button {
  width: 100%;
  max-width: 100%;
  justify-content: center;
  display: flex;
  height: 40px;
  align-items: center;
  text-align: center;
}

.dropdown-menu {
  width: 250px;
  right: 0;
  z-index: 3;
  top: 30px;
  max-height: 0;
  overflow: hidden;
  transition: 0.3s all ease;
  pointer-events: none;
}

.dropdown-menu.active {
  opacity: 1;
  transition: 0.3s all ease;
  pointer-events: all;
  max-height: 280px;
}

.register-buttons-filter form {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 40px;
  min-width: max-content;
  width: 100%;
}

/* Register first step */

.register-container {
  width: 100%;
  background-color: #232728;
  display: flex;
  justify-content: center;
}

.register-container .register-background {
  max-width: 872px;
  width: 100%;
  background-color: var(--black);
  display: flex;
  flex-direction: column;
  gap: 32px;
  justify-content: center;
  align-items: center;
  margin: 72px 20px;
}

.register-background .steam-logo i {
  font-size: 100px;
  color: var(--white);
}

.register-background .steam-logo {
  padding-top: 72px;
}

.register-background .text-content-bold {
  font-size: 20px;
  font-family: "Montserrat-Bold";
  color: var(--white);
}

.register-background .text-content-normal {
  font-size: 16px;
  font-family: "Montserrat";
  color: var(--white);
  padding: 0 20px;
  box-sizing: border-box;
}

.register-background form .email-input {
  max-width: 728px;
  width: 100%;
}

.register-background form {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 32px;
  box-sizing: border-box;
  padding: 0 20px;
}

.register-background form .email-input input {
  width: 100%;
  background-color: transparent;
  border-radius: 10px;
  height: 56px;
  border: 2px solid var(--white);
  color: var(--white);
  padding: 0px 16px;
  box-sizing: border-box;
}

.register-background form .email-input input::placeholder {
  color: #fff !important;
  opacity: 1;
  font-family: "Montserrat";
}

.register-background form .terms-container {
  font-size: 16px;
  font-family: "Montserrat";
  color: var(--white);
  max-width: 728px;
  display: flex;
  gap: 16px;
}

.register-background form .terms-container a {
  font-size: 16px;
  font-family: "Montserrat-Bold";
  color: var(--blue);
}

.register-background form .terms-container input {
  width: 20px;
  height: 20px;
}

.register-background form .register-submit-button {
  max-width: 410px;
  width: 100%;
  border-radius: 10px;
  padding-bottom: 72px;
}

.register-background form .register-submit-button input {
  width: 100%;
  border-radius: 10px;
  height: 48px;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--white);
  background-color: var(--blue);
  border: 2px solid var(--blue);
  font-size: 16px;
  font-family: "Montserrat-SemiBold";
  color: var(--white);
}

/* Register first step */

/* Register second step */

.register-container .register-background.second {
  max-width: 872px;
  width: 100%;
  background-color: var(--black);
  display: flex;
  flex-direction: column;
  gap: 32px;
  justify-content: center;
  align-items: center;
  margin: 72px 20px;
  min-height: 352px;
  padding-bottom: 72px;
}

/* Register second step */

/* Kontact */

.register-background .title {
  width: 100%;
  text-align: center;
  font-size: 20px;
  font-family: "Montserrat-Bold";
  color: var(--white);
  padding-top: 72px;
}

.register-background .text-content-normal.kontakt {
  font-size: 16px;
  font-family: "Montserrat";
  color: var(--white);
  padding: 0 20px;
  box-sizing: border-box;
  max-width: 576px;
  text-align: center;
}

.kontakt-button {
  max-width: 410px;
  width: 100%;
  border-radius: 10px;
  padding-bottom: 72px;
}

.kontakt-button a {
  height: 48px;
  width: 100%;
  background-color: var(--blue);
  color: var(--white);
  font-size: 16px;
  font-family: "Montserrat-SemiBold";
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
}

/* Kontact */

/* listing inventory privat */

.register-background .text-content-normal.listing {
  font-size: 16px;
  font-family: "Montserrat";
  color: var(--white);
  padding: 0 20px;
  box-sizing: border-box;
  text-align: center;
  max-width: 728px;
}

/* listing inventory privat */

/* Impressum */
.register-background .paragraph {
  font-size: 16px;
  font-family: "Montserrat";
  color: var(--white);
  text-align: center;
}

.register-background .paragraphs {
  display: flex;
  gap: 32px;
  padding: 0 72px;
  flex-direction: column;
  padding-bottom: 72px;
}

/* Impressum */

/* FAQ */

.faq {
  padding: 0 20px;
}

.faq .content {
  padding: 50px 0;
  min-height: 400px;
}

.faq .content {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 98px;
}

.faq .content {
  width: 100%;
}

.faq .title {
  font-size: 20px;
  font-family: "Montserrat-Bold";
  color: var(--white);
  font-weight: bold;
  min-height: 80px;
  max-width: 958px;
  width: 100%;
  background-color: var(--black);
  display: flex;
  justify-content: center;
  align-items: center;
}

.faq .accordion {
  border: none;
  margin: 10px 15px;
}

.faq .accordion {
  max-width: 948px;
  width: 100%;
  margin: 5px 15px;
  padding: 5px;
  background-color: var(--black);
}

.faq .accordion .accordion-content {
  margin: 10px 0;
  border-radius: 4px;
  padding-left: 20px;
  border: 1px solid --gray-text;
  overflow: hidden;
}

.faq .accordion-content .accordion-inside-header {
  display: flex;
  min-height: 50px;
  padding: 15px 30px;
  cursor: pointer;
  align-items: center;
  justify-content: space-between;
  transition: all 0.2s linear;
}

.faq .accordion-content .accordion-inside-header {
  gap: 30px;
}

.faq .accordion-content .accordion-inside-header .accordion-title {
  font-size: 16px;
  font-family: "Montserrat-Bold";
  color: var(--white);
}

.faq .accordion-content .accordion-description {
  height: 0;
  font-size: 16px;
  color: var(--white);
  font-family: "Montserrat";
  padding: 0 30px;
  margin-top: 10px;
  transition: all 0.2s linear;
  /* opacity: 0; */
  display: none;
}

.fa-sharp.fa-solid.fa-chevron-down {
  color: #fff;
}

.fa-sharp.fa-solid.fa-chevron-up {
  color: #fff;
}

/* FAQ */

/* Nav-bar */
.nav-bar {
  width: 100%;
  padding-top: 32px;
}

.nav-bar .nav-bar-container {
  max-width: 1466px;
  width: 100%;
  min-height: 32px;
  margin: 0 auto;
  display: flex;
  gap: 10px;
  justify-content: space-between;
  align-items: center;
}

.nav-bar-container .redirect-page-nav {
  display: flex;
  align-items: center;
}

.nav-bar-container .redirect-page-nav a {
  display: flex;
  gap: 8px;
  align-items: center;
}

.nav-bar-container .redirect-page-nav a .img-redirect {
  max-width: 32px;
  width: 100%;
}

.nav-bar-container .redirect-page-nav a .img-redirect img {
  width: 100%;
  height: 32px;
  object-fit: cover;
}

.nav-bar-container .redirect-page-nav a .redirect-name {
  font-size: 20px;
  font-family: "Montserrat-Bold";
  color: #fff;
  white-space: nowrap;
}

.nav-bar-container .redirect-page-nav a .redirect-name.selected {
  color: #4db5da;
  text-decoration: underline;
  padding-bottom: 4px;
}

/* Nav-bar */
.my-inventory {
  max-width: 397px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 72px;
  padding-top: 72px;
}

.my-inventory .my-inventory-container a {
  font-family: "Montserrat-Bold";
  font-size: 20px;
  color: #fff;
}

.my-inventory .my-inventory-container.selected a {
  color: #4db5da;
}

.skins-section {
  display: flex;
  gap: 32px;
  flex-direction: column;
  max-width: 872px;
  width: 100%;
  margin: 0 auto;
  padding-top: 72px;
}

.skins-section.second {
  gap: 8px;
}

.skins-section .skin-item {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.skin-item .skin-title {
  width: 100%;
  min-height: 112px;
  background-color: #2b2f30;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 20px;
  font-family: "Montserrat-Bold";
}

.skin-item .skin-description {
  display: flex;
  gap: 43px;
  width: 100%;
  background-color: #2b2f30;
}

.skin-description .skin-img {
  max-width: 250px;
  width: 100%;
}

.skin-description .skin-img img {
  width: 100%;
  height: 253px;
  object-fit: cover;
}

.skin-description .more-details {
  max-width: 280px;
  display: flex;
  gap: 16px;
  flex-direction: column;
  justify-content: center;
}

.skin-description .more-details .price {
  font-size: 20px;
  font-family: "Montserrat-Bold";
  color: #fff;
}

.skin-description .more-details .word {
  font-size: 16px;
  font-family: "Montserrat";
}

.skin-description .more-details .word.blue {
  font-size: 16px;
  font-family: "Montserrat";
  color: #4db5da;
}

.skin-description .more-details .word.bold {
  font-family: "Montserrat-Bold";
  color: #fff;
  font-size: 16px;
}

.skin-description .more-details .word.light {
  font-family: "Montserrat";
  color: #fff;
  font-size: 16px;
}

.skin-description .more-details .pattern {
  display: flex;
  gap: 8px;
  align-items: center;
}

.more-details .pattern .pattern-number {
  font-size: 16px;
  font-family: "Montserrat";
  color: #fff;
}

.more-details .pattern .pattern-bar {
  max-width: 158px;
  width: 100%;
}

.more-details .pattern .pattern-bar img {
  width: 100%;
  height: 25px;
  object-fit: cover;
}

.more-details .pattern .pattern-name {
  font-size: 16px;
  font-family: "Montserrat";
  color: #fff;
}

.skin-description .skin-button {
  max-width: 220px;
  width: 100%;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.skin-description .skin-button.double {
  flex-direction: column;
  gap: 16px;
}

.skin-description .skin-button a {
  width: 100%;
  height: 48px;
  background-color: #4db5da;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-family: "Montserrat-SemiBold";
  font-size: 16px;
  border-radius: 10px;
  border: 2px solid #4db5da;
}

.register-buttons-filter form:has(.filter) {
  max-width: 782px;
  width: 100%;
}

.listing .filters {
  max-width: 346px;
  width: 100%;
  background-color: #2b2f30;
  padding: 0 20px;
  box-sizing: border-box;
}

.listing .filters .filter-holder {
  padding: 24px 0;
  color: #fff;
  border-bottom: 2px solid #fff;
}

.listing .filters .filter-holder:last-child {
  border-bottom: none;
}

.listing .filters .filter-holder .title {
  margin-bottom: 16px;
  font-family: "Montserrat-Bold";
}

.listing {
  font-family: "Montserrat";
}

.listing .filters .filter-holder .tag {
  display: flex;
  color: #fff;
  align-items: center;
  height: 40px;
  border: 2px solid #fff;
  border-radius: 5px;
  box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.2) inset,
    1px 1px 2px 0px rgba(0, 0, 0, 0.2);
  padding: 0 16px;
  box-sizing: border-box;
}

.listing .filters .button-update {
  width: 100%;
  margin-top: 24px;
  padding-bottom: 24px;
}

.listing .filters .button-update .button.blue {
  display: flex;
  height: 48px;
  background-color: #4db5da;
  color: #fff;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  width: 100%;
  border: none;
}

input[type="submit"] {
  cursor: pointer;
}

#slider-range+.amount {
  display: flex;
  align-items: center;
  gap: 26px;
  width: 100%;
  margin-top: 36px;
}

#slider-range+.amount input {
  width: 100%;
}

.listing .ui-widget-header {
  background: #4db5da;
}

.listing .ui-widget-content {
  background: #969696;
  border: none;
  height: 2px;
}

.listing .ui-slider-horizontal .ui-slider-handle {
  top: -11px;
}

#min-amount:focus,
#max-amount:focus {
  outline: none;
}

#min-amount,
#max-amount {
  height: 40px;
  display: flex;
  padding: 0 16px;
  box-sizing: border-box;
  align-items: center;
  color: #fff;
  background-color: transparent;
  border: 2px solid #fff;
  border-radius: 5px;
  box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.2) inset,
    1px 1px 2px 0px rgba(0, 0, 0, 0.2);
}

.listing .ui-state-default,
.ui-widget-content .ui-state-default {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #fff;
  border: none;
  outline: none;
}

.listing .filters .filter-holder .checkbox-container {
  display: flex;
  align-items: center;
  position: relative;
  gap: 8px;
  margin-bottom: 12px;
}

.listing .filters .filter-holder .content.more .checkbox-container label::after {
  content: "\f0d7";
  font: var(--fa-font-solid);
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.listing .content {
  width: 100%;
  max-width: 1408px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.listing .container {
  max-width: 1762px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: start;
  gap: 8px;
}

.listing .content .order {
  display: flex;
  width: 100%;
  justify-content: space-between;
  padding: 0 40px;
  height: 112px;
  background-color: #2b2f30;
  align-items: center;
}

.listing .content .order .info,
.listing .content .order {
  box-sizing: border-box;
  color: #fff;
}

.listing .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #fff;
}

.listing .select2-container--default .select2-selection--single {
  background-color: transparent;
  border: none;
}

.listing .select-container {
  max-width: 200px;
  width: 100%;
}

.select2-container {
  width: 100% !important;
}

.listing .select2-container--default .select2-selection--single .select2-selection__arrow::after {
  left: unset;
  top: unset;
  transform: none;
}

.listing .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 50%;
  transform: translateY(-50%);
}

.listing .item-list {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(325px, 1fr));
  gap: 8px;
}

.listing .item-list .item {
  max-width: 346px;
  width: 100%;
  display: flex;
  flex-direction: column;
}

.listing .item-list .item img {
  max-width: 100%;
  width: 100%;
  height: 253px;
  object-fit: contain;
}

.listing .item-list .item .image {
  position: relative;
}

.listing .item-list .item .image .views {
  position: absolute;
  top: 10px;
  right: 16px;
  display: flex;
  align-items: center;
  gap: 8px;
  color: #fff;
}

.listing .item-list .item .image .views img {
  width: 32px;
  height: 32px;
}

.listing .item-list .item .content .price {
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 20px;
  font-family: "Montserrat-Bold";
  color: #fff;
}

.listing .item-list .item .content .price .sale {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #4db5da;
  font-family: "Montserrat";
  color: #fff;
  font-size: 16px;
  padding: 0 8px;
  height: 20px;
  border-radius: 10px;
}

.listing .item-list .item .content .type {
  color: #4db5da;
}

.listing .item-list .item .content .model {
  font-family: "Montserrat-Bold";
  color: #fff;
}

.listing .item-list .item .content .condition {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
}

.listing .item-list .item .content .condition img {
  width: 32px;
  height: 32px;
}

.listing .item-list .item .content .float {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.listing .item-list .item .content .float .number {
  color: #fff;
}

.listing .item-list .item .content .float {
  color: #fff;
}

.listing .item-list .item .content .float img {
  max-width: 157px;
  width: 100%;
  object-fit: contain;
  height: 25px;
}

.listing .item-list .item .content {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 20px;
  box-sizing: border-box;
}

.listing .item-list .item {
  background-color: #2b2f30;
}

section.listing {
  padding: 0 8px;
  box-sizing: border-box;
}

.listing .filters {
  min-width: 308px;
}

header {
  padding: 0 20px;
  box-sizing: border-box;
}

header .market-button {
  min-width: max-content;
}

#modal-item {
  background: #232628;

  max-width: 1762px;
  border: none;
  outline: none;
}

#modal-item .showcase {
  max-width: 960px;
  width: 100%;
  position: relative;
}

#modal-item .showcase .breadcrumbs,
#modal-item .showcase .breadcrumbs a {
  display: flex;
  align-items: center;
  gap: 2px;
  color: #fff;
}

#modal-item .showcase .views {
  display: flex;
  align-items: center;
  gap: 8px;
  position: absolute;
  top: 10px;
  color: #fff;
  right: 10px;
}

#modal-item .showcase .views img {
  width: 32px;
  height: 32px;
}

#modal-item .showcase .quality {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 26px;
}

#modal-item .showcase .quality .float,
#modal-item .showcase .quality .pattern {
  color: #fff;
}

#modal-item .showcase .quality img {
  max-width: 727px;
  width: 100%;
  height: 32px;
}

#modal-item .owl-carousel .owl-nav button.owl-next,
#modal-item .owl-carousel .owl-nav button.owl-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

#modal-item .owl-carousel .owl-nav button.owl-next span,
#modal-item .owl-carousel .owl-nav button.owl-prev span {
  font-size: 65px;
  color: #fff;
}

#modal-item .owl-theme .owl-nav [class*="owl-"]:hover {
  background: transparent;
  color: #fff;
  text-decoration: none;
}

#modal-item .owl-carousel .owl-nav button.owl-prev {
  left: -50px;
}

#modal-item .owl-carousel .owl-nav button.owl-next {
  right: -50px;
}

#modal-item .item-carousel {
  position: relative;
  max-width: 512px;
  width: 100%;
  margin: 0 auto;
}

#modal-item .item-carousel img {
  object-fit: unset;
  object-fit: contain;
  height: 384px;
}

#modal-item .details {
  display: flex;
  flex-direction: column;
  gap: 8px;
  max-width: 752px;
  width: 100%;
}

#modal-item .details .box-2 {
  display: flex;
  gap: 8px;
}

#modal-item .details .box {
  background-color: #2b2f30;
  padding: 20px;
  box-sizing: border-box;
}

#modal-item .details .box-2 .box {
  width: 100%;
}

#modal-item .details .box-2 .box.profile .image img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  object-fit: cover;
}

#modal-item .details .box-2 .box.profile {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 8px;
}

#modal-item .details .box-2 .box.profile .profile-name {
  text-align: center;
  color: #fff;
  font-family: "Montserrat-Bold";
}

#modal-item .details .box-2 .box .stars i {
  color: #4db5da;
  font-size: 30px;
}

#modal-item .info {
  display: flex;
  gap: 8px;
}

#modal-item .details .box-2 .box.profile .contact-button {
  width: 100%;
}

#modal-item .details .box-2 .box.profile .contact-button a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border: 2px solid #fff;
  border-radius: 10px;
  height: 56px;
  font-family: "Montserrat-Bold";
}

#modal-item .details .box-2 .box .text {
  color: #4db5da;
}

#modal-item .details .box-2 .box .name {
  color: #fff;
  font-size: 20px;
  font-family: "Montserrat-Bold";
}

#modal-item .details .box-2 .box {
  font-family: "Helvetica";
}

#modal-item .details .box-2 .box .price {
  font-size: 30px;
  font-family: "Montserrat-Bold";
  color: #fff;
}

#modal-item .details .box-2 .box:first-child {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

#modal-item .details .box-2 .box .buy-button {
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-color: #4db5da;
  border-radius: 10px;
  max-width: max-content;
  padding: 10px;
  box-sizing: border-box;
  font-family: "Montserrat";
  box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.2);
}

#modal-item .details .box label {
  color: #969696;
}

#modal-item .details .box span {
  color: #fff;
}

#modal-item .details .box .grid-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  row-gap: 32px;
  column-gap: 32px;
}

#modal-item .details .box .column {
  display: flex;
  flex-direction: column;
}

#modal-item .details .box:has(.grid-2) {
  padding: 20px;
  box-sizing: border-box;
  display: flex;
  align-items: start;
  justify-content: space-between;
}

#modal-item .showcase {
  background-color: #2b2f30;
  padding: 20px;
  box-sizing: border-box;
}

#modal-item {
  width: 100%;
  box-sizing: border-box;
}

#modal-item .modal-content .description .title {
  font-size: 20px;
  font-family: "Montserrat-Bold";
  color: #fff;
  margin-bottom: 32px;
  margin-top: 32px;
}

#modal-item .modal-content .description .box {
  background-color: #2b2f30;
  color: #fff;
  padding: 20px;
  box-sizing: border-box;
}

#modal-item .showcase .quality .float,
#modal-item .showcase .quality .pattern {
  min-width: max-content;
}

dialog::backdrop {
  background: rgba(0, 0, 0, 0.6);
}

.settings .container {
  max-width: 872px;
  width: 100%;
  margin: 0 auto;
}

.settings .container .box {
  background-color: #2b2f30;
  padding: 72px 20px;
  box-sizing: border-box;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 32px;
  margin-bottom: 8px;
}

.settings .container .box:first-child {
  margin-top: 72px;
}

.settings .container .box .inputs {
  display: flex;
  flex-direction: column;
  gap: 4px;
  align-items: center;
}

.settings .container .box .inputs .input-container,
.settings .container .box .inputs .select-container {
  max-width: 728px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.settings .container .box .inputs .input-container label,
.settings .container .box .inputs .select-container label {
  color: #fff;
  font-family: "Montserrat-SemiBold";
  margin-top: 8px;
}

.settings .container .box .submit-button {
  max-width: 410px;
  width: 100%;
  margin: 0 auto;
}

.settings .container .box .submit-button input {
  background-color: #4db5da;
  color: #fff;
  font-family: "Montserrat-Bold";
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  box-sizing: border-box;
  border-radius: 10px;
  box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.2);
  height: 48px;
  margin-top: 32px;
  border: none;
}

.settings .container .box .title {
  font-size: 20px;
  text-align: center;
  color: #fff;
  font-family: "Montserrat-Bold";
}

.settings .input-container input,
.settings .container .box .select-container .select2-container--default .select2-selection--single {
  align-items: center;
  display: flex;
  width: 100%;
  height: 56px;
  box-sizing: border-box;
  border: 2px solid #fff;
  box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.2) inset,
    1px 1px 2px 0px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  padding: 0 16px;
  background-color: transparent;
  color: #fff;
  font-family: "Montserrat-Semibold";
}

.settings .input-container input::placeholder {
  opacity: 1;
}

.settings .select2-container--default .select2-selection--single .select2-selection__rendered {
  padding-left: 0;
  color: #fff;
}

.select-container .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
}

.nav-bar-container .redirect-page-nav a .img-redirect i {
  font-size: 32px;
  color: #fff;
}

.nav-bar-container .redirect-page-nav a:has(.redirect-name.selected) i {
  color: #4db5da;
}

.public-inventory .listing .content {
  margin: 0 auto;
}

.public-inventory .listing .content .order {
  justify-content: center;
  align-items: center;
  text-align: center;
}

.public-inventory .select-page {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 72px;
}

.public-inventory .select-page .page {
  font-size: 20px;
  font-family: "Montserrat-Bold";
  color: #fff;
  margin: 72px 0;
}

.public-inventory .select-page .page.selected {
  color: #4db5da;
}

.favorites .item-list .item .add-to-fav {
  position: absolute;
  left: 16px;
  top: 10px;
}

.favorites .item-list .item .add-to-fav i {
  font-size: 32px;
  color: #4db5da;
}

.favorites {
  margin-top: 72px;
}

.favorites .content .order .info {
  font-family: "Montserrat-Bold";
  font-size: 20px;
}

.login .container {
  max-width: 872px;
  width: 100%;
  margin-top: 72px;
  margin-bottom: 72px;
  margin-left: auto;
  margin-right: auto;
}

.login .container .box {
  background-color: #2b2f30;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 72px 20px;
  box-sizing: border-box;
  gap: 54px;
  width: 100%;
}

.login .container .box .text {
  display: flex;
  align-items: center;
  gap: 32px;
  justify-content: center;
  text-align: center;
  font-size: 20px;
  color: #fff;
  font-family: "Montserrat-Bold";
  min-width: max-content;
  /* white-space: nowrap; */
  width: 100%;
}

.login .container .box .text .bar {
  max-width: 72px;
  width: 100%;
  border-bottom: 1px solid #fff;
}

.login .container .box .button {
  max-width: 300px;
  width: 100%;
}

.login .container .box .button a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 56px;
  background-color: #48b53e;
  border-radius: 10px;
}

.login .container .box .button a i {
  color: #fff;
  font-size: 32px;
}

section.login {
  padding: 0 20px;
}

.invoice-table table {
  width: 100%;
  border-spacing: 0 2px;
}

.invoice-table table td {
  color: #fff;
  text-align: center;
  height: 100px;
  background-color: #2b2f30;
}

.nav-bar .nav-bar-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}

.nav-bar-container .redirect-page-nav {
  justify-content: center;
}

.nav-bar-container .redirect-page-nav a {
  width: 100%;
  justify-content: center;
}

.invoice .listing .content {
  max-width: 1466px;
}

.invoice .listing {
  padding: 0 20px;
}

.invoice-table table td i {
  font-size: 30px;
  color: #fff;
}

.review-box {
  display: flex;
  align-items: start;
  background-color: #2b2f30;
  box-sizing: border-box;
  width: 100%;
  padding: 40px;
  gap: 40px;
}

.review-box .image img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  box-sizing: border-box;
  object-fit: cover;
}

.review-box .review-content .name {
  margin-bottom: 32px;
}

.review-box .review-content .name,
.review-box .review-content .text {
  color: #fff;
  font-family: "Montserrat-Bold";
}

.review-box .review-stars {
  display: flex;
  align-items: center;
  gap: 32px;
  margin-left: auto;
  color: #fff;
}

.review-box .review-stars i {
  color: #4db5da;
  font-size: 30px;
}

.checkout .checkout-box {
  background-color: #2b2f30;
  padding: 40px;
  box-sizing: border-box;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.checkout .checkout-box .information {
  display: flex;
  align-items: start;
  justify-content: space-between;
  width: 100%;
  color: #fff;
}

.checkout .checkout-box .information .sub-title {
  font-family: "Montserrat-Bold";
  margin-bottom: 32px;
}

.checkout .checkout-box .information .radio-container {
  display: flex;
  align-items: center;
  gap: 16px;
  position: relative;
}

.checkout .checkout-box .information .radio-container input {
  width: 30px;
  height: 30px;
  opacity: 0;
  z-index: 1;
}

.checkout .checkout-box .information .radio-container label::before {
  content: "";
  width: 30px;
  height: 30px;
  box-sizing: border-box;
  border-radius: 50%;
  border: 3px solid #fff;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.checkout .checkout-box .information .radio-container input:checked+label::before {
  background-color: #fff;
}

.checkout .checkout-box .total-information {
  max-width: 388px;
  width: 100%;
}

.checkout .checkout-box .total-information .row {
  margin-bottom: 32px;
  max-width: 388px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.checkout .listing .content {
  max-width: 1168px;
}

.checkout-box .checkbox-container {
  display: flex;
  align-items: center;
  gap: 15px;
  position: relative;
}

.checkout-box .checkbox-container input {
  width: 30px;
  z-index: 1;
  height: 30px;
  opacity: 0;
}

.checkout-box .checkbox-container label::before {
  content: "";
  width: 30px;
  height: 30px;
  border: 2px solid #fff;
  position: absolute;
  box-sizing: border-box;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.checkout-box .checkbox-container input:checked+label::before {
  background-color: #fff;
}

.checkout-box .checkbox-container {
  color: #fff;
  margin-top: 72px;
  margin-bottom: 60px;
}

.checkout-box .checkbox-container a {
  color: #4db5da;
  font-family: "Montserrat-Bold";
}

.checkout-box .submit-button {
  max-width: 300px;
  width: 100%;
  margin: 0 auto;
}

.checkout-box .submit-button a {
  background-color: #4db5da;
  color: #fff;
  border-radius: 10px;
  height: 56px;
  box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Montserrat-Semibold";
}

/* modal product inserieren */
.product-inserieren-open {
  display: flex;
  max-width: 300px;
  width: 100%;
  margin: 50px auto;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #fff;
  background-color: #4db5da;
  height: 50px;
  cursor: pointer;
}

#modal-product-inserieren {
  max-width: 872px;
  width: 100%;
  background-color: #2b2f30;
}

#modal-product-inserieren .title {
  color: #fff;
  font-family: "Montserrat-Bold";
  text-align: center;
  margin-bottom: 55px;
}

#modal-product-inserieren .item-showcase {
  display: flex;
  align-items: center;
  margin-bottom: 32px;
  gap: 32px;
}

#modal-product-inserieren .item-showcase img {
  width: 96px;
  height: 72px;
  object-fit: cover;
}

#modal-product-inserieren .item-showcase .model {
  font-family: "Montserrat-Bold";
  color: #fff;
}

#modal-product-inserieren .item-showcase .type {
  font-family: "Montserrat";
  color: #4db5da;
}

#modal-product-inserieren {
  font-family: "Montserrat";
  padding: 72px;
  box-sizing: border-box;
}

dialog {
  border: none;
}

#modal-product-inserieren .item-showcase .text {
  display: flex;
  flex-direction: column;
  height: 72px;
  justify-content: space-between;
}

#modal-product-inserieren .input-container {
  width: 100%;
  margin-bottom: 8px;
}

#modal-product-inserieren .input-container input {
  width: 100%;
  box-sizing: border-box;
  padding: 0 16px;
  height: 56px;
  color: #fff;
  border: 2px solid #fff;
  background-color: transparent;
  font-family: "Montserrat-Bold";
  border-radius: 10px;
  box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.2) inset,
    1px 1px 2px 0px rgba(0, 0, 0, 0.2);
}

#modal-product-inserieren .textarea-container {
  width: 100%;
}

#modal-product-inserieren .textarea-container textarea::placeholder,
#modal-product-inserieren .input-container input::placeholder {
  color: #fff;
  opacity: 1;
  font-family: "Montserrat-Bold";
}

#modal-product-inserieren .textarea-container textarea {
  font-family: "Montserrat-Bold";
  width: 100%;
  box-sizing: border-box;
  color: #fff;
  border: 2px solid #fff;
  background-color: transparent;
  height: 224px;
  border-radius: 10px;
  padding: 8px 16px;
  box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.2) inset,
    1px 1px 2px 0px rgba(0, 0, 0, 0.2);
}

#modal-product-inserieren .submit-button {
  max-width: 200px;
  width: 100%;
  margin: 0 auto;
  margin-top: 32px;
}

#modal-product-inserieren .submit-button input {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-family: "Montserrat-Bold";
  height: 56px;
  border-radius: 10px;
  background-color: #4db5da;
  color: #fff;
  border: none;
  width: 100%;
}

@media screen and(max-width:600px) {
  #modal-product-inserieren {
    padding: 30px 20px;
  }
}

/* modal product inserieren */
