body {
    font-family: "Roboto", "sans-serif";
}

.loading__spinner {
    color: #f4a832;
}

.site-header {
    background: #FFF;
}

.site-header__logo img {
    height: 70px;
}

.footer-contacts__text img {
    height: 70px;
}

.nav-panel {
    background: black;
    color: #fff;
}

.site-newsletter {
    background: black;
    color: #FFFFFF;
}

.block-brands__slider .owl-nav i, .block-products-carousel__slider .owl-nav i {
    color: #151c69;
}

.site-header__cart i {
    color: black;
}

.indicator__value {
    background: #151c69;
    color: #fff;
}

.site-header__phone-title {
    color: #151c69;
    margin-top: 5px;
}

@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: 15px;
        font-weight: 500;
        white-space: nowrap;
    }

}

.product-tabs__title, .block-header__title {
    color: #151c69;
}

.page-header__title h1 {
    color: #151c69;
}

.page-header__back i {
    color: #f4a832;
}

.block-slideshow .owl-carousel .owl-dot {
    background: black;
}

.block-slideshow .owl-carousel .owl-dot.active {
    background: #f4a832;
}

.title-checkout, .footer-links__title {
    color: #000000;
}

.footer-contacts__title, .service-bar__title:hover {
    color: #000000;
}

.footer-newsletter__title {
    color: #151c69;
}

.footer-payment__title {
    color: #000000;
}

.footer-seals__title {
    color: #000000;
}

.footer-apps__title {
    color: #000000;
}

.megamenu__links--level--1 > .megamenu__item > a {
    font-size: 14px;
    white-space: nowrap;
    padding-right: 20px;
    margin-bottom: 20px;
}

.block-products-carousel__cell .product-card__name {
    min-height: 50px;
}

.product-card__name {
    min-height: 60px;
}

.block-products-carousel[data-layout="grid-5"] .product-card .product-card__info {
    height: 80px;
}

.product-card__prices {
    min-height: 40px;
}

.block-header__arrow {
    background: transparent;
    color: #151c69;
}

.block-header__arrow:hover {
    background: #f7f7f7;
    color: #151c69;
}

.block-header__arrow:active {
    background: transparent;
    color: #151c69;
}

.block-header__arrow:focus {
    background: #f7f7f7;
    color: #151c69;
}

.filter__arrow {
    color: #151c69;
}

.product-card .product-card__info {
    margin-bottom: 10px;
}

.product__fidelity--img img {
    height: 60px;
    margin-bottom: 10px;
}

.product-card__fidelity--img img {
    height: 45px;
}

.product__fidelity--title {
    font-size: 16px;
    font-weight: 400;
}

.product__fidelity--price {
    font-size: 22px;
    color: #C9262E;
}

.product-card__fidelity--title {
    font-size: 12px;
    margin-top: 5px;
    margin-bottom: 5px;
    font-weight: 400;
}

.product-card__fidelity--price {
    color: #C9262E;
}

.nav-links__item {
    margin-left: 0;
}

.product-card__fidelity--img img {
    width: auto!important;
}

.site-header__seal img {
    margin-left: 20px;
    height: 50px;
}

.product-card__info {
    flex-grow: 0;
}

.filter-categories__item--child {
    font-size: 13px;
}

.block-brands__slider .owl-carousel .owl-item img {
    width: auto;
}

.topbar-link {
    color: #151c69;
}

.megamenu {
    margin-top: 2px;
    border-radius: 10px;
    box-shadow: 2px 2px 10px grey;
}

.megamenu__links--level--1 > .megamenu__item > a {
    font-size: 15px;
    white-space: nowrap;
    padding-right: 20px;
    color: #151c69;
    font-weight: 500;
}

.megamenu__links--level--1 > .megamenu__item > a:hover {
    color: #151c69;
}

.megamenu__links--level--2 li:first-child {
    margin-top: 5px;
}

.megamenu__item .megamenu__item_2:first-child {
    margin-top: 0px;
}

.megamenu__item .megamenu__item_2 {
    margin-top: 5px;
}

.megamenu__item .megamenu__item_3 {
    margin-top: 5px;
}

.container__products-carousel-grid {
    margin-top: 40px;
}

.footer__text {
    text-align: center;
    color: #000000;
    margin-top: 10px;
}

.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;
}

#modal-location .btn {
    background: #000000;
    color: #fff;
    padding: 10px;
}

[dir=ltr] .nav-panel__nav-links {
    margin-right: 0px;
    height: 46px;
}

.nav-links__list {
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    position: absolute;
}

.topbar-app .btn {
    background: #151c69;
    border-color: #151c69;
    color: #ffffff;
    font-weight: 500;
    border-radius: 5px;
    box-shadow: 1px 1px 3px #151c69;
    -webkit-box-shadow: 1px 1px 3px #151c69;
    -moz-box-shadow: 1px 1px 3px #606061;
}

.nav-links__item:last-child .nav-links__item-link {
    background-color: #000000;
    margin-left: 10px;
    color: #ffffff;
    border-top: 3px #000000 solid;
    border-bottom: 3px #000003 solid;
    border-radius: 10px;
}

[dir=ltr] .nav-links__item--has-submenu .nav-links__item-body {
    padding-right: 15px;
}

.nav-links__item:nth-last-child(2) .nav-links__item-body {
    background-color: #ff0000;
    margin-left: 10px;
    color: #ffffff;
    border-top: 1px #000000 solid;
    border-bottom: 1px #000000 solid;
    border-radius: 10px;
}

.fa-youtube:before {
    color: #000;
}

.fa-facebook:before {
    color: #000;
}

.fa-instagram:before {
    color: #000;
}

.fa-pinterest-p:before {
    color: #000;
}

.fa-spotify:before {
    color: #000;
}

@media (max-width: 767px) {
    .product-card__image img {
        max-height: 180px;
    }
}

.btn-success {
    background-color: black;
    border-color: black;
}

.btn-success:hover {
    background-color: #242320;
    border-color: #242320;
}
.form-control.input-number__input {
    border-radius: 25px;
}

.btn.btn-md.btn-success.product-card__addtocart {
    border-radius: 25px;
}

.product-card__badge {
    border-radius: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
}

.form-control.form-control-sm {
    border-radius: 15px;
}

.fas.fa-microphone {
    display: none;
}

.btn.btn-light.w-50.mb-3 {
    border-radius: 40px;
}
.btn.btn-primary.btn-xl.w-75 {
    border-radius: 40px;
}
.btn.btn-success.btn-xl.w-75 {
    border-radius: 40px;
}

#btn-voice-search {
    display: none;
}

.fab.fa-whatsapp.fa-whatsapp__footer-bar {
    color: #ffffff;
}
/* Animação de pulsar */
@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: 1;
    }
    50% {
        transform: scale(1.1);
        opacity: 0.7;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}

/* Aplica ao botão WhatsApp */
.btn-whatsapp.btn-whatsapp-right {
    animation: pulse 1.2s infinite;
}

.btn.btn-success.btn-lg.product-card__addtocart {
    border-radius: 25px;
}

.badge.badge-success {
    border-radius: 10px;
}
.nav-links__item {
    font-size: smaller;
}