:root {
    --primary: hsl(10, 86%, 22%);
    --primary-bkg: #fef6f0;
    --primary-hover: hsl(10, 86%, 30%);
    --primary-light: hsl(11, 80%, 26%);
    --primary-dark: #bf4848;
    --primary-darker: #611b0a;
    --primary-darkest: hsl(26, 69%, 3%);
    --green: hsl(122, 71%, 36%);
    --primary-color: #906a4e;
    --light-background: #fef6f0;
    --primary-orange: #df7e37;
    --primary-orange-hover: #cd6d27;
    --primary-titles: #291304;
    --secondary-titles: #c04848;
    --dark-background: #c04848;
    --laranja: #df7e37;
}
@font-face {
    font-family: 'Unbounded';
    src: url('/fonts/unbounded/Unbounded-Regular.woff2') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Unbounded';
    src: url('/fonts/unbounded/Unbounded-Bold.woff2') format('truetype');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'Century Gothic';
    src: url('/fonts/century/Century Gothic.woff2') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Century Gothic';
    src: url('/fonts/century/GOTHICB.woff2') format('truetype');
    font-weight: bold;
    font-style: normal;
}
/*.vimeo-frame {
    width: 100%;
    height: 100%;
    border: none;
}*/
h1, h2, h3, h4, h5, h6 {
    font-family: 'Century Gothic';
}
.apexcharts-datalabel-label {
    font-size:20px;
}
.cor-primary
{
    color: var(--primary);
}
.cor-primary-light {
    color: var(--primary-light);
}
.cor-primary-dark {
    color: var(--primary-dark);
}
.cor-primary-darker {
    color: var(--primary-darker);
}
.cor-green {
    color: var(--green);
}
.bkg-primary {
    background-color: var(--primary-light);
}
.nav-scrollable {
    background-color: var(--primary-light);
}
.uppercase-input {
    text-transform: uppercase;
}

.navbar-brand img {
    height: 65px;
}
html, body {
    font-family: 'Century Gothic';
    background-color: var(--primary-bkg);
    color: var(--primary-titles);
}

.page {
    min-height: calc(100vh - 285px);
}
.no-select {
    user-select: none; /* Prevents text selection */
    -webkit-user-select: none; /* For Safari */
    -moz-user-select: none; /* For older Firefox */
    -ms-user-select: none; /* For older Internet Explorer/Edge */
}
button.nav-link {
    border: none;
    padding: 0;
    height: auto;
    background-color: transparent;
}

h1:focus {
    outline: none;
}

a, .btn-link {
    color: #0071c1;
}

.fit-content {
    width: max-content;
    white-space: nowrap;
}

.narrow {
    max-width: 1336px;
    margin-left: auto !important;
    margin-right: auto !important;
}
.gozy-icon {
    background-image: url('/images/icons.png');
    background-repeat: no-repeat;
    display: inline-block;
    width: 25px; /* Largura do ícone */
    height: 25px; /* Altura do ícone */
    background-size: 100px 25px;
}
    .gozy-icon.user {
        background-position: 0 0; /* Posição do Ícone 1 */
        cursor: pointer;
    }
    .gozy-icon.carrinho {
        background-position: -25px 0; /* Posição do Ícone 2 */
        cursor:pointer;
    }
    .gozy-icon.lupa {
        background-position: -75px 0; /* Posição do Ícone 2 */
        cursor: pointer;
    }
    .div-carousel.highlight .fat {
        display: grid;
        grid-template-columns: 5fr 14fr;
        gap: 15px;
    }
        .div-carousel.highlight .fat > div:first-child {
            padding: 15px;
        }
    .div-carousel.highlight .title {
        color: white;
    }
