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

/* sombra logo */
.pd-header > .container .pd-header-logo > span .img-box img {
     box-shadow: -6px -2px 20px 0px rgb(0 0 0 / 25%);
}
@media (max-width:768px) {
    html[data-scope="cardapio"] .logo-redondo .pd-m-Header-bar-logo a img {
        box-shadow: -6px -2px 20px 0px rgb(0 0 0 / 25%);
    }
}

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


/* MOBILE */
@media(max-width:768px){

    html[data-scope="cardapio"] .pd-m-Header-bar .pd-m-Header-bar--img-container {
        height: 90px;
    }
    html[data-scope="cardapio"] .pd-m-Header-bar-action {
        top: 8px;
    }
    html[data-scope="cardapio"] .pd-m-Header-bar-logo {
        top: 15px;
    }

    .pd-worktime-cardapio {
        margin-top: 70px !important;
        line-height: 17px;
        font-size: 13px;
    }
    .pd-m-Header-est-info-container h3 {
        display: none;
    }

    .pd-Destaques {
        margin-top: 0;
    }
    .pd-Destaques-destaque {
        width: 140px;
        height: 140px;
    }
    .pd-Destaques-destaque-desc {
        font-size: 12px;
        line-height: 14px;
    }

    .pd-cardapio .pd-prd-group-title span {
        font-size: 18px;
    }
    .pd-cat-descricao {
        margin: 8px 0px 10px;    
    }

    .pd-prd-group-loop-prod {
        padding-left: 10px !important;
        padding-right: 0 !important;
    }
    .pd-prd-group-loop {
        float: left;
        width: 49%;
    }
    .pd-prd-body {
        min-height: 121px;
    }
    .pd-prd-image-container img {
        object-fit: contain;
    }
    .pd-prd-info {
        min-height: unset !important;
    }
    .pd-prd-info-title {
        line-height: 18px;
        margin-bottom: 0;
    }
    .pd-prd-info-desc {
        line-height: 15px;
        font-size: 12px;
        color: #8f8f8f;
        display: none;
    }
    .pd-formQtd,
    .pd-prd-prices {
        display: none;
    }



}
