.catalogsearch-result-index .price-box,
.catalog-category-view .price-box {
    margin-top: 5px !important;
}
.price-box-bf .normal-price .price-final_price .price {
    background-color: #000000 !important;
    text-transform: uppercase;
    padding: 0 12px;
    border-radius: 25px;
}
.catalogsearch-result-index .products .product-item .price-box.price-box-bf .old-price .price, 
.catalog-category-view .products .product-item .price-box.price-box-bf .old-price .price, 
.catalogsearch-result-index .products .product-item .price-box.price-box-bf .normal-price .price, 
.catalog-category-view .products .product-item .price-box.price-box-bf .normal-price .price {
    font-size: 13px;
    letter-spacing: 1.2px;
    color: #cbff00 !important;
}
.catalog-category-view .products .product-item .price-box.price-box-bf .old-price .price,
.catalogsearch-result-index .products .product-item .price-box.price-box-bf .old-price .price {
    color: #838383!important;
}
.catalogsearch-result-index .products .product-item .price-box.price-box-bf .old-price, 
.catalog-category-view .products .product-item .price-box.price-box-bf .old-price, 
.catalogsearch-result-index .products .product-item .price-box.price-box-bf .normal-price, 
.catalog-category-view .products .product-item .price-box.price-box-bf .normal-price {
    margin-right: 0;
}

.catalog-product-view .product-info-price .price-box .normal-price.blackfriday-price {
    background-color: #000000 !important;
    color: #cbff00 !important;
}
.catalog-product-view .product-info-price .price-box .normal-price.blackfriday-price .price-container .price-wrapper .price {
    color: #cbff00 !important;
}

@media screen and (min-width: 1700px) {
    .catalogsearch-result-index .products .product-item .price-box.price-box-bf .old-price .price, 
    .catalog-category-view .products .product-item .price-box.price-box-bf .old-price .price, 
    .catalogsearch-result-index .products .product-item .price-box.price-box-bf .normal-price .price, 
    .catalog-category-view .products .product-item .price-box.price-box-bf .normal-price .price {
        font-size: 15px;
    }
}

@media screen and (max-width: 767px) {
    .catalogsearch-result-index .products .product-item .price-box.price-box-bf .old-price .price, 
    .catalog-category-view .products .product-item .price-box.price-box-bf .old-price .price, 
    .catalogsearch-result-index .products .product-item .price-box.price-box-bf .normal-price .price,
    .catalog-category-view .products .product-item .price-box.price-box-bf .normal-price .price {
        font-size: 12px;
    }
    .catalogsearch-result-index .bf22-badge,
    .catalog-category-view .bf22-badge {
        font-size: 11px;
        letter-spacing: 0.35px;
        padding: 5px 0;
    }
}
                            