﻿@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');


:root {
    /*--blue_light: #dbefff;*/
    /*--blue_light: #89c2d9;
    --blue1: #89c2d9;*/
    /*--color--main: #0092ff;*/
    /*--color--main_sel: #71a5ba;*/
    --color--border-light: #eaeaea;
    --color--main: #15a8d6;
    --color-main-rgb: 21, 168, 214;
    --color--secondary: #9c32fe;
    --tile-start-rgb: 10,10,10;
    --tile-end-rgb: 10,10,10;
    --tile-start-hover-rgb: 20,20,20;
    --tile-end-hover-rgb: 20,20,20;
    --tile-border: conic-gradient( #ffffff80, #ffffff40, #ffffff30, #ffffff20, #ffffff10, #ffffff10, #ffffff80);
    --tile-border-hover: conic-gradient(#ffffff, #ffffff60, #ffffff50, #ffffff40, #ffffff30, #ffffff30, #ffffff);
}

body {
    font-family: 'Inter', sans-serif !important;
}



input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

input[type=number] {
    -moz-appearance: textfield; /* Firefox */
}

.slick-destaques .valor-desconto {
    position: absolute;
    top: 10px;
    right: 10px;
    padding: 7px 20px;
    width: max-content;
    color: white;
    background-color: orangered;
    border-radius: 30px;
    text-align: center;
    height: auto;
    z-index: 3;
    line-height: 10px;
    float: right;
    font-size: 14px;
    font-weight: bold;
}

.produtos .tag-valor-desconto {
    background-color: rgba(156, 50, 254, 1);
}

.produtosLista .produtos-item .precos .preco-sup.preco-tracado {
    text-decoration: line-through;
    color: #fff;
}
/*---------------------------CATEGORIAS RECOMENDADAS-----------------------------*/
/*#region *CATEGORIAS RECOMENDADAS**/
.categorias-recomendadas .categorias-img {
    margin-top: 10px;
    width: 250px;
    height: 120px;
    /*border-radius: 20px;*/
    object-fit: contain;
    transition: 0.4s ease;
    /*box-shadow: 0px 0px 3px 1px rgb(0 0 0 / 27%);*/
}

.categorias-recomendadas a {
    text-decoration: none;
    line-height: 20px;
    font-size: 16px;
    font-weight: 400;
    color: black;
}

    .categorias-recomendadas a:hover p {
        text-decoration: underline;
    }

.categorias-recomendadas .categorias-img:hover {
    transform: scale(1.1);
}

.marcas-destaque .categorias-img {
    margin-top: 10px;
    width: 250px;
    height: 160px;
    border-radius: 10px;
    object-fit: contain;
    transition: 0.4s ease;
}

.marcas-destaque a {
    text-decoration: none;
    line-height: 20px;
    font-size: 16px;
    font-weight: 400;
    color: black;
}

    .marcas-destaque a:hover p {
        text-decoration: underline;
    }

.marcas-destaque .categorias-img:hover {
    transform: scale(1.1);
}

.marcas-destaque p {
    text-align: center;
    margin-top: 10px;
}
/*#endregion*/

/*#region *MODALS**/
.modal-body .nav-item:hover {
    cursor: pointer;
}

.modal-body p {
    word-wrap: break-word;
}

.btn-formulario {
    text-decoration: none;
    width: 90%;
    line-height: 50px;
    display: block;
    border: 2px solid #d0d2d7;
    color: #d0d2d7;
    border-radius: 20px;
    text-align: center;
    transition: all 150ms ease-in-out;
    -webkit-transition: all 150ms ease-in-out;
    -o-transition: all 150ms ease-in-out;
    -moz-transition: all 150ms ease-in-out;
    margin: 10px;
}

.form-control {
    border-radius: 10px;
    border-color: var(--color--border-light);
    margin: 0;
}

.btn-formulario:hover,
.btn-formulario.ativo {
    border-color: var(--color--main);
    background: var(--color--main);
    color: white;
}

#range-slider-panel {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}


.range-slider--container.ativo {
    height: auto;
    opacity: 1;
    display: block;
}

.irs--round .irs-from, .irs--round .irs-to, .irs--round .irs-single,
.irs--round .irs-bar {
    background-color: #3498db;
    transition: all 0.2s linear;
}

    .irs--round .irs-from:before, .irs--round .irs-to:before, .irs--round .irs-single:before {
        border-top-color: #3498db;
        transition: all 0.2s linear;
    }

.irs--round .irs-bar {
    transition: all 0.2s linear;
}

.irs--round .irs-handle {
    border-color: transparent;
    width: 14px;
    height: 14px;
    top: 30px;
    background-color: #3498db;
    cursor: pointer;
    transition: all 0.2s linear;
}
/*#endregion*/
/*#region *UTILITY**/
.bs-actionsbox .btn-group button {
    border-radius: 20px;
}

.partilhar {
    margin-left: auto;
    margin-right: 0;
}

.button {
    border-radius: 20px;
    padding: 5px 20px;
    background: var(--color--main);
    border-style: none;
    color: white;
    float: right;
}

    .button:hover {
        background: var(--color--secondary);
    }

/*.info {
    color: green;
    background: transparent;
    border-style: none;
    font-size: 20px;
    height: max-content;
}*/

.info:hover {
    color: var(--color--secondary);
}

.filtro {
    border: 0.5px solid #999;
    border-radius: 20px;
    background: transparent;
    margin-left: 20px;
    height: 38px;
    padding: 5px 15px;
    color: grey;
}

    .filtro:hover {
        background: grey;
        color: white;
    }

input[type=checkbox] {
    cursor: pointer;
}
/*#endregion*/

/*.container-wrap-zone {
    display: block;
    position: relative;
    width: 100%;
    padding: 20px;
    background: linear-gradient(134deg, rgba(223,223,223,0.4) 0%, rgba(255,255,255,1) 100%);
    border-radius: 10px;
    background: #fafafa;
    border: 1px solid #eaeaea;
    z-index: 1;
}*/

/*.container-wrap-zone .breakline {
        margin: 0 !important;
    }*/

/*.container-wrap-zone::after,
    .container-wrap-zone::before {
        content: '';
        display: block;
        position: absolute;
        height: 30%;
        border-style: solid;
        border-color: var(--color--main);
    }*/

/*.container-wrap-zone::before {
        top: 0;
        left: 0;
        border-right-width: 20px;
        border-right-color: transparent;
        border-left-width: 5px;
        border-top-width: 5px;
        border-bottom-width: 20px;
        border-bottom-color: transparent;
        border-top-left-radius: 10px;
    }

    .container-wrap-zone::after {
        bottom: 0;
        right: 0;
        border-left-width: 20px;
        border-left-color: transparent;
        border-right-width: 5px;
        border-top-width: 20px;
        border-bottom-width: 5px;
        border-top-color: transparent;
        border-bottom-right-radius: 10px;
    }*/

.breakline-h2 {
    font-size: 22px !important;
}

/*.card {
    margin: 0 10px;
    padding: 0;
    overflow: hidden;*/
/*border: 1px solid #eaeaea;*/
/*box-shadow: 0px 0px 3px 1px rgb(0 0 0 / 27%);*/
/*}*/

/*.card:hover {
    box-shadow: 0px 0px 1px 1px rgb(0 0 0 / 27%)
}

.card:hover .card-img-top {
    filter: blur(2px);
}

.card:hover .center-con {
    visibility: visible;
    opacity: 1;
    transition: opacity 1s, visibility 1s;
}*/

.animation-arrows-color {
    fill: var(--color--main);
}

.center-con {
    top: 35%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    z-index: 20;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s, visibility 0.3s;
}

.round {
    position: absolute;
    border: 2px solid var(--color--main);
    width: 40px;
    height: 40px;
    border-radius: 100%;
}

.cta {
    width: 100%;
    cursor: pointer;
    position: absolute;
}

    .cta .arrow {
        left: 30%;
        top: 6px;
    }

.arrow {
    position: absolute;
    bottom: 0;
    margin-left: 0px;
    width: 12px;
    height: 12px;
    background-size: contain;
    top: 15px;
}

.second {
    margin-left: 8px;
}

.next {
    /*background-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgNTEyIDUxMiI+PHN0eWxlPi5zdDB7ZmlsbDojZmZmfTwvc3R5bGU+PHBhdGggY2xhc3M9InN0MCIgZD0iTTMxOS4xIDIxN2MyMC4yIDIwLjIgMTkuOSA1My4yLS42IDczLjdzLTUzLjUgMjAuOC03My43LjZsLTE5MC0xOTBjLTIwLjEtMjAuMi0xOS44LTUzLjIuNy03My43UzEwOSA2LjggMTI5LjEgMjdsMTkwIDE5MHoiLz48cGF0aCBjbGFzcz0ic3QwIiBkPSJNMzE5LjEgMjkwLjVjMjAuMi0yMC4yIDE5LjktNTMuMi0uNi03My43cy01My41LTIwLjgtNzMuNy0uNmwtMTkwIDE5MGMtMjAuMiAyMC4yLTE5LjkgNTMuMi42IDczLjdzNTMuNSAyMC44IDczLjcuNmwxOTAtMTkweiIvPjwvc3ZnPg==);*/
}

@keyframes bounceAlpha {
    0% {
        opacity: 1;
        transform: translateX(0px) scale(1);
    }

    25% {
        opacity: 0;
        transform: translateX(10px) scale(0.9);
    }

    26% {
        opacity: 0;
        transform: translateX(-10px) scale(0.9);
    }

    55% {
        opacity: 1;
        transform: translateX(0px) scale(1);
    }
}

.bounceAlpha {
    animation-name: bounceAlpha;
    animation-duration: 1.4s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.arrow.first.bounceAlpha {
    animation-name: bounceAlpha;
    animation-duration: 1.4s;
    animation-delay: 0.2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

/*.card:hover .round .arrow {
    animation-name: bounceAlpha;
    animation-duration: 1.4s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

    .card:hover .round .arrow.first {
        animation-name: bounceAlpha;
        animation-duration: 1.4s;
        animation-delay: 0.2s;
        animation-iteration-count: infinite;
        animation-timing-function: linear;
    }*/

@media only screen and (max-width: 768px) {
    .center-con {
        top: 46%;
        left: -25%;
    }

    /*.produtos .valor-desconto {
        top: 5px;
        left: 5px;
    }*/
}

@media only screen and (max-width: 575px) {
    .center-con {
        top: 50%;
        left: -32%;
    }
}

.color_wrap {
    display: inline-flex !important;
    position: relative;
    width: 20px;
    height: 20px;
    margin: 5px;
    border-radius: 20px;
}

    .color_wrap input {
        opacity: 0;
    }

    .color_wrap .checkmark {
        border: solid 1px #8E8E8E;
    }

.container-checkbox-cor {
    cursor: pointer;
}

    .container-checkbox-cor input:checked ~ .checkmark {
        -webkit-box-shadow: 0px 0px 0px 5px #8E8E8E;
        box-shadow: 0px 0px 0px 5px #8E8E8E;
    }

        .container-checkbox-cor input:checked ~ .checkmark:after {
            display: none;
        }

    .container-checkbox-cor input:hover ~ .checkmark {
        -webkit-box-shadow: 0px 0px 0px 2px #8E8E8E;
        box-shadow: 0px 0px 0px 2px #8E8E8E;
    }

.sidebar-item-content-main .pesquisa-btn {
    padding: 10px 30px;
    border: none;
}

    .sidebar-item-content-main .pesquisa-btn:hover {
        cursor: pointer;
    }

.tamanho_wrap {
    margin: 6px 0;
}

    .tamanho_wrap .checkmark {
        background: white;
    }

.sidebar-container-pesquisa {
    width: 100%;
    height: auto;
    padding: 5px;
}

.sidebar-wrap-pesquisa {
    border: 1px solid var(--color--main);
    border-radius: 20px;
    z-index: 2;
    height: 30px;
}

    .sidebar-wrap-pesquisa input {
        border: none;
        width: 100%;
        border-bottom-left-radius: 20px;
        border-top-left-radius: 20px;
        padding: 0 5px 0 15px;
        font-size: 15px;
        height: 100%;
    }

        .sidebar-wrap-pesquisa input:focus-visible {
            outline: none;
            box-shadow: none;
        }


/*#region   ********* CART ************/

/*.produtos {*/
/*box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.43);*/
/*text-align: left;
    border-radius: 20px;*/
/*text-align:justify;*/
/*overflow: hidden;
    background: white;*/
/*border: 1px solid var(--color--border-light);*/
/*}*/
.produtosListagem {
    border: 1px solid var(--color--border-light);
}

.produtosLista {
    position: relative;
}

.produtosLista-inner {
    height: 130px;
    --bs-gutter-x: 0;
    --bs-gutter-y: 0;
}

.produtos-info {
    padding: 8px;
    /*padding-right: 0;*/
    position: relative;
}

    .produtos-info h6 {
        font-size: 16px;
        color: var(--color--gray--first);
        font-weight: bold;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2; /* number of lines to show */
        line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    .produtos-info p {
        font-size: 13px;
        color: grey;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2; /* number of lines to show */
        line-clamp: 2;
        -webkit-box-orient: vertical;
        margin-bottom: 4px;
    }

.produtos-preco p {
    margin-right: 4px;
}

.produtos-img {
    padding: 0;
}

    .produtos-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.lista-preco {
    width: fit-content;
    border-top-left-radius: 20px;
    border-left: 1px solid var(--color--border-light);
    border-top: 1px solid var(--color--border-light);
    position: absolute;
    right: 0;
    bottom: 0;
    background: white;
}

/*.lista-preco span {
        line-height: 30px;
        color: grey;
        font-family: 'Lato',sans-serif;
    }*/

/*.qt-produto {
    width: 40px;
    border-radius: 10px;
    color: gray;
    border: 1px solid var(--color--border-light);
    text-align: center;
    font-family: 'Lato',sans-serif;
}*/
.pointsOU, .produtosLista .pointsOU {
    color: #000;
    font-size: 0.9rem;
    font-weight: 300;
}

.produtosLista .pointsOU, .swiper-destaque .pointsOU {
    color: #fff;
}

.swiper-destaque .pointsOU {
    font-size: inherit;
    text-transform: lowercase;
}

.btn-adiciona-produto-lista {
    text-decoration: none;
    cursor: pointer;
}

.img-adiciona-produto-lista {
    width: 30px;
    height: 30px;
}

.btn-acao-apagar1 {
    margin-top: 20px;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    border: 1px solid red;
    transition: all 0.3s ease-in;
    margin-right: 5px;
    cursor: pointer;
    text-decoration: none;
    opacity: 0.5;
}

    .btn-acao-apagar1:hover {
        background: red;
        opacity: 0.8;
    }

        .btn-acao-apagar1:hover .btn-apagar1 {
            color: white;
        }

.btn-apagar1 {
    color: red;
    font-size: 0.8rem;
    transition: all 0.3s ease-in;
}

.btn-adiciona-produto {
    text-decoration: none;
    padding-bottom: 30px;
}

.btn-apaga-carrinho {
    width: 225px;
    text-align: center;
    text-decoration: none;
    color: white;
    position: relative;
    padding: 10px 20px;
    font-size: 1.1rem;
    color: red;
    text-transform: uppercase;
    cursor: pointer;
    user-select: none;
    border-radius: 20px;
    border: 1px solid red;
    background: transparent;
    z-index: 1;
    transition: 0.4s ease;
    overflow: hidden;
    margin: auto;
}

    .btn-apaga-carrinho:hover {
        background: red;
        color: white;
    }

.btn-contacto {
    width: 300px;
    text-align: center;
    /*background: blue;*/
    text-decoration: none;
    color: white;
    position: relative;
    padding: 15px 20px;
    font-size: 1.4rem;
    color: var(--color--main);
    text-transform: uppercase;
    cursor: pointer;
    user-select: none;
    border-radius: 20px;
    border: 1px solid var(--color--main);
    background: transparent;
    z-index: 1;
    transition: 1s ease;
    overflow: hidden;
    margin: auto;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 1);
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(70, 143, 175, 0.5);
    }

    70% {
        box-shadow: 0 0 0 10px rgba(70, 143, 175, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(70, 143, 175, 0);
    }
}

.btn-contacto i {
    transition: 1s ease;
}

.btn-contacto:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    background: var(--color--main);
    z-index: -1;
    height: 100%;
    transition: 1s ease;
}

.btn-contacto:hover {
    color: white;
}

    .btn-contacto:hover i {
        color: white;
    }

    .btn-contacto:hover:before {
        width: 100%;
    }

.btns-modal {
    font-size: 0;
}

.btn-botao {
    width: 220px;
    border-radius: 20px;
    padding: 10px 20px;
    transition: all 0.5s ease-in-out;
    font-size: 1.1rem;
    border: 2px solid black;
}

    .btn-botao.ativo {
        background: black;
        color: white;
    }

    .btn-botao:hover {
        background: black;
        color: white;
    }

.btn-cancelar {
    width: 220px;
    border-bottom-left-radius: 20px;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    padding-left: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
    transition: all 0.5s ease-in-out;
    font-size: 1.1rem;
    border: 2px solid black;
    border-right: none;
}

    .btn-cancelar:hover {
        background: black;
        color: white;
    }

.btn-adicionar {
    width: 220px;
    border-bottom-right-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 20px;
    transition: all 0.5s ease-in-out;
    font-size: 1.1rem;
    border: 2px solid black;
    border-left: none;
}

    .btn-adicionar:hover {
        background: black;
        color: white;
    }

.preco-total {
    font-size: 2.3rem;
    letter-spacing: 1px;
    font-weight: bold;
    color: var(--color--main);
    font-family: 'Lato',sans-serif;
}

.totalArtigo {
    font-size: 2.3rem;
    letter-spacing: 1px;
    font-weight: bold;
    margin: 0;
}

.resumo-img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.table-header {
    font-weight: bold;
    font-size: 1.1rem;
    padding: 8px 0;
    border-bottom: 1px solid black;
}

.table-row {
    padding: 8px 0;
}

.container-pedido-artigos {
    padding: 1.2rem;
}

.container-artigos-associado {
    /*position:relative;*/
    padding: 1rem;
    border-radius: 20px;
    background: linear-gradient(to left, rgb(56, 189, 248), rgb(59, 130, 246));
    /*font-weight: bold;*/
    /*box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;*/
    box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
}

.wrapper-associado {
    /*padding-top:1.2rem;*/
    /*padding: 0.6rem 0;*/
    color: #fff;
    font-weight: bold;
    width: max-content;
    /*background: linear-gradient(90deg, rgba(246, 246, 246, 1) 0%, rgba(246, 246, 246, 0) 100%);*/
}

.radioButtonList input[type="radio"] {
    display: none;
}

    .radioButtonList input[type="radio"]:checked + label .radioButtonList-item {
        background: var(--color--main);
        color: #fff;
        border-color: var(--color--main);
    }

.radioButtonList-item {
    padding: 15px 20px;
    border: 0.5px solid #999;
    border-radius: 20px;
    transition: all ease-in-out 0.4s;
    margin: 0 10px;
    cursor: pointer;
    width: 250px;
    height: 115px;
}

    .radioButtonList-item p {
        font-size: 12px;
    }

    .radioButtonList-item:hover {
        background: var(--color--main);
        color: #fff;
    }

.detalhes-resumo-icon-style {
    font-size: 14px;
    display: none;
}

.icon-style {
    display: none;
}

.toast-added-item {
    top: 80px;
}

.toast {
    border-radius: 20px;
}

.pickup-location {
    transition: all ease-in 0.3s;
    padding: 7px;
    border-radius: 7px;
}

    .pickup-location:hover {
        background: #d1d1d1;
    }
/*.pickup-location:hover .pickup-name {
        color:#fff;
    }
        .pickup-location:hover .pickup-street {
            color: #fff;
        }
        .pickup-location:hover .btn-collapse {
            color: #fff;
        }*/
.pickup-distance {
    font-size: 11px;
    color: orangered;
    margin-bottom: 0;
    transition: all ease-in 0.3s;
}

.pickup-name {
    font-weight: 800;
    font-size: 13px;
    color: var(--color--gray--first);
    margin-bottom: 0;
    transition: all ease-in 0.3s;
}

.pickup-street {
    font-size: 13px;
    color: var(--color--gray--second);
    margin-bottom: 0;
    transition: all ease-in 0.3s;
}

.pickup-horario p {
    font-size: 13px;
    margin-bottom: 0;
    color: var(--color--gray--second);
}

.btn-collapse {
    font-size: 13px;
    color: var(--color--gray--second);
    transition: all ease-in 0.3s;
}

    .btn-collapse:focus {
        border: unset;
        outline: unset;
        box-shadow: unset;
    }

    .btn-collapse::after {
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        content: "\f054";
    }

.wrapperLojasDPD {
    display: block;
    max-height: 400px;
    overflow-y: scroll;
    padding: 5px;
}

.lojasDPD {
    width: 97%;
}

    .lojasDPD label {
        width: 100%;
    }

    .lojasDPD input[type="radio"] {
        display: none;
    }

        .lojasDPD input[type="radio"]:checked + label .pickup-location {
            background: #d1d1d1;
        }
/*.lojasDPD input[type="radio"]:checked + label .pickup-location .btn-collapse {
                color:#fff;
            }
            .lojasDPD input[type="radio"]:checked + label .pickup-location .pickup-name {
                color: #fff;
            }
            .lojasDPD input[type="radio"]:checked + label .pickup-location .pickup-street {
                color: #fff;
            }*/
#formTransportadora {
    display: none;
}

.resumo-titulo-artigo {
    /*padding: 5px 20px;
    background: black;*/
    color: #fff;
    border-radius: 20px;
    width: max-content;
    word-break: break-all;
}

.resumo-preco-artigo {
    padding: 4px 12px;
    background: #fff;
    color: var(--color--main);
    border-radius: 20px;
    width: max-content;
    margin: 0;
    height: fit-content;
    font-family: 'Lato',sans-serif;
}

.resumo-img {
    height: auto;
    width: 100%;
    object-fit: contain;
    border-radius: 10px;
}

.checkbox-model .checkbox input {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
    opacity: 0;
    cursor: pointer;
}

.checkbox-model .checkbox label {
    background: none;
    border: 5px solid #555;
    height: 42px;
}

.checkbox-model .checkbox label {
    width: 45px;
    height: 42px;
    background: #ccc;
    position: relative;
    display: inline-block;
    border-radius: 46px;
    transition: 0.4s;
}

    .checkbox-model .checkbox label::after {
        background: #555;
        box-shadow: none;
        top: 2px;
        left: 2px;
        width: 28px;
        height: 28px;
    }

    .checkbox-model .checkbox label::after {
        content: '';
        position: absolute;
        width: 50px;
        height: 50px;
        border-radius: 100%;
        left: 0;
        top: -5px;
        z-index: 2;
        background: #fff;
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
        transition: 0.4s;
    }

.checkbox-model .checkbox label {
    background: none;
    border: 1px solid #ced4da;
    height: 20px;
}

    .checkbox-model .checkbox label:after {
        background: #ced4da;
        box-shadow: none;
        top: 2px;
        left: 2px;
        width: 14px;
        height: 14px;
    }

.checkbox-model .checkbox input:checked + label {
    border-color: #329043;
}

    .checkbox-model .checkbox input:checked + label:after {
        background: #3fb454;
        left: 27px;
    }

.checkbox-model .checkbox {
    position: relative;
    display: inline-block;
}

.produtos .condicao {
    display: none;
}
/*#endregion*/
/*#region *RESPONSIVIDADE**/
@media only screen and (max-width: 1640px) {
    /*.produtos .produtos-item {*/
    /*width: calc(100%/4 - 20px);*/
    /*min-width: 300px;*/
    /*margin: 10px 10px;
    }*/
}

@media only screen and (max-width: 1500px) {
    .restauracao-container .imagens .flex-even .logo_empresa {
        width: 6em;
        height: auto;
    }

    .marcas-destaque .categorias-img {
        width: 216px;
        height: 126px;
    }
}

@media only screen and (max-width: 1320px) {
    /*.produtos .produtos-item {*/
    /*width: calc(100%/3 - 20px);*/
    /*min-width: 300px;
        margin: 10px 10px;
    }*/

    .categorias-card {
        width: calc(100%/6 - 10px);
    }
}

@media only screen and (max-width: 1200px) {
    #UpdatePesquisa1 {
        display: block !important;
    }

    /*#UpdatePesquisa {
        display: none !important;
    }*/

    .pesquisa-container1 {
        bottom: 0;
        padding: 15px;
        position: absolute;
        width: 90%;
        font-size: 18px;
        font-weight: 500;
        margin: auto;
        left: 0;
        right: 0;
    }

    .pesquisa-wrap {
        margin: 8px 0px;
        background: white;
        width: 100%;
        border-radius: 50px;
        height: 58px;
    }

    .btn-wrap {
        margin: 30px 0px;
    }

    .pesquisa-bar1 {
        width: 95%;
        margin: auto;
    }

    .pesquisa-input1 {
        width: 100%;
        border-style: hidden;
        height: auto;
    }

        .pesquisa-input1:focus {
            outline: none;
        }

    .pesquisa-btn1 {
        color: white;
        text-decoration: none;
        background-color: var(--color--main);
        border-radius: 30px;
        text-align: center;
        padding: 15px 40px;
        font-weight: 600;
    }

        .pesquisa-btn1:hover {
            color: white;
            background-color: var(--color--secondary);
        }

    .pesquisar-dropdown1 {
        width: 95%;
        margin: auto;
        border-style: none;
        background: transparent;
        color: #888888;
        border-style: hidden;
        box-shadow: none;
    }

        .pesquisar-dropdown1:focus {
            border-style: none;
            outline: none;
        }

        .pesquisar-dropdown1:active {
            outline: none;
        }
}

@media only screen and (max-width: 1000px) {
    /*.produtos .produtos-item {*/
    /*width: calc(100%/2 - 20px);*/
    /*min-width: 300px;
        margin: 10px 10px;
    }*/
}

@media only screen and (max-width: 992px) {
    .pesquisa-wrap {
        height: 48px;
    }

    .pensamos-icon {
        width: 80px;
        height: 80px;
        line-height: 90px;
    }

        .pensamos-icon i {
            font-size: 25px;
        }

    .pensamos_img img {
        display: none;
    }

    .vantagens-item {
        margin: 5px 5px;
        max-width: 100%;
    }

    .vantagens-card {
        margin-top: 1em;
    }

    .restauracao-container .imagens .flex-even .logo_empresa {
        object-fit: cover;
        object-position: 20% 10%;
    }

    .categorias-recomendadas .categorias-img {
        width: 130px;
        height: 130px;
    }

    /*.navbar-nav {
        height: 170px;
    }

        .navbar-nav .nav-item {
            margin-top: 5px;
        }*/

    .categorias-card {
        width: calc(100%/4 - 10px);
    }

    .marcas-destaque .categorias-img {
        width: 170px;
        height: 115px;
    }
}

@media only screen and (max-width: 768px) {
    .carrinho-wrapper {
        display: none;
    }

    .btn-apaga-carrinho {
        font-size: 13px !important;
    }

        .btn-apaga-carrinho i {
            font-size: 11px;
        }

    .btn-contacto {
        padding: 10px 15px;
        font-size: 13px;
    }

        .btn-contacto i {
            font-size: 11px !important;
        }

    .btn-cancelar {
        width: 100px;
        font-size: 12px;
    }

    .btn-adicionar {
        width: 160px;
        font-size: 12px;
    }

    .pesquisa-container1 .search_settings {
        display: none;
    }

    /*.footer-container {
        margin-bottom: 65px;
    }*/

    .sidebar-filtros-container {
        margin-bottom: 65px;
    }


    .floating-menu #go-back {
        display: none;
    }

    .floating-menu #go-forward {
        display: none;
    }

    #backtotop {
        display: none;
    }

    .produtos .info-extra {
        left: 43%;
        position: absolute;
    }

    .navbar-light .navbar-brand.active {
        padding: 8px 11px;
    }

    .check-block {
        font-size: 14px;
    }

        .check-block label {
            margin: 0 !important;
        }

    .produtos .eventos {
        font-size: 12px;
        left: -115px;
        top: 22px;
        width: 300px;
        height: auto;
        padding: 6px 10px;
    }

    .produtos .estado-aberto, .estado-fechado {
        margin-top: 3px;
        width: max-content;
        height: auto;
        padding: 8px 20px;
    }

    /*.produtos .produtos-item {
        width: 100%;
    }*/

    .card-mobile1 {
        flex-basis: 40%;
    }

    /*.produtos .card {
        height: 150px;*/
    /*-webkit-box-shadow: 0px 0px 1px 0px #000000;
        box-shadow: 0px 0px 1px 0px #000000;*/
    /*}*/

    /*.produtos .card-body {
        padding: 5px;
    }

    .produtos .card .card-title {
        font-size: 14px;
    }

    .produtos .card .icons-distancia {
        font-size: 18px;
    }

    .produtos .card .destaques-categorias {
        margin-top: 3px;
        width: max-content;
        height: auto;
        padding: 8px 20px;
    }

    .produtos .card .card-text {
        font-size: 12px;
        margin-bottom: 3px;
    }

    .produtos .card .descricao {
        height: 45px;
        overflow: hidden;
    }

    .produtos .card-body {
        flex-basis: 60%;
    }

    .produtos .card .card-img-top {
        width: 100%;
        height: 130px;
        margin: 0 auto;
        object-fit: cover;
    }

    .card-mobile {
        display: flex;
        justify-content: flex-start;
        flex-wrap: nowrap;
        flex-direction: row;
    }*/

    .pesquisa-container1 {
        bottom: 0;
    }

    .pesquisa-wrap {
        height: 40px;
    }

    .categorias-recomendadas .categorias-img {
        width: 110px;
        height: 110px;
    }

    .categorias-card {
        width: calc(100%/3 - 10px);
    }
}

