body {
    font-family: "Roboto", "sans-serif";
}
/* INICIO PERSONALIZACAO DAS CORES DOS BOTOES*/

.alert-warning {
    background: #ff0000;
    color: #fff;
}

.btn-success:not(:disabled):not(.disabled).active, .btn-success:not(:disabled):not(.disabled):active, .show>.btn-success.dropdown-toggle {
    background-color: #ff0000;
    border-color: #ff0000;
}

.btn-success:not(:disabled):not(.disabled).active:focus, .btn-success:not(:disabled):not(.disabled):active:focus, .show>.btn-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(255, 0, 0, 0.5);
}

.btn-success.focus, .btn-success:focus {
    box-shadow: 0 0 0 .2rem rgba(255, 0, 0, 0.5);
}

.btn-success {
    background-color: #ff0000;
    border-color: #ff0000;
}
.btn-success:hover {
    background-color: #203f7f;
    border-color: #203f7f;
}
.btn-light {
    background-color: #005aff;
    border-color: #005aff;
    color: #fff;
}

/* Efeito vermelho ao passar o mouse na tarja de login/comprar */
.btn-light:hover,
.product-card__actions .btn:hover,
.product-card__buttons .btn:hover {
    background-color: #ff0000 !important;
    border-color: #ff0000 !important;
    color: #ffffff !important;
}

/* FIM PERSONALIZACAO DAS CORES DOS BOTOES*/

.search__button {
    background: #203F7F;
}

.loading__spinner {
    color: #ED3237;
}

.site-header__logo img {
    height: 70px;
}

.site-header__cart i {
    color: #999;
}

.site-header__cart i:hover {
    color: #5a5a5a;
}

.site-header__cart .indicator__value {
    background-color: #ED3237;
    color: #fff;
}

.footer-contacts__text img {
    height: 70px;
}

.footer-apps__text img {
    width: 120px;
}

.nav-panel {
    background: #005aff;
    color: #FFF;
}

.block-brands__slider .owl-nav i, .block-products-carousel__slider .owl-nav i {
    color: #ED3237;
}

.block-products-carousel__column .product-card__name {
    min-height: 55px;
}

.block-products-carousel__column .product-card__prices {
    min-height: 35px;
    margin-bottom: 10px;
}

.block-products-carousel__column .product-card__buttons {
    margin-top: 0px;
}

.product-card__prices {
    min-height: 15px;
}

.product-card__price {
    color: #203F7F;
}

.product-card__new-price {
    color: #203F7F;
}

.product__price {
    color: #203F7F;
}

.product__new-price {
    color: #203F7F;
}

.top-button {
    color: #203F7F;
}

@media (max-width: 991px) {
    .indicator__value {
        background: #203F7F;
        color: #FFF;
    }
}

.page-header__back i {
    color: #203F7F;
}

.input-check__input:checked ~ .input-check__box {
    background: #203F7F;
}

.block-slideshow .owl-carousel .owl-dot {
    background: #999;
}

.block-slideshow .owl-carousel .owl-dot.active {
    background: #ED3237;
}

.block-header__arrow {
    background: transparent;
    color: #ED3237;
}

.block-header__arrow:hover {
    background: #f7f7f7;
    color: #999;
}

.block-header__arrow:active {
    background: transparent;
    color: #203F7F;
}

.block-header__arrow:focus {
    background: #f7f7f7;
    color: #203F7F;
}

.filter__arrow {
    color: #ED3237;
}

.site-newsletter__title {
    color: #fff;
    background: transparent !important;
}
.site-newsletter {
    background: #005aff !important;
    padding: 20px 0 !important;
}
.site-newsletter input {
    border-radius: 6px !important;
    border: none !important;
}
.site-newsletter button, .site-newsletter .btn {
    background: #ff0000 !important;
    color: #fff !important;
    border-radius: 6px !important;
    border: none !important;
}

.service-bar {
    background-color: #ffffff !important;
    background: #ffffff !important;
    border-bottom: 1px solid #eaeaea !important;
}

.footer-links__title {
    color: #203F7F;
}

.footer-contacts__title, .service-bar__title:hover {
    color: #203F7F;
}

.footer-newsletter__title {
    color: #203F7F;
}

.footer-payment__title {
    color: #203F7F;
}

.footer-seals__title {
    color: #203F7F;
}

.footer-apps__title {
    color: #203F7F;
}

