@import url(https://fonts.googleapis.com/css?family=Nunito);

:root {
    --primary-color: #000000;
    --primary-color-hover: #f78b02;
    --secundary-color: #F8F9FA;
}

input[type="email"] {
    text-transform: lowercase;
}

body {
    overflow-x: hidden;
}

@media (max-width: 786px) {

    body,
    html {
        overflow-x: hidden !important;
    }
}

@media(max-width: 502px) {
    .precosProdutoComMargem {
        min-height: 135px;
    }

    .sem-preco .precosProdutoComMargem {
        min-height: 65px;
    }
}

@media (min-width: 1000px) {

    .card.card-produto:hover .marginBottomProdutoVariavel.precosProdutoComMargem {
        /* margin-bottom: 82.47px !important; */
        min-height: 212px;
    }

    .card.card-produto.sem-preco:hover .marginBottomProdutoVariavel.precosProdutoComMargem {
        min-height: 137px;
    }

    .card-produto:hover .marginBottomProdutoSemEstoque {
        /* margin-bottom: 6.05vw !important; */
        min-height: 212px;
    }

    .card-produto.sem-preco:hover .marginBottomProdutoSemEstoque {
        min-height: 133px;
    }

    .card-produto {
        --bs-card-border-color: inherit;
    }

    .precosProdutoComMargem {
        min-height: 130px;
    }

    .card-produto.sem-preco .precosProdutoComMargem {
        min-height: 55px;
    }

    .ecommerce-categoria .card.card-produto.sem-preco .precosProdutoComMargem,
    .ecommerce-marcas .card.card-produto.sem-preco .precosProdutoComMargem,
    .ecommerce-search .card.card-produto.sem-preco .precosProdutoComMargem,
    .ecommerce-promocoes .card.card-produto.sem-preco .precosProdutoComMargem {
        min-height: 130px;
    }

    .ecommerce-categoria .card.card-produto.sem-preco:hover .precosProdutoComMargem,
    .ecommerce-marcas .card.card-produto.sem-preco:hover .precosProdutoComMargem,
    .ecommerce-search .card.card-produto.sem-preco:hover .precosProdutoComMargem,
    .ecommerce-promocoes .card.card-produto.sem-preco:hover .precosProdutoComMargem {
        min-height: 160px;
    }

    .ecommerce-categoria .card-produto.sem-preco:hover .marginBottomProdutoSemEstoque.precosProdutoComMargem,
    .ecommerce-marcas .card-produto.sem-preco:hover .marginBottomProdutoSemEstoque.precosProdutoComMargem,
    .ecommerce-search .card-produto.sem-preco:hover .marginBottomProdutoSemEstoque.precosProdutoComMargem,
    .ecommerce-promocoes .card-produto.sem-preco:hover .marginBottomProdutoSemEstoque.precosProdutoComMargem,
    .ecommerce-categoria .card-produto.sem-preco:hover .marginBottomProdutoVariavel.precosProdutoComMargem,
    .ecommerce-marcas .card-produto.sem-preco:hover .marginBottomProdutoVariavel.precosProdutoComMargem,
    .ecommerce-search .card-produto.sem-preco:hover .marginBottomProdutoVariavel.precosProdutoComMargem,
    .ecommerce-promocoes .card-produto.sem-preco:hover .marginBottomProdutoVariavel.precosProdutoComMargem {
        min-height: 212px;
    }

    .card-produto:hover {
        /* --bs-card-border-color: var(--bs-border-color-translucent); */
        box-shadow: 0 0 0.5em BLACK;
    }

    .divisor-card-produto {
        visibility: hidden;
    }

    .contadorCardProduto {
        display: flex !important;
    }

    .card-produto:hover .marcaENomeProdutoCard {
        -webkit-transition: all .1s ease-in-out;
        -o-transition: all .1s ease-in-out;
        transition: all .1s ease-in-out;
        height: 0px;
    }

    .btn-add-cart,
    .btn-on-cart,
    .btn-detalhes,
    .btn-add-carrinho,
    .btn-no-carrinho,
    .btn.disabled,
    .contadorCardProduto,
    .iconeNoCarrinho {
        -webkit-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
        -webkit-transition-delay: 0s;
        transition-delay: 0s;
        visibility: visible;
    }

    .card-produto:hover .btn-add-cart {
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
        max-height: 300px;
    }

    .card-produto:hover .btn-on-cart {
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
        max-height: 300px;
    }

    .card-produto:hover .btn-detalhes {
        visibility: visible;
        max-height: 300px;
    }

    .card-produto:hover .btn-add-carrinho {
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
        max-height: 300px;
    }

    .card-produto:hover .btn-no-carrinho {
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
        max-height: 300px;
    }

    .card-produto:hover .contadorCardProduto,
    .card-produto:hover .iconeNoCarrinho {
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
        max-height: 300px;
    }

    .card-produto:hover .card-title,
    .card-produto:hover .card-marca,
    .card-produto:hover .card-estrelas-avaliacao {
        -webkit-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
        opacity: 0;
        visibility: hidden;
    }

    .card-produto:hover .precosProduto {
        margin-bottom: -0.25rem;
    }

    /* .marginBottomProdutoPromocao {
        margin-bottom: 0.8vw;
        margin-top: 1.3rem;
    } */

    /* .card-produto:hover .marginBottomProdutoPromocao {
        margin-bottom: 2.4vw;
    } */

    .card-produto:hover .precosProdutoComMargem {
        /* margin-bottom: 2.12vw; */
        min-height: 186px;
    }

    .card-produto.sem-preco:hover .precosProdutoComMargem {
        /* margin-bottom: 2.12vw; */
        min-height: 85px;
    }

    .card-produto #qtdAddCarrinhoCard {
        display: none;
        /* visibility: hidden; */
    }

    .card-produto:hover #qtdAddCarrinhoCard {
        display: block;
        /* visibility: visible; */
    }

    .ecommerce-index .card.card-produto.semDesconto,
    .ecommerce-produto .card.card-produto.semDesconto {
        height: 620px;
    }

    .ecommerce-index .card.card-produto.sem-preco,
    .ecommerce-produto .card.card-produto.sem-preco {
        height: 540px;
    }

    .ecommerce-index .card.card-produto,
    .ecommerce-produto .card.card-produto {
        height: 620px;
    }

    .ecommerce-categoria .card.card-produto.sem-preco,
    .ecommerce-marcas .card.card-produto.sem-preco,
    .ecommerce-search .card.card-produto.sem-preco,
    .ecommerce-promocoes .card.card-produto.sem-preco {
        height: 515px;
    }

    .ecommerce-categoria .card.card-produto,
    .ecommerce-marcas .card.card-produto,
    .ecommerce-search .card.card-produto,
    .ecommerce-promocoes .card.card-produto {
        height: 530px;
    }
}

