#televendasModal .close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
}
.televendas-menu {
    position: fixed;
    width: 50px;
    height: 50px;
    background: #fff;
    left: 0;
    bottom: 0;
    margin: auto;
    text-align: center;
    border-radius: 0.3em;
    box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.3);
    cursor: pointer;
    font-family: "Open Sans", sans-serif;
    z-index: 99;
}
.televendas-menu .fa{
    font-size: 30px;
    line-height: 50px;
}
.televendas-menu span,
.televendas-menu ul,
.televendas-menu .close-vendedora-menu{
    display: none;
}
.televendas-menu.opened span,
.televendas-menu.opened ul,
.televendas-menu.opened .close-vendedora-menu{
    display: block;
}
.televendas-menu.opened{
    width: 300px;
    height: auto;
    display: table !important;
    cursor: default;
    z-index: 999;
    text-align: left;
    padding: 20px 0 20px 30px;
}
.televendas-menu.opened a,
.televendas-menu.opened a:active,
.televendas-menu.opened a:focus{
    outline: none;
    text-decoration: none;
    color: #000;
}
.televendas-menu.opened span{
    display: inline-block;
}
.televendas-menu.opened .vendedora-name{
    line-height: 50px;
}
.televendas-menu.opened .fa{
    line-height: auto;
    margin: 0 5px 0 0;
    font-size: 20px;
}
.televendas-menu.opened li{
    margin: 0 0 10px;
    text-transform: uppercase;
}
.televendas-menu.opened li:last-child{
    margin: 0;
}
a.close-vendedora-menu {
    position: absolute;
    top: 8px;
    right: 9px;
    font-weight: 700;
    font-size: 14px;
}

@media only screen and (max-width:800px) {
    .televendas-menu.opened .vendedora-name {
        font-size: 12px;
    }
    .televendas-menu.opened {
        padding: 0 0 10px;
        text-align: center;
        width: 100%;
        bottom: 0;
        border-radius: 0;
        z-index: 99;
    }
  	.Produto .televendas-menu.opened {
        padding: 0 0 10px;
        text-align: center;
        width: 100%;
        bottom: 45px;
        border-radius: 0;
        z-index: 99;
        padding-bottom: 15px;
    }
    .televendas-menu.opened ul{
        margin: 0;
        padding: 0
    }
    .televendas-menu.opened li{
        list-style: none;
    }
    body.product .televendas-menu.opened {
        padding: 0 0 10px;
        text-align: center;
        width: 100%;
        bottom: 64px;
        border-radius: 0;
        z-index: 1;
    }
    footer li.logout-vendedor {
        width: 100%;
        padding: 0;
        display: block;
        text-transform: uppercase;
        color: black;
        text-align: center;
        letter-spacing: 2px;
        font-size: 13px;
        color: black !important;
    }
    footer li.logout-vendedor a{
        color: black;
    }
}