.ftwrap-right {
    position: fixed;
    bottom: 10px;
    left: 10px;
    z-index: 999999;
    width: 181px;
    box-shadow: 1px 2px 7px 2px rgba(0,0,0,0.5);
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    background: #fff;
}

.fwr-img {
    position: relative;
    width: 50px;
    display: flex;
    align-items: center;
    height: 50px;
    padding: 4px;
}
.fwr-img span {
    position: absolute;
    left: 50px;
    width: 134px;
    display: block;
    bottom: 0;
    color: #eb146e;
    font-weight: 600;
    font-family: 'Roboto';
    background: #fff;
    height: 100%;
    margin: auto;
    padding: 13px 0;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}
span.close_alert {
    position: absolute;
    top: -15px;
    right: -15px;
    color: #eb146e;
    display: inline-flex;
    vertical-align: middle;
    fill: #eb146e;
    font-size: 13px;
    height: 13px;
    width: 13px;
    cursor: pointer;
}
@media (max-width: 500px){
    .ftwrap-right {
        bottom: 90px;
    }
}