.link:hover {
    color: var(--primary-color-hover);
}

#arrowLeftIcones {
    top: -50%;
    margin-left: 10px;
    position: relative;
}

#arrowRightIcones {
    top: -50%;
    right: 64%;
    position: relative;
}

.owl-prev {
    width: 15px;
    height: 20px;
    position: absolute;
    top: 40%;
    margin-left: 0px;
    display: block !important;
    border: 0px solid black;
}

.owl-next {
    width: 15px;
    height: 20px;
    position: absolute;
    top: 40%;
    right: 0px;
    display: block !important;
    border: 0px solid black;
}

.owl-prev i,
.owl-next i {
    transform: scale(1, 6);
    color: #ccc;
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: transparent;
    color: rgb(247, 54, 54);
    text-decoration: none;
}

svg#arrowLeftIcones {
    width: 30px;
    height: 30px;
    opacity: 0.5;
    cursor: pointer;
    box-shadow: rgb(81 81 81 / 12%) 0px 2px 12px;
    font-size: 15;
    vertical-align: middle;
    background-color: rgb(255, 255, 255);
}

svg#arrowLeftIcones:hover {
    width: 31px;
    height: 31px;
    opacity: 0.5;
    cursor: pointer;
    box-shadow: rgb(81 81 81 / 12%) 0px 2px 12px;
    font-size: 15;
    vertical-align: middle;
    background-color: rgb(255, 255, 255);
}

svg#arrowRightIcones {
    width: 30px;
    height: 30px;
    margin-left: 0.65rem;
    opacity: 0.5;
    cursor: pointer;
    box-shadow: rgb(81 81 81 / 12%) 0px 2px 12px;
    font-size: 15;
    vertical-align: middle;
    background-color: rgb(255, 255, 255);
}

svg#arrowRightIcones:hover {
    width: 31px;
    height: 31px;
    margin-left: 0.65rem;
    opacity: 0.5;
    cursor: pointer;
    box-shadow: rgb(81 81 81 / 12%) 0px 2px 12px;
    font-size: 15;
    vertical-align: middle;
    background-color: rgb(255, 255, 255);
}

.owl-theme .owl-nav [class*=owl-] {
    color: #FFF;
    font-size: 14px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px;
}

.owl-prev {
    left: -25px;
}

.footer-link {
    color: #000000;
    font-size: 16px;
    font-weight: 600;
}

.titulo-footer {
    color: #f78b02;
}

.titulo-produtos {
    font-family: 'Nunito', sans-serif;
    font-weight: 600;
}

.inner-addon {
    position: relative;
}

.inner-addon .glyphicon {
    position: absolute;
    padding: 10px;
    pointer-events: none;
}

.left-addon .glyphicon {
    left: 0px;
}

.right-addon .glyphicon {
    right: 0px;
}

.left-addon input {
    padding-left: 30px;
}

.right-addon input {
    padding-right: 30px;
}

.row.nav-bar-responsive {
    display: none;
}

/* .row.nav-bar-responsive {
    margin-bottom: 10px;
} */

div#inputResponsive.show {
    display: none;
}

@media(max-width: 992px) {
    .row.nav-bar-responsive {
        display: block;
    }
}

/* @media(min-width: 1280px) and (max-width: 1340px) {
    .input-search {
        display: block;
    }

    .login-cart {
        display: block !important;
    }
} */

@media(max-width: 993px) {
    .input-search {
        display: none;
    }

    .login-cart {
        display: none !important;
    }
}

@media(min-width: 994px) and (max-width: 1279px) {
    .input-search {
        width: 450px;
        justify-content: center;
        align-items: center;
        margin-right: 20px;
    }

}

@media (max-width: 1340px) {
    .border.header-container.my-0 {
        border: none !important;
    }

    div#inputResponsive.show {
        display: block;
    }

    .nav-bar {
        display: none;
    }

    ol.breadcrumb {
        display: flex !important;
        justify-content: center !important;
    }
}

i.bi.bi-list.botao-nav {
    font-size: 27px;
    color: #636363;
}

i.bi.bi-search.botao-nav {
    font-size: 20px;
    color: #636363;
}

i.bi.bi-person-circle.botao-nav {
    font-size: 20px;
    color: #636363;
}

i.bi.bi-bag.botao-nav {
    font-size: 20px;
    color: #636363;
}

span.label.menu-item {
    color: #636363;
    font-size: 16px;
    text-decoration: none;
    font-family: 'Nunito', sans-serif;
    font-weight: 600;
    margin-top: 4px;
}

.menu-item:hover {
    top: 2%;
    color: var(--primary-color-hover);
}

#cartResponsive {
    max-width: 439px !important;
}

#profileResponsive {
    max-width: 439px !important;
}

@media (max-width: 469px) {
    .menu-item {
        display: none;
    }

    #cartResponsive {
        max-width: 272px !important;
    }

    #profileResponsive {
        max-width: 272px !important;
    }
}

.offcanvas {
    max-width: 85%;
}

.accordion-button:not(.collapsed) {
    color: inherit;
    background-color: inherit;
    box-shadow: inherit;
}

.accordion {
    --bs-accordion-btn-focus-box-shadow: inherit;

}

.titulo-cart {
    color: #50A4CF;
    font-size: 10px;
    font-weight: bold;
    line-height: 1.4;
    padding: 5px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 0px;
}

button.btn.btn-link.text-decoration-none.text-dark {
    text-transform: none !important;
}

b.text-cart:hover {
    color: var(--primary-color-hover);
    ;
}

i.bi.bi-person-circle.mx-0.profile-icone {
    color: var(--primary-color-hover);
    ;
}

.col-md-12.text-center.footer-msg {
    font-size: 1em;
    line-height: 1.5;
}

.btn-cart {
    flex-wrap: inherit;
}

img.card-img-top {
    height: 303px;
    object-fit: contain;
}

@media(max-width:820px) {
    img.card-img-top {
        height: 303px;
        object-fit: contain;
    }
}

@media(max-width:280px) {
    .contato-email {
        display: none;
    }
}

.dropdown-hover:hover .dropdown-menu {
    display: block;
    margin-top: 0;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -1px;
}

li.list-group-item.m-0.main-menu {
    border: none;
}

li.list-group-item.m-0.main-menu:hover {
    background-color: #eee
}

.main-menu-dropdown-link {
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
}

.main-menu-dropdown {
    position: relative;
    display: inline-block;
}

.main-menu-dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 175px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 6;
}

.main-menu-dropdown-content a {
    color: black;
    text-decoration: none;
    display: block;
}

.main-menu-dropdown-content a:hover {
    background-color: #f1f1f1
}

.main-menu-dropdown:hover .main-menu-dropdown-content {
    display: block;
}

.main-menu-dropdown:hover .main-menu-dropdown-link {
    background-color: #63636321;
}

