
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;500;600&display=swap');

.googleFont{
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
}

.form-control {
    display: block;
    width: 100%;
    height: 33px;
    padding: 0.375rem 0.75rem;
    font-size: 13px;
    color: #495057;
    background-color: #fff;
    border-radius: 0px;
    box-shadow: 1px 1px 5px #dfe5e8;
}

.search {
    background: #f9f9f9;
    position: absolute;
    width: 100%;
    z-index: 10;
    padding: 10px;
    height: 200px;
    max-height: 250px;
    overflow-y: scroll;
    display: none;
    border: 1px solid #e8e8e8;
}
.navbar{
    background: #efefef; 
    border: 1px solid #dcd3d3;
}
.pro_list{
    background:#fff; border-bottom:1px solid #337ab7; padding:10px;
}
@media only screen and (min-width:360px) and (max-width:1100px) {
    #left_sidebar {
        display: none !important
    }

    .categori-menu {
        display: none !important
    }
    .modal-content{
        height: 850px !important
    }

}

@media only screen and (min-width:360px) and (max-width:1100px) {
    .modal-content{
        height: 850px !important
    }

    @media only screen and (min-width:360px) and (max-width:1100px) {
        #left_sidebar {
            display: none !important
        }
    }    