.carousel-control-prev-icon, .carousel-control-next-icon {
    background-color: rgba(255,255,255,0.9);
    border-radius: 50%;
    width: 2rem;
    height: 2rem;
    background-size: 60%;
}
.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=UTF8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%238b8b8b'%3E%3Cpath d='M11 2L5 8l6 6' stroke='%238b8b8b' stroke-width='2' fill='none'/%3E%3C/svg%3E");
}
.carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=UTF8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%238b8b8b'%3E%3Cpath d='M5 2l6 6-6 6' stroke='%238b8b8b' stroke-width='2' fill='none'/%3E%3C/svg%3E");
}
.div-carousel .title {
    font-size: 1.8em;
    color: var(--primary-dark);
    font-family: 'Unbounded';
    font-weight:bold;
    text-align:center;
}
        .div-carousel .title i
        {
            margin-right:10px;
        }
        .div-itens .itens {
            display: flex;
            gap: 20px 2%;
            flex-wrap: wrap;
        }
.div-itens .itens .card {
    width:23.5%;
}
.glider-prev
{
    margin-left:30px;
}
.glider-next {
    margin-right: 30px;
}
.embla__container {
    display: flex;
    gap: 10px;
    touch-action: pan-y pinch-zoom;
}
.embla__prev, .embla__next {
    border: 0;
    background-color: transparent;
    position: absolute;
    top: calc(50% - 20px);
}

.embla__prev {
    left: 10px;
}

.embla__next {
    right: 10px;
}
.embla__dots {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
    margin-right: calc((2.6rem - 1.4rem) / 2 * -1);
}

.embla__dot {
    -webkit-tap-highlight-color: rgba(var(--text-high-contrast-rgb-value), 0.5);
    -webkit-appearance: none;
    appearance: none;
    background-color: transparent;
    touch-action: manipulation;
    display: inline-flex;
    text-decoration: none;
    cursor: pointer;
    border: 0;
    padding: 0;
    margin: 0;
    width: 2.6rem;
    height: 2.6rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

    .embla__dot:after {
        box-shadow: inset 0 0 0 0.2rem var(--detail-medium-contrast);
        width: 1.4rem;
        height: 1.4rem;
        border-radius: 50%;
        display: flex;
        align-items: center;
        content: '';
    }

.embla__dot--selected:after {
    box-shadow: inset 0 0 0 0.2rem var(--text-body);
}
main > article {
    /*    max-width: 1200px;*/
    margin: auto;
    margin-bottom: 2rem;
}
a.btn.big {
    display: flex;
    justify-content: center;
    align-items: center;
}
button.html5-qrcode-element {
    min-height: 40px;
    border-top-left-radius: 20px 50%;
    border-bottom-left-radius: 20px 50%;
    border-top-right-radius: 20px 50%;
    border-bottom-right-radius: 20px 50%;
    padding: 5px 20px !important;
    background-color: var(--laranja);
    border:0;
}
.btn:disabled {
    background-color: #cfbcb0;
    border-color: var(--primary-darker);
    color: #4b4b4b;
}
.btn.big {
    min-height: 40px;
    border-top-left-radius: 20px 50%;
    border-bottom-left-radius: 20px 50%;
    border-top-right-radius: 20px 50%;
    border-bottom-right-radius: 20px 50%;
    padding:5px 20px !important;
}
.btn.rounded {
    border-top-left-radius: 20px 50%;
    border-bottom-left-radius: 20px 50%;
    border-top-right-radius: 20px 50%;
    border-bottom-right-radius: 20px 50%;
    padding: 10px 30px;
}
.btn-primary, .btn-dark {
    color: #fff;
    border-color: transparent;
    --bs-btn-active-bg: var(--primary-hover);
    --bs-btn-active-border-color: transparent;
    border: 0;
    
    font-weight: bold;
}
    .btn-primary:hover {
        background-color: var(--primary-orange-hover);
    }
.btn-primary {
    background-color: var(--laranja);
}
.control {
    background: padding-box linear-gradient(var(--laranja), var(--laranja)), border-box var(--laranja) !important;
}
fluent-dialog fluent-button {
    /* Exemplo: Mudar para um tom de azul diferente ou outra cor */
    --accent-fill-rest: var(--laranja); /* Um azul ligeiramente diferente */
    --accent-fill-hover: var(--primary-orange-hover);
    --accent-fill-active: var(--laranja);
    --accent-stroke-rest: red; /* Cor da borda em estado normal */
    --accent-stroke-hover: red; /* Cor da borda no hover */
    --accent-stroke-active: red; /* Cor da borda no active */
    --accent-stroke-control-active: var(--primary-orange-hover);
    --accent-stroke-control-rest: var(--primary-orange-hover);
    --accent-stroke-control-hover: var(--primary-orange-hover); /* Cor da borda no hover */
    /* --accent-foreground-rest: yellow;  Descomente se quiser mudar a cor do texto */
    /* Exemplo 2: Mudar para verde */
    /* --accent-fill-rest: #4CAF50; */
    /* --accent-fill-hover: #388E3C; */
    /* --accent-fill-active: #2E7D32; */
    /* --accent-foreground-rest: white; */
}
.btn-dark {
    background-color: var(--dark-background);
}
    .btn-dark:hover {
        background-color: #9b3f3f;
    }
.btn-light {
    background-color: white;
    border-color: #b7b7b7;
    --bs-btn-active-bg: var(--primary-hover);
    --bs-btn-active-border-color: var(--primary-dark);
}
    .btn-light:hover {
        background-color: var(--primary-bkg);
        border-color: var(--primary-dark);
    }
.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem var(--primary-hover);
}
.btn-adm
{
    max-width:250px;
    width:100%;
}
.content {
    padding-top: 1.1rem;
}

