@import url("https://fonts.googleapis.com/css2?family=Comme:wght@300;400;500&display=swap");

* {
  font-family: "Comme", sans-serif;
}

.preview p {
  color: #fff;
  font-size: 12px;
  padding: 1px 0;
}

.preview p.blue {
  color: #7fb2ff;
}

.preview p.yellow {
  color: #e1ce59;
}

.preview p.gray {
  color: #a5a5a5;
}

.preview p.green {
  color: #7cf677;
}

.preview p.purple {
  color: #e077f6;
}

.preview p.bred {
  color: #fff;
  background-color: rgb(121, 27, 4);
}

/*Vault*/

.vault {
  width: 260px;
  height: 484px;
  display: flex;
  flex-wrap: wrap;
}

.vault a .preview,
.mkt .preview {
  position: fixed;
  background: #000000e3;
  padding: 8px;
  text-align: center;
  border-radius: 1px;
  display: none;
  z-index: 99;
  font-family: "Verdana";
}

/*form-checkout*/

#form-checkout {
  display: flex;
  flex-direction: column;
  max-width: 600px;
  margin: auto;
}

.container {
  height: 25px;
  display: inline-block;
  border: 1px solid rgb(200, 200, 200);
  border-radius: 2px;
  padding: 1px 2px;
}

.sword {
  left: 6px;
  top: 62px;
  width: 56px;
  height: 92px;
  position: absolute;
}

.shield {
  left: 84px;
  top: -177px;
  position: absolute;
}

.helm {
  left: 101px;
  top: 9px;
  width: 57px;
  height: 58px;
  text-align: center;
  position: absolute;
}

.armor img {
  width: 46px;
  height: 42px;
  object-fit: contain;
  position: absolute;
}

.armor {
  left: 101px;
  top: 92px;
  width: 58px;
  height: 91px;
  position: absolute;
}

.armor img {
  width: 60px;
  height: 60px;
  object-fit: contain;
}

.gloves {
  left: 4px;
  top: 182px;
  width: 59px;
  height: 62px;
  position: absolute;
}

.pants {
  left: 101px;
  top: 181px;
  width: 57px;
  height: 60px;
  position: absolute;
}

.boots {
  left: 195px;
  top: 177px;
  width: 58px;
  height: 62px;
  position: absolute;
}

.shield {
  left: 195px;
  top: 79px;
  width: 58px;
  height: 92px;
  position: absolute;
  text-align: center;
}

.pet {
  left: 5px;
  top: 7px;
  width: 58px;
  height: 59px;
  text-align: center;
  line-height: 5;
  position: absolute;
}

.pendant {
  left: 67px;
  top: 81px;
  width: 28px;
  height: 24px;
  position: absolute;
}

.ring_2 {
  left: 162px;
  top: 181px;
  width: 32px;
  height: 32px;
  position: absolute;
}

.ring_1 {
  left: 66px;
  top: 182px;
  width: 31px;
  height: 25px;
  position: absolute;
}

.wing {
  left: 165px;
  top: 7px;
  width: 89px;
  height: 60px;
  position: absolute;
}

.preview-item img {
  z-index: 66;
}

.preview-item img:hover + .description {
  visibility: visible;
}

.preview-item .description {
  position: absolute;
  top: 0;
  left: 60px;
  z-index: 999;
  visibility: hidden;
  width: 300px;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 5px;
}

.preview-item .description p {
  font-family: "Verdana" !important;
  font-size: 13px !important;
  text-align: center;
}

.preview-char {
  display: flex;
  justify-content: center;
  gap: 30px;
}

.preview-char .avatar {
  width: 150px;
  height: 150px;
}

.preview-char {
  margin: 4rem auto;
}
