body {
	font-family: "PT Sans";
	font-weight: 400;
}


h1, h2, h3, h4 {
	font-family: "PT Sans";
}


header {
	background-color: #FFF;
}


.header-top {
	display:  flex;
	justify-content: space-between;
	background-color: #000432;
	color: #EEE;
	font-size: 12px;
	padding: 5px 10px;
}
.header-middle {
	max-width: 1200px;
	margin: 0 auto;
	display:  flex;
	justify-content: space-between;
	background-color: #FFFFFF;
	padding: 5px 0;
	/*height: 70px;*/
}

.header-bottom {
	display:  flex;
	background-color: #FFFFFF;
	max-width: 1200px;
	margin: 0 auto;
}



.header-bottom-left {
	font-family: "PT Sans";
}


.body-content {
	max-width: 1200px;
}





header nav ul ul {
	background-color: rgba(255,255,255,0.90);
	border: 1px solid #CCC;
	columns: 2;
}





footer {
	background-color: #CCC;
}

.footer-middle {
	/*background-image: url('../images/fundo_a.jpg'); padding: 20px 0;*/
	padding-top: 20px;
	min-height: 300px;
	background-attachment: fixed;
	background-position: 100vh left;
	background-repeat: no-repeat;
	background-size: 1950px auto;
	background-color: #CCC;
	max-width: 1200px;
	margin: 0 auto;
}


footer nav ul li a {
    color: #666;
}

footer nav ul li li a {
    color: #333;
}






.body-content-middle-center {
    padding: 0 10px; 
	/*display: flex;
	justify-content: center;
	flex-wrap: wrap;*/
}


#produto-info {
	font-family: "PT Sans";
}


.prodloja-box-item {
    width: 270px;
	font-family: "PT Sans";
	margin: 10px 5px;
	
}

.box-item-text {
	margin-bottom: 10px;
}

.prodloja-valorde {
	font-size: 13px;
	color: #666;
}


.prodloja-valor {
	font-size: 22px;
	color: #ceb680;
}



.prodloja-box-item .btn-buy {
	border: 0;
	background-color: #32c19b;
	padding: 12px 30px 12px 50px;
	background-image: url("../../../images/icons/icon_cart_white_2.png");
	background-size: 20px 20px;
	background-repeat: no-repeat;
	background-position: 24px 8px;
	cursor: pointer;
	border-radius: 2px;
}





.prodloja-box-item .btn-buy-option {
	border: 0;
	padding: 12px 30px 12px 30px;
	background-color: #32c19b;
	background-image: none;
	cursor: pointer;
	border-radius: 2px;
}




.box-selos-seg {
	float: right; right: 20px; bottom: 10px; margin-left: 20px;
}

.footer-links-payments {
	margin-left: 30px;
	
}


.dv_bt_departamento {
	display: none;
}



.dv_destaque_compras {
	background-color: #ccc;
}


.content_destaque_compras {
	display: flex; flex-wrap: wrap; max-width: 1200px; margin: 20px auto; justify-content: center; align-items: center; font-size: 12px; padding: 20px 0;
}

.li_destaque_compras {
	max-width: 280px; margin-right: 30px;
}

.destaque_compras_img {
	display: inline-block; vertical-align: middle;
}

.destaque_compras_img img {
	margin-right: 10px;
}

.destaque_compras_text {
	display: inline-block; vertical-align: middle;
}





@media screen and (max-width: 860px) { /* 630px */
	
	/*
	#mainmenu {
		display: none;
	}
	
	.dv_bt_departamento {
		display: inline-block;
	}
	*/
	#mainmenu ul li:nth-child(n+3){
		display: none;
	}
	
	#mainmenu ul li ul li:nth-child(n+1){
		display: block;
	}
	
}



@media screen and (max-width: 600px) { /* 630px */
	
	
	.header-top-left {
		display: none;
	}
	
	.header-top-center {
		width: 100%;
		text-align: center;
		
	}
	
	.header-top-right {
		display: none;
	}
	
	.header-middle-center {
		display: none;
	}
	
	.box-selos-seg {
		float: none;
	}
	
}



