@media (min-width: 768px) {
    .ndkCfMakeFloat .product-info-row{
        align-items: flex-start;
        overflow:visible
    }
    
    .ndkCfMakeFloat .col-product-image{
        position:sticky;
        top:0
    }
}
.ndk_accessory_list {
    max-height: 480px;
    overflow: scroll;
}
.accessory-ndk-no-quantity {
    text-align: center;
    max-width: 140px;
}

.product-images {
    margin: 0 -.5rem;
    display: flex;
}

.product-images .thumb-container {
    padding: 0 .5rem;
    max-width: 120px;
}

