﻿
/* Logo maior - DESKTOP */
.pd-header-logo span .img-box {
    width: 200px !important;
}
/* Logo maior - MOBILE */
@media (max-width:768px) {
    html[data-scope="cardapio"] .pd-m-Header-bar-logo {
        width: 150px !important;
        top: 25px !important;
    }
}



/* PERSONALIZAÇÃO SOMBRA LOGO */
@media(min-width:769px){
    .pd-header > .container .pd-header-logo > span .img-box a::before {
        content: "";
        background: url(https://cdn.prefirodelivery.com/sombra-logo.png) no-repeat center top;
        position: absolute;
        bottom: -33px;
        right: 0;
        width: 200px;
        height: 23px;
    }
    .pd-header {
        margin-bottom: 70px;
    }
}

@media(max-width:768px){
    html[data-scope="cardapio"] .pd-m-Header-bar-logo a::before {
        content: "";
        background: url(https://cdn.prefirodelivery.com/sombra-logo.png) no-repeat center top;
        position: absolute;
        bottom: -25px;
        right: 0;
        width: 150px;
        height: 23px;
    }
    .pd-m-Header-est-info-container h3,
    .pd-m-Header-est-info-container .est_subtitulo {
        display: none !important;
    }
    .pd-m-Header-est-info-container.hasAvatar {
        padding-top: 80px;
    }
}
