#destaque {
    position: absolute;
    left: -71px;
    background: transparent;
    color: transparent;
    /* background-image: url(/images/destaque1.png); */
    background-size: cover;
    box-shadow: none;
}
.tamanhoreduzido {
    width: 80%;
}

.tamanhonormal {
    width: 100% !important;
    margin-left: 0 !important;
}
.logo-familia {
    height: 100px;
    width: 100px;
}
.nm-familia {
    font-size: 1rem;
}
.items .imagem {
    height: 100px !important;
    padding: 0 !important;
    background: transparent !important;
}
.items .semimagem {
    margin-top: -2rem;
}

.modal-ajuda-link {
    position: fixed;
    bottom: 110px;
    cursor: pointer;
    right: 0;
    margin-right: 1em;
    z-index: 10;
    width: 40px;
    height: 40px;
    font-size: 1rem;
    background: #000;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
}
.modal-ajuda {
    display: none;
    position: absolute;
    background: #fff;
    top: 0px;
    height: 66px;
    z-index: 999;
}
.modal-ajuda input,
.modal-ajuda button,
.modal-ajuda form {
    height: 100% !important;
    text-transform: uppercase;
}
.wrapper {
    margin-top: 0.5rem;
    max-height: 160px;
}
.wrapper img {
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
}

.produtos {
    padding: 0;
    cursor: pointer;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.destaques .produtos {
    max-height: auto;
}

.destaques .img-prod img {
    height: auto;
}

.destaques .produtos .img-prod {
    height: 150px;
    overflow: hidden;
}

.destaques .produtos span#title {
    font-size: 0.8rem;
}

.destaques .produto-desc .desc {
    font-size: 0.7rem;
}

.img-prod {
    padding: 10px !important;
    overflow: hidden;
    height: 150px !important;
}
.img-prod img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    border-radius: 10%;
}

.produto-desc {
    padding: 10px 0 0 10px !important;
    white-space: initial;
}

.produto-desc .desc {
    line-height: 1.2rem;
    overflow: hidden;
}

.produtos span {
    display: block;
    height: auto;
}

#topo {
    margin-bottom: 0.2rem;
}

.produto-desc .preco {
    font-size: 16px;
    font-weight: bold;
}

.produtos span#title {
    font-size: 12px;
    font-weight: bold;
}

div span.button {
    display: flex;
    position: relative;
    margin-top: 0.5rem;
}

div span.button button:hover {
    color: #000;
}

div span.button button {
    background: transparent;
    border-radius: 0;
    line-height: 0;
    padding: 0.2rem;
    font-size: 2.5rem;

    font-weight: bold;
}

div span.button h5 {
    margin-top: 0.3em;
    padding: 0 1rem;
}

div span.button h5 span {
    margin-left: 0;
}

table tr td span.title {
    font-size: 2rem;
}

.modal {
    overflow-y: scroll;
}

.wrapper-slider {
    position: fixed;
    width: 100%;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    z-index: 99;
}

.wrapper-slider .arrow-left,
.wrapper-slider .arrow-right {
    position: absolute;
    top: 50%;
    margin-top: -25px;
    height: 50px;
    width: 50px;
    z-index: 99;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
    cursor: pointer;
    left: -25px;
    background-size: 22px;
    background-color: #fff;
    padding: 1rem;
}

.wrapper-slider .arrow-left {
    left: 75px;
}

.wrapper-slider .arrow-right {
    right: -25px;
    left: auto;
}

.wrapper-slider .arrow-left:hover,
.wrapper-slider .arrow-right:hover {
    -webkit-transform: scale(1.08);
    transform: scale(1.08);
    background-color: #f1f1f1;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
}

.items {
    width: 100%;
    overflow-x: hidden;
    white-space: nowrap;
    cursor: pointer;
    padding-right: 1rem;
    display: flex;
    align-items: center;
    padding: 0 51px;
}

