﻿.thumbnails > li, .image {
    position: relative !important;
}

.comopl_text {
    display: inline-block;
    vertical-align: middle;
}

.comopl_box {
    position: absolute !important;
    left: 0;
    top: 0;
    height: 100%;
    width: 100% !important;
    background: none !important;
    pointer-events: none; /* to be able to click under the box */
}

.comopl_label {
    position: absolute;
    padding: 0.1em 0.3em 0.2em 0.3em;
    text-align: center;
    background-size: contain;
    z-index: 99;
}

/* compatability with other extensions */
.wishlist-button.aaa {
    z-index: 100 !important;
}