@import url("newPages/product.css");


:root {
    --white: #fff;
    --black: #000;
    --amarelo: #E4BC29;
    --amarelo-detalhe: #CCA41A;
    --amarelo-font: #E29200;
    --preto: #151515;
    --cinza: #D6D6D6;
    --roxo: #551B6F;
    --vermelho: #FF1520;
    --cinza-form: #ddd;
    --cinza-label: #eee;
    --cinza-background: #f4f4f4;
    --cinza-detalhe: #818181;
    --cinza-location: #888;
    --cinza-iteminformation-detail: #777;
    --cinza-pix: #333;
    --cinza-botoes: #f3f3f3;
    --frete: #788fa7;
}

.container {
    margin-inline: auto;
    width: 100%;
    /* width: 1250px !important; */
    max-width: 1250px !important;
}

.c_cinza {
    color: var(--cinza-detalhe);
}

.body_blur {
    inset: 0;
    position: fixed;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 1039;
    /* Bootstrap usa 1040 para o backdrop do offcanvas */
}

* {
    margin: 0;
    padding: 0;
}

.bg-cinza {
    background-color: var(--cinza-botoes);
}

.font {
    color: var(--preto);
}

a:focus {
    text-decoration: none;
    color: var(--black);
}

/* FONTES */

.f11 {
    font-size: 11px;
}

.f14 {
    font-size: 14px;
}

.f15 {
    font-size: 15px;
}

.f17 {
    font-size: 17px;
}

.f18 {
    font-size: 18px;
}

.f23 {
    font-size: 23px;
}

.f25 {
    font-size: 25px;
}

.f27 {
    font-size: 27px;
}

.f30 {
    font-size: 30px;
}

.f32 {
    font-size: 32px;
}

.bold {
    font-weight: bold;
}

.line {
    text-decoration: line-through;
}

.hover:hover {
    text-decoration: underline !important;
}

.textnone {
    text-decoration: none;
}

.textnone:hover {
    cursor: pointer;
    text-decoration: none !important;
}

.noevents {
    pointer-events: none;
}

#header {
    margin-top: 0px !important;
    min-height: 160px !important;
    color: var(--white);
    height: 100%;
    width: 100%;
    background-color: var(--preto);
}

#header img #logo {
    /* display: block; */
    max-width: 100%;
    /* height: 100%;  */
    transform: translateY(120px) !important;
}

#header .cate {
    display: flex;
    color: white !important;
    filter: invert(1) !important;

    /* filter: grayscale(1) !important; */
}

#header .cate img {
    /* width: auto; */
    width: 28px;
    height: 22px;
    /* height: auto; */
    color: #000;
    /* filter:invert(1) !important; */
}

.serch {
    display: flex;
    align-items: center;
    background-color: var(--cinza-form);
    max-height: 50px;
    max-width: 430px;
    width: 100% !important;
    height: 100% !important;
    padding: 10px;
    border: 0;
    border-radius: 1px;
    margin: 0;
    color: var(--preto);

}

.serch input[type='text'] {
    background-color: var(--cinza-form);
    width: 90%;
    height: 100%;
    min-height: 24px;
    border: 0;

}

.serch input[type='text']:focus {
    border: 0;
    outline: 0;

}

.serch button {
    background-color: var(--cinza-form);
    width: 8%;
    height: 100%;
    border: 0;
}

.serch button:active {
    background-color: var(--amarelo);
    width: 8%;
    height: 100%;
    border: 0;
    outline: none;
}

#header .icons {
    color: var(--amarelo) !important;
    font-size: 22px;
}

#header .icons a {
    text-decoration: none;
    color: var(--amarelo) !important;
    font-size: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
}

#header .icons a:hover {
    color: var(--preto) !important;
    background-color: var(--amarelo);
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.cartAlert {
    background-color: var(--vermelho) !important;
    color: var(--white) !important;
}

.cart-counter {
    position: absolute;
    top: 5px;
    right: 5px;
    background-color: var(--white);
    color: var(--preto);
    width: 26px;
    height: 26px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: translate(12px, -12px);
    padding: .2em;
}


#menu {
    width: 100%;
    height: 52px;
    margin-top: -95px;
    background-color: var(--amarelo);
    color: var(--preto);
}

#menulabel {
    padding-left: 23rem;
}

#menulabel .categorias {
    color: var(--preto);
    text-decoration: none !important;
    cursor: pointer;
    width: fit-content;
    padding: 0 5px;
    /* border: 1px solid lightgreen; */
}

#menulabel .categorias div {
    /* border: 1px dotted blue; */
    max-width: 100%;

}

