.sale-popup-03 {
    background: #fff;
    width: 280px;
    min-height: 74px;
    position: fixed;
    bottom: -150px;
    left: 20px;
    z-index: 200;
    border: 1px solid #bdbdbd;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    font-size: 0;
    -webkit-box-shadow: rgba(89, 89, 89, .24) 1px 1px 23px 1px;
    -moz-box-shadow: rgba(89, 89, 89, .24) 1px 1px 23px 1px;
    box-shadow: rgba(89, 89, 89, .24) 1px 1px 23px 1px;
}
.sale-popup-03 .sale-popup-close-03 {
    font-size: 1rem;
    position: absolute;
    top: -10px;
    right: -3px;
    color: #dce1ed;
    visibility: hidden;
    visibility: hidden;
    opacity: 0;
    transition: all 250ms linear;
}
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.fa-remove:before, .fa-close:before, .fa-times:before {
    content: "\f00d";
}
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.sale-popup-div {
    overflow: hidden;
    width: 24%;
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    padding: 10px 10px 10px 20px;
}
.sale-popup-img {
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 50px;
    max-height: 100%;
    height: auto;
    width: auto;
}
.sale-popup-about-03 {
    padding: 5px 0px 5px 15px;
    display: inline-block;
    vertical-align: middle;
    width: 76%;
    font-size: .875rem;
    position: relative;
}
.sale-popup-who-03 {
    color: #474e5d;
    font-weight: 700;
    font-size: .875rem;
    line-height: 1;
}
.sale-popup-text-03 {
    font-size: .75rem;
    color: #6d7484;
    line-height: 0;
}
.sale-popup-date-03 {
    color: #65759e;
    font-size: .625rem;
    line-height: 2;
}