.header-wrap.fixed {
    position: fixed;
    width: 100%;
    width: 100vw;
    top: 0;
    left: 0;
    z-index: 10;
}
.header-site > .wrap-full-grid {
	position: relative;
}
.header-site {
    background-color: #82b338;
    padding: 20px 20px;
    position: relative;
    display: flex;
    align-items: center;
}
.fr .header-site {
    padding: 10px 20px;
}
    .header-site .mobile-menu {
        background-color: #4e8028;
        color: #fff;
        display: none;
        height: 100%;
        padding: 17px 10px;
        position: absolute;
        right: 0;
        top: 0;
        cursor: pointer;
    }
    .header-site .logo {
        display: inline-block;
    }
        .header-site .logo img {
            vertical-align: top;
            max-width: none;
			max-height: 60px;
			width: auto;
        }
    .header-site .meta-nav {
        float: right;
        margin-top: 9px;
    }
    .fr .header-site .meta-nav {
        /*margin-top: 21px;*/
        margin-top: 5px;
    }
        .header-site .meta-nav li {
            display: inline-block;
            margin-left: 30px;
            margin-top: 0;
        }
            .header-site .meta-nav a {
                color: #fff;
                text-decoration: none;
                font-size: 14px;
            }
            .header-site .meta-nav a:hover {
                text-decoration: underline;
            }
                .header-site .meta-nav .icon {
                    margin-right: 5px;
                }

.header-contact {
    border: 1px solid #b4d188;
    border-radius: 5px;
    color: #fff;
    float: right;
    margin-top: 2px;
    padding: 5px;
}
    .header-contact .icon-phone {
        font-size: 28px;
        line-height: 1em;
    }
        .header-contact .icon-phone:before {
            margin-left: 0;
            width: auto;
        }
    .header-contact p {
        display: inline-block;
        font-size: 14px;
        line-height: 1em;
        margin-bottom: 0;
        vertical-align: top;
    }

.site-navi:not(.mega-menu) {
    background-color: #4e8028;
    line-height: 0;
    width: 100%;
}
	.site-navi:not(.mega-menu) .wrap {
		max-width: 960px;
		margin: 0 auto;
		position: relative;
	}
    .site-navi:not(.mega-menu) .wrap > ul {
        width: 100%;
        margin: 0 auto;
        text-align: center;
        max-width: 680px;

        display: flex !important;
        justify-content: space-between;
    }
        .site-navi:not(.mega-menu) .wrap > ul > li {
            display: flex;
            flex: 1;
            margin: 0;
            position: relative;
            text-align: center;
            justify-content: center;
        }
            .site-navi:not(.mega-menu) a {
                color: #fff;
                display: block;
                font-size: 16px;
                line-height: 1em;
                padding: 10px;
                text-decoration: none;
                width: 100%;
            }
            .site-navi:not(.mega-menu) a:hover,
            .site-navi:not(.mega-menu) .current-menu-item a {
                background-color: #457123;
            }
.meta-nav {
    margin-right: 20px;
}

.header-site .cart-menu {
	color: #fff;
	float: right;
	margin-top: 9px;
	position: relative;
}

/*
.search-form {
	position: relative;
	margin-top: 9px;
}
	.search-form input {
		border: 1px solid #fff;
		padding: 8px 15px;
		border-radius: 5px;
	}
	.search-form button {
		position: absolute;
		top: 6px;
		right: 10px;
		color: #999;
		font-size: 16px;
	}
	*/
	
.site-navi:not(.mega-menu) .wrap > ul {
	padding-right: 35px;
}

.promotion-header {
    color: #fff;
    padding: 12px 0 14px 0;
    font-size: 21px;
}
    .promotion-header .btn {
        font-weight: normal;
        margin-left: 20px;
        vertical-align: 1px;
    }
    .promotion-header a {
		color: #fff;
		text-decoration: underline;
    }
    .promotion-header .icon {
        font-size: 22px;
        vertical-align: 0;
    }
    .promotion-header img {
        margin-right: 5px;
        vertical-align: middle;
    }
.promotion-custom-,
.promotion-custom-standard {
    /*background-color: #ff4800;*/
    background-color: #f76262;
    /*background-color: #ec2700;*/
    line-height: 1.3em;
}
    .promotion-custom- .btn,
    .promotion-custom-standard .btn {
        /*background-color: #ff7f4d;*/
        background: none;
        border: 1px solid #fff;
        margin-left: 5px;
    }