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

    .content {
        width: 950px;
    }

    .armal-logo-header{
        display: none;
    }

    .header-kontakt-ikonica{
        display: none;
    }

    .home-prvi-red {
        width: 100%;
    }

    .slider-pocetna-glavni-slika {
        /*height: 300px;*/
    }

    .slider-pocetna-sporedni-slika {
        height: 300px;
    }

    .header-navigation-right {
        gap: 5px;
        margin-left: 0px;
    }

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

    /*
    .footer-frame-frame-up{
        flex-direction: column;
        align-items: center;
    }
    */

    .footer-frame-frame-up-left{
        display: none;
    }

    .footer-frame-frame-up-center-frame-items {
        align-items: center;
        gap: 12px;
    }

    .footer-frame-frame-up-center-frame-items-item {
        height: auto;
        padding: 8px;
    }

    .footer-frame-frame-up-right{
        width: 40%;
    }

    .footer-frame-frame-up-center-header {
        text-align: center;
    }

    .footer-frame-frame-up-left-telephone {
        text-align: center;
    }

    .footer-frame-frame-up-left-email {
        text-align: center;
    }

    .cart-up {
        flex-direction: column;
        max-width: none;
    }

    .cart-up-right {
        width: 100%;
        max-width: none;
    }

    .slicni-proizvodi-frame {
        width: 900px;
    }

    .cart-up-right-content {
        padding: 16px;
    }

    .cart-up-right-content-left {
        font-size: 14px;
    }

    .cart-up-right-content-right {
        font-size: 14px;
    }

    .shop-group-filter {
        flex-direction: column;
        width: 100%;
    }

    .product-list-loading {
        width: 100%;
    }

    .shop-product{
        width: 100%;
    }

    .shop-group-filter-filter {
        width: 100%;
        align-self: center;
        position: fixed;
        left: -5000px;
        top: 0px;
        z-index: 9;    
        flex: 1;
        padding: 0;
        align-self: stretch;
        overflow-y: scroll;
        height: 100vH;
        background: white;
    }

    .shop-group-filter-filter-show {
        left: 0;
    }

    .filter {
        padding: 8px;
        min-height: 100vH;
        align-items: flex-start;
    }

    .dugme-filteri{
        display: flex;
    }

    .shop-product {
        justify-content: center;
    }

    .proizvod-up{
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .proizvod-up-right{
        max-width: 1000px;
        align-items: center;
        align-self: center;
    }

    .opis-proizvoda {
        width: 90%;
        padding: 10px 34px;
    }

    .opis-proizvoda-frame-header{
        width: 100%;
    }

    .proizvod {
        width: 100%;
    }

    .contact-down {
        flex-direction: column;
    }

    .success-order-details {
        width: 100%;
    }

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

    .success-page-first {
        width: 100%;
    }

    .success-post {
        width: 100%;
        flex-direction: column;
        text-align: center;
    }

    .success-delivery-container {
        width: 100%;
    }

    .success-delivery-time {
        width: 100%;
    }

    .login-page {
        flex-direction: column;
        margin: 0;
        gap: 24px;
    }

    .privacypolicy-page {
        width: 100%;
    }

    .product-list-loading-no-product {
        width: 95%;
        text-align: center;
        margin-bottom: 40px;
    }

    .filter-close-button {
        display: flex;
    }

    .contianer-kategorije {
        display: none;
    }

    .container-kategorije-mobile {
        display: flex;
    }
}

