﻿
/* ========== GERAL (DESKTOP + RESPONSIVO) ========== */

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

/* botão flutuante carrinho
.pd-cartIcon .dropdown > i {
    background: #fff !important;
    color: #0a0a0a;
} */

/* border-top titulo box
.pd-box .pd-box-title {
    border-top: 2px solid #fff;
} */

/* cor texto copyright */
.pd-footer-copy .pd-footer-copy-text {
    color: #fff;
}

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


/* ========== DESKTOP ========== */

@media (min-width:769px) {

    /* ===== MENU LATERAL ===== */

        /* nome estabelecimento
        .estabelecimento-menu--dropdown h4 {
            color: #fff;
        } */

        /* sub-tituto estabelecimento
        .estabelecimento-menu--dropdown p {
            color: #808080;
        } */

        /* links menu lateral
        .pd-cat-item-title {
            color: #fff;
        }
        .pd-cat-item-title:hover {
            color: #808080;
            transition: 0.3s;
        } */


    /* ===== LISTAGEM PRODUTO ===== */

        /* titulo categorias
        .pd-title {
            color: #fff;
        }
        .pd-prd-group-title span {
            border-bottom: 1px solid #808080;
        } */

 }