/* -- SUBMENU -- */
.main-submenu-dropdown-link {
    color: white;
    font-size: 16px;
    border: none;
    cursor: pointer;
}

.main-submenu-dropdown {
    position: relative;
}

.main-submenu-dropdown-link {
    color: white;
    font-size: 16px;
    border: none;
    cursor: pointer;
}

.main-submenu-dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 175px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 6;
    left: 100%;
    top: 7px;
}

.main-submenu-dropdown:hover .main-submenu-dropdown-content {
    display: block;
}

.page-title {
    text-transform: uppercase;
    font-size: 24px;
    color: #636363;
    text-transform: uppercase;
}

.col-criar-conta {
    /* border-right-style: solid;
    border-width: 0.5px; */
    border-right: 1px solid #ededed;
}

@media (max-width: 1200px) {
    .col-criar-conta {
        border-right: inherit;
        border-bottom: 1px solid #ededed;

    }
}

@media (max-width: 488px) {
    .row.pt-3.px-5 {
        padding-right: inherit !important;
        padding-left: inherit !important;
    }
}

@media (max-width: 416px) {
    .card-body.bg-light.p-5 {
        padding: 1rem !important;
    }
}

h2,
.h2 {
    margin: 0;
    margin-bottom: 0.5em;
    color: #636363;
    font-size: 24px;
    font-weight: 400;
    font-style: normal;
    line-height: 1.2;
    text-rendering: optimizeLegibility;
    text-transform: uppercase;
}

/* ---------------------------------------------------------------------------------------- CARRINHO -------------------------------------------------------------------------------*/
@media (max-width: 995px) {
    .col-8.produto-nome_completo {
        width: 200%;
        max-width: inherit;
    }
}

.btn-carrinho {
    --bs-btn-color: #000;
    --bs-btn-bg: #ffc107;
    --bs-btn-border-color: #ffc107;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #ffca2c;
    --bs-btn-hover-border-color: #ffc720;
    --bs-btn-focus-shadow-rgb: 217, 164, 6;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #ffcd39;
    --bs-btn-active-border-color: #ffc720;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #ffc107;
    --bs-btn-disabled-border-color: #ffc107;
}

a {
    text-decoration: none;
}

@media(max-width:991px) {
    .titulo-frete-carrinho-responsive {
        color: var(--color-text);
        font-size: 24px;
    }
}

.titulo-frete-carrinho {
    color: var(--color-text);
    font-size: 1rem;
}

a.titulo-frete-carrinho:hover {
    color: var(--primary-color-hover);
}

.btn-whatsapp-compra {
    background-color: #27cf50;
    color: #fff;
}

.btn-whatsapp-compra:hover {
    background-color: #369a4f;
    color: #fff;
}

.btn-whatsapp-compra:focus {
    background-color: #369a4f;
    color: #fff;
    outline: inherit;
    box-shadow: inherit;
}

.btn-no-carrinho {
    background-color: var(--primary-color);
    color: var(--color-btn-font);
    border: 1px solid var(--primary-color);
    cursor: inherit;
}

.btn-no-carrinho:hover {
    background-color: var(--primary-color);
    color: var(--color-btn-font);
    border: 1px solid var(--primary-color);
    cursor: inherit;
}

.btn-add-cart-info {
    background-color: var(--color-btn);
}

.btn-add-cart-info:hover {
    background-color: var(--color-btn-hover);
}

.btn-on-cart-info {
    background-color: var(--primary-color);
    color: var(--color-btn-font);
    cursor: inherit;
}

.trash-can {
    color: var(--primary-color);
}

/* ---------------------------------------------------------------------------------------- SEARCH -------------------------------------------------------------------------------*/

li.list-group-item.p-1.item-search:hover {
    background: rgba(var(--bs-light-rgb), var(--bs-bg-opacity));
}

.btn-search {
    border: 1px solid #ced4da;
}

.btn-search:hover {
    background-color: var(--color-btn-hover);
    border: 1px solid var(--color-btn-hover);
    color: var(--color-btn-font);
}

i.bi.bi-search.search-input {
    color: var(--color-text);
}

.input-group-text {
    display: flex;
    align-items: center;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--color-text);
    text-align: center;
    white-space: nowrap;
    background-color: var(--primary-color);
    border: 1px solid var(--color-btn-search);
    border-radius: 0.375rem;
}

/* ---------------------------------------------------------------------------------------- CSS para impressão ---------------------------------------------------------------------*/

.input-quantidade-carrinho-imprimir {
    display: none;
}

@media print {

    #cupomDesconto,
    .loja-text-navbar,
    .floating-action.rounded-circle,
    th.carrinho-acoes,
    footer.footer,
    footer.footer.pb-4.pt-4.bg-light,
    .row.input-quantidade-carrinho,
    tfoot.carrinho-tfoot,
    .cupom-carrinho.col-md-3.border.border-2.rounded,
    .frete-carrinho.col-md-3.border.border-2.rounded,
    .row.nav-bar-responsive,
    #input-search,
    .notice-cookie,
    #calculaFreteCarrinho {
        display: none;
    }

    .carrinho-acoes,
    .kasterweb,
    #menuForResponsive,
    #buttonCartForResponsive,
    #searchForResponsive,
    .forScreen,
    .btn.btn-whatsapp-compra,
    .btn.btn-loja,
    .input-quantidade-carrinho,
    #preçoTotalProdutos,
    #info-store,
    #newsletter,
    .col.finalizar-carrinho-acoes.d-flex.justify-content-center,
    #menu_nav_bar_responsive,
    .notice-cookie,
    #botao-carrinho-nav-bar-responsive {
        display: none !important;
    }

    .showImgKaster {
        display: block !important;
    }

    #tabela_produtos,
    #address-for-print {
        display: block !important;
    }

    .input-quantidade-carrinho-imprimir {
        display: block;
    }

    #topbar.topbar {
        display: flex;
    }

    .col-8.produto-nome_completo {
        width: 66.66666667%;
        max-width: 100%;
    }

    .row.forPrint {
        display: flex !important;
        font-size: 17px;
    }

    .titulo-finalizar {
        margin-top: 0;
        padding: 0;
    }

    @page {
        size: auto;
        margin-top: 8.5mm;
        margin-bottom: 32mm;
        /* margin: 0mm;  */
    }
}

.forPrint {
    display: none;
}

/* -------------------------------------------------------------- FLOAT ACTION BUTTON -------------------------------------------------------------------------*/

.floating-action {
    bottom: 6rem;
    width: 60px;
    height: 60px;
    margin-top: 2px;
    text-align: center;
    line-height: 1.6;
    position: fixed;
    right: 1.1rem;
    background-color: #0ba360;
    z-index: 1000;
}

