﻿
body li {
    color: black;
    font-family: open sans;
}

#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;
    /*margin:1em 0 1em 0;*/
    padding: 0;
    width: 20%;
    top: 0px;
    float: left;
    background: white;
}

    #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;
        padding: 0.8em 0 0.8em 1em;
        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 a:hover {
            width: 100%;
            padding: -0.8em 0 -0.8em 1em;
            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;
        }

#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;
}

.caminhoAtual a:link {
    text-decoration: none;
}

.caminhoAtual a:hover {
    color: #e21111;
}

.caminhoAtual a {
    font-family: "oratorstd";
    font-size: 14px;
    color: black;
    text-decoration: none;
    /*font-weight: bold;*/
    float: left;
    margin-bottom: 10px;
}

#qnct {
    display: block;
    margin-top: 20px;
    width: 100%;
}

#ac {
    color: #fff;
    display: inline-block;
    font-weight: 700;
    margin-left: 26px;
    margin-top: 16px;
    width: 20px;
}

.quicknavi {
    float: right;
    height: 100px;
    width: 245px;
}



.qnlinks {
    border-left: 1px solid #c0c0c0;
    border-right: 1px solid #c0c0c0;
    display: inline-block;
    float: right;
    height: 105px;
    width: 108px;
}

    .qnlinks a {
        color: black;
        display: block;
        height: 100px;
        text-align: center;
        text-decoration: none;
        width: 100%;
    }

        .qnlinks a:hover, a:focus {
            color: #e21111;
        }

.qnlk {
    border-right: 1px solid #c0c0c0;
    display: inline-block;
    float: right;
    height: 105px;
    width: 108px;
}

    .qnlk a {
        color: black;
        display: block;
        height: 100px;
        text-align: center;
        text-decoration: none;
        width: 100%;
    }

        .qnlk a:hover, a:focus {
            color: #e21111;
        }

.qnlogin {
    background-image: url("../images/Meus_Pedidos.png");
    background-repeat: no-repeat;
    background-position: center, 0 0;
}

.qnCarrinho {
    background-image: url("../images/Cart_Empty.png");
    background-repeat: no-repeat;
    background-position: center, 0 0;
}

.qnlogin, .qnCarrinho {
    display: block;
    height: 100px;
    width: 100%;
}