#menulabel .categorias div img {
    /* border: 1px double sandybrown; */
    display: block;
    width: fit-content;
    max-width: 100%;
}

.categorialink {
    color: var(--preto);
}

.categorialink:hover {
    color: var(--cinza-iteminformation-detail);
}

#menulabel .categorias:hover {
    background-color: var(--preto);
    color: var(--amarelo);
}

#menulabel .categorias:hover img {
    filter: invert(59%) sepia(75%) saturate(403%) hue-rotate(10deg) brightness(106%) contrast(101%);
}

#menulabel .categorias:focus {
    background-color: var(--preto);
}

#menulabel .categorias:focus .vogue {
    color: var(--amarelo);
}

#menulabel .categorias:focus img {
    filter: invert(59%) sepia(75%) saturate(403%) hue-rotate(10deg) brightness(106%) contrast(101%);
}

.catchild {
    position: absolute;
    z-index: 2;
    display: flex;
    align-items: center;
    align-content: center;
    width: 100%;
    /* height: 355px !important; */

    /* background-color: var(--roxo) !important; */
    background: linear-gradient(90deg,
            var(--cinza-label) 69.5%,
            var(--white) 31.5%) !important;
}

.w-66 {
    width: 66% !important;
}

.catchild .categorie_name_listing {
    margin-left: 2.2rem;
    width: 150px;
    text-decoration: underline var(--cinza-detalhe);
    height: 150px;
    margin-top: 140px;
    margin-bottom: 5%;
    transform: rotate(-0.25turn) !important;
    text-align: center;

}

.catchild .categorie_name_listing .catname {
    width: 100% !important;
    max-width: 200px !important;
    margin-top: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: var(--preto);
    font-size: 35px;

    /* transform: rotate(-0.25turn) !important;  */
}

.catchild .catsubname {
    margin-top: auto;
    /* max-width: 656px ; */
    /* width: 100%; */
    column-gap: 2px;
    height: 355px !important;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    padding-left: 50px;
    justify-content: center;
    column-gap: 15px;
    row-gap: 10px;
    padding: 12px 0;
    height: 100%;
}


.catchild .catsubname a div {
    height: 100%;
    color: var(--preto);
    display: flex;
    align-items: center !important;
}


#listagemcategorias .item {
    padding: 12px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    row-gap: 5px;
    margin: 0;
    max-width: 60%;
    border-radius: 0;
    border: 0 !important;
    background-color: var(--white);
    width: 100% !important;
}



#listagemcategorias .item .special_price {
    width: 100%;
    display: flex;
    justify-content: center;
}

#listagemcategorias .item .special_price div {
    display: flex;
    justify-content: center;
    width: fit-content;
    background-color: var(--vermelho) !important;
    color: var(--white);
    padding: 1px 5px;
    border: 0;
    border-radius: 4px;

}

#listagemcategorias .item .prodimag {
    margin-inline: auto;
    display: flex;
    justify-content: center;
    align-content: center;
    max-width: 150px;
    width: 100%;
    max-height: 210px;
    height: 100%;
    /* background-color: var(--white); */
}

#listagemcategorias .item .prodimag img {
    display: block;
    max-width: 100%;
    width: 100% !important;
    background-color: var(--white);
}

#listagemcategorias .item .itemname {
    margin-top: 1rem;

    width: 100%;
    display: flex;
    color: var(--preto);
    text-align: center;
}

#listagemcategorias .item .itemname div {
    /* align-items: center; */
    display: flex;
    text-align: center;
}

/* ITENS HOME SHOW  */
#maisAcessados .slick-slide {
    height: auto !important;
}

.slick-slide {
    height: fit;
}

.item {
    padding: 12px;
    display: grid;
    /* flex-direction: column; */
    justify-content: center;
    align-items: center;
    width: 100% !important;
    min-width: 150px !important;
    max-width: 233px !important;
    max-height: 470px !important;
    height: 100%;
    background-color: white;
    border: 1px solid var(--cinza-label) !important;
    border-radius: 12px;
    transition: border 0.5s ease;

}

.prodspace {
    height: 26px;
}

.item a {
    width: 100%;
    display: grid;
}

.itemg {
    flex-wrap: wrap !important;
}


.item a:focus {
    outline: none;
    border: 0;
    background-color: transparent;
}

.item:hover .prodimag img {
    transform: scale(1.07);

}

.slick_space .slick-list {
    margin: 0 -5px;
}

.slick_space .slick-slide {
    margin: 0 5px;
}