div.modal-floating-action.floating-action {
    bottom: 8.7rem;
    width: inherit;
    max-width: 300px;
    height: inherit;
    margin-top: 2px;
    text-align: center;
    line-height: 1.6;
    position: fixed;
    right: 2.3rem;
    background-color: #0ba360;
    z-index: 1000;
}

.link-whatsapp {
    color: #fff;
    font-size: 15px;
    text-decoration: none;
}

.link-whatsapp:hover {
    color: #f2f2f2;
    font-size: 15px;
    text-decoration: none;
}

.floating-action:hover {
    background-color: #15cc74
}

i.float.bi.bi-whatsapp {
    font-size: 30px;
}

/* animações */

.whatsget {
    -webkit-border-radius: 50%;
    cursor: pointer;
    transition: .3s;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 50% auto
}

.whatsget::after,
.whatsget::before {
    content: '';
    position: absolute;
    opacity: 0;
    border: 4px solid #0ba360;
    left: -10px;
    top: -10px;
    right: -10px;
    bottom: -10px;
    -webkit-border-radius: 50%;
    animation: WaveWhatsApp 1.5s ease infinite
}

.whatsget::after {
    animation-delay: .5s
}

.whatsget:hover::after {
    border: 4px solid #15cc74
}

.whatsget:hover::before {
    border: 4px solid #15cc74
}

@keyframes WaveWhatsApp {
    0% {
        transform: scale(0.5)
    }

    50% {
        opacity: 1
    }

    100% {
        transform: scale(1.2);
        opacity: 0
    }
}


/* -------------------------------------------------------------- TELAS SINOP -------------------------------------------------------------------------*/


/* img.img-fluid:hover {
    transform: scale(1.1);
}

img.img-fluid {
    transition: transform .2s;
    margin: 0 auto;
} */

.widget-title h2:after {
    content: "";
    display: block;
    width: 100px;
    height: 5px;
    background-color: #636363;
    margin: 15px auto 0;
}

/* -------------------------------------------------------------- VIDEO RESPONSIVE -------------------------------------------------------------------------*/

.video-container {
    overflow: hidden;
    position: relative;
    width: 100%;
}

.video-container::after {
    padding-top: 56.25%;
    display: block;
    content: '';
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* -------------------------------------------------------------- NAV BAR -------------------------------------------------------------------------*/
.nav-bar-container {
    background-color: #F8F9FA;
}

.text-navbar {
    color: #000;
}

.main-menu-dropdown-link {
    color: white !important;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
}

.menu-item-principal-todas-categorias {
    background-color: #afafaf;
    min-width: 225px;
}

.menu-item-principal-categoria {
    /* background-color: #afafaf; */
    /* min-width: 200px; */
}

.menu-item-principal-todas-categorias-dropdown {
    display: none;
    left: 0px;
    width: 225px;
    background-color: #ffff;
    z-index: 6;
}


.menu-item-principal-dropdown {
    display: none;
    left: 0px;
    width: 100%;
    min-width: 400px;
    background-color: #ffff;
    z-index: 6;
}

.menu-principal-subitem-dropdown {
    left: 0px;
    width: 100%;
    background-color: #ffff;
    z-index: 6;
}

.menu-item-principal:hover {
    background-color: #afafaf;
}

.menu-item-principal:hover .menu-item-principal-dropdown {
    background-color: #ffff;
    display: block;
}

.menu-item-principal:hover .menu-item-principal-todas-categorias-dropdown {
    background-color: #ffff;
    display: block;
}

.menu-item-principal-todas-categorias:hover .menu-item-principal-dropdown {
    background-color: #ffff;
    display: block;
}

.menu-item-principal-todas-categorias:hover .menu-item-principal-todas-categorias-dropdown {
    background-color: #ffff;
    display: block;
}

.menu-item-principal-categoria:hover .menu-item-principal-dropdown {
    background-color: #ffff;
    display: block;
    color: #fff;
    border: 1px solid #c3c3c3;
}

/* .menu-item-principal-dropdown-subitem:hover{
    color: #F2F3F4;
} */

.menu-item-principal-dropdown-subitem:hover .li-subitem {
    background-color: var(--primary-color-hover);
}

i.bi.bi-caret-right {
    color: black;
}

.icon-subitem {
    color: black;
}

.nome-subitem {
    font-size: 13px;
}

.menu-item-principal-dropdown-subitem:hover .sub-item-dropdown {
    display: block;
    border: 1px solid #c3c3c3;
}

.sub-item-dropdown {
    display: none;
    background-color: #ffff;
    top: -1px;
    left: 100%;
    min-width: 300px;
    min-height: 100%
}

.sub-item-dropdown-item:hover {
    color: var(--primary-color);
}

.sub-item-dropdown-item-nome {
    color: #000;
    font-size: 12px;
}

.sub-item-dropdown-item-nome:hover {
    color: var(--primary-color);
}

@media (max-width: 1340px) {

    /* .d-flex.nav-bar {
        display: none !important;
    } */
    .nav-bar-container {
        background-color: inherit;
    }

}

.menu-principal-subitem:hover {
    background-color: #F2F3F4;
}

.position-absolute.menu-principal-subitem-dropdown.border.rounded-bottom.mt-2.d-flex.flex-column {
    display: none !important;
}

.menu-principal-subitem:hover .position-absolute.menu-principal-subitem-dropdown.border.rounded-bottom.mt-2.d-flex.flex-column {
    display: block !important;
}

/* .menu-principal-subitem-dropdown-item:hover {
    background-color: #F2F3F4;
} */

.li-subitem {
    border: none;
}

.li-subitem-lvl-2,
.li-subitem-lvl-3 {
    border: none;
}

.sub-item-dropdown-level-2 {
    display: none;
    background-color: #ffff;
    top: 0;
    left: 100%;
    width: 225px;
    min-height: 100%;
    z-index: 6;
}

.menu-item-level-2:hover .sub-item-dropdown-level-2 {
    display: block;
    border-right: 1px solid #c3c3c3;
    border: 1px solid #c3c3c3;
}

/* .menu-item-principal-dropdown {
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 300px;
} */

/* .menu-item-principal-dropdown-subitem {
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 300px;
} */

.texto-branco {
    color: white;
}

.nav-bar-bg {
    background-color: var(--color-navbar);
}

.menu-item:hover {
    top: 2%;
    color: var(--primary-color);
}

.menu-item-principal-dropdown-subitem:hover .li-subitem {
    background-color: var(--primary-color);
    border: 1px solid #c3c3c3;
}

.menu-item-level-2:hover .li-subitem-lvl-2 {
    background-color: rgba(0, 0, 0, 0.08);
    border: 1px solid #c3c3c3;
}

.menu-item-level-3:hover .li-subitem-lvl-3 {
    background-color: rgba(0, 0, 0, 0.08);
    border: 1px solid #c3c3c3;
}

.menu-item-principal:hover {
    background-color: var(--secundary-color);
}

.menu-item-principal-categoria:hover {
    background-color: var(--primary-color);
}

.menu-item-principal-categoria-destaque {
    background-color: var(--primary-color);
}

.menu-item-principal-categoria-destaque:hover {
    background-color: #a8a8a8;
}

@media (min-width:991px) {
    #nav-bar {
        border-top: 1px solid #dee2e6
    }
}

