#header-main .header-2 {
	background: #fff;
}
body.menu-fixed {
	padding-top: 180px;
}

body.menu-fixed #header-main .header-2,
body.menu-fixed .element-menu-category {
	position: fixed;
	left: 0;
	right: 0;
	z-index: 100;
}

body.menu-fixed #header-main .header-2 {
	padding: 15px 0 !important;
	top: 0;
	z-index: 105;
}

body.menu-fixed #header-main .header-2 .element-logo .logo img {
	max-height: 50px;
}

body.menu-fixed #header-main .header-2 .welcome-message,
body.menu-fixed #header-main .header-2 .element-menu-top {
	display: none !important;
}

body.menu-fixed .element-menu-category {
	top: 80px;
}

#modal-on-exit-popup {
	max-height: 80% !important;
	overflow-y: auto;
}

#modal-on-exit-popup .modal-content {
	/* AQUI VAI A IMAGEM DO MODAL  */
	background: url("https://cdn.simplo7.net/static/39124/galeria/155932074911629.png ") no-repeat center top #fff;
	max-height: 100% !important;
	/* AQUI VAI A ALTURA DA IMAGEM + 20px  */
	padding-top: 253px !important;
}

.element-banner-stripe {
	text-align: center;
}

.element-banner-stripe img {
	display: inline-block;
}

#nav-main .element-menu-category #menu-category .menu-category-list > li > a {
	font-size: 11px;
	line-height: 7px;

}

#nav-main .element-menu-category #menu-category .menu-category-list > li > a:before {
	background-size: 32px 32px !important;
	content: "";
	height: 32px;
	position: absolute;
	left: 50%;
	margin-left: -16px;
	top: 10px;
	width: 32px;
}


#cart-data #label-link-coupon {
	background: #960000;
	border: 0;
	color: #fff;
	display: inline-block;
	font-family: 'raleway_regular';
	font-size: 14px;
	line-height: 20px;
	margin-top: 20px;
	padding: 15px 25px;
	text-transform: uppercase;
	text-decoration: none;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
}

#cart-data #label-link-coupon:hover {
	background: #630000;
}

#product-list .product-list-item .label-freeshiping,
#product-list-sidebar .product-list-item .label-freeshiping {
	font-size: 0;
}

#product-list .product-list-item .label-freeshiping:before,
#product-list-sidebar .product-list-item .label-freeshiping:before {
	content: "FABRICAÇÃO PRÓPRIA";
    font-size: 11px;
	vertical-align: top;
}

.element-product-detail .label-stamp-wrapper .label-stamp.label-freeshiping {
	font-size: 0;
}

.element-product-detail .label-stamp-wrapper .label-stamp.label-freeshiping:before {
	content: "FABRICAÇÃO PRÓPRIA";
    font-size: 11px;
	vertical-align: top;
}

#nav-main .element-menu-category #menu-category .menu-category-list li ul {
	flex-direction: column;
}

#nav-main .element-menu-category #menu-category .menu-category-list li .menu-3-cols + ul {
	flex-direction: row;
	flex-wrap: wrap;
	width: 600px;
}

#nav-main .element-menu-category #menu-category .menu-category-list > li .menu-3-cols + ul li {
	width: 200px;
}

#nav-main .element-menu-category #menu-category .menu-category-list > li .menu-3-cols + ul li a {
	white-space: pre-wrap;
}

#nav-main .element-menu-category #menu-category .menu-category-list li:hover > ul {
	display: -webkit-flex;
	display: flex;
}

body:not(.pagina-home):not(.pagina-categoria):not(.pagina-marca):not(.pagina-busca):not(.pagina-tag) #content-main {
    margin-top: 0;
    padding: 0;
}