.header-inner {
    align-items: flex-start;
}

.header-titles-wrapper {
    margin-right: 3.5vw;
}

.header-navigation-wrapper {
	display: block;
	position: unset;
	flex-wrap: wrap;
	flex: 1;
    min-height: 62.5px;
    max-width: calc(50% - 300px);
    padding-right: 10px;
}

ul.primary-menu {
	justify-content: flex-start;
    margin: 0;
    font-weight: 400!important;
    letter-spacing: normal!important;
}

#recommend {
	font-size: 1.4em;
}

#recommend #note {
	text-align: right;
	line-height: 1em;
	color: #8d8d8c;
	font-family: arial;
}

.header-right-side {
	flex: 1;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
}

.header-right-side .widget_custom_html {
    flex: 1 0 371px;
    margin-top: 0;
}

.header-right-side .menu {
    display: flex;
    color: #000;
    padding: 0 1.2em 0 0;
    margin: 0!important;
    justify-content: flex-start!important;
    font-size: 1.8rem;
    font-weight: 500;
    letter-spacing: -0.0277em;
    flex-wrap: wrap;
}

.header-right-side .menu li {
    font-size: 1.1em;
    font-size: inherit;
    line-height: 1.25;
    position: relative;
}

.header-right-side .menu li a {
    color: #000 !important;
    text-transform: uppercase;
    font-weight: 500;
    color: inherit;
    display: block;
    line-height: 1.2;
    text-decoration: none;
}

.menu_item_icon {
    margin-right: 18px;
}

#recommend #list {
	clear: both;
	text-align: right;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	justify-content: flex-end;
}

#recommend img {
	margin: 0 0 0 2em;
	width: 6em;
}