.product-cover{
    position: relative;
}
.trecdeposit_value{
    font-size: 12px;
    color: #787878;
}
.trecdeposit_card_widget {
    position: absolute;
    top:0;
    left:10px;
    z-index: 10;
    display: inline-block;
}

.trecdeposit_card_widget .icon {
    width: 70px;
    height: auto;
    cursor: pointer;
}

.trecdeposit_card_widget .icon svg {
    display: block;
    width: auto;
    height: 40px;
}

.trecdeposit_card_widget .info {
    display: none;
}
.trecdeposit_card_widget:hover .icon::after{
    content: '';
    position: absolute;
    left: 0;
    bottom: -5px;
    width: 100%;
    height: 10px;
    background-color: transparent;
    z-index: 1001;
}
.trecdeposit_card_widget:hover .info {
    position: absolute;
    left: 0;
    top: 105%;
    display: block;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    font-size: 14px;
    line-height: 1.5;
    padding: 10px;
    width: 300px;
    z-index: 1000;
}