@media only screen and (max-width: 576px) {
    .produtos .info-extra {
        left: 24%;
        position: absolute;
    }

    /*.navbar-nav {
        margin-top: 23px;
    }*/

    .produtos .card .destaques-categorias {
        margin-top: 3px;
        width: max-content;
        height: auto;
        padding: 4px 8px;
    }

    .produtos .card-body .icon {
        font-size: 14px;
    }

    .produtos .card-body .icon-ativo {
        font-size: 14px;
    }

    .produtos .card .icons-distancia {
        font-size: 12px;
    }

    .produtos .estado-aberto, .estado-fechado {
        margin-top: 3px;
        width: max-content;
        height: auto;
        padding: 4px 8px;
    }

    /*.produtos .distancia {
        margin-top: 3px;
    }*/

    .restauracao-container .imagens .flex-even h3 {
        font-size: 18px;
    }

    .pesquisa-container1 {
        bottom: 0;
    }

    .pesquisa-wrap {
        height: 35px;
    }

    .btn-wrap {
        margin: 25px 0;
    }

    .pesquisa-btn1 {
        padding: 10px 20px;
    }

    .breakline-8 {
        margin-top: 3em;
    }

    .categorias-card {
        width: 180px;
        height: 160px;
        margin: 5px;
    }

    .categorias-recomendadas .categorias-img {
        width: 90px;
        height: 90px;
    }

    .partilhar {
        margin: auto;
    }

    .button {
        font-size: 12px;
        border-radius: 20px;
        padding: 5px 10px;
        background: var(--color--main);
    }

    .info {
        margin: auto;
    }
}