.items .item {
    width: auto;
    padding: 2rem;
    margin-left: 0.5rem;
    height: 30px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 1rem;
    transform: scale(0.97);
    border-radius: 10%;
}

.items.active {
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
    cursor: grabbing;
    background-color: #f9f9f9;
}

.items.active .item {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.wrapper-slider .arrow-left,
.wrapper-slider .arrow-right,
.items,
.items .item {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.topo {
    position: fixed;
    top: 80vh;
    right: 28px;
    color: #fff !important;
    padding: 0.5rem;
    box-shadow: #d0cfc0 9px 6px 0px 0px;
}

.resumo {
    background: rgb(0, 0, 0);
    padding: 1rem;
    box-shadow: rgba(0, 0, 0, 0.65) 9px 6px 0px 0px;
    color: #ffffff;
    border-radius: initial;
    position: fixed;
    top: 80vh;
    right: 28px;
}

#box-search-resumo {
    margin-bottom: 2rem;
}

.search input {
    background: #fff;
    border: none;
    background-image: url("../../assets/imagens/search.png");
    background-repeat: no-repeat;
    background-position: 15px center;
    font-size: 15px;
    color: #555555;
    line-height: 1.2;
    height: 48px;
    padding: 0 10px 0 45px !important;
    box-shadow: #d0cfc0 9px 6px 0px 0px;
    margin-right: 1rem;
}

.search button:hover {
    color: #fff;
}

.search button {
    background: #693800;
    border-radius: 0;
    color: #fff;
    box-shadow: rgba(104, 56, 10, 0.45) 8px 6px 0px 0px;
}

.destaques {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    margin-bottom: 1rem;
    padding: 0;
}

.destaques .produtos {
    display: inline-flex;
    margin-bottom: 0;
}

.destaques::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

.destaques::-webkit-scrollbar-thumb {
    background: transparent;
}

.destaques::-webkit-scrollbar-track {
    background: transparent;
}

.txt-destaque {
    text-align: center;
    font-size: 1.2rem;
    margin-bottom: -1px;
    font-weight: bold;
}

.font-maior {
    font-size: 10px;
}
.close span {
    font-size: 2rem;
}
.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: #000;
    font-weight: bold;
    text-transform: capitalize;
}
.categories-expand .truncate-overflow {
    position: relative;
    overflow: hidden;
    padding-right: 1rem;
    max-height: 3.4em;
    margin-bottom: 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    font-weight: bolder;
    text-transform: uppercase;
    color: #000;
}
.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    max-height: 50px;
}
.panel {
    margin-bottom: 21px;
    background-color: #fff;
    border-top: 2px solid #000;
    border-radius: 4px;
    margin-bottom: 3rem;
    min-height: 320px;
}

@media (max-width: 750px) {
    .panel {
        min-height: 300px;
    }
    .tamanhoreduzido {
        width: 60%;
    }
    #destaque {
        position: fixed;
        left: 0;
    }
    .destaques .produtos {
        max-height: auto;
    }

    .txt-destaque {
        font-size: 1rem;
    }

    .adc-button button {
        -webkit-appearance: none;
        border-radius: 0;
    }

    textarea,
    input.text,
    input[type="text"],
    input[type="button"],
    input[type="submit"],
    .input-checkbox {
        -webkit-appearance: none;
        border-radius: 0;
    }

    .texto-familias {
        display: none;
    }

    .items {
        overflow-x: scroll;
        z-index: 997;
        top: 125px;
        padding: 0;
        height: 100px;
    }

    .items .item {
        font-size: 0.8rem;
        height: 20px;
        padding: 1.5rem;
    }

    .arrow-left,
    .arrow-right {
        display: none;
    }

    .produto-desc {
        order: 2;
    }

    .wrapper-slider .arrow-right {
        right: 1vw;
    }

    .wrapper-slider .arrow-left {
        left: 1vw;
    }
}
