@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

* {
    font-family: "Roboto", 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;
}


.vault a .preview {
    position: fixed;
    background: #000000e3;
    padding: 8px;
    text-align: center;
    border-radius: 1px;
    display: none;
    z-index: 99;
    font-family: 'Verdana'
}

.details-preview .preview {
    display: none;
    position: fixed;
    z-index: 35;
    max-width: 340px;
    margin-right: 10px;
    padding: 20px 15px;
    border: 1px solid #ccc;
    background: #fff;
    box-sizing: border-box;
    box-shadow: 0 10px 15px -5px rgba(0, 0, 0, 0.3);
}

.details-preview .preview h1 {
    color: #000;
    margin: 8px 0;
    font-size: 16px;
}

.details-preview .preview p {
    color: #666;
    line-height: 1.7;
}

.details-preview .preview .image {
    width: 44px;
    height: 44px;
    margin-bottom: 1rem;
    background: #f3f3f3;
}

/*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;
}

.shield {
    left: 84px;
    top: -177px;
}

.helm {
    left: 101px;
    top: -9px;
    width: 57px;
    height: 58px;
    text-align: center;
}

.armor img {
    width: 46px;
    height: 42px;
    object-fit: contain;
}

.armor {
    left: 101px;
    top: 63px;
    width: 58px;
    height: 91px;
}

.armor img {
    width: 60px;
    height: 60px;
    object-fit: contain;
}

.gloves {
    left: 4px;
    top: 165px;
    width: 59px;
    height: 62px;
}

.pants {
    left: 101px;
    top: 166px;
    width: 57px;
    height: 60px;
}

.boots {
    left: 195px;
    top: 164px;
    width: 58px;
    height: 62px;
}

.shield {
    left: 195px;
    top: 79px;
    width: 58px;
    height: 92px;

    text-align: center;
}

.pet {
    left: 5px;
    top: 7px;
    width: 58px;
    height: 59px;
    text-align: center;
    line-height: 5;
}

.pendant {
    left: 67px;
    top: 81px;
    width: 28px;
    height: 24px;
}

.ring_2 {
    left: 162px;
    top: 166px;
    width: 32px;
    height: 32px;
}

.ring_1 {
    left: 66px;
    top: 166px;
    width: 31px;
    height: 25px;
}

.wing {
    left: 165px;
    top: -9px;
    width: 89px;
    height: 60px;
}