.cart-sidebar {
	width: 300px;
	height: 100%;
	background-color: #fff;
	padding: 50px 20px;
	box-shadow: rgba(0, 0, 0, 0.15) 0 5px 15px 0;
	position: fixed;
	top: 0;
	right: -100%;
	z-index: 9999;
}