main.page.account ~ footer {
  display: none;
}

footer .line {
  margin-top: 120px;
}

.payment-options {
  margin-top: 12px;
}

.form .select {
  background: unset;
}

main.cart .select {
  background-image: unset;
}

main.detail section.product input {
  background: unset !important;
}

header .bar nav .right a,
header .bar nav .right div,
header .bar nav .right select {
  margin-right: 0;
  margin-left: 30px;
}

main.home .intro .txt {
  width: 100% !important;
}

main.detail section.product .price {
  display: inline-block;
  margin-top: 10px;
  color: #fff;
  font-size: 0.6em;
  margin-bottom: 30px;
  line-height: 20px;
  border-radius: 10px;
  padding: 0 12px;
  background: #000;
}

main.cart .list .item .row {
  display: flex;
  align-items: center;
}

main.list .sort .open-filter,
main.list .sort .select {
  text-align: center;
  background-image: unset;
  background-position: unset;
  padding: 0 12px;
  width: fit-content;
  min-width: 110px;
}

.mobile.mobile-nav .right .button {
  margin-right: 20px;
}

.card .txt .price {
  width: fit-content;
}

nav.main .social .social-item {
  background-image: linear-gradient(90deg, #b986f1 0%, #7d71dd 100%);
}
main.detail section.product .img .logo {
  width: auto;
}