@media only screen and (max-width: 576px) {
    .categorias-card {
        width: 100%;
        height: 60px;
        margin: 5px;
    }

    .categorias-link h3 {
        margin: 2px 0px;
    }
}

/*#endregion*/



.header-background-image {
    background: url(../assets/produtos_main_header.jpg) no-repeat;
}

@media screen and (max-width:761px) {
    .header-background-image {
        background: url(../assets/produtos_main_header_mobile.jpg) no-repeat;
    }
}


.titulo-categoria-pagina {
    position: relative;
}

    .titulo-categoria-pagina span {
        font-weight: 700;
        font-size: 1.5rem;
        text-transform: uppercase;
        color: var(--color--main);
    }

    .titulo-categoria-pagina span {
        position: relative;
        z-index: 5;
    }

    .titulo-categoria-pagina:before {
        content: '';
        display: block;
        width: 3.5rem;
        height: 3.5rem;
        border-radius: 100%;
        background: var(--color--main);
        position: absolute;
        top: 0;
        bottom: 0;
        left: -0.5rem;
        margin: auto 0;
        z-index: 0;
    }

@media screen and (max-width:761px) {
    .titulo-categoria-pagina span {
        font-size: 1.25rem;
        text-align: center;
    }

    .titulo-categoria-pagina:before {
        width: 3.1rem;
        height: 3.1rem;
    }
}