.item .special_price {
    max-height: 25px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.item .special_price div {
    display: flex;
    justify-content: center;
    width: fit-content;
    background-color: var(--vermelho) !important;
    color: var(--white);
    padding: 1px 5px;
    border: 0;
    border-radius: 4px;


}

.item .prodimag {
    margin-inline: auto;
    display: flex;
    justify-content: center;
    align-content: center;
    max-width: 250px;
    /* height: 210px; */
}

.item .prodimag img {
    display: block;
    max-width: 100% !important;
    /* aspect-ratio: 1; */
    /* width: auto !important; */
    background-color: var(--white);
    transition: transform 0.2s;

}

.item:hover {
    border: 1px solid var(--cinza-label) !important;
}

.item .itemname {
    /* min-height: 115px !important ; */
    height: 48px !important;
    overflow: hidden !important;
    /* width: 15rem !important; */
    width: 100%;
    max-width: 224px;
    color: var(--preto);
    display: flex;
    align-items: end;
    padding-top: 0.3em;
    justify-content: center;
    text-align: center;
    /* font-size: 1.6vw !important; */


}

.item .itemname div {
    text-wrap: wrap;
    max-width: 100%;
    height: 100%;
}



.item .itemprice {
    height: 40px;
    max-width: 100%;
    color: var(--preto);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.borderalinha {
    border: 1px solid yellow
}

.borderalinha2 {
    border: 1px solid red
}

.item .quantidade {
    max-width: 105px;
    height: 40px;
    /* width: 100%; */
    align-self: center;
    justify-content: space-between;
    background-color: var(--white);
    color: var(--black);
    display: flex;
    align-items: center;
    border-radius: 5px;
    border: 2px solid var(--cinza) !important;
    padding: 0 12px;
}

.quantidade {
    max-width: 50px;
    height: 40px;
    /* width: 100%; */
    align-self: center;
    justify-content: space-between;
    background-color: var(--white);
    color: var(--black);
    display: flex;
    align-items: center;
    border-radius: 5px;

    /* padding: 0 12px; */
}

.quantidade button {
    background-color: var(--white);
    display: flex;
    border: 1px solid var(--cinza-botoes);
    width: 20px;
    height: 30px;
    padding: 1px 3px;
    justify-content: center;
    align-items: center;
}


.item .quantidade button {
    background-color: var(--white);
    display: flex;
    border: 0;
    padding: 0 auto;
    justify-content: center;
    align-items: center;
}

.item .quantidade .quantnum {
    /* background-color: var(--white); */
    display: flex;
    margin: 2px auto;
    padding: 0 12px;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.item .comprar {
    background-color: var(--black);
    color: var(--white);
    /* max-width: 100px; */
    width: 100px;
    display: flex;
    height: 40px;
    align-self: center;
    align-items: center;
    justify-content: center;
    padding: 0 03px;
    border-radius: 5px;
}

.item .comprar:hover {
    background-color: var(--amarelo);
    color: var(--preto);

}

.item .comprar:hover button {
    background-color: var(--amarelo);
    color: var(--preto);

}


.item .comprar:active button {
    color: var(--preto);
    background-color: var(--amarelo);
    /* transform: scale(0.9); */
}



@media screen and (max-width:1398px) {
    .bannerLabel {
        display: none !important;
    }

    .categoriaBanner {
        display: none !important;
    }

    div .labelitemslick {
        width: 100% !important;
    }

}

.bannerLabel {
    width: 260px;
}

div .labelitemslick {
    /* position: relative !important; */
    width: 1050px;
    max-width: 100%;
}

.categoriaBanner {
    display: flex;
    justify-content: center;
    align-items: end;
    color: var(--white);

    width: 247px !important;
    height: 470px;
    border-radius: 15px;
    /* width: 100%; */
    /* height: 100%; */
}

.categoriaBanner .catnamebanner div {
    line-height: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: var(--white);
    margin-bottom: 12px;
}

.categoriaBanner .catnamebanner div a {
    color: var(--white);
    text-decoration: underline;
}

.categoriaBannerLista {
    display: flex;
    justify-content: center;
    color: var(--white);
    padding: 5px 0;
    max-width: 247px !important;
    min-width: 11em;
    /* width: 11.667vw; */
    height: 407px;
    overflow: hidden;
    aspect-ratio: 3/5;
    border-radius: 15px;
    width: 100%;
    /* height: 100%; */
}

.categoriaBannerLista .catnamebanner div {
    display: flex;
    line-height: 30px;
    justify-content: start;
    align-items: center;
    text-align: center;
    color: var(--white);
    width: 100%;
}

.categoriaBannerLista .catnamebanner.noimage div {
    justify-content: center;
}


.categoriaBannerLista .catnamebanner div a {
    text-align: center;
    color: var(--white);
}

.pescalisting {
    /* border: solid 1px #551B6F; */
    /* background-color: pink; */
    /* border-collapse: collapse  !important; */
    width: 100%;
}

.pescalisting tr:not(:first-child) td {
    border-top: 1px solid rgba(221, 221, 221, 0.3);
}


#banner {
    /* padding-top: 80px; */

}

#banner .bannerImg {
    /* margin-top: 8rem !important;  */
    max-height: 586px !important;
    height: 100% !important;
    width: 100%;
}

#banner .bannerImg img {
    display: block;
    max-width: 100%;
    /* height: 100%; */
    max-height: 586px !important;

}


