.product_brand_text_on_single{
    margin-bottom: 0px;
    font-weight: 700;
    text-transform: uppercase;
    transition:all 0.5s;
}

.product_brand_text_on_single:hover{
    transition:all 0.5s;
    color: #D16B5C;
}