.swiper-destaque {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
    width: 100%;
    height: calc(250px + 1.5rem);
    cursor: grab;
}

    .swiper-destaque .swiper-button-pagination {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100%;
        min-width: 3rem;
        top: 0;
        right: 0;
        color: rgba(0,0,0,0.5);
        background: linear-gradient(to right, rgba(248, 250, 252, 0) 0%, rgba(248, 250, 252, 1) 100%);
        -moz-transition: all 150ms linear;
        -webkit-transition: all 150ms linear;
        -o-transition: all 150ms linear;
        transition: all 150ms linear;
    }

        .swiper-destaque .swiper-button-pagination.swiper-button-prev {
            left: 0;
            right: auto;
            background: linear-gradient(to right, rgba(248, 250, 252, 1) 0%, rgba(248, 250, 252, 0) 100%);
        }

        .swiper-destaque .swiper-button-pagination:hover {
            color: #000;
        }

        .swiper-destaque .swiper-button-pagination:after {
            display: flex;
            height: 100%;
            min-width: 3rem;
            align-items: center;
            justify-content: center;
            border-radius: 100%;
            font-size: 3rem;
            padding: 0;
        }

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
    content: '\F135' !important;
    font-family: 'bootstrap-icons' !important;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
    content: '\F12C' !important;
    font-family: 'bootstrap-icons' !important;
}

