﻿@media (max-width: 750px) {

    .content {
        width: 90%;
    }


    .glavna-logo-slika svg {
        width: 80px;
    }
    

    .footer-frame-frame-down {
        height: auto;
        flex-direction: column;
        gap: 24px;
    }

    .footer-frame-frame{
        gap: 24px;
    }

    .cart-up-content {
        flex-direction:column;
    }

    .contact-page {
        width: 450px;
    }

    .home-prvi-red-ogranici {
        width: 550px;
    }

    .login-page-container {
        padding: 30px;
        min-height: 325px;
    }

    .registration-page {
        width: 100%;
    }

    .podaci-odostavi-prozor {
        min-width: unset;
    }

    .pretraga-mobile-icon {
        display: flex;
        cursor: pointer;
    }

    .pretraga-mobile-icon svg{
        width: 22px;
        height: 20px;
    }

    .header-navigation-left3-parent {
        display: none;
        position: fixed;
        background: gray;
        left: 0px;
        top: 45px;
        width: 100%;
        padding: 8px;
        z-index: 9;
        height: 74px;
        justify-content: center;
        align-items: center;
    }

    .header-navigation-left3-parent-show{
        display: flex;
        flex: 1;
        justify-content: space-around;
        color: white;
    }

    .div-search {
        top: 95px;
        left: 2px;
        width: 91%;
    }

    .div-zatvori-search {
        display: flex;
        cursor: pointer;
        font-size: 10px;
    }

    .home-podnaslov {
        font-size: 16px;
    }

    .filteri-grupe{
        flex-wrap: wrap;
    }

    .header-top-shipping-left {
        display: none;
    }

    .header-navigation-left3 {
        top: 130px;
        max-width: 300px;
    }

    .bosch-distributer-text {
        flex-direction: column;
    }
}