.botaoBanner .slick-dots {
    position: absolute !important;
    bottom: 50px !important;
    background-color: transparent;
}

.botaoBanner .slick-dots li {
    margin: 0 12px;
    border: 0;
    outline: 0;
    background-color: transparent;
}

.botaoBanner .slick-dotted.slick-slider {
    margin-bottom: 0;
}

.botaoBanner .slick-dots ul {
    position: relative;
    display: flex;
}

.botaoBanner .slick-dots li.slick-active button:before {
    width: 48px !important;
    border-radius: 25px;
    padding-inline: 20px;
    outline: 0 !important;
    opacity: 1;
    background-color: var(--black);
    content: "";
}

.botaoBanner .slick-dots li button::before {
    opacity: 1;
    content: "";
    border-radius: 50%;
    transition: background-color 0.3s, width 0.5s;
}

.botaoBanner .slick-dots li button {
    border: 0 !important;
    margin-inline: 12px;
    background-color: white !important;
    border-radius: 50%;
    transition: background-color 0.5s, width 0.5s;
}

a:visited {

    text-decoration: none;
}

a:hover {
    text-decoration: none;

    color: var(--white);
}


@media screen and (max-width:600px) {
    .itemslistagemgrid {
        grid-template-columns: repeat(2, 1fr) !important;
    }
}

@media screen and (max-width:992px) {
    .itemslistagemgrid {
        grid-template-columns: repeat(3, 1fr);
    }

    .listagem {
        /* background-color: pink; */
        display: grid;
        /* width: 81.25rem !important; */
        grid-template-columns: 0% 98% !important;
        justify-content: center;

    }
}

@media screen and (max-width:1000px) {
    .botaoBanner .slick-dots li button::before {
        width: 17px;
        padding: 0;
    }

    .botaoBanner .slick-dots {
        bottom: 50px !important;
    }

    .botaoBanner .slick-dots li button {
        width: 17px;
    }

    .botaoBanner .slick-dots li.slick-active {
        width: 17px;
    }

    .botaoBanner .slick-dots li.slick-active button:before {
        width: 17px;
    }

    .botaoBanner .slick-dots li {
        width: 17px;
    }

}

.footerBanner {
    height: 65px;
    /* padding-top:1px ; */
    margin-top: -30px;
}

.footerBanner .infolabel #divitem {
    width: 25%;

}

.footerBanner .info {
    line-height: 17px;
}


#ofertasImperdiveis {
    background-color: var(--cinza-background);
}

.offcanvas-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000;
}

.offcanvas {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
}
.offcanvas-body {
    height: 100vh;
    padding-bottom: 3em;
}

.botoesSlick button {
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    opacity: 0.6;
    border: 1px solid var(--cinza);
    background-color: var(--white);
}

.botoesSlick button:hover {
    opacity: 1;
}

.botoesSlick a {
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    width: 36px;
    color: var(--preto);
    height: 36px;
    border-radius: 50%;
    opacity: 0.6;
    border: 1px solid var(--cinza);
    background-color: var(--white);
}

.botoesSlick a:hover {
    opacity: 1;
}


.marca {

    /* border: 1px solid var(--cinza); */
    max-width: 230px;
    max-height: 350px;
    width: 100% !important;
    height: 100%;
    /* aspect-ratio: 1/16; */
    border-radius: 15px;
    position: relative;

}

.marca a {
    background-position: center;
    border-radius: 15px;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    transition: all 3s ease-in-out;
}

.marca:hover {
    overflow: hidden;
    transition: all 3s ease-in-out;

    /* transform: scale(1.1); */

}

.marca a:hover {
    animation: zoom 0.4s ease-in-out forwards;
    animation-direction: alternate;
    /* background-size: 112% ; */

}

.marca a:not(:hover) {
    animation: zoom-out 0.4s ease forwards;
}

.marca a:focus {
    outline: none;
}

@keyframes zoom-out {
    0% {
        background-size: 120%;
    }

    99% {
        background-size: 102%;
    }

    100% {
        background-size: cover;
    }
}

