.wish_box {
    position: fixed !important;
    top: 97px !important;
    right: 20px !important;
    z-index: 100 !important;
    width: 50px !important;
    height: 50px !important;
}

.wish_box a {
    position: relative !important;
    display: block !important;
    width: 100% !important;
    height: 100% !important;
}

.wishbox {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: auto !important;
    bottom: auto !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
}
