@media not all and (min-resolution:.001dpcm) { @media {

    /* 100% height on products pages doesn't fit */
    .product-picker-page .options-wrapper,
    .product-picker-page .sidebar-wrapper {
        height: calc(100% - 100px) !important;
    }

    .product-picker-page.with-filter .options-wrapper,
    .product-picker-page.with-filter .sidebar-wrapper {
        height: calc(100% - 190px) !important;
    }

    .summary-page .summary-box .additional-product-container .container,
    .summary-page .summary-box .additional-product-container .container>.row {
        height: auto;
    }

    /* Hide scrollbar when overflow (when filter is opened) */
    .product-picker-page > .row {
        overflow: hidden !important;
    }

    /* Responsive */
    @media only screen and (max-width: 991px) {
        .product-picker-page .options-wrapper,
        .product-picker-page .sidebar-wrapper,
        .product-picker-page.with-filter .options-wrapper,
        .product-picker-page.with-filter .sidebar-wrapper {
            height: auto !important;
            padding-bottom: 70px;
        }

        .measurements-begin {
            padding-bottom: 190px;
        }

        .measurements-input,
        .summary-page {
            padding-bottom: 150px;
        }
    }
}}
