body.jey-checkout-layout {
	margin: 0;
	padding: 0;
	overflow-x: hidden;
	box-sizing: border-box;
}

.jey-checkout-header {
	width: 100%;
	box-sizing: border-box;
	padding: 20px 16px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #ffffff;
	border-bottom: 1px solid #eeeeee;
}

.jey-checkout-header__logo {
	display: flex;
	align-items: center;
	justify-content: center;
}

.jey-checkout-header__logo img {
	max-width: 160px;
	height: auto;
	display: block;
}

/* Mobile */
@media (max-width: 480px) {
	.jey-checkout-header {
		padding: 16px 12px;
	}

	.jey-checkout-header__logo img {
		max-height: 42px;
	}
}
