/* Header */
.full-header {
    background: #fff none repeat scroll 0 0;
    float: left;
    width: 100%;
    padding: 10px 0px;
}

.header {
    float: left;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

#header-left {
    max-width: 300px;
    display: block;
}

#header-left a {
    display: block;
    width: 100%;
}

#header-left img {
    display: block;
    max-height: 100px;
}

.header-top {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: 10px;
}

.box-hd-top {
    margin-left: 5px;
}

.box-social a {
    display: inline-flex;
    width: 30px;
    height: 30px;
    justify-content: center;
    align-items: center;
    color: #fff;
    background: #415201;
    font-size: 16px;
    border-radius: 50%;
    margin: 0px 5px;
    transition: .3s;
}

.box-social a:hover {
    transform: translateY(-2px);
    background: #8EA92C;
}

.box-account li {
    display: inline-block;
}

.box-account li:first-child {
    border-right: 1px solid #ccc;
}

.box-account li a {
    display: block;
    width: 100%;
    padding: 0px 5px;
    font-size: 16px;
    color: #415201;
    transition: .3s;
}

.box-account li a:hover {
    color: #8EA92C;
}

#menubar {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.header-cart {
    display: block;
    width: auto;
    margin-left: 10px;
}

.header-cart a {
    display: block;
    white-space: nowrap;
    line-height: normal;
    padding: 10px 20px;
    border: 1px solid #415201;
    border-radius: 5px;
    color: #415201;
    transition: .3s;
}

.header-cart a:hover {
    border-color: #8EA92C;
    color: #8EA92C;
}

.header-cart i {
    margin-right: 5px;
}

@media only screen and (max-width: 1080px) {
    #menubar #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-blocks-right .mega-toggle-block {
        margin: 0;
    }

    #menubar #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-blocks-right .mega-toggle-block::after {
        margin: 0;
    }

    #menubar #mega-menu-wrap-primary {
        order: 2;
        margin-left: 10px;
    }

}

@media only screen and (max-width: 960px) {
	.box-hd-top.box-social {
	display: none;
}
}

@media only screen and (max-width: 768px) {
	#header-left img {
	max-height: 75px;
}
	.header-top {
	display: none;
}

.acc-mobile ul {
	display: flex;
}
.acc-mobile li {
	width: 50%;
	text-align: center;
}
.acc-mobile li:first-child {
	border-right: 1px solid #999;
}	
.acc-mobile a {
	display: block;
	width: 100%;
	padding: 8px 0px;
	color: #fff;
}
.search-mobile {
	margin-top: 5px;
	padding: 0px 10px;
}
}

@media only screen and (max-width: 640px) {
	#header-left img {
	max-height: 60px;
}
	.header-cart a {
	padding: 8px 15px;
	font-size: 12px;
}
}

@media only screen and (max-width: 480px) {
    #header-left img {
    max-height: 50px;
}
    .header-cart a {
    padding: 5px;
}
    .header-cart a label {
    display: none;
}
}