/* CONFIGS */

.d-flex {
    display: flex !important
}

li.d-flex.justify-around {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-evenly;
}

.align-center {
    align-items: center !important
}

.justify-center {
    justify-content: center !important
}

.justify-around {
    /* justify-content: space-around !important; */
}

/* ESTRUTURA-GERAL*/

@import url('https://fonts.googleapis.com/css?family=Rubik&display=swap');

@font-face {
    font-family: Poppins;
    src: url('../fonts/Poppins-Regular.ttf');
}



* {
    padding: 0;
    list-style: none !important;
    font-family: 'Poppins', sans-serif;
}



:root {

    --cor-1: #f4c148;

    --cor-2: #f5f5f5;

    --cor-3: #ffffff;

    --cor-fundo-produtos: #ffffff;

    --cor-hover: #1e6eaf;
    /*use se quiser*/

}



body {
    font-family: 'Open Sans', Arial, sans-serif !important;
    font-size: 16px !important;
    overflow-x: hidden;
    color: white !important;
    /* background: #2c2c2c !important; */
}

.faixa-info {
    background-color: var(--cor-1);
    padding: 8px 0;
}

.img-cat {
    border-radius: 5px;
    border: 1px dotted black;
    transition: all 0.3s ease;
    /* Transição suave para todas as propriedades */
    background-color: white;
}

/* 
.img-cat:hover {
    border: 1px transparent;
    background-color: var(--cor-1);
    padding: 11px;
    width: 125px;
} */

.section-cat {
    background-color: #ffffff;
}


a:hover {

    text-decoration: none !important;
    cursor: pointer;

}

.content-info{color: black;}

.content-info h2 {
    /* margin-left: 30px; */
    margin-top: 0px;
    font-size: 14px !important;
    text-align: center;
}

.btn-simple {
    margin-top: 15px;
    /* margin-left: -14px; */
    width: 100%;
    border-color: #6161619e !important;
    padding: 4px 7px !important;
    height: 30px;
    background: #0b77cf !important;
    color: white;
    justify-content: space-between;
    text-align: start !important;
}

.btn-tel {
    margin-top: 15px;
    background: #d9d9d9 !important;
    justify-content: space-between;
    width: 100%;
    /* background-color: var(--cor-1)!important; */
    font-weight: bold !important;
    text-align: start !important;
    color: #000 !IMPORTANT;
    border-color: var(--cor-1) !important;
}

.btn-tel i {
    /* margin-right: 5px; */
    font-weight: bold;
    font-size: 17px;
}

.btn-tel a {
    /* margin-left: 108px; */
    color: black !important;
    font-weight: bold !important;
    !I;
    !;
}

.content-info small {
    line-height: 20px;
    text-align: center;
    width: 100%;
    display: flex;
    margin-top: 10px;
}

.caret {

    color: #ffffff;

}

.show-on-hover {

    display: inline-block !important;

}

.btn-simple img {
    filter: invert(1)
}

.show-on-hover button {
    border: none !important;
    /* background: transparent !important; */
    display: flex;
    gap: 10px;
    box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.125) !important;
    align-items: center;
}

.btn-simple a {
    text-align: end;
    justify-content: end;
    align-content: end;
    /* margin-left: 140px; */
    display: inline-flex;
    font-weight: bold;
}

.canal-atend {
    padding: 10px 10px !important;
    margin: 5px 0px 0px !important;
    width: 280px;
    border-radius: 5px;
}

.show-on-hover:hover {

    background: transparent !important;

}

.navbar-header button {

    color: #fff;
    font-size: 21px;
    padding: 5px;

}

.btn-header {
    color: #fff;
}

.btn-header:hover {
    color: #fff !important;
}

.btn-header:focus {
    color: #fff !important;
}

.btn-log {

    border: none !important;
    background: transparent !important;
    color: #fff !important;

}

.btn-log:hover {

    border: none;

    background: transparent !important;

    color: #fff !important;

}

.box-area {
    padding: 14px !important;
    margin: 7px 6px 0px !important;
    width: 340px;
    text-align: center;
}

.btn-logar {
    background-color: var(--cor-1);
    padding: 10px;
    border-radius: 80px;
    text-align: center;
    width: 100% !important;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid var(--cor-1);
    transition: all 0.3s ease !important;
}

.btn-logar:hover {
    background-color: rgba(255, 255, 255, 0.1);
    /* Fundo levemente transparente no hover */
    color: var(--cor-1) !important;
    /* Cor do texto altera para a cor de destaque */
    border: 2px solid var(--cor-1) !important; 
    /* Adiciona borda sutil */
}

.btn-cadastre {
    font-size: 12px;
    padding-top: 3px;
    padding-bottom: 15px;
}

.content-info p {
    font-size: 14px !important;
    font-weight: 500 !important;
    font-style: none !important;
    text-transform: none !important
}

.content-info small {
    padding: 10px 0;
    border-top: 1px solid #c6c6c6;
    border-bottom: 1px solid #c6c6c6;
}

.well b{color: black;}
.table div{color: black !important;}
.cadastroEnderecoTitulo{color: black;}
.radio-inline{ color: black;}


.categ-box-area {

    margin-bottom: 10px;

}

.categ-box-area a>i {

    margin-right: 7px;

}

.btn-log img {
    width: 25px;
    /* margin-top: -10px; */
    /* margin-right: 7px; */
}

.text-cat {
    margin-top: 10px;
    font-size: 14px;
    font-weight: 100;
    text-align: center;
    color: #3d3d3d;
    /* text-transform: uppercase; */
    text-decoration: none;
}

header {
    background: #000000;
    padding: 20px 0px;
}

.todas-cat {
    background-color: var(--cor-1);
    padding: 0 10px;
}

/*Footer*/

footer {
}

footer h4 {
    color: #fff;
    font-weight: 900;
    margin-bottom: 16px;
    font-size: 20px !important;
}

footer li>a {
    color: white !important;
    font-size: 14px !important;
}

footer b {
    color: #860942;
}

footer ul>li>a {
    color: #3d3d3d;
    text-decoration: none;
    font-size: 13px;
}

footer ul>li>a:hover {
    color: #3d3d3d;
    text-decoration: none;
}

footer h5 {
    font-weight: 700;
}

footer p {}

.footer-atend i {

    font-size: 14px;
    margin-right: 5px;
    font-weight: bold;

}

.form-pgmt img {

    margin: 3px;

}

.footer-atend strong {

    font-size: 14px;
}

.img-rodape {
    width: 150px;
    margin: 0px -10px 0px -10px;
}

.icon-footer-size {
    font-size: 12px
}

.contatos {
    font-size: 16px
}

.rating {
    margin-top: 16px;
    margin-bottom: 16px;
    font-size: 8px;
}

.no_padding {
    padding: 0px !important;
}

.info-maps {
    font-size: 14px;
}



.footer-1 {
    background: #0b0b0b
        /*#f5f1f1*/
    ;
    padding-bottom: 20px;
    color: #c5c5c5 !important;
}

.footer-1 h3 {
    font-size: 18px;
    font-weight: 700;
    color: white !important;
}

.marcas-footer {
    font-size: 16px;
    text-transform: uppercase;
}

.marcas-footer a {
    border-right: 1px solid;
    padding-right: 15px;
}



.footer-2 {
    padding-bottom: 30px;
    padding-top: 30px;
}

.social-icones li {
    background: #252525;
    display: inline-block;
    width: 30px;
    height: 30px;
    padding: 7px 0px 0px 10px;
    margin-right: 5px;
}

.social-icones a {
    color: #FFF;
}





.footer-1-2 {
    background: #000000;
    padding-bottom: 20px;
    padding-top: 80px;
    color: #ffffff;
}

.footer-1-2 li {
    margin: 10px 0px 0px 0px;
}



.ajust-column {
    margin-top: 84px;
    margin-left: 47px;
}

.logo-footer {
    margin: 26px auto;
    width: 75px;
}

.logo {
    max-height: 120px;
}

.titulo-vitrine {
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
}

.titulo-vitrine p {
    font-size: 28px;
    padding-top: 20px;
    color: var(--cor-1);
    margin-bottom: 0;
    display: inline-flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    font-weight: 800;
}

.titulo-vitrine p::before,
.titulo-vitrine p::after {
    content: '';
    width: 80px;
    /* Ajuste o comprimento da linha (menor do que antes) */
    border-top: 3px solid var(--cor-1);
    /* Espessura da linha */
    margin: 0 20px;
    /* Aumenta o espaço entre o texto e a linha */
}

:focus {
    outline: none !important
}

.btn.active,
.btn:active {
    box-shadow: none !important;
}

.no-padding {
    padding: 0 !important;
}

/*CABECALHO */

.faixa-head {
    background: #212121;
    color: #FFF;
    font-size: 12px;
    height: 30px;
    line-height: 30px;
}

.faixa-head i {
    margin-right: 5px;
}

.faixa-head span {
    margin-left: 10px;
    padding-right: 15px;
    font-weight: 600;
}

.faixa-head a {
    color: #FFF;
    text-decoration: none;
}

.faixa-head a:hover {
    color: #FFF;
    text-decoration: none;
}

.faixa-head p {
    margin: 0 !important;
    color: #FFF;
    text-decoration: none;
}



.faixa-head .faixa-head-block {

    height: 30px;

    display: flex;

    justify-content: center;

    align-items: center;

}

.faixa-head .login-links {

    height: 30px;

    display: flex;

    justify-content: space-between;

    align-items: center;

    color: #0047ae;

    font-size: 12px;

}

.faixa-head .redes-links {

    height: 30px;

    display: flex;

    justify-content: space-around;

    align-items: center;

    color: #0047ae;

    font-size: 20px;

}

.info-header {

    display: flex;

    justify-content: space-between;

}

.info-header img {

    width: 35px;

    height: 35px;

    margin-right: 10px;

}

.info-header p {

    color: #0047ae;

    text-transform: uppercase;

}

.menu_flutuante {
    width: 100%;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 500;
    background: #000000;
    padding-top: 5px;
}



.btn-head {
    font-size: 13px !important;
    border: 1px solid #ccc !important;
    height: 50px !important;
    padding: 15px 0px 0px 0px !important;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.btn-head:hover {
    border: 1px solid #FFF !important;
    background-color: #fff !important;
}



#btn-carrinho {
    margin-bottom: 0px !important;
    font-size: 12px;
    color: #FFF;
}

