/* HIKMAT Live Search v1.0.1 */

/*
 * Wishlist placement only.
 * Icon size/state remains controlled exclusively by HIKMAT Wishlist.
 */
.hik-live-image-shell {
    position: relative;
}

.hik-live-wishlist-position {
    position: absolute;
    left: 12px;
    bottom: 12px;
    z-index: 7;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 0;
}

@media (max-width: 767px) {
    .hik-live-wishlist-position {
        left: 10px;
        bottom: 10px;
    }
}