.swiper-destaque .swiper-button-pagination.swiper-button-disabled {
    opacity: 0;
}

@media screen and (max-width:761px) {
    .swiper-destaque .swiper-button-pagination {
        opacity: 0;
    }
}

.swiper-destaque .swiper-scrollbar,
.swiper-categorias-recomendadas .swiper-scrollbar {
    background: transparent;
}

.swiper-destaque .swiper-scrollbar-drag,
.swiper-categorias-recomendadas .swiper-scrollbar-drag {
    background: rgba(0,0,0,0.35);
}

.swider-slide-image {
    max-width: 450px;
    width: 100%;
    height: 250px;
}

@media screen and (max-width:761px) {
    .swider-slide-image {
        width: calc(100% - 3rem);
    }
}

.swiper-card-image {
    position: relative;
    display: flex;
    align-items: end;
    border-radius: 1rem;
    overflow: hidden;
    padding: 0;
    margin: 0;
    -moz-transition: all 150ms linear;
    -webkit-transition: all 150ms linear;
    -o-transition: all 150ms linear;
    transition: all 150ms linear;
}

    .swiper-card-image:hover {
        box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
    }

.swiper-card-image-background {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    -moz-transition: all 150ms ease-in-out;
    -webkit-transition: all 150ms ease-in-out;
    -o-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out;
}

