.badge.badge-pricebuster{
    background: url(https://stg-gb.americangolf.co.uk/on/demandware.static/Sites-AmericanGolf-GB-Site/Sites/en/dw625e0755/web/logos/AG/new-lower-price.svg);    
    border-radius: 50%!important;
    padding: 0;
    height: 72px!important;
    width: 72px!important;
    background-color: #000!important;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 75%;
    display: none;
}

.badge.badge-pricebuster.badge .badge-inner{
    display: none;
}
/*

.badge.badge-pricebuster::before {
    content: 'NEW LOW';
    position: absolute;
    top: 27.5%;
    color: white;
    text-transform: uppercase;
    font-size: 0.82rem;
    font-weight: bold;
    width: 100%;
    text-align: center;
    left:0%;
}

.badge.badge-pricebuster::after {
    content: 'PRICE';
    position: absolute;
    top: 51%;
    color: white;
    text-transform: uppercase;
    font-size: 1.25rem;
    font-weight: bold;
    width: 100%;
    text-align: center;
    left:0%;
}
*/



[data-pagetype="productlisting"] .badge.badge-pricebuster::before {  
    font-size: 0.8rem;
    top: 27%;
}
[data-pagetype="productlisting"] .badge.badge-pricebuster::after {  
    font-size: 1.2rem;
    top: 50%;
}


@media screen and (max-width: 479px) {
    
    [data-pagetype="productlisting"] .badge.badge-pricebuster::before {  
        font-size: 10px;
        top: 30%;
    }
    [data-pagetype="productlisting"] .badge.badge-pricebuster::after {  
        font-size: 1rem;
        top: 53%;
    }
    
    [data-pagetype="productlisting"] .badge.badge-pricebuster{
        height: 55px !important;
        width: 55px !important;
      }
}


