@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lilita+One&display=swap');


body {
    font-family: "Nunito","Roboto", "sans-serif";
    letter-spacing: 0.05em;
}

.loading__spinner {
    color: #ec1a3b;
}

.site-header__logo img {
    height: 70px;
}

.site-header__cart i {
    color: #e93b5e;
}

.site-header__cart i:hover {
    color: #af0115;
}

.site-header__cart .indicator__value {
    background-color: #f49818;
    color: #fff;
}

.footer-contacts__text img {
    height: 70px;
}

.footer-apps__text img {
    width: 120px;
}

.nav-panel {
    background: #861f1b;
    color: #FFF;
}

.block-brands__slider .owl-nav i, .block-products-carousel__slider .owl-nav i {
    color: #ec1a3b;
}

.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: #ec1a3b;
}

.product-card__new-price {
    color: #ec1a3b;
    font-size: 36px;
}

.product__price {
    color: #ec1a3b;
}

.product__new-price {
    color: #ec1a3b;
}

.top-button {
    color: #ec1a3b;
}

@media (max-width: 991px) {
    .indicator__value {
        background: #ec1a3b;
        color: #FFF;
    }
}

.page-header__back i {
    color: #ec1a3b;
}

.input-check__input:checked ~ .input-check__box {
    background: #ec1a3b;
}

.block-slideshow .owl-carousel .owl-dot {
    background: ##35bce5;

}

.block-slideshow .owl-carousel .owl-dot.active {
    background: #f49818;
}

.block-header__arrow {
    background: transparent;
    color: #ec1a3b;
}

.block-header__arrow:hover {
    background: #f7f7f7;
    color: #fff350;
}

.block-header__arrow:active {
    background: transparent;
    color: #ec1a3b;
}

.block-header__arrow:focus {
    background: #f7f7f7;
    color: #ec1a3b;
}

.filter__arrow {
    color: #ec1a3b;
}

.site-newsletter__title {
    color: #ec1a3b;
}

.footer-links__title {
    color: #ec1a3b;
}

.footer-contacts__title, .service-bar__title:hover {
    color: #fe0022;
}

.footer-newsletter__title {
    color: #165f8e;
}

.footer-payment__title {
    color: #165f8e;
}

.footer-seals__title {
    color: #ec1a3b;
}

.footer-apps__title {
    color: #ec1a3b;
}

.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 {
    color: #ec1a3b;
}

.page-header__title {
    color: #ec1a3b;
}

.product__name {
    color: #ec1a3b;
}

.container__products-carousel-grid {
    margin-top: 30px;
}

.product-tabs__item {
    color: #ec1a3b;
}

.product-tabs__item:hover {
    color: #ec1a3b;
}

.product-tabs__item--active {
    border-bottom-color: #ec1a3b;
}

[dir=ltr] .nav-panel__nav-links {
    margin-right: 0px;
    height: 90px;
}

.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--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: #ec1a3b;
}

.megamenu__links--level--1 > .megamenu__item > a:active {
    color: #ec1a3b;
}

.megamenu__links--level--1 > .megamenu__item > a:focus {
    color: #ec1a3b;
}

.nav-links__item {
    margin-left: 2px;
    margin-right: 2px;
}

.topbar-message {
    background: #7b131b;
    color: #ffffff;
    min-height: 50px;
    /*padding: 10px;*/
    font-weight: bold;
    /*width: 100vw;
    /* Define a largura como 100% da largura da tela */
    height: auto;
}

.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: #fffe52;
}

.mobile-header__logo img {
    max-height: 45px;
    max-width: 200px;
}

.nav-links__item-body {
    padding: 0 10px;
}

/*---------------------------------------------------------------------------------------------------------------------------------------------------*/
/* ajuste para que a imagem inserida nas coleções não aparecerem na página do produto, solicitada pelo cliente no dia 15/09/2023 - 13329 - Rafael */
.product__badges-list img {
    max-height: 2px;
    visibility: hidden;
}
/*---------------------------------------------------------------------------------------------------------------------------------------------------*/

@media (min-width: 992px) {
    .site__body {
        margin-top: 280px;
    }

    .topbar-message {
        /*max-width: 100vw;
        /* Garante que a largura máxima não ultrapasse a tela */
        width: auto;
    }

    .site-header {
        position: fixed;
        top: 50px;
        background-color: #fff;
        width: 100%;
    }

}

.btn-whatsapp {
    background-image: url("https://sorpanalimentos.agilecdn.com.br/arquivos/talk-sorpan.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-color: red !important;
    bottom: 20px !important;
}
.fa-whatsapp {
    display: none;
}

/*Alterações-Sorpan-Gabriel------------------------------------------------------------------------------------------------------------------------------------------------*/

.btn-success {
    transition: 0.5s;
    background-color: #ec1a3b;
    border-color: #ec1a3b;

}
.btn-success:hover {

    background-color: #c31530;
    border-color: #c31530;

}
.product-card__new-price {

    font-family: "Lilita One", sans-serif;
    color: #c11530;
    font-size: 28px;

}
.product-card .product-card__actions {
    padding: 0px 0px 0px 0px;

}
.nav-links__item-body {
    flex-direction: column !important;
    justify-content: space-evenly !important;
    height: 100% !important;
}
.nav-links__item-body:hover {
    background-color: #ffff;
    color: black;
}
.topbar-message {
    background-image: url('https://sorpanalimentos.agilecdn.com.br/arquivos/retangulo novo.gif');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: fixed;
    z-index: 200;
    width: 100%;
}

@media (max-width: 768px) {
    .topbar-message {
        position: relative;
    }
}

/*.owl-stage-outer {*/
/*    border-radius: 10px;*/

/*}*/