<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media (max-width: 1200px) {
    .container {
        /*max-width: 1170px;*/
        padding: 0px 5px;
    }

    .acesso_topo {
        margin-left: -20px;
    }



    .dropdown .dropbtn {
        margin: 0;
    }
}




@media (max-width: 992px) {

    .menu li a {
        padding: 1px !important;
        font-size: 10px;
    }
    /*Acesso  e carrinho*/
    .acesso_topo .texts.deslogado .minhaconta {
        display: block;
    }

    .acesso_topo .texts.deslogado .bemvindo, .acesso_topo .texts.deslogado .entre {
        display: none;
    }

    .topbarmenu .deslogado ul li {
        font-size: 1px;
        line-height: 6px;
    }

        .topbarmenu .deslogado ul li:not(:last-child) {
            border-bottom: 1px solid #000;
        }

        .topbarmenu .deslogado ul li:hover {
            background: #ccc;
        }


    .acesso_topo .texts .minhaconta ul.submenu-conta {
        min-width: 140px;
        border: 1px solid #A11439;
    }

    .topbarmenu {
        float: right;
    }

        .topbarmenu .kad-cart-total {
            float: left !important;
            margin-top: 0px;
        }

    .acesso_topo {
        float: right;
        margin: 0;
    }

        .acesso_topo i {
            margin: 2px;
        }


    .kad-topbar-left {
        padding: 0;
    }

    /* FIM Acesso e carrinho*/


    #mini-logo {
        width: 100%;
    }


    .logo img {
       width: 100%;
    }

    /*.container {
        max-width: 900px;
    }*/



    #dvBarraSearch {
        margin: 0px;
        /*        padding: 0.8rem 0rem 0rem 3.4rem;
*/
        padding: 0px 0px 0px 33px;
    }

    .d-lg-none {
        display: none;
    }

    #inputGroup-sizing-sm {
        display: none;
    }

    #search-icon {
        display: flex !important;
    }

    /*Carrinho*/
    .qtdField {
        margin-top: 1px;
        margin-left: -9px;
        margin-right: -8px;
    }

    .btnPlus, .btnMinus, .qtdField {
        background: #F0F0E9;
        font-size: 0.8em;
        padding: 1em;
    }

    .btn.btnClean{
        margin-bottom: 20px;
        
    }

    /*Carrinho*/
}

@media (max-width: 767px) {
    /* HEADER*/
    .container {
        width: 100%;
        /*margin: 0% 2%;*/
    }

    #navTopo ul {
        min-height: 50px;
    }

    .stickyHeader.open {
        max-height: calc(100% - 300px);
        /*-webkit-transition: max-height 6s;
        -moz-transition: max-height 6s;
        -ms-transition: max-height 6s;
        -o-transition: max-height 6s ease-in-out;*/
        transition: max-height .25s ease-in-out;
    }

    .col2-set, .row, .row-fluid {
        margin: 0px;
        padding: 0px;
    }

    #dvBarraSearch {
        margin: 0px;
/*        padding: 0.8rem 0rem 0rem 6rem;
*/    }

    .info-user {
        padding-left: calc((92% - 333px));
    }

    .dropdown:hover .dropdown-content {
        display: contents;
    }

    .dropdown-content a {
        font-size: 14px;
    }
    /* HEADER*/

    /*LOGIN*/
    .login-form.login, .login-form.cadastro {
        width: 100%;
        float: left;
        margin-bottom: 10px;
    }
    /*LOGIN*/

   

}
@media (max-width: 700px){
    #menu-sandwich {
        display: block;
    }
}
    @media (max-width: 576px) {

        #navTopo {
            display: none;
        }

        .dropbtn {
            color: #FFF !important;
            display: block;
            width: 100%;
            margin: 0;
            font-size: 18px;
            padding: 0.5rem 0rem;
        }

        .logo img {
            /*width: 150px;
            height: 20px;*/
        }

        .info-user {
            padding-left: calc((100% - 333px));
        }

        .cart-menu {
            padding-top: 15px;
            margin-left: 20px;
        }
        
        .navbar.fixed {
            position: fixed;
            top: 80px;
            transition: position 6s;
            clear: both;
        }

        #menu-sandwich &gt; button {
            float: right;
            margin-top: 14px;
            margin-right: 20px;
        }

        .kad-topbar.kad-topbar-left {
            display: none;
        }

        #dvBarraSearch {
            margin: 0px;
            padding: 0.8rem 0rem 0rem 6rem;
        }
    }

    @media (max-width: 380px) {

        .stickyHeader {
            max-height: 100px;
        }

            .stickyHeader.open {
                max-height: 400px;
            }

        .logo {
            width: 100%;
            margin-left: calc((100% - 180px)/2);
        }

            .logo img {
                /*width: 180px;
                height: 30px;*/
            }

        .col-m-12 {
            -ms-flex: 0 0 100%;
            flex: 0 0 100%;
            max-width: 100%;
        }

        #dvBarraSearch {
            margin: 0px 0px 0px 6px;
            padding: 0.8rem 0rem 0rem 0rem;
        }

        #menu-sandwich {
            position: absolute;
            top: 0;
            right: 0
        }
    }

    @media (max-width: 360px) {

        .logo {
            width: 100%;
            margin-left: calc((100% - 180px)/2);
        }

            .logo img {
                /*width: 180px !important;
                height: 30px !important;*/
            }
    }


    @media (max-width: 280px) {

        .logo {
            width: 100%;
            margin-left: calc((100% - 180px)/2);
        }

            .logo img {
                /*width: 150px !important;
                height: 30px !important;*/
            }
    }</pre></body></html>