.upload-fotos, .upload-fotos > label {
    cursor: pointer;
    width:100%;
    display:block;

}
    .upload-fotos .vimeo-frame, .upload-fotos > div > .vimeo-frame {
        width: 100%;
        height: 100%;
        aspect-ratio: 1 / 1;
    }

    .valid.modified:not([type=checkbox]):not([type=radio]) {
        outline: 1px solid #26b050;
    }

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}
.fa-cart-shopping {
    font-size: 35px;
    cursor: pointer;
}

#cart-count:empty {
    background-color: blue;
    display: none;
}

.fa-cart-shopping:hover {
    color: rebeccapurple;
}
input[type="search"] {
    background: url(../images/magnifying-glass.svg) no-repeat scroll 12px 13px;
    background-size: 20px 20px;
    padding-left: 40px !important;
    border-radius: 5px 0 0 5px !important;
    box-shadow: none !important;
    outline: 0px !important;
    transition: 0s;
}

    input[type="search"]:focus {
        background-color: #f7f7f7;
        border-left: 1px solid #5b0000;
        border-top: 1px solid #5b0000;
        border-bottom: 1px solid #5b0000;
        border-right: none;
    }

form[role*=search] button {
    border-radius: 0 5px 5px 0 !important;
}

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

.blazor-error-boundary {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIG92ZXJmbG93PSJoaWRkZW4iPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxyZWN0IHg9IjIzNSIgeT0iNTEiIHdpZHRoPSI1NiIgaGVpZ2h0PSI0OSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzUgLTUxKSI+PHBhdGggZD0iTTI2My41MDYgNTFDMjY0LjcxNyA1MSAyNjUuODEzIDUxLjQ4MzcgMjY2LjYwNiA1Mi4yNjU4TDI2Ny4wNTIgNTIuNzk4NyAyNjcuNTM5IDUzLjYyODMgMjkwLjE4NSA5Mi4xODMxIDI5MC41NDUgOTIuNzk1IDI5MC42NTYgOTIuOTk2QzI5MC44NzcgOTMuNTEzIDI5MSA5NC4wODE1IDI5MSA5NC42NzgyIDI5MSA5Ny4wNjUxIDI4OS4wMzggOTkgMjg2LjYxNyA5OUwyNDAuMzgzIDk5QzIzNy45NjMgOTkgMjM2IDk3LjA2NTEgMjM2IDk0LjY3ODIgMjM2IDk0LjM3OTkgMjM2LjAzMSA5NC4wODg2IDIzNi4wODkgOTMuODA3MkwyMzYuMzM4IDkzLjAxNjIgMjM2Ljg1OCA5Mi4xMzE0IDI1OS40NzMgNTMuNjI5NCAyNTkuOTYxIDUyLjc5ODUgMjYwLjQwNyA1Mi4yNjU4QzI2MS4yIDUxLjQ4MzcgMjYyLjI5NiA1MSAyNjMuNTA2IDUxWk0yNjMuNTg2IDY2LjAxODNDMjYwLjczNyA2Ni4wMTgzIDI1OS4zMTMgNjcuMTI0NSAyNTkuMzEzIDY5LjMzNyAyNTkuMzEzIDY5LjYxMDIgMjU5LjMzMiA2OS44NjA4IDI1OS4zNzEgNzAuMDg4N0wyNjEuNzk1IDg0LjAxNjEgMjY1LjM4IDg0LjAxNjEgMjY3LjgyMSA2OS43NDc1QzI2Ny44NiA2OS43MzA5IDI2Ny44NzkgNjkuNTg3NyAyNjcuODc5IDY5LjMxNzkgMjY3Ljg3OSA2Ny4xMTgyIDI2Ni40NDggNjYuMDE4MyAyNjMuNTg2IDY2LjAxODNaTTI2My41NzYgODYuMDU0N0MyNjEuMDQ5IDg2LjA1NDcgMjU5Ljc4NiA4Ny4zMDA1IDI1OS43ODYgODkuNzkyMSAyNTkuNzg2IDkyLjI4MzcgMjYxLjA0OSA5My41Mjk1IDI2My41NzYgOTMuNTI5NSAyNjYuMTE2IDkzLjUyOTUgMjY3LjM4NyA5Mi4yODM3IDI2Ny4zODcgODkuNzkyMSAyNjcuMzg3IDg3LjMwMDUgMjY2LjExNiA4Ni4wNTQ3IDI2My41NzYgODYuMDU0N1oiIGZpbGw9IiNGRkU1MDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L3N2Zz4=) no-repeat 1rem/1.8rem, #b32121;
    padding: 1rem 1rem 1rem 3.7rem;
    color: white;
}

    .blazor-error-boundary::after {
        content: "An error has occurred."
    }

