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

/* carrinho flutuante
.pd-cartIcon .dropdown > i {
    background: #cc2128 !important;
    color: #fff;
} */

/* titulo categorias */
.pd-box .pd-box-title,
.pd-title {
	color: #cc2128;
}

/* Logo sem fundo e sombra - DESKTOP */
@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: 40px;
        left: -20px;
        width: 255px !important;
    }
}
/* Logo sem fundo e sombra - MOBILE */
@media (max-width:768px) {
    html[data-scope=cardapio] .pd-m-Header-bar-logo {
        background: none !important;
        top: 20px !important;
        width: 170px !important;
    }
    html[data-scope=cardapio] .pd-m-Header-bar-logo a {
         box-shadow: none !important;
    }
}


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

@media (max-width:768px) {



}

