img.lazy.owo {
    height: 30px;
}
.OwO {
	margin-top: -5px;
}

#OwO-body {
    display: flex;
    min-width: 2.5em;
    text-align: right;
    float: right;
    /* margin-left: 15px; */
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
    color: rgb(0 0 0 / 50%);
}
.OwO-logo {
	float: left;
	cursor: pointer;
	font-weight: 500;
}

.OwO .OwO-body .OwO-items {
	overflow: auto;
	font-size: 0;
	text-align: left
}

.OwO .OwO-body .OwO-items .OwO-item {
	padding: 5px 10px;
	display: inline-block;
	-webkit-transition: .3s;
	transition: .3s;
	cursor: pointer;
}

.OwO .OwO-body .OwO-items .OwO-item img {
	height: 30px;
	box-shadow: none!important;
}

.OwO .OwO-body .OwO-items .OwO-item:hover {
	transform: scale(1.3)
}

.OwO.OwO-open>.OwO-body>.OwO-items {
	max-height: 200px!important;
	margin: 10px 0!important;
	padding: 10px!important;
	/*transition: max-height .4s,margin .4s,padding .4s;*/
	box-shadow: 10px 10px 20px 10px rgba(236, 236, 236, 0.86);
	-webkit-animation-name: zoomin;
	-webkit-animation-duration: 0.8s;
	border-radius: 8px;
}

   ul.OwO-items{
    overflow-y: scroll;
}
  ul.OwO-items::-webkit-scrollbar {
    display: none;
}
 


