/*Fun��o do Menu*/
.menu-anchor {
    border: none;
    background: none;
    width: 30px;
    height: 40px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    outline: none;
    color: #fff;
    text-transform: uppercase;
    vertical-align: top;
    z-index: 9;
    margin-top: 7.5%;
}
.menu-anchor:after {
    content: '';
    position: absolute;
    width: 30px;
    height: 3px;
    background: #2BB673;
    border-radius: 30px;
    top: 10px;
    left: 0px;
    box-shadow: 0 7px 0 #2BB673, 0 14px 0 #2BB673;
}
.menu-active .menu-anchor:after {background: #1C2127;   box-shadow: 0 7px 0 #1C2127, 0 14px 0 #1C2127;}

/*Button2*/
.button2 {
    border: none;
    background: #fff;
    width: 50px;
    height: 68px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    outline: none;
    color: #000;
    text-transform: uppercase;
    float: left;
    z-index: 9;
    right: 0px;
    top: 0px;
}
.button2:after {
    content: '';
    position: absolute;
    width: 55%;
    height: 3px;
    background: #000;
    border-radius: 30px;
    top: 25px;
    left: 33%;
    box-shadow: 0 7px 0 #000, 0 14px 0 #000;
}
.menu-active .button2:after {background: #000;   box-shadow: 0 7px 0 #000, 0 14px 0 #000;}

menu {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999999;
    width: 80%;
    height: 100%;
    padding: 10px 0px 20px;
    box-shadow: 0px 0px 3px 0 rgba(0, 0, 0, 0.7);
    overflow: scroll;
    overflow-x: hidden;

    background: #FFF; 
}

menu li { border-bottom: 1px solid #000; background: #212121; }
menu li a {
    display: inline-block;
    padding: 10px 10px;
    width: 70%;
    color: #fff;
    font-size: .9em;
    font-weight: lighter;
    font-weight: 700;
}
menu li:hover { background: #212121; color: #FFF !important; }
menu li a:hover .seta { color: #FFF; }
menu li .seta {
    display: block;
    float: right;
    background: #212121;
    padding: 10px 15px;
    height: 8px;
}

menu li:last-child { border-bottom: 0; }
menu li li {background: #fff; }
menu li li:hover { background: #ccc; color: #000 !important; }
menu li li a { padding: 10px 10px; color: #000; }
menu li li:after {
    content: '';
    display: block;
    border-top: 0px solid #047B86;
    border-bottom: 0px solid #0EA2B0;
}
aside.box_accordion { display: none; overflow: hidden;  background: #fff; border-top: 1px solid #000;}

menu li.dest1 a, menu li.dest1 .seta { color: #4A4A4A; text-transform: initial; }
menu li.dest2 a, menu li.dest2 .seta { color: #231f20; text-transform: initial; }

/*	Aqui voc� esconde o menu para fora da tela
O valor � exatamente a largura da sidebar*/
menu {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: all .25s linear;
    -moz-transition: all .25s linear;
    -ms-transition: all .25s linear;
    transition: all .25s linear;
}

/*Essa � a posi��o original do HEADER e do MAIN*/
header, .main {
    /*    -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
        -webkit-transition: all .25s linear;
        -moz-transition: all .25s linear;
        -ms-transition: all .25s linear;
        transition: all .25s linear;*/
    }

    /*Com a classe menu-active na tag HTML*/
    .menu-active menu {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
    .menu-active body {
        overflow: hidden;
    }
    .menu-active button.menu-anchor {
        position: fixed;
    }

    .menu-active header, .menu-active main, .menu-active footer{
    /*    -webkit-transform: translateX(100%);
        -moz-transform: translateX(100%);
        -ms-transform: translateX(100%);
        transform: translateX(100%);*/
    }
    /*Tempo de outras classes*/
    main, footer {
    /*    display: block;
        margin: 0 auto;
        position: relative;
    
        -webkit-transition: all .25s linear;
        -moz-transition: all .25s linear;
        -ms-transition: all .25s linear;
        transition: all .25s linear;*/
    }

    /*MEDIA's SCREEN*/
    @media screen and (max-width: 1230px) {

        .desktop {display: none !important;}
        .mobile {display: block;}

        main.divao {padding: 5% !important;}

        /*Espa�amento*/
        /* #espacamento {height: 195px;} */

        #upper {display: none;}

        /*Logo*/
        header #logo { 
            padding: 00px 0px 10px;
            margin-bottom: 0px;
            float: none;
            display: inline-block;
            max-width: 20%;
        }
        header #logo img { min-width: 70px;}

        header #topRight { width: auto; }

        /*Cart*/
        .menu-fixo .carrinho_top {margin-top: 20px !important; }
        .carrinho_top {float: right; margin-top: 20px;}
        #myCart .count {display: none;}

        /*Menu*/
        .menu-anchor {display: inline-block; float: left; margin-top: 15px;}
        .menu-fixo .menu-anchor { margin-top: 15px;}
        /*Login*/
        .user {
            z-index: 2;
            position: relative;
            padding-left: 10px;
            font-size: 1.2em;
            margin: 15px 0px 30px;
            transition: .2s all linear;
            color: #000;
        }
        .user span {font-weight: 700; }
        .user a {color: #4A4A4A; }
        .user a:hover, .user a:active  {text-decoration: underline;}

        /*Form*/
        .formsrc.mobile {
            display: block !important;
            margin: 0px auto !important;
            max-width: 100%;
            border-radius: 0px;
            border-right: 0px;
            border-left: 0px;
        }
        .formsrc .input-textsrc { width: 50%; border: none;}
        .formsrc .input-submitsrc{border: none;}

        /*Bx slider */
        .bx-wrapper {width: 80% !important;}
        .bx-wrapper .bx-prev {left: -20px !important; filter: none !important;}
        .bx-wrapper .bx-next {right: -20px !important; filter: none !important;}

        /*Meio*/
        .meio2:before, .meio2:after { display: none;}

    }

    @media screen and (max-width: 1200px) {

        #featured-banner .swiper-container {
            position: absolute;
            width: 130%!important;
            top: 0;
            left: -15%;
            margin-left: 0;
            height: 100%!important;
        }

    }
    @media screen and (min-width: 1024px) and (max-width: 1200px) {
        .rodape {
            width: 100%;
            max-width: 204px;
            display: inline-block;
            vertical-align: top;
            margin: 20px 0 90px 0;
            text-align: left;
        }
        .rodape:nth-child(3) {
            text-align: center;
        }
        .rodape:nth-child(4) {
            text-align: right; 
        }
    }

    /*Tablets*/
    @media screen and (max-width: 1023px) {
        .rodape {
            width: 90%; 
            max-width: 100%; 
            text-align: center;
            margin: 30px 0;
        }
        .title { padding: 30px 0; }
        .wrap_selo_bns{
            display: inline-block;
            text-align: center;
            margin: 30px 0 0 0;
        }
        .rodape > a{
            margin:0 !important;
        }
    }
    @media screen and (max-width:900px) {
        /*Rodape*/
    }
    @media screen and (max-width:767px) {

        .title { padding: 20px 0; }
        .title h3 {
            font-size: 1.6em;
            line-height: 1.2em;
        }

        .meio2.partners {
            margin: 30px 0 20px 0;
        }

        footer > .divao { padding-top: 30px; }
        .rodape { margin: 0 0 30px 0; }
    }
    @media screen and (max-width:600px) {
        /*Espa�amento*/
        /* #espacamento {height: 170px;} */

    }
    @media screen and (max-width:520px) {
        /*Espa�amento*/
        /* #espacamento {height: 155px;} */
    }

    @media screen and (max-width:480px) {

    }
    @media screen and (max-width:440px) {
        /* #espacamento { height: 145px;} */

    }
    @media screen and (max-width:400px) {
        /*Espa�amento*/
        /* #espacamento {height: 135px;} */
    }

    /*Android (Galax s3, s2,)*/
    @media screen and (max-width:360px) {

    }
    @media screen and (max-width:320px) {
        /* #espacamento { height: 125px;} */

    }