div#main-area div.produto div.main-produto .area-buy-product button.button {
    background: #00a441;
    border-color: #00a441;
}

div#main-area div.produto div.main-produto .area-buy-product button.button:hover {
    background: #008b37;
    border-color: #008b37;
}

/* HEADER */

header .header-top .logo svg, header .header-top .logo img{
	width: 220px;
}

.header-checkout .logo-ctn svg, .header-checkout .logo-ctn img {
    width: 160px;
}

.menu-button .icon-menu, .menu-button .icon-menu:after, .menu-button .icon-menu:before {
    background: #000000;
}

.tipo-vitrine-08 .product-name {
    min-height: 38px;
    height: max-content;
}

header.is-tablet-mobile .carrinho-ctn svg path {
    fill: #000;
}

header.is-tablet-mobile .header-search-full {
    background: transparent;
}

header .header-top .logo a, header .search-area{
	display: flex;
	align-items: center;
	justify-content: center;
}

header .item-ctn {
	right: -5px;
	background: #f3eac0 !important;
	color: #000 !important;
}

@media (min-width: 800px){
	header {
		-moz-box-shadow: initial;
		-webkit-box-shadow: initial;
		box-shadow: initial;
		border-bottom: 1px solid #f6f6f6;
	}
	
	header .header-top {
		max-width: 1580px;
		margin: auto;
	}
	
	header ul#nav-root>li {
		background: transparent;
		max-width: max-content;
		margin: 0;
	}
	
	header ul#nav-root>li>a {
		border: 0;
		border-bottom: 1px solid transparent;
		border-radius: 0;
		padding: 5px 10px;
		color: #000;
		text-transform: uppercase;
		font-size: 13px;
	}
	
	header ul#nav-root>li:hover a {
		color: #000;
		border-bottom: 1px solid #000;
	}
	
	header ul#nav-root>li:hover {
		background-color: transparent;
	}

	header .header-top .logo{
		order: 1;
	}
	
	header .search-area {
		order: 2;
	}
	
	header ul#nav-root {
		order: 3;
	}
	
	header .acoes-header {
		width: max-content;
		order: 4;
		gap: 20px;
	}
	
	header .acoes-header div.carrinho-ctn svg path, header .search-area button svg path, header .acoes-header a.item-header svg path {
		fill: #000;
	}
	
	header .acoes-header .meus-favoritos, header .acoes-header a.item-header .text, header .acoes-header .carrinho-ctn>a .text, .window-wrapper .window-ctn:before, .carrinho-rapido-ctn:before {
		display: none;
	}
	
	header .acoes-header .minha-conta .window-ctn{
		top: 0;
	}
	
	header .acoes-header div.carrinho-ctn .carrinho-rapido-ctn {
		top: 15px;
	}
	
	header .search-area button {
		background: transparent;
		border: 0;
		border-radius: 0;
		width: 60px;
		height: auto;
	}
	
	header .search-area button:hover {
		background-color: transparent;
	}
	
	header .search-area input[type="search"] {
		height: 20px;
		border-radius: 0;
		background: transparent;
	}
	
	header .search-area .form-recognition {
		border: 0;
		border-radius: 4px;
		background-color: #f5f5f5;
	}
}