@media (max-width: 768px) {

    .logo_top {
        display: block;
        text-align: center;
    }

    .phone ul {
        text-align: left;
    }

    .phone ul li {
        float: none;
        margin-left: 0 !important;
    }

    .form_complete label, .reg_form label, .reg_form input, .form_complete input, .form_complete span, .form_complete textarea {
        width: 100% !important;
    }

    .metoda_plata button {
        margin-bottom: 12px;
        width: 100%;
    }

    .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tfoot > tr > td, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > thead > tr > th {
        white-space: nowrap;
        display: block;
        width: 100%;
        text-align: center;
        clear: both;
        border-bottom: solid 1px #ccc;
        padding: 15px 0;
    }

    #delete_order {
        float: none;
    }

    .more_produse form {
        position: relative;
        width: 90px;
        float: none;
        display: table;
        margin: 0 auto;
    }

    #myNavbar li {
        width: 100%;
        margin: 0 0 5px;
    }

    #myNavbar li a {
        text-align: left;
    }

}

@media (max-width: 992px) {

    .MagBlok {
        width: 100%;
    }

}

@media (max-width: 1200px) {

}