.utuwb-shoppble-image-content-wrapper {
    position: relative;
}

.utuwb-shoppble-image-wrap img {
    max-width: 100%;
    height: 100%;
}
.utuwb-shoppble-image-content-wrapper div[class*="utuwb-pin-"] {
    position: absolute;
    top: 50%;
    left: 50%;
}

.utuwb-shoppble-image-content-wrapper div[class*="utuwb-pin-"]>.utuwb-marker-content-product {
    position: absolute;
    bottom: 100%;
    min-width: 200px;
    transform: translateX(-50%) translateY(-20px);
    background-color: #fff;
    margin-bottom: 20px;
    padding: 30px;
    transition: all 0.3s;
    opacity: 0;
    visibility: hidden;
    z-index: 99;
}
.utuwb-shoppble-image-content-wrapper.utuwb-on-hover div[class*="utuwb-pin-"]> .utuwb-marker-content-product{
    transition-delay: 1s;
}
.utuwb-shoppble-image-content-wrapper div[class*="utuwb-pin-"]> .utuwb-marker-content-product.utuwb-active,
.utuwb-shoppble-image-content-wrapper.utuwb-on-hover div[class*="utuwb-pin-"]:hover> .utuwb-marker-content-product{
    transform: translateX(-50%) translateY(0px);
    opacity: 1;
    visibility: visible;
    transition-delay: 0s;

}
.utuwb-shoppble-image-content-wrapper div[class*="utuwb-pin-"] .utuwb-marker-content p:last-child {
    margin-bottom: 0;
}

.utuwb-marker-content-title {
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 5px 0;
}
.utuwb-marker-pin{
    position: relative;
    z-index: 1;
    cursor: pointer;
}
.utuwb-marker-pin-icon {
    position: relative;
    line-height: 1;
    background-color: #fff;
    color: #000;
    text-align: center;
    padding: 10px;
    font-size: 18px;
    border-radius: 50%;
    min-width: 30px;
    min-height: 30px;
    z-index: 1;
}
.utuwb-marker-pin-icon i {
    width: 1em;
    text-align: center;
    height: 1em;
    line-height: 1;
}
.utuwb-animation-glow .utuwb-marker-pin:after {
    content: '';
    animation: pulse-border 1.5s ease-out infinite;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #fff;
    border-radius: 50%;
    z-index: -1;
}
@keyframes pulse-border {
    0% {
        transform: scale(1);
        opacity: 1
    }

    100% {
        transform:  scale(1.5);
        opacity: 0
    }
}
.utuwb-marker-pin-label {
    position: absolute;
    top: 100%;
    min-width: 150px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    margin-top: 10px;
    color: #000;
}
/*--------product-------*/
.utuwb-marker-content-product .utuwb-product-image {
    margin: 0 0 15px 0;
}
.utuwb-marker-content-product .utuwb-product-title-wrap .ultra-heading-title {
    margin: 0 0 10px 0;
}
.utuwb-marker-content-product .star-rating {
    margin: 0 0 10px 0;
}
.utuwb-shoppble-image-content-wrapper div[class*="utuwb-pin-"]>.utuwb-marker-content-product {
    padding: 15px;
}

.utuwb-marker-content-product .utuwb-product-image {
    padding-bottom: calc(0.7*100%);
}

.utuwb-marker-content-product .utuwb-product-image img {
    object-fit: cover;
}

.woocommerce .utuwb-marker-content-product span.onsale {
    min-height: 1px;
    min-width: 1px;
    line-height: 1;
    z-index: 9;
    top: 8px;
    left: 8px;
    right: inherit;
}
.woocommerce-page.ultra-woobuilder-page .utuwb-onsale-tab-top-right .onsale {
    right: 8px;
    left: inherit;
}