body {
    font-family: "Roboto", "sans-serif";
}


/* ====================== Inicio das alteraçoes solicitadas pela V4 =======================*/

.site-header__cart .indicator__value {
    background-color: #2D3142;
    color: #fff;
}

.loading__spinner {
    color: #FE5B00;
}

.nav-panel {
    background: #fff;
    color: #FE5B00;
}

.nav-links__item-body {
    color: #2D3142;
}

.nav-links__item-body:hover,
.nav-links__item-body:active {
    color: #FFFFFF;
}


.search__form {
    border-radius: 999px;
    overflow: hidden;
    border: 1px solid #ddd;
}

.search__form {
    display: flex;
    align-items: center;
    background: #fff;
    border: 2px solid #FE5B00;
    border-radius: 999px;
    overflow: hidden;
    box-shadow: none;
}

.search__input,
.search__button,
.search__border {
    border: none !important;
    box-shadow: none !important;
    background: transparent;
}

.search__input {
    flex: 1;
    outline: none;
}

.site-header__cart i {
    margin-left: 15px;
    font-size: 30px;
    color: #2D3142;
}


/* ============= Botao do Whats============ */

.site-header__phone {
    margin-left: auto;
    flex-shrink: 0;
    flex-grow: 0;
}

.whatsapp-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background-color: #ff5500;
    color: #fff !important;
    padding: 10px 12px;
    border-radius: 12px;
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
    white-space: nowrap;
    transition: background 0.2s;
    margin-left: 170px;
    width: fit-content;
}

.whatsapp-btn:hover {
    background-color: #27D366;
    color: #fff !important;
}

.whatsapp-btn .fa-whatsapp {
    font-size: 20px;
}

/* ============= Botao do Whats============ */


.nav-links__item:hover .nav-links__item-link {
    background-color: #FE5B00;
    border-radius: 10px 10px 0 0;
}


/* hover normal */
.nav-links__item:hover > .nav-links__item-link,
.nav-links__item--hover > .nav-links__item-link {
    background-color: #ff5500;
    border-radius: 10px 10px 0 0;
}

/* quando o submenu está aberto, tira o radius de baixo */
.nav-links__item--hover > .nav-links__item-link {
    border-radius: 0 0 10px 10px;
}

/* +++++++++ Titulos centralizados ================ */

.block-header {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 15px !important;
}

.block-header__title {
    white-space: nowrap !important;
    order: 2;
}

.block-header__divider:first-of-type {
    order: 1;
    flex: 1 !important;
    height: 2px !important;
    background-color: #ff5500 !important;
}

.block-header__divider:last-of-type {
    order: 3;
    flex: 1 !important;
    height: 2px !important;
    background-color: #ff5500 !important;
}

.block-header {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 15px !important;
    margin-bottom: 25px;
}

.product-tabs__title, .block-header__title {
    font-size: 25px;
}

.block-header__title {
    color: #FE5B00;
}

/* ====================== Fim das alteraçoes solicitadas pela V4 =======================*/

/* ====================== Ajuste no botao compras  =======================*/

.product-card__addtocart {
    width: auto !important;
    flex-grow: 0 !important;
    flex-shrink: 0 !important;
    padding: 8px 12px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    height: auto !important;
}

/*=====================================================================================*/

.site-header__logo img {
    height: 35px;
}

.footer-contacts__text img {
    height: 70px;
    margin-bottom: 20px;
}

.footer-apps__text img {
    width: 120px;
}

.block-brands__slider .owl-nav i, .block-products-carousel__slider .owl-nav i {
    color: #FE5B00;
    border-radius: 50%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
    font-size: 40px;
    height: 45px;
    width: 45px;
    opacity: 1;
    background: #fff;
}

.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: #FE5B00;
}

.product-card__new-price {
    color: #FE5B00;
}

.product__price {
    color: #FE5B00;
}

.product__new-price {
    color: #FE5B00;
}

.top-button {
    color: #FE5B00;
}

@media (max-width: 991px) {
    .indicator__value {
        background: #2D3142;
        color: #FFF;
    }
}

.page-header__back i {
    color: #FE5B00;
}

.input-check__input:checked ~ .input-check__box {
    background: #FE5B00;
}

.block-slideshow .owl-carousel .owl-dot {
    background: #2D3142;
}

.block-slideshow .owl-carousel .owl-dot.active {
    background: #FE5B00;
}

.block-header__arrow {
    background: transparent;
    color: #FE5B00;
}

.block-header__arrow:hover {
    background: #f7f7f7;
    color: #2D3142;
}

.block-header__arrow:active {
    background: transparent;
    color: #FE5B00;
}

.block-header__arrow:focus {
    background: #f7f7f7;
    color: #FE5B00;
}

.filter__arrow {
    color: #FE5B00;
}

.site-newsletter__title {
    color: #FE5B00;
}

.footer-links__title {
    color: #FE5B00;
}

.footer-contacts__title, .service-bar__title:hover {
    color: #FE5B00;
}

