.taggd {
    position: relative
}

.taggd__image {
    display: block;
    height: auto;
    width: 100%;
    margin: 0;
    width: 100%;
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: -o-pixelated;
    image-rendering: pixelated;
    -ms-interpolation-mode: nearest-neighbor;
}

.taggd__wrapper {
    /* display: none; */
    /* height: 1em;
    width: 1em; */
    height: 40px;
    width: 40px;
    position: absolute;
}

/* .taggd:hover .taggd__wrapper {
    display: block;
} */

.taggd__button {
    display: block;
    height: 100%;
    width: 100%;
    padding: 0;
    border: 0;
    margin: 0;
    background-color: transparent;
    /* background-color: #fff; */
    background-image: none;
    text-align: left;
    /* box-shadow: 0 0 0 0 rgba(255, 255, 255, 1);
    animation: pulse-white 1s infinite; */
}

.taggd__popup {
    position: absolute;
    left: 0
}

.taggd__button {
    display: block;
    height:40px;
    width: 40px;
    /* margin-left: -.5rem;
    margin-top: -.5rem; */
   /* border-radius: .5rem; */
    background-color: transparent;
    /* background-color: #fff; */
    background-image: url(../images/svg/pin-marker.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 33px;
}

.taggd__button:hover {
    z-index: 10;
}

.taggd__popup {
    display: block;
    position: absolute;
    left: 50%;
    top: 125%;
    color: #ffffff;
    /* white-space: nowrap; */
    transform: translateX(-50%);
    z-index: 22;
    width: 150px;
    background-color: #474d53;
    padding: 12px;
}

.taggd__popup:before {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 9px 8px 9px;
    border-color: transparent transparent #474d53 transparent;
    margin-left: -17px;
    top: -8px;
}

/* .taggd__popup a {
    display: block;
    padding: 13px;
    background-color: #fff;
    min-width: 220px;
    word-break: break-word;
}


.taggd__popup h3 {
    font-size: 15px; 
    font-weight: normal;
    margin-bottom: 8px;
    
    text-align: left;
} 

.taggd__popup h3 a:hover {
    text-decoration: none;
}
.arrow-right-product{
    margin-left: auto;
}*/
.taggd__popup p, .taggd__popup p a {
    margin-bottom: 0;
    line-height: 1;
    color: #fff;font-size: 15px;
    font-weight: 600;
}

.taggd__popup p a:hover {
    color: #fff;
}

.taggd__popup .link-el {
    color: #fff;font-size: 12px;
    text-decoration: underline;
    margin-top: 7px;
    padding-right: 20px;   
}

.taggd__popup .link-el:after {
    content: "";
    width: 10px;
    height: 7px;
    display: inline-block;
    background-image: url(../images/svg/arrow-right.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 10px; margin-left: 5px;
}

/* .taggd__popup .arrow {
    width: 28px;
    height: 10px;
    margin-left: auto;
    display: block;
}

.taggd__popup .arrow img {
    display: block;
} */

.taggd__editor-input,
.taggd__editor-button {
    padding: .25rem .5rem;
    border: 1px solid #fff;
    margin-right: .25rem;
    background-color: transparent;
    color: #fff;
}

.taggd__editor-button--delete {
    margin-right: 0;
}

.info_to_send {
    display: none;
} 


@keyframes pulse-white {
    0% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
    }

    100% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

.block_dot_mobile {
    display: none!important;
}
@media (max-width: 768px) {
    .block_dot_desktop{
        display: none!important;
    }

    .block_dot_mobile {
        display: block!important;
    }

    .taggd__button {
        display: block;
        height: 25px;
        width: 25px;
        background-size: 25px;
    }

    .taggd__wrapper {
        height: 25px;
        width: 25px;
    }

    .taggd__popup p, .taggd__popup p a { 
        font-size: 14px;
    }

    .taggd__popup .link-el {
        font-size: 11px;
    }   
}