.dihnpproductnavigation {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: flex-end;
    margin-bottom: 1rem;
}
a.dihnpproduct,
a.dihbacktocategory {
    margin-left: 10px;
    color: #ffffff;
    display: flex;
    align-items: center;
    background-color: #194185;
    border: 2px solid #194185;
    border-radius: 2px;
    transition: all .3s ease-in-out;
    font-family: Libre Franklin;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
}
a.dihnpproduct{
    padding: 4px 10px;
}
a.dihbacktocategory {
    padding: 8px 6px;
}
a.dihnpproduct svg,
a.dihbacktocategory svg{
    fill: #ffffff;
}
a.dihnpproduct.prev svg{
    margin-right: 10px;
}
a.dihnpproduct.next svg{
    margin-left: 10px;
}
a.dihnpproduct:hover,
a.dihbacktocategory:hover{
    color: #194185;
    background-color: #ffffff;
    border-color: #D3D3D3;
}
a.dihnpproduct:hover svg,
a.dihbacktocategory:hover svg{
    fill: #194185;
}




