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


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



/* ========== MOBILE ========== */

@media (max-width:768px) {

    /* MOBILE - Menu categorias */
    .pd-m-Header-menuCategorias-list-screen-item.is-active a{
        border-bottom: 3px solid #ffffff;
    }
    .pd-m-Header-menuCategorias-list-screen-item a {
        color: #fff !important;
    }
    .pd-m-Header-menuCategorias-list {
        background: #a4252c;
    }
    .pd-m-Header-menuCategorias-list:before {
        background-image: linear-gradient(to right, rgb(164, 37, 44, 1) 10%, rgba(164, 37, 44, 0.46) 60%, rgba(164, 37, 44, 0) 100%);
    }
    .pd-m-Header-menuCategorias-list:after {
        background-image: linear-gradient(to right, rgba(164, 37, 44, 0) 10%, rgba(164, 37, 44, 0.46) 60%, rgb(164, 37, 44, 1) 100%);
    }

    /* MOBILE - Menu usuário */
    .pdUserHeader {
        background: #a4252c;
    }
    .pdUserHeader .id-msg .ch-hello,
    .pdUserHeader .id-msg .ch-login,
    .pdUserHeader .id-msg .ch-login a {
        color: #fff;
    }



}