#btn-carrinho {

    height: 75px;

    width: 90px;

    background: #CF1015;

    display: flex;

    justify-content: space-around;

    align-items: center;

    transition: all .25s;

}

#btn-carrinho:hover {

    text-decoration: none;

    background: #ae1014;

}

#btn-carrinho img {

    width: 20px;

    height: 20px;

}

#btn-carrinho span {

    color: #fff;

    text-transform: uppercase;

    font-family: 'Josefin Sans', sans-serif;

    font-size: 11px;



    line-height: 1.5;
}



/* MODAL */

#modal-exemplo {

    z-index: 99999;

}

.topo-modal {

    background: #000;

    margin-top: -10px;

    color: #FFF;

    padding: 50px;

}



.cor-x {

    position: absolute;

    background: #000;

    margin-right: -10px;

    margin-top: -30px;

    margin-left: 575px;

    height: 35px;

    width: 35px;

    border-radius: 50%;

    border: 4px solid white;

    opacity: 1 !important;

}



.cor-bolinha {

    padding: 27px 30px 0px 21px;

    background: #000;

    width: 70px;

    height: 70px;

    border-radius: 70px;

    margin: 0 auto;

    margin-top: -40px;

    margin-bottom: 20px;

}



.modal-input {

    text-transform: uppercase;

    background-color: #F4F4F4;

    border: 1px solid black;

    border-radius: 5px;

    width: 50%;

    margin-bottom: 20px;

    margin-top: -7px;

    height: 35px;

    padding-left: 10px;

    outline: none;

}



.info {

    text-transform: uppercase;

    text-align: center;

    font-size: 11px;

    margin-top: -10px;

    color: #786e7d;

}



.input-p {

    text-transform: uppercase;

    margin: 0;

    margin-top: 10px;

    color: #7e7e7e;

    font-weight: 100;

    font-size: 11px;

}



/* .modal button {

    color: #fff;

    background-color: #000;

    height: 33px;

    width: 27%;

    border: none !important;

    margin-top: 9px;

    font-size: 14px;

    font-weight: bold;

}



.modal button:hover {

    color: #fff;

    transform: scale(1.2);

}



.modal button:focus {

    outline: none !important;

} */





.modal a {

    color: #000;

    text-decoration: underline;

    cursor: pointer;

    font-weight: bold;

    font-size: 12px;

}





/*filtro moto*/



.option-header {
    height: 37px;
    border: none;
    width: 100%;
    color: white;
    background: transparent;
}

.text-garagem {
    font-size: 20px;
    margin-top: 1px;
    margin-bottom: 1px;
    color: #fff;
    text-align: center;
}

.option-header option {
    color: #000;
}

.garagem {
    display: flex;
    height: fit-content;
    margin: auto;
    list-style: none;
    padding: 0;
    position: relative;
    margin-top: 5px;
}

.garagem-car {
    justify-content: center;
    ;
    display: flex;
    align-items: center;
    background: transparent;
    top: 0;
    position: relative;
    width: 100%;
    left: 0;
    text-align: center;
    z-index: 1;
    padding: 5px 0;
    cursor: pointer;
}

.garagem-moto {
    justify-content: center;
    ;
    display: flex;
    align-items: center;
    background: transparent;
    top: 0;
    position: relative;
    width: 100%;
    left: 0;
    text-align: center;
    z-index: 1;
    padding: 5px 0;
    cursor: pointer;
}

.garagem-icon {
    font-weight: 900 !important;
    font-size: 2rem !important;
    color: #fff;
}

.info-garagem {
    vertical-align: middle;
    font-size: 16px;
    color: white;
    width: 100%;
    margin: 0 10px;
    -webkit-margin: 0 10px;
}



#btn-cart p {
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 700;
    padding-top: 12px;
    margin-bottom: 0px;
}

#btn-cart a {
    color: #fff;
    !;
    !t;
    !nt;
    !ant;
    !tant;
    !rtant;
    !irtant;
    !imrtant;
    !imprtant;
    !I;
    !;
    text-decoration: none;
}



.top-login {
    font-size: 13px;
    color: #828282;
}


.input-header::placeholder {

    color: #7d7d7d !important;
    font-size: 12px !important;


}

.categorias-container {
    padding-bottom: 25px !important;
}


.menu_flutuante img {}

.menu_flutuante form {}

.menu_flutuante {
    width: 100%;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 500;
    background: #000000;
    padding-bottom: 10px !important;
}



.btn-head {
    font-size: 13px !important;
    border: 1px solid #ccc !important;
    height: 50px !important;
    padding: 15px 0px 0px 0px !important;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.btn-head:hover {
    border: 1px solid #000 !important;
    background-color: #fff !important;
}

#btn-carrinho {
    background: #ff3535;
    color: #FFF;
    border: 1px solid #ff3535 !important;
}

#btn-carrinho:hover {
    background: #c31b1b !important;
    color: #FFF;
    border: 1px solid #c31b1b !important;
}

#btn-atend i {
    border-radius: 20px;
    border: 2px solid;
    padding: 8px;
    width: 35px;
    height: 35px;
}

#btn-atend p {
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 700;
    padding-top: 5px;
    margin-bottom: 0px;
}

#btn-atend a {
    color: #989898;
    text-decoration: none;
}

#btn-atend {
    padding-top: 10px;
    margin-bottom: 0px !important;
}



#btn-cart p {
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 800;
    padding-top: 13px;
    margin-bottom: 0px;
    color: #1d1d1d;
}

#btn-cart a {
    color: #000;
    text-decoration: none;
    color: black;
    font-weight: 100;
}



.top-login {
    font-size: 13px;
    color: #828282;
    overflow: hidden;
}

.top-login .input-group {
    background: #f9f9f9;
    border-radius: 50px
}

.btn-busca {
    color: var(--cor-1) !important;
    border: none !important;
    /* height: 60px !important; */
    border-radius: 17px !important;
    margin-right: 19px;
    /* padding-top: 10px !important; */
    background: none !important;
    /* padding-bottom: 10px !important; */
    font-size: 12px !important;
    width: 29px !important;
}

.btn-busca {
    width: 44px !important;
    height: 44px !important;
    display: flex !important;
    align-items: center;
    padding: 5px !important;
}

.span-icon {
    color: #616161;
    font-size: 15px;
}

.input-header {
    color: rgb(56, 56, 56) !important;
    border: none !important;
    background: none !important;
    border-radius: 50px !important;
    box-shadow: none !important;
}



#btn-cart {
    margin: 0px !important;
    display: flex;
    align-items: center;
}



/* BANNER PRINCIPAL */

.banner-loja {
    /* margin-bottom: 10px; */
}

.banner-loja img {
    width: 100%;
}

.info-box h4 {
    font-size: 12px;
    margin-top: 5px;
    margin-bottom: 5px;
    line-height: 19px;
    color: #6b6b6b;
}

.info-box {
    margin-bottom: 20px;
    border: 1px solid #b3b3b3;
    padding: 5px;
    border-radius: 5px;
}

.banner-crianca {
    border-top: 4px solid #e31914;
}

.thumbnail-image-marcas img {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    margin: 0 auto;
    height: 120px;
    width: 190px !important;
    /* -webkit-filter: grayscale(100%); */
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    margin-top: 30px;
    /* filter: grayscale(100%); */
    /* opacity: 0.6; */
}

.thumbnail-image-marcas img:hover {
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: grayscale(0%);
    opacity: 1.0;
}



/*Mini-banners*/

.brilho {
    position: absolute;
    background-color: #fff;
    height: 170px;
    transition: all .2s linear;
    opacity: 0;
}

.brilho:hover {
    opacity: 0.1;
}

.brilho1 {
    position: absolute;
    background-color: #fff;
    height: 240px;
    transition: all .2s linear;
    opacity: 0;
}

.brilho1:hover {
    opacity: 0.1;
}



/* NEWSLETTER */

.newsletter {
    background: var(--cor-1);
    color: #FFF;
    font-size: 20px;
    /* font-weight: 700; */
}

.newsletter {
    position: relative;
    transform: translatey(50%);
    width: 1210px;
    border-radius: 80px;
    padding: 10px;
}

.newsletter button {
    background-color: white !important;
    border-color: white !important;
    width: 100%;
}

.newsletter .row {

    width: 100%;

}

#cart_itens {
    background: #2286cd;
    border-radius: 40px;
    width: 30px;
    height: 30px;
    padding: 5px 0px 0px 10px;
    font-size: 14px;
    position: absolute;
    top: -17px;
}

#comprar_agora {
    cursor: pointer;
    padding: 10px;
    color: #000 !important;
    font-weight: 700;
}

.qtyminus,
.qtyplus {
    cursor: pointer;
    padding: 10px;
    margin-top: -2px;
}


/* SPRITES */

.pagamentos {
    background: url('../img/sprite.png') no-repeat;
    height: 40px;
    width: 150px;
}

.img-pag {
    margin: 0px;
    width: 40px;
}

.moip {
    background-position: -27px -83px;
}

.bcash {
    background-position: -27px -190px;
}

.paypal {
    background-position: -27px -142px;
}

.pagseguro {
    background-position: -27px -31px;
}

.box-vitrine {

    padding: 16px;

    margin-top: -24px;

    background-color: #000;

    border: 1px solid #000;

    border-radius: 10px;

    position: relative;

    box-shadow: 0px 3px 6px 0px rgb(100 100 100 / 19%);

}

.a-cat img {
    width: 100%;
    padding: 7px;
    border-radius: 50%;
    border: 2px solid transparent;
    transition: all .5s;
}

.a-prod {
    position: relative;
    display: block;
    text-decoration: none !important;
}

.a-cat {
    position: relative;
    display: block;
    text-decoration: none !important;
}

.a-cat p {
    color: #000 !important;
    font-size: 16px;
}

.img-prod {
    width: 100%;
    transition: all .7s ease-in-out;
    border-radius: 8px;
}

/* MEGAMENU */

nav {
    display: flex;
    justify-content: center;
    ;
}

.navbar-nav>li>.dropdown-menu {
    padding: 8px 24px 23px 13px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    background: rgb(255, 255, 255);
    width: auto !important;
    z-index: 999999 !important;
}

