.fly {
    position: absolute;
    z-index: 9999;
    /*width: 100px;*/
    /*height: 100px;*/
}

.js-show-mini-basket:hover + .mini-basket{
    top: calc(100% + 20px);
    opacity: 1;
    visibility: visible;
}

.no-wrap-text{
    white-space: nowrap;
}