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

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

/* altura box seleção estabelecimento */
@media(min-width:769px){
    html[data-scope="estabelecimentos"] .section-page .pd-card--estabelecimento {
        min-height: 230px;
    }
}