.loading-progress {
    position: relative;
    display: block;
    width: 8rem;
    height: 8rem;
    margin: 20vh auto 1rem auto;
}

    .loading-progress circle {
        fill: none;
        stroke: #e0e0e0;
        stroke-width: 0.6rem;
        transform-origin: 50% 50%;
        transform: rotate(-90deg);
    }

        .loading-progress circle:last-child {
            stroke: #1b6ec2;
            stroke-dasharray: calc(3.141 * var(--blazor-load-percentage, 0%) * 0.8), 500%;
            transition: stroke-dasharray 0.05s ease-in-out;
        }

.loading-progress-text {
    position: absolute;
    text-align: center;
    font-weight: bold;
    inset: calc(20vh + 3.25rem) 0 auto 0.2rem;
}

    .loading-progress-text:after {
        content: var(--blazor-load-percentage-text, "Aguarde");
    }

.flex-container {
    display: flex;
    flex-wrap: wrap;
    gap: 3vw;
}

    .flex-container.wrap {
        flex-wrap: wrap;
    }
.div-container
{
    padding:10px;
    background-color:white;
    border-radius:4px;
}

.div-foto {
    max-width:550px;
    display: grid;
    grid-template-columns: 85px 1fr;
    gap: 3px;
}

    .div-foto .upload-fotos {
        position: relative;
    }

        .sel-propriedade-foto {
            display:flex;
            background-color: ghostwhite;
            padding: 10px;
            border: 1px solid grey;
            gap:5px;
            flex-wrap:wrap;
        }
.sel-propriedade-foto button
{
    padding:0px 10px;
    height:40px;
    margin-top:22px;
}
.tabela-variacoes, .tabela-variacoes tr td:first-child{
    width: 100%;
}
    .tabela-variacoes tr th {
        border-bottom: 1px solid black;
    }
    .tabela-variacoes tr th:not(:first-child) {
        text-align: center;
    }
