﻿
/* loader */
html.loading .pd-SpashScreen .loader {
    color: #170cab;
}

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


/* 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: #fff !important;
    }
    .pd-m-Header-bar-logo a {
    	box-shadow: #fff !important;
    }
}
@media (min-width:769px){
	.pd-header .pd-header-logo .img-box {
		background: transparent;
	}
	.pd-header > .container .pd-header-logo > span .img-box {
        top: -10px;
        left: -20px;
        width: 225px !important;
    }
}

/* MOBILE - Logo sem fundo */
@media (max-width:768px) {
    html[data-scope=cardapio] .pd-m-Header-bar-logo {
        background: #fff !important;
    top: 18px !important;
    width: 140px !important;
    padding: 10px;
    }
    html[data-scope=cardapio] .pd-m-Header-bar-logo a {
         box-shadow: none !important;
    }
    .pd-m-Header-menuCategorias-list-screen-item.is-active a {
    	    border-bottom: 3px solid #ffffff;
    }
    .pd-m-Header-bar-logo {
        background: none !important;
    }
    html[data-scope=cardapio] .pd-m-Header-bar-logo img {
    	top: -5px;
    }
}


