﻿body {
    font-family: Verdana, Geneva, sans-serif;
}

/*COR PADRÃO PARA AS CORES DE FUNDO DO CABEÇALHO E RODAPÉ, BEM COMO TODOS OS BOTÕES QUE USAREM A MESMA COR DE FUNDO*/
.backgroundDefault {
    background-color: var(--main-color-primary);
}

/*COR PADRÃO PARA AS CORES DE FUNDO DO RODAPÉ, CASO SEJA DIFERENTE DO HEADER*/
.backgroundDefaultFooter {
    background-color: var(--color-footer-background);
    color: var(--color-footer-text);
}

    .backgroundDefaultFooter a {
        color: var(--color-footer-links);
    }

    .backgroundDefaultFooter a:hover {
        color: var(--color-footer-contrast);
    }

/*ESTILO PARA BOTÃO CLEAN, SEM ESTILOS, SOMENTE BORDA E TEXTO*/
.btnClean {
    color: white;
    border: 1px solid;
    background-color: var(--main-color-primary);
    border-color: #ccc;
    font-size: 14px;
    border-radius: 0px !important;
}


/*MARGEM PARA NÃO COLAR A LISTAGEM DE PRODUTOS NA BARRA DE TOPO E FOOTER*/
.lstProdutos {
    margin-top: 3%;
    margin-bottom: 3%;
}

/*ESTILO PARA DEIXAR O CONTAINER FULL WIDTH E OCUPAR A TELA TODA*/
.full-width {
    padding-left: 0;
    padding-right: 0;
}

/*ESTILOS HEADER INI*/
.header {
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 100;
}

.barraHeader {
    background-color: #D9D9D9;
    font-size: 12px;
    color: #747480;
    height: 100%;
}

.barraSearch {
    background-color: #747480;
    padding-top: 7px;
    height: 45px;
    margin-bottom: 15px;
}

.logo {
    margin: 1% 0% 1% 0%;
    padding: 0% 0% 1% 0%;
}


li {
    margin-top: 1%;
    color: #FFF;
    flex-direction: row;
    margin-right: 2%;
    font-size: 14px;
}

    .dvAcessosUser li a {
        color: #FFF !important;
        text-decoration: none;
    }

.dvLogin {
    color: #A11439;
    font-size: 14px;
    text-align: right;
}

    .dvLogin a {
        text-decoration: none;
        color: #747480;
    }

.search_box .input-group {
    width: 98.5%;
    float: right;
    padding-right: 1%;
}
/*ESTILOS HEADER FIM*/

/*ESTILOS FOOTER INI*/
.footer {
    color: var(--color-footer-text);
    font-size: 14px;
}

    .footer .footerTitles {
        font-weight: bold;
        font-size: 15px;
        padding-top: 5%;
        margin-bottom: 22px;
    }

    .footer ul {
        list-style: none;
        padding: 0;
    }

    .footer .footerLinks {
        padding-bottom: 8px;
    }

        .footer .footerLinks a {
            color: #555 !important;
            text-decoration: none;
        }

            .footer .footerLinks a:hover {
                color: #A11439 !important;
            }

.barraFooter {
    background-color: var(--color-footer-background);
    font-size: 12px;
    padding: 3px 0 3px 0;
    margin-bottom: 10px;
}
/*ESTILOS FOOTER FIM*/

/*ESTILOS DA LISTAGEM DE CATEGORIAS - MENU LATERAL INI*/
.categorias {
    padding-top: 1%;
}

    .categorias ul {
        padding-left: 0%;
        list-style: none;
    }

    .categorias a {
        color: #333;
        font-size: 12px;
        text-decoration: none;
        line-height: 30px;
    }

        .categorias a:hover {
            color: #000;
            text-decoration: underline;
        }

    .categorias h5 {
        color: #A11439;
    }

.categoriasPorLetra ul {
    list-style: none !important;
}
/*ESTILOS DA LISTAGEM DE CATEGORIAS - MENU LATERAL FIM*/

