
header {
	width: 100%;
	height: 70px;
	background: #fff;
}

.margin-wrapper-header {
	padding-top: 0px;
}

.logo img {
	height: 50px;
    width: auto;
}

#headerCustom {
	max-width: 1024px;
	height: 70px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0 auto;
}

#headerCustom .Menu-actions,
#headerCustom .Menu-actions div.menu-menu-header-container {
	display: flex;
	align-items: center;
	height: 100%;
}

#headerCustom .Menu-actions li.bar-menu-header {
	display: flex;
	align-items: center;
	height: 100%;
}

#headerCustom .Menu-actions div.menu-menu-header-container ul {
	display: flex;
	height: 100%;
    align-items: center;
    z-index: 10;
}

#headerCustom .Menu-actions div.menu-menu-header-container ul li {
	height: 100%;
	display: flex;
	align-items: center;
}

#headerCustom .Menu-actions div.menu-menu-header-container ul a {
	padding: 0 15px;
	color: #4D4D4D;
	font-size: 14px;
	font-weight: 600;
	transition: 0.30s;
}

#headerCustom .Menu-actions div.menu-menu-header-container ul a:hover {
	opacity: .9;
	transition: 0.30s;
}

#headerCustom .Menu-actions .flex-actions {
	display: flex;
	align-items: center;
	padding-left: 6px;
}

#headerCustom .Menu-actions .bar-actions {
	background: #FAFAFA;
	border-bottom: solid 3px #F8F7F7;
	border-radius: 5px;
	display: flex;
	align-items: center;
	padding: 0 12px;
	height: 53px;
	transition: 0.30s;
}

#headerCustom .Menu-actions .bar-actions:hover {
	border-bottom: solid 3px #FAFAFA;
	transition: 0.30s;
}

#headerCustom .Menu-actions .bar-actions li {

}

#headerCustom .Menu-actions .bar-actions-header-shoppinme {
	display: flex;
	align-items: center;
}

#headerCustom .Menu-actions .bar-actions .tagFone-menumobile strong {
	font-weight: 700;
	color: #4D4D4D;
	font-size: 13.5px;
}

#headerCustom .lupaheader {
	display: block;
    padding: 10px;
}

#headerCustom .lupaheader .icon g,
#headerCustom .Menu-actions .bar-actions .tagFone-menumobile .icon g {
	fill: #4D4D4D
}

#headerCustom .sacola-shoppinme {
	display: block;
    padding: 0 0 6px 6px;
}

#footerCustom {
	background: #fff;
	margin-top: 0px;
	padding: 0 0 36px 0;
}

#footerCustom .gradeFooter-3col {
	display: flex;
	justify-content: space-between;
	max-width: 1024px;
    margin: 0 auto;
    padding: 38px 0;
}

#footerCustom .gradeFooter-3col li {
	width: 30%;
}

#footerCustom .gradeFooter-3col h4 {
	font-size: 16px;
	font-weight: 700;
	display: block;
	margin-bottom: 32px;
}

#footerCustom .gradeFooter-3col a.tag-retangulo-big {
	margin-bottom: 6px;
}

#footerCustom .gradeFooter-3col span.tipo-medium {
	margin-bottom: 12px;
	display: block;
}

#footerCustom .logo {
    display: flex;
    justify-content: center;
    padding: 0;
}

#footerCustom ul.compartilha-redes {
    justify-content: center;
    padding: 36px 0 0 0;
}

#footerCustom .tag-retangulo-big-light {
	margin-bottom: 6px;
}

/* sub menu > > > > > > > > > > > > > > > > > > > > > */

ul.Menuheader li.menu-item-has-children {
	position: relative;
}

ul.Menuheader li.menu-item-has-children ul.sub-menu {
	position:absolute; 
	top: 70px; 
	left: 0;
	background-color:#f4f4f4; 
	display:none !important;
	box-sizing: border-box;
	width: 100%;
	height: initial !important;
	min-width: 300px;
	transition: all 0.4s ease 1s;
}

ul.Menuheader li.menu-item-has-children ul.sub-menu li {
	display: block;
	height: 50px !important;
	border-bottom: 1px solid #cccccc;
}

ul.Menuheader li.menu-item-has-children ul.sub-menu li:hover {
	background: #fafafa;
}

ul.Menuheader li.menu-item-has-children ul.sub-menu li a {
	padding: 18px 4px;
	display: block;
	font-weight: 600;
}

ul.Menuheader li.menu-item-has-children:hover ul.sub-menu {
	display:block !important;
	transition: all 0.4s ease 1s;
}

/* ^sub menu > > > > > > > > > > > > > > > > > > > > > */


/* MOBILE [] [] [] [] [] [] [] [] [] [] [] [] [] [] [] [] [] [] [] [] [] [] []  */

@media ( max-width: 768px ) {
	#headerCustom {
		display: none;	}

}

@media ( max-width: 600px ) {
	#footerCustom .gradeFooter-3col {
		display: block;
		padding: 38px 6px;
	}
	#footerCustom .gradeFooter-3col li {
		width: 100%;
		margin-bottom: 48px;
	}

	#footerCustom .gradeFooter-3col h4 {
		margin-bottom: 16px
	}
}