/* =========================================
TOPBAR PREMIUM ANIMADA
REMOVE A ANTIGA E USA APENAS ESTA
========================================= */

.topbar-message,
.topbar-app {
    display: none !important;
}

body {
    overflow-x: hidden;
}

body::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 ✦ ";

    position: fixed;
    top: 0;
    left: 0;
    width: 300%;
    height: 42px;

    display: flex;
    align-items: center;

    background: #57c4f2;
    color: #0a2545;

    font-size: 20px;
    font-weight: 800;
    white-space: nowrap;

    z-index: 999999;

    animation: topbarMove 28s linear infinite;

    box-shadow: 0 2px 8px rgba(0,0,0,0.08);

    padding-left: 100%;
}

@keyframes topbarMove {
    0% {
        transform: translateX(0%);
    }

    100% {
        transform: translateX(-66.6%);
    }
}

.site-header {
    margin-top: 42px;
}

@media (max-width: 768px) {

    body::before {
        font-size: 15px;
        height: 36px;
    }

    .site-header {
        margin-top: 36px;
    }
}


/* =========================================
SEU CSS ORIGINAL
========================================= */

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 {
    color: #113775;
}

.product-card__new-price {
    color: #113775;
}

.product__price {
    color: #113775;
}

.product__new-price {
    color: #113775;
}

.top-button {
    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;
}

.filter__arrow {
    color: #113775;
}

.site-newsletter__title {
    color: #113775;
}

.footer-links__title {
    color: #113775;
}

.footer-contacts__title,
.service-bar__title:hover {
    color: #113775;
}

.footer-newsletter__title {
    color: #113775;
}

.footer-payment__title {
    color: #113775;
}

.footer-seals__title {
    color: #113775;
}

.footer-apps__title {
    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;
}

.page-header__title {
    color: #113775;
}

.product__name {
    color: #113775;
}

.container__products-carousel-grid {
    margin-top: 30px;
}

.product-tabs__item {
    color: #113775;
}

.product-tabs__item:hover {
    color: #113775;
}

.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 {
    color: #113775;
}

.megamenu__links--level--1 > .megamenu__item > a:active {
    color: #113775;
}

.megamenu__links--level--1 > .megamenu__item > a:focus {
    color: #113775;
}

.nav-links__item {
    margin-left: 2px;
    margin-right: 2px;
}

.site-newsletter {
    background: #113775;
}

.site-newsletter__title {
    color: #fff;
}

.service-bar {
    background: #C8191B;
}

.site-header__phone-title {
    color: #113775;
}

.search__button {
    color: #C8191B;
}

.search__button:hover {
    color: #113775;
}

.service-bar__title {
    color: #fff;
}

.mobile-header__logo img {
    max-height: 45px;
    max-width: 200px;
}

.search__button {
    background: #C8191B;
    color: #fff;
    border-radius: 0 50px 50px 00px;
}

.site-footer {
    margin: 0px;
    background: #f2f2f2;
    border-top: 1px solid #ebebeb;
}

.service-bar {
    margin-bottom: 0px;
}

.site-header__middle {
    height: 135px;
}

.site-header__resumed {
    height: 151px;
    padding: 25px;
}

.site-newsletter,
#webpush-preprompt {
    display: none;
}

.search__border {
    border-radius: 50px;
}

.product-card.product-card {
    border: 1px solid;
    background-color: white;
    border-color: #d1cfcf;
    border-radius: 15px;
}

.product-card {
    margin: 10px;
}

.btn {
    border-radius: 50px;
}

.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;
}