body {
    font-family: "Roboto", "sans-serif";
}

.loading__spinner {
    color: #777777;
}

.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: #ba0c2f;
    color: #fff;
}

.footer-contacts__text img {
    height: 70px;
}

.footer-apps__text img {
    width: 120px;
}

.nav-panel {
    background: #ba0c2f;
    color: #FFF;
}

.block-brands__slider .owl-nav i, .block-products-carousel__slider .owl-nav i {
    color: #ba0c2f;
}

.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: #ba0c2f;
}

.product-card__new-price {
    color: #ba0c2f;
}

.product__price {
    color: #ba0c2f;
}

.product__new-price {
    color: #ba0c2f;
}

.top-button {
    color: #777777;
}

@media (max-width: 991px) {
    .indicator__value {
        background: #ba0c2f;
        color: #FFF;
    }
}

.page-header__back i {
    color: #777777;
}

.input-check__input:checked ~ .input-check__box {
    background: #ba0c2f;
}

.block-slideshow .owl-carousel .owl-dot {
    background: #ba0c2f;
}

.block-slideshow .owl-carousel .owl-dot.active {
    background: #777777;
}

.block-header__arrow {
    background: transparent;
    color: #ba0c2f;
}

.block-header__arrow:hover {
    background: #f7f7f7;
    color: #999;
}

.block-header__arrow:active {
    background: transparent;
    color: #ba0c2f;
}

.block-header__arrow:focus {
    background: #f7f7f7;
    color: #ba0c2f;
}

.filter__arrow {
    color: #ba0c2f;
}

.site-newsletter {
    background: #ba0c2f;
}

.site-newslettertitle {
    color: #FFFFFF;
}

.footer-linkstitle {
    color: #ba0c2f;
}

.footer-contactstitle, .service-bartitle:hover {
    color: #ba0c2f;
}

.footer-newslettertitle {
    color: #ba0c2f;
}

.footer-paymenttitle {
    color: #ba0c2f;
}

.footer-sealstitle {
    color: #ba0c2f;
}

.footer-appstitle {
    color: #ba0c2f;
}

.megamenu__links--level--1 .megamenu__item a {
    font-size: 14px;
    white-space: nowrap;
    margin-right: 15px;
}

.footer-seals__text img {
    width: 50%!important;
}

.block-headertitle {
    color: #ba0c2f;
}

.page-headertitle {
    color: #ba0c2f;
}

.product__name {
    color: #ba0c2f;
}

.container__products-carousel-grid {
    margin-top: 30px;
}

.product-tabs__item {
    color: #ba0c2f;
}

.product-tabs__item:hover {
    color: #ba0c2f;
}

.product-tabs__item--active {
    border-bottom-color: #ba0c2f;
}

.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: 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-link:hover {
    background-color: #FFBF00;
}
.nav-links__item:last-child .nav-links__item-link {
    background-color: #FFBF00;
}
.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: #ba0c2f;
}

.megamenu__links--level--1 > .megamenu__item > a:active {
    color: #ba0c2f;
}

.megamenu__links--level--1 > .megamenu__item > a:focus {
    color: #ba0c2f;
}

.nav-links__item {
    margin-left: 2px;
    margin-right: 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;
}
.site-newsletter__title {
    color: #fff;
}

#modal-location .btn {
    background: #ba0c2f;
    color: #fff;
    padding: 10px;
}

.mobile-header__logo img {
    max-height: 45px;
    max-width: 200px;
}

/* ADICIONADO POR MARCOS*/
html .form-control {
    border-radius: 50px;
}
html .btn {
    border-radius: 15px;
}
html .service-bar {
    margin-top: 0;
}
html .site-newsletter__input {
    border-radius: 50px;
}
html .block-banner__image {
    border-radius: 15px;
    overflow: hidden;
}
html .product-gallery__featured {
    border-radius: 15px;
}
html #show_hide_password .input-group-text {
    border-radius: 0 50px 50px 0;
}
html .card {
    border-radius: 15px;
}
html .search__border {
    border-radius: 50px;
}
html .account-nav {
    border-radius: 15px;
}
html .footer-seals__text img {
    width: 50%
}
html .site-newslettercontainer {
    display: flex;
    align-items: center;
    margin-bottom: 0 !important;
}
/* FIM  */