.jpp_justpurchasedpopup {
    width: 350px;
    z-index: 99999;
    padding: 10px;
    border-radius: 50px;
    margin: 5px;
    position: fixed;
    left: 5px;
    box-shadow: 0 0 30px rgba(0, 0, 0, .1) !important;
    bottom: -120px;
    -webkit-transition: bottom 1s;
    -moz-transition: bottom 1s;
    -o-transition: bottom 1s;
    transition: bottom 1s;
    height: 100px;
    display: flex;
    flex: row wrap;
    align-items: center;
}

.jpp_title {
    width: 215px;
    display: inline-block;
    vertical-align: middle;
}

.jpp_title a p {
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
}

.jpp_justpurchasedpopup.appear {
    bottom: 5px;
    -webkit-transition: bottom 1s;
    -moz-transition: bottom 1s;
    -o-transition: bottom 1s;
    transition: bottom 1s;
    display: flex;
    flex: row wrap;
    align-items: center;
}

.jpp_title a,
.jpp_justpurchasedpopup p {
    font-weight: 400;
    text-align: left;
    margin-bottom: 0;
    width: 100%;
    font-size: 12px;
}

.jpp_justpurchasedpopup .jpp_title>p {
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 4px;
}

.jpp_justpurchasedpopup span {
    display: block;
    font-size: 17px;
}

.jpp_img {
    width: 80px;
    display: inline-block;
    cursor: pointer;
    background: transparent;
    margin-right: 10px;
}

.jpp_img img {
    width: 80px !important;
    height: 80px !important;
    border-radius: 50%;
}

.jpp_clear {
    clear: both;
}

.jpp_justpurchasedpopup {
    box-shadow: 2px 2px 10px #323232;
}

@media (max-width:375px) {
    .jpp_title {
        width: 180px !important;
    }
}

@media (max-width:768px) {
    .jpp_justpurchasedpopup.appear {
        width: 95% !important;
        left: 1% !important;
        bottom: 20px;
    }

    #product .jpp_justpurchasedpopup.appear {
        bottom: 90px !important;
    }
}

#product .jpp_justpurchasedpopup.appear {
    bottom: 5px;
}

#order .jpp_justpurchasedpopup {display: none !important;}