.mega-menu {
    border-radius: 0px !important;
    margin-bottom: 0px !important;
    background: #2c2c2c;
    /* padding: 0px 0px 7px 0px; */
    box-shadow: 0 8px 10px rgba(0, 0, 0, 0.2) !important;
}

.navbar-nav > li > a {
    text-align: center !important;
    font-size: 14px !important;
    height: 60px !important;
    align-items: center !important;
    display: flex !important;
    color: rgb(255, 255, 255) !important;
    gap: 12px !important;
    padding: 4px !important;
    line-height: 1.429 !important;
    justify-content: center !important;
    transition: color 0.2s ease, transform 0.2s ease !important; 
}

.navbar-nav > li > a:hover {
    color: var(--cor-1) !important;
}


.navbar {
    /* height: 2px !important; */
}

.navbar-nav>li {
    height: 60px;
}


.nav>li>a:focus,
.nav>li>a:hover,
.nav>li:hover>a>span>img {
    filter: (0)
}


/* .nav>li:hover>a img, .nav>li>a:focus img{filter: invert(0) !important; */

/* muda a cor dos icones de categorias no hover, remova se der problema */

/* funciona apenas para icones img */

/* reverte a cor, entao nao funciona apenas para a cor branca */
}



.btn:hover {
    font-weight: bold;
}



.dropdown-toggle {

    background-color: transparent !important;

    /* remove o fundo branco do bootstrap */

}

.navbar-nav {
    height: 49px !important;
    display: inline-flex;
    overflow: hidden;
    width: 100%;
    /* margin-right: 35px !important; */
    !I;
    !;
    align-items: center;
    justify-content: space-between;
    /* margin: 3px 0px !important; */
    !i;
    !;
}

.navbar-collapse {
    padding: 0px !important;
    text-align: center;
}

.mega-dropdown {
    position: static !important;
    /* margin-right: 30px; */
    /* width: 50%; */
}

.mega-dropdown-menu {
    padding: 20px 0px;
    width: 100%;
    box-shadow: none;
    -webkit-box-shadow: none;
    left: inherit !important;
}

.mega-dropdown-menu>li>ul>li {
    list-style: none;
}

.mega-dropdown-menu>li>ul>li>a {
    display: block;
    clear: both;
    font-weight: normal;
    line-height: 1.428571429;
    color: #000000;
    /* white-space: normal; */
    font-weight: bold;
    border-radius: 2px;
    transition: all .25s;
}

.mega-dropdown-menu>li ul>li>a:hover {
    text-decoration: none;
    color: var(--cor-1);
    background-color: #fff;
}

.mega-dropdown-menu>li>ul>.dropdown-header>a:hover {

    background-color: transparent;

}

.mega-dropdown-menu .dropdown-header a {
    /* text-transform: uppercase; */
    /* letter-spacing: 1px; */
    color: var(--cor-1) !important;
    font-size: 15px;
    padding: 6px 0px 10px;
}

.dropdown-header {
    padding: 0px !important;
    cursor: pointer;
}

.dropdown-menu li:hover .sub-menu {
    visibility: visible;
}

.dropdown:not(.nohover):hover .dropdown-menu {
    display: flex;
    flex-wrap: wrap;
}

.sub-menu {
    left: auto !important;
    border: none !important;
    padding: 0px 0 !important;
}

.sub-menu>li>a {
    padding: 5px 20px 5px 20px !important;
    color: #000 !important;
    font-size: 12px !important;
    text-transform: uppercase;
    transition: all 0.25s;
}

.sub-menu>li>a:hover {
    color: #000 !important;
    font-weight: bold;
    background-color: #fff;
}

.sub-categoria {
    font-size: 13px;
    /* font-weight: bold !important; */
    !I;
    !;
    margin-left: 10px;
    color: #6d6d6d !important;
    !I;
    !;
    margin: 10px 0px 10px 10px;
}



.nav-icones p {
    margin: 0px 0px 5px 0px;
    text-align: center;
}

.navbar-nav .icon>img {
    height: 25px;
    width: 25px;
    margin-inline: auto;
    display: inline-block;
    /* margin-right: 7px; */
}



.nivel-3-pai:hover .terceiro-nivel {
    display: block;
}

.nivel-3-pai {
    position: relative;
}

.nivel-3 {
    position: absolute;
    background: #fff;
    width: 128px;
    top: 0px;
    display: none;
}

.terceiro-nivel {
    display: block;
    left: 197px !important;
    top: 0;
    background-color: white;
    background: white;
    height: auto;
    margin-left: 14px;
    font-weight: 100;
}

.terceiro-nivel li a {

    padding: 5px 20px 5px 20px;

    border-radius: 5px;

    margin: 0;

    color: white;

}

.iconeHeader {
    width: 25px;
}

/*Menu mobile*/

.menu-mobile {
    display: none
}

#menu-check {
    display: none;
}

.menu-btn {
    width: 38px;
    height: 38px;
}

.carrinho-mobile {
    width: 38px;
    height: 38px;
}

.mobile-header {
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 5px;
    display: none;
    margin-left: -5px;
    background-color: black !important;
}

.m-mobile {
    display: none;
    width: 80%;
    height: 5000px;
    background-color: #f4f4f4;
    left: -800px;
    top: 0;
    transition: all .8s ease-in-out;
    position: absolute;
    z-index: 998;
}

.m-titulo {
    background-color: #000;
    height: 90px;
    line-height: 80px;
}

.m-titulo-texto {
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin-left: 60px;
    margin-top: -60px;
    line-height: 10px;
}

.m-titulo label {
    color: #fff;
    font-size: 16px;
}

.m-titulo #minhaconta {
    font-size: 20px;
}

.m-titulo img {
    margin-left: 10px;
    margin-top: 5px;
    width: 36px;
    height: 36px;
}

.item-menu-m {
    cursor: pointer;
    text-decoration: none;
}

.item-menu-m i {
    transition: all .4s ease-in-out;
}

.item-menu-m:hover i {
    transform: rotate(180deg);
}

.item-menu-m a {
    text-decoration: none;
}

.item-menu-m a:hover {
    text-decoration: none;
    color: #000;
}

#menu-check:checked~.m-mobile {
    transform: translateX(800px);
}

.barra-pesquisa {
    display: none;
    padding: 10px 20px;
}

.mobile-logout {
    color: #fff;
    float: right;
    margin-right: 15px;
}

.mobile-logout i {
    margin-left: 3px;
}

.mobile-logout:hover {
    text-decoration: none;
    color: #fff;
}

#minhaconta i {
    margin-left: 3px;
}

.categoria-nome {
    color: #333 !important;
    text-align: left !important;
}

.categoria-nome i {
    float: right;
    margin-right: 10px;
    color: #909090 !important;
}

.subcategoria-nome {
    margin-left: 10px;
    font-size: 16px !important;
    text-transform: lowercase;
}

.sub-sub-categoria {
    margin-left: 20px;
    color: #5a5a5a;
    font-size: 14px;
}

.cat-garagem {
    display: flex;
    justify-content: center;
}

.mobile-header {
    background-color: white;
    padding: 10px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0;
    /* height: 102px; */
}

.mobile-header p {
    margin: 0;
    font-size: 16px;
    color: BLACK;
    margin-bottom: 5px;
}

.mobile-header a {
    font-size: 18px;
    margin: 0;
    color: var(--cor-1);
}

.mobile-header i {
    font-size: 18px;
    color: var(--cor-1);
}

.content-garagem {
    margin-right: -6px;
}

.contador-carrinho {
    color: #FFF;
    background: var(--cor-1);
    font-weight: bold;
    height: 15px;
    width: 15px;
    border-radius: 10px;
    text-align: center;
    position: absolute;
    right: -15px;
    top: -6px;
    font-size: 10px;
}

.sacola-link-wrapper {

    position: relative;

}

.badge {
    position: absolute;
    top: 0px;
    right: 35px;
    padding: 4px 7px !important;
    border-radius: 50% !important;
    background-color: var(--cor-1) !important;
    font-size: 11px !important;
    font-weight: bold !important;
    color: #FFF !important;
}

/* CARROSSEL DE PRODUTOS */

.owl-theme .owl-controls .owl-buttons div {
    position: absolute;
    border-radius: 0px !important;
    margin: 0px !important;
    padding: 3px 5px !important;
    background: transparent !important;
}

.owl-theme .owl-controls .owl-buttons .owl-prev {
    left: 0px;
    top: 28%;
}

.owl-theme .owl-controls .owl-buttons .owl-next {
    right: 0px;
    top: 28%;
}

.owl-pagination {
    display: none;
    align-items: center;
    justify-content: center;
}

.input-group input::placeholder {

    color: black;

    z-index: 99999;

}



/* MEDIA SCREEN */





