/* dress up game */

.dressup {
background: var(--charbg);
background-repeat: repeat;
background-color: black;
width:132%;
height: auto;
padding:10px;
overflow:hidden;
zoom: 0.75; transform:scale(0.75); -moz-transform: scale(0.75); -moz-transform-origin: 0 0; transform-origin: 0 0;
}


.clothes{
float:left;
display:flex;
flex-wrap:wrap;
position:relative;
margin:-10px;
}



.bodyextra{
z-index:1;
position:relative;
margin-left:-50px;
}

.fb{
height:400px;
z-index:3;
position:relative;
pointer-events: none;
}



.under{
z-index:3;
margin-left:-50px;
}

.shoes{
z-index:4;
margin-left:-50px;
}

.pants{
z-index:5;
margin-left:-50px;
}

.shirts{
z-index:6;
margin-left:-50px;
}

.accessory{
z-index:7;
margin-left:-50px;
}



.left{
width:40%;
float:left;
}

.right{
width:60%;
float:left;
}









