﻿
body li {
    color: #000000;
    font-family: sans-serif;
}

#menu-minhaconta {
    font-style: italic;
    font-style: inherit;
    position: relative;
    font-size: 15px;
    color: #000000;
}

    #menu-minhaconta ul {
        list-style-type: none;

    }

    
    #menu-minhaconta li a, #menu-minhaconta li a:link {
        font-size: 15px;
        color: black;
        text-decoration: none;
        list-style-type: none;
        
    }

    #menu-minhaconta img {
        width: 20px;
        height: 20px;
    }

    

#lateral .box {
    list-style-type: none;
    margin-bottom: 1em;
    padding-bottom: 1em;
}

#lateral h3 {
    display: inline-block;
    font-weight: bold;
    font-size: 1.6em;
    font-style: normal;
    padding-bottom: 0.2em;
    margin: 2em 0 2em 0.81em;
    border-bottom: 4px solid rgb(155,155,155);
}

#menu-lateral {
    font-style: italic;
    font-style: inherit;
    position: relative;
    font-size: 1.0em;
    padding: 0;
    width: 22%;
    top: 0px;
    float: left;
}

    #menu-lateral ul {
        margin-left: 0px;
        list-style: none;
        margin: 0px;
    }

    #menu-lateral li a, #menu-lateral li a:link {
        font-size: 15px;
        color: black;
        text-decoration: none;
        display: block;
        -moz-transition: all 1.2s ease;
        -webkit-transition: all 1.2s ease;
        -o-transition: all 1.2s ease;
        transition: all 1.2s ease;
        list-style-type: none;
        width: 100%;
        border-left: 1px dotted rgb(155,155,155);
        border-bottom: 1px dotted rgb(155,155,155);
        border-top: 0;
        font-weight: bold;
    }

    #menu-lateral li {
        color: #000000;
        padding-bottom: 05px;
        padding-top: 05px;
    }

    #menu-lateral img {
        width: 18px;
        height: 18px;
    }


    #menu-lateral li a:hover {
        width: 100%;
        color: rgb(255,255,255);
        background-color: #e21111;
        -moz-transition: all 0.5s ease;
        -webkit-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

    #menu-lateral li span {
        margin-left: 20px;
    }

/*Menu Lateral direita*/

#menu-lateralDireita {
    font-style: italic;
    font-style: inherit;
    position: relative;
    font-size: 1.0em;
    padding: 0;
    width: 100%;
    top: 0px;
    float: left;
    background: #EEE9E9;
}

    #menu-lateralDireita ul {
        margin-left: 0px;
        list-style: none;
        margin: 0px;
        background-color: #ffffff;
    }

    #menu-lateralDireita li a, #menu-lateralDireita li a:link {
        font-size: 15px;
        color: black;
        background-color: #ffffff;
        text-decoration: none;
        display: block;
        -moz-transition: all 1.2s ease;
        -webkit-transition: all 1.2s ease;
        -o-transition: all 1.2s ease;
        transition: all 1.2s ease;
        list-style-type: none;
        width: 100%;
        border-top: 0;
        font-weight: normal;
    }

    #menu-lateralDireita li {
        color: #000000;
        padding-bottom: 05px;
        padding-top: 05px;
        background-color: #ffffff;
    }

    #menu-lateralDireita img {
        width: 18px;
        height: 18px;
        float: right;
    }


    #menu-lateralDireita li a:hover {
        width: 100%;
        color: #000000;
        background-color: #ffffff;
        -moz-transition: all 0.5s ease;
        -webkit-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

#grupos {
    width: 80%;
    background: white;
    font-style: italic;
    font-style: inherit;
    position: relative;
    font-size: 1.0em;
    /*margin:1em 0 1em 1em;*/
    top: 0px;
    float: right;
}

.seta {
    width: 13px;
    height: 13px;
    padding: 0 60% 0 10%;
}


.divGrupoProd1 img {
    width: 100%;
    height: 150px;
}

.divGrupoProd2 img {
    width: 100%;
    height: 100px;
}