.megamenu__links--level--1 .megamenu__item a {
    font-size: 14px;
    white-space: nowrap;
    margin-right: 15px;
}

.footer-seals__text img {
    width: 50%!important;
}

.block-header__title {
    color: #203F7F;
}

.page-header__title {
    color: #203F7F;
}

.product__name {
    color: #203F7F;
}

.container__products-carousel-grid {
    margin-top: 30px;
}

.product-tabs__item {
    color: #203F7F;
}

.product-tabs__item:hover {
    color: #203F7F;
}

.product-tabs__item--active {
    border-bottom-color: #203F7F;
}

.block-products-carousel[data-layout=grid-5] .product-card .product-card__actions {
    padding: 15px 15px 15px;
}

[dir=ltr] .nav-panel__nav-links {
    margin-right: 0px;
    height: 46px;
}

.nav-links__list {
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    position: absolute;
}

.nav-links__item-link:hover {
    color: #ED3237;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .nav-links__item-link {
        font-size: 12px;
        font-weight: 500;
        white-space: nowrap;
    }
}

@media (min-width: 1200px) {
    .nav-links__item-link {
        font-size: 14px;
        font-weight: 500;
        white-space: nowrap;
    }
}

.nav-links__item--has-submenu .nav-links__item-body {
    padding-right: 15px!important;
}

.nav-links__item-body .fa-chevron-down {
    display: none;
}

.megamenu__links--level--1 > .megamenu__item > a {
    font-size: 14px;
    font-weight: 500;
    white-space: nowrap;
    padding-right: 20px;
}

.megamenu__links--level--1 > .megamenu__item > a:hover {
    color: #203F7F;
}

.megamenu__links--level--1 > .megamenu__item > a:active {
    color: #203F7F;
}

.megamenu__links--level--1 > .megamenu__item > a:focus {
    color: #203F7F;
}

.nav-links__item {
    margin-left: 2px;
    margin-right: 2px;
}

.topbar {
    background: #005aff;
}

.topbar-link:hover {
    color: #fff;
}

.topbar-link {
    background: #ff0000;
    color: #fff;
    padding: 10px;
}
.topbar-dropdown__btn {
    color: #fff;
}

.topbar-message {
    background: #606061;
    color: #FFF;
    min-height: 40px;
    padding: 10px;
}

.topbar-message .fa-shipping-fast {
    font-size: 20px;
}

.topbar-app {
    background: #e1e1e1;
    color: #FFF;
    min-height: 40px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 0px;
    padding-right: 0px;
}

.topbar-app img {
    background: #FFF;
    padding: 7px;
    box-shadow: 1px 1px 3px #606061;
    -webkit-box-shadow: 1px 1px 3px #606061;
    -moz-box-shadow: 1px 1px 3px #606061;
    border-radius: 10px;
    height: 48px;
}

.topbar-app .btn {
    font-weight: 500;
    border-radius: 5px;
    box-shadow: 1px 1px 3px #606061;
    -webkit-box-shadow: 1px 1px 3px #606061;
    -moz-box-shadow: 1px 1px 3px #606061;
}

/* ========================================= */
/* INÍCIO - NOVO CABEÇALHO (FUNDO AZUL E BUSCA ARREDONDADA) */
/* ========================================= */

/* 1. Fundo Azul em todo o Cabeçalho (Topbar, Meio e Menu) */
.topbar,
.site-header,
.nav-panel {
    background-color: #005aff !important;
}

/* 2. Textos, Ícones e Telefones Brancos na área da Logo */
.site-header,
.site-header a,
.site-header span,
.site-header div,
.site-header i,
.site-header__cart i {
    color: #ffffff !important;
}

/* Deixa o ícone do carrinho levemente cinza ao passar o mouse */
.site-header__cart i:hover {
    color: #e1e1e1 !important;
}

/* 3. Barra de Pesquisa Branca e Arredondada (Formato de Pílula) */
.search,
.search__form {
    background-color: #ffffff !important;
    border: none !important;
    border-radius: 50px !important;
    /* Isso é o que deixa os cantos arredondados! */
    box-shadow: none !important;
    overflow: hidden !important;
}

/* Formatação do campo de digitação */
.search__input {
    background-color: transparent !important;
    /* Fundo transparente para mostrar o branco de trás */
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
    color: #333333 !important;
    /* Cor do texto que o cliente digitar */
    padding-left: 20px !important;
    /* Dá um espacinho no canto esquerdo */
}

