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

.logo {
    max-height: 95px;
}

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

.menu-desktop .top-login .form_header_busca .input-group{
    border: none !important;
}

.menu-desktop .input-header {
    height: 35px !important;
    border: none !important;
    border-radius: 20px 0 0 20px !important;
    background: #cbcbcb !important;
    padding-left: 10px;
    padding-right: 6px;
    font-size: 14px;
    color: #111827;
    box-shadow: none !important;
    width: 95%;
}

.input-group-btn {
    position: absolute;
    font-size: 0;
    white-space: nowrap;
    right: 0;
    height: 100%;
    width: auto;
    z-index: 4;
}

.input-teste{
    width: 100% !important;
    height: 50px;
    justify-content: center;
    align-items: center;
    display: flex;
}

.menu-desktop .btn-busca {
    background: var(--cor-2) !important;
    color: #000 !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0px !important;
    box-shadow: none !important;
    transition: none;
    height: 50px !important;
    width: 50px !important;
    border-radius: 100px !important;
}

.svg-lupa{
    filter: invert(1);
}

.menu-desktop .input-header:focus{
    border: 1px solid var(--cor-1) !important;
}

.input-group .form-control#_realizar_pesquisar::placeholder {
    color: var(--cor-1) !important;
    opacity: 1 !important;
}

.svgheader, .svgheader path {
    fill: var(--cor-2);
    width: 30px;
}

.menu-desktop #btn-cart a .badge {
    top: -8px;
    right: -17px;
    padding: 3px 6px !important;
    font-size: 11px !important;
}

.menu-desktop .form_header_busca{
    margin: 0;
}

.navbar-nav>li>a{
    height: 43px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
}

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

.mega-menu{
    min-height: 43px;
}

.navbar-nav{
    height: 35px  !important;
}

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

.ul-todas-categorias > li:nth-child(n+6) {
display: none !important;
}

.menu-item-root:hover > a.menu-link-root .menu-text {
    color: var(--mega-menu-opcao-cor) !important;
}

.ul-todas-categorias li > a:hover{
    background: var(--cor-1) !important;
}

.ul-todas-categorias li > a:hover {
    color: var(--mega-menu-opcao-cor) !important;
}

.navbar-nav>li>.dropdown-menu{
    width: 100% !important;
}

.mega-dropdown-menu > li > ul > .dropdown-header > a:hover {
    background-color: transparent !important;
    color: var(--cor-1) !important;
}

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

body{
        background-color: var(--cor-4) !important;
}

#tarja-slide ul {
    background: var(--cor-2);
    width: 80%;
    margin: 0 auto;
    border-radius: 10px;
    height: 20%;
}

#tarja-slide ul li {
    margin-top: 0px;
    background-color: transparent;
    width: 80%;
    margin: 0 auto;
    gap: 12px;
}

#tarja-slide .icon{
    width: 70px;
    height: 70px;
}

#tarja-slide .icon svg {
    width: 100%;
    height: auto;
}

#tarja-slide .first-line {
    font-size: 14px;
    color: white;
}

#tarja-slide .second-line {
    color: white;
    font-size: 13px;
}

@media (max-width: 768px){
#tarja-slide ul{display: none !important;}

}


.centro .titulo-vitrine h2 {
    font-size: 25px;
    font-weight: bolder;
    padding-top: 0px;
    color: white;
    text-transform: uppercase;
    display: flex;
    width: 100%;
    justify-content: center;
    margin: 0;
}

.titulo-vitrine {
    margin-left: 15px;
    margin-right: 15px;
    margin-top: 50px;
    margin-bottom: 50px;
    border-bottom: 1px solid #cecece;
    background: var(--cor-2);
    position: relative;
    max-width: 345px;
    right: 13%;
    padding: 0px;
    width: 100%;
    height: 10% !important;
    display: flex;
    justify-content: center;
    align-items: center;
}