@media (max-width: 992px) {



    header {

        display: none !important;

    }



    .icone-sacola {
        width: 30px;
        stroke: var(--cor-1);
        height: 30px;
    }

    .icone-burguer-mobile {
        fill: var(--cor-1);
        width: 30px;
        height: 30px;
    }

    .container-busca-mobile {

        background-color: #FFF;

        border-radius: 1000px;

    }

    .cat-garagem {
        display: block;
    }

    .navbar-collapse {
        padding-right: 15px;
        padding-left: 15px;
    }

    .navbar-nav>li>.dropdown-menu {
        background: #fff !important;
    }

    .logo {
        margin: 0 auto;
        padding-top: 5px;
        max-height: 125px;
        position: relative;
    }

    .navbar-nav {
        height: auto !important;
        margin: 0px !important;
    }

    .owl-buttons {
        display: none;
    }

    #btn-pedido {
        width: 100%;
    }

    .menu-mobile {
        display: block;
        background-color: black !important;
    }

    .box-vitrine {
        margin-top: -8px;
    }

    .menu-desktop {
        display: none;
    }

    #atend {
        display: none;
    }

    .garagem-car {
        display: block;
    }

    .garagem-moto {
        display: block;
    }

    .content-garagem {
        width: none;
    }

    .faixa-head {
        text-align: center !important;
    }

    .menu_flutuante {
        display: none !important;
        ;
    }

    .navbar-nav>li>a {
        font-size: 14px;
        padding: 10px 0px !important;
        flex-direction: row;
        justify-content: space-between;
    }

    .sub-menu>li>a {
        padding: 10px 0px 10px 18px !important;
    }

    .padding-0 {
        padding: 15px !important;
    }

    .navbar-collapse {
        padding-right: 15px;
        padding-left: 15px;
    }

    .navbar-nav>li>.dropdown-menu {
        background: transparent !important;
    }

    .logo {
        margin: 0 auto;
        padding: 10px
    }

    .navbar-nav {
        height: auto !important;
        margin: 0px !important;
        display: block;
    }

    .owl-buttons {
        display: none;
    }

    #btn-carrinho {
        margin-bottom: 15px;
    }

    #btn-atend {
        margin-top: 10px !important;
    }

    .m-mobile {
        display: block;
    }

    .mobile-header {
        display: flex;
    }

    .barra-pesquisa {
        display: block;
    }

    .navbar-nav {



        width: 100%;
    }

    .logo-mobile {
        width: 70%;
        /* filter: invert(1); */
        margin: 0 auto;
    }

    .header-cat-mobile {
        background-color: #49A011;
        color: #fff;
    }

    .nav>li>a:hover {
        border-top: none;
    }

    .menu-desktop {
        display: none;
    }

    .faixa-head {
        display: none;
    }

    .menu_flutuante {
        display: none !important;
    }

    #btn-topo {
        display: none;
    }

    .fixme {
        display: none;
    }

    .faixa-head {
        text-align: center;
    }

    .input-header {
        width: 99% !important;
        border-color: #c0c0c0 !important;
        height: 42px !important;
    }

    .icones {
        display: none;
    }

    .mega-dropdown-menu .dropdown-header a {
        color: #000;
    }

    .sub-menu>li>a {
        color: #333 !important;
        background-color: transparent;
        font-size: 14px !important;
        padding: 5px 0px !important;
        text-transform: capitalize;
    }

    .nav .open>a,
    .nav .open>a:focus,
    .nav .open>a:hover {
        background-color: transparent !important;
    }

    .nav>li>a:hover {
        background-color: transparent !important;
    }

    .navbar-nav>li {
        border-bottom: 1px solid #e5e5e5;
        height: auto;
        padding: 0px 20px;
    }

    .mostrar {
        display: none
    }

    .minibanner {
        display: none;
    }

    .texto-newsletter {
        margin-left: 0px;
    }

    .btn-header {
        border-radius: 0px 10px 10px
    }

    .newsletter {
        padding-bottom: 10px;
    }

}

/* media tablet */

@media (max-width: 991px) {

    .dropdown-todas-categorias {

        position: absolute !important;

        background: #000 !important;

    }

    .container-burguer-tablet {

        display: none !important;

    }

    .ul-todas-categorias {

        margin: 0 !important;

        width: 40%;

    }



    .newsletter .container {

        display: flex;

        align-items: center;

        justify-content: center;



        padding: 20px 0;

    }



    .minibanner .container .row {

        /* os banners do site */

        width: 100%;

        display: flex;

    }

}

@media (min-width: 1200px) {}

#tarja-slide .container {
    display: flex;
    align-items: center;
    min-height: 100px;
}

#tarja-slide {
    min-height: 100px !important;
    background-color: #2c2c2c;
}

#tarja-slide .conteiner {
    background: #fff;
    /* padding: 12px 0; */
    border-radius: 8px;
    box-shadow: none;
}

[data-theme="dark"] #tarja-slide .conteiner {
    /* background: var(--cor_fundo); */
    border: 0;
}

#tarja-slide ul li:hover {
    opacity: 0.8;
}

#tarja-slide ul li {
    display: flex;
    align-items: center;
    /* margin-bottom: 55px; */
    flex: 1;
    justify-content: center;
}

.efect ::after {
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    left: 0;
    top: 22px;
    border: 5px solid #dfdfdf;
    border-radius: 50%;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

[data-theme="dark"] #tarja-slide .icon {
    border: 1px solid var(--cor_botao_hover);
}

#tarja-slide .icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 54px;
    height: 54px;
    /* margin-right: 16px; */
    border-radius: 50%;
    /* color: var(--cor_botao); */
    font-size: 1.4rem;
    border: 0;
}

#tarja-slide .first-line {
    text-transform: uppercase;
    font-size: 14px;
    margin-left: 3px;
    color: var(--cor-1);
}

@media (max-width: 768px) {
    .btn-vhip-padding{padding-bottom: 40px;}
    
    .faixa-info{
        display: none;
    }
    
    .container-info{
        padding: 40px 0;
    }

    .newsletter {
        position: relative;
        transform: translatey(20%);
        width: 1170px;
        border-radius: 10px;
        padding: 10px;
    }

    .item-al {
        width: 100% !important;
    }

    #tarja-slide .first-line {
        font-size: 0.775rem;
    }

    #tarja-slide .icon svg {
        width: 34px !important;
    }

    #tarja-slide .text {
        font-size: 0.775rem;
    }

    .abas-conta li {
        display: block !important;
    }

    .abas-conta li a {
        font-size: 0.675rem !important;
        padding: 6px;
    }
}

[data-theme="dark"] #tarja-slide,
[data-theme="dark"] #tarja-slide .first-line {
    color: var(--cor_titulos);
}

#tarja-slide .icon svg {
    width: 3.6em;
    height: 2.4em;
    /* fill: var(--cor_botao); */
}

[data-theme="dark"] #tarja-slide .icon svg {
    width: 1.4em;
    height: 1.04em;
    fill: var(--cor_botao_hover);
}

#tarja-slide ul {
    list-style-type: none;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.input-teste {
    display: flex !important;
    align-items: center !important;
    gap: 25px !important;
}

.titulo-categorias h3 {
    font-weight: 800 !important;
    font-size: 28px !important;
}

.icones-siga-nos {
    filter: invert();
    width: 25px !important;
}

.precisa-ajuda {
    width: 100% !important;
    padding: 10px;
    color: black;
    background-color: var(--cor-1);
    margin-top: 10px;
    border: none !important;
    border-radius: 50px !important;
}

.btn-blog {
    display: flex !important;
    gap: 8px !important;
    align-items: center !important;
    color: rgb(255, 255, 255) !important;
    font-weight: 800 !important;
    padding: 0 !important;
}

.btn-blog p {
    margin: 0 !important;
    text-decoration: underline !important;
}

.card-body h5 {
    font-weight: 800 !important;
    margin-bottom: 0;
    font-size: 14px !important;
}

.mini-text {
    font-size: 14px;
    margin-bottom: 20px !important;
}

.card-body small {}

.ver-mais-marcas {
    color: black !important;
    text-decoration: underline;
    margin-top: 20px !important;
    font-size: 14px;
}

/* animação de fade in pros produtos da index */
@keyframes fadeIn {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.fade-in {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 1s ease-out, transform 1s ease-out;
}

.fade-in.animate {
    opacity: 1;
    transform: translateY(0);
    animation: fadeIn 1s ease-out forwards;
}


.input-newsletter {
    border-radius: 50px !important;
}

.btn-newsletter {
    border-radius: 50px !important;
}

.informacoes-index {
    padding: 80px 0;
    color: black !important;
}

.container-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.btn-vhip-2 {
    padding: 10px 20px;
    background-color: rgb(71, 71, 71);
    color: white;
    border-radius: 10px;
    font-size: 14px;
    text-align: center;
    text-decoration: none;
    /* Remove underline */
    transition: all 0.3s ease !important;
    /* Transição suave */
    border: 2px solid rgb(71, 71, 71)
}

.btn-vhip-2:hover {
    background-color: transparent;
    /* Fundo levemente transparente no hover */
    color: white;
    /* Cor do texto altera para a cor de destaque */
    border: 2px solid rgb(71, 71, 71);
    /* Adiciona borda sutil */
}

.btn-vhip-1 {
    padding: 10px 20px;
    background-color: var(--cor-1);
    color: black;
    border-radius: 10px;
    font-size: 14px;
    text-align: center;
    text-decoration: none;
    /* Remove underline */
    transition: all 0.3s ease !important;
    /* Transição suave */
    border: 2px solid var(--cor-1)
}

.btn-vhip-1:hover {
    background-color: transparent;
    /* Fundo levemente transparente no hover */
    color: var(--cor-1);
    /* Cor do texto altera para a cor de destaque */
    border: 2px solid var(--cor-1);
    /* Adiciona borda sutil */
}

.container-info h3 {
    font-weight: bolder;
}

@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: 1;
    }

    50% {
        transform: scale(1.1);
        opacity: 0.7;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}

.whatsapp-flutuante {
    right: 30px !important;
    position: fixed;
    bottom: 26px;
    font-family: fontawesome;
    text-align: center;
    width: 60px;
    z-index: 1020;
    height: 60px;
    border: none;
    box-shadow: 0 4px 8px #29a25921;
    border-radius: 50px;
    background: #53CE5D;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-content: center;
    animation: pulse 1.85s infinite cubic-bezier(.8, 0, 0, .8) !important;
}

.whatsapp-flutuante-botao svg {
    width: 60px;
    height: 60px;
    padding: 12px;
    fill: #fff;
}

#btnSubir {
    position: fixed;
    bottom: 100px;
    right: 30px;
    display: none;
    background-color: #505050;
    color: white;
    border: none;
    width: 60px;
    height: 60px;
    padding: 12px;
    border-radius: 50px;
    cursor: pointer;
    font-size: 16px;
    z-index: 1000;
  }

  #btnSubir:hover {
    background-color: var(--cor-1);
  }

.btn-vhip-padding{padding-top: 15px; text-align: center;}

.custom-spinner {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    border: 0.25rem solid #ccc;
    border-top: 0.25rem solid var(--cor-1);
    border-radius: 50%;
    animation: spin 0.75s linear infinite;
    margin: auto;
}

@keyframes spin {
    to { transform: rotate(360deg); }
}
/* CONFIGS */

.d-flex {
    display: flex !important
}

li.d-flex.justify-around {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-evenly;
}

.align-center {
    align-items: center !important
}

.justify-center {
    justify-content: center !important
}

.justify-around {
    /* justify-content: space-around !important; */
}

/* ESTRUTURA-GERAL*/

@import url('https://fonts.googleapis.com/css?family=Rubik&display=swap');