/* Remove a borda padrão de quando clica para digitar */
.search__input:focus {
    border: none !important;
    box-shadow: none !important;
}

/* Botão da Lupa (Fundo transparente com Lupa Azul) */
.search__button {
    background-color: transparent !important;
    color: #005aff !important;
    /* Pinta o ícone da lupa com o mesmo azul do fundo do site */
    border: none !important;
}

/* 4. Limpeza da Barra Superior (Topbar) para ficar uniforme como na imagem */
.topbar-link {
    background-color: transparent !important;
    /* Remove o fundo vermelho antigo */
    color: #ffffff !important;
}

.topbar-message {
    background-color: transparent !important;
    /* Remove o fundo cinza antigo */
    color: #ffffff !important;
}

/* Remove a linha branca divisória entre o topo e o meio */
.topbar {
    border-bottom: none !important;
}

.site-header {
    border-top: none !important;
}

/* Força a lupa, o microfone e qualquer ícone dentro da pesquisa a ficarem azuis */
.search__button,
.search__form button,
.search__form i,
.search__form svg,
.search__form path {
    color: #005aff !important;
    fill: #005aff !important;
    /* Essencial caso o ícone seja do tipo SVG */
    background-color: transparent !important;
    border: none !important;
}

/* Garante que o fundo do botão em si não fique branco escondendo o ícone */
.search__button {
    background: transparent !important;
}

/* ========================================= */
/* FIM - NOVO CABEÇALHO */
/* ========================================= */
}

/* ========================================= */
/* INÍCIO - NOVO RODAPÉ (FOOTER)             */
/* ========================================= */

/* 1. Área da Newsletter (Fundo Novo Azul e Inputs Arredondados) */
.site-newsletter,
.block-newsletter,
.footer-newsletter,
.site-newsletter__title,
.site-newsletter .container {
background-color: #005aff !important;
background: #005aff !important;
/* Adicionado para sobrescrever qualquer background pré-existente */
}

.site-newsletter {
padding: 20px 0 !important;
}

.site-newsletter__title {
color: #ffffff !important;
background-color: transparent !important;
background: transparent !important;
}

/* Campos de digitação da Newsletter (Nome e E-mail com bordas arredondadas) */
.site-newsletter input,
.site-newsletter .form-control,
.block-newsletter input {
border-radius: 6px !important;
border: none !important;
padding: 10px 15px !important;
}

/* Botão Enviar da Newsletter (Vermelho e arredondado) */
.site-newsletter button,
.site-newsletter .btn,
.block-newsletter button {
background-color: #ff0000 !important;
border-color: #ff0000 !important;
color: #ffffff !important;
border-radius: 6px !important;
}
}

/* 2. Barra de Serviços (Meu Mix, Meus Pedidos, etc) - Ícones e Textos Vermelhos */
.service-bar {
background-color: #ffffff !important;
/* Fundo branco/claro igual à imagem */
border-bottom: 1px solid #eaeaea !important;
/* Linha de divisão suave */
}

.service-bar__title,
.service-bar i,
.service-bar svg,
.service-bar path {
color: #ff0000 !important;
fill: #ff0000 !important;
}

/* 3. Títulos das Colunas do Rodapé (Azul) */
.footer-links__title,
.footer-contacts__title,
.footer-newsletter__title,
.footer-payment__title,
.footer-seals__title,
.footer-apps__title {
color: #005aff !important;
font-weight: bold !important;
}

/* 4. Textos dos links, contatos e Redes Sociais do rodapé (Cinza para dar leitura) */
.footer-links__list a,
.footer-contacts__text,
.footer-contacts__text a,
.footer-contacts__text i,
.site-footer a,
.site-footer i {
color: #666666 !important;
transition: all 0.3s ease;
/* Deixa a troca de cor mais suave */
}

/* Efeito ao passar o mouse nos links e Redes Sociais (Fica azul) */
.footer-links__list a:hover,
.footer-contacts__text a:hover,
.site-footer a:hover,
.site-footer a:hover i {
color: #005aff !important;
}

/* Cor de fundo da área principal do rodapé (Cinza bem clarinho igual a referência) */
.site-footer {
background-color: #f7f7f7 !important;
}

/* ========================================= */
/* FIM - NOVO RODAPÉ                         */
/* ========================================= */