.auth form .login-register span, .auth form .login-register {
  font-family: var(--font-additional);
  font-size: 14px;
  font-weight: 900;
  line-height: 160%;
  color: var(--color-text);
  font-style: italic;
  text-transform: uppercase;
}

/*edit/registration/forgot/restore */
.auth {
  min-height: calc(100vh - 472px);
}
.auth.profile {
  min-height: 100%;
}
.auth form {
  display: flex;
  flex-direction: column;
  gap: 24px;
  max-width: 840px;
  width: 100%;
  padding: 60px 36px;
  margin: 120px auto;
  border-radius: 24px;
  background: #FFF;
}
.auth form h2 {
  margin-bottom: 6px;
}
.auth form label {
  font-style: italic;
}
.auth form .lock_user {
  color: var(--color-main-3);
  cursor: not-allowed;
  background-repeat: no-repeat;
  background-position: center right 12px;
  background-image: url(/img/lock_user.svg);
}
.auth form .forgot-frame {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.auth form .forgot-frame a {
  font-size: 12px;
  font-style: italic;
  font-weight: 900;
  line-height: 150%;
  display: block;
  margin: 0 8px 4px 0;
  text-decoration: none;
  color: #361C13;
  opacity: 0.6;
  font-family: var(--font-additional);
}
.auth form .main-button-1 {
  margin-top: 6px;
}
.auth form .login-register {
  text-align: center;
  padding: 14px 0 12px 0;
  border-radius: 35px;
  border: 2px solid #FFF;
  background: #F2EAE5;
}
.auth form .login-register span {
  display: inline-block;
}
.auth form .login-register span.shift-right {
  margin-left: 4px;
  text-decoration: underline;
}
.auth form .button-disabled {
  pointer-events: none;
  opacity: 0.5;
  cursor: not-allowed;
}
.auth form .button-register {
  pointer-events: auto;
  opacity: 1;
  cursor: pointer;
}

@media (max-width: 1366px) and (orientation: landscape) {
  .auth {
    min-height: 100%;
  }
}
@media (max-width: 1024px) {
  .auth.profile {
    min-height: calc(100vh - 497px);
  }
}
@media (max-width: 875px) {
  .auth {
    min-height: calc(100vh - 452px);
  }
  .auth.profile {
    min-height: calc(100vh - 477px);
  }
  .auth form {
    margin: 100px 10px;
    max-width: calc(100% - 20px);
    padding: 48px 10px;
  }
}
@media (max-width: 390px) {
  .auth_restore {
    min-height: calc(100vh - 355px);
  }
}
/*edit/registration/forgot/restore -end */
.my-orders-page-wrapper {
  min-height: calc(100vh - 294px);
  border-radius: 24px 24px 0 0;
  padding: 48px 0;
  background: #FFF;
  margin-top: 24px;
}
.my-orders-page-wrapper .top-section {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 36px;
}
@media (max-width: 767px) {
  .my-orders-page-wrapper .top-section {
    flex-direction: column;
    gap: 24px;
  }
}
.my-orders-page-wrapper .top-section h2 {
  color: #000000;
}
.my-orders-page-wrapper .top-section .faq {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  gap: 12px;
}
.my-orders-page-wrapper .top-section .faq img {
  margin-bottom: 3px;
}
.my-orders-page-wrapper .top-section .faq a {
  text-decoration: underline;
  text-transform: uppercase;
  color: #D2410F;
  font-family: var(--font-additional);
  font-size: 14px;
  font-style: italic;
  font-weight: 900;
  line-height: 160%;
}
.my-orders-page-wrapper .no-items {
  margin-top: 70px;
}
.my-orders-page-wrapper .no-items h5 {
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 96%;
  color: var(--color-text);
  text-align: center;
}
@media (max-width: 767px) {
  .my-orders-page-wrapper .no-items h5 {
    font-size: 36px;
  }
}
.my-orders-page-wrapper .no-items a {
  margin-top: 30px;
  display: block;
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: 96%;
  color: var(--color-text);
  text-align: center;
}
.my-orders-page-wrapper .product_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 36px;
  grid-row-gap: 24px;
  margin-top: 24px;
}
.my-orders-page-wrapper .product_list .product-item {
  padding: 24px 0;
  display: grid;
  grid-template-columns: 80px auto;
  align-items: center;
  border-right: 1px solid rgba(54, 28, 19, 0.12);
  text-decoration: none;
}
.my-orders-page-wrapper .product_list .product-item .product-image-wrapper {
  max-width: 80px;
  max-height: 120px;
}
.my-orders-page-wrapper .product_list .product-item .product-image-wrapper img {
  width: 80px;
  height: 120px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 6px;
}
.my-orders-page-wrapper .product_list .product-item .product-info {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  padding: 0 20px;
}
.my-orders-page-wrapper .product_list .product-item .product-info .game-code-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
  padding: 11px 24px;
  border-radius: 48px;
  border: 2px solid rgba(54, 28, 19, 0.12);
  background: #FFF;
  width: 100%;
  max-width: 320px;
}
.my-orders-page-wrapper .product_list .product-item .product-info .game-code-wrapper.active .game-code {
  transform: translateX(4px);
}
.my-orders-page-wrapper .product_list .product-item .product-info .game-code-wrapper .game-code {
  flex: 1 0 0;
  overflow: hidden;
  color: var(--color-main-3);
  font-family: var(--font-additional);
  text-overflow: ellipsis;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  text-transform: uppercase;
  transition: all 0.1s ease;
  will-change: transform;
  cursor: pointer;
}
.my-orders-page-wrapper .product_list .product-item .product-info .game-code-wrapper .game-code-copy {
  cursor: pointer;
  font-family: var(--font-additional);
  font-size: 12px;
  font-style: italic;
  font-weight: 900;
  line-height: 150%;
  color: #D2410F;
}

@media (max-width: 1023px) {
  .my-orders-page-wrapper .container {
    padding: 0 10px !important;
  }
  .my-orders-page-wrapper .container .product_list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .my-orders-page-wrapper .product_list {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-row-gap: 12px;
  }
  .my-orders-page-wrapper .product_list .product-item {
    padding: 0;
  }
}
