
.tncdih_hotspots_text {
    color: #ffff;
    font-weight: 500;
}

.tncdih_hotspots_trigger_image {
    width: 50px;
    border-radius: 50%;
}

.tncdih_image_hotspot_content_area {
    display: none;
    width: 500px !important;
    max-width: 500px;
}

/** Trigger Style **/

.tncdih_hotspots_text {
    padding: 12px 20px;
    color: #000;
    font-size: 16px;
    border-radius: 30px;
    font-weight: 500;
    display: inline-block;
}

.tncdih_hotspot_icon {
    border-radius: 50%;
    position: relative;
    color: #ffff;
    font-size: 20px;
    padding: 4px;
    font-weight:700;
}


/* .tncdih_hotspot_trigger {
    background:#8300e9;
    box-shadow: 0 0 0 0 #8300e9;
    animation:tncdihan 1.8s infinite linear;
    position: relative;
}

.tncdih_hotspot_trigger::before,.tncdih_hotspot_trigger:after {
    content:"";
    position: absolute;
    inset:0;
    border-radius: inherit;
    box-shadow: 0 0 0 0 #8300e9;
    animation: inherit;
    animation-delay: -0.5s; 
}

.tncdih_hotspot_trigger:after {
   animation-delay: -1s;
} */

@keyframes tncdihan {
   100% {box-shadow: 0 0 0 15px #0000}
}


.tncdih_image_hotspot_product_price {
    color: #000;
    display: inline-block;
    width: 100%;
}
 
.tncdih_image_hotspot_product_price_wrap {
    padding-bottom: 20px;
}

.tncdih_img_product_image {
    border-style:solid;
}

.tncdih_hotspot_trigger {
    border-style:solid;
}

.tncdih_tippy_box_wrap {
    border-style: solid;
}

.tncdih_hotspot_trigger {
    /* background:#ffffff; */
    /* box-shadow: 0 0 0 0 #ffffff; */
    /* animation:tncdihan 1.8s infinite linear; */
    position: relative;
}

.tncdih_hotspot_trigger::before{
    content:"";
    position: absolute;
    inset:0;
    border-radius: inherit;
    /* box-shadow: 0 0 0 0#ffffff; */
    animation: inherit;
    animation-delay: -0.5s; 
   
}

.tncdih_hotspot_trigger:after{
    content:"";
    position: absolute;
    inset:0;
    border-radius: inherit;
    /* box-shadow: 0 0 0 0#ffffff; */
    animation: inherit;
    animation-delay: -1s;
   
}

.tncdih_image_hotspot_dotted {
    padding: 10px;
    border-radius: 50%;
}

.image_hotspot_video.et_pb_video_box {
    width: 400px;
    position: relative;
}

@media only screen and (max-width: 500px) {
    .image_hotspot_video.et_pb_video_box {
        width: 300px;
    }
}

.tncdih_hotspots_content_title {
    padding-bottom: 0px;
}

.tncdih_image_hotspot_proudct_btn {
    border-radius: 4px;
    background:#E97777;
    padding: 8px 12px;
    color: #FFF;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 18px;
    display: flex;
    gap:5px;
    justify-content: space-between;
    align-items: center;
    max-width: 110px;
}

.tncdih_image_hotspot_product_btn_icon.et-pb-icon {
    font-size: 14px;
    font-weight:700;
} 




