.extra_tag.campaign_1.e_black.black_friday,  .extra_tag.e_black.black_friday{
    background: black; 
    border: 1px solid #000; 
    color: orange;
}

.special_price_listing_number.black_friday {
    display: flex; 
    align-items: center; 
    justify-content: center; 
    background-color: black; 
    color: orange; 
    font-weight: bold; 
    border-radius: 8px; 
    gap: 8px; 
    margin: -5px;
}
.special_price_listing_number.black_friday .label {
    font-size: 11px;
}
.special_price_listing_number.black_friday, .percent {
    font-size: 18px;
}
.black_fridayspecial_price_listing {
    background: black; 
    color: #FFF; 
    font-weight: bold; 
    text-align: center; 
    margin-top: -30px; 
    margin-bottom: -40px; 
    margin-left: -16px; 
    border-radius: 10px; 
    padding: 0.5rem; 
    display: flex; 
    flex-direction: column; 
    align-items: center; 
    justify-content: center; 
    -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.25); 
    -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.25); 
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25); 
    font-size: 1.1em; 
    position: absolute; 
    z-index: 10;
}
.black_friday_special_price_listing_text {
    font-size: 0.5em; 
    float: left; 
    text-align: center; 
    width: 100%; 
    line-height: 1.1em; 
    color: orange;
}