.error{
    color: #ff0000;
}
.dropify-wrapper{
    width: 250px;
    height: 250px;
}
.notifications-count {
    position: absolute;
    top: 16px;
    right: 10px;
    background: #fff;
    color: #03a9f3;
    width: 14px;
    height: 14px;
    line-height: 16px;
    border-radius: 50%;
    text-align: center;
    font-size: 10px;
    font-weight: 600;
}
.showquantity {
    margin-bottom: 10px;
    text-align: right;
    font-weight: bold;
    font-size: large;
}