.magictime {
  animation-duration: 1s;
}
.account-page {
  padding: 10px 16px;
}
@media (min-width: 1024px) {
  .account-page {
    padding: 20px 30px;
  }
}
.account-page h1 {
  font-weight: 700;
  font-size: 28px;
  line-height: 36px;
  margin: 0 0 10px;
}
@media (min-width: 1024px) {
  .account-page h1 {
    font-size: 60px;
    line-height: 46px;
    margin: 0 0 30px;
  }
}
.account-page .btn {
  white-space: nowrap;
}
.account-page .btn-blue-o .icon:last-child {
  margin-left: 6px;
}
.account-page .btn-damage {
  width: 100%;
  height: 40px;
  margin: 0 0 32px;
}
@media (min-width: 768px) {
  .account-page .btn-damage {
    position: absolute;
    top: 88px;
    right: 16px;
    width: 180px;
    margin: 0;
  }
}
@media (min-width: 1024px) {
  .account-page .btn-damage {
    top: 130px;
    right: 30px;
  }
}
.account-page .btn-damage .icon {
  margin-left: 8px;
  background-color: #117FF5;
}
.account-nav {
  display: flex;
  list-style-type: none;
  padding: 0 15px;
  margin: 0 -15px 20px;
  border-bottom: 1px solid #DCE8FA;
  overflow: auto;
  white-space: nowrap;
}
@media (min-width: 1024px) {
  .account-nav {
    margin: 0 -30px 20px;
    padding: 0 30px;
  }
}
.account-nav + .account-box {
  margin-top: 30px;
}
.account-nav li:not(:last-child) {
  margin-right: 20px;
}
.account-nav a,
.account-nav span {
  display: block;
  padding: 0 0 8px;
  border-bottom: 5px solid transparent;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #667894;
}
.account-nav a:hover,
.account-nav span:hover {
  color: #117FF5;
}
.account-nav a.active,
.account-nav span.active {
  color: #117FF5;
  border-color: #117FF5;
}
.account-box {
  overflow: hidden;
  margin: 0 -16px 16px;
}
@media (min-width: 768px) {
  .account-box {
    border-radius: 4px;
  }
}
@media (min-width: 1024px) {
  .account-box {
    max-width: 546px;
  }
}
.account-box:hover {
  background: #F3F8FE;
}
.account-box.is-open .account-box-title .icon {
  transform: rotate(180deg);
}
.account-box.is-open:hover {
  background: transparent;
}
.account-box-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 24px;
  line-height: 32px;
  font-weight: 500;
  cursor: pointer;
  padding: 12px 16px;
}
.account-box-body {
  display: none;
  padding: 10px 16px;
}
.account-box .address-form {
  max-width: 100%;
}
.account-box .address-form .input-wrap {
  margin-bottom: 16px;
}
.account-box .btn-blue {
  width: 100%;
}
.account-box .billing {
  padding: 16px 0 32px;
}
.account-subtitle {
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  margin: 0 0 16px;
}
@media (min-width: 1024px) {
  .account-subtitle {
    font-size: 24px;
    line-height: 24px;
  }
}
.account-bottom {
  text-align: center;
}
@media (min-width: 768px) {
  .account-bottom {
    display: flex;
    justify-content: space-between;
    padding: 10px 0 0;
  }
}
.account-bottom .btn {
  background: #F3F8FE;
  margin: 0 0 24px;
  width: 100%;
}
.account-bottom .btn:hover {
  color: #117FF5;
  background: rgba(17, 127, 245, 0.2);
}
@media (min-width: 768px) {
  .account-bottom .btn {
    max-width: 240px;
    padding: 0;
  }
}
.account-bottom .pagination {
  justify-content: center;
  overflow: auto;
}
.reset-page {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 30px 15px 20px;
}
@media (min-width: 1024px) {
  .reset-page {
    padding: 30px;
  }
}
.reset-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-grow: 1;
  width: 100%;
  max-width: 440px;
  margin: auto;
}
@media (min-width: 1024px) {
  .reset-content {
    max-width: 540px;
  }
}
.reset-content img {
  margin: 0 auto 20px;
}
.reset-content .title {
  font-weight: 700;
  font-size: 28px;
  line-height: 40px;
  margin: 0 0 24px;
}
@media (min-width: 768px) {
  .reset-content .title {
    font-size: 40px;
    line-height: 60px;
    margin: 0;
  }
}
@media (min-width: 1024px) {
  .reset-content .title {
    font-size: 60px;
    line-height: 72px;
    margin: 0 0 20px;
  }
}
.reset-content .text {
  text-align: center;
}
.reset-content form {
  margin-top: auto;
  width: 100%;
}
@media (min-width: 576px) {
  .reset-content form {
    margin-top: 20px;
  }
}
@media (min-width: 1024px) {
  .reset-content form {
    margin-top: 80px;
  }
}
.reset-content .input-wrap {
  margin-bottom: 20px;
}
.reset-content .btn {
  width: 100%;
}
.registered-page {
  display: flex;
  flex-direction: column;
  padding: 20px 15px;
  background: #117FF5;
  color: #fff;
}
@media (min-width: 768px) {
  .registered-page {
    padding: 50px 20px 30px;
  }
}
@media (min-width: 1024px) {
  .registered-page {
    padding: 60px 30px 30px;
  }
}
.registered-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 auto 30px;
  width: 100%;
  max-width: 520px;
}
.registered-content img {
  max-width: 40px;
  margin: 0 0 15px;
}
@media (min-width: 768px) {
  .registered-content img {
    max-width: 60px;
    margin: 0 0 20px;
  }
}
@media (min-width: 1024px) {
  .registered-content img {
    max-width: 80px;
  }
}
.registered-content .title {
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  margin: 0 0 30px;
  text-align: center;
}
@media (min-width: 768px) {
  .registered-content .title {
    font-size: 24px;
    line-height: 32px;
    margin: 0 0 44px;
  }
}
@media (min-width: 1024px) {
  .registered-content .title {
    font-size: 40px;
    line-height: 50px;
  }
}
@media (min-width: 768px) {
  .registered-content .title br {
    display: none;
  }
}
.registered-content form {
  width: 100%;
}
@media (min-width: 768px) {
  .registered-content form {
    display: flex;
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .registered-content .input-icon {
    top: 18px;
  }
}
.registered-content .input-wrap {
  width: 100%;
}
.registered-content .btn {
  width: 100%;
}
@media (min-width: 768px) {
  .registered-content .btn {
    min-width: 190px;
    max-width: 190px;
    height: 56px;
    margin: 0 0 0 16px;
  }
}
.registered-nav {
  margin: auto 0 0;
}
@media (min-width: 768px) {
  .registered-nav {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
.registered-nav .item {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-grow: 1;
  min-height: 160px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 12px;
  padding: 15px;
  color: #fff;
  margin-top: 10px;
}
.registered-nav .item:hover {
  background: rgba(255, 255, 255, 0.4);
}
@media (min-width: 768px) {
  .registered-nav .item {
    min-width: calc(50% - 10px);
    max-width: calc(50% - 10px);
    margin-top: 20px;
  }
}
@media (min-width: 1024px) {
  .registered-nav .item {
    min-width: calc(25% - 10px);
    max-width: calc(25% - 10px);
  }
}
.registered-nav .title {
  max-width: 150px;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
}
.registered-nav .small-text {
  position: absolute;
  left: 15px;
  bottom: 15px;
  font-weight: 500;
  font-size: 12px;
  line-height: 20px;
  text-transform: uppercase;
}
.registered-nav img {
  max-width: 40px;
}
.wholesale-add__right {
  text-align: right;
}
.wholesale-add__price {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
  color: #667894;
}
.wholesale-add__price-plt,
.wholesale-add__price-w {
  color: #FB7234;
}
.wholesale-add__discount {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 4px;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.5;
  color: #667894;
}
.wholesale-add__old {
  position: relative;
}
.wholesale-add__old:before {
  position: absolute;
  top: 50%;
  display: block;
  width: 100%;
  height: 1px;
  background: #667894;
  content: '';
}
.wholesale-add__save {
  color: #09CF34;
}
.wholesale-add__w,
.wholesale-add__panel {
  color: #667894;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.5;
}
@media (min-width: 1024px) {
  .wholesale-add__panel {
    display: none;
  }
}
.wholesale-content .add-to-cart {
  align-items: flex-start;
}
.wholesale-content .label-free {
  right: auto;
  left: 26px;
}
.wholesale-faq {
  margin: 0 0 56px;
  max-width: 716px;
}
.wholesale-bottom-text {
  font-size: 16px;
  line-height: 24px;
}
.wholesale-invoice {
  margin: 0 -8px;
  padding: 28px 0 0;
}
@media (min-width: 1024px) {
  .wholesale-invoice {
    display: grid;
    grid-template-columns: 50% 50%;
    margin: 0;
    padding: 40px;
  }
}
@media (min-width: 1024px) {
  .wholesale-invoice__info {
    padding-right: 64px;
    border-right: 1px solid #DCE8FA;
  }
}
.wholesale-invoice__counter {
  position: absolute;
  top: 24px;
  left: 16px;
  display: flex;
  font-size: 14px;
  color: #667894;
}
@media (min-width: 1024px) {
  .wholesale-invoice__counter {
    top: 64px;
    left: 64px;
  }
}
.wholesale-invoice__receipt {
  display: grid;
  grid-gap: 4px;
  margin: -8px 0 0 !important;
  padding: 0;
  list-style-type: none;
}
.wholesale-invoice__receipt li {
  display: flex;
  justify-content: space-between;
}
.wholesale-invoice__receipt-product {
  margin: 0 0 12px;
  padding: 0 0 16px;
  font-weight: 700;
  border-bottom: 1px solid #DCE8FA;
}
@media (min-width: 1024px) {
  .wholesale-invoice__receipt-product {
    margin: 0 0 20px;
    padding: 0 0 24px;
  }
}
.wholesale-invoice__receipt-total {
  margin: 12px 0 0;
  padding: 16px 0 0;
  font-weight: 700;
  font-size: 24px;
  border-top: 1px solid #DCE8FA;
}
@media (min-width: 1024px) {
  .wholesale-invoice__receipt-total {
    margin: 20px 0 0;
    padding: 24px 0 0;
  }
}
.wholesale-invoice__customer {
  margin-top: 32px;
}
@media (min-width: 1024px) {
  .wholesale-invoice__customer {
    margin-top: 48px;
  }
}
.wholesale-invoice__customer ul {
  display: grid;
  grid-gap: 16px;
  margin: 0;
  padding: 4px 0 0;
  list-style-type: none;
}
.wholesale-invoice__customer li {
  display: flex;
}
.wholesale-invoice__customer span {
  min-width: 140px;
}
@media (min-width: 1024px) {
  .wholesale-invoice__step {
    order: 1;
    padding: 40px 0 0 64px;
  }
}
.wholesale-invoice__title {
  margin: 0 0 16px !important;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.25;
}
@media (min-width: 1024px) {
  .wholesale-invoice__title {
    margin: 28px 0 24px !important;
    font-size: 32px;
  }
}
.wholesale-invoice__subtitle {
  margin-bottom: 16px !important;
  font-weight: 700;
  font-size: 18px;
}
.wholesale-invoice__subtitle:not(:first-child) {
  margin-top: 24px;
}
.wholesale-invoice__address {
  display: grid;
  grid-template-columns: 1fr 94px;
  grid-gap: 16px;
}
.wholesale-invoice__btns {
  display: grid;
  grid-template-columns: 84px 1fr;
  grid-gap: 16px;
  margin: 24px 0 32px;
}
@media (min-width: 1024px) {
  .wholesale-invoice__btns {
    margin: 24px 0 0;
  }
}
.wholesale-invoice__resend {
  margin: -8px 0 0 !important;
  font-size: 14px;
  color: #667894;
}
.wholesale-invoice__resend .otp-resend-btn {
  font-weight: 500;
  text-decoration: underline;
}
.wholesale-invoice__privacy {
  margin: -16px 0 32px !important;
  font-size: 14px;
  color: #667894;
}
@media (min-width: 1024px) {
  .wholesale-invoice__privacy {
    margin: 24px 0 0 !important;
  }
}
.wholesale-invoice .checkbox {
  margin-top: -8px;
}
.wholesale-invoice .radios {
  display: flex;
  gap: 24px;
  margin: 0 0 8px;
}
.wholesale-invoice .btn {
  height: 56px;
  margin: 0;
}
.account-page .product-card {
  margin: 0 0 16px;
}
.account-page .product-card:hover {
  box-shadow: none;
}
.wishlist-item {
  display: flex;
  flex-direction: column;
  margin-right: 10px;
}
@media (min-width: 1024px) {
  .wishlist-item {
    margin: 0;
  }
}
.wishlist-item .product-card {
  flex-grow: 1;
}
.wishlist-item.is-removed .product-card {
  flex-grow: 1;
  opacity: 0.2;
}
.wishlist-item.is-removed .btn-wish > span:nth-child(1) {
  display: flex;
}
.wishlist-item.is-removed .btn-wish > span:nth-child(2) {
  display: none;
}
.wishlist-empty {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 50px 0 44px;
  text-align: center;
}
.wishlist-empty .img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  margin: 0 0 16px;
  padding: 8px;
  border-radius: 50%;
  background: #F6F7FB;
}
.wishlist-empty .btn {
  width: 147px;
  margin-top: 20px;
}
.wishlist-empty p {
  margin: 0 0 8px;
}
.wishlist .btn-wish {
  height: 60px;
  width: 100%;
  background: transparent;
  color: #117FF5;
  border-color: #117FF5;
  opacity: 0.4;
}
.wishlist .btn-wish:hover {
  opacity: 1;
}
.wishlist .btn-wish > span {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.wishlist .btn-wish > span:nth-child(1) {
  display: none;
}
.wishlist .btn-wish .icon {
  background-color: #117FF5;
}

