﻿@media (prefers-color-scheme: light) {}

/*---*/

.owl-carousel-banners-slider.owl-carousel .owl-nav {
    position: absolute;
    top: 45%;
    margin-top: -23px;
    width: 100%;
    font-size: 40px;
    font-style: normal;
    font-variant: normal;
    font-weight: lighter;
    line-height: 1;
}

    .owl-carousel-banners-slider.owl-carousel .owl-nav .owl-prev,
    .owl-carousel-banners-slider.owl-carousel .owl-nav .owl-next {
        position: absolute;
        background: transparent;
        width: 50px;
        height: 50px;
        color: red;
        opacity: .7;
    }

        .owl-carousel-banners-slider.owl-carousel .owl-nav .owl-prev:hover,
        .owl-carousel-banners-slider.owl-carousel .owl-nav .owl-next:hover {
            opacity: 1;
            background: transparent;
            color: red;
        }

    .owl-carousel-banners-slider.owl-carousel .owl-nav .owl-prev {
        left: 0;
        }

    .owl-carousel-banners-slider.owl-carousel .owl-nav .owl-next {
         right: 0;
         
    }

    .owl-carousel-banners-slider.owl-carousel .owl-dots
    {
        margin-top: 10px;
    }
        .owl-carousel-banners-slider.owl-carousel .owl-dots .owl-dot
        {
            zoom: 1.2;
        }

        .owl-carousel-banners-slider.owl-carousel .owl-dots .owl-dot.active span,
        .owl-carousel-banners-slider.owl-carousel .owl-dots .owl-dot:hover span {
            background: rgba(254, 5, 5, 0.69);
        }

    @media (max-width: 1360px) {

        .owl-carousel-banners-slider.owl-carousel .owl-nav .owl-prev {
            left: -5px;
        }

        .owl-carousel-banners-slider.owl-carousel .owl-nav .owl-next {
            right: -5px;
        }

        .owl-carousel-banners-slider-container {
            padding: 0;
        }

    }


    /*---*/
    .carrossel-products.owl-carousel .owl-nav {
        position: absolute;
        top: 50%;
        margin-top: -23px;
        width: 100%;
        color: #767575;
        font-size: 45px;
    }

        .carrossel-products.owl-carousel .owl-nav .owl-prev {
            position: absolute;
            left: 0;
            background: transparent;
            color: #00000069;
        }

        .carrossel-products.owl-carousel .owl-nav .owl-next {
            position: absolute;
            right: 0;
            background: transparent;
            color: #00000069;
        }

        .carrossel-products.owl-carousel .owl-nav [class*=owl-]:hover {
            background: transparent;
            color: #767575;
            text-decoration: none;
        }

        .carrossel-products.owl-carousel .owl-dots {
            margin-top: 10px;
        }

            .carrossel-products.owl-carousel .owl-dots .owl-dot {
                zoom: 1.2;
            }

                .carrossel-products.owl-carousel .owl-dots .owl-dot.active span,
                .carrossel-products.owl-carousel .owl-dots .owl-dot:hover span {
                    background: rgba(254, 5, 5, 0.69);
                }


    /*---*/

    .category-list-sidebar {
        background: #fff;
        box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.06);
        width: 270px;
    }

        .category-list-sidebar .dropdown-toggle::after {
            display: none !important;
        }

        .category-list-sidebar .category-list-sidebar-header {
            background: #ff253a;
            cursor: pointer;
            /*height: 62px;*/
        }

            .category-list-sidebar .category-list-sidebar-header .nav-link {
                
                display: flex;
                align-content: center;
                justify-content: space-between;
                font-size: 18px;
                letter-spacing: 0.8px;
            }

            .category-list-sidebar .category-list-sidebar-header .mdi.mdi-menu {
                font-size: 28px !important;
            }

            .category-list-sidebar .category-list-sidebar-header .category-list-sidebar-body {
                background-color: #fff;
                width: 100%;
                padding: 0;
                position:absolute;
            }





        .category-list-sidebar .sidebar-category-item a {
            display: flex;
            align-items: center;
            border-left: 2px solid #fff;
            padding: 10px 6px;
            border-bottom: 1px solid #f0f7fa;
            text-decoration: none;
        }

            .category-list-sidebar .sidebar-category-item a:hover {
                border-left: 2px solid #ff253a;
                background-color: #eff7fa;
            }

                .category-list-sidebar .sidebar-category-item a:hover h6 {
                    color: #000;
                }

        .category-list-sidebar .sidebar-category-item img {
            width: 30px;
            height: 30px;
            padding: 1px;
            border-radius: 2px;
        }

        .category-list-sidebar .sidebar-category-item h6 {
            font-size: 13px;
            margin: 0px 8px;
            font-weight: 400;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }


/*--Modal Padrão*/

.modal-default .modal-header {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
    margin-top: 20px;
}



    .modal-default .modal-header h5 {
        font-size: 1.5em;
        margin-top: 15px;
        text-align: center;
    }

    .modal-default .modal-header .close {
        font-size: 40px;
        position: absolute;
        right: 12px;
        top: 10px;
    }

.modal-default .modal-sub-header {
    margin-right: 40px;
    margin-left: 40px;
    margin-bottom: 10px;
    padding: 0;
}

.modal-default .modal-body {
    margin-right: 40px;
    margin-left: 40px;
    margin-bottom: 10px;
}

@media (max-width: 575.98px) {

    .modal-default .modal-body {
        margin-right: 30px;
        margin-left: 30px;
    }
}




/*--Menu Unidades / Lojas Relacionadas-*/

