:root {
	--primary-color:#F97B05 !important;
	--secundary-color:#000000 !important;
	--color-dark:#000000 !important;
	--txt-global:#000000 !important;
	--color-in-bg-clean:#000000 !important;
}

#menu-header.full.menu{
    background-color: #1a1a1a !important;
}

#menu-header {
    background-color: #1a1a1a !important;
}


#menu-header > .conteiner > .nivel-um > li > a > .titulo {
    color: #fff !important;
}

.trustvox, .trustvox:hover {
    cursor: pointer;
}


.marquee-container {
    white-space: nowrap;
    overflow: hidden;
    
    background-color: #1a1a1a;
    position: fixed;
    top: 0;
    z-index: 113;
}

.marquee {
    display: flex;
    animation: marquee 47s linear infinite; /* Velocidade do movimento */
    margin: 0;
}

.marquee p {
    margin-top: 10px;
    margin-right: 200px;
    white-space: nowrap;
    font-size: 14px;
    color: white;
}

#cabecalho {
    margin-top: 34px !important;
}

@keyframes marquee {
    0% { transform: translateX(0); } /* Começa na posição inicial (canto esquerdo) */
    100% { transform: translateX(-100%); } 
}

#selo-site_sincero{
    display: none !important;
}

#reputation-ra {
    margin-top: 0.7rem;
}
    
@media (min-width: 768px) {
    
#ra-verified-seal {
    margin-top: 20px;
}   

.pagamento-selos {
    width: 100% !important;
}

.pagamento-selos > .conteiner {
    width: fit-content !important;
}
 
 .pagamento-selos > .conteiner > .row-fluid  {
    display: flex !important;
    gap: 2rem;
}
 

.pagamento-selos > .conteiner > .row-fluid > .span4 {
    margin: 0 !important;
}
 


.forma_envio, .selos, .pagamento {
    width: fit-content !important;
}    

.forma_envio > ul {
    margin: 0 !important;
}
    
.pagina-busca #corpo, .pagina-categoria #corpo {
    margin-top: 0 !important;
}
    
    
	#corpo {
		padding-top: 30px!important;
	}
}
