


.search-header .search-container {
    position: absolute;
    width: 90%;
    background: #ffffff;
    margin-top: 5px;
    padding: 5px;
    z-index: 100;
    box-shadow: 2px 2px 5px rgba(0,0,0,0.2);
}

.search-container-title {
    font-weight: 600;
    margin-bottom: 2px;
}

.search-container-content-products {
    padding: 0 10px;
    max-height: 400px;
    overflow: auto;
}

.search-item {
    line-height: 1.2;
    padding: 4px;
}

.search-item:hover {
    background: #f1f1f1;
}


@media (max-width: 780px) {
    .dataTables_wrapper{
        overflow-x: auto!important;
    }
    .light-logo{
        width: 70px!important;
    }
    
    .form-control{
        appearance: auto!important;
    }
}