.divGrupoProd1 {
    float: left;
    width: 200px;
    margin: 17px 17px 17px 17px;
    /*padding: 0px 0px 0px 40px;*/
    font-size: 15px;
    color: #e21111;
    font-weight: bold;
    text-align: center;
}

    .divGrupoProd1:hover {
        color: rgb(255,255,255);
        background-color: #e21111;
        -moz-transition: all 0.5s ease;
        -webkit-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

.divGrupoProd2 {
    float: right;
    width: 30%;
    margin: 00px 10px 10px 10px;
    padding: -10px 0px 0px 0px;
    font-size: 15px;
    color: #e21111;
    font-weight: bold;
    text-align: center;
}

.wishlist_table .add_to_cart, .yith-wcwl-add-button > a.button.alt {
    border-radius: 16px;
    -moz-border-radius: 16px;
    -webkit-border-radius: 16px;
}

.divlogin {
    width: 45%;
    height: 300px;
    float: left;
    background: #fff;
    margin: 50px 50px 0px 0px;
    border: 1px solid #B1AFAF;
}

    .divlogin table {
        border: 80px;
    }

        .divlogin table tr td {
            border: 0px; /*border-color: #FFF #DDD -moz-use-text-color -moz-use-text-color;*/
        }
/*.divlogin table tr td input{
            width: 90%; 
            height: 30px;
            margin-left: 5%;
            margin-top: 20px;
            margin-bottom:-10px;
        }*/
.campos {
    width: 90%;
    height: 30px;
    margin-left: 5%;
    margin-top: 20px;
    margin-bottom: -10px;
}

.divjur {
    width: 300px;
    height: 300px;
    float: right;
    background: #fff;
    margin: 50px 0px 0px 0px;
    border: 1px solid #B1AFAF;
}

    .divjur table {
        border: 20px;
        border-color: black;
    }

.texto {
    padding-left: 28px;
}


.divlogin {
    width: 45%;
    height: 275px;
    float: left;
    background: #fff;
    margin: 50px 50px 0px 0px;
    border: 1px solid #B1AFAF;
}

    .divlogin table {
        border: 80px;
    }

        .divlogin table tr td {
            border: 0px; /*border-color: #FFF #DDD -moz-use-text-color -moz-use-text-color;*/
        }

            .divlogin table tr td input[type=text] {
                width: 90%;
                height: 30px;
                margin-left: 5%;
                margin-top: 20px;
                margin-bottom: -10px;
            }

            .divlogin table tr td input[type=password] {
                width: 90%;
                height: 30px;
                margin-left: 5%;
                margin-top: 20px;
                margin-bottom: -10px;
            }

            .divlogin table tr td input[type=checkbox] {
                margin: -2px 0px 0px 10%;
            }

.linksenha {
    margin: 0px 11% 0px 0px;
    float: right;
    font-size: 13px;
}

.lembrar {
    font-size: 13px;
}

/*div juridico-------------------------------------------------------------------------------------------------------------------------------------------------------*/

.divnovocadastro {
    width: 45%;
    height: 275px;
    float: left;
    background: #fff;
    margin: 50px 5% 0px 0px;
    border: 1px solid #B1AFAF;
}

    .divnovocadastro table {
        border: 80px;
    }

        .divnovocadastro table tr td {
            border: 0px; /*border-color: #FFF #DDD -moz-use-text-color -moz-use-text-color;*/
        }

            .divnovocadastro table tr td input[type=text] {
                width: 90%;
                height: 30px;
                margin-left: 5%;
                margin-top: 0px;
                margin-bottom: -10px;
            }

            .divnovocadastro table tr td input[type=checkbox] {
                margin: -2px 0px 0px 10%;
            }


.texto {
    padding-left: 28px;
}


#titulo {
    background: #e21111;
    color: white;
    font-weight: bold;
    padding-left: 15px;
    text-align: center;
    font-size: 15px;
}

    #titulo ul li {
        height: 10px;
    }