#modal-lojas-relacionadas #txtCep {
    font-size: 1.5em;
}
#modal-lojas-relacionadas a {
    text-decoration: none;
}


#modal-lojas-relacionadas .item {
    display: flex;
    border: 1px solid #e0d5d5;
    padding: 10px;
    border-radius: 2px;
    margin-bottom: 10px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}


    #modal-lojas-relacionadas .item:hover {
        border-color: #212121;
    }

#modal-lojas-relacionadas .item .marca {
    max-width: 140px;
    margin-bottom: 15px;
}

#modal-lojas-relacionadas .item .rotulos
{
    text-align: center;
    margin-left: 15px;
}

    #modal-lojas-relacionadas .item .rotulos .rotulo {
        font-weight: bold;
        font-size: 1.1em;
    }

    #modal-lojas-relacionadas .item .rotulos .secundario {
        color: gray;
    }




/*--Modal Cupom primeira compra-*/


#modal-cupom-primeira-compra {

}

    #modal-cupom-primeira-compra .cupom {
        margin: 0 auto;
        background-color: #fff;
        max-width: 240px;
        border: 2px dotted red;
        padding: 10px;
        font-weight: bold;
        text-align: center;
        font-size: 22px;
        margin-bottom: 20px;
    }


        #modal-cupom-primeira-compra .regras {
            margin: 10px;
            font-size: 0.8em;
        }


.section-home-banners {
    background: url(data:image/jpeg;base64,/9j/4QAYRXhpZgAASUkqAAgAAAAAAAAAAAAAAP/sABFEdWNreQABAAQAAAAeAAD/4QMvaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLwA8P3hwYWNrZXQgYmVnaW49Iu+7vyIgaWQ9Ilc1TTBNcENlaGlIenJlU3pOVGN6a2M5ZCI/PiA8eDp4bXBtZXRhIHhtbG5zOng9ImFkb2JlOm5zOm1ldGEvIiB4OnhtcHRrPSJBZG9iZSBYTVAgQ29yZSA1LjYtYzE0MiA3OS4xNjA5MjQsIDIwMTcvMDcvMTMtMDE6MDY6MzkgICAgICAgICI+IDxyZGY6UkRGIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyI+IDxyZGY6RGVzY3JpcHRpb24gcmRmOmFib3V0PSIiIHhtbG5zOnhtcD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLyIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bXA6Q3JlYXRvclRvb2w9IkFkb2JlIFBob3Rvc2hvcCBDQyAyMDE4IChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo0NTYyQTA3NUEwOUUxMUU4ODIwOEVDQjhDQkZGNkY0RSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo0NTYyQTA3NkEwOUUxMUU4ODIwOEVDQjhDQkZGNkY0RSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjQ1NjJBMDczQTA5RTExRTg4MjA4RUNCOENCRkY2RjRFIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjQ1NjJBMDc0QTA5RTExRTg4MjA4RUNCOENCRkY2RjRFIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+/+4ADkFkb2JlAGTAAAAAAf/bAIQAEAsLCwwLEAwMEBcPDQ8XGxQQEBQbHxcXFxcXHx4XGhoaGhceHiMlJyUjHi8vMzMvL0BAQEBAQEBAQEBAQEBAQAERDw8RExEVEhIVFBEUERQaFBYWFBomGhocGhomMCMeHh4eIzArLicnJy4rNTUwMDU1QEA/QEBAQEBAQEBAQEBA/8AAEQgBkAACAwEiAAIRAQMRAf/EAFoAAQEBAQAAAAAAAAAAAAAAAAABAgYBAQAAAAAAAAAAAAAAAAAAAAAQAQACAgIABwAAAAAAAAAAAAABESFRYRLwcYGhsQIiEQEAAAAAAAAAAAAAAAAAAAAA/9oADAMBAAIRAxEAPwDtL4CpAL8hAG6jQtwADFQAtcC3GwGMgA1+dB3+uwCpFwAeooAM5AWoFAZuNiXADdRoZuOAEFx4gBMC9J37ANBUAM3ImQGqGe07ASuPgXryA1QzXIDYgBQuAEvgKAUTOgGaGugD/9k=)
}


/*--toastr/sweetalert--*/

.sweetalert2-title {
    font-size: 1.2em !important;
}

.sweetalert2-icon {
    font-size: 0.5em !important;
}

/*--Consentimento no uso de cookies--*/

#box-cookies-consentimento {
    display: none;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    position: fixed;
    z-index: 9999;
    padding: 0.8em 2em;
    bottom: 0.5em;
    margin: 0.5em 1.5em;
    background: rgb(0 0 0 / 0.85);
    color: #fff !important;
    font-size: 1.1em;
    border-radius: 5px;
    box-shadow: 3px 3px 3px #00000075;
}
    #box-cookies-consentimento a {
        color: #fff !important;
        text-decoration: underline;
    }

    #box-cookies-consentimento span {
        margin-right: 1em
    }

    #box-cookies-consentimento button {
        align-self: flex-end;
        margin-top: 1em;
        margin-bottom: 1em;
        background: #e9c021;
        width: 100px;
        color: #000;
        border: 0;
        border-bottom: 2px solid #d1a90c;
        padding: 0.3em;
    }


.brochure-offers {
    background: #f6f6f6;
}


/* Ocultar o botão de limpar (o "x") no campo de busca */
input[type="search"].input-search-cancel-button::-webkit-search-cancel-button {
    display: none;
}

input[type="search"].input-search-cancel-button::-moz-search-cancel-button {
    display: none;
}

input[type="search"].input-search-cancel-button {
    -webkit-appearance: none; /* Para garantir compatibilidade com WebKit */
    appearance: none; /* Para navegadores modernos */
}