.footer-newsletter__title {
    color: #FE5B00;
}

.footer-payment__title {
    color: #FE5B00;
}

.footer-seals__title {
    color: #FE5B00;
}

.footer-apps__title {
    color: #FE5B00;
}

.megamenu__links--level--1 .megamenu__item a {
    font-size: 14px;
    white-space: nowrap;
    margin-right: 15px;
}

.footer-seals__text img {
    width: 50%!important;
}

.page-header__title {
    color: #FE5B00;
    font-size: 30px;
}

.product__name {
    color: #FE5B00;
}

.container__products-carousel-grid {
    margin-top: 30px;
}

.product-tabs__item {
    color: #FE5B00;
}

.product-tabs__item:hover {
    color: #FE5B00;
}

.product-tabs__item--active {
    border-bottom-color: #FE5B00;
}

.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: 12px;
        white-space: nowrap;
    }
}

@media (min-width: 1200px) {
    .nav-links__item-link {
        font-size: 14px;
        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: 14px;
    font-weight: 500;
    white-space: nowrap;
    padding-right: 20px;
}

.megamenu__links--level--1 > .megamenu__item > a:hover {
    color: #FE5B00;
}

.megamenu__links--level--1 > .megamenu__item > a:active {
    color: #FE5B00;
}

.megamenu__links--level--1 > .megamenu__item > a:focus {
    color: #FE5B00;
}

.nav-links__item {
    margin-left: 2px;
    margin-right: 2px;
}

.topbar-message {
    background: #25D366;
    color: #FFF;
    min-height: 30px;
    padding: 5px;
}

.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 {
    background: #FE5B00;
}

.site-newsletter__title {
    color: #fff;
}

.service-bar {
    background: #FE5B00;
}

.site-header__phone-title {
    color: #2D3142;
}

.search__button {
    color: #2D3142;
}


.service-bar__title:hover {
    color: #FE5B00;
}

.service-bar__title {
    color: #fff;
}

.site-header__phone-title {
    font-size: 14px;
}

.mobile-header__logo img {
    max-height: 30px;
    max-width: 200px;
}

.site-newsletter {
    background: #2D3142;
    color: #fff;
}

.mobile-header__search-form i {
    color: #b3b3b3;
}

.footer-links__title {
    color: #ffffff;
}

.footer-apps__title {
    color: #ffffff;
}

.footer-contacts__title, .service-bar__title:hover {
    color: #ffffff;
}

.footer-contacts__contacts a {
    color: #ffffff;
}

.fa-whatsapp:before {
    color: #ffffff;
}

.footer-contacts__contacts li {
    color: #ffffff;
}

.footer-links__list a {
    color: #ffffff;
}

.site-footer__copyright {
    color: #ffffff;
}

.site-footer {
    background: #FE5B00;
}

.fa-arrow-alt-circle-up:before {
    color: #000000;
}

.service-bar {
    margin-top: 1px;
}

.nav-links__item-link {
    color: #FE5B00;
}

.megamenu__body {
    background: #FE5B00;
}

.megamenu__links--level--1 > .megamenu__item > a {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    white-space: nowrap;
    padding-right: 20px;
}

.megamenu__links--level--1 > .megamenu__item > a:hover {
    color: #fff;
}

.megamenu__links--level--1 > .megamenu__item > a:active {
    color: #fff;
}

.nav-links__item-link-body {
    background-color: #FE5B00;
}

.footer-links__list {
    color: #fff;
}

.footer-seals__title {
    color: #fff;
}

.footer-payment__title {
    color: #fff;
}

.site-header__phone-number a {
    font-size: 14px;
}

.site-header__phone-number {
    font-size: 14px;
}

.fa-long-arrow-alt-right:before {
    color: #FE5B00;
}


.nav-links__list {
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    position: absolute;
}


.modal-header {
    color: #fff;
    background: #FE5B00;
}

.card-body strong {
    color: #D81920;
}

.nav-links__item-body {
    padding: 15px;
}

.site-footer__logo img {
    filter: brightness(0) invert(1);
}
.product-card__unit-price {
    display: none;
    font-size: 12px;
    font-weight: 400;
    margin-top: 5px;
    margin-bottom: 5px;
}


.nav-links__item-body {
    text-transform: uppercase;
}

.megamenu__links--level--1 > .megamenu__item > a {
    text-transform: uppercase;
}

.footer-links__list a {
    text-transform: uppercase;
}

.mobile-links__item__start ~ .mobile-links__item .mobile-links__item-link {
    text-transform: uppercase;
}

[dir=ltr] .filter-categories__item > a {
    text-transform: uppercase;
}

/* Esconde o texto original do segundo botão */
.nav-tabs .nav-item:nth-child(2) .nav-link {
    font-size: 0;
    position: relative;
}

/* Insere o novo texto */
.nav-tabs .nav-item:nth-child(2) .nav-link::after {
    content: "Pedidos Salvos";
    font-size: 16px;
    /* ajuste se necessário */
}