#kl-sidecart {
	width: 43vw;
	min-width: 300px;
	position: fixed;
	right: -100%;
	top: 0;
	bottom: 0;
	background: white;
	z-index: 9000;
	transition: right 0.3s ease-in-out;
}

@media (max-width: 768px) {
	#kl-sidecart {
		width: 100vw;
		min-width: 100%;
	}
}

#kl-sidecart-container.is-active #kl-sidecart {
	right: 0;
}