.bg-date-post {
    background-color: var(--color-bg-newsletter);
}

.link-categoria a,
.link-categoria {
    color: #000;
}

.link-categoria:hover a,
.link-categoria:hover {
    color: var(--primary-color-hover);
}

/* -------------------------------------------------------------- TOPBAR -------------------------------------------------------------------------*/

.p-2.top-bar {
    background-color: var(--footer-and-topbar-color);
}

.p-2.top-bar-vendedor {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
    background-color: #00a9a5;
}

i.bi.bi-whatsapp.top-bar {
    color: var(--primary-color-hover);
}

i.bi.bi-envelope.top-bar {
    color: var(--primary-color-hover);
}

i.bi.bi-bag.btncarrinho {
    color: var(--color-icone-carrinho);
}

span.count.btncarrinho {
    color: var(--color-icone-carrinho);
}

/* -------------------------------------------------------------- FOOTER -------------------------------------------------------------------------*/
footer.footer.pb-4.pt-4, footer#footer-all > div.bg-color {
    background-color: var(--footer-and-topbar-color);
}

.titulo-footer {
    font-size: 1rem;
    font-weight: 600;
    color: var(--color-titulo-footer);
}

.footer-link {
    font-size: 0.9rem;
}

.footer-link:hover {
    font-size: 0.9rem;
    color: var(--primary-color-hover);
    font-weight: 600;
}

footer.footer.pb-4.pt-4.bg-newsletter {
    background-color: var(--color-bg-newsletter);
}

/* -------------------------------------------------------------- KASTERWEB FOOTER -------------------------------------------------------------------------*/

footer.kasterweb.pb-4.pt-4 {
    background-color: var(--footer-and-topbar-color);
}

.depoimento-circle {
    z-index: 1;
    width: 24rem;
}

img.imagem-depoimento {
    border-radius: 100%;
    width: 90px;
    height: 90px !important;
    margin: auto;
    z-index: 1;
    margin-bottom: -20px;
    margin-top: 8px;
}

.btn-menos-carrinho {
    z-index: inherit;
}

.btn-main-carrinho {
    z-index: inherit;
}

/* -------------------------------------------------------------- produto galeria -------------------------------------------------------------------------*/
.product-image-thumbs {
    overflow-y: auto;
    max-height: 350px;
}

.imagem-miniatura-visible {
    border: 2px var(--bs-border-style) #0ba360;
}

.imagem-miniatura {
    width: 86px;
    height: 86px;
}

.video-miniatura {
    height: 86px;
}

.play-btn {
    height: 1.5em;
    text-align: center;
    font: 1.5em sans-serif;
    color: white;
    text-shadow: 0 0 0.5em black;
    position: absolute;
    /* width: 100%; */
    /* bottom: 0; */
    margin: auto;
}

@media (max-width: 992px) {
    .carousel-produto {
        display: block !important;
    }
}

@media (max-width: 992px) {
    .galeria-produto {
        display: none;
    }
}

.carousel__slide.has-thumb.has-video .fancybox__thumb::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: auto;
    bottom: 0;
    background-position: center center;
    background-size: 50% 50%;
    background-repeat: no-repeat;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 36 24.38"><path d="M35.46 3.81A4.58 4.36 0 0032.24.75C29.37 0 17.93 0 17.93 0S6.48 0 3.63.72c-1.54.4-2.8 1.6-3.23 3.1-.75 2.72-.75 8.37-.75 8.37s0 5.68.75 8.37a4.58 4.36 0 003.22 3.07c2.9.75 14.3.75 14.3.75s11.45 0 14.32-.72a4.58 4.36 0 003.22-3.07c.75-2.72.75-8.37.75-8.37s.03-5.68-.75-8.4zm0 0" fill="white"/><path d="M14.29 17.4l9.51-5.21-9.51-5.22zm0 0" fill="black"/></svg>');
}

@media screen and (max-width: 770px) {

    li.page-item {

        display: none;
    }

    .page-item:first-child,
    .page-item:nth-child(2),
    .page-item:nth-last-child(2),
    .page-item:last-child,
    .page-item.active,
    .page-item.disabled {

        display: block;
    }
}

.page-link {
    color: var(--primary-color);
}

.page-link:hover {
    z-index: 2;
    color: var(--bs-pagination-active-color);
    background-color: var(--primary-color-hover);
    border-color: var(--primary-color-hover);
}

.page-link.active,
.active>.page-link {
    z-index: 3;
    color: var(--bs-pagination-active-color);
    background-color: var(--primary-color-hover);
    border-color: var(--primary-color-hover);
}

.produto-marca {
    color: var(--primary-color);
}

/* .produto-marca:hover {
        color: var(--primary-color-hover);
    } */
.produto-nome {
    color: var(--primary-color);
    font-size: 12px;
}

.produto-nome:hover {
    color: var(--primary-color-hover);
    font-size: 12px;
}

.produto-codigo {
    color: var(--primary-color);
}

.produto-codigo:hover {
    color: var(--primary-color-hover);
}

.saber-mais {
    color: var(--primary-color);
}

.saber-mais:hover {
    color: var(--primary-color-hover);
}

.preco-produto {
    color: var(--primary-color);
}

.preco-produto-cliente-desconto {
    color: #d60606;
}

.preco-produto-desconto {
    color: #077545;
    font-size: 1.4rem;
}

/* .preco-produto:hover{
        color: var(--primary-color-hover);
    } */
.btn-add-cart {
    background-color: #0ba360;
}

.btn-add-cart:hover {
    background-color: #077545;
    border-color: #077545;
}

.btn-add-cart-info {
    background-color: #0ba360;
}

.btn-add-cart-info:hover {
    background-color: #077545;
    border-color: #077545;
}

.text-btn-add-cart {
    color: #fff;
}

.btn-on-cart {
    background-color: #999696;
}

.btn-on-cart-info {
    background-color: #999696;
    border: none;
}

.btn-on-cart-info:hover {
    background-color: #999696;
    border: none;
}

.btn-on-cart:hover {
    background-color: #727272;
    border-color: #727272;
}

.btn-detalhes {
    background-color: #2e8ab8;
    border-color: #2e8ab8;
}

.btn-detalhes:hover {
    background-color: #4994ba;
    border-color: #4994ba;
}

.card-carousel-loja {
    border: inherit;
}

.btn-notice-cookie {
    background-color: var(--primary-color-hover);
}

.texto-branco {
    color: #000000;
}

.text-produto-info {
    font-size: 10px;
}

