.spot--withOverlay .spot__overlay, .spot__overlay--open {
    display: flex;
}
.spot:before {
    content: "";
    display: block;
    border: 2px solid #fff;
    border-radius: 50%;
    height: 25px;
    width: 25px;
    top: 5px;
    left: 5px;
    position: absolute;
    z-index: 3;
}
.spot:after {
    content: "";
    display: block;
    background: #fff;
    border-radius: 50%;
    height: 8px;
    width: 8px;
    top: 13px;
    left: 13px;
    position: absolute;
    z-index: 4;
}
.spot {
    height: 34px;
    width: 34px;
    position: absolute;
    z-index: 99;
    font-weight: 400 !important;
}
.spot__overlay {
    display: none;
    position: absolute;
    background: #fff;
    color: #484848;
    align-items: center;
    line-height: 1.2;
    padding: 10px;
    top: 0;
    left: 0;
    width: 290px;
    height: 120px;
}
.spot__overlay img {
    max-width: 80px;
}
.spot__overlay__body {
    text-align: center;
    width: 200px;
}
.spot__overlay__brand {
    font-weight: 700;
    margin-bottom: 5px;
}
.spot__overlay__title {
    max-width: 162px;
    margin: 0 auto;
}
.spot__overlay .price {
    margin-top: 5px;
    white-space: nowrap;
}
a.spot:hover {
    z-index: 999;
}
.spot:hover > .spot__overlay {
    display: flex !important;
    z-index: 9999;
}
.prices__price {
    display: inline-block;
    white-space: nowrap;
    overflow: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}
.prices__reference__price {
    text-decoration:line-through;
    display: inline-block;
    margin-left: 5px;
    white-space: nowrap;
}
.prices__price_normal {
    font-weight: 700;
}