@keyframes zoom {
    0% {
        background-size: 102%;
    }

    /* 50% {
      background-size: 108%;
    } */
    100% {
        background-size: 120%;
    }

}

.marca .marcaLogo {
    background-color: var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 70%;
    max-height: 70%;
    border: 1px solid #ccc;
    border-radius: 50%;

}

.marca .marcaLogo img {

    border-radius: 50%;
    display: block;
    max-width: 100%;
    width: 100%;
    /* height: 100%; */
}

.marca .marcanome {
    color: var(--white);
}


.bannerMarcas {
    border: 0;
    /* border-radius: 14px; */
    width: 100%;
    /* max-width: 1250; */
    display: flex;
    align-items: center;
    justify-content: center;
    max-height: 10.938rem !important;
    /* height: 100% !important; */

}

.bannerMarcasimg {
    border: 0;
    border-radius: 14px !important;
    width: 100%;
    display: block;

}

.form-group {
    margin: 0 !important;
}

.form-control {
    font-size: 1.6rem !important;
}

.form-control:focus {
    box-shadow: none !important;
}

.bannerFooter {
    max-width: 60rem !important;
    width: 100%;
    height: 100%;
    max-height: 20.3em;
    border: 0;
    border-radius: 12px;
}

.bannerFooter img {
    display: block;
    width: 100%;
    max-width: 100%;
    border-radius: 12px;

}

.label .black {
    width: 100% !important;
    background-color: var(--preto);
    border-top: 6px solid var(--preto);
    padding-bottom: 23px !important;

}

.label .gold {
    width: 100% !important;
    background-color: var(--amarelo);
    border-top: 5px solid var(--amarelo-detalhe);
    border-bottom: 5px solid var(--amarelo-detalhe);
    padding: 6px !important;

}

footer .logo {
    background-color: var(--preto);
    border: 0;
    border-radius: 50%;
    width: 150px;
    height: 150px;
}

footer .logo img {
    display: block;
    max-width: 100%;
    width: 100%;
    /* width: 130px; */
    /* height: 130px; */
}

footer {
    color: var(--black);
}

footer .payment {
    max-height: 20px;

}

footer .paymentf img {
    max-height: 25px;
    max-width: 35px;
}

footer .icons a {
    color: var(--black);
}

a.link {
    color: var(--black);
    text-decoration: none;
    transition: all 0.03s ease;
}

a.link:hover {
    color: var(--amarelo-detalhe);
}

.locationlabel {
    /* padding-top: 170px; */
    background-color: var(--preto);
    display: flex;
    align-items: center;
    height: auto;
}

.locationlabel .infolocation {

    padding-left: 15%;
    width: 100%;

}

.locationlabel .infolocation a {
    color: var(--cinza-location);

    padding: 10px;
}

.locationlabel .infolocation a:hover div {
    color: var(--amarelo);
}

.iteminfo {
    max-width: 625px !important;
    height: 615px;
    width: 100%;
    /* height: 100%  !important; */
}

.itemshow {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 0;
    min-width: 260px;
    max-width: 100% !important;
    height: 100%;
    /* width: max-content; */
    max-height: 532px;

}

.itemshow img {
    display: flex;
    max-width: 100%;
    /* max-height:100% ; */
    /* width: 100% !important; */
    height: 100% !important;
    /* aspect-ratio: 1; */
}

.descricao {
    margin-top: 1em;
    margin-bottom: 10em !important;
}

.iteminformations {
    height: 126px !important;
}

.iteminformationdetails {
    color: var(--cinza-iteminformation-detail);
}

.itembandeira img {
    width: 30px;
    border-radius: 50%;
    height: 30px;
}

.itemshowpaymantlabel {
    padding-top: 1em;
    padding-bottom: 1em;
    /* height:25rem !important; */
    border-top: 1px solid var(--cinza-label);
    border-bottom: 1px solid var(--cinza-label);

}

.itemspecialprice {
    color: var(--vermelho);
}

.descontopix {
    color: var(--cinza-pix);
}

.parcelas {
    background-color: transparent;
    border: 1px solid var(--cinza-label);
    border-radius: 8px;
    padding: 8px 5px;
    color: var(--cinza-pix);
}

.botaoquantidade {
    width: 110px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--cinza-background);
    border-radius: 8px;
    background-color: var(--cinza-botoes);
}

.botaoquantidade button {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 100%;
    border: 0;
    background-color: transparent;
    color: var(--cinza-location);

}

.botaoquantidade button:hover {
    color: var(--preto);
}