@font-face {
    font-family: Poppins;
    src: url('../fonts/Poppins-Regular.ttf');
}



* {
    padding: 0;
    list-style: none !important;
    font-family: 'Poppins', sans-serif;
}



:root {

    --cor-1: #f4c148;

    --cor-2: #f5f5f5;

    --cor-3: #ffffff;

    --cor-fundo-produtos: #ffffff;

    --cor-hover: #1e6eaf;
    /*use se quiser*/

}



body {
    font-family: 'Open Sans', Arial, sans-serif !important;
    font-size: 16px !important;
    overflow-x: hidden;
    color: white !important;
    /* background: #2c2c2c !important; */
}

.faixa-info {
    background-color: var(--cor-1);
    padding: 8px 0;
}

.img-cat {
    border-radius: 5px;
    border: 1px dotted black;
    transition: all 0.3s ease;
    /* Transição suave para todas as propriedades */
    background-color: white;
}

/* 
.img-cat:hover {
    border: 1px transparent;
    background-color: var(--cor-1);
    padding: 11px;
    width: 125px;
} */

.section-cat {
    background-color: #ffffff;
}


a:hover {

    text-decoration: none !important;
    cursor: pointer;

}

.content-info{color: black;}

.content-info h2 {
    /* margin-left: 30px; */
    margin-top: 0px;
    font-size: 14px !important;
    text-align: center;
}

.btn-simple {
    margin-top: 15px;
    /* margin-left: -14px; */
    width: 100%;
    border-color: #6161619e !important;
    padding: 4px 7px !important;
    height: 30px;
    background: #0b77cf !important;
    color: white;
    justify-content: space-between;
    text-align: start !important;
}

.btn-tel {
    margin-top: 15px;
    background: #d9d9d9 !important;
    justify-content: space-between;
    width: 100%;
    /* background-color: var(--cor-1)!important; */
    font-weight: bold !important;
    text-align: start !important;
    color: #000 !IMPORTANT;
    border-color: var(--cor-1) !important;
}

.btn-tel i {
    /* margin-right: 5px; */
    font-weight: bold;
    font-size: 17px;
}

.btn-tel a {
    /* margin-left: 108px; */
    color: black !important;
    font-weight: bold !important;
    !I;
    !;
}

.content-info small {
    line-height: 20px;
    text-align: center;
    width: 100%;
    display: flex;
    margin-top: 10px;
}

.caret {

    color: #ffffff;

}

.show-on-hover {

    display: inline-block !important;

}

.btn-simple img {
    filter: invert(1)
}

.show-on-hover button {
    border: none !important;
    /* background: transparent !important; */
    display: flex;
    gap: 10px;
    box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.125) !important;
    align-items: center;
}

.btn-simple a {
    text-align: end;
    justify-content: end;
    align-content: end;
    /* margin-left: 140px; */
    display: inline-flex;
    font-weight: bold;
}

.canal-atend {
    padding: 10px 10px !important;
    margin: 5px 0px 0px !important;
    width: 280px;
    border-radius: 5px;
}

.show-on-hover:hover {

    background: transparent !important;

}

.navbar-header button {

    color: #fff;
    font-size: 21px;
    padding: 5px;

}

.btn-header {
    color: #fff;
}

.btn-header:hover {
    color: #fff !important;
}

.btn-header:focus {
    color: #fff !important;
}

.btn-log {

    border: none !important;
    background: transparent !important;
    color: #fff !important;

}

.btn-log:hover {

    border: none;

    background: transparent !important;

    color: #fff !important;

}

.box-area {
    padding: 14px !important;
    margin: 7px 6px 0px !important;
    width: 340px;
    text-align: center;
}

.btn-logar {
    background-color: var(--cor-1);
    padding: 10px;
    border-radius: 80px;
    text-align: center;
    width: 100% !important;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid var(--cor-1);
    transition: all 0.3s ease !important;
}

.btn-logar:hover {
    background-color: rgba(255, 255, 255, 0.1);
    /* Fundo levemente transparente no hover */
    color: var(--cor-1) !important;
    /* Cor do texto altera para a cor de destaque */
    border: 2px solid var(--cor-1) !important; 
    /* Adiciona borda sutil */
}

.btn-cadastre {
    font-size: 12px;
    padding-top: 3px;
    padding-bottom: 15px;
}

.content-info p {
    font-size: 14px !important;
    font-weight: 500 !important;
    font-style: none !important;
    text-transform: none !important
}

.content-info small {
    padding: 10px 0;
    border-top: 1px solid #c6c6c6;
    border-bottom: 1px solid #c6c6c6;
}

.well b{color: black;}
.table div{color: black !important;}
.cadastroEnderecoTitulo{color: black;}
.radio-inline{ color: black;}


.categ-box-area {

    margin-bottom: 10px;

}

.categ-box-area a>i {

    margin-right: 7px;

}

.btn-log img {
    width: 25px;
    /* margin-top: -10px; */
    /* margin-right: 7px; */
}

.text-cat {
    margin-top: 10px;
    font-size: 14px;
    font-weight: 100;
    text-align: center;
    color: #3d3d3d;
    /* text-transform: uppercase; */
    text-decoration: none;
}

header {
    background: #000000;
    padding: 20px 0px;
}

.todas-cat {
    background-color: var(--cor-1);
    padding: 0 10px;
}

/*Footer*/

footer {
}

footer h4 {
    color: #fff;
    font-weight: 900;
    margin-bottom: 16px;
    font-size: 20px !important;
}

footer li>a {
    color: white !important;
    font-size: 14px !important;
}

footer b {
    color: #860942;
}

footer ul>li>a {
    color: #3d3d3d;
    text-decoration: none;
    font-size: 13px;
}

footer ul>li>a:hover {
    color: #3d3d3d;
    text-decoration: none;
}

footer h5 {
    font-weight: 700;
}

footer p {}

.footer-atend i {

    font-size: 14px;
    margin-right: 5px;
    font-weight: bold;

}

.form-pgmt img {

    margin: 3px;

}

.footer-atend strong {

    font-size: 14px;
}

.img-rodape {
    width: 150px;
    margin: 0px -10px 0px -10px;
}

.icon-footer-size {
    font-size: 12px
}

.contatos {
    font-size: 16px
}

.rating {
    margin-top: 16px;
    margin-bottom: 16px;
    font-size: 8px;
}

.no_padding {
    padding: 0px !important;
}

.info-maps {
    font-size: 14px;
}



.footer-1 {
    background: #0b0b0b
        /*#f5f1f1*/
    ;
    padding-bottom: 20px;
    color: #c5c5c5 !important;
}

.footer-1 h3 {
    font-size: 18px;
    font-weight: 700;
    color: white !important;
}

.marcas-footer {
    font-size: 16px;
    text-transform: uppercase;
}

.marcas-footer a {
    border-right: 1px solid;
    padding-right: 15px;
}



.footer-2 {
    padding-bottom: 30px;
    padding-top: 30px;
}

.social-icones li {
    background: #252525;
    display: inline-block;
    width: 30px;
    height: 30px;
    padding: 7px 0px 0px 10px;
    margin-right: 5px;
}

.social-icones a {
    color: #FFF;
}





.footer-1-2 {
    background: #000000;
    padding-bottom: 20px;
    padding-top: 80px;
    color: #ffffff;
}

.footer-1-2 li {
    margin: 10px 0px 0px 0px;
}



.ajust-column {
    margin-top: 84px;
    margin-left: 47px;
}

.logo-footer {
    margin: 26px auto;
    width: 75px;
}

.logo {
    max-height: 120px;
}

.titulo-vitrine {
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
}

.titulo-vitrine p {
    font-size: 28px;
    padding-top: 20px;
    color: var(--cor-1);
    margin-bottom: 0;
    display: inline-flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    font-weight: 800;
}

.titulo-vitrine p::before,
.titulo-vitrine p::after {
    content: '';
    width: 80px;
    /* Ajuste o comprimento da linha (menor do que antes) */
    border-top: 3px solid var(--cor-1);
    /* Espessura da linha */
    margin: 0 20px;
    /* Aumenta o espaço entre o texto e a linha */
}

:focus {
    outline: none !important
}

.btn.active,
.btn:active {
    box-shadow: none !important;
}

.no-padding {
    padding: 0 !important;
}

/*CABECALHO */

.faixa-head {
    background: #212121;
    color: #FFF;
    font-size: 12px;
    height: 30px;
    line-height: 30px;
}

.faixa-head i {
    margin-right: 5px;
}

.faixa-head span {
    margin-left: 10px;
    padding-right: 15px;
    font-weight: 600;
}

.faixa-head a {
    color: #FFF;
    text-decoration: none;
}

.faixa-head a:hover {
    color: #FFF;
    text-decoration: none;
}

.faixa-head p {
    margin: 0 !important;
    color: #FFF;
    text-decoration: none;
}



.faixa-head .faixa-head-block {

    height: 30px;

    display: flex;

    justify-content: center;

    align-items: center;

}

.faixa-head .login-links {

    height: 30px;

    display: flex;

    justify-content: space-between;

    align-items: center;

    color: #0047ae;

    font-size: 12px;

}

.faixa-head .redes-links {

    height: 30px;

    display: flex;

    justify-content: space-around;

    align-items: center;

    color: #0047ae;

    font-size: 20px;

}

.info-header {

    display: flex;

    justify-content: space-between;

}

.info-header img {

    width: 35px;

    height: 35px;

    margin-right: 10px;

}

.info-header p {

    color: #0047ae;

    text-transform: uppercase;

}

.menu_flutuante {
    width: 100%;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 500;
    background: #000000;
    padding-top: 5px;
}



.btn-head {
    font-size: 13px !important;
    border: 1px solid #ccc !important;
    height: 50px !important;
    padding: 15px 0px 0px 0px !important;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.btn-head:hover {
    border: 1px solid #FFF !important;
    background-color: #fff !important;
}



#btn-carrinho {
    margin-bottom: 0px !important;
    font-size: 12px;
    color: #FFF;
}

#btn-carrinho {

    height: 75px;

    width: 90px;

    background: #CF1015;

    display: flex;

    justify-content: space-around;

    align-items: center;

    transition: all .25s;

}

#btn-carrinho:hover {

    text-decoration: none;

    background: #ae1014;

}

