/* fix for mobile devices */
@media (max-width: 991px) {

    .fb__item span[data-toggle=popover] {
        z-index: 9998 !important;
    }

    div.popover.show {
        z-index: 9999 !important;
        /*max-width: calc(100% - 40px);*/
    }

    div.modal.show {
        z-index: 9999 !important;
    }
}

@media (max-width: 480px) {
    .form-control.js-time.is-valid,
    .form-control.js-time.is-invalid {
        padding-right: 0;
        background: none;
    }
    .aov-filter-container {
        padding-bottom: 160px;
    }

    div.popover.show {
        max-width: calc(100% - 40px);
    }
}