
.wpdm-popover {
transition: all ease-in-out 400ms;
position: relative;display: inline-block;
}
.wpdm-popover .wpdm-hover-card {
position: absolute;
left: 0;
bottom: 50px;
width: 100%;
transition: all ease-in-out 400ms;
margin-bottom: 28px;
opacity: 0;
z-index: -999999;
}
.wpdm-popover:hover .wpdm-hover-card {
transition: all ease-in-out 400ms;
opacity: 1;
z-index: 999999;
bottom: 0px;
}
.wpdm-popover .wpdm-hover-card.hover-preview img {
width: 104px;
border-radius: 3px;
}
.wpdm-popover .card .card-footer{
background: rgba(0,0,0,0.02);
}
.packinfo {
margin-top: 10px;
font-weight: 400;
font-size: 14px;
}