html,
body {
	padding: 0;
	margin: 0;
}
body {
	background-color: #fff;
	font-family: Arial, Helvetica, Verdana;
	font-size: 14px;
	line-height: 22px;
	color: #666;
	position: relative;
	-webkit-text-size-adjust: none;
}
h1, h2, h3, h4, h5, h6 {
	line-height: 1;
	font-weight: bold;
	margin: 20px 0 10px 0;
}
h1, h2, h3 {
	font-size: 18px;
}
h4, h5, h6 {
	font-size: 16px;
}
p {
	margin: 0 0 10px 0;
}

nav:not(.mm-menu) {
	display: none;
}

.header,
.content,
.footer {
	text-align: center;
}
.header,
.footer {
	background:white;
	border-bottom: 1px solid #ccc;;
	font-size: 16px;
	font-weight: bold;
	color: #000;
	line-height: 44px;

	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	min-height: 130px;
	padding: 0 50px;
}
.header.fixed {
	position: fixed;
	top: 0;
	left: 0;
}
.footer.fixed {
	position: fixed;
	bottom: 0;
	left: 0;
}
.header .menuLink {
	display: block;
	width: 45px;
	height: 40px;
	padding: 11px;
	margin: 2px;
	left: 0;
}
.bxTodosDepart{
	border-radius: 5px;
	cursor: pointer;
	background:firebrick;
}
.header .menuLink:before,
.header .menuLink:after {
	content: '';
	display: block;
	background: white;
	height: 2px;
	width: 20px;
}
.header .menuLink span {
	background: white;
	display: block;
	height: 2px;
	margin: 6px 0;
	width: 20px;
}
.content {
	padding: 150px 50px 50px 50px;
}
.divCarrinhoCont{	
	position: fixed;
	height:100vh;
	width:400px;
	top: 0;
	right: -400px;
	background: rgba(255,255,255);
	z-index: 1000;
	padding-left:10px;
	padding: 5px;
	overflow-x: hidden;
  	transition: all .5s ease;

}

.boxCartLat ul{
	list-style:none;
	position: absolute;
	top: 60px;
	bottom:150px;
	max-height: 80vh;
}
.boxCartLat .titleCart{
	height: 50px;
	text-align: center;
	color:#333;
	font-weight: bold;
	line-height: 30px;
	font-size: 20px;
	
}
.boxCartLat ul .cartLat{
	display: block;
	height: 100%;
	width: 100%;

}
.cartLat div img{
	max-height: 100%;
	max-width: 100px;
}
.finalizaCart{
	bottom: 0;
	width: 100%;
	height: 150px;
}

#check{
	display: none;
}
#check:checked ~ .boxBlock{
	right: 400px;
}
#check:checked ~ #boxPrincipal{
	overflow: hidden;
}
#check:checked ~ .divCarrinhoCont{
	right: 0;
}
#boxPrincipal{
	transition: all .5s;
}
.boxBlock{
	background: rgba(0,0,0,.7);
	z-index: 1000;
	width: calc(100% - 400px);
	height: 100vh;
	right: -100%;
	position: fixed;
	top: 0;
	transition: all .4s ease;
}
.semItem{
	color: #aaa;
}
.boxCartFinal{
	position: fixed;
	height: 150px;
	bottom: 0;
	width:380px;
}
@media(max-width: 776px){
    
    .divCarrinhoCont{
		width:320px;
	}

	.boxBlock{	
		width: calc(100% - 300px);
	}	
	#check:checked ~ .boxBlock{
		right: 320px;
	
	}
	.boxCartFinal{
		width: 310px;
	}
	
	.bxTodosDepart{
		border-radius: 5px;
		cursor: pointer;
		background:firebrick;
	}
}   

@media(max-width: 776px){
	.bxTodosDepart{
		background:white;
		cursor: pointer;
	}
	
	.header .menuLink:before,
	.header .menuLink:after {
		background: firebrick;
	}
	.header .menuLink span {
		background: firebrick;
	}
}
    

/* }
.boxCartLat ul .cartLat{
	display: block;
	height: 100%;
	width: 100%;
	line-height: 65px;
	font-size: 20px;
	color: #333;
	padding-left: 40px;
	box-sizing: border-box;
	border-bottom: 1px solid black;
	border-top: 1px solid rgba(255,255,255,.1);
	transition: .4s;
	min-height: 60px;
} */