div .wishlist{
    width: 100%;
    padding-bottom: 6px;
}

ul .wishlist{
    padding: 0;
    list-style: none;
    background: #f2f2f2;
    width: 3px;
    float: right;
    margin: 0;
    padding: 0;
}
ul.wishlist li{
    display: inline-block;
    position: relative;
    line-height: 21px;
    text-align: left;
}
ul.wishlist li a.list{
    display: block;
    padding: 8px 25px;
    text-decoration: none;
}
ul.wishlist li a.active{
    color: #fff;
    background: #939393;
}
ul.wishlist li a.list:hover, .listhover{
    color: #fff;
    background: #939393;
}

ul.wishlist li a.heart{
    display: block;
    padding: 4px;
    text-decoration: none;
    border-radius: 4px;

}
ul.wishlist li a.heart:hover{
   /* background: #ffffff;*/
    /*border: solid #d1d1d1 1px;*/
}

a.heart{
    display: block;
    padding: 0px 6px;
    text-decoration: none;
    border-radius: 4px;
    float: right;
}

.livro a.heart { 
    float: none;
}

table.preco a.heart {
    float: right;
}

ul.wishlist li ul.dropdown{
    min-width: 100%; /* Set width of the dropdown */
    background: #f2f2f2;
    display: none;
    position: absolute;
    z-index: 999;
    left: 0;
}
ul.wishlist li:hover ul.dropdown{
    display: block;	/* Display the dropdown */
    transition: 2s;
    padding-left: 0;
}
ul.wishlist li ul.dropdown li{
    display: block;
}

/* Listagem de Favoritos */
div.listBox, .listBox, .listBoxNovo{
    border-collapse: collapse;
    background-color: #585858;
    text-align: left;
    padding: 0em 1em;
    margin: 14px 0px;
    border-radius: 7px;
    border: solid;
    border-color: #5a5a5a;
    border-width: 1px;
    box-shadow: 1px 1px 4px #585858;
}

div.listBox:hover{
    background-color: #585858;
    opacity: 0.9;
    box-shadow: 1px 1px 4px #4e4e4e;
}

div.listBoxAtivo{
    background-color: #cc2127;
    box-shadow: 1px 1px 4px #4e4e4e;
}

div.listBoxAtivo:hover{
    background-color: #cc2127;
    opacity: 0.9;
}

h2.NomeLista{
    color: white;
    font-weight: bold;
    font-size: 18px;
    width: 80%;
    display: inline-block;
    padding: 0.5em 0em;
    cursor: pointer;
}

input.NomeLista{
    margin: 0.5em 0em;
    padding-left: 0.2em;
    font-size: 18px;
    width: 70%;
}

a.CriarLista{
    font-size: 16px;
    float: right;
    margin: 0.6em 0.2em;
    padding: 0.15em 0.5em;
    text-decoration: none;
    background-color: white;
    border-radius: 4px;
    color: #5d5d5d;
    border: solid;
    border-width: 1px;
    border-color: #5d5d5d;
}

a.CriarLista:hover{
    box-shadow: 1px 1px 4px #5d5d5d;
}

img.IconePublico{
    padding: 0.5em 0em;
    height: 22px;
    float: right;
    cursor: pointer;
    /*margin-left: 10px;*/
}

img.IconeRemover{
    padding: 0.6em 0em;
    margin-left: 10px;
    height: 19px;
    float: right;
    cursor: pointer;
}

img.IconeDesejo{
    width: 24px;
    cursor: pointer;
    transition: all 0.3s;
}
img.IconeDesejo:hover{
    opacity: 0.5;
}

img.IconeAdicionar{
    height: 24px;
}

