.sbp-sale{
      font-family: 'Open Sans', 'PT Sans', 'Trebuchet MS', arial, Helvetica, tahoma !important;
    margin-bottom: 0;
    margin-top: 7px;
    font-size: 13px;
    line-height: 24px;
}
.sbp-sale span{
display: inline-block;
    line-height: 22px;
    padding: 0 6px;
    border-radius: 4px;
    background: #0ca623;
    font-weight: 400;
    color: #f3f3f3;
    font-size: 18px;
    vertical-align: top;
    margin-right: 2px;
    border: 1px solid #0ca623;
}
.sbp-sale img{
     height: 21px;
    display: inline-block;
    vertical-align: top;
    margin-left: 2px;
    margin-top: 3px;
}
.sbp-sale svg{
       height: 18px;
    display: inline-block;
    vertical-align: top;
    margin-left: 3px;
    margin-top: 4px;
    opacity: .4;
    cursor: pointer;
}
.sbp-sale svg fill{
   fill: rgb(101 101 101);
}
.sbp-sale[data-title] {
        position: relative;
        width: fit-content;
    }
    .sbp-sale[data-title]::after {
       content: attr(data-title);
    position: absolute;
    left: 102%;
    bottom: 3px;
    opacity: 0;
    transition: 0.15s;
    pointer-events: none;
    background: #fff;
    color: #242222;
    padding: 10px;
    box-shadow: 0 0 .3rem 0 rgb(0 0 0 / 19%);
    border-radius: 7px;
    font-size: 13px;
    line-height: 1.25;
    border: 1px solid #e5e5e5;
    width: 205px;
    text-align: left;
    z-index: 999;
    }
    
    .sbp-sale[data-title]:hover::after {
        opacity: 1;
    }
    .sbp-sale[data-title]:hover::before {
        opacity: 0;
    }

@media screen and (max-width: 768px) {


.sbp-sale{
    font-family: 'Open Sans', 'PT Sans', 'Trebuchet MS', arial, Helvetica, tahoma !important;
    margin-bottom: 0;
    margin-top: 4px;
    font-size: 13px;
    line-height: 21px;
}
.sbp-sale span{
    display: inline-block;
    line-height: 19px;
    padding: 0 3px;
    border-radius: 4px;
    background: #0ca623;
    font-weight: 400;
    color: #f3f3f3;
    font-size: 14px;
    vertical-align: top;
    margin-right: 2px;
    border: 1px solid #0ca623;
}
.sbp-sale img{
    height: 17px;
            width: auto !important;
        display: inline-block !important;
    vertical-align: top;
    margin-left: 2px;
    margin-top: 3px;opacity: .8;
}

.sbp-sale[data-title] {
        position: relative;
        width: fit-content;
    }
    .sbp-sale[data-title]::after {
      content: attr(data-title);
    position: absolute;
    left: 0px;
    bottom: 25px;
    opacity: 0;
    transition: 0.15s;
    pointer-events: none;
    background: #fff;
    color: #6e6e6e;
    padding: 6px;
    box-shadow: 0 0 .3rem 0 rgb(0 0 0 / 19%);
    border-radius: 4px;
    font-size: 12px;
    line-height: 1.25;
    border: 1px solid #e5e5e5;
    width: 100%;
    text-align: left;
    z-index: 999;
    }
    
    .sbp-sale[data-title]:hover::after {
        opacity: 1;
    }
    .sbp-sale[data-title]:hover::before {
        opacity: 0;
    }


}