body {
    font-family: "Roboto", "sans-serif";
}

.loading__spinner {
    color: #3A3A3A;
}

.site-header__logo img {
    height: 65px;
}

.site-header__cart i {
    color: #3A3A3A;
}

.site-header__cart i:hover {
    color: #5a5a5a;
}

.site-header__cart .indicator__value {
    background-color: #3A3A3A;
    color: #fff;
}

.footer-contacts__text img {
    height: 75px;
}

.footer-apps__text img {
    width: 120px;
}

.nav-panel {
    background: #EBEBEB;
    color: #FFF;
}

.nav-links__item-body {
    color: #3a3a3a;
}

/*new*/.nav-links__item-link {
    transition: background 0.2s ease;
}

/*new*/.nav-links__item-body {
    transition: color 0.2s ease;
}

/*new*/.nav-links__item-link:hover {
    background: none;
}

/*new*/.nav-links__item:hover .nav-links__item-link {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}

.nav-links__item:hover .nav-links__item-body {
    color: #fff;
}

/* ALTERAR COR ULTIMO ITEM MENU
.nav-links__item:last-child .nav-links__item-link {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}

.nav-links__item:last-child .nav-links__item-body {
    color: #fff;
    font-weight: 700;
}

.nav-links__item:last-child .nav-links__item-link:hover {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 50%);
}

*/

.block-brands__slider .owl-nav i, .block-products-carousel__slider .owl-nav i {
    color: #3A3A3A;
}

.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: #3A3A3A;
}


.product-card__new-price {
    color: #3A3A3A;
}

.product__price {
    color: #3A3A3A;
}

.product__new-price {
    color: #3A3A3A;
}

.top-button {
    color: #3A3A3A;
}

@media (max-width: 991px) {
    .indicator__value {
        background: #3A3A3A;
        color: #FFF;
    }
}

.page-header__back i {
    color: #3A3A3A;
}

.input-check__input:checked ~ .input-check__box {
    background: #3A3A3A;
}

.block-slideshow .owl-carousel .owl-dot {
    background: #EBEBEB;
}

.block-slideshow .owl-carousel .owl-dot.active {
    background: #3A3A3A;
}

.block-header__arrow {
    background: transparent;
    color: #3A3A3A;
}

.block-header__arrow:hover {
    background: #f7f7f7;
    color: #EBEBEB;
}

.block-header__arrow:active {
    background: transparent;
    color: #3A3A3A;
}

.block-header__arrow:focus {
    background: #f7f7f7;
    color: #3A3A3A;
}

.filter__arrow {
    color: #3A3A3A;
}

.site-newsletter__title {
    color: #3A3A3A;
}

.footer-links__title {
    color: #3A3A3A;
}

.footer-contacts__title, .service-bar__title:hover {
    color: #3A3A3A;
}

.footer-newsletter__title {
    color: #3A3A3A;
}

.footer-payment__title {
    color: #3A3A3A;
}

.footer-seals__title {
    color: #3A3A3A;
}

.footer-apps__title {
    color: #3A3A3A;
}

/* new! */
.megamenu__links--level--1 {
    column-count: 4;
    /*column-gap: 30px;*/
}

/* new! */
.megamenu__links--level--1 .megamenu__item {
    break-inside: avoid;
    -webkit-column-break-inside: avoid;
}

.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 {
    color: #3A3A3A;
}

.page-header__title {
    color: #3A3A3A;
}

.product__name {
    color: #3A3A3A;
}

.container__products-carousel-grid {
    margin-top: 30px;
}

.product-tabs__item {
    color: #3A3A3A;
}

.product-tabs__item:hover {
    color: #3A3A3A;
}

.product-tabs__item--active {
    border-bottom-color: #3A3A3A;
}

.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: 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;
}

/*Validar
.nav-links__item-body .fa-chevron-down {
    display: none;
}*/

/* ===== MEGA MENU ===== */
.megamenu__links--level--1 > .megamenu__item > a {
    display: block;
    /* li inteiro clicável */
    width: 100%;
    font-size: 12px;
    font-weight: 500;
    white-space: nowrap;
    padding: 6px 12px;
    color: #3A3A3A;
    transition: color 0.2s ease, background 0.2s ease;
}

/* Neutraliza o hover antigo do  */
.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: inherit;
}

/* ===== NOVO COMPORTAMENTO COM GRADIENT ===== */


/* Hover no LI */
.megamenu__item_2:hover {
    background: linear-gradient(
    135deg,
    rgba(102, 126, 234, 0.85),
    rgba(118, 75, 162, 0.85)
    );
}

/* Texto reage ao hover do LI */
.megamenu__item_2:hover > a {
    color: #fff !important;
}

.nav-links__item {
    margin-left: 2px;
    margin-right: 2px;
}

/*validar*/
/*.topbar-link {*/
/*    margin: 8px;*/
/*}*/

.topbar__item {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: #fff;
    font-weight: 700;
}

.topbar__item.topbar__item > a {
    padding: 0 10px;
}


.topbar__item--divider {
    display: none;
}

.topbar__item:hover {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 50%);
}


.topbar__item:active {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}

/*.topbar-link:hover {*/
/*    background: linear-gradient(135deg, #667eea 0%, #764ba2 50%);*/
/*}*/

.topbar__item:hover {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 50%);
}

.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;*/
}

.topbar__item .topbar-dropdown__btn {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    transition: background 0.25s ease;
    color: #fff;
    font-weight: 700;
}

.topbar__item .topbar-dropdown__btn:hover {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 50%);
}

.topbar__item .topbar-dropdown__btn:active {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}


.site-newsletter {
    background: #3A3A3A;
}

.site-newsletter__title {
    color: #fff;
}

.service-bar {
    background: #EBEBEB;
}

.site-header__phone-title {
    color: #3A3A3A;
}

.search__button {
    color: #3A3A3A;
}

.search__button:hover {
    color: #fff;
    background: #3A3A3A;
}

.page-header__title {
    color: #3A3A3A;
}

.service-bar__title:hover {
    color: #3A3A3A;
}

.service-bar__title {
    color: #3A3A3A;
}

.mobile-header__logo img {
    max-height: 35px;
    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;
    padding-top: 0px;
    padding-right: 10px;
    padding-bottom: 0px;
    padding-left: 10px;
}

.search__button {
    color: #fff;
    background: #3A3A3A;
}

.megamenu__body {
    background: #EBEBEB;
    color: #3A3A3A;
}

.freight-methods__list-checkout {
    list-style: none;
    padding: 0;
    margin: 0;
    height: auto !important;
    overflow-x: hidden;
}