.sidebar-mobile, .sidebar-desktop {
	display: none;

	position: fixed;
	width: 100%;
	height: 100%;
	background-color: #FFF;
	top: 0;
	z-index: 1002;
	overflow-x: hidden;
}

.sidebar-opened {
	display: block !important;
}

@media (min-width: 768px) {
	.sidebar-desktop {
		width: 31.25rem;
	}

	.sidebar-left {
		left: 0;
		box-shadow: 13px 0 20px rgba(124, 110, 101, 0.08);
	}

	.sidebar-right {
		right: 0;
		box-shadow: -13px 0 20px rgba(124, 110, 101, 0.08);
	}
}