.botaocomprar {
    width: 220px;
    height: 50px;
    border-radius: 8px;
    border: 0;
    background-color: var(--preto);
    color: var(--white);
    display: flex;
    justify-content: center;
    align-items: center;
}

.botaocomprar button div {
    text-decoration: none;
    border: 0;
    color: var(--white);
    z-index: 1;
    /* transition: all 0.3s ease-in-out; */
}


.botaocomprar button:hover {
    background-color: var(--amarelo);
    border: 0;
}



.botaocomprar button:hover div {
    color: var(--preto);
    border: 0;
    background-color: var(--amarelo);

}




.botaocomprar:active {
    color: var(--preto);
    border: 0;
    background-color: var(--amarelo);
    /* animation: scaleDown 0.3s ease-in-out; */
}




@keyframes scaleDown {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(0.95);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes scaleUp {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(0.95);
    }

    100% {
        transform: scale(1);
    }
}

.item_atributo {
    max-width: 306px;
    width: 100%;
    /* aspect-ratio: 1; */
    max-height: 350px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    padding: 10px 8px;
    border: 1px solid var(--cinza);
}

.item_atributo div {
    /* width: 100%; */
    justify-content: center;
}


.itemFrete {
    width: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    border: 0;
    border-radius: 8px;
    padding: 5px 10px;
    background-color: var(--cinza);
    color: var(--frete);

}

.quantidadeitem {
    display: flex;
    background-color: transparent;
    border: 0;
    width: 2em;
    text-align: center;
}

.quantidadeitem:focus {
    outline: none;
    border: none;
}

#itens .slick-slide {
    height: auto !important;
}

.carprodutoscart {
    border: 1px solid var(--cinza-botoes);
    padding: 0.25em;
}

.carprodutoscart img {
    max-width: 100px;
    max-height: 100px;
}

.botaocompraritens {
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    padding: 4px 6px;
    border-radius: 5px;
    background-color: var(--preto);
    color: var(--amarelo);
}

.botaocompraritens a div {
    background-color: tr;
    color: var(--amarelo);
    text-decoration: none;
    border: 0;
    z-index: 1;
    transition: all 0.3s ease-in-out;
}

.botaocompraritens a div:hover {
    background-color: var(--amarelo);
    color: var(--preto);

}

.botaocompraritens:hover {
    background-color: var(--amarelo);
    color: var(--preto);

}

.emptycart {
    padding: 12px;
    background-color: var(--cinza-form);
    border: 0;
    border-radius: 8px;
}

.cartbodyshow {

    height: 100% !important;
    max-height: 80% !important;
    /* background: #000; */
}

.carprodutoscart .botao {
    background-color: var(--white);
    color: var(--preto);
    border: 0;
    opacity: 0.6;
}

.carprodutoscart .botao:hover {
    opacity: 1;
}

.carprodutoscart .cartprodutoname {
    display: flex;
    transition: all 0.3s ease;
    overflow: hidden;
    width: 100%;
    max-height: 3.1em;
}

.carprodutoscart .cartprodutoname:hover {
    color: var(--preto);
    text-decoration: underline !important;

}

.listagem {
    /* background-color: pink; */

    /* width: 81.25rem !important; */
    max-width: 100% !important;
    display: grid;
    grid-template-columns: 15% 61%;
    justify-content: center;


}

.botaoFiltro {

    max-width: 246px !important;
    width: auto;
    padding: 2rem 1rem;
    height: 3.1rem;
    border: 0;
    border-radius: 9px;

    align-items: center;
    align-content: center;
    justify-content: space-between;
    background-color: var(--amarelo);
    color: var(--black);
}

.filtragem input[type='checkbox'] {
    appearance: none;
    -webkit-appearance: none;
    width: 1.4em;
    height: 1.4em;
    border: 1px solid var(--cinza-form);
    border-radius: 0.25em;
    background-color: transparent;
    display: inline-block;
    position: relative;
    cursor: pointer;
}

.filtragem input[type='checkbox']:focus {
    outline: 0;
}


.filtragem input[type='checkbox']:checked {
    background-color: var(--preto);
    border-color: var(--preto);
}

.filtragem input[type='checkbox']:checked::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
    background-color: var(--amarelo);
    display: block;
    transform: scale(0.8);
}


.lista__wrapper {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    grid-auto-rows: 485px;
    gap: .2em;
    background-color: var(--white);
    padding: 0em 2em 1em .5em;
    border: 1px solid #551B6F;
}

.box__link__lista {
    display: grid;
    grid-template-columns: minmax(0, 100%);
    justify-content: center;
    border: 0 !important;
    position: relative;
}

.box__link__lista:hover {
    text-decoration: none;
}

