.header.content .logo img {
	width: 216px;
}

.header.content .action.nav-toggle {
	left: 10px;
}

.action.showlocations {
	position: absolute;
	left: 50px;
	text-decoration: none;
    cursor: pointer;
    display: block;
    top: 22px;
}

.action.showlocations .icon-location:before {
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 22px;
    line-height: 28px;
    color: #757575;
    content: '\e60a';
    font-family: 'luma-icons';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
}

@media screen and (max-width: 767px) {
    .header.content .logo {
        margin-left: 75px;
        margin-top: 10px;
    }

    .header.content .logo img {
        width: 150px;
    }
}

@media screen and (max-width: 359px) {
	.action.showlocations {
		display: none;
	}

	.header.content .logo {
		margin-left: 30px;
	}
}