@media(min-width:769px){
	.pd-header > .container .pd-header-logo > span .img-box img {
		border-radius: 30px 0;
	}
	.pd-categorias {
	    height: 530px;
	    overflow-y: scroll;
	    padding-right: 10px;
	}
	.pd-categorias::-webkit-scrollbar {
	    width: 12px;
	}
	.pd-categorias::-webkit-scrollbar-thumb {
	    border-radius: 2px;
	    background: #313131;
	    -webkit-box-shadow: inset 0 0 4px rgba(0,0,0,0.2);
	}
}

@media(max-width:768px){
	html[data-scope="cardapio"] .pd-m-Header-bar-logo img {
	    border-radius: 20px 0;
	}
}

