/*
 * header-other.scss
 * -----------------------------------------------
*/
header#header {
	.header-nav {
		.header-nav-container {
			box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
			.custom-button {
			}
		}
	}
	.nav-side-icon-list {
		display: inline-block;
		@include media-breakpoint-down(lg) {
			float: left;
		}
		> li {
			padding: 0 12px;
			margin-top: -4px;

			.custom-button {
				margin-top: -5px;
			}
			&:last-child {
				padding-right: 0;
			}
		}
	}
}