﻿.burger {display:none; position: absolute; right: 20px; top: 50%; transform: translateY(-50%); width: 25px; z-index: 5; cursor: pointer;padding:0;border:none !important;}
    .burger > ul { direction: ltr;width:100%; }
        .burger > ul > li { height: 2px;width:100%;display:block; border-radius: 5px; background-color: #2A2A2A; margin-bottom: 5px; position: relative; transition: all 0.5s ease-in-out; }
            .burger > ul > li:last-child { margin-bottom: 0; }
    .burger.active > ul > li { width: 100% !important; }
        .burger.active > ul > li:nth-child(1) { transform: rotate(-45deg); top: 6px; }
        .burger.active > ul > li:nth-child(2) { opacity: 0; }
        .burger.active > ul > li:nth-child(3) { transform: rotate(45deg); top: -8px; }

.rounded-circle svg { max-width:80%;}

.table_options_top { display: block; margin-bottom:20px;}
    .table_options_top > ul { display: flex; flex-wrap:wrap; }
.table_options_top > ul > li { margin-left:20px;margin-bottom:10px;}

.mobile_search { }
    .mobile_search .toggle_search { display: none; }

@media (max-width: 1200px) {
    .remove_mobile {display:none !important; }
    header {position:relative;z-index:11;}
        header > div { padding-right: 30px !important; }
    .burger { display: block; position: absolute; right: 10px; top: 50%; transform: translateY(-50%); z-index: 5; }

    #sidebarWrapper { position:fixed;top:0;right:0;z-index:10;}
        #sidebarWrapper > ul { position: absolute; right: -300px; top: 0; width: 100%; max-width: 290px; flex-wrap: wrap !important; transition:right 0.25s ease-in-out;}
        #sidebarWrapper.active > ul { right:0;}
            #sidebarWrapper > ul > li { width:100%;}
                #sidebarWrapper > ul > li a { }
                #sidebarWrapper > ul > li  a.d-none {display:initial !important; }
        #sidebarWrapper > ul > li  a > span.d-none{ display:initial !important;}
        #sidebarWrapper .nav-item .btn-toggle > .d-none { display: initial !important; }

    .ingredient_item { }
        .ingredient_item .ingredient_item_values { flex-wrap:wrap;}
        .ingredient_item .ingredient_item_values > * {width:100%; }
        .ingredient_item .ingredient_products { flex-wrap:wrap;}
        .ingredient_item .ingredient_products > * {width:100%; }


    .order_detilas_sides > .side_one, .order_detilas_sides > .side_two { width: 100%;margin-bottom:20px; }
}

@media (max-width: 600px) {

    .pagination_section { flex-wrap: wrap; position: relative; }
        .pagination_section > div { flex-wrap: wrap; }
        .pagination_section .pagination_buttons { width: 100%; justify-content: space-between; margin-bottom: 20px; }
            .pagination_section .pagination_buttons > * { min-width: 130px; }
        .pagination_section .pagination_totals { width: 100%; background-color: #8080801e; padding: 10px; box-sizing: border-box; }
        .pagination_section .pages_amount { position: absolute; left: 10px; bottom: 10px; }

    #pnlBlocks [data-item-blocktype="Checkbox"] { width: 100%; }

    .panel-file {margin-left:auto;margin-right:auto; }
        .panel-file > *, .panel-file > *> * {padding:0;margin:0; }
    .panel-file-property { flex-wrap:wrap;}
        .panel-file-property > *, .panel-file-property > * > * {width:100%;flex-wrap:wrap; }

    .mobile_search { }
    .mobile_search .toggle_search {display:block;margin-bottom:10px; }
    .mobile_search [data-togglesearchchild] {display:none;}
        .mobile_search [data-togglesearchchild] .col-lg-3 {margin-right:0 !important;margin-bottom:10px; }

    .panel-gallery-display { }
        .panel-gallery-display .panel-file-display { width: 32%; margin-left: 2%; }
        .panel-gallery-display .panel-file-display:nth-child(3n) {margin-left:0; }
            .panel-gallery-display .panel-file-display  .card-image-file { width: 100%; height: 0; padding-bottom: 100%; }
                .panel-gallery-display .panel-file-display .card-image-file .img-cover { position:absolute;right:0;top:0;}
}



    /***********/