.tabela-variacoes input {
    width: 80px;
    text-align:center;
}
    .tabela-variacoes .list-prop {
        display:flex;
        gap:5px;
    }
    .tabela-variacoes .list-prop > div {
        background-color: lightgray;
        padding:0px 4px;
    }
.div-foto .div-thumbs, .div-edit-categorias {
    display: flex;
    gap: 3px;
    flex-direction:column;
    flex-wrap:wrap;
}
.div-edit-categorias {
    flex-direction: row;
}
    .div-edit-categorias .Padrao {
        background-color: #b4a4e7;
    }
    .div-edit-categorias .AtivaQtd {
        background-color: #79bfdf;
    }
    .div-edit-categorias .Frete {
        background-color: #78e375;
    }
    .div-edit-categorias .FormaPagto {
        background-color: #cb9191;
    }
    .div-edit-categorias .VlMinimo {
        background-color: #cba796;
    }
.div-list-categorias ul {
    list-style: none;
}
.div-list-categorias ul li {
    margin-top: 3px;
}
.div-foto .div-thumbs .thumb-item {
    position: relative;
    padding: 1px;
    width: 85px;
    height: 120px;
}
        .div-foto .div-thumbs img {
            width: 100%;
            cursor: pointer;
            transition: 0.2s;
        }

        .div-foto .div-thumbs > div.selected {
            border: 2px solid #b32ecf;
        }

        .div-foto .div-thumbs > div.principal::after {
            content: '*';
            right: 5px;
            top: -4px;
            color: #00bacd;
            position: absolute;
            font-size: 27px;
        }

        .div-foto .div-thumbs .del-foto {
            position: absolute;
            right: 3px;
            bottom: -1px;
            color: lightcoral;
            cursor: pointer;
        }

            .div-foto .div-thumbs .del-foto:hover {
                color: red;
            }

        .div-edit-categorias > div {
            background-color: lightgray;
            padding: 1px 5px;
            border-radius: 3px;
        }

.div-edit-propriedades {
    background-color: lightgrey;
    padding: 5px;
    display: flex;
    gap: 10px;
}

    .div-edit-propriedades > div {
        background-color: cadetblue;
        width: 200px;
        padding: 3px;
        border-radius: 3px;
    }

.btn-div {
    background-color: #9599b7;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

    .btn-div:hover {
        background-color: #a8abc3;
    }

.address-cards {
    display: flex;
    gap: 10px;
}

table tbody tr td.center, table thead tr th.center, table tfoot tr th.center {
    text-align: center;
}

table tbody tr td.right, table thead tr th.right, table tfoot tr th.right {
    text-align: right;
}
    .tabela-frete tr {
        border-bottom: 1px solid #d9d9d9;
    }
    .tabela-frete tr:last-child {
        border-bottom: 0;
    }
.tabela-frete tr td {
    padding:10px;
}
.table-link {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration:none;
    color:black;
}
    #formas-pag {
    }

    #formas-pag ul {
        list-style: none;
        padding: 0;
    }


.list-pedidos {
    display: flex;
    flex-direction: column;
    gap: 10px;
    border: 1px solid black;
    border-radius: 10px;
}

    .list-pedidos > div {
        padding: 5px;
    }

    .list-pedidos .calendario {
        background-color: white;
        width: 50px;
        height: 50px;
        border-radius: 4px;
    }

        .list-pedidos .calendario div:first-child {
            background-color: rgb(101, 29, 121);
            height: 15px;
            font-size: 0.8em;
            text-align: center;
            line-height: 15px;
            border-radius: 5px 5px 0 0;
            color: white;
        }

        .list-pedidos .calendario div:last-child {
            text-align: center;
            line-height: 35px;
        }