/*ESTILOS DE PRODUTO - LISTAGEM INI*/
.produto {
    width: 100%;
    text-align: center;
    margin-bottom: 8%;
}

    .produto .preco {
        display: inline-block !important;
        margin-top: 7%;
    }

    .produto a {
        display: block;
        text-decoration: none;
    }

    .produto p {
        font-size: 14px;
        font-weight: 400;
        color: #696763;
        height: 65px;
        word-wrap: break-word;
    }
    
    .produto img {
        height: 250px;
        width: auto !important;
        margin: auto;
        overflow: hidden;
    }

    .produto.detail img {
        height: auto;
        width: 100% !important;
        max-width: 250px;
        margin: auto;
        overflow: hidden;
    }

    .produto .imgproduto {
        max-width: 170px;
        margin: auto;
        height: 250px;
    }

        .produto .imgproduto img {
            width: 100% !important;
            max-height: 250px;
            height: auto;
        }


    .produto h2 {
        color: #000;
        font-size: 20px;
        font-weight: 700;
        margin: 0;
        margin-top: 1%;
    }

    .produto strike {
        display: block;
        color: #696763;
        margin-top: 5%;
        font-weight: 700;
    }
/*ESTILOS DE PRODUTO - LISTAGEM FIM*/

/*ESTILOS DE PRODUTO - DETALHES INI*/
.detalhe {
    margin-top: 1%;
    margin-bottom: 10%;
}

    .detalhe p {
        margin-top: 4%;
        color: #696763;
    }

    .detalhe strike {
        display: block;
        color: #696763;
        margin-top: 3%;
        font-weight: 700;
    }

    .detalhe .vlrvenda {
        color: #000;
        float: left;
        font-size: 30px;
        font-weight: 700;
        margin-right: 20px;
        margin-top: 0;
    }

    .detalhe .titulo h2,
    .detalhe .pedidosTitulo h2 {
        display: inline-block;
        margin-bottom: 8px;
        margin-top: 10px;
        color: #363432;
        font-size: 19px;
    }

    .detalhe .preco {
        margin-bottom: 3%;
    }

    .detalhe .tabTitle {
        background: #A11439;
        width: 100%;
        color: #FFF;
        padding: 0.8%;
        font-size: 14px;
    }

    .detalhe .tabOther {
        background: #f5f5f5;
    }

    .detalhe .textoSinopse {
        margin-top: 3%;
        margin-bottom: 3%;
        padding: 0;
        font-size: 14px;
    }

    .detalhe .tableFichaTecnica {
        padding: 0;
        margin-top: 3%;
        font-size: 14px;
    }
    
.dvAgrupador {
    font-size: 14px;
/*    margin-bottom: 8%;
*/}

    .dvAgrupador span {
        margin: 0 !important;
    }

    .dvAgrupador a {
        color: #000;
    }

    .dvAgrupador p {
        margin-bottom: -3%;
    }

    .dvAgrupador .detalheProduto-aviso {
        color: red;
    }

.detalhes-produto {
    flex-direction: row;
    display: flex;
}

    .detalhes-produto .detalhes-produto--autor {
        flex-direction: column;
        word-break: break-word;
        min-width: 16%;
    }

    .detalhes-produto .detalhes-produto--editora {
        flex-direction: column;
        align-items: flex-start;
        word-break: break-word;
        min-width: 30%;
        margin-left: 10px;
    }






    /*ESTILOS DE PRODUTO - DETALHES FIM*/
    /*ESTILOS BOTÕES ADICIONAR AO CARRINHO INI*/
    .addToCart {
        background: #eee;
        color: #000;
        width: 100%;
        border: 0;
        border-radius: 5px;
    }

    .addToCart:hover {
        background: var(--main-color-primary);
        color: #FFF;
    }

.hovered {
    background: var(--main-color-primary);
    color: #FFF;
}

