@charset "utf-8";
/* ===================================================================
CSS information
 file name  :  toolTip.css
=================================================================== */
.invisible {
	display: none;
}
#r_side {
	position: relative;
}
p.toolTip {
	/* margin: 0px; padding: 20px; border-radius: 10px; top: 108px; width: 285px; text-align: center; color: rgb(255, 255, 255); overflow: hidden; display: none; position: fixed; z-index: 9000000; -ms-zoom: 1; box-sizing: border-box; opacity: 0.9; color:#000; background-color: #ccc; -moz-border-radius: 5px; */
	background-color: rgba(246,241,236,1);
    padding: 4rem;
    z-index: 10;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    position: fixed;
    max-width: 36rem;
    max-height: 20rem;
    text-align: center;
    flex-direction: column;
    align-self: center;
    justify-content: center;
    /* box-shadow: 0 0 8px #808 */
}
p.toolTip{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
p.toolTip > span{
    margin-bottom: 2rem;
    font-size: 1.6rem;
}
p.toolTip >  .btn-favorite{
    border: 0;
    box-shadow: none;
    padding: 0;
    width: 201px;
    height: 40px;
    border-radius: 25px;
    background-color: #603d21;
    font-size: 16px;
    font-weight: bold;
    line-height: 40px;
    letter-spacing: 0.9px;
    text-align: center;
    color: #f9f6e9;
}
/* p.toolTip a {
}
p.toolTip #bt-tooltip {
	float: right; display: block;
}
p.toolTip #bt-tooltip img {
	cursor: pointer;
}
p.toolTip #txt-tooltip {
	letter-spacing: 0.02em; margin-bottom: 5px; display: block;
} */