#btn-carrinho img {

    width: 20px;

    height: 20px;

}

#btn-carrinho span {

    color: #fff;

    text-transform: uppercase;

    font-family: 'Josefin Sans', sans-serif;

    font-size: 11px;



    line-height: 1.5;
}



/* MODAL */

#modal-exemplo {

    z-index: 99999;

}

.topo-modal {

    background: #000;

    margin-top: -10px;

    color: #FFF;

    padding: 50px;

}



.cor-x {

    position: absolute;

    background: #000;

    margin-right: -10px;

    margin-top: -30px;

    margin-left: 575px;

    height: 35px;

    width: 35px;

    border-radius: 50%;

    border: 4px solid white;

    opacity: 1 !important;

}



.cor-bolinha {

    padding: 27px 30px 0px 21px;

    background: #000;

    width: 70px;

    height: 70px;

    border-radius: 70px;

    margin: 0 auto;

    margin-top: -40px;

    margin-bottom: 20px;

}



.modal-input {

    text-transform: uppercase;

    background-color: #F4F4F4;

    border: 1px solid black;

    border-radius: 5px;

    width: 50%;

    margin-bottom: 20px;

    margin-top: -7px;

    height: 35px;

    padding-left: 10px;

    outline: none;

}



.info {

    text-transform: uppercase;

    text-align: center;

    font-size: 11px;

    margin-top: -10px;

    color: #786e7d;

}



.input-p {

    text-transform: uppercase;

    margin: 0;

    margin-top: 10px;

    color: #7e7e7e;

    font-weight: 100;

    font-size: 11px;

}



/* .modal button {

    color: #fff;

    background-color: #000;

    height: 33px;

    width: 27%;

    border: none !important;

    margin-top: 9px;

    font-size: 14px;

    font-weight: bold;

}



.modal button:hover {

    color: #fff;

    transform: scale(1.2);

}



.modal button:focus {

    outline: none !important;

} */





.modal a {

    color: #000;

    text-decoration: underline;

    cursor: pointer;

    font-weight: bold;

    font-size: 12px;

}





/*filtro moto*/



.option-header {
    height: 37px;
    border: none;
    width: 100%;
    color: white;
    background: transparent;
}

.text-garagem {
    font-size: 20px;
    margin-top: 1px;
    margin-bottom: 1px;
    color: #fff;
    text-align: center;
}

.option-header option {
    color: #000;
}

.garagem {
    display: flex;
    height: fit-content;
    margin: auto;
    list-style: none;
    padding: 0;
    position: relative;
    margin-top: 5px;
}

.garagem-car {
    justify-content: center;
    ;
    display: flex;
    align-items: center;
    background: transparent;
    top: 0;
    position: relative;
    width: 100%;
    left: 0;
    text-align: center;
    z-index: 1;
    padding: 5px 0;
    cursor: pointer;
}

.garagem-moto {
    justify-content: center;
    ;
    display: flex;
    align-items: center;
    background: transparent;
    top: 0;
    position: relative;
    width: 100%;
    left: 0;
    text-align: center;
    z-index: 1;
    padding: 5px 0;
    cursor: pointer;
}

.garagem-icon {
    font-weight: 900 !important;
    font-size: 2rem !important;
    color: #fff;
}

.info-garagem {
    vertical-align: middle;
    font-size: 16px;
    color: white;
    width: 100%;
    margin: 0 10px;
    -webkit-margin: 0 10px;
}



#btn-cart p {
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 700;
    padding-top: 12px;
    margin-bottom: 0px;
}

#btn-cart a {
    color: #fff;
    !;
    !t;
    !nt;
    !ant;
    !tant;
    !rtant;
    !irtant;
    !imrtant;
    !imprtant;
    !I;
    !;
    text-decoration: none;
}



.top-login {
    font-size: 13px;
    color: #828282;
}


.input-header::placeholder {

    color: #7d7d7d !important;
    font-size: 12px !important;


}

.categorias-container {
    padding-bottom: 25px !important;
}


.menu_flutuante img {}

.menu_flutuante form {}

.menu_flutuante {
    width: 100%;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 500;
    background: #000000;
    padding-bottom: 10px !important;
}



.btn-head {
    font-size: 13px !important;
    border: 1px solid #ccc !important;
    height: 50px !important;
    padding: 15px 0px 0px 0px !important;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.btn-head:hover {
    border: 1px solid #000 !important;
    background-color: #fff !important;
}

#btn-carrinho {
    background: #ff3535;
    color: #FFF;
    border: 1px solid #ff3535 !important;
}

#btn-carrinho:hover {
    background: #c31b1b !important;
    color: #FFF;
    border: 1px solid #c31b1b !important;
}

#btn-atend i {
    border-radius: 20px;
    border: 2px solid;
    padding: 8px;
    width: 35px;
    height: 35px;
}

#btn-atend p {
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 700;
    padding-top: 5px;
    margin-bottom: 0px;
}

#btn-atend a {
    color: #989898;
    text-decoration: none;
}

#btn-atend {
    padding-top: 10px;
    margin-bottom: 0px !important;
}



#btn-cart p {
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 800;
    padding-top: 13px;
    margin-bottom: 0px;
    color: #1d1d1d;
}

#btn-cart a {
    color: #000;
    text-decoration: none;
    color: black;
    font-weight: 100;
}



.top-login {
    font-size: 13px;
    color: #828282;
    overflow: hidden;
}

.top-login .input-group {
    background: #f9f9f9;
    border-radius: 50px
}

.btn-busca {
    color: var(--cor-1) !important;
    border: none !important;
    /* height: 60px !important; */
    border-radius: 17px !important;
    margin-right: 19px;
    /* padding-top: 10px !important; */
    background: none !important;
    /* padding-bottom: 10px !important; */
    font-size: 12px !important;
    width: 29px !important;
}

.btn-busca {
    width: 44px !important;
    height: 44px !important;
    display: flex !important;
    align-items: center;
    padding: 5px !important;
}

.span-icon {
    color: #616161;
    font-size: 15px;
}

.input-header {
    color: rgb(56, 56, 56) !important;
    border: none !important;
    background: none !important;
    border-radius: 50px !important;
    box-shadow: none !important;
}



#btn-cart {
    margin: 0px !important;
    display: flex;
    align-items: center;
}



/* BANNER PRINCIPAL */

.banner-loja {
    /* margin-bottom: 10px; */
}

.banner-loja img {
    width: 100%;
}

.info-box h4 {
    font-size: 12px;
    margin-top: 5px;
    margin-bottom: 5px;
    line-height: 19px;
    color: #6b6b6b;
}

.info-box {
    margin-bottom: 20px;
    border: 1px solid #b3b3b3;
    padding: 5px;
    border-radius: 5px;
}

.banner-crianca {
    border-top: 4px solid #e31914;
}

.thumbnail-image-marcas img {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    margin: 0 auto;
    height: 120px;
    width: 190px !important;
    /* -webkit-filter: grayscale(100%); */
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    margin-top: 30px;
    /* filter: grayscale(100%); */
    /* opacity: 0.6; */
}

.thumbnail-image-marcas img:hover {
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: grayscale(0%);
    opacity: 1.0;
}



/*Mini-banners*/

.brilho {
    position: absolute;
    background-color: #fff;
    height: 170px;
    transition: all .2s linear;
    opacity: 0;
}

.brilho:hover {
    opacity: 0.1;
}

.brilho1 {
    position: absolute;
    background-color: #fff;
    height: 240px;
    transition: all .2s linear;
    opacity: 0;
}

.brilho1:hover {
    opacity: 0.1;
}



/* NEWSLETTER */

.newsletter {
    background: var(--cor-1);
    color: #FFF;
    font-size: 20px;
    /* font-weight: 700; */
}

.newsletter {
    position: relative;
    transform: translatey(50%);
    width: 1210px;
    border-radius: 80px;
    padding: 10px;
}

.newsletter button {
    background-color: white !important;
    border-color: white !important;
    width: 100%;
}

.newsletter .row {

    width: 100%;

}

#cart_itens {
    background: #2286cd;
    border-radius: 40px;
    width: 30px;
    height: 30px;
    padding: 5px 0px 0px 10px;
    font-size: 14px;
    position: absolute;
    top: -17px;
}

#comprar_agora {
    cursor: pointer;
    padding: 10px;
    color: #000 !important;
    font-weight: 700;
}

.qtyminus,
.qtyplus {
    cursor: pointer;
    padding: 10px;
    margin-top: -2px;
}


/* SPRITES */

.pagamentos {
    background: url('../img/sprite.png') no-repeat;
    height: 40px;
    width: 150px;
}

.img-pag {
    margin: 0px;
    width: 40px;
}

.moip {
    background-position: -27px -83px;
}

.bcash {
    background-position: -27px -190px;
}

.paypal {
    background-position: -27px -142px;
}

.pagseguro {
    background-position: -27px -31px;
}

.box-vitrine {

    padding: 16px;

    margin-top: -24px;

    background-color: #000;

    border: 1px solid #000;

    border-radius: 10px;

    position: relative;

    box-shadow: 0px 3px 6px 0px rgb(100 100 100 / 19%);

}

.a-cat img {
    width: 100%;
    padding: 7px;
    border-radius: 50%;
    border: 2px solid transparent;
    transition: all .5s;
}

.a-prod {
    position: relative;
    display: block;
    text-decoration: none !important;
}

.a-cat {
    position: relative;
    display: block;
    text-decoration: none !important;
}

.a-cat p {
    color: #000 !important;
    font-size: 16px;
}

.img-prod {
    width: 100%;
    transition: all .7s ease-in-out;
    border-radius: 8px;
}

/* MEGAMENU */

nav {
    display: flex;
    justify-content: center;
    ;
}

.navbar-nav>li>.dropdown-menu {
    padding: 8px 24px 23px 13px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    background: rgb(255, 255, 255);
    width: auto !important;
    z-index: 999999 !important;
}

.mega-menu {
    border-radius: 0px !important;
    margin-bottom: 0px !important;
    background: #2c2c2c;
    /* padding: 0px 0px 7px 0px; */
    box-shadow: 0 8px 10px rgba(0, 0, 0, 0.2) !important;
}