.swiper-card-image:hover .swiper-card-image-background {
    transform: scale(1.05);
}

/*.swiper-card-image-details {
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    background: rgba(0,0,0,0.75);
    display: block;
    width: 100%;
    padding: 0.5rem 1rem;
    color: #fff;
    position: relative;
    z-index: 5;
}*/

    .swiper-card-image-details:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        width: 100%;
        height: 1px;
        background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,0.75) 50%, rgba(255,255,255,0) 100%);
        z-index: 6;
    }

    .swiper-card-image-details .btn {
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
        margin: 0;
        border: none !important;
        border-radius: 50rem;
        /*font-weight: 400;*/
        /*color: rgba(255,255,255, 0.75);*/
        font-size: 0.735rem;
        text-transform: uppercase;
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
        box-shadow: 0px 2px 8px -1px rgba(0,0,0,0.1);
        transform: translateZ(0);
        overflow: hidden;
    }

        .swiper-card-image-details .btn:hover {
            background: rgba(255,255,255,0.5);
            box-shadow: 0px 2px 8px -1px rgba(255,255,255,0.15);
        }


        .swiper-card-image-details .btn::before,
        .swiper-card-image-details .btn::after {
            content: '';
            position: absolute;
            z-index: -1;
        }

        .swiper-card-image-details .btn::before {
            animation: 4s rotate linear infinite;
            width: 500%;
            height: 500%;
            background: var(--tile-border);
            -webkit-transition: all 150ms linear;
            -moz-transition: all 150ms linear;
            -o-transition: all 150ms linear;
            transition: all 150ms linear;
        }

        .swiper-card-image-details .btn::after {
            inset: 0;
            padding: 1px;
            border-radius: 50rem;
            /*background: linear-gradient( to bottom right, rgba(var(--tile-start-rgb), 1), rgba(var(--tile-end-rgb), 1) );*/
            background-clip: content-box;
        }

        .swiper-card-image-details .btn:hover::before {
            background: var(--tile-border-hover);
            animation-duration: 3s;
        }

