body {
    font-family: "Roboto", "sans-serif";
}

.loading__spinner {
    color: #113775;
}

.site-header__logo img {
    height: 110px;
}

.site-header__cart i {
    color: #C8191B;
}

.site-header__cart i:hover {
    color: #5a5a5a;
}

.site-header__cart .indicator__value {
    background-color: #113775;
    color: #fff;
}

.footer-contacts__text img {
    height: 110px;
}

.footer-apps__text img {
    width: 120px;
}

.nav-panel {
    background: #113775;
    color: #FFF;
}

.nav-links__item-link:hover {
    background-color: #C8191B;
}

.block-brands__slider .owl-nav i,
.block-products-carousel__slider .owl-nav i {
    color: #113775;
}

.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,
.product-card__new-price,
.product__price,
.product__new-price,
.top-button,
.page-header__title,
.product__name,
.product-tabs__item,
.product-tabs__item:hover,
.filter__arrow,
.site-newsletter__title,
.footer-links__title,
.footer-newsletter__title,
.footer-payment__title,
.footer-seals__title,
.footer-apps__title,
.site-header__phone-title {
    color: #113775;
}

@media (max-width: 991px) {
    .indicator__value {
        background: #113775;
        color: #FFF;
    }
}

.page-header__back i {
    color: #113775;
}

.input-check__input:checked ~ .input-check__box {
    background: #113775;
}

.block-slideshow .owl-carousel .owl-dot {
    background: #C8191B;
}

.block-slideshow .owl-carousel .owl-dot.active {
    background: #113775;
}

.block-header__arrow {
    background: transparent;
    color: #113775;
}

.block-header__arrow:hover {
    background: #f7f7f7;
    color: #C8191B;
}

.block-header__arrow:active {
    background: transparent;
    color: #113775;
}

.block-header__arrow:focus {
    background: #f7f7f7;
    color: #113775;
}

.footer-contacts__title,
.service-bar__title:hover {
    color: #113775;
}

.megamenu__links--level--1 .megamenu__item a {
    font-size: 12px;
    white-space: nowrap;
    margin-right: 15px;
}

.footer-seals__text img {
    width: 50% !important;
}

.block-header__title {
    margin-bottom: 30px;
    text-align: center;
    top: 0%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    background: #fff;
    padding: 10px;
    font-size: 20px;
    color: #113775;
}

.container__products-carousel-grid {
    margin-top: 30px;
}

.product-tabs__item--active {
    border-bottom-color: #113775;
}

.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;
}

@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: 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: 12px;
    font-weight: 500;
    white-space: nowrap;
    padding-right: 20px;
}

.megamenu__links--level--1 > .megamenu__item > a:hover,
.megamenu__links--level--1 > .megamenu__item > a:active,
.megamenu__links--level--1 > .megamenu__item > a:focus {
    color: #113775;
}

.nav-links__item {
    margin-left: 2px;
    margin-right: 2px;
}

/* =====================================================
TOPBAR PREMIUM ANIMADA
===================================================== */

.topbar-message {
    background: #57c4f2;
    color: #0a2545;
    height: 48px;
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
    white-space: nowrap;
    border-bottom: 1px solid rgba(10, 37, 69, 0.08);
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
    z-index: 99;
}

.topbar-message::before {
    content: "🚚 FRETE GRÁTIS ✦ OFERTA RELÂMPAGO: 13% OFF por tempo limitado ✦ 🚚 FRETE GRÁTIS ✦ OFERTA RELÂMPAGO: 13% OFF por tempo limitado ✦ 🚚 FRETE GRÁTIS ✦ OFERTA RELÂMPAGO: 13% OFF por tempo limitado ✦ 🚚 FRETE GRÁTIS ✦ OFERTA RELÂMPAGO: 13% OFF por tempo limitado ✦ ";

    display: inline-block;
    padding-left: 100%;

    font-size: 15px;
    font-weight: 800;
    letter-spacing: 0.2px;

    animation: topbarScroll 15s linear infinite;
}

@keyframes topbarScroll {

    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-100%);
    }

}

/* MOBILE */

@media (max-width: 768px) {

    .topbar-message {
        height: 42px;
    }

    .topbar-message::before {
        font-size: 13px;
        animation: topbarScroll 15s linear infinite;
    }

    /* EVITA SOBREPOSIÇÃO NO APP */
    .mobile-header {
        margin-top: 0px;
    }

    .mobile-header__body {
        padding-top: 8px;
    }

}

.topbar-app {
    background: #F5ED08;
    color: #152BAB;
    min-height: 40px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 0px;
    padding-right: 0px;
}

.topbar-app img {
    background: #ECF53F;
    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: #113775;
}

.site-newsletter__title {
    color: #fff;
}

.service-bar {
    background: #C8191B;
    margin-bottom: 0px;
}

.search__button {
    color: #C8191B;
}

.search__button:hover {
    color: #113775;
}

.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 10px;
}

.search__button {
    background: #C8191B;
    color: #fff;
    border-radius: 0 50px 50px 0px;
}

.site-footer {
    margin: 0px;
    background: #f2f2f2;
    border-top: 1px solid #ebebeb;
}

.site-header__middle {
    height: 135px;
}

.site-header__resumed {
    height: 151px;
    padding: 25px;
}

.site-newsletter,
#webpush-preprompt {
    display: none;
}

.nav-links__item:first-child .nav-links__item-link {
    color: #fff;
    margin-left: 5px;
    padding: 10px;
    border-top: #113775 5px solid;
    border-bottom: #113775 5px solid;
    border-radius: 21px;
}

.nav-links__item .nav-links__item-link:hover {
    background-color: #ff2625;
    color: #fff;
    margin-left: 5px;
    padding: 10px;
    border-top: #113775 5px solid;
    border-bottom: #113775 5px solid;
    border-radius: 21px;
}

.search__border {
    border-radius: 50px;
}

.acw-voice-supported #btn-voice-search,
.acw-voice-supported .voice-btn,
.acw-voice-supported [data-voice-search] {
    border-radius: 50px 0 0 50px;
}

.product-card.product-card {
    border: 1px solid;
    background-color: white;
    border-color: #d1cfcf;
    border-radius: 15px;
}

.product-card {
    margin: 10px;
}

.btn,
.form-control {
    border-radius: 50px;
}

.block-header__divider {
    margin-bottom: 20px;
}

.btn-success {
    color: #fff;
    background-color: #57c4f2;
    border-color: #57c4f2;
}

.btn-success:hover {
    color: #fff;
    background-color: #3aaedf;
    border-color: #2f9fce;
}

.product-card.product-card:hover {
    border: 1px solid;
    border-color: #113775;
    transform: scale(1.01);
}

@media (min-width: 413px) and (max-width: 575px) {

    .product-card {
        margin: 7px !important;
    }

}

.product-card__badge {
    border-radius: 15px;
}

.block-products-carousel[data-layout="grid-5"] .product-card .product-card__buttons .btn {
    color: #0a2545;
    background: #57c4f2;
}