.labelContagem {
    width: 100%;
    background-color: var(--cinza-botoes);
    padding: 1.3rem 2.6rem;
    border-radius: 8px;
    margin: 3px 0 8px 2px;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    z-index: 1;
    color: var(--preto);
    cursor: default;
    background-color: var(--amarelo);
    border-color: var(--amarelo);
}

.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
    z-index: 2;
    color: var(--cinza-detalhe);
    background-color: var(--white);
    border-color: var(--cinza);
}


.pagination>li>a,
.pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: var(--cinza);
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}

.selecionador select {
    width: 9.5em;
    padding: 0.75em 1em;
    background-color: var(--white);
    border: 0;
    color: var(--cinza-detalhe);
}

.botaofilter {
    margin: 4px;
    width: 35px;
    height: 35px;
    background-color: var(--amarelo);
    color: var(--preto);
    border: 1px solid var(--amarelo-detalhe);
    border-radius: 9px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    z-index: 1;
    color: var(--preto);
    cursor: default;
    background-color: var(--amarelo);
    border-color: var(--amarelo);
}

.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
    z-index: 2;
    color: var(--cinza-detalhe);
    background-color: var(--white);
    border-color: var(--cinza);
}


.pagination>li>a,
.pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: var(--cinza);
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}

.selecionador select {
    width: 9.5em;
    padding: 0.75em 1em;
    background-color: var(--white);
    border: 0;
    color: var(--cinza-detalhe);
}