@media (prefers-reduced-motion) {
    .swiper-card-image-details .btn::before {
        animation: none;
    }
}


@keyframes rotate {
    from {
        transform: rotate(360deg);
    }

    to {
        transform: rotate(0deg);
    }
}

.swiper-card-image-details .nome {
    font-weight: 600;
    font-size: 1rem;
    max-width: 100px;
}

@media screen and (max-width:761px) {
    .nome-container {
        max-width: 230px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
}

.swiper-card-image-details .separador {
    display: block;
    width: 1px;
    height: 100%;
    background: linear-gradient(to top, rgba(255,255,255,0) 0%, rgba(255,255,255, 1) 50%, rgba(255,255,255,0) 100%);
}

.swiper-card-image-details .categoria {
    font-weight: 300;
    font-size: 0.8rem;
}




/*.produtos {
    width: 100%;
    height: auto;
    padding: 0;
}*/

.produtos .card.produtos-item {
    border-radius: 0.75rem;
    overflow: hidden;
    /*margin: 0;*/
    padding: 0;
    box-shadow: rgba(149, 157, 165, 0.1) 0px 4px 12px;
    -webkit-transition: all 150ms linear;
    -moz-transition: all 150ms linear;
    -o-transition: all 150ms linear;
    transition: all 150ms linear;
}

    .produtos .card.produtos-item:hover {
        transform: translateY(-1px);
        box-shadow: rgba(149, 157, 165, 0.3) 0px 8px 24px;
    }

.produtos .icons {
    font-size: 20px;
    line-height: 20px;
    color: #B2B2B2;
    flex-wrap: wrap;
}

.produtos .condicao {
    color: #000;
    font-size: 12px !important;
    font-weight: 400 !important;
    font-family: inherit;
}

.produtos-item .precos {
    position: relative;
    display: flex;
    flex-direction: column;
    row-gap: 0;
    /*justify-content: end;
    text-align: right;*/
    color: var(--color--main);
    border-radius: 50rem;
    width: 100%;
    margin: 0;
    padding: 0;
    z-index: 5;
}

    .produtos-item .precos .preco-valor {
        /*font-weight: 600;*/
        font-size: 1rem;
        margin: 0;
        padding: 0;
    }

    .produtos-item .precos span.preco-sup {
        font-size: 0.735rem;
        line-height: 0.8rem;
        font-weight: 400;
        margin: 0;
        padding: 0;
    }

    .produtos-item .precos .preco-sup.preco-tracado {
        text-decoration: line-through;
        color: rgba(0,0,0,0.50);
    }

.produtos-item .badge-usado {
    background: rgba(0,0,0,0.05);
    color: rgba(0,0,0,0.75);
    font-weight: 600;
    font-size: 0.835rem;
    margin: 0;
    padding: 0.15rem 0.75rem;
    border-radius: 0.35rem;
}

.condicao {
    width: max-content;
    height: auto;
    margin-top: 0;
    margin-bottom: 0;
    float: right;
    line-height: 18px !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    text-decoration: none;
    color: var(--color--main);
    text-align: right;
}

.slick-destaques .usado {
    background-color: red;
}

.produtos .novo, .usado {
    position: absolute;
    left: -136px;
    top: -9px;
    width: 300px;
    color: white;
    background-color: var(--color--main);
    border-radius: 30px;
    text-align: center;
    height: auto;
    padding: 12px 0 3px 0;
    z-index: 3;
    transform: rotate( -45deg );
    line-height: 10px;
}



.produtos-item .stretched-link {
    text-decoration: none !important;
    color: inherit;
}




.produtos .cats-precos {
    margin-top: auto;
}

.produtos .logo {
    width: auto;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}


/*.produtos .distancia {
    font-size: 0.8rem !important;
    font-weight: 400 !important;
}*/

.produtos .distancia i {
    color: var(--color--main);
}

.produtos .card-body .icon {
    color: var(--color--gray-300);
    font-size: 16px;
    margin-right: 5px;
}

.produtos .card-body .icon-ativo {
    color: var(--color--main);
    font-size: 16px;
    margin-right: 5px;
}

.produtos .info-extra {
    top: -13px;
    left: -86px;
    z-index: 4;
    position: absolute;
    font-size: 13px;
    font-weight: normal;
    background: rgba(var(--color-main-rgb), 1);
    color: #fff;
    width: 200px;
    height: 58px;
    text-align: center;
    line-height: 28px;
    transform: rotate( -45deg);
    padding: 23px;
    border: unset;
}

    .produtos .info-extra:hover {
        background: rgb(255, 195, 37);
        color: #fff;
    }

.produtos .badge-categoria {
    padding: 0.15rem 0.35rem;
    justify-content: center;
    color: var(--color--main);
    background: rgba(var(--color-main-rgb),0.1);
    font-size: 0.735rem;
    border-radius: 50rem;
    font-weight: 400;
}

.produtos .horario {
    font-size: 0.735rem;
    font-weight: 400;
}

.produtos .dropdown-menu {
    padding: 0.35rem;
    border-radius: 0.75rem !important;
    border: 1px solid #f2f4ff !important;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

    .produtos .dropdown-menu .dropdown-item {
        display: flex;
        column-gap: 0.35rem;
        align-items: center;
        font-size: 0.9rem;
        padding-left: 0.35rem;
        border-radius: 0.35rem;
        -webkit-transition: all 100ms linear;
        -moz-transition: all 100ms linear;
        -o-transition: all 100ms linear;
        transition: all 100ms linear;
    }

        .produtos .dropdown-menu .dropdown-item:hover {
            color: #fff;
        }

@media screen and (max-width:761px) {
    .produtos .logo {
        margin-right: 0.5rem;
    }

    .carrinho-fab {
        display: none;
    }
}



.carrinho-fab {
    position: fixed;
    bottom: 1.25rem;
    right: 1.25rem;
    z-index: 100;
}

.carrinho-icon {
    font-size: 1rem;
    padding: 0.75rem 1.25rem;
    border: 1px solid var(--color--main);
    border-radius: 12px;
    background: var(--color--main);
    color: #fff;
    box-shadow: var(--shadow-lg-hover);
    transition: ease-in-out all 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .carrinho-icon i {
        font-size: 1.5rem;
    }

    .carrinho-icon:hover {
        background: rgb(31, 178, 224);
        border-color: rgb(31, 178, 224);
        color: #fff;
    }

    .carrinho-icon .badge {
        right: -6px !important;
        top: -6px !important;
    }

.custom-checkbox-filter {
    position: relative;
    padding: 0;
}

    .custom-checkbox-filter input {
        display: none !important;
    }

        .custom-checkbox-filter input + label {
            position: relative;
            width: 100%;
            display: flex;
            align-items: center;
            justify-content: start;
            column-gap: 0.35rem;
            cursor: pointer;
            padding: 0.5rem;
            border-radius: 0.5rem;
            background: #fafafa;
            -webkit-transition: all 150ms linear;
            -moz-transition: all 150ms linear;
            -o-transition: all 150ms linear;
            transition: all 150ms linear;
        }

            .custom-checkbox-filter input + label:hover {
                background: #f5f5f5;
            }

            .custom-checkbox-filter input + label:after {
                content: '\F272';
                font-family: "bootstrap-icons";
                position: relative;
                display: flex;
                align-items: center;
                justify-content: center;
                width: 1.5rem;
                height: 1.5rem;
                margin-left: auto;
                background: transparent;
                border: 2px solid rgba(0,0,0,0.15);
                border-radius: 0.35rem;
                font-size: 0.5rem;
                color: transparent;
                -webkit-transition: all 150ms linear;
                -moz-transition: all 150ms linear;
                -o-transition: all 150ms linear;
                transition: all 150ms linear;
            }

            .custom-checkbox-filter input + label:hover:after {
                font-size: 1rem;
                color: #000;
            }

        .custom-checkbox-filter input:checked + label {
            background: rgba(var(--color-main-rgb), 0.1);
            color: var(--color--main);
        }

            .custom-checkbox-filter input:checked + label:after {
                font-size: 1rem;
                color: #fff !important;
                border-color: var(--color--main);
                background: var(--color--main);
            }

/*#endregion*/


.slider-container .form-control {
    box-shadow: none !important;
    outline: none !important;
    border-radius: 0.5rem;
    width: auto;
}


.ui-widget.ui-widget-content {
    z-index: 10000;
}

.dropdown-item:hover {
    background: var(--color--main);
    color: #fff;
}

.swiper.vendedores-destaque-swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
    width: 100%;
    cursor: grab;
}

    .swiper.vendedores-destaque-swiper .swiper-wrapper {
        column-gap: 0.5rem;
        padding: 1rem 0;
    }
    /*.swiper.vendedores-destaque-swiper .swiper-slide {
        width: 100%;
        max-width: calc(100% / 5);
        position: relative;
        height: 150px;
    }*/
    .swiper.vendedores-destaque-swiper .swiper-slide .card.card-body {
        border: none !important;
        padding: 0.5rem !important;
        margin: 0 !important;
        background: #fff !important;
        border-radius: 1rem;
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        box-shadow: none;
        -webkit-transition: all 150ms linear;
        -moz-transition: all 150ms linear;
        -o-transition: all 150ms linear;
        transition: all 150ms linear;
    }

    .swiper.vendedores-destaque-swiper .swiper-slide:hover .card.card-body {
        box-shadow: rgba(149, 157, 165, 0.1) 0px 4px 12px;
    }

    .swiper.vendedores-destaque-swiper .swiper-slide img {
        filter: grayscale();
        -webkit-transition: all 150ms linear;
        -moz-transition: all 150ms linear;
        -o-transition: all 150ms linear;
        transition: all 150ms linear;
    }

    .swiper.vendedores-destaque-swiper .swiper-slide:hover img {
        filter: none;
    }


@media screen and (max-width:761px) {
    .page-header {
        min-height: 0px;
    }

    .swiper-destaque, .swiper-categorias-recomendadas {
        height: calc(200px + 1.5rem);
    }

    .swider-slide-image {
        height: 200px;
    }
}
