/* NAVBAR */
@media (max-width: 991.98px) {
    #navbarSupportedContent {
        position: absolute;
        top: 54px;
        right: 0;
        background-color: #fff;
        z-index: 15;
    }

    .navbar-nav {
        padding: 1em;
        padding-bottom: 0;
    }

    .contact-row {
        flex-direction: column-reverse;
    }

    .grey-block {
        margin-top: 3em;
    }

    .cart-user-group {
        padding: 1em;
        padding-top: .5em;
        width: 100%;
        justify-content: space-around;
    }

    .order-summary .static-content {
        margin-top: 1rem;
    }

    .profile-navigation {
        border-bottom: 1px solid var(--szerszamshop-grey);
        margin-bottom: 2em;
    }

    .dropdown-menu {
        left: -112px;
    }
}


@media (max-width: 575.98px) {
   
}

/* SM */
@media (min-width: 576px) and (max-width: 767.98px) {
   
}

/* MD */
@media (min-width: 768px) and (max-width: 991.98px) {
   
}

/* LG */
@media (min-width: 992px) and (max-width: 1199.98px) {
    
}

/* XL */
@media (min-width: 1200px) {
    .container {width: 1230px !important; max-width: 1230px !important;}
}