h2.TituloItem{ margin-top: 12px; margin-bottom: 8px;font-size: 14px; color: #585858; }
p.InfoLivro{
    font-size: 14px;
    color: #585858;
    margin-bottom: 6px;
}
/* Listagem de Favoritos */


.listBoxAtivo2 { background-color: #cb0000; }

.listBoxAtivo2 h2 { color: #fff !important; }

p.NenhumItem{
    font-size: 12px;
    color: #2f2e2c;
}

i.HeartHover{
    background-image: url('../images/unlike.png');
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    padding: 4px;
    text-decoration: none;
    height: 10px;
    width: 10px;
    background-size: cover;
    transition: all 0.2s;
}
i.HeartHover:hover{
    background-image: url('../images/like.png');
}

.wishlist img{
    transition: all 0.2s;
}
.wishlist img[src='../images/unlike.png']:hover{
    padding-bottom: 2px;
    border-radius: 4px;
    border-bottom: 2px solid #ca0306;
}
.wishlist img[src='../images/like.png']:hover{
    padding-bottom: 2px;
    border-radius: 4px;
    border-bottom: 2px solid #ccc;
}


 /*-- MODAL --*/
.modalAutenticacao, .modalWishlist, .modalShare {
    display: none;
    position: fixed; 
    z-index: 9999; 
    left: 0;
    top: 0;
    width: 100%; 
    height: 100%;
    background-color: rgb(0,0,0); 
    background-color: rgba(0,0,0,0.5); 
}
/* Modal Content/Box */
.modal-content {
    background-color: #fefefe;
    margin: 7% auto;
    padding: 3.5% 3.5% 3.5% 3.5%;
    border: 1px solid #888;
    max-width: 545px;
    overflow: auto;
    border-left: 5px solid #cb0000;
    text-align: center;
    position: relative;
}

/* The Close Button */
.close {
    color: #aaa;
    font-size: 20px;
    float: right;
    background: #fff;
    font-weight: bold;
    padding: 5px;
    width: 28px;
    border-radius: 23px;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

a.wishlist-logout{
    text-decoration: none;
    font-weight: bold;
    border: 1px solid #ca0306;
    color: #ca0306;
    padding: 2px 15px;
    background-color: #e8e8e8;
    transition: all 0.3s;
}
a.wishlist-logout:link{
    color: #ca0306;
    text-decoration: none;
}
a.wishlist-logout:hover{
    border: 1px solid #070707;
    color: #fdfdfd;
    background-color: #ca0306;
}



.display-none{ display: none !important;}
.conteudo-ativo { display: block; }

.title-modal{ text-align: center; font-size: 28px; font-weight: bold; color: #026C9E; }

.modal-container{ margin: 10% auto; margin-top: 3%; width: 85%;}
 
.input-duvida{ font-size: 1.2em; padding: 17px; width: 95%; background-color: #f0f0f0; border:1px solid #ccc;}


.botao-menu-modal{ font-size: 1.4em; color: #026C9E; padding: 7px; margin-right: 20px; font-weight: bold;}

.botao-menu-modal:hover { cursor: pointer; background-color: #F6FF4E;}

.title-active{ background-color: #F6FF4E; cursor: pointer;}

.title-Modal { font-size: 1.6em; color: #666; cursor: pointer; margin-bottom: 10px; font-weight: bold;}

.title-Modal:hover { text-decoration: underline; }

.modal-container .conteudo-modal ul{ text-align: inherit; float: left;width: 100%;}
.modal-container .conteudo-modal ul li{ display: inline-block; padding-bottom: 15px; width: 45%; margin-left: 0; vertical-align: top; min-height: 48px; margin-right: 3.4%; padding-right: 10px; margin-bottom: 20px; border-bottom: 1px solid #ccc; }
.text-Modal{ font-size: 2em; color: #444444; }
/*END MODAL*/

#tableAddToWishlist td{ cursor: pointer; border:none; }

.btnVerListagem { font-size: 15px; text-decoration: none !important; background: #fff; border: 1px solid; border-radius: 2px; padding: 8px 0; font-weight: bold !important; color: #cb0000 !important; width: 100%; display: block; }

.btnVerListagem img { width: 10px; }


.btnFBLogin { background-image: url(../images/facebook-logo.png); background-color: #3B5998; color: #fff; border: none; padding: 10px 20px 9px 30px; cursor: pointer; background-repeat: no-repeat; background-position: 7px center; background-size: 16px; font-size: 14px; font-weight: bold; transition: all 0.4s ease; }

.btnLoginGoogle { background-color: #518ef8; color: #fff; border: none; padding: 1px 18px 1px 1px; cursor: pointer; background-repeat: no-repeat; background-position: 5px center; background-size: 16px; font-size: 14px; font-weight: bold; transition: all 0.4s ease; }

.btnLoginGoogle img { background: #fff; padding: 8px 10px; vertical-align: middle; margin-right: 5px; }