.sidenav .productInfo .productInfo-header { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; -ms-flex-wrap: wrap; 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; }