#tituloProdutos {
    background: #e21111;
    color: white;
    font-weight: normal;
    padding-left: 15px;
    text-align: center;
    font-size: 18px;
}

    #tituloProdutos td {
        height: 6px;
    }

#InternoTablea {
    background: white;
}

#btnlogar {
    font-size: 14px;
    margin: 15px 0px 0px 38%;
    line-height: 1em;
    cursor: pointer;
    position: relative;
    font-family: inherit;
    text-decoration: none;
    overflow: visible;
    padding: 6px 10px;
    font-weight: bold;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    left: auto;
    text-shadow: 0 1px 0 #ffffff;
    color: #5e5e5e;
    text-shadow: 0 1px 0 rgba(255,255,255,0.8);
    border: 1px solid #c7c0c7;
    background: #f7f6f7;
    background: -webkit-gradient(linear,left top,left bottom,from(#f7f6f7),to(#dfdbdf));
    background: -webkit-linear-gradient(#f7f6f7,#dfdbdf);
    background: -moz-linear-gradient(center top,#f7f6f7 0%,#dfdbdf 100%);
    background: -moz-gradient(center top,#f7f6f7 0%,#dfdbdf 100%);
    white-space: nowrap;
    display: inline-block;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,0.075), inset 0 1px 0 rgba(255,255,255,0.3), 0 1px 2px rgba(0,0,0,0.1);
    -moz-box-shadow: inset 0 -1px 0 rgba(0,0,0,0.075), inset 0 1px 0 rgba(255,255,255,0.3), 0 1px 2px rgba(0,0,0,0.1);
    box-shadow: inset 0 -1px 0 rgba(0,0,0,0.075), inset 0 1px 0 rgba(255,255,255,0.3), 0 1px 2px rgba(0,0,0,0.1);
    width: 120px;
    height: 35px;
}

#btncontinuar {
    font-size: 14px;
    margin: 15px 0px 0px 38%;
    line-height: 1em;
    cursor: pointer;
    position: relative;
    font-family: inherit;
    text-decoration: none;
    overflow: visible;
    padding: 6px 10px;
    font-weight: bold;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    left: auto;
    text-shadow: 0 1px 0 #ffffff;
    color: #5e5e5e;
    text-shadow: 0 1px 0 rgba(255,255,255,0.8);
    border: 1px solid #c7c0c7;
    background: #f7f6f7;
    background: -webkit-gradient(linear,left top,left bottom,from(#f7f6f7),to(#dfdbdf));
    background: -webkit-linear-gradient(#f7f6f7,#dfdbdf);
    background: -moz-linear-gradient(center top,#f7f6f7 0%,#dfdbdf 100%);
    background: -moz-gradient(center top,#f7f6f7 0%,#dfdbdf 100%);
    white-space: nowrap;
    display: inline-block;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,0.075), inset 0 1px 0 rgba(255,255,255,0.3), 0 1px 2px rgba(0,0,0,0.1);
    -moz-box-shadow: inset 0 -1px 0 rgba(0,0,0,0.075), inset 0 1px 0 rgba(255,255,255,0.3), 0 1px 2px rgba(0,0,0,0.1);
    box-shadow: inset 0 -1px 0 rgba(0,0,0,0.075), inset 0 1px 0 rgba(255,255,255,0.3), 0 1px 2px rgba(0,0,0,0.1);
    width: 120px;
    height: 35px;
}

.redesocial {
    margin-right: 10px;
    margin-top: 21px;
    width: 40px;
    height: 40px;
}

#divH4 {
    margin-top: 10px;
    margin-left: 15px;
    margin-bottom: 10px;
    font-weight: bold;
    color: #000000;
}

#divList {
    width: 25%;
    height: 170px;
    float: left;
    margin: 0px 0px 0px 53%;
}

#divHome a {
    font-size: 15px;
    color: black;
    text-decoration: none;
}

#divHome img {
    width: 20px;
    height: 20px;
}
.invisivel {
    display: none;
}

.visivel {
    visibility: visible;
}