.produto-nome_completo {
    line-height: 85%;
}

.carrousel-loja-nome {
    font-size: 16px;
}

.loja-informacoes {
    font-size: 15px;
    min-height: 113px;
}

.descricao-produto {
    color: rgba(108, 117, 125);
    transition: ease .3s;
}

.descricao-produto:hover {
    color: var(--color-btn-hover);
}

.imagem-miniatura-visible {
    border: 2px solid var(--primary-color);
}

.tabela-seguranca {
    background-color: var(--color-tabela-seguranca);
    border: 1px solid var(--color-tabela-seguranca);
    border-radius: 15px;
    align-items: center;
}

.selected {
    background-color: var(--color-selecionado-tabela-seguranca);
    color: var(--color-font-tabela-seguranca);
}

.text-produto-info {
    font-size: 0.75rem;
}

h3.page-title {
    font-size: 1.7rem;
    color: var(--color-text);
    text-transform: none;
}

p.fw-bold.preco-produto {
    color: var(--color-value-product);
}

.card.card-produto {
    border-color: var(--primary-color);
}

hr.divisor-card-produto {
    border-color: var(--primary-color);
}

h2.produto-nome {
    color: var(--color-text);
    font-weight: bold;
    /* display: inline-flex; */
    /* color: #09f; */
    transition: ease .3s;
    font-size: 0.9rem;
}

h2.produto-nome:hover {
    color: var(--primary-color);
    font-weight: bold;
    transition: ease .3s;
    font-size: 0.9rem;
}

h6.produto-marca {
    color: var(--color-text);
    font-size: 0.9rem;
    font-weight: bold;
    transition: ease .3s;
    display: inline-flex;
}

h6.produto-marca:hover {
    color: var(--primary-color);
    font-weight: bold;
    transition: ease .3s;
}

h6.saber-mais {
    color: var(--color-text);
    font-size: 0.9rem;
    transition: ease .3s;
    display: inline-flex;
}

h6.saber-mais:hover {
    color: var(--primary-color);
    transition: ease .3s;
}

h6.produto-codigo {
    color: var(--color-text);
    font-size: 0.9rem;
    transition: ease .3s;
}

h6.produto-codigo:hover {
    color: var(--primary-color);
    font-size: 0.9rem;
    /* color: #09f; */
    transition: ease .3s;
}

i.bi.bi-heart.d-flex.justify-content-end.m-2 {
    color: red;
}

.formato-nivel-de-seguranca {
    padding-left: 0.70rem !important;
    padding-right: 0.70rem !important;
}

/*---------------------------------------------------CHECKOUT-----------------------------------------------*/
.posicao-0 {
    left: 0;
}

.posicao-1 {
    left: 25%;
}

.posicao-2 {
    left: 50%;
}

.posicao-3 {
    left: 75%;
}

.posicao-4 {
    left: 100%;
}

.progress {
    --bs-progress-bg: #000000;
    --bs-progress-bar-bg: var(--color-progress-bar-final);

}

.text-endereco-card {

    font-size: 1rem;
}

.btn-add-endereco {

    border: 1px dashed #c7cace;
}

.borda-pagamento-selecionado {
    border: 2px solid var(--primary-color);
}

button.btn-progress-checkout.btn,
button.btn-progress-checkout.btn:active,
button.btn-progress-checkout.btn:focus {
    background-color: var(--color-past-progress);
    border-color: var(--color-past-progress);
    color: #fff;
    outline: inherit;
    box-shadow: inherit;

}

.btn-pix {

    padding-top: 13px;
    padding-bottom: 13px;
}

.finalizar-pedido {
    max-height: 75vh;
}

.bg-avaliacao {
    background-color: var(--primary-color);
}

@media(max-width: 992px) {
    .width-botao-avaliacao {
        width: 50%;
    }
}

/*---------------------------------------------------BOTÕES PRINCIPAIS----------------------------------*/
.btn-loja {
    color: var(--color-btn-font);
    background-color: var(--color-btn);
    border: 1px solid var(--color-btn);
}

.btn-loja:hover {
    color: var(--color-btn-font);
    background-color: var(--color-btn-hover);
    border: 1px solid var(--color-btn-hover);
}

.btn-loja:focus {
    color: var(--color-btn-font);
    background-color: var(--color-btn);
    border: 1px solid var(--color-btn-hover);
}

.btn-loja:disabled {
    color: var(--color-btn-font);
    background-color: var(--color-btn);
    border: 1px solid var(--color-btn-hover);
}

.btn-compre-agora {
    color: #fff;
    background-color: #212529;
    border: 1px solid #212529;
}

.btn-compre-agora:hover {
    color: #fff;
    background-color: #646566;
    border: 1px solid #646566;
}

.btn-compre-agora:focus {
    color: #fff;
    background-color: #212529;
    border: 1px solid #212529;
}

.btn-compre-agora:disabled {
    color: #fff;
    background-color:#646566;
    border: 1px solid #646566;
}

.btn-detalhes {
    background-color: var(--color-btn);
    color: var(--color-btn-font);
    border: 1px solid var(--color-btn-hover);
}

.btn-detalhes:hover {
    background-color: var(--color-btn-hover);
    color: var(--color-btn-font);
    border: 1px solid var(--color-btn);
}

.btn-subtrair-quantidade,
.btn-aumentar-quantidade {
    border: 1px solid var(--color-btn);
    color: var(--color-text);
}

.btn-subtrair-quantidade:hover,
.btn-aumentar-quantidade:hover {
    border: 1px solid var(--color-btn-hover);
    background-color: var(--color-btn-hover);
    color: var(--color-btn-font);
}

/*-----------------------------------------PÁGINAS PERIFÉRICAS-------------------------------------------*/
.btn-voltar-edit {
    background-color: var(--color-botoes-voltar);
    color: var(--color-btn-font);
}

.btn-voltar-edit:hover {
    background-color: var(--color-botoes-voltar-hover);
    color: var(--color-btn-font);
}

.btn-voltar-edit:focus {
    background-color: var(--color-botoes-voltar);
    color: var(--color-btn-font);
}

.btn-newsletter {

    background-color: var(--color-btn);
    color: var(--color-btn-font);
    border: 1px solid var(--color-btn);

}

.btn-newsletter:hover {
    background-color: var(--color-btn-hover);
    color: var(--color-btn-font);
    border: 1px solid var(--color-btn-hover);
}

.btn-notice-cookie {
    color: var(--color-btn-font);
    background-color: var(--color-btn);
}

.btn-notice-cookie:hover {
    background-color: var(--color-btn-hover);
    border: 1px solid var(--color-btn-hover);
}

.titulo-paginas-institucionais::after {
    content: "";
    display: block;
    width: 100px;
    height: 5px;
    background-color: var(--primary-color);
    color: var(--primary-color);
    margin: 10px auto 15px;
}