.addToCartReverse {
    background-color: #A11439;
    color: #FFF;
    border-radius: 0;
    font-size: 15px;
    border-radius: 5px;
}

    .addToCartReverse:hover {
        background: #f5f5f5;
        color: #000;
        border-radius: 5px;
    }
/*ESTILOS BOTÕES ADICIONAR AO CARRINHO FIM*/

.col-lg-7.noPaddingLeft {
    padding-left: 0 !important;
}

.col-sm-12.noPaddingLeft {
    padding-left: 0 !important;
}

.row.noPaddingLeft {
    padding-left: 0 !important;
}

/*HEADER PARA O TÍTULO DAS LISTAGENS*/
h2.titleListagem {
    font-family: Lato;
    line-height: 40px;
    font-weight: normal;
    font-style: normal;
    font-size: 32px;
}

/*ESTILOS PARA OS BREADCRUMBS INI*/
.breadcrumbs .breadcrumb {
    background: transparent;
    padding-left: 0;
    margin-top: -2%;
}

    .breadcrumbs .breadcrumb li a {
        background-color: var(--main-color-primary);
        color: #FFF;
        padding: 2px 7px;
        margin-top: -2%;
    }

    /*.breadcrumbs .breadcrumb li a:after {
            content: "";
            height: auto;
            width: auto;
            border-width: 6px;
            border-style: solid;
            border-color: transparent transparent transparent #A11439;
            position: absolute;
            top: 0.1%;
            left: 6.7%;
        }*/

    .breadcrumbs .breadcrumb li:after {
        content: "";
        margin: 5px 6px 0px 6px;
        height: auto;
        width: auto;
        border-width: 6px;
        border-style: solid;
        border-color: transparent transparent transparent var(--main-color-primary);
        position: absolute;
    }

    .breadcrumbs .breadcrumb li:last-child::after {
        display: none;
        border-color: transparent;
    }


    .breadcrumbs .breadcrumb > li + li:before {
        content: "";
    }

    .breadcrumbs .breadcrumb > .active {
        color: #777;
        margin-left: 2%;
    }

.breadcrumb a {
    text-decoration: none;
}
/*ESTILOS PARA OS BREADCRUMBS FIM*/

/*ESTILOS PADRÃO, UTILIZADOS EM TELAS DE CADASTRO INI*/
.labelDefaults {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
    font-size: 14px;
}

.labelDefaultsRadio {
    font-weight: 700;
    font-size: 14px;
}

.headingDefault {
    font-size: 18px !important;
    font-weight: 700 !important;
}

.field-validation-error {
    color: #FF0000;
}

.input-validation-error {
    border: 1px solid #FF0000;
}
/*ESTILOS PADRÃO, UTILIZADOS EM TELAS DE CADASTRO FIM*/

/*ESTILO PARA OS TEXTOS DOS DIALOGS EXIBIDOS NO SITE*/
.textDialogs {
    font-family: 'Roboto',sans-serif;
    font-size: 20px;
    padding-top: 1%;
}

/**
*** Seta para ESQUERDA
**/
.seta-esquerda:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-right: 5px solid blue;
}

.yt-toggle .fa-caret-left {
    display: none;
}

.yt-toggle .fa-caret-down {
    display: inline-block;
}

.yt-toggle.collapsed .fa-caret-down {
    display: none;
}

.yt-toggle.collapsed .fa-caret-left {
    display: inline-block;
}

.categoria-filha {
    padding: 2% 0 2% 4%;
}


/*MEDIA QUERIES DE AJUSTES PARA MOBILE DOS ESTILOS ACIMA INI*/
@media(min-width:768px) {
    .produto .preco {
        height: 85px;
    }

    .addToCartReverse {
        margin-left: 20px;
        margin-top: 5px;
    }
}

