/*!
 * medlabtest.ua by @bosstudio/katrazhenko - https://bosstudio.net
 * License MIT
 */
@media (max-width: 992px) {
    .cart {
        position: relative
    }

    .cart > .in {
        position: relative;
        display: inline-block;
        vertical-align: bottom;
        font-weight: 100;
        font-size: 16px;
        z-index: 0
    }

    .nav .nav-item:not(:first-child) {
        padding-left: 0 !important
    }

    .cart.cart-empty {
        border-width: 1px !important
    }

    .modal-dialog {
        margin: 0
    }

    .steps .step1 {
        background-position: 168%
    }

    .steps .step2 {
        background-position: 165%
    }

    .steps .step3 {
        background-position: 97%
    }

    .dropdown-menu.show {
        position: relative !important;
        top: 0;
        transform: none !important;
        border: none;
        width: 100%;
        background-color: var(--light-gray3);
        margin: 0;
        padding: 5px 0
    }

    .dropdown.show .nav-link {
        background-color: var(--light-gray2)
    }

    .dropdown .dropdown-toggle::after {
        font-family: "Font Awesome 5 Free";
        content: "\f054";
        border: none;
        margin-left: .255em;
        vertical-align: 0;
        position: absolute;
        right: 3%
    }

    .dropdown.show .dropdown-toggle::after {
        font-family: "Font Awesome 5 Free";
        content: "\f078"
    }
}

@media (max-width: 575px) {
    #searchResults {
        width: 100%
    }

    .step:nth-child(1):after, .step:nth-child(2):after {
        display: none
    }

    .main-tabs .tab-button {
        height: auto !important;
    }

    .slider-images {
        min-height: auto !important;
    }

    .carousel.slide {
        min-height: auto !important;
    }
}

