.alternative-product-popup {
  min-height: 356px;
}

.theme2 .alternative-product-popup {
    min-height:unset;
}

.modal.right .alternateModalRight.modal-lg {
    width: 475px;
}
.alternative-product-popup .header {
    background-color: #CCC;
    padding: 4px 5px;
    margin-bottom: 5px;
    font-weight: bold;
}

.alternative-product-popup .vertical-auto-scroll {
  overflow-y: auto;
  max-height: 300px;
  min-height: 225px;
}

.alternative-product-popover {
    top: 100%;
    z-index: 1000;
    float: left;
    padding: 0;
    margin: 0;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}