.titulo-paginas-institucionais {
    font-size: 24px;
    font-weight: bold;
}

.form-check-label a {
    color: var(--primary-color);
}

.form-check-label a:hover {
    color: var(--primary-color-hover);
}

.form-check-input:checked {
    background-color: var(--primary-color-hover);
    border-color: var(--primary-color-hover);
}

.form-check-input:focus {
    border-color: var(--primary-color-hover);
    outline: inherit;
    box-shadow: inherit;
}

/*---------------------------------------------------------TEXTOS-----------------------------------------*/
h2.page-title {
    color: var(--color-text);
    font-size: 24px;
    font-weight: inherit;
}

h2.page-title::after {
    content: "";
    display: block;
    width: 100px;
    height: 5px;
    background-color: var(--primary-color);
    color: var(--primary-color);
    margin: 10px auto 0;
}

.nome_atributo {
    font-weight: 600;
    color: var(--color-atributo-produto);
}

.titulo-produto {
    font-size: 20px;
}

.preco-produto {
    color: var(--color-value-product);
}

.preco-antigo {
    font-size: 13px;
    margin-top: 10px;
}

.preco-novo {
    font-size: 18px;
}

.nav-bar {
    color: var(--color-font-navbar);
    justify-content: start;
}

div.loja-text-navbar {
    color: var(--color-font-navbar);
    font-size: 15px;
}

.loja-text-navbar-destaque {
    color: var(--color-goiaba-100);
    font-size: 15px;
    font-weight: bold;
}

.page-title {
    color: var(--color-text);
}

.titulos-secundarios-paginas-perifericas {
    font-weight: 900;
    color: var(--color-titulos-páginas-perifericas);
    font-size: 1.6rem;
    text-transform: capitalize;
}

.widget-title h2:after {
    content: "";
    display: block;
    width: 100px;
    height: 5px;
    background-color: var(--primary-color);
    color: var(--primary-color);
    margin: 15px auto 0;
}

h2,
.h2 {
    margin: 0;
    margin-bottom: 0.5em;
    color: var(--color-text);
    font-size: 24px;
    font-weight: 400;
    font-style: normal;
    line-height: 1.2;
    text-rendering: optimizeLegibility;
    text-transform: uppercase;
}

.link {
    color: var(--color-text);
}

footer.pb-4.pt-4.bg-newsletter,
.color-text-newsletter {
    color: #fff;
}

.review-stars ul {
    display: inline-block;
    list-style: none !important;
    margin: 0;
    padding: 0;
}

.review-stars ul li {
    float: left;
    list-style: none !important;
    margin-right: 1px;
    line-height: 1;
}

.review-stars ul li i {
    color: #f6bb06;
    font-size: 1.4em;
    font-style: normal;
}

.review-stars ul li i.inactive {
    color: #c6c6c6;
}

.review-stars ul li i.half-inactive {
    background: linear-gradient(to right, #f6bb06 50%, #c6c6c6 50%);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
}

.star:after {
    content: "\2605";
}

.row>a.menu-item-accordion {
    font-size: 14px;
}

.link-esvaziar-carrinho {
    color: var(--color-btn);
}

.link-esvaziar-carrinho:hover {
    color: var(--color-btn);
}

.preço-promo-old {
    color: var(--color-old-price-product);
    font-size: 0.9rem;
}

.preço-promo-new {
    color: var(--color-new-price-product);
    font-size: 0.9rem;
}

/* @media (min-width: 400px){
    .beneficios-icones .owl-next, .beneficios-img .owl-next{
        top: -0.4vh;
        left: 88vw;
    }

    .beneficios-icones .owl-prev, .beneficios-img .owl-prev{
        top: -0.4vh;
        left: -8vw;
    }
}*/

.beneficios-icones .owl-next,
.beneficios-img .owl-next {
    top: 0;
}

.beneficios-icones .owl-prev,
.beneficios-img .owl-prev {
    top: 0;
}

.beneficios-icones.owl-theme .owl-nav,
.beneficios-img.owl-theme .owl-nav {
    margin-top: 0px;
}

.grecaptcha-badge {
    visibility: hidden;
}

.text-checkout-loja {
    color: var(--primary-color);
}

#bodyDescricao img {
    max-width: 100% !important;
}

/* Tela de carregamento */

