.wawa-window {
	position: fixed;
	top: 21vh;
	right: 0px;
	display: grid;
	/* grid-template-columns: 53px 255px;
	transform: translateX(255px);
	transition: all 0.7s; */
	z-index: 1999;
}
@media only screen and (max-width: 992px) {
	.wawa-window {
		top: 305px;
		grid-template-columns: 41px 0px;
	}
}
.wawa-window:hover {
	transform: translateX(0px);
}