@media screen and (min-width: 1600px){
    .container{
        max-width: calc(100% - 400px);
    }
}

@media screen and (max-width: 991px){
    .dewoo_body{
        height: calc(100% - 240px);
    }

    .dewoo_footer{
        height: 100px;
    }

    .category div{
        border-radius: 0;
    }
}

@media screen and (max-width: 767px){
    .header_type {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
}

@media screen and (max-width: 576px) {
    .form-search-mobi {
        display: none !important;
    }

    .icon-search-mobi {
        height: 40px;
    }

    .icon-search-mobi div {
        border: 1px solid #ffc107 !important;
        border-radius: 45px !important;
    }

    #icon_delete_text {
        position: absolute;
        right: 60px;
        top: 10px;
        z-index: 9999999;
    }

    #inlineFormInputGroup {
        border-left: 0;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        border-right: 1px solid #ffc107 !important;
        border-top-right-radius: 45px;
        border-bottom-right-radius: 45px;
    }

    #modal_body {
        top: 10px;
    }
    .height-body {
        height: calc(100% - 123px);
    }
}

@media screen and (max-width: 481px){
    .dewoo_footer{
        display: none;
    }

    .dewoo_body{
        height: calc(100vh - 140px);
    }

    .dewoo_body .content{
        height: 100%;
        padding-bottom: 0;
    }

    .dewoo_body .page{
        display: none;
    }

    .page_mb{
        display: block;
        width: 100%;
    }

    .page_mb .pagination{
        justify-content: center;
    }

    .footer_mb{
        display: block;
        padding: 10px;
    }

    .f_address{
        font-size: xx-small;
    }

    .f_address img{
        margin-right: 5px;
    }

    .dewoo-text{
        display: none;
    }

    .home-icon{
        height: 33px;
        width: 33px;
    }
}


@media screen and (max-width: 500px){
    #viewer{
        width: 100%;
        left: 0;
    }
}