@media(max-width: 767px) {
    .col-sm-12.marginMobile {
        margin-left: 0%;
    }

    /*.breadcrumbs .breadcrumb li a:after {
        content: "";
        height: auto;
        width: auto;
        border-width: 6px;
        border-style: solid;
        border-color: transparent transparent transparent #1D6BB6;
        position: absolute;
        top: 2.3%;
        left: 16%;
    }*/

    .breadcrumbs .breadcrumb > .active {
        color: #777;
        margin-left: 3.5%;
    }

    .produto .preco {
        height: 45px;
    }

    .produto p {
        height: 40px;
    }
}


.topnav {
    overflow: hidden;
    background-color: white;
}

    .topnav ul li a:hover {
        background-color: #FFF;
        color: black;
    }

    .topnav ul li a.active {
        background-color: white;
        color: black;
        text-decoration: solid;
    }

    .topnav .icon {
        display: none;
    }

.barraSearch .icon {
    display: none;
}

/* Carousel Edit*/

.carousel-control-prev,
.carousel-control-next {
    width: 5%;
    height: 100%;
}


.carousel-control-prev-icon,
.carousel-control-next-icon {
    height: 100px;
    width: 100px;
    outline: black;
    background-size: 100%, 100%;
}

ol.carousel-indicators li,
ol.carousel-indicators li.active {
    float: left;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    border: 0;
    margin-left: 10px;
}

    ol.carousel-indicators li.active {
        background: black;
    }

.owl-theme .owl-nav {
    position: absolute;
    top: 271px;
    left: 0;
    width: 100%;
    z-index: -1;
    margin-top: 10px !important;
    width: 100% !important;
    display: flex !important;
    justify-content: center !important;
}

    .owl-theme .owl-nav .owl-prev {
        float: left;
       
    }

    .owl-theme .owl-nav .owl-next {
        margin-left: 100% !important;
        float: right;
    }

    /*.owl-theme .owl-nav [class*=owl-]:hover {
        background-color: transparent !important;
        text-decoration: none;
        border: none;
    }*/

    .owl-theme .owl-nav .owl-prev {
        text-align: left !important;
    }

    .owl-theme .owl-nav [class*=owl-] {
        border: 2px solid #b1b1b1;
        border-radius: 100%;
        /* background: transparent; */
        width: 50px;
        height: 50px;
        padding: 0;
        color: #b1b1b1;
    }


.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #111;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}

    .sidenav a {
        padding: 8px 8px 8px 32px;
        text-decoration: none;
        font-size: 25px;
        color: #818181;
        display: block;
        transition: 0.3s;
    }

        .sidenav a:hover {
            color: #f1f1f1;
        }

    .sidenav .closebtn {
        position: absolute;
        top: 0;
        right: 25px;
        font-size: 36px;
        margin-left: 50px;
    }

#notfound {
    position: relative;
    height: 50vh;
}

    #notfound .notfound {
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

.notfound {
    max-width: 520px;
    width: 100%;
    line-height: 1.4;
    text-align: center;
}

    .notfound .notfound-404 {
        position: relative;
        height: 200px;
        margin: 0px auto 20px;
        z-index: -1;
    }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 236px;
            font-weight: 200;
            margin: 0px;
            color: #211b19;
            text-transform: uppercase;
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound .notfound-404 h2 {
            font-family: 'Montserrat', sans-serif;
            font-size: 28px;
            font-weight: 400;
            text-transform: uppercase;
            color: #211b19;
            background: #fff;
            padding: 10px 5px;
            margin: auto;
            display: inline-block;
            position: absolute;
            bottom: 0px;
            left: 0;
            right: 0;
        }

    .notfound a {
        font-family: 'Montserrat', sans-serif;
        display: inline-block;
        font-weight: 700;
        text-decoration: none;
        color: #fff;
        text-transform: uppercase;
        padding: 13px 23px;
        background: var(--main-color-primary);
        font-size: 18px;
        -webkit-transition: 0.2s all;
        transition: 0.2s all;
    }

        .notfound a:hover {
            color: white;
            background: #211b19;
        }





/* Menu Topo*/
/*.dropbtn {
    display:none;
    background-color: white;
    text-align:left;
}*/

