.slidein {
	max-width: 600px;
	padding: 2em 3em;
	position: fixed;
	z-index: 100;
	top: 0;
	right: -100%;
	height: 100%;
	transition: all 0.5s ease-in-out;
}

/* Set positioning back to 0 when toggled opened */
.open {
	right: 0;
}

/* add a close button in case toggle button is hidden on smaller screens */
.close-btn {
	border: none;
	font-weight: bold;
	font-size: 2em;
	background: transparent;
	position: absolute;
	top: 0;
	left: 0;
	padding: 0.5em;
}

/* General styles unrelated to slide in */

/* .toggle.after--::after {
	content: '';
	width: 3rem;
	height: 3rem;
	background-image: url('../img/zone/icon-change-down.png');
	background-position: center;
	background-size: 2rem;
} */

.toggle.after-- a.open-popup {
	display: flex;
    align-items: center;
}

.toggle.after-- img.icon_drop {
	width: 2rem;
	height: 2rem;
}

button {
	border: none;
	background-color: transparent;
}