.Cookie{
	position: fixed; left: 0; bottom: 0; width: 100%; text-align: center; background: #f5f5f5; padding: 2rem; z-index: 6; font-size: 11px; backface-visibility: hidden;
	a{ text-transform: uppercase; display: inline-block; margin-left: 1rem; font-size: 80%; font-weight: bold }
	&__close{
		position: absolute; right: 2rem; width: 2rem; height: 2rem; top: 50%; margin-top: -1rem; cursor: pointer;
		&:after, &:before{ position: absolute; left: 0; width: 100%; height: 2px; top: 50%; margin-top: -1px; content: ''; background: #333 }
		&:after{ transform: rotate(45deg)}
		&:before{ transform: rotate(-45deg)}
	}
	@media #{$to-phone} { line-height: 130%; padding: 1rem; padding-right: 6rem }
}
