/*Write your custom css in this file.*/
#product-table_wrapper .custom-toolbar .add-row-search-products, #product-table_wrapper .custom-toolbar .add-row-search{
    margin-left: 15px;
    width: 70%;
}
@media screen and (max-width: 767px) {
    .nav-tabs.title .tab-title {
        margin-left: unset;

    }
    .nav-tabs.title .tab-title .btn {
        margin-right: 10px !important;
    }

    #product-table_wrapper .custom-toolbar .add-row-search-products, #product-table_wrapper .custom-toolbar .add-row-search{
        width: 100%;
        margin-left: 0px;
    }
}