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

.info-header {
    display: flex;
    justify-content: space-between;
}

.info-header img {
    width: 35px;
    height: 35px;
    margin-right: 10px;
}

.info-header p {
    color: #FFF;
    font-weight: 600;
    text-transform: uppercase;
}

.logo{
    width: 90%;
}

header {
    background: var(--cor-1);
    padding: 30px;
}

.menu-desktop .form_header_busca{
    background-color: white;
    border-radius: 20px;
}

.menu-desktop .input-header{
    padding-left: 12px;
}

.btn-busca{
    margin-right: 8px;
}

.faixa-head {
    background: var(--cor-3);
}

.faixa-head .redes-links{
    justify-content: center;
    gap: 5px;
}

.faixa-head .login-links{
    justify-content: center;
    gap: 10px;
}

.mega-menu{
    background: var(--cor-2);
}

.navbar-nav>li>a{
    flex-direction: row;
    gap: 8px;
    height: 36px !important;
    text-transform: uppercase;
}

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

.navbar{
    min-height: 30px !important;
}

.navbar-nav {
    height: 45px !important;
    justify-content: center;
    gap: 30px;
}

.nav>li>a>img {
    width: 16px !important;
    margin: 0 !important;
}

.navbar-nav>li>a::after{
    display: none;
}

.infos-cat {
    display: flex;
    gap: 40px;
    font-size: 13px;
}

body{
    background-color: white !important;
}

.banner-loja {
    margin-top: 15px;
}

.titulo-vitrine h2 {
    text-align: left; /* ou start */
    position: relative;
    display: block;
}


.thumbnail-image-marcas img {
    transition: all 0.3s;
    margin: 0 auto;
    max-height: 80px;
    filter: grayscale(100%);
    opacity: 0.6;
}

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


footer{ background: #efefef; }
footer ul{}
footer ul>li{padding-bottom: 1px; padding-top: 1px; }
footer .footer-icon{ width: 25px; border: 2px solid #cccccc; padding: 5px; }
footer ul>li>a{
	font-family: Hind,Arial,Helvetica,sans-serif;
    font-size: 11px;
    line-height: 1.5;position: relative;
    padding: .25em 0 .25em 10px;
    display: inline-block;    color: #868686;
    margin-left: -4px;    text-decoration: none;
	transition: all .25s;
}
footer ul>li>a:hover{color: var(--cor-1);left: 5px;text-decoration: none; }
footer h4{font-family: 'Josefin Sans';font-size: 14px;font-weight: bold;margin-top: 35px;color: #353535;margin-bottom:  0;padding-bottom: 1em;text-transform: uppercase;}
footer h4:after{
	content: '';
    margin: 5px 0 0!important;
    margin-top: 25px;
    background-color: #0047ae;
    width: 75%;
    height: 2px;
    display: block;
    margin-left: 10px;
    vertical-align: middle;
    margin-top: -3px;
}

.logo-footer{    
	margin: 26px auto;
    width: 200px;
}
.footer-social-links{
	display: flex;
	justify-content: center;
	margin: 10px 0;
}
.footer-social-links i {
    font-size: 30px;
    padding-right: 5px;
    color: #868686;
}
.footer-social-links a {
    font-family: Hind,Arial,Helvetica,sans-serif;
    font-size: 11px;
	position: relative;
    padding: .5em 0 .5em 10px;
    display: inline-block;
    color: #868686;
    margin-left: -4px;
    line-height: 14px;
    text-transform: uppercase;
    transition: all 25s;
}
.footer-social-links a:hover{
    left: 5px;
    text-decoration: none;
}
.rodape-footer{
	margin:50px 0 25px;
	border-top: 1px solid #ccc;
}
.pagamentos-footer img{
	padding: 2px 1px;
}
.rodape-footer h4{color: #868686;display: block;font-size: 12px;font-weight: 500;margin: 25px 0 10px;border-bottom: solid 1px #868686;padding: 0 0 10px;}
.rodape-footer h4::after{display: none;}
.icon-rodape{ -webkit-transition: all 0.3s;  transition: all 0.3s; }
.icon-rodape:hover{ opacity: 0.50; }
.payment{ color: #292929; margin-bottom: 5px; margin-top: 30px; font-size: 15px; }
.seguranca-footer li:before{display: none;}
.seguranca-footer img{max-width: 100px;}
.seguranca-footer-2 {margin-top: 45px;}
.seguranca-footer-2 img{max-width: 150px;}
.selos-entrega li:before{display: none;}
.selos-entrega li:nth-of-type(1) img{display: block;margin: 0 auto;}
.selos-entrega li:nth-of-type(1) figcaption{text-align: center; color: #868686;}
.selos-entrega li:nth-of-type(2){float: right;margin-top: 10px;}

.newsletter{
    background: none;
    margin-top: 0px;
}

.newsletter p {
    color: grey;
    font-size: 12px;
}

.newsletter .row {
    display: flex;
    flex-direction: column;
    margin-left: -2px;
}

.newsletter button {
    background-color: var(--cor-1) !important;
    border-color: var(--cor-1) !important;
}

@media (max-width: 992px) {
    .logo-mobile {
        width: 80%;
    }
}

@media (max-width: 992px) {
    .icone-burguer-mobile {
        fill: var(--cor-1);
    }
}


@media (max-width: 992px) {
    .icone-sacola {
        stroke: var(--cor-1);
    }
}

.contador-carrinho {
    color: var(--cor-1);
    background: white;
    height: 13px;
}

@media (max-width: 992px) {
    .navbar-nav>li>a {background-color: transparent;}
}

.mobile-lateral p{
    color: white;
    font-weight: bold;
}

.mobile-lateral a{
    color: white;
}

.mobile-lateral i{
    color: white;
}

.dept-title-l1:hover{color: var(--cor-1) !important;}

.faixa-tel-destaque {
    background: #3D3D3D;
    color: white;
    height: 30px;
    line-height: 30px;
    display: flex;
    justify-content: center;
    font-size: 15px;
}

@media (max-width: 768px){
        .container-busca-mobile {
        background-color: #f5f5f5;}
        .input-header{
            background-color: transparent !important;
        }
        .btn-busca{
            background: none !important;
        }
        .btn-busca {
    margin-right: 15px;
}

.mobile-lateral i{
    color: white !important;
}
ul.list-inline.selos-entrega {
    display: flex;
    gap: 30px;
}
}

.mobile-lateral{
    background-color: var(--cor-1) !important;
}