
.brandsname{
    text-decoration: none !important;
    color: black;
}
.navhover:hover{
    border-bottom: 1px solid red !important;
    
}
.navhover:hover a{
    color: red;
}

.cardlink{
    color: black;
    text-decoration: none;
    
}

.cardlink:hover{
    border-bottom: 1px solid black;
}

.nav-item a{
    color: black;
}

.productimage{
    height: 85vh !important;
}
.callLinkHead{
    color: black;
    text-decoration: none;
}
.calllink {
    color: black;
}

.footerlist{
    list-style: none;
}
.footerlist a{
    text-decoration: none;
    color: black;
}
.footerlist li {
    margin-bottom: 7px;
}
.footerlist a:hover {
    border-bottom: 1px solid black;
}
.productshov {
    text-decoration: none;
    color: black;
}

.productshov:hover{
    border-bottom: 1px solid black;
}