.pedido-itens-flow {
    margin: 20px 0px;
}

    .pedido-itens-flow .timeline {
        width: 80%;
        background-color: #d0d0d0;
        height: 2px;
        margin: 0 10%;
    }

        .pedido-itens-flow .timeline .bar {
            width: 0%;
            background-color: #01d65c;
            height: 2px;
            animation-name: animation-flow;
            animation-duration: 4s;
            animation-fill-mode: forwards;
        }

            .pedido-itens-flow .timeline .bar.fp-0 {
                max-width: 0%;
            }

            .pedido-itens-flow .timeline .bar.fp-1 {
                max-width: 25%;
            }

            .pedido-itens-flow .timeline .bar.fp-2 {
                max-width: 50%;
            }

            .pedido-itens-flow .timeline .bar.fp-3 {
                max-width: 75%;
            }

            .pedido-itens-flow .timeline .bar.fp-4 {
                max-width: 100%;
            }

    .pedido-itens-flow .list-itens {
        display: flex;
        margin-top: -8px
    }

        .pedido-itens-flow .list-itens > div {
            width: 20%;
            font-size: 11px;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            align-items: center;
        }

            .pedido-itens-flow .list-itens > div.active {
            }

            .pedido-itens-flow .list-itens > div .item-bubble {
                width: 15px;
                height: 15px;
                border-radius: 50%;
                background-color: #d0d0d0;
            }

            .pedido-itens-flow .list-itens > div.active .item-bubble {
                animation-name: animation-flow-bubble;
                animation-duration: 0.1s;
                animation-fill-mode: forwards;
            }
.page-item
{
    cursor:pointer;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}
#mailsubscription .form-control {
    border: 2px solid #909090 !important;
    border-radius:8px;
}
@keyframes animation-flow {
    0% {
        width: 0%;
    }

    25% {
        width: 25%;
    }

    50% {
        width: 50%;
    }

    75% {
        width: 75%;
    }

    100% {
        width: 100%;
    }
}

@keyframes animation-flow-bubble {
    from {
        background-color: #d0d0d0;
    }

    to {
        background-color: #01d65c;
    }
}

.tab.nav-item {
    cursor: pointer;
}

.modal-body {
    min-height: 300px;
}
.modal-header .close {
    position:absolute;
    right:5px;
    border-radius:5px;
    border:0;
    background-color:var(--primary);
    width:30px;
    cursor:pointer !important;
}
.modal-header .close:hover {
    background-color: mediumvioletred;
}

.browse-thumbs {
    align-content: start;
    gap: 10px;
    max-height: 70vh;
    overflow-y: scroll;
    display: flex;
}

.modal {
    z-index: 3000 !important;
    background-color: rgba(0, 0, 0, 0.7);
}

.browse-thumbs > div {
    cursor: pointer;
    padding: 3px;
    box-shadow: 1px 1px 1.5px 1px rgba(0,0,0,0.3);
    -webkit-box-shadow: 1px 1px 1.5px 1px rgba(0,0,0,0.3);
    -moz-box-shadow: 1px 1px 1.5px 1px rgba(0,0,0,0.3);
    border-radius: 3px;
    position: relative;
}

    .browse-thumbs > div.processando {
        background-color: red;
    }

    .browse-thumbs > div:hover {
        background-color: #b2d9ff;
    }

    .browse-thumbs > div a {
        bottom: 0px;
        position: absolute;
        right: 4px;
    }

        .browse-thumbs > div a i {
            transition: 0.3s;
        }

            .browse-thumbs > div a i:hover {
                color: red;
            }

footer {
    padding: 10px;
    background-color: var(--primary-dark);
}

    footer > div {
        max-width: 1368px;
        margin: auto;
    }

    footer ul {
        list-style: none;
    }

        footer ul a {
            text-decoration: none;
            color: white;
        }


