
/* loader*/
html.loading .pd-SpashScreen .loader {
    color: #ffffff;
}

/* sompra logo */
.pd-header > .container .pd-header-logo > span .img-box img {
     box-shadow: -6px -2px 20px 0px rgb(0 0 0 / 25%);
}

/* separador titulo containers internas
.pd-box .pd-box-title {
	border-top: 1px solid #40ad49;
} */

/* Logo sem fundo e sombra
@media (max-width: 767px) {
    html[data-scope="cardapio"] .pd-m-Header-bar-logo {
        width: 190px;
        top: 15px;
    }
    .pd-m-Header-bar-logo {
        top: 0;
        background: transparent !important;
    }
    .pd-m-Header-bar-logo a {
    	box-shadow: none !important;
    }
}
@media (min-width:769px){
	.pd-header .pd-header-logo .img-box {
		background: transparent;
	}
	.pd-header > .container .pd-header-logo > span .img-box {
		top: 73px;
		width: 225px !important;
    }
} */

/* MOBILE - Logo sem fundo
@media (max-width:768px) {
    html[data-scope=cardapio] .pd-m-Header-bar-logo {
        background: none !important;
        top: 12px !important;
    }
    html[data-scope=cardapio] .pd-m-Header-bar-logo a {
         box-shadow: none !important;
    }
} */