.botaofilter {
    margin: 4px;
    width: 35px;
    height: 35px;
    background-color: var(--amarelo);
    color: var(--preto);
    border: 1px solid var(--amarelo-detalhe);
    border-radius: 9px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cabecalho {
    border-bottom: 1px solid var(--cinza-background);
}

.security {
    line-height: 15px;
}

.security .site {
    color: var(--cinza-iteminformation-detail);
}

.etapas_dots {
    width: 30px;
    height: 30px;
    border: 1px solid var(--cinza-form);
    border-radius: 50%;
    display: flex;
    align-content: center;
    background-color: transparent;
    color: transparent;
}

.pt-6 {
    padding-top: 4.5rem;
}

.descricao_card {
    color: var(--cinza-pix);
    max-width: 300px;
    line-height: 15px;
}

.inputcheck {
    height: 40px;
    padding: 2px 12px;
    border: 1px solid var(--cinza-form);
}

.inputcheck:focus {
    outline: 1px solid var(--amarelo);
}

.buttoncheck {
    border: 0;
    padding: 0.7rem .5rem;
    background-color: var(--preto);
    color: var(--amarelo);
}

.buttoncheck:hover {
    background-color: var(--amarelo);
    color: var(--preto);
}

.menupb {
    padding-bottom: 2.5vw;
}

.acheck {
    color: var(--cinza);
}

.acheck:hover {
    color: var(--cinza-detalhe);
}

.checkout-step {
    width: 30px;
    height: 30px;
    border: 1px solid var(--cinza-form);
    border-radius: 50%;
    display: flex;
    align-content: center;
    background-color: white;
    color: transparent;
}

.checkout-step.active {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    background-color: var(--preto);
    color: var(--amarelo);
}

.checkout-step.active span {

    color: var(--amarelo);
}

.checkout-step span {
    color: transparent;
}

.form-card {
    padding: 3em;
    border: 1px solid var(--cinza-form);
    box-shadow: 2px 2px 10px var(--cinza);
}

.inputshipping_text {
    height: 44px;
    border: 1px solid var(--cinza);
    min-width: 21.58em;
    max-width: 50vw;

    width: calc(21.58em - 33vw) !important;
    padding: 0 0 0 0.5rem;
}

.inputshipping_text2 {
    display: flex;
    height: 44px;
    border: 1px solid var(--cinza);
    min-width: 30% !important;
    /* max-width: 16.25em; */
    width: 100% !important;
    padding: 0 0 0 0.5rem;
}

.box_shipping {
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: start;
    min-height: 100px;
    border: 1px solid var(--cinza-form)
}

.radio input[type='radio'] {
    appearance: none;
    height: 1em;
    position: relative;
    width: 1em;
}

.radio input[type='radio']::after,
input[type='radio']::before {
    border-radius: 50%;
    position: absolute;
}

.radio input[type='radio']::after {
    background-color: var(--preto);
    /* border: 1px solid var(--preto); */
    content: '';
    height: 50%;
    left: 25%;
    transform: scale(0);
    transform-origin: center;
    transition: transform 0.2s;
    top: 25%;
    width: 50%;
}

.radio input[type='radio']::before {
    border: 1px solid var(--amarelo);
    box-sizing: border-box;
    content: '';
    height: 100%;
    width: 100%;
}

.radio input[type='radio']:checked::after {
    transform: scale(1.5);

}

.radio input[type='radio']:focus {
    outline: 0;

}

.mini_button {
    border-radius: 4px;

}

.offcanvas-header {
    background-color: var(--amarelo);
}

.offcanvas-start>.offcanvas-body a {
    font-size: 1.8rem;
    font-weight: 500;
}

.offcanvas-start>.offcanvas-body a:hover {
    transform: scale(1.02);
    font-weight: bold;
}

.card_user_account {
    box-shadow: 3px 4px 5px var(--cinza);
    display: flex !important;
    flex-direction: column;
    border: 1px solid var(--cinza) !important;
    width: 12.5em;
    height: 12.63em;
    background-color: var(--cinza-background);
    border-radius: 8px;
}

.card_user_account .card_user_title {
    height: fit-content !important;

}

.card_user_account .card_user_title * {
    border-bottom: 1px solid var(--cinza-label);
    font-weight: 800;
    margin: 00;
    /* height: fit-content !important; */
    text-align: center;
    padding: .1em 0;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    background-color: var(--amarelo);
}

.card_user_account .card_user_body {
    height: 100% !important;
    margin-top: 00;
    display: flex;
    flex-direction: column;

    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    background-color: var(--cinza-background);

}

.card_user_account .card_user_body div {
    line-height: 26px;
    padding-left: .5em;
}

.card_user_account .card_user_body div a {
    text-decoration: none;
    color: var(--preto);
    /* font-weight: 500; */

}

.card_user_account .card_user_body div a:hover {
    text-decoration: underline;
    font-weight: 700;
    font-size: 1.02em;
}

.table_order tr:nth-child(even) {
    background-color: var(--white);
}

.table_order tr:nth-child(odd) {
    background-color: var(--white);

}

.table_body {
    width: 100%;
    margin-bottom: 1rem;
    vertical-align: top;


}

.table_body thead {
    background-color: var(--amarelo);

}

.table_body thead tr td {
    padding: 8px;
    line-height: 2rem;
}

.table_body tbody tr td {
    padding: 10px;
    font-weight: 300;
    line-height: 2rem;
}

.table-hover>tbody>tr:hover {
    background-color: var(--cinza-background);
}

.table-bordered>tbody>tr>td,
.table-bordered>tbody>tr>th,
.table-bordered>tfoot>tr>td,
.table-bordered>tfoot>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th {
    border: 0;
}


.btn_detail {
    color: var(--preto);
    border: 0.1px solid var(--cinza-detalhe);
    background-color: var(--amarelo);
    margin: 5px;
    padding: 5px;
    border-radius: 2px;

    /* height: 1.563rem; */
}

.btn_detail2 {
    /* border: 0.1px solid var(--cinza-detalhe); */
    margin: 5px;
    padding: 5px !important;
    border-radius: 2px;

    /* height: 1.563rem; */
}

.space_mobile {
    padding-top: 2rem;
}

.document_space {
    overflow: auto;
    margin: 15rem 0 12rem 0;
}

.buton_finalizar_zap {
    /* margin: 10em 0; */
    border-radius: 1rem;
    max-width: 15em;
    width: 100%;
    padding: 0.85rem 1rem;
    background-color: #3CB371;
    font-weight: bold;
    color: var(--white);
    text-decoration: none;
    transition: all 0.3s ease;
}

.buton_finalizar_zap:hover {
    background-color: #2E8B57;
    transform: scale(1.03);
}

.formulario_form {
    gap: 1.2rem;
    display: flex;
    flex-direction: column;
    align-items: end;
    justify-content: end;
}

.formulario_form>div {
    display: flex;
    gap: 1em;
    align-items: center;
    /* flex-direction: column; */
}

.formulario_form>div>label {
    margin: 0;
}

.formulario_form>div input {
    padding: 0.6rem;
    border: 1px solid #ddd;
    min-width: 200px;
    width: 30vw;
}

.offcanvas.offcanvas-end {
    width: 450px !important;
}

.formulario_form>div>input:focus {
    outline: none;
}

.name_item_cart:hover {
    text-decoration: underline !important;
    color: var(--black);
}

.butons_cart {
    width: 100%;
    padding: 0 0.3em;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.butons_cart a.continue {
    color: #aaa9a9;
}

.butons_cart a.continue:hover {
    color: #777;
    text-decoration: underline;
}

.erro_mensagem {
    transition: all 0.3s ease;
    height: 0;
    overflow: hidden;
    color: red;
}