/* EDIÇÃO BARRA INFERIOR "MEU MIX/MEUS PEDIDOS/ETC" */

.service-bar {
    background-color: #15466c !important;
    /* adiciona cor base para todo conteúdo da barra */
}

.col-6.col-lg-3.mt-2.mb-2.service-bar__title {
    color: #ffffff;
    /* reforça o título se necessário */
}

.col-6.col-lg-3.mt-2.mb-2.service-bar__title:hover {
    color: #6dc9f0;
    /* cor quando passa o mouse */
}


/* EDIÇÃO DA BOX DO ASSISTENTE VIRTUAL */

/* ÍCONE DO ASSISTENTE */

.product-card__idea.mt-2.ml-2.far.fa-share-alt {

    color: #15466c;
}

/* Box inteira */

.tooltip .tooltip-inner {
    background-color: #15466c !important;
    /* muda o fundo da box */

    color: #ffffff !important;
    /* cor do texto dentro do quadrinho */

    border-radius: 50px !important;
    /* cantos arredondados */

    padding: 20px 30px !important;
    /* dá um espaço interno legal */

    max-width: 200px;
    /* opcional: controla a largura máxima */

    text-align: center;
    /* se quiser texto alinhado à esquerda */

    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3) !important;
    /* sombra */

}

/* A “setinha” da tooltip */

.tooltip.bs-tooltip-left .arrow::before {
    border-left-color: #15466c !important;
    /* faz a ponta (seta) ter a mesma cor do fundo */
}

/* ITEM EM DESTAQUE NA HOME */

.block-product-featured__container.row {
    border: 1px solid #cfd6d9;
    border-radius: 30px;
}

/* quando o mouse estiver sobre a box. */

.block-product-featured__title {
    margin-bottom: 30px;
}

/* margem para o título e a box de produto*/

.block-product-featured__container.row:hover {
    border-color: #055f95;
}

body {
    font-family: "Roboto", "sans-serif";
}

.loading__spinner {
    color: #055F94;
}

.site-header__logo img {
    height: 60px;
}

.site-header__cart i {
    color: #374349;
}

.site-header__cart i:hover {
    color: #5a5a5a;
}

.site-header__cart .indicator__value {
    background-color: #055F94;
    color: #fff;
}

.footer-contacts__text img {
    height: 65px;
}

.footer-apps__text img {
    width: 120px;
}

.nav-panel {
    background: #055F94;
    color: #FFF;
}

.nav-links__item-link:hover {
    background-color: #374349;
}

.block-brands__slider .owl-nav i, .block-products-carousel__slider .owl-nav i {
    color: #055F94;
}

.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: #055F94;
}

.product-card__new-price {
    color: #055F94;
}

.product__price {
    color: #055F94;
}

.product__new-price {
    color: #055F94;
}

.top-button {
    color: #055F94;
}

@media (max-width: 991px) {
    .indicator__value {
        background: #055F94;
        color: #FFF;
    }
}

.page-header__back i {
    color: #055F94;
}

.input-check__input:checked ~ .input-check__box {
    background: #055F94;
}

.block-slideshow .owl-carousel .owl-dot {
    background: #374349;
}

.block-slideshow .owl-carousel .owl-dot.active {
    background: #055F94;
}

.block-header__arrow {
    background: transparent;
    color: #055F94;
}

.block-header__arrow:hover {
    background: #f7f7f7;
    color: #374349;
}

.block-header__arrow:active {
    background: transparent;
    color: #055F94;
}

.block-header__arrow:focus {
    background: #f7f7f7;
    color: #055F94;
}

.filter__arrow {
    color: #055F94;
}

.site-newsletter__title {
    color: #055F94;
}

.footer-links__title {
    color: #055F94;
}

.footer-links__item {
    list-style: none;
}

.footer-contacts__title, .service-bar__title:hover {
    color: #055F94;
}

.footer-newsletter__title {
    color: #055F94;
}

.footer-payment__title {
    color: #055F94;
}

.footer-seals__title {
    color: #055F94;
}

.footer-apps__title {
    color: #055F94;
}

.megamenu__links--level--1 .megamenu__item a {
    font-size: 12px;
    white-space: nowrap;
    margin-right: 15px;
}

.megamenu__links--level--1 .megamenu__item a:hover {
    color: #002c42;
}

.footer-seals__text img {
    width: 50%!important;
}

.block-header__title {
    color: #055F94;
    font-size: 24px;
}

.block-header__link {
    font-size: 18px;
}

.page-header__title {
    color: #055F94;
}

.product__name {
    color: #055F94;
}

.container__products-carousel-grid {
    margin-top: 30px;
}

.product-tabs__item {
    color: #055F94;
}

.product-tabs__item:hover {
    color: #055F94;
}

.product-tabs__item--active {
    border-bottom-color: #055F94;
}

.block-products-carousel[data-layout=grid-5] .product-card .product-card__actions {
    padding: 15px 15px 15px;
    height: 250px;
}

[dir=ltr] .nav-panel__nav-links {
    margin-right: 0px;
    height: 46px;
}

/*
 .nav-links__list {
     top: 50%;
     left: 50%;
     transform: translate(-50%,-50%);
     position: absolute;
 }
 */

@media (min-width: 992px) and (max-width: 1199px) {
    .nav-links__item-link {
        font-size: 13px;
        font-weight: 500;
        white-space: nowrap;
    }
}