.navbar-nav > li > a {
    text-align: center !important;
    font-size: 14px !important;
    height: 60px !important;
    align-items: center !important;
    display: flex !important;
    color: rgb(255, 255, 255) !important;
    gap: 12px !important;
    padding: 4px !important;
    line-height: 1.429 !important;
    justify-content: center !important;
    transition: color 0.2s ease, transform 0.2s ease !important; 
}

.navbar-nav > li > a:hover {
    color: var(--cor-1) !important;
}


.navbar {
    /* height: 2px !important; */
}

.navbar-nav>li {
    height: 60px;
}


.nav>li>a:focus,
.nav>li>a:hover,
.nav>li:hover>a>span>img {
    filter: (0)
}


/* .nav>li:hover>a img, .nav>li>a:focus img{filter: invert(0) !important; */

/* muda a cor dos icones de categorias no hover, remova se der problema */

/* funciona apenas para icones img */

/* reverte a cor, entao nao funciona apenas para a cor branca */
}



.btn:hover {
    font-weight: bold;
}



.dropdown-toggle {

    background-color: transparent !important;

    /* remove o fundo branco do bootstrap */

}

.navbar-nav {
    height: 49px !important;
    display: inline-flex;
    overflow: hidden;
    width: 100%;
    /* margin-right: 35px !important; */
    !I;
    !;
    align-items: center;
    justify-content: space-between;
    /* margin: 3px 0px !important; */
    !i;
    !;
}

.navbar-collapse {
    padding: 0px !important;
    text-align: center;
}

.mega-dropdown {
    position: static !important;
    /* margin-right: 30px; */
    /* width: 50%; */
}

.mega-dropdown-menu {
    padding: 20px 0px;
    width: 100%;
    box-shadow: none;
    -webkit-box-shadow: none;
    left: inherit !important;
}

.mega-dropdown-menu>li>ul>li {
    list-style: none;
}

.mega-dropdown-menu>li>ul>li>a {
    display: block;
    clear: both;
    font-weight: normal;
    line-height: 1.428571429;
    color: #000000;
    /* white-space: normal; */
    font-weight: bold;
    border-radius: 2px;
    transition: all .25s;
}

.mega-dropdown-menu>li ul>li>a:hover {
    text-decoration: none;
    color: var(--cor-1);
    background-color: #fff;
}

.mega-dropdown-menu>li>ul>.dropdown-header>a:hover {

    background-color: transparent;

}

.mega-dropdown-menu .dropdown-header a {
    /* text-transform: uppercase; */
    /* letter-spacing: 1px; */
    color: var(--cor-1) !important;
    font-size: 15px;
    padding: 6px 0px 10px;
}

.dropdown-header {
    padding: 0px !important;
    cursor: pointer;
}

.dropdown-menu li:hover .sub-menu {
    visibility: visible;
}

.dropdown:not(.nohover):hover .dropdown-menu {
    display: flex;
    flex-wrap: wrap;
}

.sub-menu {
    left: auto !important;
    border: none !important;
    padding: 0px 0 !important;
}

.sub-menu>li>a {
    padding: 5px 20px 5px 20px !important;
    color: #000 !important;
    font-size: 12px !important;
    text-transform: uppercase;
    transition: all 0.25s;
}

.sub-menu>li>a:hover {
    color: #000 !important;
    font-weight: bold;
    background-color: #fff;
}

.sub-categoria {
    font-size: 13px;
    /* font-weight: bold !important; */
    !I;
    !;
    margin-left: 10px;
    color: #6d6d6d !important;
    !I;
    !;
    margin: 10px 0px 10px 10px;
}



.nav-icones p {
    margin: 0px 0px 5px 0px;
    text-align: center;
}

.navbar-nav .icon>img {
    height: 25px;
    width: 25px;
    margin-inline: auto;
    display: inline-block;
    /* margin-right: 7px; */
}



.nivel-3-pai:hover .terceiro-nivel {
    display: block;
}

.nivel-3-pai {
    position: relative;
}

.nivel-3 {
    position: absolute;
    background: #fff;
    width: 128px;
    top: 0px;
    display: none;
}

.terceiro-nivel {
    display: block;
    left: 197px !important;
    top: 0;
    background-color: white;
    background: white;
    height: auto;
    margin-left: 14px;
    font-weight: 100;
}

.terceiro-nivel li a {

    padding: 5px 20px 5px 20px;

    border-radius: 5px;

    margin: 0;

    color: white;

}

.iconeHeader {
    width: 25px;
}

/*Menu mobile*/

.menu-mobile {
    display: none
}

#menu-check {
    display: none;
}

.menu-btn {
    width: 38px;
    height: 38px;
}

.carrinho-mobile {
    width: 38px;
    height: 38px;
}

.mobile-header {
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 5px;
    display: none;
    margin-left: -5px;
    background-color: black !important;
}

.m-mobile {
    display: none;
    width: 80%;
    height: 5000px;
    background-color: #f4f4f4;
    left: -800px;
    top: 0;
    transition: all .8s ease-in-out;
    position: absolute;
    z-index: 998;
}

.m-titulo {
    background-color: #000;
    height: 90px;
    line-height: 80px;
}

.m-titulo-texto {
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin-left: 60px;
    margin-top: -60px;
    line-height: 10px;
}

.m-titulo label {
    color: #fff;
    font-size: 16px;
}

.m-titulo #minhaconta {
    font-size: 20px;
}

.m-titulo img {
    margin-left: 10px;
    margin-top: 5px;
    width: 36px;
    height: 36px;
}

.item-menu-m {
    cursor: pointer;
    text-decoration: none;
}

.item-menu-m i {
    transition: all .4s ease-in-out;
}

.item-menu-m:hover i {
    transform: rotate(180deg);
}

.item-menu-m a {
    text-decoration: none;
}

.item-menu-m a:hover {
    text-decoration: none;
    color: #000;
}

#menu-check:checked~.m-mobile {
    transform: translateX(800px);
}

.barra-pesquisa {
    display: none;
    padding: 10px 20px;
}

.mobile-logout {
    color: #fff;
    float: right;
    margin-right: 15px;
}

.mobile-logout i {
    margin-left: 3px;
}

.mobile-logout:hover {
    text-decoration: none;
    color: #fff;
}

#minhaconta i {
    margin-left: 3px;
}

.categoria-nome {
    color: #333 !important;
    text-align: left !important;
}

.categoria-nome i {
    float: right;
    margin-right: 10px;
    color: #909090 !important;
}

.subcategoria-nome {
    margin-left: 10px;
    font-size: 16px !important;
    text-transform: lowercase;
}

.sub-sub-categoria {
    margin-left: 20px;
    color: #5a5a5a;
    font-size: 14px;
}

.cat-garagem {
    display: flex;
    justify-content: center;
}

.mobile-header {
    background-color: white;
    padding: 10px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0;
    /* height: 102px; */
}

.mobile-header p {
    margin: 0;
    font-size: 16px;
    color: BLACK;
    margin-bottom: 5px;
}

.mobile-header a {
    font-size: 18px;
    margin: 0;
    color: var(--cor-1);
}

.mobile-header i {
    font-size: 18px;
    color: var(--cor-1);
}

.content-garagem {
    margin-right: -6px;
}

.contador-carrinho {
    color: #FFF;
    background: var(--cor-1);
    font-weight: bold;
    height: 15px;
    width: 15px;
    border-radius: 10px;
    text-align: center;
    position: absolute;
    right: -15px;
    top: -6px;
    font-size: 10px;
}

.sacola-link-wrapper {

    position: relative;

}

.badge {
    position: absolute;
    top: 0px;
    right: 35px;
    padding: 4px 7px !important;
    border-radius: 50% !important;
    background-color: var(--cor-1) !important;
    font-size: 11px !important;
    font-weight: bold !important;
    color: #FFF !important;
}

/* CARROSSEL DE PRODUTOS */

.owl-theme .owl-controls .owl-buttons div {
    position: absolute;
    border-radius: 0px !important;
    margin: 0px !important;
    padding: 3px 5px !important;
    background: transparent !important;
}

.owl-theme .owl-controls .owl-buttons .owl-prev {
    left: 0px;
    top: 28%;
}

.owl-theme .owl-controls .owl-buttons .owl-next {
    right: 0px;
    top: 28%;
}

.owl-pagination {
    display: none;
    align-items: center;
    justify-content: center;
}

.input-group input::placeholder {

    color: black;

    z-index: 99999;

}



/* MEDIA SCREEN */





