.footer {
	padding-top: 40px;
	color: #595959;
	margin-bottom: 40px;
}

.copyright {
	padding-right: 0;
	text-align: center;
}

.copyright p {
	padding-right: 28px;
	font-size: 12px;
}

.logo-wrapper {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	margin-bottom: 6px;
}

.footer img.logo {
	width: 20%;
	max-width: 40px;
}

.magento {
	text-align: center;
	font-size: 11px;
	padding-left: 0;
	background-image: url(../images/magento.png);
	background-size: 16px;
	background-repeat: no-repeat;
	padding-left: 24px;
	background-position-x: center;
	background-position-y: top;
	padding-top: 24px;
	margin-bottom: 20px;
}

.magento a {
	font-size: 11px;
	text-decoration: underline;
	color: #000;
}

@media only screen and (min-width: 576px) {
	
	.footer {
		padding-top: 80px;
	}
	
	.magento {
		text-align: left;
		padding-top: 0;
		background-position-x: left;
		margin-bottom: 0;
	}

	.copyright {
		text-align: right;
	}
	
	.copyright p {
		border-right: 1px solid #595959;
	}
	
	.logo-wrapper {
		margin-bottom: 0;
	}
}