.btn-outline-twitch {
    border-color: #9146ff;
    color: #9146ff;
}
.btn-outline-twitch:hover {
    background: #9146ff;
}
.fiddyFourhun {
    margin: 10px auto;
    width: 50%;
    min-width: 380px;
}
.cohhvatarLeft {
    transform: rotateY(180deg);
}
#demo {
    margin-top: 20px;
    background: rgba(0, 0, 0, 0.5);
    padding: 10px 0;
}
#demo img {
    filter: drop-shadow(5px 5px 4px #404040);
}
#demoshop {
    position: relative;
}
#demoshop:after {
    content: "Non Functional Demo/Example";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    line-height: 100px;
    text-align: center;
    border-radius: 20px;
}
.shop_item {
    box-sizing: border-box;
    position: relative;
    border: 1px solid #393939;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}
.shop_item_pieces,
.shop_item_cost {
    position: absolute;
    top: 5px;
    border-radius: 20px;
    background: #000079;
    padding: 2px 10px;
    font-size: 15px;
    line-height: 20px;
}
.shop_item_pieces {
    left: 5px;
}
.shop_item_cost {
    right: 5px;
}
.shop_item_cost_tokens:after {
    content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
    background: url(/examples/store/coin.png);
    background-repeat: no-repeat;
    background-size: contain;
}
.shop_item_title {
    font-weight: 700;
    text-align: center;
}
.box_art_col {
    max-width: 144px;
    width: 144px;
}