@media (max-width: 992px) {



    header {

        display: none !important;

    }



    .icone-sacola {
        width: 30px;
        stroke: var(--cor-1);
        height: 30px;
    }

    .icone-burguer-mobile {
        fill: var(--cor-1);
        width: 30px;
        height: 30px;
    }

    .container-busca-mobile {

        background-color: #FFF;

        border-radius: 1000px;

    }

    .cat-garagem {
        display: block;
    }

    .navbar-collapse {
        padding-right: 15px;
        padding-left: 15px;
    }

    .navbar-nav>li>.dropdown-menu {
        background: #fff !important;
    }

    .logo {
        margin: 0 auto;
        padding-top: 5px;
        max-height: 125px;
        position: relative;
    }

    .navbar-nav {
        height: auto !important;
        margin: 0px !important;
    }

    .owl-buttons {
        display: none;
    }

    #btn-pedido {
        width: 100%;
    }

    .menu-mobile {
        display: block;
        background-color: black !important;
    }

    .box-vitrine {
        margin-top: -8px;
    }

    .menu-desktop {
        display: none;
    }

    #atend {
        display: none;
    }

    .garagem-car {
        display: block;
    }

    .garagem-moto {
        display: block;
    }

    .content-garagem {
        width: none;
    }

    .faixa-head {
        text-align: center !important;
    }

    .menu_flutuante {
        display: none !important;
        ;
    }

    .navbar-nav>li>a {
        font-size: 14px;
        padding: 10px 0px !important;
        flex-direction: row;
        justify-content: space-between;
    }

    .sub-menu>li>a {
        padding: 10px 0px 10px 18px !important;
    }

    .padding-0 {
        padding: 15px !important;
    }

    .navbar-collapse {
        padding-right: 15px;
        padding-left: 15px;
    }

    .navbar-nav>li>.dropdown-menu {
        background: transparent !important;
    }

    .logo {
        margin: 0 auto;
        padding: 10px
    }

    .navbar-nav {
        height: auto !important;
        margin: 0px !important;
        display: block;
    }

    .owl-buttons {
        display: none;
    }

    #btn-carrinho {
        margin-bottom: 15px;
    }

    #btn-atend {
        margin-top: 10px !important;
    }

    .m-mobile {
        display: block;
    }

    .mobile-header {
        display: flex;
    }

    .barra-pesquisa {
        display: block;
    }

    .navbar-nav {



        width: 100%;
    }

    .logo-mobile {
        width: 70%;
        /* filter: invert(1); */
        margin: 0 auto;
    }

    .header-cat-mobile {
        background-color: #49A011;
        color: #fff;
    }

    .nav>li>a:hover {
        border-top: none;
    }

    .menu-desktop {
        display: none;
    }

    .faixa-head {
        display: none;
    }

    .menu_flutuante {
        display: none !important;
    }

    #btn-topo {
        display: none;
    }

    .fixme {
        display: none;
    }

    .faixa-head {
        text-align: center;
    }

    .input-header {
        width: 99% !important;
        border-color: #c0c0c0 !important;
        height: 42px !important;
    }

    .icones {
        display: none;
    }

    .mega-dropdown-menu .dropdown-header a {
        color: #000;
    }

    .sub-menu>li>a {
        color: #333 !important;
        background-color: transparent;
        font-size: 14px !important;
        padding: 5px 0px !important;
        text-transform: capitalize;
    }

    .nav .open>a,
    .nav .open>a:focus,
    .nav .open>a:hover {
        background-color: transparent !important;
    }

    .nav>li>a:hover {
        background-color: transparent !important;
    }

    .navbar-nav>li {
        border-bottom: 1px solid #e5e5e5;
        height: auto;
        padding: 0px 20px;
    }

    .mostrar {
        display: none
    }

    .minibanner {
        display: none;
    }

    .texto-newsletter {
        margin-left: 0px;
    }

    .btn-header {
        border-radius: 0px 10px 10px
    }

    .newsletter {
        padding-bottom: 10px;
    }

}

/* media tablet */

@media (max-width: 991px) {

    .dropdown-todas-categorias {

        position: absolute !important;

        background: #000 !important;

    }

    .container-burguer-tablet {

        display: none !important;

    }

    .ul-todas-categorias {

        margin: 0 !important;

        width: 40%;

    }



    .newsletter .container {

        display: flex;

        align-items: center;

        justify-content: center;



        padding: 20px 0;

    }



    .minibanner .container .row {

        /* os banners do site */

        width: 100%;

        display: flex;

    }

}

@media (min-width: 1200px) {}

#tarja-slide .container {
    display: flex;
    align-items: center;
    min-height: 100px;
}

#tarja-slide {
    min-height: 100px !important;
    background-color: #2c2c2c;
}

#tarja-slide .conteiner {
    background: #fff;
    /* padding: 12px 0; */
    border-radius: 8px;
    box-shadow: none;
}

[data-theme="dark"] #tarja-slide .conteiner {
    /* background: var(--cor_fundo); */
    border: 0;
}

#tarja-slide ul li:hover {
    opacity: 0.8;
}

#tarja-slide ul li {
    display: flex;
    align-items: center;
    /* margin-bottom: 55px; */
    flex: 1;
    justify-content: center;
}

.efect ::after {
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    left: 0;
    top: 22px;
    border: 5px solid #dfdfdf;
    border-radius: 50%;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

[data-theme="dark"] #tarja-slide .icon {
    border: 1px solid var(--cor_botao_hover);
}

#tarja-slide .icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 54px;
    height: 54px;
    /* margin-right: 16px; */
    border-radius: 50%;
    /* color: var(--cor_botao); */
    font-size: 1.4rem;
    border: 0;
}

#tarja-slide .first-line {
    text-transform: uppercase;
    font-size: 14px;
    margin-left: 3px;
    color: var(--cor-1);
}

@media (max-width: 768px) {
    .btn-vhip-padding{padding-bottom: 40px;}
    
    .faixa-info{
        display: none;
    }
    
    .container-info{
        padding: 40px 0;
    }

    .newsletter {
        position: relative;
        transform: translatey(20%);
        width: 1170px;
        border-radius: 10px;
        padding: 10px;
    }

    .item-al {
        width: 100% !important;
    }

    #tarja-slide .first-line {
        font-size: 0.775rem;
    }

    #tarja-slide .icon svg {
        width: 34px !important;
    }

    #tarja-slide .text {
        font-size: 0.775rem;
    }

    .abas-conta li {
        display: block !important;
    }

    .abas-conta li a {
        font-size: 0.675rem !important;
        padding: 6px;
    }
}

[data-theme="dark"] #tarja-slide,
[data-theme="dark"] #tarja-slide .first-line {
    color: var(--cor_titulos);
}

#tarja-slide .icon svg {
    width: 3.6em;
    height: 2.4em;
    /* fill: var(--cor_botao); */
}

[data-theme="dark"] #tarja-slide .icon svg {
    width: 1.4em;
    height: 1.04em;
    fill: var(--cor_botao_hover);
}

#tarja-slide ul {
    list-style-type: none;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.input-teste {
    display: flex !important;
    align-items: center !important;
    gap: 25px !important;
}

.titulo-categorias h3 {
    font-weight: 800 !important;
    font-size: 28px !important;
}

.icones-siga-nos {
    filter: invert();
    width: 25px !important;
}

.precisa-ajuda {
    width: 100% !important;
    padding: 10px;
    color: black;
    background-color: var(--cor-1);
    margin-top: 10px;
    border: none !important;
    border-radius: 50px !important;
}

.btn-blog {
    display: flex !important;
    gap: 8px !important;
    align-items: center !important;
    color: rgb(255, 255, 255) !important;
    font-weight: 800 !important;
    padding: 0 !important;
}

.btn-blog p {
    margin: 0 !important;
    text-decoration: underline !important;
}

.card-body h5 {
    font-weight: 800 !important;
    margin-bottom: 0;
    font-size: 14px !important;
}

.mini-text {
    font-size: 14px;
    margin-bottom: 20px !important;
}

.card-body small {}

.ver-mais-marcas {
    color: black !important;
    text-decoration: underline;
    margin-top: 20px !important;
    font-size: 14px;
}

/* animação de fade in pros produtos da index */
@keyframes fadeIn {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.fade-in {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 1s ease-out, transform 1s ease-out;
}

.fade-in.animate {
    opacity: 1;
    transform: translateY(0);
    animation: fadeIn 1s ease-out forwards;
}


.input-newsletter {
    border-radius: 50px !important;
}

.btn-newsletter {
    border-radius: 50px !important;
}

.informacoes-index {
    padding: 80px 0;
    color: black !important;
}

.container-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.btn-vhip-2 {
    padding: 10px 20px;
    background-color: rgb(71, 71, 71);
    color: white;
    border-radius: 10px;
    font-size: 14px;
    text-align: center;
    text-decoration: none;
    /* Remove underline */
    transition: all 0.3s ease !important;
    /* Transição suave */
    border: 2px solid rgb(71, 71, 71)
}

.btn-vhip-2:hover {
    background-color: transparent;
    /* Fundo levemente transparente no hover */
    color: white;
    /* Cor do texto altera para a cor de destaque */
    border: 2px solid rgb(71, 71, 71);
    /* Adiciona borda sutil */
}

.btn-vhip-1 {
    padding: 10px 20px;
    background-color: var(--cor-1);
    color: black;
    border-radius: 10px;
    font-size: 14px;
    text-align: center;
    text-decoration: none;
    /* Remove underline */
    transition: all 0.3s ease !important;
    /* Transição suave */
    border: 2px solid var(--cor-1)
}

.btn-vhip-1:hover {
    background-color: transparent;
    /* Fundo levemente transparente no hover */
    color: var(--cor-1);
    /* Cor do texto altera para a cor de destaque */
    border: 2px solid var(--cor-1);
    /* Adiciona borda sutil */
}

.container-info h3 {
    font-weight: bolder;
}

@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: 1;
    }

    50% {
        transform: scale(1.1);
        opacity: 0.7;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}

.whatsapp-flutuante {
    right: 30px !important;
    position: fixed;
    bottom: 26px;
    font-family: fontawesome;
    text-align: center;
    width: 60px;
    z-index: 1020;
    height: 60px;
    border: none;
    box-shadow: 0 4px 8px #29a25921;
    border-radius: 50px;
    background: #53CE5D;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-content: center;
    animation: pulse 1.85s infinite cubic-bezier(.8, 0, 0, .8) !important;
}

.whatsapp-flutuante-botao svg {
    width: 60px;
    height: 60px;
    padding: 12px;
    fill: #fff;
}

#btnSubir {
    position: fixed;
    bottom: 100px;
    right: 30px;
    display: none;
    background-color: #505050;
    color: white;
    border: none;
    width: 60px;
    height: 60px;
    padding: 12px;
    border-radius: 50px;
    cursor: pointer;
    font-size: 16px;
    z-index: 1000;
  }

  #btnSubir:hover {
    background-color: var(--cor-1);
  }

.btn-vhip-padding{padding-top: 15px; text-align: center;}

.custom-spinner {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    border: 0.25rem solid #ccc;
    border-top: 0.25rem solid var(--cor-1);
    border-radius: 50%;
    animation: spin 0.75s linear infinite;
    margin: auto;
}

@keyframes spin {
    to { transform: rotate(360deg); }
}


.select2-container .select2-selection--single {
    color: #000000 !important;
    background-color: #fff;
    border: 1px solid #ccc;
    height: 42px !important;
    padding: 6px 12px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 40px !important;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
    height: 32px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #000000 !important;
    line-height: 21px;
}

.select2-container--default .select2-results__option {
    color: #000000 !important;
    background-color: #fff;
}

.select2-container--default .select2-results__option--highlighted {
    background-color: #005fc5 !important;
    color: #fff !important;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #000000 !important;
}

.select2-search__field{
    color: black !important;
}

#conteudo_carrinho * {
    color: white ;
}

.qty-input{
    color: black !important;
}

.plus-carrinho-action{
    color: white !important;
}

#conteudo_carrinho a.btn.btn-default {
    color: black !important;
}