body {
    font-family: "Roboto", "sans-serif";
}

.loading__spinner {
    color: #bf0811;
}

.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: #bf0811;
    color: #fff;
}

.footer-contacts__text img {
    height: 70px;
}

.nav-panel {
    background: #ff0606;
    color: #FFF;
}

.site-newsletter {
    background: #00337d;
    color: #FFFFFF;
}

.block-brands__slider .owl-nav i, .block-products-carousel__slider .owl-nav i {
    color: #00337d;
}

.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: #00337d;
}

.product-card__new-price {
    color: #00337d;
}

.product__price {
    color: #00337d;
}

.product__new-price {
    color: #00337d;
}

.product-card {
    border: 1px solid;
    background-color: #fff;
    border-color: #c4c4c4;
    border-radius: 10px;
    margin: 5px;
}

/*Adicionado por Gilberto para atender o ticket # 14271*/

.top-button {
    color: #bf0811;
}

@media (max-width: 991px) {
    .indicator__value {
        background: #bf0811;
        color: #FFF;
    }

}

.page-header__back i {
    color: #bf0811;
}

.input-check__input:checked ~ .input-check__box {
    background: #00337d;
}

.block-slideshow .owl-carousel .owl-dot {
    background: #00337d;
}

.block-slideshow .owl-carousel .owl-dot.active {
    background: #bf0811;
}

.block-header__arrow {
    background: transparent;
    color: #00337d;
}

.block-header__arrow:hover {
    background: #00337d;
    color: #fff;
}

.block-header__arrow:active {
    background: transparent;
    color: #00337d;
}

.block-header__arrow:focus {
    background: #f7f7f7;
    color: #00337d;
}

.block-header {
    /* Adicionado por Gabriel Vaz Ticket #14388 */
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}


.block-header__divider {
    /* Alteração Gabriel Vaz Ticket #14388 */
    width: 100%;
    height: 2px;
    background-color: #EBEBEB;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}

.filter__arrow {
    color: #00337d;
}

.title-checkout, .footer-links__title {
    color: #00337d;
}

.footer-contacts__title, .service-bar__title:hover {
    color: #00337d;
}

.footer-newsletter__title {
    color: #00337d;
}

.footer-payment__title {
    color: #00337d;
}

.footer-seals__title {
    color: #00337d;
}

.footer-apps__title {
    color: #00337d;
}

.footer-apps__text img {
    width: 120px;
}

.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 {
    /* Alteração Gabriel Vaz Ticket #14388 */
    color: #00337d;
    text-align: center;
    padding: 0 16px;
    background-color: #FFF;
    position: relative;
    z-index: 2;
}

.page-header__title {
    color: #00337d;
}

.product__name {
    color: #00337d;
}

.container__products-carousel-grid {
    margin-top: 30px;
}

.product-tabs__item {
    color: #00337d;
}

.product-tabs__item:hover {
    color: #00337d;
}

.product-tabs__item--active {
    border-bottom-color: #00337d;
}

[dir=ltr] .nav-panel__nav-links {
    margin-right: 0px;
}

.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;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .nav-links__item-link {
        font-size: 16px;
        font-weight: 500;
    }

}

@media (min-width: 1200px) {
    .nav-links__item-link {
        font-size: 16px;
        font-weight: 500;
    }

}

.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: #00337d;
}

.megamenu__links--level--1 > .megamenu__item > a:active {
    color: #00337d;
}

.megamenu__links--level--1 > .megamenu__item > a:focus {
    color: #00337d;
}

.nav-links__item {
    margin-left: 2px;
}

.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;
}

.product-card__image img {
    max-height: 180px;
}

.nav-links__item-link {
    white-space: nowrap;
}

.btn-success {
    color: #fff;
    background-color: #e40e14;
    border-color: #e40e14;
}

.btn-success:hover {
    color: #fff;
    background-color: #083484;
    border-color: #083484;
    transition: 0.5s;
}

.btn-success:active {
    color: #fff;
    background-color: #0d52d0;
    border-color: #0d52d0;
}