
.seosa_product_label {
    position: absolute;
    width: 80px;
    height: 80px;
    display: flex;
    z-index: 20;
}

.seosa_product_label:hover {
    z-index: 11;
}

.seosa_product_description_label.hidden,
.seosa_product_label.hidden {
    display: none!important;
}

.seosa_product_label a, .seosa_product_label img {
    display: inline-block;
    max-width: 100%;
    max-height: 100%;
    background: transparent!important;
    box-shadow: none;
    margin-left: 0 !important;
    height: auto !important;
    margin: 0;
}

@media (max-width: 767px) {
    .seosa_product_label._product_page a,
    .seosa_product_label._product_page img,
    .seosa_product_description_label a,
    .seosa_product_description_label img {
        height: 70px !important;
        width: auto !important;
    }

    .seosa_product_label._catalog a,
    .seosa_product_label._catalog img {
        height: 56px !important;
        width: auto !important;
    }

    .seosa_product_label,
    .seosa_product_description_label {
        width: unset !important;
        height: unset !important;
    }
}

.product_list .product-container .left-block a.product_img_link {
    display: inline-block;
    margin: 0;
    padding: 0;
    position: relative;
}

.seosa_product_label.top-right {
    top: 0;
    right: 0;
    text-align: right;
    display: flex;
    justify-content: flex-end;
}

.seosa_product_label.top-right .seosa_label_hint {
    text-align: left;
}

.seosa_product_label.bottom-left {
    left: 0;
    bottom: 0;
    text-align: left;
    margin-top: -40px;
    display: flex;
    align-items: flex-end;
}

.seosa_product_label.bottom-left a {
    display: flex;
    align-items: flex-end;
}

.sidebar .seosa_product_label {
    display: none !important;
}

.seosa_label_hint p {
    margin-bottom: 0;
    color: inherit;
}

.product-miniature .thumbnail-container {
    overflow: visible;
}

.product-miniature .thumbnail-top {
    overflow: visible;
}

.seosa_product_description_label {
    float: left;
    margin-right: 8px;
}

.seosa_product_label._product_page{
    margin-top: .5rem;
    margin-right: .5rem;
}

.seosa_label_hint {
    display: none;
    position: absolute;
    background: #2B2E42;
    color: #FFFFFF;
    border-radius: 3px;
    top: 0;
    z-index: 1000;
    opacity: 1;
    width: 150px;
    padding: 5px;
}

.seosa_label_hint:after {
    border-bottom: solid transparent 7px;
    border-top: solid transparent 7px;
    top: 10%;
    content: " ";
    height: 0;
    position: absolute;
    width: 0;
}

/* to the right */
/* .seosa_label_hint_catalog{
    right: -10px;
    margin-right: -150px;
}

.seosa_label_hint_catalog:after{
    border-right: solid #2B2E42 10px;
    top: 10%;
    right: 100%;
} */


/* to the left */
.seosa_label_hint_catalog{
    left: -20px;
    margin-left: -150px;
    border-left: 0;
}

.seosa_label_hint_catalog:after{
    border-left: solid #2B2E42 10px;
    top: 10%;
    left: 100%;
}


/* to the right */
.seosa_label_hint_product_page{
    right: -10px;
    margin-right: calc(-150px - 0.5rem);
    border-right: 0;
}

.seosa_label_hint_product_page:after{
    left: -10px;
    border-right: solid #2B2E42 10px;
}

/* to the left */
/* .seosa_label_hint_product_page{
    left: -10px;
    margin-left: -150px;
    border-left: 0;
}

.seosa_label_hint_product_page:after{
    border-left: solid #2B2E42 10px;
    top: 10%;
    left: 100%;
} */
