.v-center {
	display: table;
	height: 80px;
}

.content {
	display: table-cell;
	vertical-align: middle;

}

.filter .PanelImgLogo {
	text-align: center;
}

.header, .filter {
	color: #737278;
}

.header {
	background-color: #EFEFEF;
}

.header .filter {
	background-color: #FFFFFF;
	height: 80px;
}

.header label {
	padding: 5px 10px;
	margin: 0;
}

.header div > div {
	padding: 0;
	margin: 0;
}

.headerLogin:hover {
	background-color: #E4E4E4;
}

.headerLogin:active {
	background-color: #D2D2D2;
}


.cursorPointer {
	cursor: pointer;
}

.imagemLogo {
	max-height: 78px;
}

.LinkCart {
	margin-top: 10px;
	align-items: center;
	color: #737278;
	display: inline-flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
	text-decoration: none;
}

.LinkCart:hover {
	color: black;
	text-decoration: none;
}

.qtdeItensCarrinho {
	background-color: #00bca7;
	border: 1px solid #05a895;
	border-radius: 20px;
	color: white;
	font-weight: bold;
	margin-left: 2px;
	padding: 1px 7px;
	right: 0;
	text-align: center;
	text-decoration: none;
	top: 15px;
}

.LinkCart:hover .qtdeItensCarrinho {
	background-color: #05a895;
	border: 1px solid #00bca7;
}

.HideItems .PanelQtdeCarrinho {
	display: none;
}

#headerShowIfLogedPanelUpdate {
	align-items: center;
	display: flex;
	height: 80px;
	justify-content: flex-end;
}

.header .OpenCloseLogin {
	background-color: #737278;
	border-radius: 0 0 2px 2px;
	color: #efefef;
}

.header .OpenCloseLogin:hover {
	background-color: #848389;
}