/* Absolute Center Spinner */
.loading {
    position: fixed;
    z-index: 999;
    height: 2em;
    width: 2em;
    overflow: show;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

/* Transparent Overlay */
.loading:before {
    content: '';
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(rgba(20, 20, 20, .8), rgba(0, 0, 0, .8));

    background: -webkit-radial-gradient(rgba(20, 20, 20, .8), rgba(0, 0, 0, .8));
}

.loading:not(:required) {
    /* hide "loading..." text */
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.loading:not(:required):after {
    content: '';
    display: block;
    font-size: 10px;
    width: 1em;
    height: 1em;
    margin-top: -0.5em;
    -webkit-animation: spinner 150ms infinite linear;
    -moz-animation: spinner 150ms infinite linear;
    -ms-animation: spinner 150ms infinite linear;
    -o-animation: spinner 150ms infinite linear;
    animation: spinner 150ms infinite linear;
    border-radius: 0.5em;
    -webkit-box-shadow: rgba(255, 255, 255, 0.75) 1.5em 0 0 0, rgba(255, 255, 255, 0.75) 1.1em 1.1em 0 0, rgba(255, 255, 255, 0.75) 0 1.5em 0 0, rgba(255, 255, 255, 0.75) -1.1em 1.1em 0 0, rgba(255, 255, 255, 0.75) -1.5em 0 0 0, rgba(255, 255, 255, 0.75) -1.1em -1.1em 0 0, rgba(255, 255, 255, 0.75) 0 -1.5em 0 0, rgba(255, 255, 255, 0.75) 1.1em -1.1em 0 0;
    box-shadow: rgba(255, 255, 255, 0.75) 1.5em 0 0 0, rgba(255, 255, 255, 0.75) 1.1em 1.1em 0 0, rgba(255, 255, 255, 0.75) 0 1.5em 0 0, rgba(255, 255, 255, 0.75) -1.1em 1.1em 0 0, rgba(255, 255, 255, 0.75) -1.5em 0 0 0, rgba(255, 255, 255, 0.75) -1.1em -1.1em 0 0, rgba(255, 255, 255, 0.75) 0 -1.5em 0 0, rgba(255, 255, 255, 0.75) 1.1em -1.1em 0 0;
}

/* Animation */

@-webkit-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-o-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.limitar-3-linhas {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: 16px;
    min-height: 45px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.linha-card-produto {
    border-bottom: 1px solid #ECECEC;
    text-align: center;
    margin: 7px 0;
    position: relative;
}

.linha-produto-info-card {
    display: block;
    border-left: 1px solid #ECECEC;
    margin-bottom: 10px;
    text-align: center;
    position: relative;
    height: 100%;
    left: 0;
}

.ou-produto-info-card {
    background-color: #fff;
    border-radius: 20px;
    border: 1px solid #dcdcdc;
}

.ou-card-produto {
    background-color: #fff;
    top: 50%;
}

@media (max-width:990px) {
    .marginforresponsive {
        margin-top: 1rem;
    }

    .text-center-responsive {
        text-align: center;
    }
}

@media (max-width:766px) {
    .marginformresponsive {
        margin-top: 0.5rem;
    }
}

@media(max-width:1300px) {
    .preco-produto {
        font-size: 18px;
    }

    .preco-produto-cliente-desconto {
        font-size: 18px;
    }

    .forgot_password {
        font-size: 15px;
    }

    li.item-search .preco-produto {
        font-size: 15px;
    }

    li.item-search .preco-produto-cliente-desconto {
        font-size: 15px;
    }
}

@media(max-width:1399px) {
    .produto-nome_completo {
        font-size: 13px;
    }
}

@media(min-width:1301px) {
    .preco-produto {
        font-size: 25px;
    }

    .preco-produto-cliente-desconto {
        font-size: 25px;
    }

    li.item-search .preco-produto {
        font-size: 15px;
    }

    li.item-search .preco-produto-cliente-desconto {
        font-size: 15px;
    }
}

@media(min-width:768px) and (max-width:991px) {
    .widthresponsive {
        width: 40%;
    }
}

@media(min-width:992px) {
    .widthresponsive {
        width: 25%;
    }
}

.title-checkout-onepage {
    text-transform: none;
    font-weight: bold;
    background-color: var(--color-navbar);
    color: var(--color-font-navbar);
    border-radius: 25px;

}

.grade_produto_validacao_erro {
    color: red;
    font-weight: bold;
}

.btn-voltar {
    color: #000;
    opacity: 0.5;
}

.btn-voltar:hover {
    color: #000;
    opacity: 0.75;
}

.card-depoimentos {
    width: 24rem;
}

@media(min-width: 1400px) {
    .card-depoimentos {
        width: 24rem;
    }

    .tamanhoSeloSegurancaSSL {
        width: 120%;
    }
}

@media(min-width:761px) and (max-width:1399px) {
    .card-depoimentos {
        width: 18rem;
    }

    .tamanhoSeloSegurancaSSL {
        width: 60%;
    }

    .tamanhoSeloSegurancaGoogle {
        width: 40%;
    }
}

@media(max-width: 760px) {
    .tamanhoSeloSegurancaSSL {
        width: 100%;
    }

    .tamanhoSeloSegurancaGoogle {
        width: 50%;
    }
}

.card-produto {
    --bs-card-border-color: inherit;
}

.accordion-item:not(:first-of-type) {
    border: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color);
}

@media(min-width:577px) and (max-width:1199px) {

    .btn-loja,
    .btn-detalhes,
    .btn-no-carrinho,
    .btn-voltar-edit {
        font-size: 13px;
    }
}

.select-icon {
    padding: 5px 25px 5px 5px;
    background-image: url('data:image/svg+xml;charset=utf-8, <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-arrow-down-up" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M11.5 15a.5.5 0 0 0 .5-.5V2.707l3.146 3.147a.5.5 0 0 0 .708-.708l-4-4a.5.5 0 0 0-.708 0l-4 4a.5.5 0 1 0 .708.708L11 2.707V14.5a.5.5 0 0 0 .5.5zm-7-14a.5.5 0 0 1 .5.5v11.793l3.146-3.147a.5.5 0 0 1 .708.708l-4 4a.5.5 0 0 1-.708 0l-4-4a.5.5 0 0 1 .708-.708L4 13.293V1.5a.5.5 0 0 1 .5-.5z"/></svg>');
    background-position: 5% 50%;
    background-repeat: no-repeat;
    background-size: 15px;
}

.ver-todos-widgets {
    color: var(--primary-color-hover);
    font-weight: bold;
    font-size: 17px;
}

.ver-todos-widgets:hover {
    color: var(--color-text);
    font-weight: bold;
    font-size: 17px;
}

@media(min-width:992px) {
    #progress-bar-checkout {
        width: 800px !important;
    }
}

@media(min-width:1200px) {
    #progress-bar-checkout {
        width: 950px !important;
    }
}

@media(min-width:1400px) {
    #progress-bar-checkout {
        width: 1100px !important;
    }
}

.card-produto.sem-preco {
    --bs-card-border-color: inherit
}

.btn-add-cart.sem-preco,
.btn-on-cart.sem-preco,
.btn-detalhes.sem-preco,
.btn-add-carrinho.sem-preco,
.btn-no-carrinho.sem-preco,
.btn.disabled.sem-preco {
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-transition-delay: 0s;
    transition-delay: inherit !important;
    visibility: visible !important;
}

img.img-fluid:hover {
    transform: scale(1.1);
    transition: transform .2s;
}

img.img-carousel.img-fluid:hover {
    transform: inherit;
    transition: inherit;
}

.galeria_imagens img:hover {
    box-shadow: 0 0 18px #979696;
}

@media(min-width: 1401px){
    .mudarImagem .card_produto_img{
        position: absolute;
        display: block;
    }

    .widthProduto{
        min-height: 215px;
        position: relative;
    }

    .ecommerce-index .widthProduto{
        min-height: 300.5px;
        position: relative;
    }

    .ecommerce-produto .widthProduto{
        min-height: 300.5px;
        position: relative;
    }

    .card-produto .mudarImagem #imagemSecundaria, .card-produto:hover .mudarImagem #imagemPrincipal{
        -webkit-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
        opacity: 0;
    }
    
    .card-produto:hover .mudarImagem #imagemSecundaria, .card-produto .mudarImagem #imagemPrincipal{
        -webkit-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
        opacity: 1;
    }
}

@media(max-width: 1400px){
    img#imagemSecundaria{
        display: none;
    }
}

.nav-bar-responsive .btn-link button{
    border: 1px solid #636363;
}

.border-loja-compre-junto{
    border: 1px solid var(--primary-color);
    border-radius: 10px;
}

.ecommerce-produto div.galeria-produto a img.img-fluid {
    max-height: 522.5px;
}

.link-categoria h2{
    color: #000;
}

.link-categoria:hover h2{
    color: var(--primary-color-hover);
}

.nome-cliente-depoimento{
    color: var(--primary-color);
    font-size: 20px;
}

.cidade-estado-depoimento{
    color: var(--primary-color);
    font-weight: bold;
    font-size: 20px;
}

.texto-depoimento{
    font-size: 20px;
    color: var(--color-text);
}

.link-detalhes-loja-lojas{
    color: var(--color-text);
}

.link-detalhes-loja-lojas:hover{
    color: var(--primary-color-hover);
}