.sidenav .productInfo .productInfo-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-bottom: 1rem;
}
.sidenav .productInfo .productInfo-header > a {
    display: block;
    text-decoration: none;
}
.sidenav .productInfo .productInfo-header .productImg {
    display: block;
    /* max-width: 250px; */
    /* max-height: 250px; */
}
.sidenav .productInfo .productInfo-header .productImg img.card-img-top {
    width: 100%;
    max-width: 250px;
    margin: 0 auto;
}
.sidenav .productInfo .message .icon:before {
    font-size: 1.5em;
}
