﻿.sidebar {
    width: 220px;
    padding: 0px 10px 0px 10px;
    font-size: 0.9em;
}

.sidebar-inside {
    background-color: white;
    padding: 10px;
}

.barra-cel {
    background-color: white;
    padding: 10px;
}

.produtos {
    padding-top: 10px;
    background-color: white;
}

.rodape {
    text-align: center;
    margin-top: 20px;
    padding-top: 5px;
    font-size: 12px;
    background-color: transparent;
}

    .rodape p {
        background-color: white;
        max-width: 260px;
    }

.card {
    border: 1px solid #f0f0f0 !important;
}

    .card:hover {
        box-shadow: 0 0 5px 2px #c8c8c8;
        -webkit-box-shadow: 0 0 5px 2px #c8c8c8;
        -moz-box-shadow: 0 0 5px 2px #c8c8c8;
    }

.card-img-top {
    width: 100%;
    object-fit: cover;
}

.card-body {
    padding: 8px 10px 10px 10px !important;
}

.margem {
    margin-bottom: 20px;
}

hr {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
    border-top: 1px solid darkgray !important;
}

.tnom {
    color: dimgrey;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 5px;
}

.tprc {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 5px;
    color: black;
}

.tobs {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 5px;
    color: black;
}

.tind {
    color: white;
}

a:link, a:visited, a:hover, a:active {
    text-decoration: none !important;
}

.tcat {
    color: gray;
    font-size: 14px;
    margin-bottom: 0px;
}

.tbar {
    color: gray;
    font-size: 14px;
    margin-bottom: 0px;
}

.tref {
    color: black;
    font-size: 14px;
    margin-top: 5px;
    margin-bottom: 0px;
}

.tcortam {
    color: #760000;
    font-size: 14px;
    margin-top: 5px;
    margin-bottom: 0px;
}

    .tcortam a:hover {
        text-decoration: underline !important;
    }

.tqtd {
    color: #0200bb;
    font-size: 12px;
    margin-top: 5px;
    margin-bottom: 0px;
}

.card p {
    line-height: 1.0;
}

.rb label:hover {
    text-decoration: underline !important;
    cursor: pointer;
}

input[type="radio"] {
    cursor: pointer;
    margin-right: 10px;
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
}

.categorias, .ordem, .contatos {
    display: flex;
    flex-direction: column;
}

.div-banner {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}

.lb-contato {
    font-size: 14px;
    color: black;
}

.redes-cel {
    padding: 10px;
    margin-top: 20px;
    background-color: white;
    display: flex;
    flex-wrap: wrap;
}

    .redes-cel img {
        margin: 5px 5px 5px 0px;
    }

.rede-link {
    flex-grow: 1;
    width: 50%;
}

    .rede-link:hover {
        background-color: lavender;
        border-radius: 5px;
    }

.contatos img {
    margin: 5px 5px 5px 0px;
}

.contatos a:hover {
    background-color: lavender;
    border-radius: 5px;
}

#btTopo {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: #ff9d9d;
    color: white;
    cursor: pointer;
    padding: 15px;
    border-radius: 4px;
}

    #btTopo:hover {
        background-color: #555;
    }

.conta {
    color: #555;
    font-size: 0.9em;
    padding-bottom: 5px;
}

.versao {
    margin-left: 20px;
    font-size: 0.7em;
    color: gray;
}

.div-sacola {
    text-align: center;
    margin-bottom: 10px;
}

.bt-sacola {
    background-color: white !important;
}

    .bt-sacola:hover {
        background-color: #6c757d !important;
    }

.bt-txt {
    font-weight: bold !important;
    font-family: Arial !important;
}

.ed-txt {
    min-width: 30px;
    max-width: 60px;
}

.cat_selec {
    margin-bottom: 5px;
}

.cat_break {
    column-span: all;
    margin-bottom: 0px;
    background-color: whitesmoke;
    font-weight: bold;
}

.cat_item {
    margin-bottom: 0px;
    margin-left: 10px;
}

.corpo_cats a:hover {
    text-decoration: underline !important;
}

.wpp-btn {
    position: fixed;
    right: 15px;
    bottom: 15px;
}

.wpp-txt {
    background-color: white;
    padding: 5px;
    border: 1px solid gray;
    font-size: small;
    color: darkslategray;
}

.rev {
    font-size: 14px;
    color: blue;
    text-decoration: none;
    margin-top: 5px;
    margin-bottom: 5px;
}

    .rev:hover {
        text-decoration: underline;
    }

.revcel {
    font-size: 16px;
    color: blue;
    text-decoration: none;
    flex-grow: 1;
    width: 100%;
    margin-bottom: 5px;
}

    .revcel:hover {
        background-color: lavender;
        text-decoration: underline;
    }