@media (min-width: 1200px) {
    .nav-links__item-link {
        font-size: 13px;
        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: 12px;
    font-weight: 500;
    white-space: nowrap;
    padding-right: 20px;
}

.megamenu__links--level--1 > .megamenu__item > a:active {
    color: #055F94;
}

.megamenu__links--level--1 > .megamenu__item > a:focus {
    color: #055F94;
}

.nav-links__item {
    margin-left: 2px;
    margin-right: 2px;
}

.topbar-message {
    background: #055F94;
    color: white;
    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;
}

.site-newsletter {
    background: #055F94;
}

.site-newsletter__title {
    color: #fff;
}

.service-bar {
    background: #374349;
}

.site-header__phone-title {
    color: #055F94;
}

.search__button {
    color: #055F94;
}

.search__button:hover {
    color: #002c42;
}

.page-header__title {
    color: #374349;
}

.service-bar__title:hover {
    color: #055F94;
}

.service-bar__title {
    color: #fff;
}

.mobile-header__logo img {
    max-height: 45px;
    max-width: 200px;
}

.site-header__phone-title {
    font-size: 17px;
}

.nav-links__item--has-submenu .nav-links__item-body {
    padding-right: 5px!important;
}

.nav-links__list {
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    position: absolute;
}

.nav-links__item-body {
    padding: 0 4px;
    padding-top: 0px;
    padding-right: 4px;
    padding-bottom: 0px;
    padding-left: 4px;
}

.search__button {
    background: #055f94;
    color: #fff;
}

.megamenu__links--level--1 > .megamenu__item > a {
    color: #fff;
}

.megamenu__body {
    background: #055f94;
    color: #fff;
}

/*--- Alterações site implantação --- */


/*Bloco que altera a borda do card do produto*/
.product-card.product-card {
    border: 1px solid;
    background-color: white;
    border-color: #d1cfcf;
    border-radius: 15px;
}

.product-card.product-card:hover {
    border: 1px solid;
    background-color: white;
    border-color: #15466c;
    border-radius: 15px;
}

.product-card {
    margin: 10px;
}

/*Altera a cor do item oferta na barra do header*/
.nav-links__item:last-child .nav-links__item-link {
    background-color: #007bff;
    color: #fff;
}

.nav-links__item:last-child .nav-links__item-link:hover {
    color: #002c42;
}

/*Altera a cor da fonte em hover na barra*/
.nav-links__item:hover {
    color: #002c42
}

.megamenu__links--level--1 > .megamenu__item > a:hover {
    color: #002c42;
}

/*Altera a cor do background em hover na barra*/

.nav-links__item-link:hover {
    background-color: #055F94;
}

/*Altera a cor da grade selecionada*/
.input-radio-label__checked {
    background: #055F94 !important;
    color: #fff !important;
}

.input-radio-label__list input:checked~span {
    cursor: default;
    background: #15466c;
    color: #fff;
    box-shadow: 0 0 10px 4px rgba(0, 0, 0, 0.2);
    -webkit-transition-duration: .08s, .08s;
    transition-duration: .08s, .08s;
}

/*Mudar cor das abas do carrocel de abas*/

.block-header__group--active,.block-header__group--active:focus,.block-header__group--active:hover {
    cursor: default;
    -webkit-box-shadow: 0 0 0 0 #055F94 inset;
    box-shadow: 0 0 0 0 #055F94 inset;
    border-bottom: 3px #055F94 solid;
    color: #055F94;
    border-radius: 0px;
}

/*Mudar cor do botão home*/

.block-products-carousel[data-layout=grid-5] .product-card .product-card__buttons .btn {
    width: 100%;
    min-width: 150px;
    background: #055F94;
    border-color: #055F94;
    color: #fff;
}

.products-list[data-layout=grid-4-sidebar] .product-card .product-card__buttons .btn {
    min-width: 150px;
    width: 100%;
    background: #055F94;
    border-color: #055F94;
    color: #fff;
}

.btn-success {
    color: #fff;
    background-color: #055F94;
    border-color: #055F94
}

.btn-success:hover {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}

/*.col-md-6 {
     -ms-flex: 0 0 50%;
     flex: 0 0 50%;
     max-width: 100% !important
 }*/

/*Alterar tamanho card mobile*/

@media(min-width: 375px) and (max-width:960px) {
    .product-card {
        margin: 5px !important;
        max-height: 573px;
    }
}

@media (min-width: 768px) {
    .mt-md-0, .my-md-0 {
        max-width: 100% !important;
    }
}

.countdown {
    background: #055f94;
    /*background: #000;*/
}

.countdown__title {
    color: #055f94;
    /*color: #000;*/
}

.is-countdown {
    background-color: #055f94;
    /*background-color: #000;*/
}
.product__promotion-legend {
    font-size: 18px;
    color: #055f94;
    border: solid;
    max-width: 35%;
    padding: 5px;
    border-radius: 10px;
    border-color: #fabe22;
    background-color: #fabe22;
    text-align: center;
}
.product-card__promotion-legend {
    font-size: 12px;
    line-height: 1;
    padding-top: 5px;
    color: #055f94;
    border: solid;
    padding: 5px;
    border-radius: 10px;
    border-color: #fabe22;
    background-color: #fabe22;
    text-align: center;
    margin-right: 20px;
    margin-left: 20px;
}

.block-header__groups-list {
    font-size: 18px;
}

.product-featured__image img {
    max-width: 100%;
    /* padding-right: 120px; */
    padding-left: 50px;
}

.container__product-featured .block-product-featured__container .product__info {
    padding-top: 80px;
}

.alert-warning {
    background: red;
    color: white;
    font-size: 20px;
}

.site-header__search {
    margin-bottom: 35px;
}