.nav-link {
    cursor: pointer;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: auto;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 0;
    margin: 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: none;
    /* border: 1px solid rgba(0, 0, 0, 0.15); */
    /* border-radius: 0.25rem; */
}

.dropdown-toggle::after {
    display: none;
}


.dropdown-item:hover .dropbtn {
    display: block;
}



/* Dropdow Menu hover*/
.dropbtn {
    color: inherit !important;
    padding: 16px;
    font-size: 14px;
    border: none;
    margin-left: 30px;
}

    .dropbtn a {
        font-size: 14px;
    }

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #A11439;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    margin-left: 30px;
}

    .dropdown-content a {
        color: white;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
        font-size: 14px;
    }

        .dropdown-content a:hover {
            background-color: #ddd;
            color: white !important;
        }

.dropdown:hover .dropdown-content {
    display: block;
}
/*Fim Dropdow Menu hover*/

/* CADASTRO DE CLIENTE */
.cadastroCliente-aviso {
    font-size: 11px;
    color: #9fa4a9;
}


@media screen and (max-width: 950px) {
    .topnav ul li a:not(:first-child) {
        display: none;
    }

    .topnav ul, .topnav h5 {
        display: none;
    }

    .topnav a.icon {
        /*float: left;*/
        display: inline-block;
        font-size: 50px;
    }

    .barraSearch .icon {
        float: left;
        /*display: inline-block;*/
        /*font-size: 40px;*/
    }

    #iconsanduiche {
        font-size: 40px !important;
    }
}

@media screen and (max-width: 950px) {
    .topnav.responsive {
        position: relative;
        height: 300px;
        overflow: auto;
        border-bottom: 1px solid black;
    }


        .topnav.responsive .icon {
            position: absolute;
            right: 0;
            top: 0;
        }

        .topnav.responsive ul li a {
            float: none;
            /*display: block;*/
            text-align: left;
        }

        .topnav.responsive ul {
            float: none;
            display: block;
            text-align: left;
        }

        .topnav.responsive h5 {
            float: none;
            display: block;
            text-align: left;
            width: 150px;
            overflow-y: auto;
        }


        .topnav.responsive .mobile-nav {
            height: 150px;
            overflow-y: auto;
        }
}

@media only screen and (max-width: 767px) {
    .notfound .notfound-404 h1 {
        font-size: 148px;
    }
}

/*caso seja o Classica sem as config das opções de menu*/
@media only screen and (max-width: 700px) {
    #menu-sandwich {
        display: block;
    }    
}
@media only screen and (max-width: 480px) {
    .notfound .notfound-404 {
        height: 148px;
        margin: 0px auto 10px;
    }

        .notfound .notfound-404 h1 {
            font-size: 86px;
        }

        .notfound .notfound-404 h2 {
            font-size: 16px;
        }

    .notfound a {
        padding: 7px 15px;
        font-size: 14px;
    }
}

@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }

        .sidenav a {
            font-size: 18px;
        }
}

@media screen and (max-width: 380px) {
    #iconsanduiche {
        margin-right: 4px !important;
    }
}
/* Ajuste de imagem para Edusp logo*/
@media screen and (max-width: 330px) {
    .logo img {
        width: 250px !important;
        height: 43px !important;
    }
}
/*MEDIA QUERIES DE AJUSTES PARA MOBILE DOS ESTILOS ACIMA FIM*/



/*Ajuste de cadastro Cliente*/
.cadastro_alinhamento {
    display: flex;
    align-items: flex-end;
    padding: 0;
}

@media screen and (min-width: 992px) {
    .cad_ediEndereco {
        margin-top: 24px;
    }
}

@media screen and (max-width: 991px) {
    .cad_ediEndereco {
        margin: 0;
        padding: 5px 0 0 5px;
    }
    .lk-alterar-senha {
        padding: 5px 0 0 0;
    }
}

.texto-juridico span {
    background-color: transparent!important;
}