.tabela-produtos {
    background-color: ghostwhite;
    padding: 10px;
    
}
    .tabela-produtos thead tr th, .tabela-produtos tfoot tr th {
        background-color: #e7dab4;
    }
        .tabela-produtos thead tr th:first-child {
            border-radius: 8px 0px 0px 0px;
        }
        .tabela-produtos thead tr th:last-child {
            border-radius: 0px 8px 0px 0px;
        }
    .tabela-produtos thead tr {
        line-height: 30px;
    }
    .tabela-produtos tr.inativo {
        background-color: #e7aaaa;
    }
    .tabela-produtos tr.warning {
        background-color: #e7b197;
    }
    .tabela-produtos tbody tr:hover {
        background-color: #bdcbe3;
    }
    .tabela-produtos thead tr th {
        padding: 5px 7px;
    }
    .tabela-produtos tbody tr td, .tabela-produtos tfoot tr th {
        padding: 4px 7px;
        cursor: pointer;
    }
    .tabela-produtos tfoot tr.tr-frete th, .tabela-produtos tfoot tr.tr-desconto th {
        font-weight: 100 !important;
    }
    .tabela-produtos tfoot tr:last-child {
        font-size:1.2em;
    }
    .tabela-produtos.pedidos {
        width: 100%;
        max-width: 760px;
    }
        .tabela-produtos.pedidos thead tr th:nth-child(2) {
            width: 100%;
        }
        .tabela-produtos.pedidos tfoot tr:last-child th {
            background-color: #bba260;
        }
            .tabela-produtos.pedidos tfoot tr:last-child th:first-child {
                border-radius: 0px 0px 0px 8px;
            }
            .tabela-produtos.pedidos tfoot tr:last-child th:last-child {
                border-radius: 0px 0px 8px 0px;
            }
        .tabela-produtos.pedidos thead tr th:last-child {
            text-align:center;
        }
        .tabela-produtos.pedidos thead tr th:last-child, .tabela-produtos.pedidos tfoot tr th:last-child {
            white-space: nowrap;
        }
    .tabela-produtos tbody tr td.danger{
        color:red;
        font-weight:bold;
    }
    .tabela-produtos .dashed {
        color:lightslategray;
        font-size:0.9em;
        text-decoration:line-through;
    }
    .header-produto .div-info .descricao h1 {
        font-size: 2.6em !important;
        color: var(--primary) !important;
        border-bottom: 2px solid var(--primary-light) !important;
    }
#cookieConsent {
    position: fixed;
    bottom: 15px;
    right: 20px;
    width: 100%;
    max-width: 300px;
    --bs-alert-margin-bottom: 0;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    z-index:2000;
}
#cookieConsent button {
    width: 100% !important;
}
#overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(255,255,255,0.4);
    display:none;
    opacity:0;
    transition:1s;
}
    #overlay.show
    {
        display:flex;
        opacity:1;
    }
    #overlay i {
        font-size: 5vh;
    }
.tns-outer {
    position: relative;
}

/* Dots container */
.tns-nav {
    text-align: center;
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
}
#base-carousel-envios .tns-nav {
    bottom: -20px;
}
    /* Style the dots */
    .tns-nav > button {
        border: none;
        background: #ccc;
        border-radius: 50%;
        width: 10px;
        height: 10px;
        margin: 0 5px;
        padding: 0;
        cursor: pointer;
        transition: background 0.3s;
    }

        /* Active dot */
        .tns-nav > button.tns-nav-active {
            background: #000;
        }
/* Style the container */
.tns-controls {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    z-index: 10;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
    pointer-events: none;
}

    /* Style the buttons */
    .tns-controls button {
        pointer-events: all;
        background-color: transparent;
        border: none;
        width: 3rem;
        height: 3rem;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        opacity: 0.5; /* start faded */
        transition: opacity 0.3s ease; /* smooth fade on hover */
    }
        .tns-controls button:hover {
            opacity: 1; /* fully visible on hover */
        }
.noselect {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Old versions of Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}
@media (min-width: 769px) and (max-width: 1366px) {
    .page .narrow {
        padding:0px 50px;
    }
    .narrow {
        max-width: 1266px;
    }
}
@media (max-width: 768px) {
    .base-div {
        padding: 5px 12px;
    }
    .address-cards {
        flex-direction:column;
    }
    fluent-dialog::part(control) {
        margin-left: 10px; /* Adiciona uma margem de 16px em todos os lados (top, right, bottom, left) */
        margin-right: 10px;
    }
}
